* term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
d1fdcab7
PE
12011-04-01 Paul Eggert <eggert@cs.ucla.edu>
2
5c5cdd39
PE
3 * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
4
66ebf983
PE
5 * coding.c: Remove vars that are set but not used.
6 (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused.
7 All callers changed.
8 (decode_coding_utf_8, decode_coding_utf_16 decode_coding_emacs_mule):
9 (decode_coding_iso_2022, encode_coding_sjis, encode_coding_big5):
10 (decode_coding_charset): Remove vars that are set but not used.
11
1be4d761
PE
12 * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var
13 that is set but not used.
14
47553fa8
PE
15 * print.c (print_object): Remove var that is set but not used.
16
1f7196bf 17 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
18 The gnulib version avoids calling malloc in the usual case,
19 and on 64-bit hosts doesn't have some arbitrary 32-bit limits.
20 * fileio.c (Ffile_symlink_p): Use emacs_readlink.
21 * filelock.c (current_lock_owner): Likewise.
22 * lisp.h (READLINK_BUFSIZE, emacs_readlink): New function.
23 * sysdep.c: Include allocator.h, careadlinkat.h.
24 (emacs_no_realloc_allocator): New static constant.
25 (emacs_readlink): New function.
fdb61804
PE
26 * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on
27 ../lib/careadlinkat.h.
d1fdcab7 28
e2abce01
JB
292011-03-31 Juanma Barranquero <lekktu@gmail.com>
30
31 * xdisp.c (redisplay_internal): Fix prototype.
32
63696a73 332011-03-31 Eli Zaretskii <eliz@gnu.org>
09725d26 34
63696a73
EZ
35 * xdisp.c (SCROLL_LIMIT): New macro.
36 (try_scrolling): Use it when setting scroll_limit. Limit
37 scrolling to 100 screen lines.
38 (redisplay_window): Even when falling back on "recentering",
39 position point in the window according to scroll-conservatively,
40 scroll-margin, and scroll-*-aggressively variables. (Bug#6671)
41
42 (try_scrolling): When point is above the window, allow searching
43 as far as scroll_max, or one screenful, to compute vertical
44 distance from PT to the scroll margin position. This prevents
45 try_scrolling from unnecessarily failing when
46 scroll-conservatively is set to a value slightly larger than the
47 window height. Clean up the case of PT below the margin at bottom
48 of window: scroll_max can no longer be INT_MAX. When aggressive
49 scrolling is in use, don't let point enter the opposite scroll
50 margin as result of the scroll.
51 (syms_of_xdisp) <scroll-conservatively>: Document the
09725d26
EZ
52 threshold of 100 lines for never-recentering scrolling.
53
e4cc2dfc
JB
542011-03-31 Juanma Barranquero <lekktu@gmail.com>
55
56 * dispextern.h (move_it_by_lines):
57 * xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused
58 since 2000-12-29T14:24:09Z!gerd@gnu.org. All callers changed.
59 (message_log_check_duplicate): Remove parameters `prev_bol' and
60 `this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
61 (redisplay_internal): Remove parameter `preserve_echo_area',
62 unused since 1999-07-21T21:43:52Z!gerd@gnu.org. All callers changed.
63
64 * indent.c (Fvertical_motion):
65 * window.c (window_scroll_pixel_based, Frecenter):
66 Don't pass `need_y_p' to `move_it_by_lines'.
67
1c470562
SM
682011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
69
44f230aa
SM
70 * eval.c (struct backtrace): Don't cheat with negative numbers, but do
71 steal a few bits to be more compact.
72 (interactive_p, Fbacktrace, Fbacktrace_frame, mark_backtrace):
73 Remove unneeded casts.
74
1c470562
SM
75 * bytecode.c (Fbyte_code): CAR and CDR can GC.
76
888adce9
ZK
772011-03-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
78
79 * keyboard.c (Fexecute_extended_command): Do log the "suggest key
80 binding" message (bug#7967).
81
f838ed7b
PE
822011-03-30 Paul Eggert <eggert@cs.ucla.edu>
83
77861b95
PE
84 Fix more problems found by GCC 4.6.0's static checks.
85
de6dbc14
PE
86 * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:
87 Remove unused local var.
88
f838ed7b
PE
89 * editfns.c (Fmessage_box): Remove unused local var.
90
792c7b2b
PE
91 * xdisp.c (try_window_reusing_current_matrix, x_produce_glyphs):
92 (note_mode_line_or_margin_highlight, note_mouse_highlight):
93 Omit unused local vars.
c499e557 94 * window.c (shrink_windows): Omit unused local var.
b01a1c29 95 * menu.c (digest_single_submenu): Omit unused local var.
0bc32927
PE
96 * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:
97 Omit unused local var.
98
ba0165e1
PE
99 * keyboard.c (parse_modifiers_uncached, parse_modifiers):
100 Don't assume string length fits in int.
32ad8845 101 (keyremap_step, read_key_sequence): Use size_t for sizes.
48011560 102 (read_key_sequence): Don't check last_real_key_start redundantly.
ba0165e1 103
3c59b4c9
PE
104 * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA
105 instead of alloca (Bug#8344).
106
a3eed478 107 * eval.c (Fbacktrace): Don't assume nargs fits in int.
5d5d959d 108 (Fbacktrace_frame): Don't assume nframes fits in int.
a3eed478 109
eb4d412d
PE
110 * syntax.c (scan_sexps_forward): Avoid pointer wraparound.
111
1658b401
PE
112 * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow
113 concerns.
114
115 * term.c (produce_glyphless_glyph): Remove unnecessary test.
116
117 * cm.c (calccost): Turn while-do into do-while, for clarity.
44f730c8 118
9a2c6e05
PE
119 * keyboard.c (syms_of_keyboard): Use the same style as later
120 in this function when indexing through an array. This also
121 works around GCC bug 48267.
122
03d0a109
PE
123 * image.c (tiff_load): Fix off-by-one image count (Bug#8336).
124
44f730c8
PE
125 * xselect.c (x_check_property_data): Return correct size (Bug#8335).
126
fe75f926
PE
127 * chartab.c (sub_char_table_ref_and_range): Redo for slight
128 efficiency gain, and to bypass a gcc -Wstrict-overflow warning.
129
ffa8c828
PE
130 * keyboard.c, keyboard.h (num_input_events): Now size_t.
131 This avoids undefined behavior on integer overflow, and is a bit
132 more convenient anyway since it is compared to a size_t variable.
133
c5101a77
PE
134 Variadic C functions now count arguments with size_t, not int.
135 This avoids an unnecessary limitation on 64-bit machines, which
136 caused (substring ...) to crash on large vectors (Bug#8344).
137 * lisp.h (struct Lisp_Subr.function.aMANY): Now takes size_t, not int.
138 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call): Likewise.
77861b95 139 All variadic functions and their callers changed accordingly.
c5101a77
PE
140 (struct gcpro.nvars): Now size_t, not int. All uses changed.
141 * data.c (arith_driver, float_arith_driver): Likewise.
142 * editfns.c (general_insert_function): Likewise.
143 * eval.c (struct backtrace.nargs, interactive_p)
144 (internal_condition_case_n, run_hook_with_args, apply_lambda)
145 (funcall_lambda, mark_backtrace): Likewise.
146 * fns.c (concat): Likewise.
147 * frame.c (x_set_frame_parameters): Likewise.
148 * fns.c (get_key_arg): Now accepts and returns size_t, and returns
149 0 if not found, not -1. All callers changed.
150
dd3f25f7
PE
151 * alloc.c (garbage_collect): Don't assume stack size fits in int.
152 (stack_copy_size): Now size_t, not int.
153 (stack_copy, stack_copy_size): Define only if MAX_SAVE_STACK > 0.
154
461c2ab9
JB
1552011-03-28 Juanma Barranquero <lekktu@gmail.com>
156
157 * coding.c (encode_designation_at_bol): Remove parameter `charbuf_end',
158 unused since 2002-03-01T01:17:24Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
159 All callers changed.
160
161 * lisp.h (multibyte_char_to_unibyte):
162 * character.c (multibyte_char_to_unibyte): Remove parameter `rev_tbl',
163 unused since 2002-03-01T01:16:34Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
164 * character.h (CHAR_TO_BYTE8):
165 * cmds.c (internal_self_insert):
166 * editfns.c (general_insert_function):
167 * keymap.c (push_key_description):
168 * search.c (Freplace_match):
169 * xdisp.c (message_dolog, set_message_1): All callers changed.
170
f6d62986
SM
1712011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * keyboard.c (safe_run_hook_funcall): New function.
174 (safe_run_hooks_1, safe_run_hooks_error, safe_run_hooks): On error,
175 don't set the hook to nil, but remove the offending function instead.
176 (Qcommand_hook_internal): Remove, unused.
177 (syms_of_keyboard): Don't initialize Qcommand_hook_internal nor define
178 Vcommand_hook_internal.
179
180 * eval.c (enum run_hooks_condition): Remove.
181 (funcall_nil, funcall_not): New functions.
182 (run_hook_with_args): Call each function through a `funcall' argument.
183 Remove `cond' argument, now redundant.
184 (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success)
185 (Frun_hook_with_args_until_failure): Adjust accordingly.
186 (run_hook_wrapped_funcall, Frun_hook_wrapped): New functions.
187
1db5b1ad
JB
1882011-03-28 Juanma Barranquero <lekktu@gmail.com>
189
190 * dispextern.h (string_buffer_position): Remove declaration.
191
192 * print.c (strout): Remove parameter `multibyte', unused since
193 1999-08-21T19:30:21Z!gerd@gnu.org. All callers changed.
194
195 * search.c (boyer_moore): Remove parameters `len', `pos' and `lim',
196 never used since function introduction in 1998-02-08T21:33:56Z!rms@gnu.org.
197 All callers changed.
198
199 * w32.c (_wsa_errlist): Use braces for struct initializers.
200
201 * xdisp.c (string_buffer_position_lim): Remove parameter `w',
202 never used since function introduction in 2001-03-09T18:41:50Z!gerd@gnu.org.
203 All callers changed.
204 (string_buffer_position): Likewise. Also, make static (it's never
205 used outside xdisp.c).
206 (cursor_row_p): Remove parameter `w', unused since
207 2000-10-17T16:08:57Z!gerd@gnu.org. All callers changed.
208 (decode_mode_spec): Remove parameter `precision', introduced during
209 Gerd Moellmann's rewrite at 1999-07-21T21:43:52Z!gerd@gnu.org, but never used.
210 All callers changed.
211
5ffb62aa
JD
2122011-03-27 Jan Djärv <jan.h.d@swipnet.se>
213
214 * nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
215
461c2ab9 2162011-03-27 Anders Lindgren <andlind@gmail.com>
f0a1382a
JD
217
218 * nsterm.m (ns_menu_bar_is_hidden): New variable.
219 (ns_constrain_all_frames, ns_menu_bar_should_be_hidden)
220 (ns_update_auto_hide_menu_bar): New functions.
221 (ns_update_begin): Call ns_update_auto_hide_menu_bar.
222 (applicationDidBecomeActive): Call ns_update_auto_hide_menu_bar and
223 ns_constrain_all_frames.
224 (constrainFrameRect): Return at once if ns_menu_bar_should_be_hidden.
225 (syms_of_nsterm): DEFVAR ns-auto-hide-menu-bar, init to Qnil.
226
5c380ffb
JD
2272011-03-27 Jan Djärv <jan.h.d@swipnet.se>
228
229 * nsmenu.m (runDialogAt): Remove argument to timer_check.
230
9af30bdf
GM
2312011-03-27 Glenn Morris <rgm@gnu.org>
232
233 * syssignal.h: Replace RETSIGTYPE with void.
234 * atimer.c, data.c, dispnew.c, emacs.c, floatfns.c, keyboard.c:
235 * keyboard.h, lisp.h, process.c, sysdep.c, xterm.c:
236 Replace SIGTYPE with void everywhere.
237 * s/usg5-4-common.h (SIGTYPE): Remove definition.
238 * s/template.h (SIGTYPE): Remove commented out definition.
239
e2abce01
JB
2402011-03-26 Eli Zaretskii <eliz@gnu.org>
241
242 * xdisp.c (redisplay_window): Don't check buffer's clip_changed
243 flag as a prerequisite for invoking try_scrolling. (Bug#6671)
244
f868cd8a
JB
2452011-03-26 Juanma Barranquero <lekktu@gmail.com>
246
59eb0929
JB
247 * w32.c (read_unc_volume): Use parameter `henum', instead of
248 global variable `wget_enum_handle'.
249
250 * keymap.c (describe_vector): Remove parameters `indices' and
251 `char_table_depth', unused since 2002-03-01T01:43:26Z!handa@m17n.org.
252 (describe_map, Fdescribe_vector): Adjust calls to `describe_vector'.
253
f868cd8a
JB
254 * keyboard.h (timer_check, show_help_echo): Remove unused parameters.
255
256 * keyboard.c (timer_check): Remove parameter `do_it_now',
257 unused since 1996-04-12T06:01:29Z!rms@gnu.org.
258 (show_help_echo): Remove parameter `ok_to_overwrite_keystroke_echo',
259 unused since 2008-04-19T19:30:53Z!monnier@iro.umontreal.ca.
260
261 * keyboard.c (read_char):
262 * w32menu.c (w32_menu_display_help):
263 * xmenu.c (show_help_event, menu_help_callback):
264 Adjust calls to `show_help_echo'.
265
266 * gtkutil.c (xg_maybe_add_timer):
267 * keyboard.c (readable_events):
268 * process.c (wait_reading_process_output):
269 * xmenu.c (x_menu_wait_for_event): Adjust calls to `timer_check'.
270
271 * insdel.c (adjust_markers_gap_motion):
272 Remove; no-op since 1998-01-02T21:29:48Z!rms@gnu.org.
273 (gap_left, gap_right): Don't call it.
274
2ecf6fdb
CY
2752011-03-25 Chong Yidong <cyd@stupidchicken.com>
276
277 * xdisp.c (handle_fontified_prop): Discard changes to clip_changed
278 incurred during fontification.
279
6b1f9ba4
JB
2802011-03-25 Juanma Barranquero <lekktu@gmail.com>
281
282 * buffer.c (defvar_per_buffer): Remove unused parameter `doc'.
283 (DEFVAR_PER_BUFFER): Don't pass it.
284
285 * dispnew.c (row_equal_p, add_row_entry): Remove unused parameter `w'.
286 (scrolling_window): Don't pass it.
287
0f4a96b5
JB
2882011-03-25 Juanma Barranquero <lekktu@gmail.com>
289
290 * dispextern.h (glyph_matric): Use #if GLYPH_DEBUG, not #ifdef.
291
292 * fileio.c (check_executable) [DOS_NT]: Remove unused variables `len'
293 and `suffix'.
294 (Fset_file_selinux_context) [HAVE_LIBSELINUX]: Move here declaration
295 of variables specific to SELinux and computation of `encoded_absname'.
296
297 * image.c (XPutPixel): Remove unused variable `height'.
298
299 * keyboard.c (make_lispy_event): Remove unused variable `hpos'.
300
301 * unexw32.c (get_section_info): Remove unused variable `section'.
302
303 * w32.c (stat): Remove unused variables `drive_root' and `devtype'.
304 (system_process_attributes): Remove unused variable `sess'.
305 (sys_read): Remove unused variable `err'.
306
307 * w32fns.c (top): Wrap variables with #if GLYPH_DEBUG, not #ifdef.
308 (w32_wnd_proc): Remove unused variable `isdead'.
309 (unwind_create_frame): Use #if GLYPH_DEBUG, not #ifdef.
310 (Fx_server_max_request_size): Remove unused variable `dpyinfo'.
311 (x_create_tip_frame): Remove unused variable `tem'.
312
313 * w32inevt.c (w32_console_read_socket):
314 Remove unused variable `no_events'.
315
316 * w32term.c (x_draw_composite_glyph_string_foreground):
317 Remove unused variable `width'.
318
1149507c
JB
3192011-03-24 Juanma Barranquero <lekktu@gmail.com>
320
321 * w32term.c (x_set_glyph_string_clipping):
322 Don't pass uninitialized region to CombineRgn.
323
9c88f339
JB
3242011-03-23 Juanma Barranquero <lekktu@gmail.com>
325
326 * w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'.
327 (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer.
328 (Fx_close_connection): Remove unused variable `i'.
329
330 * w32font.c (w32font_draw): Return number of glyphs.
331 (w32font_open_internal): Remove unused variable `i'.
332 (w32font_driver): Add missing initializer.
333
334 * w32menu.c (utf8to16): Remove unused variable `utf16'.
335 (fill_in_menu): Remove unused variable `items_added'.
336
337 * w32term.c (last_mouse_press_frame): Remove static global variable.
338 (w32_clip_to_row): Remove unused variable `f'.
339 (x_delete_terminal): Remove unused variable `i'.
340
341 * w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'.
342 (NOTHING): Remove unused static global variable.
343 (uniscribe_check_otf): Remove unused variable `table'.
344 (uniscribe_font_driver): Add missing initializers.
345
dee091a3
JD
3462011-03-23 Julien Danjou <julien@danjou.info>
347
348 * term.c (Fsuspend_tty, Fresume_tty):
349 * minibuf.c (read_minibuf, run_exit_minibuf_hook):
350 * window.c (temp_output_buffer_show):
351 * insdel.c (signal_before_change):
352 * frame.c (Fhandle_switch_frame):
353 * fileio.c (Fdo_auto_save):
354 * emacs.c (Fkill_emacs):
355 * editfns.c (save_excursion_restore):
356 * cmds.c (internal_self_insert):
357 * callint.c (Fcall_interactively):
358 * buffer.c (Fkill_all_local_variables):
359 * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1):
360 Use Frun_hooks.
0f4a96b5 361 (command_loop_1): Use Frun_hooks. Call safe_run_hooks
dee091a3
JD
362 unconditionnaly since it does the check itself.
363
2c520ab5 3642011-03-23 Paul Eggert <eggert@cs.ucla.edu>
f0641eff 365
c9c49752
PE
366 Fix more problems found by GCC 4.5.2's static checks.
367
8abc3f12
PE
368 * coding.c (encode_coding_raw_text): Avoid unnecessary test
369 the first time through the loop, since we know p0 < p1 then.
370 This also avoids a gcc -Wstrict-overflow warning.
371
a2d26660
PE
372 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow
373 leading to a memory leak, possible in functions like
374 load_charset_map_from_file that can allocate an unbounded number
b12ef411 375 of objects (Bug#8318).
a2d26660 376
916c72e9
PE
377 * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes
378 that could (at least in theory) be that large.
379
19ab8a18
PE
380 * xdisp.c (message_log_check_duplicate): Return unsigned long, not int.
381 This is less likely to overflow, and avoids undefined behavior if
382 overflow does occur. All callers changed. Use strtoul to scan
383 for the unsigned long integer.
b7cbbd6f
PE
384 (pint2hrstr): Simplify and tune code slightly.
385 This also avoids a (bogus) GCC warning with gcc -Wstrict-overflow.
19ab8a18 386
f0641eff
PE
387 * scroll.c (do_scrolling): Work around GCC bug 48228.
388 See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228>.
389
7f650bb9
PE
390 * frame.c (Fmodify_frame_parameters): Simplify loop counter.
391 This also avoids a warning with gcc -Wstrict-overflow.
39f5e519
PE
392 (validate_x_resource_name): Simplify count usage.
393 This also avoids a warning with gcc -Wstrict-overflow.
7f650bb9 394
37dd57d1
PE
395 * fileio.c (Fcopy_file): Report error if fchown or fchmod
396 fail (Bug#8306).
81e56e61 397
699979fc 398 * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303).
dc1ca6a8 399
401bf9b4
PE
400 * process.c (Fmake_network_process): Use socklen_t, not int,
401 where POSIX says socklen_t is required in portable programs.
402 This fixes a porting bug on hosts like 64-bit HP-UX, where
591b2973 403 socklen_t is wider than int (Bug#8277).
401bf9b4
PE
404 (Fmake_network_process, server_accept_connection):
405 (wait_reading_process_output, read_process_output):
406 Likewise.
407
b93aacde
PE
408 * process.c: Rename or move locals to avoid shadowing.
409 (list_processes_1, Fmake_network_process):
410 (read_process_output_error_handler, exec_sentinel_error_handler):
411 Rename or move locals.
4dc343ee 412 (Fmake_network_process): Define label "retry_connect" only if needed.
0da49335 413 (Fnetwork_interface_info): Fix pointer signedness.
f990b4e5 414 (process_send_signal): Add cast to avoid pointer signedness problem.
7b808126 415 (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.
c939f91b 416 (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298).
b93aacde 417
af8a867c 418 Make tparam.h and terminfo.c consistent.
44f230aa
SM
419 * cm.c (tputs, tgoto, BC, UP): Remove extern decls.
420 Include tparam.h instead, since it declares them.
af8a867c
PE
421 * cm.h (PC): Remove extern decl; tparam.h now does this.
422 * deps.mk (cm.o, terminfo.o): Depend on tparam.h.
423 * terminfo.c: Include tparam.h, to check interfaces.
424 (tparm): Make 1st arg a const pointer in decl. Put it at top level.
425 (tparam): Adjust signature to match interface in tparam.h;
426 this removes some undefined behavior. Check that outstring and len
427 are zero, which they always are with Emacs.
428 * tparam.h (PC, BC, UP): New extern decls.
429
0248044d 430 * xftfont.c (xftfont_shape): Now static, and defined only if needed.
001a7ab4 431 (xftfont_open): Rename locals to avoid shadowing.
0248044d 432
8ff096c1 433 * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.
a00924bb
PE
434 (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.
435 (OTF_TAG_SYM): Omit macro if not needed.
e932860f 436 (ftfont_list): Remove unused local.
49eaafba
PE
437 (get_adstyle_property, ftfont_pattern_entity):
438 (ftfont_lookup_cache, ftfont_open, ftfont_anchor_point):
439 Rename locals to avoid shadowing.
8ff096c1 440
e2be39f6
PE
441 * xfont.c (xfont_list_family): Mark var as initialized.
442
c9735e30
PE
443 * xml.c (make_dom): Now static.
444
8f5201ae
PE
445 * composite.c (composition_compute_stop_pos): Rename local to
446 avoid shadowing.
b246f932
PE
447 (composition_reseat_it): Remove unused locals.
448 (find_automatic_composition, composition_adjust_point): Likewise.
80e079b2 449 (composition_update_it): Mark var as initialized.
11b61122
PE
450 (find_automatic_composition): Mark vars as initialized,
451 with a FIXME (Bug#8290).
8f5201ae 452
760fbc2c
PE
453 character.h: Rename locals to avoid shadowing.
454 * character.h (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE):
455 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE, FETCH_CHAR_ADVANCE):
456 (FETCH_CHAR_ADVANCE_NO_CHECK, INC_POS, DEC_POS, BUF_INC_POS):
457 (BUF_DEC_POS): Be more systematic about renaming local temporaries
458 to avoid shadowing.
459
ff08eb85
PE
460 * textprop.c (property_change_between_p): Remove; unused.
461
fc7bf025
PE
462 * intervals.c (interval_start_pos): Now static.
463
235d7abc
PE
464 * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
465
44f230aa
SM
466 * atimer.c (start_atimer, append_atimer_lists, set_alarm):
467 Rename locals to avoid shadowing.
3e7d6594 468
50060332
PE
469 * sound.c (wav_play, au_play, Fplay_sound_internal):
470 Fix pointer signedness.
d01f234b 471 (alsa_choose_format): Remove unused local var.
c83b8872
PE
472 (wav_play): Initialize a variable to 0, to prevent undefined
473 behavior (Bug#8278).
50060332 474
c4fc4e30
PE
475 * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.
476
918436ed
PE
477 * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
478
c939f91b
PE
479 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork
480 clobbering (Bug#8298).
b9c7f648
PE
481 * sysdep.c (sys_subshell): Likewise.
482 Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.
7e9123a2 483
6bd8c144
PE
484 * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
485 This should get cleaned up, so that child_setup has the
486 same signature on all platforms.
487
7710357c 488 * callproc.c (call_process_cleanup): Now static.
cb1d0ef7 489 (relocate_fd): Rename locals to avoid shadowing.
7710357c 490
c59da222
CY
4912011-03-22 Chong Yidong <cyd@stupidchicken.com>
492
493 * xterm.c (x_clear_frame): Remove XClearWindow call. This appears
494 not to be necessary, and produces flickering.
495
66b87493
GM
4962011-03-20 Glenn Morris <rgm@gnu.org>
497
498 * config.in: Remove file.
499
45b6f6d5
JB
5002011-03-20 Juanma Barranquero <lekktu@gmail.com>
501
502 * minibuf.c (Vcompleting_read_function): Don't declare, global variables
503 are now in src/globals.h.
504 (syms_of_minibuf): Remove spurious & from previous change.
505
3ec03f7e
LL
5062011-03-20 Leo <sdl.web@gmail.com>
507
508 * minibuf.c (completing-read-function): New variable.
509 (completing-read-default): Rename from completing-read.
510 (completing-read): Call completing-read-function.
511
b14e3e21
CY
5122011-03-19 Juanma Barranquero <lekktu@gmail.com>
513
514 * xfaces.c (Fx_load_color_file):
515 Read color file from absolute filename (bug#8250).
516
f2b726e6
JB
5172011-03-19 Juanma Barranquero <lekktu@gmail.com>
518
519 * makefile.w32-in: Update dependencies.
520
09f6ff02
EZ
5212011-03-17 Eli Zaretskii <eliz@gnu.org>
522
523 * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
524
29a6015a
PE
5252011-03-17 Paul Eggert <eggert@cs.ucla.edu>
526
a3a6c54e
PE
527 Fix more problems found by GCC 4.5.2's static checks.
528
b766f867
PE
529 * process.c (make_serial_process_unwind, send_process_trap):
530 (sigchld_handler): Now static.
531
be02381c
PE
532 * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.
533 That way, the code declares only the vars that it needs.
534 * s/aix4-2.h (PTY_ITERATION): Declare iteration vars.
535 * s/cygwin.h (PTY_ITERATION): Likewise.
536 * s/darwin.h (PTY_ITERATION): Likewise.
537 * s/gnu-linux.h (PTY_ITERATION): Likewise.
538
57048744
PE
539 * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
540 * process.c (allocate_pty): Don't declare stb unless it's needed.
541
7914961c 542 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
615f2d59
PE
543 (CONSTANTLIM): Remove; unused.
544 (METER_CODE, Bscan_buffer, Bread_char, Bset_mark):
545 Define only if needed.
7914961c 546
b3967b18
PE
547 * unexelf.c (unexec): Name an expression,
548 to avoid gcc -Wbad-function-cast warning.
9ae71512
PE
549 Use a different way to cause a compilation error if anyone uses
550 n rather than nn, a way that does not involve shadowing.
73366a00 551 (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.
b3967b18 552
29a6015a
PE
553 * deps.mk (unexalpha.o): Remove; unused.
554
43cfc33e 555 New file unexec.h, the (simple) interface for unexec (Bug#8267).
7feda0d2 556 * unexec.h: New file.
ce701a33
PE
557 * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
558 (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
559 Depend on unexec.h.
560 * emacs.c [!defined CANNOT_DUMP]: Include unexec.h.
561 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c:
562 * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
381259ef 563 Change as necessary to match prototype in unexec.h.
ce701a33 564
01f44d5a
PE
565 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
566 shadowing.
4f63c6bb 567 (back_comment, skip_chars): Mark vars as initialized.
01f44d5a 568
a6670b0b
PE
569 * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):
570 Rename locals to avoid shadowing.
571
cef2010d 572 * lread.c (read1): Rewrite so as not to use empty "else".
0902fe45 573 (Fload, readevalloop, read1): Rename locals to avoid shadowing.
cef2010d 574
d4d7173a
PE
575 * print.c (Fredirect_debugging_output): Fix pointer signedess.
576
f08b802a
PE
577 * lisp.h (debug_output_compilation_hack): Add decl here, to avoid
578 warning when compiling print.c.
579
3ddb0639
PE
580 * font.c (font_unparse_fcname): Abort in an "impossible" situation
581 instead of using an uninitialized var.
5ad03b97 582 (font_sort_entities): Mark var as initialized.
3ddb0639 583
170a2692
PE
584 * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.
585
e663c700
PE
586 * font.c (font_unparse_xlfd): Don't mix pointers to variables with
587 pointers to constants.
89bc529a 588 (font_parse_fcname): Remove unused vars.
7b81e2d0 589 (font_delete_unmatched): Now static.
ea838e10 590 (font_get_spec): Remove; unused.
13a547c6
PE
591 (font_style_to_value, font_prop_validate_style, font_unparse_fcname):
592 (font_update_drivers, Ffont_get_glyphs, font_add_log):
593 Rename or move locals to avoid shadowing.
e663c700 594
2a80c887 595 * fns.c (require_nesting_list, require_unwind): Now static.
612f56df 596 (Ffillarray): Rename locals to avoid shadowing.
2a80c887 597
1384fa33 598 * floatfns.c (domain_error2): Define only if needed.
a885e2ed 599 (Ffrexp, Fldexp): Rename locals to avoid shadowing.
1384fa33 600
8b2c52e9
PE
601 * alloc.c (mark_backtrace): Move decl from here ...
602 * lisp.h: ... to here, so that it can be checked.
603
475545b5 604 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
d28a2170 605 (Fdefvar): Rewrite so as not to use empty "else".
cfcbfb1a
PE
606 (lisp_indirect_variable): Name an expression,
607 to avoid gcc -Wbad-function-cast warning.
1faed8ae 608 (Fdefvar): Rename locals to avoid shadowing.
475545b5 609
b1349114 610 * callint.c (quotify_arg, quotify_args): Now static.
a3e8cbda 611 (Fcall_interactively): Rename locals to avoid shadowing.
b0e80955 612 Use const pointer when appropriate.
b1349114 613
a2928364
PE
614 * lisp.h (get_system_name, get_operating_system_release):
615 Move decls here, to check interfaces.
616 * process.c (get_operating_system_release): Move decl to lisp.h.
617 * xrdb.c (get_system_name): Likewise.
63c5d10b
PE
618 * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
619 (Fuser_real_uid, Fuser_full_name): Remove unnecessary casts,
620 some of which prompt warnings from gcc -Wbad-function-cast.
545b49b4
PE
621 (Fformat_time_string, Fencode_time, Finsert_char):
622 (Ftranslate_region_internal, Fformat):
623 Rename or remove local vars to avoid shadowing.
9710023e 624 (Ftranslate_region_internal): Mark var as initialized.
63c5d10b 625
a415e694
PE
626 * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
627 avoid shadowing.
628
8ef4622d
PE
629 * lisp.h (eassert): Check that the argument compiles, even if
630 ENABLE_CHECKING is not defined.
631
946f9a5b
PE
632 * data.c (Findirect_variable): Name an expression, to avoid
633 gcc -Wbad-function-cast warning.
112396d6 634 (default_value, arithcompare, arith_driver, arith_error): Now static.
b9b84fa9 635 (store_symval_forwarding): Rename local to avoid shadowing.
44f230aa
SM
636 (Fmake_variable_buffer_local, Fmake_local_variable):
637 Mark variables as initialized.
52746918 638 (do_blv_forwarding, do_symval_forwarding): Remove; unused.
946f9a5b 639
e5aab7e7 640 * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
ae35e756
PE
641 (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
642 Rename locals to avoid shadowing.
dff45157
PE
643 (mark_stack): Move local variables into the #ifdef region where
644 they're used.
7bc26fdb
PE
645 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
646 ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not
647 needed otherwise.
648 (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS.
649 (GC_STRING_CHARS): Remove; not used.
d40d4be1 650 (Fmemory_limit): Cast sbrk's returned value to char *.
ae35e756 651
e5aab7e7
PE
652 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
653 avoids undefined behavior in theory.
654
4da60324
PE
655 * regex.c (IF_LINT): Add defn, for benefit of ../lib-src.
656
88043301
PE
657 Use functions, not macros, for up- and down-casing (Bug#8254).
658 * buffer.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
659 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Remove. All callers changed
660 to use the following functions instead of these macros.
661 (downcase): Adjust to lack of DOWNCASE_TABLE. Return int, not
662 EMACS_INT, since callers assume the returned value fits in int.
663 (upcase1): Likewise, for UPCASE_TABLE.
664 (uppercasep, lowercasep, upcase): New static inline functions.
0da09c43 665 * editfns.c (Fchar_equal): Remove no-longer-needed workaround for
db69b0cd 666 the race-condition problem in the old DOWNCASE.
88043301 667
19ed5445
PE
668 * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
669 Rename locals to avoid shadowing.
670 (regex_compile, re_match_2_internal): Move locals to avoid shadowing.
abbd1bcf
PE
671 (regex_compile, re_search_2, re_match_2_internal):
672 Remove unused local vars.
952db0d7
PE
673 (FREE_VAR): Rewrite so as not to use empty "else",
674 which gcc can warn about.
da053e48 675 (regex_compile, re_match_2_internal): Mark locals as initialized.
b313f9d8
PE
676 (RETALLOC_IF): Define only if needed.
677 (WORDCHAR_P): Likewise. This one is never needed, but is used
678 only in a comment talking about a compiler bug, so put inside
679 the #if 0 of that comment.
680 (CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK):
681 (PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING):
682 Remove; unused.
19ed5445 683
1f3561e4 684 * search.c (boyer_moore): Rename locals to avoid shadowing.
76ef09b7
PE
685 * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE):
686 (PREV_CHAR_BOUNDARY): Likewise.
1f3561e4 687
ded6f8f7
PE
688 * search.c (simple_search): Remove unused var.
689
dbd37a95
PE
690 * dired.c (compile_pattern): Move decl from here ...
691 * lisp.h: ... to here, so that it can be checked.
692 (struct re_registers): New forward decl.
693
7e47afad
PE
694 * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.
695
85f24f61
PE
696 * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.
697 All uses changed.
698 (MULTIBYTE_BYTES_WIDTH, scan_for_column, compute_motion):
699 Rename locals to avoid shadowing.
5671df8f 700 (Fvertical_motion): Mark locals as initialized.
85f24f61 701
181aa2be 702 * casefiddle.c (casify_object, casify_region): Now static.
e45a141a 703 (casify_region): Mark local as initialized.
181aa2be 704
930d429c
PE
705 * cmds.c (internal_self_insert): Rename local to avoid shadowing.
706
7082eac6
PE
707 * lisp.h (GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR, GCPRO6_VAR):
708 New macros, so that the caller can use some names other than
709 gcpro1, gcpro2, etc.
710 (GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6): Reimplement in terms
711 of the new macros.
712 (GCPRO1_VAR, UNGCPRO_VAR): Change the meaning of the second
713 argument, for consistency with GCPRO2_VAR, etc: it is now the
714 prefix of the variable, not the variable itself. All uses
715 changed.
38b2c076
PE
716 * dired.c (directory_files_internal, file_name_completion):
717 Rename locals to avoid shadowing.
718
15206ed9
PE
719 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
720 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in
721 dired.c's scmp function, had undefined behavior.
722 * lisp.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
723 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Move from here ...
724 * buffer.h: ... to here, because these macros use current_buffer,
725 and the new implementation with inline functions needs to have
726 current_buffer in scope now, rather than later when the macros
727 are used.
728 (downcase, upcase1): New static inline functions.
729 (DOWNCASE, UPCASE1): Reimplement using these functions.
730 This avoids undefined behavior in expressions like
731 DOWNCASE (x) == DOWNCASE (y), which previously suffered
732 from race conditions in accessing the global variables
733 case_temp1 and case_temp2.
734 * casetab.c (case_temp1, case_temp2): Remove; no longer needed.
735 * lisp.h (case_temp1, case_temp2): Remove their decls.
736 * character.h (ASCII_CHAR_P): Move from here ...
737 * lisp.h: ... to here, so that the inline functions mentioned
738 above can use them.
739
4a6bea26
PE
740 * dired.c (directory_files_internal_unwind): Now static.
741
f14b7e14
PE
742 * fileio.c (file_name_as_directory, directory_file_name):
743 (barf_or_query_if_file_exists, auto_save_error, auto_save_1):
744 Now static.
2893f146
PE
745 (file_name_as_directory): Use const pointers when appropriate.
746 (Fexpand_file_name): Likewise. In particular, newdir might
747 point at constant storage, so make it a const pointer.
fd4ead52 748 (Fmake_directory_internal, Fread_file_name): Remove unused vars.
b14aac08
PE
749 (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer
750 signedness issues.
f839df0c
PE
751 (Fset_file_times, Finsert_file_contents, auto_save_error):
752 Rename locals to avoid shadowing.
f14b7e14 753
5716756e 754 * minibuf.c (choose_minibuf_frame_1): Now static.
62137a95
PE
755 (Ftry_completion, Fall_completions): Rename or remove locals
756 to avoid shadowing.
5716756e 757
b4c3046a
PE
758 * marker.c (bytepos_to_charpos): Remove; unused.
759
b45db522
PE
760 * lisp.h (verify_bytepos, count_markers): New decls,
761 so that gcc does not warn that these functions aren't declared.
762
85876d07
PE
763 * insdel.c (check_markers, make_gap_larger, make_gap_smaller):
764 (reset_var_on_error, Fcombine_after_change_execute_1): Now static.
f0cb4a60 765 (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.
40ef059e 766 (copy_text): Remove unused local var.
85876d07 767
03d78a21 768 * filelock.c (within_one_second): Now static.
b3dd38ab 769 (lock_file_1): Rename local to avoid shadowing.
03d78a21 770
5df8f01b
PE
771 * buffer.c (fix_overlays_before): Mark locals as initialized.
772 (fix_start_end_in_overlays): Likewise. This function should be
773 simplified by using pointers-to-pointers, but that's a different
774 matter.
b1d876f1 775 (switch_to_buffer_1): Now static.
8f54f30a
PE
776 (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):
777 (report_overlay_modification): Rename locals to avoid shadowing.
c3bd59b5 778
a70072c9 779 * sysdep.c (system_process_attributes): Rename vars to avoid shadowing.
fbd02d7b 780 Fix pointer signedness issue.
edced198
PE
781 (sys_subshell): Mark local as volatile if checking for lint,
782 to suppress a gcc -Wclobbered warning that does not seem to be right.
15dfd3d9 783 (MAXPATHLEN): Define only if needed.
a70072c9 784
a0977c44
PE
785 * process.c (serial_open, serial_configure): Move decls from here ...
786 * systty.h: ... to here, so that they can be checked.
787
a884fdcc
PE
788 * fns.c (get_random, seed_random): Move extern decls from here ...
789 * lisp.h: ... to here, so that they can be checked.
790
604efe86 791 * sysdep.c (reset_io): Now static.
b8950c94 792 (wait_for_termination_signal): Remove; unused.
604efe86 793
38fc62d9
PE
794 * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
795 (copy_keymap_item, append_key, push_text_char_description):
796 Now static.
1004a21a 797 (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
dbbb8427 798 (DENSE_TABLE_SIZE): Remove; unused.
c1141155
PE
799 (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
800 (describe_map_tree):
801 Rename locals to avoid shadowing.
38fc62d9 802
2f2650da
PE
803 * keyboard.c: Declare functions static if they are not used elsewhere.
804 (echo_char, echo_dash, cmd_error, top_level_2):
805 (poll_for_input, handle_async_input): Now static.
69a058fa
PE
806 (read_char, kbd_buffer_get_event, make_lispy_position):
807 (make_lispy_event, make_lispy_movement, apply_modifiers):
808 (decode_keyboard_code, tty_read_avail_input, menu_bar_items):
809 (parse_tool_bar_item, read_key_sequence, Fread_key_sequence):
810 (Fread_key_sequence_vector): Rename locals to avoid shadowing.
c8a06054 811 (read_key_sequence, read_char): Mark locals as initialized.
3ac94672 812 (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.
2f2650da 813
a053e86c 814 * keyboard.h (make_ctrl_char): New decl.
da2f2dd9
PE
815 (mark_kboards): Move decl here ...
816 * alloc.c (mark_kboards): ... from here.
a053e86c 817
4752793e
PE
818 * lisp.h (force_auto_save_soon): New decl.
819
74f10ca7 820 * emacs.c (init_cmdargs): Rename local to avoid shadowing.
244fc23d
PE
821 (DEFINE_DUMMY_FUNCTION): New macro.
822 (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
823 Use it.
c03cd23f
PE
824 (main): Add casts to avoid warnings
825 if GCC considers string literals to be constants.
74f10ca7 826
022e70d4
PE
827 * lisp.h (fatal_error_signal): Add decl, since it's exported.
828
59d6fe83
PE
829 * dbusbind.c: Pointer signedness fixes.
830 (xd_signature, xd_append_arg, xd_initialize):
831 (Fdbus_call_method, Fdbus_call_method_asynchronously):
832 (Fdbus_method_return_internal, Fdbus_method_error_internal):
833 (Fdbus_send_signal, xd_read_message_1, Fdbus_register_service):
834 (Fdbus_register_signal): Use SSDATA when the context wants char *.
835
78320123
PE
836 * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning
837 if GCC considers string literals to be constants.
49cebcca 838 (Fdbus_register_service, Fdbus_register_method): Remove unused vars.
78320123 839
35ac2a97
SM
8402011-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
841
fb103ca9
SM
842 * print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.
843 (print_preprocess, print_object): New macro to fix last change.
844
35ac2a97
SM
845 * print.c (print_preprocess): Don't forget font objects.
846
62973b41
JB
8472011-03-16 Juanma Barranquero <lekktu@gmail.com>
848
849 * emacs.c (USAGE3): Doc fixes.
850
0e48bb22
AS
8512011-03-15 Andreas Schwab <schwab@linux-m68k.org>
852
853 * coding.c (detect_coding_iso_2022): Reorganize code to clarify
854 structure.
855
7684e57b
JB
8562011-03-14 Juanma Barranquero <lekktu@gmail.com>
857
858 * lisp.h (VWindow_system, Qfile_name_history):
859 * keyboard.h (lispy_function_keys) [WINDOWSNT]:
860 * w32term.h (w32_system_caret_hwnd, w32_system_caret_height)
861 (w32_system_caret_x, w32_system_caret_y): Declare extern.
862
863 * w32select.c: Don't #include "keyboard.h".
c96bbc66 864 (run_protected): Add extern declaration for waiting_for_input.
7684e57b
JB
865
866 * w32.c (Qlocal, noninteractive1, inhibit_window_system):
867 * w32console.c (detect_input_pending, read_input_pending)
868 (encode_terminal_code):
869 * w32fns.c (quit_char, lispy_function_keys, Qtooltip)
870 (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x)
871 (w32_system_caret_y, Qfile_name_history):
872 * w32font.c (w32font_driver, QCantialias, QCotf, QClang):
873 * w32inevt.c (reinvoke_input_signal, lispy_function_keys):
874 * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map)
875 (Qoverriding_terminal_local_map, Qmenu_bar_update_hook):
876 * w32proc.c (Qlocal, report_file_error):
877 * w32term.c (Vwindow_system, updating_frame):
878 * w32uniscribe.c (initialized, uniscribe_font_driver):
879 Remove unneeded extern declarations.
880
2aa46d6c
CY
8812011-03-14 Chong Yidong <cyd@stupidchicken.com>
882
c96bbc66 883 * buffer.c (Fmake_indirect_buffer): Fix incorrect assertions.
2aa46d6c 884
cffc6f3b
CY
8852011-03-13 Chong Yidong <cyd@stupidchicken.com>
886
887 * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)
888 (BUF_PT_BYTE): Rewrite to handle indirect buffers (Bug#8219).
889 These macros can no longer be used for assignment.
890
44f230aa
SM
891 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
892 Assign struct members directly, instead of using BUF_BEGV etc.
cffc6f3b
CY
893 (record_buffer_markers, fetch_buffer_markers): New functions for
894 recording and fetching special buffer markers.
895 (set_buffer_internal_1, set_buffer_temp): Use them.
896
897 * lread.c (unreadchar): Use SET_BUF_PT_BOTH.
898
899 * insdel.c (adjust_point): Use SET_BUF_PT_BOTH.
900
901 * intervals.c (temp_set_point_both): Use SET_BUF_PT_BOTH.
902 (get_local_map): Use SET_BUF_BEGV_BOTH and SET_BUF_ZV_BOTH.
903
904 * xdisp.c (hscroll_window_tree):
905 (reconsider_clip_changes): Use PT instead of BUF_PT.
906
d251f04b
EZ
9072011-03-13 Eli Zaretskii <eliz@gnu.org>
908
909 * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
910 $(EMACS_ROOT)/lib/intprops.h.
911
f0c77cd1
PE
9122011-03-13 Paul Eggert <eggert@cs.ucla.edu>
913
3eca4629
PE
914 Fix more problems found by GCC 4.5.2's static checks.
915
7c86ee98
PE
916 * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
917 to unsigned char * to avoid compiler diagnostic.
b0afc268
PE
918 (xg_free_frame_widgets): Make it clear that a local variable is
919 needed only if USE_GTK_TOOLTIP.
01e0b5ad
PE
920 (gdk_window_get_screen): Make it clear that this macro is needed
921 only if USE_GTK_TOOLTIP.
1e5524e7
PE
922 (int_gtk_range_get_value): New function, which avoids a diagnostic
923 from gcc -Wbad-function-cast.
924 (xg_set_toolkit_scroll_bar_thumb): Use it.
925 (xg_tool_bar_callback, xg_tool_item_stale_p): Rewrite to avoid
926 diagnostic from gcc -Wbad-function-cast.
65dc836c
PE
927 (get_utf8_string, xg_get_file_with_chooser):
928 Rename locals to avoid shadowing.
929 (create_dialog): Move locals to avoid shadowing.
7c86ee98 930
41729b81
PE
931 * xgselect.c (xg_select): Remove unused var.
932
f0c77cd1
PE
933 * image.c (four_corners_best): Mark locals as initialized.
934 (gif_load): Initialize transparent_p to zero (Bug#8238).
935 Mark another local as initialized.
ec6cf4c6 936 (my_png_error, my_error_exit): Mark with NO_RETURN.
f0c77cd1 937
ce0ad53d 938 * image.c (clear_image_cache): Now static.
d5d5a617 939 (DIM, HAVE_STDLIB_H_1): Remove unused macros.
e22cffbc 940 (xpm_load): Redo to avoid "discards qualifiers" gcc warning.
77a765fd
PE
941 (x_edge_detection): Remove unnecessary cast that
942 gcc -Wbad-function-cast diagnoses.
2037898d 943 (gif_load): Fix pointer signedness.
6ae141d6
PE
944 (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):
945 (jpeg_load, gif_load): Rename locals to avoid shadowing.
ce0ad53d 946
3eca4629
PE
9472011-03-11 Paul Eggert <eggert@cs.ucla.edu>
948
d32df629
PE
949 Improve quality of tests for time stamp overflow.
950 For example, without this patch (encode-time 0 0 0 1 1
951 1152921504606846976) returns the obviously-bogus value (-948597
952 62170) on my RHEL 5.5 x86-64 host. With the patch, it correctly
953 reports time overflow. See
954 <http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00470.html>.
b8d9bd41
PE
955 * deps.mk (editfns.o): Depend on ../lib/intprops.h.
956 * editfns.c: Include limits.h and intprops.h.
957 (TIME_T_MIN, TIME_T_MAX): New macros.
958 (time_overflow): Move earlier, to before first use.
959 (hi_time, lo_time): New functions, for an accurate test for
960 out-of-range times.
961 (Fcurrent_time, Fget_internal_run_time, make_time): Use them.
962 (Fget_internal_run_time): Don't assume time_t fits in int.
963 (make_time): Use list2 instead of Fcons twice.
964 (Fdecode_time): More accurate test for out-of-range times.
965 (check_tm_member): New function.
966 (Fencode_time): Use it, to test for out-of-range times.
d32df629
PE
967 (lisp_time_argument): Don't rely on undefined left-shift and
968 right-shift behavior when checking for time stamp overflow.
8be6f318 969
fe31d94c
PE
970 * editfns.c (time_overflow): New function, refactoring common code.
971 (Fformat_time_string, Fdecode_time, Fencode_time):
972 (Fcurrent_time_string): Use it.
973
8be6f318
PE
974 Move 'make_time' to be next to its inverse 'lisp_time_argument'.
975 * dired.c (make_time): Move to ...
976 * editfns.c (make_time): ... here.
977 * systime.h: Note the move.
978
09d9db2c 9792011-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
c47cbdfd 980
126bc0dc
YM
981 * fringe.c (update_window_fringes): Remove unused variables.
982
c47cbdfd
YM
983 * unexmacosx.c (copy_data_segment): Also copy __got section.
984 (Bug#8223)
985
7ac80be9
EZ
9862011-03-12 Eli Zaretskii <eliz@gnu.org>
987
c96bbc66 988 * termcap.c [MSDOS]: Include "msdos.h".
058e5dad
EZ
989 (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
990 Constify `char *' arguments and their references according to
991 prototypes in tparam.h.
992
ecb0f94d 993 * deps.mk (termcap.o): Depend on tparam.h and msdos.h.
058e5dad 994
7ac80be9
EZ
995 * msdos.c (XMenuAddPane): 3rd argument is `const char *' now.
996 Adapt all references accordingly.
997
998 * msdos.h (XMenuAddPane): 3rd argument is `const char *' now.
999
ef1fd07e
TT
10002011-03-11 Tom Tromey <tromey@redhat.com>
1001
1002 * buffer.c (syms_of_buffer): Remove obsolete comment.
1003
7ef4b50c
EZ
10042011-03-11 Eli Zaretskii <eliz@gnu.org>
1005
1006 * termhooks.h (encode_terminal_code): Declare prototype.
1007
1008 * msdos.c (encode_terminal_code): Don't declare prototype.
1009
1010 * term.c (encode_terminal_code): Now external again, used by
1011 w32console.c and msdos.c.
1012
44f230aa
SM
1013 * makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)):
1014 Depend on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
7ef4b50c 1015
4b1ec863 10162011-03-11 Paul Eggert <eggert@cs.ucla.edu>
f78faa98 1017
1714f52b 1018 Fix some minor problems found by GCC 4.5.2's static checks.
83316bf4 1019
4b1ec863
PE
1020 * fringe.c (update_window_fringes): Mark locals as initialized
1021 (Bug#8227).
1022 (destroy_fringe_bitmap, init_fringe_bitmap): Now static.
bf60f616 1023
524c7aa6
PE
1024 * alloc.c (mark_fringe_data): Move decl from here ...
1025 * lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here,
1026 to check its interface.
1027 (init_fringe_once): Do not declare unless HAVE_WINDOW_SYSTEM.
1028
a5c0af81 1029 * fontset.c (free_realized_fontset): Now static.
7519b8cd 1030 (Fset_fontset_font): Rename local to avoid shadowing.
cc6e5db1 1031 (fontset_font): Mark local as initialized.
a9a06e0b 1032 (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; unused.
a5c0af81 1033
b4716021
PE
1034 * xrdb.c: Include "xterm.h", to check x_load_resources's interface.
1035
811e9bac 1036 * xselect.c (x_disown_buffer_selections): Remove; not used.
7b83e2f1 1037 (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
aa0daa9f
PE
1038 (x_own_selection, Fx_disown_selection_internal): Rename locals
1039 to avoid shadowing.
1040 (x_handle_dnd_message): Remove local to avoid shadowing.
811e9bac 1041
7e3ab302
PE
1042 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
1043 so that the caller can use some name other than gcpro1.
1044 (GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
58d2d479
PE
1045 * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
1046 (Fx_backspace_delete_keys_p):
1047 Use them to avoid shadowing, and rename vars to avoid shadowing.
1048 (x_decode_color, x_set_name, x_window): Now static.
6b437900 1049 (Fx_create_frame): Add braces to silence GCC warning.
c0951e53 1050 (Fx_file_dialog, Fx_select_font): Fix pointer signedness.
06b0c8a0
PE
1051 (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):
1052 Remove unused locals.
7e3ab302
PE
1053 (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
1054 (Fx_backspace_delete_keys_p): Rename locals to avoid shadowing.
1055 Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR
1056 macros.
f78faa98 1057
e2b13473
PE
1058 * xterm.h (x_mouse_leave): New decl.
1059
77f23912
PE
1060 * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):
1061 Remove unused functions.
cdf4ba58
PE
1062 (x_shift_glyphs_for_insert, XTflash, XTring_bell):
1063 (x_calc_absolute_position): Now static.
7411c686 1064 (XTread_socket): Don't define label "out" unless it's used.
2b07bcff 1065 Don't declare local "event" unless it's used.
ed7bf3a5
PE
1066 (x_iconify_frame, x_free_frame_resources): Don't declare locals
1067 unless they are used.
38d0b34a
PE
1068 (XEMBED_VERSION, xembed_set_info): Don't define unless needed.
1069 (x_fatal_error_signal): Remove; not used.
a6067996
PE
1070 (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):
1071 (x_scroll_bar_report_motion, handle_one_xevent, x_draw_bar_cursor):
1072 (x_error_catcher, x_connection_closed, x_error_handler):
1073 (x_error_quitter, xembed_send_message, x_iconify_frame):
1074 (my_log_handler): Rename locals to avoid shadowing.
28f1c698 1075 (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.
2a8fade0 1076 (x_connection_closed): Tell GCC not to suggest NO_RETURN.
77f23912 1077
44f230aa
SM
1078 * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font):
1079 Rename or move locals to avoid shadowing.
6b463e58 1080 (tty_defined_color, merge_face_heights): Now static.
5967d051 1081 (free_realized_faces_for_fontset): Remove; not used.
1e9966ea
PE
1082 (Fx_list_fonts): Mark variable that gcc -Wuninitialized
1083 does not deduce is never used uninitialized.
73719eba
PE
1084 (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.
1085 (LFACEP): Define only if XASSERTS, as it's not needed otherwise.
071048a3 1086
426994c3 1087 * terminal.c (store_terminal_param): Now static.
5489860b 1088
032f1620 1089 * xmenu.c (menu_highlight_callback): Now static.
9d66f88e 1090 (set_frame_menubar): Remove unused local.
d4323972 1091 (xmenu_show): Rename parameter to avoid shadowing.
6d1f7fee
PE
1092 (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
1093 since they might point to immutable storage.
281585b0
PE
1094 (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,
1095 since it's unused otherwise.
032f1620 1096
367c19e5 1097 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
53df7c11 1098 Add a FIXME, since the code still doesn't look right. (Bug#8215)
9f36b9fd
PE
1099 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
1100 avoids a gcc -Wuninitialized diagnostic.
0e086e8f 1101 (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs):
44a3a108
PE
1102 (note_mouse_highlight): Mark variables that gcc -Wuninitialized
1103 does not deduce are never used uninitialized.
70739cbe 1104
07b48fa9
PE
1105 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c.
1106
8868a238 1107 * xdisp.c (redisplay_window): Rename local to avoid shadowing.
4554d213
PE
1108 * window.c (window_loop, size_window):
1109 (run_window_configuration_change_hook, enlarge_window): Likewise.
8868a238 1110
7e5cf297 1111 * window.c (display_buffer): Now static.
d6550a9f
PE
1112 (size_window): Mark variables that gcc -Wuninitialized
1113 does not deduce are never used uninitialized.
a586633d
PE
1114 * window.h (check_all_windows): New decl, to forestall
1115 gcc -Wmissing-prototypes diagnostic.
5b555da1 1116 * dispextern.h (bidi_dump_cached_states): Likewise.
7e5cf297 1117
f6095868
PE
1118 * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
1119 shadowing.
1120 * charset.c (map_charset_for_dump, Fchar_charset): Likewise.
726929c4
PE
1121 Include <limits.h>.
1122 (Fsort_charsets): Redo min/max calculation to shorten the code a bit
1123 and to avoid gcc -Wuninitialized warning.
89ef49df
PE
1124 (load_charset_map): Mark variables that gcc -Wuninitialized
1125 does not deduce are never used uninitialized.
53df7c11 1126 (load_charset): Abort instead of using uninitialized var (Bug#8229).
f6095868 1127
f38b440c
PE
1128 * coding.c (coding_set_source, coding_set_destination):
1129 Use "else { /* comment */ }" rather than "else /* comment */;"
1130 for clarity, and to avoid gcc -Wempty-body warning.
2735d060
PE
1131 (Fdefine_coding_system_internal): Don't redeclare 'i' inside
1132 a block, when the outer 'i' will do.
1133 (decode_coding_utf_8, decode_coding_utf_16, detect_coding_emacs_mule):
1134 (emacs_mule_char, decode_coding_emacs_mule, detect_coding_iso_2022):
1135 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5):
1136 (decode_coding_raw_text, decode_coding_charset, get_translation_table):
1137 (Fdecode_sjis_char, Fdefine_coding_system_internal):
1138 Rename locals to avoid shadowing.
1139 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
e2f1bab9
PE
1140 * coding.c (emacs_mule_char, encode_invocation_designation):
1141 Now static, since they're not used elsewhere.
413bb2db 1142 (decode_coding_iso_2022): Add "default: abort ();" as a safety check.
c4a63b12 1143 (decode_coding_object, encode_coding_object, detect_coding_system):
ee05f961
PE
1144 (decode_coding_emacs_mule): Mark variables that gcc
1145 -Wuninitialized does not deduce are never used uninitialized.
160b01f6
PE
1146 (detect_coding_iso_2022): Initialize a local variable that might
1147 be used uninitialized. Leave a FIXME because it's not clear that
53df7c11 1148 this initialization is needed. (Bug#8211)
5f58e762
PE
1149 (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):
1150 (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P):
1151 (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER):
1152 (ENCODE_DIRECTION_R2L, ENCODE_DIRECTION_L2R):
1153 Remove unused macros.
f38b440c 1154
232b38b9 1155 * category.c (hash_get_category_set): Remove unused local var.
9f3b5e69 1156 (copy_category_table): Now static, since it's not used elsewhere.
d0891610 1157 * character.c (string_count_byte8): Likewise.
232b38b9 1158
fb90da1b
PE
1159 * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):
1160 (Fregister_code_conversion_map): Rename locals to avoid shadowing.
1161
fb93dbc2
PE
1162 * chartab.c (copy_sub_char_table): Now static, since it's not used
1163 elsewhere.
5c156ace
PE
1164 (sub_char_table_ref_and_range, char_table_ref_and_range):
1165 Rename locals to avoid shadowing.
bbcd0949 1166 (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
fb93dbc2 1167
7d3b3862 1168 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
630d6892 1169 (BIDI_BOB): Remove unused macro.
7d3b3862 1170
6be7d3da
PE
1171 * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
1172 deduce are never used uninitialized.
c2ed9c8b 1173 * term.c (encode_terminal_code): Likewise.
6be7d3da 1174
75f8807f 1175 * term.c (encode_terminal_code): Now static. Remove unused local.
72abad34 1176
50938595
PE
1177 * tparam.h: New file.
1178 * term.c, tparam.h: Include it.
1179 * deps.mk (term.o, tparam.o): Depend on tparam.h.
1180 * term.c (tputs, tgetent, tgetflag, tgetnum, tparam, tgetstr):
1181 Move these decls to tparam.h, and make them agree with what
1182 is actually in tparam.c. The previous trick of using incompatible
1183 decls in different modules does not conform to the C standard.
1184 All callers of tparam changed to use tparam's actual API.
1185 * tparam.c (tparam1, tparam, tgoto):
1186 Use const pointers where appropriate.
1187
fbceeba2
PE
1188 * cm.c (calccost, cmgoto): Use const pointers where appropriate.
1189 * cm.h (struct cm): Likewise.
1190 * dispextern.h (do_line_insertion_deletion_costs): Likewise.
1191 * scroll.c (ins_del_costs, do_line_insertion_deletion_costs): Likewise.
1192 * term.c (tty_ins_del_lines, calculate_costs, struct fkey_table):
1193 (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph):
1194 (turn_on_face, init_tty): Likewise.
1195 * termchar.h (struct tty_display_info): Likewise.
fbceeba2 1196
7f3f1250
PE
1197 * term.c (term_mouse_position): Rename local to avoid shadowing.
1198
e6ca6543
PE
1199 * alloc.c (mark_ttys): Move decl from here ...
1200 * lisp.h (mark_ttys): ... to here, so that it's checked against defn.
1201
c40f8d15
AS
12022011-03-11 Andreas Schwab <schwab@linux-m68k.org>
1203
1204 * .gdbinit (pwinx, xbuffer): Fix access to buffer name.
1205
cfe0661d
JB
12062011-03-09 Juanma Barranquero <lekktu@gmail.com>
1207
1208 * search.c (compile_pattern_1): Remove argument regp, unused since
1209 revid:rms@gnu.org-19941211082627-3x1g1wyqkjmwloig.
1210 (compile_pattern): Don't pass it.
1211
0afb4571
J
12122011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1213
1214 * xterm.h (DEFAULT_GDK_DISPLAY): New define.
1215 (GDK_WINDOW_XID, gtk_widget_get_preferred_size): New defines
1216 for ! HAVE_GTK3.
1217 (GTK_WIDGET_TO_X_WIN): Use GDK_WINDOW_XID.
1218
1219 * xmenu.c (menu_position_func): Call gtk_widget_get_preferred_size.
1220
1221 * gtkutil.c: Include gtkx.h if HAVE_GTK3. If ! HAVE_GTK3, define
1222 gdk_window_get_screen, gdk_window_get_geometry,
1223 gdk_x11_window_lookup_for_display and GDK_KEY_g.
1224 (xg_set_screen): Use DEFAULT_GDK_DISPLAY.
1225 (xg_get_pixbuf_from_pixmap): New function.
1226 (xg_get_pixbuf_from_pix_and_mask): Change parameters from GdkPixmap
1227 to Pixmap, take frame as parameter, remove GdkColormap parameter.
1228 Call xg_get_pixbuf_from_pixmap instead of
1229 gdk_pixbuf_get_from_drawable.
1230 (xg_get_image_for_pixmap): Do not make GdkPixmaps, call
1231 xg_get_pixbuf_from_pix_and_mask with Pixmap parameters instead.
1232 (xg_check_special_colors): Use GtkStyleContext and its functions
1233 for HAVE_GTK3.
1234 (xg_prepare_tooltip, xg_hide_tooltip): Call gdk_window_get_screen.
1235 (xg_prepare_tooltip, create_dialog, menubar_map_cb)
1236 (xg_update_frame_menubar, xg_tool_bar_detach_callback)
44f230aa
SM
1237 (xg_tool_bar_attach_callback, xg_update_tool_bar_sizes):
1238 Call gtk_widget_get_preferred_size.
0afb4571
J
1239 (xg_frame_resized): gdk_window_get_geometry only takes 5
1240 parameters.
44f230aa
SM
1241 (xg_win_to_widget, xg_event_is_for_menubar):
1242 Call gdk_x11_window_lookup_for_display.
0afb4571
J
1243 (xg_set_widget_bg): New function.
1244 (delete_cb): New function.
1245 (xg_create_frame_widgets): connect delete-event to delete_cb.
1246 Call xg_set_widget_bg. Only set backgrund pixmap for ! HAVE_GTK3
1247 (xg_set_background_color): Call xg_set_widget_bg.
1248 (xg_set_frame_icon): Call xg_get_pixbuf_from_pix_and_mask.
1249 (xg_create_scroll_bar): vadj is a GtkAdjustment for HAVE_GTK3.
1250 Only call gtk_range_set_update_policy if ! HAVE_GTK3.
1251 (xg_make_tool_item): Only connect xg_tool_bar_item_expose_callback
1252 if ! HAVE_GTK3.
1253 (update_frame_tool_bar): Call gtk_widget_hide.
1254 (xg_initialize): Use GDK_KEY_g.
1255
1256 * xsmfns.c (gdk_set_sm_client_id): Define to gdk_set_sm_client_id
1257 if ! HAVE_GTK3
1258 (x_session_initialize): Call gdk_x11_set_sm_client_id.
1259
1260 * xterm.c (XFillRectangle): Use cairo routines for HAVE_GTK3.
1261 (x_term_init): Disable Xinput(2) with GDK_CORE_DEVICE_EVENTS.
1262 Load ~/emacs.d/gtkrc only for ! HAVE_GTK3.
1263
1c2cc4ef
JB
12642011-03-08 Juanma Barranquero <lekktu@gmail.com>
1265
1266 * w32xfns.c (select_palette): Check success of RealizePalette against
1267 GDI_ERROR, not zero.
1268
7faeca66
BK
12692011-03-07 Ben Key <bkey76@gmail.com>
1270
1271 * w32fns.c (FILE_NAME_COMBO_BOX, FILE_NAME_LIST): Define.
1272 (file_dialog_callback): Fix locating the window handle of the File Name
1273 text field. After disabling it, set focus on the list control.
1274 (Fx_file_dialog): If only_dir_p is non-nil, set the text of the File
1275 Name text field to "Current Directory" if it does not already have
cfe0661d 1276 another value. (Bug#8181)
7faeca66 1277
cf715c3c
AR
12782011-03-07 Adrian Robert <Adrian.B.Robert@gmail.com>
1279
1280 * nsterm.m (ns_draw_window_cursor): Fix handling of "cursor_width"
1281 parameter for hbar cursors. Based on a patch by Ben Key
1282 <bkey76@gmail.com>.
1283
ef272f1f
CY
12842011-03-06 Chong Yidong <cyd@stupidchicken.com>
1285
1286 * xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06
1287 change.
1288
5489860b
PE
12892011-03-06 Paul Eggert <eggert@cs.ucla.edu>
1290
5f349a89
PE
1291 current_column: Now returns EMACS_INT, fixing some iftc
1292 that was introduced in the 2002-06-02 change "temporarily"; see
1293 <http://lists.gnu.org/archive/html/emacs-devel/2002-06/msg00039.html>.
7831777b
PE
1294 * bytecode.c (Fbyte_code): Don't cast current_column () to int.
1295 * cmds.c (internal_self_insert): Likewise.
1296 * indent.c (Fcurrent_column): Likewise.
1297 * keymap.c (describe_command): Likewise.
1298 * minibuf.c (read_minibuf): Likewise.
1299 * indent.c (Fcurrent_indentation): Don't cast position_indentation ()
1300 to int.
1301 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
1302 Likewise.
1303 * cmds.c (internal_self_insert): Declare locals to be EMACS_INT,
1304 not int or double, if they might contain a column number.
1305 * indent.c (current_column, Findent_to, indented_beyond_p):
1306 (compute_motion, vmotion): Likewise.
1307 * keymap.c (describe_command): Likewise.
1308 * xdisp.c (pint2str): Likewise.
1309 * indent.c (last_known_column): Now EMACS_INT, not int.
1310 * minibuf.c (minibuf_prompt_width): Likewise.
1311 * indent.c (current_column, current_column_1, position_indentation):
1312 Return EMACS_INT, not double.
1313 * lisp.h (current_column): Likewise.
1314 * indent.c (indented_beyond_p): Last arg is now EMACS_INT, not double.
1315 All callers changed.
1316 * lisp.h (indented_beyond_p): Likewise.
1317
e9588e2e
PE
1318 * minibuf.c (minibuf_prompt, minibuf_prompt_width): Move here
1319 from xdisp.c, and make static, since these are used only here.
1320 * window.h, xdisp.c (minibuf_prompt, minibuf_prompt_width):
1321 Remove decls.
1322
1e12733b 1323 * cmds.c (internal_self_insert): Reindent to match Emacs style.
179b8720 1324 * xdisp.c (redisplay_window): Likewise.
1e12733b 1325
5489860b
PE
1326 * xdisp.c: Rename or move local decls to avoid shadowing.
1327 (init_iterator, handle_fontified_prop, handle_single_display_spec):
1328 (message_dolog, message_with_string, redisplay_internal):
1329 (redisplay_window, try_window_reusing_current_matrix, try_window_id):
1330 (compute_line_metrics, highlight_trailing_whitespace, cursor_row_p):
1331 (display_line, display_string, rows_from_pos_range):
1332 (mouse_face_from_buffer_pos, note_mouse_highlight, expose_frame):
1333 Rename or move local decls.
7b781e9f 1334 * xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var.
841081e1
PE
1335 (produce_glyphless_glyph): Make a pointer "const"
1336 since it might point to immutable storage.
cfe0661d 1337 (update_window_cursor): Now static, since it's not used elsewhere.
44f230aa 1338 (SKIP_GLYPHS): Remove unused macro.
5489860b 1339
aa248733
MS
13402011-03-06 Michael Shields <shields@msrl.com> (tiny change)
1341
1342 * window.c (Fnext_window): Doc fix. (Bug#5567)
1343
04cb6840
CY
13442011-03-05 Chong Yidong <cyd@stupidchicken.com>
1345
1346 * nsterm.m (ns_draw_window_cursor): Fix typo in 2011-02-23 commit.
1347
22c28cb8 13482011-03-02 Ken Brown <kbrown@cornell.edu>
5aef9e9a
KB
1349
1350 * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
1351
6c0dea8a
PE
13522011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1353
1354 Work around some portability problems with symlinks.
1355
1356 * fileio.c (Fmake_symbolic_link): Treat ENOSYS specially, and
1357 generate a special message for it. Suggested by Eli Zaretskii in
1358 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00995.html>.
1359 (Frename_file, Fmake_symbolic_link, Ffile_symlink_p):
1360 Simplify the code by assuming that the readlink and symlink calls
1361 exist, even if they always fail on this host.
1362 (Ffile_readable_p): Likewise, for fifos.
1363 * config.in: Regenerate.
1364
52eb77a6
CY
13652011-02-27 Chong Yidong <cyd@stupidchicken.com>
1366
1367 * frame.c (store_frame_param): Don't store value directly in
1368 buffer_list and buried_buffer_list; copy the list and remove dead
1369 buffers (Bug#7898).
1370
0f7bb05d
EZ
13712011-02-27 Eli Zaretskii <eliz@gnu.org>
1372
40be44e2
EZ
1373 * msdos.c (readlink) [DJGPP < 2.04]: New stub function.
1374
01c35094 1375 * msdos.h (readlink) [DJGPP < 2.04]: Declare prototype.
40be44e2 1376
0f7bb05d
EZ
1377 * w32.c (symlink, readlink): New stub functions.
1378
27786b2f
PE
13792011-02-27 Paul Eggert <eggert@cs.ucla.edu>
1380
c783d15b
PE
1381 * scroll.c (CHECK_BOUNDS): #define only if GLYPH_DEBUG.
1382 This avoids a gcc warning in some configurations.
1383
76c1cebc
PE
1384 * frame.c (x_set_screen_gamma): Rename local to avoid shadowing.
1385
0ff162fc
PE
1386 * frame.h: Avoid gcc -Wmissing-prototypes diagnostics.
1387 (set_menu_bar_lines, x_get_resource_string): New decls.
1388 * msdos.c (set_menu_bar_lines): Omit decl.
1389
fdb0b28b
PE
1390 * dispextern.h (struct glyph): Make u.img_id int, not unsigned.
1391 It's always given int values and used as an int. This suppresses
1392 a gcc "comparison of unsigned expression >= 0" warning in some
1393 configurations.
1394
27786b2f
PE
1395 * dispnew.c: Rename locals to avoid shadowing.
1396 (update_text_area, scrolling_window, update_frame_1): Rename locals.
1397
09ad5a91
PE
13982011-02-26 Paul Eggert <eggert@cs.ucla.edu>
1399
1400 * dispnew.c: Fix problems uncovered by gcc -Wstrict-prototypes.
1401 (copy_glyph_row_contents): Remove; not used.
1402 (frame_row_to_window, check_current_matrix_flags):
1403 (window_change_signal): Now static, since they're not used elsewhere.
1404 (check_current_matrix_flags): Surround with "#if 0", since its
1405 only use is in a comment. Maybe both the comment and the "#if 0"
1406 stuff should be removed?
1407
d2d37ddc
PE
1408 * dispnew.c: Fix problem uncovered by gcc -Wunused-variable.
1409 (adjust_frame_glyphs_for_window_redisplay): Make 'w' local to the
1410 contexts that actually need it.
1411
003fa8b6
EZ
14122011-02-26 Eli Zaretskii <eliz@gnu.org>
1413
1414 * s/msdos.h (HAVE_LSTAT): Define for DJGPP >= 2.04.
1415 (lstat): Define for DJGPP < 2.04.
1416
b1894766
PE
14172011-02-25 Paul Eggert <eggert@cs.ucla.edu>
1418
1419 * dired.c (Ffile_attributes): Increase size of modes from 10 to 12
1420 as per recent filemodestring API change. Reported by Jonas Öster in
1421 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg01069.html>.
1422
e18c0aa3 14232011-02-23 Ben Key <bkey76@gmail.com>
2c6584e8
BK
1424
1425 * nsterm.m (ns_draw_window_cursor): Obey the cursor_width argument
1426 directly, for bar cursors.
1427
14282011-02-23 Chong Yidong <cyd@stupidchicken.com>
1429
1430 * xdisp.c (set_frame_cursor_types): Don't write an undefined value
1431 into the frame's cursor_width.
1432
617a0e83
SM
14332011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1434
1435 * print.c (print_object): Never print old-style backquotes.
1436 Obey escapeflag for hash tables as well.
1437
cce7d530 14382011-02-23 Kenichi Handa <handa@m17n.org>
e3b300a4
KH
1439
1440 * font.c (font_open_entity): Be sure to set scaled_pixel_size.
cce7d530 1441 (font_find_for_lface): Check if attrs[LFACE_HEIGHT_INDEX] is integer.
e3b300a4 1442
8d40723d
PE
14432011-02-22 Paul Eggert <eggert@cs.ucla.edu>
1444
1445 * dired.c (Ffile_attributes): Simplify and avoid #ifdef.
1446
aa0f73d1
WJ
14472011-02-22 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1448
1449 * lread.c (openp): Correct Boolean typo in last commit.
1450
bdaa0745
AR
14512011-02-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1452
1453 * nsterm.m (EmacsView-keyDown:): Don't pass shift-only-modified
aa0f73d1 1454 key to Emacs, treat as unmodified (go to input manager processing).
bdaa0745 1455
f68c809d
PE
14562011-02-22 Paul Eggert <eggert@cs.ucla.edu>
1457
1458 Assume S_ISLNK etc. work, since gnulib supports this.
1459 * config.in: Regenerate.
1460 * dired.c (lstat): Remove.
1461 (file_name_completion): Assume S_ISDIR works.
1462 (file_name_completion_stat): Assume S_ISLNK works.
1463 Do not bother calling stat unless lstat says it's a symlink.
1464 * fileio.c (S_ISLNK, S_ISFIFO, S_ISREG, lstat): Remove.
1465 (Fcopy_file): Assume S_ISREG and S_ISLNK work.
1466 (check_writable, Ffile_writable_p, Fset_file_times):
1467 Assume S_ISDIR works.
1468 (Ffile_readable_p): Use S_IFIFO, not S_ISFIFO, to guess whether
1469 fifos exist.
2f8f196d 1470 (Ffile_regular_p, Finsert_file_contents): Assume S_ISREG works.
f68c809d
PE
1471 * filelock.c (S_ISLNK): Remove.
1472 * lread.c (openp): Assume S_ISDIR works.
1473 * xrdb.c (S_ISDIR): Remove.
1474
25c51af3
EZ
14752011-02-21 Eli Zaretskii <eliz@gnu.org>
1476
1477 * makefile.w32-in ($(BLD)/filemode.$(O)): Move recipe to
2f8f196d 1478 lib/makefile.w32-in.
25c51af3
EZ
1479 ($(BLD)/dired.$(O)): Depend on $(EMACS_ROOT)/lib/filemode.h.
1480 (GLOBAL_SOURCES): Remove filemode.c.
1481 (OBJ1): Remove $(BLD)/filemode.$(O).
1482
5c185672
PE
14832011-02-21 Paul Eggert <eggert@cs.ucla.edu>
1484
1485 Import filemode module from gnulib.
1486 * Makefile.in (base_obj): Remove filemode.o, as it's now in ../lib.
1487 * deps.mk (dired.o): Depend on ../lib/filemode.h, too.
1488 (filemode.o): Remove; this is now in ../lib.
1489 * dired.c: Include <filemode.h>.
1490 (filemodestring): Remove now-redundant decl.
1491 * config.in: Regenerate.
1492
32159fc3
CS
14932011-02-20 Eli Zaretskii <eliz@gnu.org>
1494
1495 * makefile.w32-in ($(BLD)/fns.$(O)): Depend on
1496 $(EMACS_ROOT)/lib/md5.h and on stamp_BLD.
1497
2f8f196d 14982011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
1499
1500 * makefile.w32-in: Remove md5.$(O).
1501 ($(BLD)/md5.$(O)): Remove prerequisites, moved to
1502 lib/makefile.w32-in.
1503
61353ac8 15042011-02-20 Paul Eggert <eggert@cs.ucla.edu>
ff05203e 1505
61353ac8
PE
1506 Import crypto/md5 and stdint modules from gnulib.
1507 * Makefile.in (base_obj): Remove md5.o, since this file
1508 is in lib now.
1509 * config.in: Regenerate.
1510 * md5.h, md5.h: Move to ../lib.
1511 * deps.mk (md5.o): Remove.
1512 (fns.o): Depend on ../lib/md5.h, not md5.h.
1513
9d9d12cd
EZ
15142011-02-19 Eli Zaretskii <eliz@gnu.org>
1515
f601db19
EZ
1516 * termcap.c (tputs): Don't declare baud_rate.
1517
9d9d12cd
EZ
1518 * s/msdos.h (strtold): Define to _strtold.
1519
aa56f361
SM
15202011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1521
cbe81f1d
SM
1522 * process.c (Fstart_process, Fmake_serial_process)
1523 (Fmake_network_process, server_accept_connection):
1524 Use empty_unibyte_string.
1525
1526 * alloc.c (make_unibyte_string): Don't SET_UNIBYTE redundantly.
1527
aa56f361
SM
1528 * lread.c (Qdir_ok): New constant.
1529 (syms_of_lread): Initialize it.
1530 (openp): Don't ignore directories if the predicate returns dir-ok.
1531
d6de49a1
EZ
15322011-02-18 Eli Zaretskii <eliz@gnu.org>
1533
42af913d
EZ
1534 * xdisp.c (display_line): Fix the change made for bug#7939.
1535
d6de49a1
EZ
1536 * terminal.c (create_terminal): Use default-keyboard-coding-system
1537 and default-terminal-coding-system to initialize coding systems of
1538 the new terminal. (Bug#7840)
1539
b286858c
SM
15402011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1541
1542 * lisp.h (BYTE_MARK_STACK): New macro.
1543 (mark_byte_stack): Only declare if BYTE_MARK_STACK is set.
1544
1545 * bytecode.c (BYTE_MAINTAIN_TOP): New macros.
1546 (struct byte_stack): Only define `top' and `bottom' if used.
1547 (mark_byte_stack): Only define if used.
1548 (BEFORE_POTENTIAL_GC, AFTER_POTENTIAL_GC): Nullify if BYTE_MAINTAIN_TOP
1549 is not set.
1550 (Fbyte_code): Don't set `bottom' unless BYTE_MAINTAIN_TOP is set.
1551
1552 * term.c (OUTPUT_IF): Use OUTPUT.
1553
1554 * alloc.c (Fgarbage_collect): When using stack scanning, don't
1555 redundantly scan byte-code stacks, catchlist, and handlerlist.
1556
124c9ff0
JD
15572011-02-17 Jan Djärv <jan.h.d@swipnet.se>
1558
1559 * nsfns.m (Fx_create_frame, ns_set_name_as_filename)
1560 (Fns_read_file_name): Replace B_ with BVAR.
1561
1562 * nsterm.m (ns_term_init): Use KVAR.
1563
05c65251
EZ
15642011-02-16 Eli Zaretskii <eliz@gnu.org>
1565
026d69ec
EZ
1566 * msdos.c (internal_terminal_init): Use KVAR.
1567
05c65251
EZ
1568 * w32fns.c (Fx_create_frame): Use KVAR.
1569
1570 * w32term.c (w32_create_terminal): Use KVAR.
1571
1572 * s/ms-w32.h (MODE_LINE_BINARY_TEXT): Remove.
eef5ce6e 1573 (getloadavg): Declare prototype which was removed from lisp.h.
05c65251
EZ
1574
1575 * xdisp.c (decode_mode_spec): Don't use MODE_LINE_BINARY_TEXT.
1576
b286858c
SM
1577 * fileio.c (Finsert_file_contents, Fwrite_region):
1578 Remove references to buffer_file_type.
05c65251
EZ
1579 (syms_of_fileio): Don't intern and staticpro
1580 find-buffer-file-type.
1581
1582 * callproc.c (syms_of_callproc): Remove references to
1583 buffer_file_type.
1584
1585 * buffer.c (reset_buffer_local_variables): Don't set
1586 buffer_file_type.
1587 (init_buffer_once): Likewise.
1588 (syms_of_buffer): Don't define buffer-file-type.
1589
1590 * buffer.h (struct buffer): Remove buffer_file_type.
1591
1344aad4
TT
15922011-02-16 Tom Tromey <tromey@parfait>
1593
15f58304
EZ
1594 * callint.c (Fcall_interactively): Update for change to field names.
1595 * doc.c (Fsubstitute_command_keys): Update for change to field names.
1596 * cmds.c (Fself_insert_command): Update for change to field names.
1344aad4 1597 * keymap.c (Fcurrent_active_maps, Fkey_binding)
15f58304 1598 (Fdescribe_buffer_bindings): Update for change to field names.
1344aad4
TT
1599 * macros.c (Fstart_kbd_macro, end_kbd_macro, Fend_kbd_macro)
1600 (store_kbd_macro_char, Fcall_last_kbd_macro, Fexecute_kbd_macro):
15f58304 1601 Update for change to field names.
1344aad4
TT
1602 * keyboard.c (echo_char, echo_dash, echo_now, cancel_echoing)
1603 (echo_length, echo_truncate, cmd_error, command_loop_1)
1604 (read_char, kbd_buffer_store_event_hold, make_lispy_event)
1605 (menu_bar_items, tool_bar_items, read_char_minibuf_menu_prompt)
1606 (read_key_sequence, Fcommand_execute, Fexecute_extended_command)
1607 (Fdiscard_input, init_kboard, init_keyboard, mark_kboards):
15f58304
EZ
1608 Update for change to field names.
1609 * xfns.c (Fx_create_frame): Update for change to field names.
1610 * xterm.c (x_connection_closed, x_term_init): Update for change to
1611 field names.
1344aad4 1612 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN, init_tty):
15f58304 1613 Update for change to field names.
1344aad4 1614 * window.c (window_scroll_pixel_based, window_scroll_line_based):
15f58304 1615 Update for change to field names.
1344aad4 1616 * frame.c (make_frame_without_minibuffer, Fhandle_switch_frame)
15f58304 1617 (delete_frame): Update for change to field names.
1344aad4
TT
1618 * lisp.h (DEFVAR_KBOARD): Update for change to field names.
1619 * keyboard.h (struct kboard): Rename all Lisp_Object fields.
1620 (KBOARD_INTERNAL_FIELD, KVAR): New macros.
1621
eb4916d7
TT
16222011-02-16 Tom Tromey <tromey@redhat.com>
1623
1624 * lisp.h (DEFVAR_BUFFER_DEFAULTS): Use BVAR.
1625
4b4deea2
TT
16262011-02-16 Tom Tromey <tromey@parfait>
1627
1628 * xfns.c (x_create_tip_frame, Fx_show_tip): Replace B_ with BVAR.
1629 * xfaces.c (compute_char_face): Replace B_ with BVAR.
1630 * xdisp.c (pos_visible_p, init_iterator, reseat_1)
1631 (message_dolog, update_echo_area, ensure_echo_area_buffers)
1632 (with_echo_area_buffer, setup_echo_area_for_printing)
1633 (set_message_1, update_menu_bar, update_tool_bar)
1634 (text_outside_line_unchanged_p, redisplay_internal)
1635 (try_scrolling, try_cursor_movement, redisplay_window)
1636 (try_window_reusing_current_matrix, row_containing_pos)
1637 (try_window_id, get_overlay_arrow_glyph_row, display_line)
1638 (Fcurrent_bidi_paragraph_direction, display_mode_lines)
1639 (decode_mode_spec_coding, decode_mode_spec, display_count_lines)
1640 (get_window_cursor_type, note_mouse_highlight): Replace B_ with
1641 BVAR.
1642 * window.c (window_display_table, unshow_buffer, window_loop)
1643 (window_min_size_2, set_window_buffer, Fset_window_buffer)
1644 (select_window, Fforce_window_update, temp_output_buffer_show)
1645 (Fset_window_configuration, save_window_save): Replace B_ with
1646 BVAR.
1647 * w32fns.c (x_create_tip_frame, Fx_show_tip, Fw32_shell_execute):
1648 Replace B_ with BVAR.
1649 * undo.c (record_point, record_insert, record_delete)
1650 (record_marker_adjustment, record_first_change)
1651 (record_property_change, Fundo_boundary, truncate_undo_list)
1652 (Fprimitive_undo): Replace B_ with BVAR.
1653 * syntax.h (Vstandard_syntax_table, CURRENT_SYNTAX_TABLE)
1654 (SETUP_BUFFER_SYNTAX_TABLE): Replace B_ with BVAR.
1655 * syntax.c (update_syntax_table, dec_bytepos, Fsyntax_table)
1656 (Fset_syntax_table, Fmodify_syntax_entry, skip_chars)
1657 (skip_syntaxes, scan_lists): Replace B_ with BVAR.
1658 * search.c (compile_pattern_1, compile_pattern, looking_at_1)
1659 (string_match_1, fast_looking_at, newline_cache_on_off)
1660 (search_command, search_buffer, simple_search, boyer_moore)
1661 (Freplace_match): Replace B_ with BVAR.
1662 * process.c (get_process, list_processes_1, Fstart_process)
1663 (Fmake_serial_process, Fmake_network_process)
1664 (read_process_output, send_process, exec_sentinel)
1665 (status_notify, setup_process_coding_systems): Replace B_ with
1666 BVAR.
1667 * print.c (PRINTDECLARE, PRINTPREPARE, PRINTFINISH, printchar)
1668 (strout, print_string, temp_output_buffer_setup, print_object):
1669 Replace B_ with BVAR.
1670 * msdos.c (IT_frame_up_to_date): Replace B_ with BVAR.
b286858c
SM
1671 * minibuf.c (read_minibuf, get_minibuffer, Fread_buffer):
1672 Replace B_ with BVAR.
4b4deea2
TT
1673 * marker.c (Fmarker_buffer, Fset_marker, set_marker_restricted)
1674 (set_marker_both, set_marker_restricted_both, unchain_marker):
1675 Replace B_ with BVAR.
1676 * lread.c (readchar, unreadchar, openp, readevalloop)
1677 (Feval_buffer, Feval_region): Replace B_ with BVAR.
1678 * lisp.h (DOWNCASE_TABLE, UPCASE_TABLE): Replace B_ with BVAR.
1679 * keymap.c (Flocal_key_binding, Fuse_local_map)
1680 (Fcurrent_local_map, push_key_description)
1681 (Fdescribe_buffer_bindings): Replace B_ with BVAR.
1682 * keyboard.c (command_loop_1, read_char_minibuf_menu_prompt)
1683 (read_key_sequence): Replace B_ with BVAR.
1684 * intervals.h (TEXT_PROP_MEANS_INVISIBLE): Replace B_ with BVAR.
1685 * intervals.c (set_point_both, get_local_map): Replace B_ with
1686 BVAR.
1687 * insdel.c (check_markers, insert_char, insert_1_both)
1688 (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
1689 (adjust_after_replace, replace_range, del_range_2)
1690 (modify_region, prepare_to_modify_buffer)
1691 (Fcombine_after_change_execute): Replace B_ with BVAR.
1692 * indent.c (buffer_display_table, recompute_width_table)
1693 (width_run_cache_on_off, current_column, scan_for_column)
1694 (Findent_to, position_indentation, compute_motion, vmotion):
1695 Replace B_ with BVAR.
1696 * fringe.c (get_logical_cursor_bitmap)
1697 (get_logical_fringe_bitmap, update_window_fringes): Replace B_
1698 with BVAR.
1699 * frame.c (make_frame_visible_1): Replace B_ with BVAR.
1700 * font.c (font_at): Replace B_ with BVAR.
1701 * fns.c (Fbase64_encode_region, Fbase64_decode_region, Fmd5):
1702 Replace B_ with BVAR.
1703 * filelock.c (unlock_all_files, Flock_buffer, Funlock_buffer)
1704 (unlock_buffer): Replace B_ with BVAR.
1705 * fileio.c (Fexpand_file_name, Ffile_directory_p)
1706 (Ffile_regular_p, Ffile_selinux_context)
1707 (Fset_file_selinux_context, Ffile_modes, Fset_file_modes)
1708 (Fset_file_times, Ffile_newer_than_file_p, decide_coding_unwind)
1709 (Finsert_file_contents, choose_write_coding_system)
1710 (Fwrite_region, build_annotations, Fverify_visited_file_modtime)
1711 (Fset_visited_file_modtime, auto_save_error, auto_save_1)
1712 (Fdo_auto_save, Fset_buffer_auto_saved): Replace B_ with BVAR.
1713 * editfns.c (region_limit, Fmark_marker, save_excursion_save)
1714 (save_excursion_restore, Fprevious_char, Fchar_before)
1715 (general_insert_function, Finsert_char, Finsert_byte)
1716 (make_buffer_string_both, Finsert_buffer_substring)
1717 (Fcompare_buffer_substrings, subst_char_in_region_unwind)
1718 (subst_char_in_region_unwind_1, Fsubst_char_in_region)
1719 (Ftranslate_region_internal, save_restriction_restore)
1720 (Fchar_equal): Replace B_ with BVAR.
1721 * dispnew.c (Fframe_or_buffer_changed_p): Replace B_ with BVAR.
1722 * dispextern.h (WINDOW_WANTS_MODELINE_P)
1723 (WINDOW_WANTS_HEADER_LINE_P): Replace B_ with BVAR.
1724 * dired.c (directory_files_internal): Replace B_ with BVAR.
1725 * data.c (swap_in_symval_forwarding, set_internal)
1726 (Fmake_local_variable, Fkill_local_variable, Flocal_variable_p):
1727 Replace B_ with BVAR.
1728 * composite.c (fill_gstring_header)
1729 (composition_compute_stop_pos, composition_adjust_point)
1730 (Ffind_composition_internal): Replace B_ with BVAR.
1731 * coding.c (decode_coding, encode_coding)
1732 (make_conversion_work_buffer, decode_coding_gap)
1733 (decode_coding_object, encode_coding_object)
1734 (Fdetect_coding_region, Ffind_coding_systems_region_internal)
1735 (Funencodable_char_position, Fcheck_coding_systems_region):
1736 Replace B_ with BVAR.
1737 * cmds.c (Fself_insert_command, internal_self_insert): Replace B_
1738 with BVAR.
1739 * charset.c (Ffind_charset_region): Replace B_ with BVAR.
1740 * character.h (FETCH_CHAR_ADVANCE, INC_BOTH, DEC_BOTH)
1741 (ASCII_CHAR_WIDTH): Replace B_ with BVAR.
1742 * character.c (chars_in_text, Fget_byte): Replace B_ with BVAR.
1743 * category.h (Vstandard_category_table): Replace B_ with BVAR.
1744 * category.c (check_category_table, Fcategory_table)
1745 (Fset_category_table, char_category_set): Replace B_ with BVAR.
1746 * casetab.c (Fcurrent_case_table, set_case_table): Replace B_ with
1747 BVAR.
1748 * casefiddle.c (casify_object, casify_region): Replace B_ with
1749 BVAR.
1750 * callproc.c (Fcall_process, Fcall_process_region): Replace B_
1751 with BVAR.
1752 * callint.c (check_mark, Fcall_interactively): Replace B_ with
1753 BVAR.
1754 * bytecode.c (Fbyte_code): Replace B_ with BVAR.
1755 * buffer.h (FETCH_CHAR, FETCH_CHAR_AS_MULTIBYTE, BVAR): Replace B_
1756 with BVAR.
1757 * buffer.c (Fbuffer_live_p, Fget_file_buffer)
1758 (get_truename_buffer, Fget_buffer_create)
1759 (clone_per_buffer_values, Fmake_indirect_buffer, reset_buffer)
1760 (reset_buffer_local_variables, Fbuffer_name, Fbuffer_file_name)
1761 (Fbuffer_local_value, buffer_lisp_local_variables)
1762 (Fset_buffer_modified_p, Frestore_buffer_modified_p)
1763 (Frename_buffer, Fother_buffer, Fbuffer_enable_undo)
1764 (Fkill_buffer, Fset_buffer_major_mode, set_buffer_internal_1)
1765 (set_buffer_temp, Fset_buffer, set_buffer_if_live)
1766 (Fbarf_if_buffer_read_only, Fbury_buffer, Ferase_buffer)
1767 (Fbuffer_swap_text, swapfield_, Fbuffer_swap_text)
1768 (Fset_buffer_multibyte, swap_out_buffer_local_variables)
1769 (record_overlay_string, overlay_strings, init_buffer_once)
1770 (init_buffer, syms_of_buffer): Replace B_ with BVAR.
1771
8678d9e4 17722011-02-16 Eli Zaretskii <eliz@gnu.org>
a73d395b
EZ
1773
1774 * xdisp.c (redisplay_internal): Resynchronize `w' if the selected
1775 window is changed inside calls to do_pending_window_change.
1776 (Bug#8020)
1777
1f5d53eb
PE
17782011-02-16 Paul Eggert <eggert@cs.ucla.edu>
1779
1780 Remove no-longer needed getloadavg symbols.
1781 * m/alpha.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove.
1782 * m/amdx86-64.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove.
1783 * m/ia64.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove.
1784 * m/ibms390.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove.
1785 * m/macppc.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove.
1786 * m/sparc.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove.
1787 * m/template.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove.
1788 * m/vax.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove.
1789 * s/aix4-2.h (KERNEL_FILE, LDAV_SYMBOL): Remove.
1790 * s/bsd-common.h (KERNEL_FILE, LDAV_SYMBOL): Remove #undef.
1791 * s/hpux10-20.h (KERNEL_FILE, LOAD_AVE_TYPE, LOAD_AVE_CVT):
1792 (LDAV_SYMBOL): Remove.
1793 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Remove.
1794 * s/usg5-4-common.h (KERNEL_FILE, LDAV_SYMBOL): Remove.
1795
1796 Import getloadavg module from gnulib.
1797 * deps.mk (getloadavg.o): Remove; gnulib now does this.
1798 * lisp.h (getloadavg) [!defined HAVE_GETLOADAVG]: Remove; gnulib
1799 now does this.
1800 * src/s/freebsd.h (HAVE_GETLOADAVG): Remove; gnulib now does this.
1801 * src/s/netbsd.h (HAVE_GETLOADAVG): Likewise.
1802 * config.in: Regenerate.
1803
8017fd6b
EZ
18042011-02-15 Eli Zaretskii <eliz@gnu.org>
1805
1806 * nsfns.m (ns_set_name_as_filename, Fns_read_file_name): Use B_.
1807
75b43359
MWD
18082011-02-14 Michael Welsh Duggan <md5i@md5i.com>
1809
1810 * print.c (float_to_string): Ensure that a decimal point is
1811 printed if using dtoastr (Bug#8033).
1812
fc3ca113
EZ
18132011-02-14 Eli Zaretskii <eliz@gnu.org>
1814
1f5d53eb 1815 * msdos.c (IT_frame_up_to_date):
ef72f149
EZ
1816 * s/msdos.h (MODE_LINE_BINARY_TEXT): Use B_ for the MS-DOS build.
1817
fc3ca113
EZ
1818 * dired.c (directory_files_internal):
1819 * fileio.c (Finsert_file_contents):
1820 * insdel.c (prepare_to_modify_buffer):
1821 * xdisp.c (pos_visible_p):
1822 * s/ms-w32.h (MODE_LINE_BINARY_TEXT):
1823 * w32fns.c (Fw32_shell_execute, Fx_show_tip, x_create_tip_frame):
1824 Use B_ for the MS-Windows build.
1825
3928f2b6
JD
18262011-02-14 Jan Djärv <jan.h.d@swipnet.se>
1827
1828 * xrdb.c (x_load_resources): For LUCID and XFT, don't put a
1829 resource that specifies helvetica for menus and dialogs.
1830
1831 * xmenu.c (apply_systemfont_to_dialog): Apply to *dialog.font.
1832 (apply_systemfont_to_menu): Set resources *menubar*font and
1833 *popup*font. Remove defflt.
b286858c
SM
1834 (set_frame_menubar, create_and_show_popup_menu):
1835 Call apply_systemfont_to_menu before lw_create_widget.
3928f2b6 1836
4bb81cc2
TT
18372011-02-14 Tom Tromey <tromey@redhat.com>
1838
fc3ca113
EZ
1839 * buffer.c (init_buffer_once, syms_of_buffer): Use B_ in DOS_NT case.
1840
4bb81cc2
TT
1841 * keyboard.h: Remove obsolete comment.
1842
5d8ea120
TT
18432011-02-14 Tom Tromey <tromey@parfait>
1844
1845 * composite.c (fill_gstring_header)
1846 (composition_compute_stop_pos, composition_adjust_point)
1847 (Ffind_composition_internal): Use B_.
1848 * intervals.c (set_point_both, get_local_map): Use B_.
1849 * callproc.c (Fcall_process, Fcall_process_region): Use B_.
1850 * process.c (get_process, list_processes_1, Fstart_process)
1851 (Fmake_serial_process, Fmake_network_process)
1852 (read_process_output, send_process, exec_sentinel)
1853 (status_notify, setup_process_coding_systems): Use B_.
1854 * bytecode.c (Fbyte_code): Use B_.
1855 * syntax.c (update_syntax_table, dec_bytepos, Fsyntax_table)
1856 (Fset_syntax_table, Fmodify_syntax_entry, skip_chars)
1857 (skip_syntaxes, scan_lists): Use B_.
1858 * lread.c (readchar, unreadchar, openp, readevalloop)
1859 (Feval_buffer, Feval_region): Use B_.
1860 * print.c (printchar, strout, print_string, PRINTDECLARE)
1861 (PRINTPREPARE, PRINTFINISH, temp_output_buffer_setup)
1862 (print_object): Use B_.
1863 * font.c (font_at): Use B_.
b286858c
SM
1864 * fns.c (Fbase64_encode_region, Fbase64_decode_region, Fmd5):
1865 Use B_.
5d8ea120
TT
1866 * callint.c (check_mark, Fcall_interactively): Use B_.
1867 * editfns.c (region_limit, Fmark_marker, save_excursion_save)
1868 (save_excursion_restore, Fprevious_char, Fchar_before)
1869 (general_insert_function, Finsert_char, Finsert_byte)
1870 (make_buffer_string_both, Finsert_buffer_substring)
1871 (Fcompare_buffer_substrings, subst_char_in_region_unwind)
1872 (subst_char_in_region_unwind_1, Fsubst_char_in_region)
1873 (Ftranslate_region_internal, save_restriction_restore)
1874 (Fchar_equal): Use B_.
1875 * data.c (swap_in_symval_forwarding, set_internal)
1876 (Fmake_local_variable, Fkill_local_variable, Flocal_variable_p):
1877 Use B_.
1878 * undo.c (record_point, record_insert, record_delete)
1879 (record_marker_adjustment, record_first_change)
1880 (record_property_change, Fundo_boundary, truncate_undo_list)
1881 (Fprimitive_undo): Use B_.
1882 * search.c (compile_pattern_1, compile_pattern, looking_at_1)
1883 (string_match_1, fast_looking_at, newline_cache_on_off)
1884 (search_command, search_buffer, simple_search, boyer_moore)
1885 (Freplace_match): Use B_.
1886 * indent.c (buffer_display_table, recompute_width_table)
1887 (width_run_cache_on_off, current_column, scan_for_column)
b286858c
SM
1888 (Findent_to, position_indentation, compute_motion, vmotion):
1889 Use B_.
5d8ea120
TT
1890 * casefiddle.c (casify_object, casify_region): Use B_.
1891 * casetab.c (Fcurrent_case_table, set_case_table): Use B_.
1892 * cmds.c (Fself_insert_command, internal_self_insert): Use B_.
1893 * fileio.c (Fexpand_file_name, Ffile_directory_p)
1894 (Ffile_regular_p, Ffile_selinux_context)
1895 (Fset_file_selinux_context, Ffile_modes, Fset_file_modes)
1896 (Fset_file_times, Ffile_newer_than_file_p, decide_coding_unwind)
1897 (Finsert_file_contents, choose_write_coding_system)
1898 (Fwrite_region, build_annotations, Fverify_visited_file_modtime)
1899 (Fset_visited_file_modtime, auto_save_error, auto_save_1)
1900 (Fdo_auto_save, Fset_buffer_auto_saved): Use B_.
1901 * minibuf.c (read_minibuf, get_minibuffer, Fread_buffer): Use B_.
1902 * marker.c (Fmarker_buffer, Fset_marker, set_marker_restricted)
b286858c
SM
1903 (set_marker_both, set_marker_restricted_both, unchain_marker):
1904 Use B_.
5d8ea120
TT
1905 * insdel.c (check_markers, insert_char, insert_1_both)
1906 (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
1907 (adjust_after_replace, replace_range, del_range_2)
1908 (modify_region, prepare_to_modify_buffer)
1909 (Fcombine_after_change_execute): Use B_.
1910 * filelock.c (unlock_all_files, Flock_buffer, Funlock_buffer)
1911 (unlock_buffer): Use B_.
1912 * keymap.c (Flocal_key_binding, Fuse_local_map)
1913 (Fcurrent_local_map, push_key_description)
1914 (Fdescribe_buffer_bindings): Use B_.
1915 * keyboard.c (command_loop_1, read_char_minibuf_menu_prompt)
1916 (read_key_sequence): Use B_.
1917 * fringe.c (get_logical_cursor_bitmap)
1918 (get_logical_fringe_bitmap, update_window_fringes): Use B_.
1919 * xfns.c (x_create_tip_frame, Fx_show_tip): Use B_.
1920 * xfaces.c (compute_char_face): Use B_.
1921 * character.c (chars_in_text, Fget_byte): Use B_.
1922 * category.c (check_category_table, Fcategory_table)
1923 (Fset_category_table, char_category_set): Use B_.
1924 * coding.c (decode_coding, encode_coding)
1925 (make_conversion_work_buffer, decode_coding_gap)
1926 (decode_coding_object, encode_coding_object)
1927 (Fdetect_coding_region, Ffind_coding_systems_region_internal)
b286858c
SM
1928 (Funencodable_char_position, Fcheck_coding_systems_region):
1929 Use B_.
5d8ea120
TT
1930 * charset.c (Ffind_charset_region): Use B_.
1931 * window.c (window_display_table, unshow_buffer, window_loop)
1932 (window_min_size_2, set_window_buffer, Fset_window_buffer)
1933 (select_window, Fforce_window_update, temp_output_buffer_show)
1934 (Fset_window_configuration, save_window_save): Use B_.
1935 * xdisp.c (pos_visible_p, init_iterator, reseat_1)
1936 (message_dolog, update_echo_area, ensure_echo_area_buffers)
1937 (with_echo_area_buffer, setup_echo_area_for_printing)
1938 (set_message_1, update_menu_bar, update_tool_bar)
1939 (text_outside_line_unchanged_p, redisplay_internal)
1940 (try_scrolling, try_cursor_movement, redisplay_window)
1941 (try_window_reusing_current_matrix, row_containing_pos)
1942 (try_window_id, get_overlay_arrow_glyph_row, display_line)
1943 (Fcurrent_bidi_paragraph_direction, display_mode_lines)
1944 (decode_mode_spec_coding, decode_mode_spec, display_count_lines)
1945 (get_window_cursor_type, note_mouse_highlight): Use B_.
1946 * frame.c (make_frame_visible_1): Use B_.
1947 * dispnew.c (Fframe_or_buffer_changed_p): Use B_.
1948 * dispextern.h (WINDOW_WANTS_HEADER_LINE_P)
1949 (WINDOW_WANTS_MODELINE_P): Use B_.
1950 * syntax.h (Vstandard_syntax_table): Update.
1951 (CURRENT_SYNTAX_TABLE, SETUP_BUFFER_SYNTAX_TABLE): Use B_.
1952 * intervals.h (TEXT_PROP_MEANS_INVISIBLE): Update.
1953 (TEXT_PROP_MEANS_INVISIBLE): Use B_.
1954 * character.h (FETCH_CHAR_ADVANCE): Update.
1955 (INC_BOTH, ASCII_CHAR_WIDTH, DEC_BOTH): Use B_.
1956 * category.h (Vstandard_category_table): Update.
1957 * lisp.h (DEFVAR_BUFFER_DEFAULTS): Update for change to field
1958 names.
1959 (DOWNCASE_TABLE, UPCASE_TABLE): Use B_.
1960 * buffer.c (swapfield_): New macro.
1961 (Fbuffer_swap_text): Use swapfield_ where appropriate.
1962 (Fbuffer_live_p, Fget_file_buffer, get_truename_buffer)
1963 (Fget_buffer_create, clone_per_buffer_values)
1964 (Fmake_indirect_buffer, reset_buffer)
1965 (reset_buffer_local_variables, Fbuffer_name, Fbuffer_file_name)
1966 (Fbuffer_local_value, buffer_lisp_local_variables)
1967 (Fset_buffer_modified_p, Frestore_buffer_modified_p)
1968 (Frename_buffer, Fother_buffer, Fbuffer_enable_undo)
1969 (Fkill_buffer, Fset_buffer_major_mode, set_buffer_internal_1)
1970 (set_buffer_temp, Fset_buffer, set_buffer_if_live)
1971 (Fbarf_if_buffer_read_only, Fbury_buffer, Ferase_buffer)
1972 (Fbuffer_swap_text, Fset_buffer_multibyte)
1973 (swap_out_buffer_local_variables, record_overlay_string)
1974 (overlay_strings, init_buffer_once, init_buffer, syms_of_buffer):
1975 Use B_.
1976 * buffer.h (struct buffer): Rename all Lisp_Object fields.
1977 (BUFFER_INTERNAL_FIELD, B_): New macro.
1978 (FETCH_CHAR, FETCH_CHAR_AS_MULTIBYTE): Use B_.
1979
42f60557
JD
19802011-02-14 Jan Djärv <jan.h.d@swipnet.se>
1981
1982 * gtkutil.c (xg_tool_bar_menu_proxy): Handle case when tool bar label
1983 is null.
1984
2f9a22e2
J
19852011-02-13 Jan Djärv <jan.h.d@swipnet.se>
1986
1987 * callproc.c (Fcall_process):
1988 * process.c (create_process): Replace Gtk with GConf in SIGPIPE
1989 comment.
1990
84eb0351 19912011-02-12 Martin Rudalics <rudalics@gmx.at>
bae1fa42
MR
1992
1993 * window.c (select_window): Check inhibit_point_swap argument when
1994 deciding whether to return immediately.
1995
84eb0351 19962011-02-12 Jan Djärv <jan.h.d@swipnet.se>
9aabf64c
JD
1997
1998 * nsterm.m (setFrame, initFrame): Make sure pixel_height doesn't become
1999 zero (Bug#7348).
2000
84eb0351
CY
20012011-02-12 Chong Yidong <cyd@stupidchicken.com>
2002
2003 * config.in (TERMINFO): New definition.
2004
2005 * s/netbsd.h: Use it to choose between terminfo and termcap
2006 (Bug#7642).
2007
33d605d0
PE
20082011-02-12 Paul Eggert <eggert@cs.ucla.edu>
2009
2010 * md5.c (md5_process_bytes): Use sizeof, not __alignof__.
2011 The difference doesn't matter here, in practice, and sizeof is
2012 more portable to non-GCC compilers. Also, this makes the code
2013 match the already-existing comment.
2014
c0ad4ea5
AS
20152011-02-12 Andreas Schwab <schwab@linux-m68k.org>
2016
2017 * process.c (create_process): Reset SIGPIPE handler in the child.
2018 * callproc.c (Fcall_process): Likewise. (Bug#5238)
2019
50fd938f
EZ
20202011-02-12 Eli Zaretskii <eliz@gnu.org>
2021
2022 * xdisp.c <this_line_min_pos>: New variable.
2023 (move_it_in_display_line_to): Record in this_line_min_pos the
2024 smallest position iterated across.
2025 (display_line): Use this_line_min_pos to record the smallest
2026 position in the line even if it is not displayed due to
2027 hscrolling. (Bug#7939)
2028
af59aa6e
PE
20292011-02-12 Paul Eggert <eggert@cs.ucla.edu>
2030
cec81b22
PE
2031 Port to Sun C 5.11, which has __attribute__ ((__aligned (N))).
2032 * md5.h (ATTRIBUTE_ALIGNED): New macro.
2033 (struct md5_ctx): Use it.
2034
af59aa6e
PE
2035 Port to Solaris 10, which doesn't support FC_HINT_STYLE.
2036 * xftfont.c (FC_HINT_STYLE): #define to "hintstyle" if not
2037 defined.
2038 * xsettings.c (parse_settings, apply_xft_settings): Don't assume
2039 FC_HINT_STYLE is supported.
2040
02c3706c
JD
20412011-02-11 Jan Djärv <jan.h.d@swipnet.se>
2042
2043 * xterm.c (x_set_frame_alpha): Access data before it is free:d.
2044 Make sure we don't do x_catch_errors twice.
2045
5ac75e8f
GM
20462011-02-10 Glenn Morris <rgm@gnu.org>
2047
2048 * Makefile.in (really-lwlib): Depend on globals.h, for parallel builds.
2049
d37f40ed
EZ
20502011-02-09 Eli Zaretskii <eliz@gnu.org>
2051
5ac75e8f
GM
2052 * makefile.w32-in (GLOBAL_SOURCES, SOME_MACHINE_OBJECTS, obj):
2053 New macros.
d37f40ed
EZ
2054 (globals.h, gl-stamp): New targets.
2055 (clean): Clean gl-stamp and globals.h.
2056
33cd3ee4
AS
20572011-02-09 Andreas Schwab <schwab@linux-m68k.org>
2058
2059 * Makefile.in (gl-stamp): Create globals.h here.
2060 (globals.h): Don't do it here.
2061 (mostlyclean): Clean globals.h and gl-stamp.
2062
f9f2e7f5
PE
20632011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2064
2065 * Makefile.in ($(otherobj)): Depend on globals.h.
2066 Otherwise 'make -j10' failed on my host, because the build lacked
2067 necessary dependencies, e.g., vm-limit.o depends on globals.h.
2068
00b3c7ac
TT
20692011-02-08 Tom Tromey <tromey@redhat.com>
2070
2071 * Makefile.in (NS_OBJC_OBJ): New variable.
2072 (base_obj): Rename from 'obj'.
2073 (obj): New variable.
2074 (globals.h, gl-stamp, $(obj)): New targets.
2075 (GLOBAL_SOURCES): New variable.
2076 * globals.h: Remove.
2077 * nsselect.m (Vselection_alist): Define. Reverts part of
2078 2011-01-19T22:11:33Z!jan.h.d@swipnet.se.
2079 * buffer.c: Don't use "no_cell" for name of kill-buffer-hook's
2080 variable.
2081 * xselect.c (Vselection_alist): Define. Reverts part of 2011-01-19T23:32:42Z!eggert@cs.ucla.edu.
2082
8f3b2e12
KH
20832011-02-08 Kenichi Handa <handa@m17n.org>
2084
2085 * font.c (Ffont_get): Do not cache :otf value.
2086
4f043d0f
PE
20872011-02-07 Paul Eggert <eggert@cs.ucla.edu>
2088
2089 conform to C89 pointer rules
2090
2091 * dired.c (scmp, file_name_completion):
2092 Change types between char * and unsigned char *, to satisfy C89
2093 rules about pointer type compatibility.
47ce90e4 2094 * casefiddle.c (casify_object, casify_region): Likewise.
a7e979a4 2095 * search.c (Freplace_match, Fregexp_quote): Likewise.
90256841
PE
2096 * alloc.c (make_string, make_specified_string, make_pure_string):
2097 Likewise.
57ace6d0 2098 * data.c (Fstring_to_number): Likewise.
09125ef8
PE
2099 * print.c (float_to_string, PRINTFINISH, printchar, strout):
2100 (print_object): Likewise.
e7f8264d
PE
2101 * editfns.c (init_editfns, Fchar_to_string, Fbyte_to_string):
2102 (Fuser_full_name, Fsubst_char_in_region, Ftranslate_region_internal):
2103 (Fformat): Likewise.
a2db9982 2104 * callint.c (Fcall_interactively): Likewise.
f1e59824
PE
2105 * fns.c (string_make_multibyte, string_to_multibyte):
2106 (string_make_unibyte, Fstring_as_unibyte, Fstring_to_unibyte):
2107 (Fbase64_encode_region, base64_encode_1, Fbase64_decode_region, Fmd5):
2108 Likewise.
4a25e32a 2109 * lread.c (read1, hash_string): Likewise.
400a67ff
PE
2110 * process.c (read_process_output, send_process, Fprocess_send_region):
2111 Likewise.
0ca76b1e 2112 * callproc.c (Fcall_process): Likewise.
7469ef5d
PE
2113 * doprnt.c (doprnt): Likewise.
2114 * indent.c (compute_motion): Likewise.
efe0234f 2115 * xfont.c (xfont_decode_coding_xlfd): Likewise.
3ce2f8ac 2116 * ralloc.c (resize_bloc): Likewise.
b19beacc 2117 * image.c (tiff_load): Likewise.
c45e5276 2118 * xml.c (make_dom, parse_region): Likewise.
7469ef5d
PE
2119 * character.c (strwidth): Make its argument const char *, not const
2120 unsigned char *, since more callers prefer it that way. All callers
2121 changed.
4f043d0f 2122
9eee99eb
PE
21232011-02-06 Paul Eggert <eggert@cs.ucla.edu>
2124
4c83cffc
PE
2125 * xterm.c (x_alloc_nearest_color_1): Avoid unportable int assumption.
2126 Emacs assumes two's complement elsewhere, but the assumption is
2127 easy to remove here, and this suppresses a warning with Sun C 5.8.
2128
82470039
PE
2129 conform to C89 pointer rules
2130
2131 * xterm.c (x_draw_fringe_bitmap, handle_one_xevent, x_bitmap_icon):
2132 (same_x_server, x_term_init):
9eee99eb
PE
2133 Change types between char * and unsigned char *, to satisfy C89
2134 rules about pointer type compatibility.
82470039
PE
2135 * doc.c (get_doc_string, Fsnarf_documentation):
2136 (Fsubstitute_command_keys): Likewise.
5f742c1b
PE
2137 * xfns.c (Fx_open_connection, Fx_window_property): Likewise.
2138 * bitmaps/gray.xbm (gray_bits): Likewise.
b8dc29e9 2139 * image.c (xbm_read_bitmap_data, xbm_load_image, xbm_load): Likewise.
847c0824
PE
2140 * keyboard.c (echo_char, MULTI_LETTER_MOD, tty_read_avail_input):
2141 Likewise.
01c9aa3a 2142 * keymap.c (Ftext_char_description): Likewise.
637de37e 2143 * minibuf.c (Fread_buffer): Likewise.
5976c3fe
PE
2144 * fileio.c (IS_DRIVE) [defined WINDOWSNT]:
2145 (DRIVE_LETTER) [defined DOS_NT]:
2146 (report_file_error, Ffile_name_directory, Ffile_name_nondirectory):
2147 (make_temp_name, Fexpand_file_name, file_name_absolute_p):
2148 (search_embedded_absfilename, Fsubstitute_in_file_name):
2149 (barf_or_query_if_file_exists, Fmake_directory_internal):
2150 (Fdelete_directory_internal, Ffile_name_absolute_p, read_non_regular):
2151 (Finsert_file_contents, Fwrite_region):
2152 Likewise.
b68864e5
PE
2153 * insdel.c (insert, insert_and_inherit, insert_before_markers):
2154 (insert_before_markers_and_inherit, insert_1, insert_1_both):
2155 Likewise. This changes these functions' signatures, which is
2156 more convenient since most callers use char *. All remaining
2157 callers changed.
2158 * editfns.c (general_insert_function): Change signature to
2159 match changes to insert functions' signatures.
b286858c
SM
2160 * keymap.c (map_keymap_char_table_item, map_keymap_internal):
2161 Use explicit cast when converting between void * and function pointer
01c9aa3a 2162 types, as C89 requires this.
9eee99eb 2163
32299e33
PE
21642011-02-05 Paul Eggert <eggert@cs.ucla.edu>
2165
2166 don't ignore chdir failure
2167 * sysdep.c (sys_subshell) [!defined DOS_NT]: Diagnose chdir
2168 failure and exit.
2169 (sys_subshell) [defined DOS_NT]: Mark with a FIXME the two
2170 remaining unchecked chdir calls in this function; some DOS/NT
2171 expert needs to fix them.
2172 * emacs.c (main): Mark with a FIXME the unchecked chdir calls
2173 in this function; some NextStep expert needs to fix them.
2174
233ba4d9 21752011-02-05 Glenn Morris <rgm@gnu.org>
95838641
GM
2176
2177 * xfaces.c (Finternal_set_lisp_face_attribute):
2178 Try to clarify some error messages. (Bug#2659)
2179
233ba4d9 21802011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
aca092ac
SM
2181
2182 * editfns.c (save_restriction_restore): Don't forget to invalidate the
2183 current_column cache (bug#7946).
2184
233ba4d9 21852011-02-05 Kenichi Handa <handa@m17n.org>
ea2460a0
KH
2186
2187 * ftfont.c (ftfont_open): Use FC_DUAL only when it is defined.
2188
2189 * xftfont.c (xftfont_open): Likewise.
2190
233ba4d9 21912011-02-05 Andreas Schwab <schwab@linux-m68k.org>
29feb0e9
AS
2192
2193 * window.c (Fselect_window): Add missing return value.
2194
d67985d3
PE
21952011-02-05 Paul Eggert <eggert@cs.ucla.edu>
2196
25a48bd0
PE
2197 xstrcasecmp: conform to C89 pointer rules
2198 * xfaces.c (xstrcasecmp): Change args from const unsigned char *
2199 to const char *, since they're usually low-level C strings, and
2200 this stays compatible with C89 pointer rules. All callers changed.
2201
2f8f196d 2202 * charset.c: Conform to C89 pointer rules.
dfb6afda
PE
2203 (define_charset_internal): Switch between char * and unsigned char *.
2204
2f8f196d 2205 * xmenu.c: Conform to C89 const rules.
cc618f4e
PE
2206 (xmenu_show, xdialog_show): Declare local var as char *, not
2207 const char *, to stay compatible with C89 const rules.
2208
2f8f196d 2209 * xdisp.c: Conform to C89 pointer rules.
9bcaafce
PE
2210 (store_mode_line_noprop, display_string, reseat_to_string):
2211 (c_string_pos, number_of_chars, message_dolog):
2212 (message_log_check_duplicate, set_message_1, store_mode_line_noprop):
2213 (display_mode_element, display_string):
2214 Switch between char * and unsigned char * to stay compatible wth
2215 C89 pointer rules.
2216
2f8f196d 2217 * regex.c: Conform to C89 pointer rules.
5b0534c8
PE
2218 (re_wctype): Add cast, as C89 does not allow assigning between
2219 char * and unsigned char *.
2220 (regex_compile): Likewise.
2221
d67985d3
PE
2222 sync from gnulib to remove HAVE_STDBOOL_H
2223 * config.in: Regenerate.
2224
a5d733f5
EZ
22252011-02-04 Eli Zaretskii <eliz@gnu.org>
2226
f90e08f5
EZ
2227 * makefile.w32-in (LISP_H, PROCESS_H): New variables.
2228 Replace all uses of lisp.h with $(LISP_H), and all uses of
2229 process.h with $(PROCESS_H).
2230 ($(BLD)/editfns.$(O)): Depend on ../lib/strftime.h.
2231 ($(BLD)/print.$(O)): Depend on ../lib/ftoastr.h and ../lib/intprops.h.
2232
be50df37
EZ
2233 * deps.mk: Update for recent changes: gnutls support, gnulib
2234 imports, addition of globals.h.
2235
f90e08f5
EZ
2236 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on
2237 ../lib/ignore-value.h.
a5d733f5 2238
67342916
PE
22392011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2240
2241 allow C code to suppress warnings about ignored return values
2242
2243 We need to go through the code and for each such warning, either
2244 fix the code to pay attention to the returned value, or tell GCC
2245 that we really do want to ignore the returned value. Here is one
2246 example of how to do the latter.
2247 * sysdep.c: Include <ignore-value.h>.
2248 (sys_subshell): Suppress an undesirable warning about not checking
2249 the returned value of 'write', as there's nothing useful one can
2250 do with that returned value.
2251
36941b32
JD
22522011-02-03 Jan Djärv <jan.h.d@swipnet.se>
2253
2254 * xterm.c (x_connection_closed): Remove all calls that calls
2255 XSync (Bug#7949).
2256
3082f617
EZ
22572011-02-01 Eli Zaretskii <eliz@gnu.org>
2258
2259 * image.c (tiff_load): Avoid compiler warning in 2nd arg to
2260 TIFFClientOpen.
2261
4df0af9b
JD
22622011-02-01 Jan Djärv <jan.h.d@swipnet.se>
2263
2264 * xsmfns.c (ice_connection_closed): Call delete_read_fd.
2265 (x_session_check_input): Change args and return type so it can be used
2266 as argument to add_read_fd. Make static. Remove call to select.
2267 Call kbd_buffer_store_event for emacs_event.
2268 (smc_save_yourself_CB): Also store initial argv to SmRestartCommand.
2269 (ice_conn_watch_CB): Call add_read_fd.
2270
2271 * xterm.c (XTread_socket): Remove HAVE_X_SM block with call to
2272 x_session_check_input.
2273 (x_session_initialized): Remove definition.
2274 (x_initialize): Remove setting of x_session_initialized.
2275
2276 * xterm.h (x_session_check_input): Remove declaration.
2277
a4180391
PE
22782011-02-01 Paul Eggert <eggert@cs.ucla.edu>
2279
2280 format-time-string now supports subsecond time stamp resolution
b286858c 2281 * editfns.c (emacs_nmemftime): Rename from emacs_memftimeu,
a4180391
PE
2282 for consistency with its new argument and with gnulib nstrftime.
2283 All callers changed. New argument NS.
2284 (Fformat_time_string): Check that the time argument's microseconds
2285 component, if any, is in range; this avoids integer overflow and
2286 also nstrftime needs this. Document %N.
2287
14beddf4 22882011-01-31 Andreas Schwab <schwab@linux-m68k.org>
df61c790
AS
2289
2290 * image.c (DEF_IMGLIB_FN): Add parameter rettype, use it instead
2291 of int. All uses adjusted.
2292 (PNG_JMPBUF, png_load, jpeg_load, tiff_load, gif_load)
2293 (svg_load_image): Remove casts.
2294
14beddf4 22952011-01-31 Chong Yidong <cyd@stupidchicken.com>
7f9c5df9
CY
2296
2297 * image.c (fn_png_longjmp, fn_png_set_longjmp_fn): New png
2298 function definitions for compiling with libpng-1.5.
2299 (PNG_LONGJMP, PNG_JMPBUF): New macros for libpng-1.5.
2300 (my_png_error, png_load): Use them. Suggested by Thomas Klausner
2301 (Bug#7908).
2302
70b0d280
EZ
23032011-01-31 Eli Zaretskii <eliz@gnu.org>
2304
8b3c625b
EZ
2305 * s/ms-w32.h (HAVE_STRFTIME): Don't define.
2306
70b0d280
EZ
2307 * makefile.w32-in (OBJ2): Remove strftime.$(O).
2308 ($(BLD)/strftime.$(O)): Remove prerequisites.
2309
16fab143
PE
23102011-01-31 Paul Eggert <eggert@cs.ucla.edu>
2311
2312 src/emacs.c now gets version number from configure.in
2313 * emacs.c (emacs_version): Set to VERSION so that it
2314 is determined automatically from ../configure.in.
2315
546961a9
JM
23162011-01-31 Jim Meyering <meyering@redhat.com>
2317
2318 * charset.c (load_charset_map): Don't deref NULL on failed malloc.
2319 Use xmalloc rather than malloc.
2320
42a5b22f
PE
23212011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2322
16c3e636
PE
2323 strftime: import from gnulib
2324 * Makefile.in (obj): Remove strftime.o, as gnulib now does this for us.
2325 * deps.mk (strftime.o): Remove.
2326 * editfns.c: Include <strftime.h>, supplied by gnulib.
2327 (emacs_strftimeu): Remove decl.
2328 (emacs_memftimeu): Use nstrftime (the gnulib name) rather than
2329 emacs_strftimeu.
2330 * config.in: Regenerate.
2331 * strftime.c: Remove; we now use strftime from gnulib.
2332
42a5b22f
PE
2333 Use SSDATA when the context wants char *.
2334 * alloc.c, buffer.c, bytecode.c, callproc.c, dired.c:
2335 * dispnew.c, doc.c, editfns.c, emacs.c, fileio.c, filelock.c:
2336 * fns.c, font.c, frame.c, image.c, indent.c, keyboard.c:
2337 * lread.c, minibuf.c, print.c, process.c, search.c, widget.c:
2338 * xdisp.c, xfaces.c, xfns.c, xml.c, xselect.c, xterm.c:
2339 Use SSDATA (not SDATA) when the context of the expression wants
2340 char * (not unsigned char *).
2341
2787bba3
JD
23422011-01-30 Jan Djärv <jan.h.d@swipnet.se>
2343
2344 * .gdbinit: Read global lisp variables as globals.f_V*.
2345
4ec88040
AS
23462011-01-30 Andreas Schwab <schwab@linux-m68k.org>
2347
2348 * font.c (PROP_MATCH): Remove parameter N and use strlen instead.
2349 All uses changed.
2350 (PROP_SAVE): Likewise.
2351
b6bcd048
CY
23522011-01-29 Chong Yidong <cyd@stupidchicken.com>
2353
2354 * keyboard.c (make_lispy_position): Fix typo in last change
2355 (Bug#7935).
2356
f915f0f7
EZ
23572011-01-29 Eli Zaretskii <eliz@gnu.org>
2358
2359 * s/ms-w32.h (HAVE_MKTIME): Remove.
2360
2361 * makefile.w32-in (LOCAL_FLAGS): Add -I../lib.
2362 (GNULIB): New variable.
2363 (LIBS): Add $(GNULIB).
2364 $(TEMACS): Depend on $(GNULIB).
2365 <top-level>: Fix font-lock disrupted by a lone `"'.
2366
497a1925
JD
23672011-01-29 Jan Djärv <jan.h.d@swipnet.se>
2368
2369 * nsselect.m (ns_string_from_pasteboard): Get length of string
2370 and use make_string instead of build_string (Bug#7934).
2371 (ns_string_to_pasteboard_internal): Use initWithBytesNoCopy
2372 instead of stringWithUTF8String (Bug#7934).
2373
2f8f196d 23742011-01-29 Anders Lindgren <andlind@gmail.com> (tiny change)
481ae085 2375
2f8f196d
JB
2376 * nsfont.m (nsfont_open): Ensure that fonts with inexact
2377 descenders would not become one pixel too tall (Bug#7887).
481ae085 2378
6b918613
CY
23792011-01-28 Chong Yidong <cyd@stupidchicken.com>
2380
2381 * keyboard.c (make_lispy_position): For clicks on right fringe or
2382 margin, compute text position using the X coordinate relative to
2383 the left of the text area (Bug#7839).
2384
9e269017
KH
23852011-01-28 Kenichi Handa <handa@m17n.org>
2386
2387 * ftfont.c (ftfont_spec_pattern): Check each extra property
2388 value.
2389
17dd1fc8
SM
23902011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2391
2392 * xdisp.c (safe_eval_handler): Distinguish symbols and strings.
2393
372fb76b
CY
23942011-01-27 Chong Yidong <cyd@stupidchicken.com>
2395
2396 * font.c (font_parse_fcname): Undefine a temporary macro.
2397
e7f7fbaa
SM
23982011-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
2399
2400 Let the debugger continue to the normal handler (bug#7825).
2401 * eval.c (maybe_call_debugger): Declare before new use.
2402 (find_handler_clause): Don't call debugger any more.
2403 Ignore Vstack_trace_on_error.
2404 Use XCAR/XCDR.
2405 (syms_of_eval): Remove Vstack_trace_on_error.
2406 (Fsignal): Only modify handlerlist when we know we need to do it.
2407 Call the debugger when necessary.
2408 * globals.h (Vstack_trace_on_error): Remove.
2409
6608a7d8
CY
24102011-01-26 Chong Yidong <cyd@stupidchicken.com>
2411
2412 * font.c (font_parse_fcname): Rewrite GTK font name parser.
2413
06d8ace5 24142011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
f996bbcb
SM
2415
2416 * xdisp.c (handle_fontified_prop): Be careful with font-lock changing
2417 the buffer's point-max (bug#7876).
2418
06d8ace5 24192011-01-25 Chong Yidong <cyd@stupidchicken.com>
19634648
CY
2420
2421 * lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases.
06d8ace5 2422 Remove unused case (Bug#6811).
19634648 2423
8ab70320
JD
24242011-01-23 Jan Djärv <jan.h.d@swipnet.se>
2425
2426 * nsterm.m (x_set_offset): Set dont_constrain to 0 so the call to
2427 setFrameTopLeftPoint is constrained.
2428
51b59d79
PE
24292011-01-23 Paul Eggert <eggert@cs.ucla.edu>
2430
9055082e
PE
2431 Check return values of some library calls.
2432 * emacs.c (main): Check dup result.
2433 * frame.c: Include <limits.h>, for INT_MIN and INT_MAX.
2434 (frame_name_fnn_p): Check strtol result.
2435
5c7d01a5 2436 * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clash
f77fabaf
PE
2437 when calling XpmCreatePixmapFromData.
2438
51b59d79
PE
2439 Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
2440 * lisp.h (SSDATA): New macro.
2441 All uses of (char *) SDATA (x) replaced with SSDATA (x),
2442 and all uses of (unsigned char *) SDATA (x) replaced with SDATA (x).
2443 * gtkutil.c (SSDATA): Remove, as lisp.h now defines this.
2444 * xsmfns.c (SSDATA): Likewise.
2445
e6b84b30
MR
24462011-01-22 Martin Rudalics <rudalics@gmx.at>
2447
2448 * window.c (select_window): New function.
2449 (Fselect_window): Call it.
2450 (inhibit_point_swap): Variable deleted.
2451 (Fset_window_configuration): Call select_window directly.
2452
3fb69558
JD
24532011-01-22 Jan Djärv <jan.h.d@swipnet.se>
2454
2455 * nsterm.m (constrainFrameRect): Only constrain the first time called.
2456
449ab399
JD
24572011-01-21 Jan Djärv <jan.h.d@swipnet.se>
2458
e2f79c8d
JD
2459 * nsterm.m (x_set_offset, windowDidMove): When calculating y, use first
2460 screen, not the window screen.
2461 (x_set_window_size): Remove constraints.
2462 Calculate origin.y only if zooming is 0 and without referring to a
2463 screen.
2464 (windowWillResize): Don't modify frameSize.
2465 (windowDidBecomeKey, mouseDown): Set dont_constrain to 1.
2466 (initFrameFromEmacs): Initialize ns_userRect.
2467 (windowShouldZoom): Set zooming to one. Remove all other code.
2468 (windowWillUseStandardFrame): Move static ns_userRect to EmacsView.
2469 Zero it after restore.
2470 (constrainFrameRect): New method for EmacsWindow.
2471 (mouseDragged): Always post NSWindowDidResizeNotification after call to
2472 windowWillResize.
2473
2474 * nsterm.h (ns_output): Add dont_constrain and zooming.
2475 (EmacsView): Add ns_userRect.
2476
449ab399
JD
2477 * nsterm.m (keyDown): If ns_right_alternate_modifier is Qleft, check
2478 if ns_alternate_modifier is none.
2479
e885315d
JD
24802011-01-20 Jan Djärv <jan.h.d@swipnet.se>
2481
2482 * unexmacosx.c: Add comment about include order.
2483
bb1c6663
GM
24842011-01-20 Glenn Morris <rgm@gnu.org>
2485
c11136ec
GM
2486 * minibuf.c (syms_of_minibuf) <read-expression-history>:
2487 Give it a doc string.
2488 * globals.h: Add Vread_expression_history.
2489
bb1c6663
GM
2490 * macros.c (syms_of_macros) <kbd-macro-termination-hook>:
2491 Give it a doc string.
2492 * globals.h: Add Vkbd_macro_termination_hook.
2493
9aea757b
CY
24942011-01-20 Chong Yidong <cyd@stupidchicken.com>
2495
2496 * fns.c (Fyes_or_no_p): Revert 2011-01-07 change, removing ARGS.
2497
e1ef0dac
PE
24982011-01-19 Paul Eggert <eggert@cs.ucla.edu>
2499
2500 Fix X11 compilation failure.
2501 * globals.h (struct emacs_globals): Document f_Vselection_alist.
2502 * xselect.c (Vselection_alist): Remove declaration, moving its
2503 documentation to globals.h. This fixes a compilation failure
2504 induced by the earlier change to globals.h today.
2505
fb9d0f5a
JD
25062011-01-19 Jan Djärv <jan.h.d@swipnet.se>
2507
8beb828a
JD
2508 * unexmacosx.c: Include config.h before unistd.h (Bug#7859).
2509
fb9d0f5a
JD
2510 * nsterm.m (ns_input_file, ns_input_font, ns_input_fontsize)
2511 (ns_input_line, ns_input_color, ns_input_text, ns_working_text)
2512 (ns_input_spi_name, ns_input_spi_arg)
2513 (ns_alternate_modifier, ns_right_alternate_modifier)
2514 (ns_command_modifier, ns_right_command_modifier, ns_control_modifier)
2515 (ns_right_control_modifier, ns_function_modifier)
2516 (ns_antialias_text, ns_confirm_quit): Move to globals.h.
2517 (Vx_toolkit_scroll_bars, x_use_underline_position_properties)
2518 (x_underline_at_descent_line): Remove declaration.
2519 (syms_of_nsterm): Remove & from DEFVAR_LISP and DEFVAR_BOOL.
2520
01c35094 2521 * nsselect.m (Vns_sent_selection_hooks, Vns_lost_selection_hooks)
fb9d0f5a
JD
2522 (Vselection_alist, Vselection_converter_alist): Move to globals.h.
2523 (syms_of_nsselect): Remove & from DEFVAR_LISP.
2524
2525 * nsmenu.m (Voverriding_local_map, Voverriding_local_map_menu_flag):
2526 Remove declaration.
2527
2528 * nsfont.m (Vns_reg_to_script, ns_antialias_text): Move to
2529 globals.h.
2530 (syms_of_nsfont): Remove & from DEFVAR_LISP.
2531
2532 * nsfns.m (Vmenu_bar_mode, Vtool_bar_mode): Remove declaration.
2533 (Vns_icon_type_alist, Vns_version_string): Move to globals.h.
2534 (syms_of_nsfns): Remove & from DEFVAR_LISP calls.
2535
2536 * globals.h (struct emacs_globals): Add f_ns_input_file,
2537 f_ns_input_font, f_ns_input_fontsize, f_ns_input_line,
2538 f_ns_input_color, f_ns_input_text, f_ns_working_text,
2539 f_ns_input_spi_name, f_ns_input_spi_arg, f_ns_alternate_modifier,
2540 f_ns_right_alternate_modifier, f_ns_command_modifier,
2541 f_ns_right_command_modifier, f_ns_control_modifier,
2542 f_ns_right_control_modifier, f_ns_function_modifier,
2543 f_ns_antialias_text, f_ns_confirm_quit, f_Vns_icon_type_alist,
2544 f_Vns_version_string, f_Vns_sent_selection_hooks,
2545 f_Vns_lost_selection_hooks, f_Vselection_alist, f_Vns_reg_to_script
2546 and corresponding defines.
2547
4e55715e
SS
25482011-01-19 Sam Steingold <sds@gnu.org>
2549
2550 * w32.c (check_windows_init_file): Remove declarations of
2551 Vwindow_system, Vload_path, Qfile_exists_p to fix compilation.
817a735d 2552 * w32fns.c: Fix an error introduced by the previous patch.
4e55715e 2553
ef79d2fa
TT
25542011-01-19 Tom Tromey <tromey@redhat.com>
2555
2556 * window.c: Fix error introduced by previous patch.
2557
29208e82
TT
25582011-01-18 Tom Tromey <tromey@parfait>
2559
2560 * globals.h: New file.
2561 * xterm.h (Vx_pixel_size_width_font_regexp): Remove declaration.
2562 * window.h (Vinitial_window_system, Vminibuf_scroll_window)
2563 (Vwindow_system_version): Remove declaration.
2564 * w32term.h (Vw32_enable_palette)
2565 (Vx_pixel_size_width_font_regexp): Remove declaration.
2566 * w32menu.c (Voverriding_local_map)
2567 (Voverriding_local_map_menu_flag): Remove declaration.
2568 * w32inevt.c (Vw32_alt_is_meta, Vw32_apps_modifier)
2569 (Vw32_capslock_is_shiftlock, Vw32_enable_caps_lock)
2570 (Vw32_enable_num_lock, Vw32_lwindow_modifier)
2571 (Vw32_pass_lwindow_to_system, Vw32_pass_rwindow_to_system)
2572 (Vw32_phantom_key_code, Vw32_recognize_altgr)
2573 (Vw32_rwindow_modifier, Vw32_scroll_lock_modifier)
2574 (w32_use_full_screen_buffer): Remove declaration.
2575 * w32.c (Vsystem_configuration, Vw32_downcase_file_names)
2576 (Vw32_generate_fake_inodes, Vw32_get_true_file_attributes)
2577 (w32_num_mouse_buttons, w32_pipe_read_delay): Remove declaration.
2578 * termopts.h (Vtruncate_partial_width_windows, inverse_video)
2579 (no_redraw_on_reenter, visible_bell): Remove declaration.
2580 * sysdep.c (Vsystem_name): Remove declaration.
2581 * syntax.h (parse_sexp_lookup_properties): Remove declaration.
2582 * menu.h (Vmenu_updating_frame): Remove declaration.
2583 * macros.h (Vexecuting_kbd_macro, executing_kbd_macro_index):
2584 Remove declaration.
2585 * lisp.h (Vafter_init_time, Vafter_load_alist)
2586 (Vauto_save_list_file_name, Vbefore_init_time, Vcommand_history)
2587 (Vcompletion_regexp_list, Vcurrent_load_list)
2588 (Vcurrent_prefix_arg, Vdata_directory, Vdebug_on_error)
2589 (Vdoc_directory, Vdoc_file_name, Vdynamic_library_alist)
2590 (Vexec_directory, Vexec_path, Vexec_suffixes)
2591 (Vface_font_rescale_alist, Vface_ignored_fonts, Vfeatures)
2592 (Vhelp_form, Vhistory_length, Vinhibit_field_text_motion)
2593 (Vinhibit_quit, Vinhibit_read_only, Vinhibit_redisplay)
2594 (Vinstallation_directory, Vinvocation_directory)
2595 (Vinvocation_name, Vload_file_rep_suffixes, Vload_history)
2596 (Vload_suffixes, Vmark_even_if_inactive, Vmemory_full)
2597 (Vmessage_log_max, Vobarray, Vprint_length, Vprint_level)
2598 (Vpurify_flag, Vquit_flag, Vsaved_region_selection)
2599 (Vscalable_fonts_allowed, Vselect_active_regions)
2600 (Vshell_file_name, Vstandard_input, Vstandard_output)
2601 (Vsystem_name, Vtemporary_file_directory, Vthrow_on_input)
2602 (Vtop_level, Vtty_erase_char, Vundo_outer_limit)
2603 (Vuser_login_name, Vwindow_scroll_functions)
2604 (Vwindow_system_version, Vx_no_window_manager)
2605 (Vx_resource_class, Vx_resource_name, baud_rate)
2606 (completion_ignore_case, debug_on_next_call, gc_cons_threshold)
2607 (history_delete_duplicates, inhibit_x_resources)
2608 (last_nonmenu_event, load_in_progress, max_specpdl_size)
2609 (minibuffer_auto_raise, print_escape_newlines, scroll_margin)
b286858c
SM
2610 (use_dialog_box, use_file_dialog): Remove declaration.
2611 Include globals.h.
29208e82 2612 * keymap.h (Voverriding_local_map)
b286858c
SM
2613 (Voverriding_local_map_menu_flag, meta_prefix_char):
2614 Remove declaration.
29208e82
TT
2615 * keyboard.h (Vdouble_click_time, Vfunction_key_map)
2616 (Vinput_method_function, Vkey_translation_map)
2617 (Vlucid_menu_bar_dirty_flag, Vthis_original_command)
2618 (do_mouse_tracking, extra_keyboard_modifiers)
2619 (num_nonmacro_input_events): Remove declaration.
2620 * intervals.h (Vchar_property_alias_alist)
2621 (Vdefault_text_properties, Vinhibit_point_motion_hooks)
2622 (Vtext_property_default_nonsticky): Remove declaration.
2623 * gtkutil.h (x_gtk_file_dialog_help_text)
2624 (x_gtk_show_hidden_files, x_gtk_use_old_file_dialog)
2625 (x_gtk_whole_detached_tool_bar): Remove declaration.
2626 * frame.h (Vdefault_frame_alist, Vframe_alpha_lower_limit)
2627 (Vmenu_bar_mode, Vmouse_highlight, Vterminal_frame)
2628 (Vtool_bar_mode, Vx_resource_class, Vx_resource_name)
2629 (focus_follows_mouse): Remove declaration.
2630 * fontset.h (Valternate_fontname_alist, Vfontset_alias_alist)
2631 (Vignore_relative_composition, Votf_script_alist)
b286858c
SM
2632 (Vuse_default_ascent, Vvertical_centering_font_regexp):
2633 Remove declaration.
29208e82
TT
2634 * font.h (Vfont_log): Remove declaration.
2635 * dosfns.h (Vdos_display_scancodes, Vdos_version)
2636 (Vdos_windows_version, dos_codepage, dos_country_code)
2637 (dos_decimal_point, dos_hyper_key, dos_keyboard_layout)
b286858c
SM
2638 (dos_keypad_mode, dos_super_key, dos_timezone_offset):
2639 Remove declaration.
2640 * disptab.h (Vglyph_table, Vstandard_display_table):
2641 Remove declaration.
29208e82
TT
2642 * dispextern.h (Vface_remapping_alist, Vglyphless_char_display)
2643 (Vmouse_autoselect_window, Voverflow_newline_into_fringe)
2644 (Vshow_trailing_whitespace, Vtool_bar_button_margin)
2645 (Vtool_bar_style, cursor_in_echo_area, display_hourglass_p)
2646 (inverse_video, mode_line_in_non_selected_windows)
2647 (tool_bar_button_relief, tool_bar_max_label_size)
2648 (underline_minimum_offset)
2649 (unibyte_display_via_language_environment, x_stretch_cursor_p):
2650 Remove declaration.
2651 * composite.h (Vauto_composition_function)
2652 (Vcomposition_function_table): Remove declaration.
2653 * commands.h (Vexecuting_kbd_macro)
2654 (Vminibuffer_local_completion_map)
2655 (Vminibuffer_local_filename_completion_map)
2656 (Vminibuffer_local_filename_must_match_map)
2657 (Vminibuffer_local_map, Vminibuffer_local_must_match_map)
2658 (Vminibuffer_local_ns_map, Vthis_command)
2659 (Vunread_command_events, cursor_in_echo_area)
2660 (last_command_event, last_nonmenu_event, unread_command_char):
2661 Remove declaration.
2662 * coding.h (Vcoding_system_for_read, Vcoding_system_for_write)
2663 (Vdefault_file_name_coding_system)
2664 (Vdefault_process_coding_system, Vfile_name_coding_system)
2665 (Vlast_coding_system_used, Vlocale_coding_system)
2666 (Vselect_safe_coding_system_function)
2667 (Vtranslation_table_for_input, coding_system_require_warning)
2668 (eol_mnemonic_dos, eol_mnemonic_mac, eol_mnemonic_undecided)
b286858c
SM
2669 (eol_mnemonic_unix, inherit_process_coding_system):
2670 Remove declaration.
2671 * charset.h (Vcharset_list, Vcurrent_iso639_language):
2672 Remove declaration.
29208e82
TT
2673 * character.h (Vauto_fill_chars, Vchar_direction_table)
2674 (Vchar_script_table, Vchar_width_table, Vprintable_chars)
2675 (Vscript_representative_chars, Vtranslation_table_vector)
2676 (Vunicode_category_table): Remove declaration.
2677 * ccl.h (Vfont_ccl_encoder_alist): Remove declaration.
2678 * buffer.h (Vafter_change_functions, Vbefore_change_functions)
2679 (Vdeactivate_mark, Vfirst_change_hook, Vtransient_mark_mode)
2680 (inhibit_modification_hooks): Remove declaration.
2681 * xterm.c (syms_of_xterm): Update.
2682 (Vx_alt_keysym, Vx_hyper_keysym, Vx_keysym_table)
2683 (Vx_meta_keysym, Vx_super_keysym, Vx_toolkit_scroll_bars)
2684 (x_mouse_click_focus_ignore_position)
2685 (x_underline_at_descent_line)
2686 (x_use_underline_position_properties): Remove.
2687 * xsmfns.c (syms_of_xsmfns): Update.
2688 (Vx_session_id, Vx_session_previous_id): Remove.
2689 * xsettings.c (syms_of_xsettings): Update.
2690 (Vxft_settings, use_system_font): Remove.
2691 * xselect.c (syms_of_xselect): Update.
2692 (Vselection_converter_alist, Vx_lost_selection_functions)
2693 (Vx_sent_selection_functions, x_selection_timeout): Remove.
2694 * xfns.c (syms_of_xfns): Update.
2695 (Vgtk_version_string, Vmotif_version_string)
2696 (Vx_cursor_fore_pixel, Vx_hourglass_pointer_shape)
2697 (Vx_max_tooltip_size, Vx_mode_pointer_shape)
2698 (Vx_no_window_manager, Vx_nontext_pointer_shape)
2699 (Vx_pixel_size_width_font_regexp, Vx_pointer_shape)
2700 (Vx_sensitive_text_pointer_shape)
2701 (Vx_window_horizontal_drag_shape, x_gtk_file_dialog_help_text)
2702 (x_gtk_show_hidden_files, x_gtk_use_old_file_dialog)
2703 (x_gtk_use_system_tooltips, x_gtk_whole_detached_tool_bar):
2704 Remove.
2705 * xfaces.c (syms_of_xfaces): Update.
2706 (Vface_default_stipple, Vface_font_rescale_alist)
2707 (Vface_ignored_fonts, Vface_new_frame_defaults)
2708 (Vface_remapping_alist, Vfont_list_limit)
2709 (Vscalable_fonts_allowed, Vtty_defined_color_alist): Remove.
2710 * xdisp.c (syms_of_xdisp): Update.
2711 (Vauto_resize_tool_bars, Vblink_cursor_alist)
2712 (Vdisplay_pixels_per_inch, Vfontification_functions)
2713 (Vframe_title_format, Vglobal_mode_string)
2714 (Vglyphless_char_display, Vhourglass_delay, Vhscroll_step)
2715 (Vicon_title_format, Vinhibit_redisplay)
2716 (Vline_number_display_limit, Vline_prefix)
2717 (Vmax_mini_window_height, Vmenu_bar_update_hook)
2718 (Vmenu_updating_frame, Vmessage_log_max)
2719 (Vmouse_autoselect_window, Vnobreak_char_display)
2720 (Voverlay_arrow_position, Voverlay_arrow_string)
2721 (Voverlay_arrow_variable_list, Vredisplay_end_trigger_functions)
2722 (Vresize_mini_windows, Vshow_trailing_whitespace)
2723 (Vtool_bar_border, Vtool_bar_button_margin, Vtool_bar_style)
2724 (Vtruncate_partial_width_windows, Vvoid_text_area_pointer)
2725 (Vwindow_scroll_functions, Vwindow_size_change_functions)
2726 (Vwindow_text_change_functions, Vwrap_prefix)
2727 (auto_raise_tool_bar_buttons_p, automatic_hscrolling_p)
2728 (debug_end_pos, display_hourglass_p, emacs_scroll_step)
2729 (highlight_nonselected_windows, hscroll_margin)
2730 (inhibit_eval_during_redisplay, inhibit_free_realized_faces)
2731 (inhibit_menubar_update, inhibit_try_cursor_movement)
2732 (inhibit_try_window_id, inhibit_try_window_reusing)
2733 (line_number_display_limit_width)
2734 (make_cursor_line_fully_visible_p, message_truncate_lines)
2735 (mode_line_inverse_video, multiple_frames, overline_margin)
2736 (scroll_conservatively, scroll_margin, tool_bar_button_relief)
2737 (tool_bar_max_label_size, underline_minimum_offset)
2738 (unibyte_display_via_language_environment, x_stretch_cursor_p):
2739 Remove.
2740 * window.c (syms_of_window): Update.
2741 (Vminibuf_scroll_window, Vother_window_scroll_buffer)
2742 (Vrecenter_redisplay, Vscroll_preserve_screen_position)
2743 (Vtemp_buffer_show_function, Vwindow_configuration_change_hook)
2744 (Vwindow_point_insertion_type, auto_window_vscroll_p)
2745 (mode_line_in_non_selected_windows, next_screen_context_lines)
2746 (window_min_height, window_min_width): Remove.
2747 (scroll_margin): Remove declaration.
2748 * w32term.c (syms_of_w32term): Update.
2749 (Vw32_capslock_is_shiftlock, Vw32_grab_focus_on_raise)
2750 (Vw32_recognize_altgr, Vw32_swap_mouse_buttons)
2751 (Vx_toolkit_scroll_bars, w32_num_mouse_buttons)
2752 (w32_use_visible_system_caret, x_underline_at_descent_line)
2753 (x_use_underline_position_properties): Remove.
2754 (Vcommand_line_args, Vsystem_name, extra_keyboard_modifiers):
2755 Remove declaration.
2756 * w32select.c (syms_of_w32select): Update.
2757 (Vnext_selection_coding_system, Vselection_coding_system): Remove.
2758 * w32proc.c (syms_of_ntproc): Update.
2759 (Vw32_downcase_file_names, Vw32_generate_fake_inodes)
2760 (Vw32_get_true_file_attributes, Vw32_quote_process_args)
2761 (Vw32_start_process_inherit_error_mode)
2762 (Vw32_start_process_share_console)
2763 (Vw32_start_process_show_window, w32_pipe_read_delay): Remove.
2764 (Vsystem_name): Remove declaration.
2765 * w32font.c (syms_of_w32font): Update.
2766 (Vw32_charset_info_alist): Remove.
2767 * w32fns.c (globals_of_w32fns, syms_of_w32fns): Update.
2768 (Vw32_alt_is_meta, Vw32_apps_modifier, Vw32_bdf_filename_alist)
2769 (Vw32_color_map, Vw32_enable_caps_lock, Vw32_enable_num_lock)
2770 (Vw32_enable_palette, Vw32_lwindow_modifier)
2771 (Vw32_pass_alt_to_system, Vw32_pass_lwindow_to_system)
2772 (Vw32_pass_rwindow_to_system, Vw32_phantom_key_code)
2773 (Vw32_rwindow_modifier, Vw32_scroll_lock_modifier)
2774 (Vx_cursor_fore_pixel, Vx_hourglass_pointer_shape)
2775 (Vx_max_tooltip_size, Vx_mode_pointer_shape)
2776 (Vx_no_window_manager, Vx_nontext_pointer_shape)
2777 (Vx_pixel_size_width_font_regexp, Vx_pointer_shape)
2778 (Vx_sensitive_text_pointer_shape)
2779 (Vx_window_horizontal_drag_shape, w32_ansi_code_page)
2780 (w32_enable_synthesized_fonts, w32_mouse_button_tolerance)
2781 (w32_mouse_move_interval)
2782 (w32_pass_extra_mouse_buttons_to_system)
2783 (w32_pass_multimedia_buttons_to_system, w32_quit_key)
2784 (w32_strict_fontnames, w32_strict_painting): Remove.
2785 (Vhourglass_delay, Vmenu_bar_mode, Vtool_bar_mode)
2786 (Vw32_recognize_altgr, Vwindow_system_version)
b286858c
SM
2787 (w32_num_mouse_buttons, w32_use_visible_system_caret):
2788 Remove declaration.
29208e82
TT
2789 * w32console.c (syms_of_ntterm): Update.
2790 (w32_use_full_screen_buffer): Remove.
2791 (Vtty_defined_color_alist): Remove declaration.
2792 * w16select.c (syms_of_win16select): Update.
2793 (Vnext_selection_coding_system, Vselection_coding_system): Remove.
2794 * undo.c (syms_of_undo): Update.
2795 (Vundo_outer_limit, Vundo_outer_limit_function)
2796 (undo_inhibit_record_point, undo_limit, undo_strong_limit):
2797 Remove.
2798 * textprop.c (syms_of_textprop): Update.
2799 (Vchar_property_alias_alist, Vdefault_text_properties)
2800 (Vinhibit_point_motion_hooks, Vtext_property_default_nonsticky):
2801 Remove.
2802 * terminal.c (syms_of_terminal): Update.
2803 (Vdelete_terminal_functions, Vring_bell_function): Remove.
2804 * term.c (syms_of_term): Update.
2805 (Vresume_tty_functions, Vsuspend_tty_functions)
2806 (no_redraw_on_reenter, system_uses_terminfo, visible_cursor):
2807 Remove.
2808 * syntax.c (syms_of_syntax): Update.
2809 (Vfind_word_boundary_function_table, multibyte_syntax_as_symbol)
2810 (open_paren_in_column_0_is_defun_start)
2811 (parse_sexp_ignore_comments, parse_sexp_lookup_properties)
2812 (words_include_escapes): Remove.
2813 * search.c (syms_of_search): Update.
2814 (Vinhibit_changing_match_data, Vsearch_spaces_regexp): Remove.
2815 * process.c (syms_of_process): Update.
2816 (Vprocess_adaptive_read_buffering, Vprocess_connection_type)
2817 (delete_exited_processes): Remove.
2818 * print.c (syms_of_print): Update.
2819 (Vfloat_output_format, Vprint_charset_text_property)
2820 (Vprint_circle, Vprint_continuous_numbering, Vprint_gensym)
2821 (Vprint_length, Vprint_level, Vprint_number_table)
2822 (Vstandard_output, print_escape_multibyte)
2823 (print_escape_newlines, print_escape_nonascii, print_quoted):
2824 Remove.
2825 * msdos.c (syms_of_msdos): Update.
2826 (Vdos_unsupported_char_glyph): Remove.
2827 (unibyte_display_via_language_environment): Remove declaration.
2828 * minibuf.c (syms_of_minibuf): Update.
2829 (Vcompletion_regexp_list, Vhistory_add_new_input)
2830 (Vhistory_length, Vminibuffer_completing_file_name)
2831 (Vminibuffer_completion_confirm)
2832 (Vminibuffer_completion_predicate, Vminibuffer_completion_table)
2833 (Vminibuffer_exit_hook, Vminibuffer_help_form)
2834 (Vminibuffer_history_position, Vminibuffer_history_variable)
2835 (Vminibuffer_prompt_properties, Vminibuffer_setup_hook)
2836 (Vread_buffer_function, Vread_expression_map)
2837 (completion_ignore_case, enable_recursive_minibuffers)
2838 (history_delete_duplicates, minibuffer_allow_text_properties)
2839 (minibuffer_auto_raise, read_buffer_completion_ignore_case):
2840 Remove.
2841 * marker.c (syms_of_marker): Update.
2842 (byte_debug_flag): Remove.
2843 * macros.c (syms_of_macros): Update.
2844 (Vexecuting_kbd_macro, executing_kbd_macro_index): Remove.
2845 * lread.c (syms_of_lread): Update.
2846 (Vafter_load_alist, Vbyte_boolean_vars)
2847 (Vbytecomp_version_regexp, Vcurrent_load_list)
2848 (Veval_buffer_list, Vload_file_name, Vload_file_rep_suffixes)
2849 (Vload_history, Vload_path, Vload_read_function)
2850 (Vload_source_file_function, Vload_suffixes, Vobarray)
2851 (Vold_style_backquotes, Vpreloaded_file_list, Vread_circle)
2852 (Vread_symbol_positions_list, Vread_with_symbol_positions)
2853 (Vsource_directory, Vstandard_input, Vuser_init_file, Vvalues)
2854 (force_load_messages, load_convert_to_unibyte)
2855 (load_dangerous_libraries, load_force_doc_strings)
2856 (load_in_progress): Remove.
2857 * keymap.c (syms_of_keymap): Update.
2858 (Vdefine_key_rebound_commands, Vemulation_mode_map_alists)
2859 (Vminibuffer_local_completion_map)
2860 (Vminibuffer_local_filename_completion_map)
2861 (Vminibuffer_local_filename_must_match_map)
2862 (Vminibuffer_local_map, Vminibuffer_local_must_match_map)
2863 (Vminibuffer_local_ns_map, Vminor_mode_map_alist)
2864 (Vminor_mode_overriding_map_alist, Vwhere_is_preferred_modifier):
2865 Remove.
2866 * keyboard.c (syms_of_keyboard): Update.
2867 (Vauto_save_timeout, Vcommand_error_function)
2868 (Vcommand_hook_internal, Vdeactivate_mark)
2869 (Vdeferred_action_function, Vdeferred_action_list)
2870 (Vdisable_point_adjustment, Vdouble_click_time)
2871 (Vecho_keystrokes, Venable_disabled_menus_and_buttons)
2872 (Vfunction_key_map, Vglobal_disable_point_adjustment)
2873 (Vhelp_char, Vhelp_event_list, Vhelp_form)
2874 (Vinput_method_function, Vinput_method_previous_message)
2875 (Vkey_translation_map, Vlast_event_frame)
2876 (Vlucid_menu_bar_dirty_flag, Vmenu_bar_final_items)
2877 (Vminibuffer_message_timeout, Voverriding_local_map)
2878 (Voverriding_local_map_menu_flag, Vpost_command_hook)
2879 (Vpre_command_hook, Vprefix_help_command)
2880 (Vsaved_region_selection, Vselect_active_regions)
2881 (Vshow_help_function, Vspecial_event_map, Vsuggest_key_bindings)
2882 (Vthis_command, Vthis_command_keys_shift_translated)
2883 (Vthis_original_command, Vthrow_on_input, Vtimer_idle_list)
2884 (Vtimer_list, Vtool_bar_separator_image_expression, Vtop_level)
2885 (Vtty_erase_char, Vunread_command_events)
2886 (Vunread_input_method_events, Vunread_post_input_method_events)
2887 (auto_save_interval, cannot_suspend, do_mouse_tracking)
2888 (double_click_fuzz, extra_keyboard_modifiers)
2889 (inhibit_local_menu_bar_menus, last_command_event)
2890 (last_input_event, last_nonmenu_event, menu_prompt_more_char)
2891 (menu_prompting, meta_prefix_char, num_input_keys)
2892 (num_nonmacro_input_events, polling_period, unread_command_char):
2893 Remove.
2894 * insdel.c (syms_of_insdel): Update.
2895 (Vcombine_after_change_calls, check_markers_debug_flag): Remove.
2896 * indent.c (syms_of_indent): Update.
2897 (indent_tabs_mode): Remove.
2898 * image.c (syms_of_image): Update.
2899 (Vimage_cache_eviction_delay, Vimage_types)
2900 (Vimagemagick_render_type, Vmax_image_size, Vx_bitmap_file_path)
2901 (cross_disabled_images): Remove.
2902 * fringe.c (syms_of_fringe): Update.
2903 (Vfringe_bitmaps, Voverflow_newline_into_fringe): Remove.
2904 * frame.c (syms_of_frame): Update.
2905 (Vdefault_frame_alist, Vdefault_frame_scroll_bars)
2906 (Vdelete_frame_functions, Vframe_alpha_lower_limit)
2907 (Vmake_pointer_invisible, Vmenu_bar_mode, Vmouse_highlight)
2908 (Vmouse_position_function, Vterminal_frame, Vtool_bar_mode)
2909 (Vx_resource_class, Vx_resource_name, focus_follows_mouse):
2910 Remove.
2911 * fontset.c (syms_of_fontset): Update.
2912 (Valternate_fontname_alist, Vfont_encoding_charset_alist)
2913 (Vfontset_alias_alist, Vignore_relative_composition)
2914 (Votf_script_alist, Vuse_default_ascent)
2915 (Vvertical_centering_font_regexp): Remove.
2916 * font.c (syms_of_font): Update.
2917 (Vfont_encoding_alist, Vfont_log, Vfont_slant_table)
2918 (Vfont_weight_table, Vfont_width_table): Remove.
2919 * fns.c (syms_of_fns): Update.
2920 (Vfeatures, use_dialog_box, use_file_dialog): Remove.
2921 * filelock.c (syms_of_filelock): Update.
2922 (Vtemporary_file_directory): Remove.
2923 * fileio.c (syms_of_fileio): Update.
2924 (Vafter_insert_file_functions, Vauto_save_include_big_deletions)
2925 (Vauto_save_list_file_name, Vauto_save_visited_file_name)
2926 (Vdefault_file_name_coding_system, Vfile_name_coding_system)
2927 (Vfile_name_handler_alist, Vinhibit_file_name_handlers)
2928 (Vinhibit_file_name_operation, Vset_auto_coding_function)
2929 (Vwrite_region_annotate_functions)
2930 (Vwrite_region_annotations_so_far)
2931 (Vwrite_region_post_annotation_function)
2932 (delete_by_moving_to_trash, write_region_inhibit_fsync): Remove.
2933 (Vw32_get_true_file_attributes): Remove declaration.
2934 * eval.c (syms_of_eval): Update.
2935 (Vdebug_ignored_errors, Vdebug_on_error, Vdebug_on_signal)
2936 (Vdebugger, Vinhibit_quit, Vmacro_declaration_function)
2937 (Vquit_flag, Vsignal_hook_function, Vstack_trace_on_error)
2938 (debug_on_next_call, debug_on_quit, debugger_may_continue)
2939 (max_lisp_eval_depth, max_specpdl_size): Remove.
2940 * emacs.c (syms_of_emacs): Update.
2941 (Vafter_init_time, Vbefore_init_time, Vcommand_line_args)
2942 (Vdynamic_library_alist, Vemacs_copyright, Vemacs_version)
2943 (Vinstallation_directory, Vinvocation_directory)
2944 (Vinvocation_name, Vkill_emacs_hook, Vpath_separator)
2945 (Vprevious_system_messages_locale, Vprevious_system_time_locale)
2946 (Vsystem_configuration, Vsystem_configuration_options)
2947 (Vsystem_messages_locale, Vsystem_time_locale, Vsystem_type)
2948 (inhibit_x_resources, noninteractive1): Remove.
2949 * editfns.c (syms_of_editfns): Update.
2950 (Vbuffer_access_fontified_property)
2951 (Vbuffer_access_fontify_functions, Vinhibit_field_text_motion)
2952 (Voperating_system_release, Vsystem_name, Vuser_full_name)
2953 (Vuser_login_name, Vuser_real_login_name): Remove.
2954 * dosfns.c (syms_of_dosfns): Update.
2955 (Vdos_display_scancodes, Vdos_version, Vdos_windows_version)
2956 (dos_codepage, dos_country_code, dos_decimal_point)
2957 (dos_hyper_key, dos_keyboard_layout, dos_keypad_mode)
2958 (dos_super_key, dos_timezone_offset): Remove.
2959 * doc.c (syms_of_doc): Update.
2960 (Vbuild_files, Vdoc_file_name): Remove.
2961 * dispnew.c (syms_of_display): Update.
2962 (Vglyph_table, Vinitial_window_system)
2963 (Vredisplay_preemption_period, Vstandard_display_table)
2964 (Vwindow_system_version, baud_rate, cursor_in_echo_area)
2965 (inverse_video, redisplay_dont_pause, visible_bell): Remove.
2966 * dired.c (syms_of_dired): Update.
2967 (Vcompletion_ignored_extensions): Remove.
2968 (Vw32_get_true_file_attributes): Remove declaration.
2969 * dbusbind.c (syms_of_dbusbind): Update.
2970 (Vdbus_debug, Vdbus_registered_buses)
2971 (Vdbus_registered_objects_table): Remove.
2972 * data.c (syms_of_data): Update.
2973 (Vmost_negative_fixnum, Vmost_positive_fixnum): Remove.
2974 * composite.c (syms_of_composite): Update.
2975 (Vauto_composition_function, Vauto_composition_mode)
2976 (Vcompose_chars_after_function, Vcomposition_function_table):
2977 Remove.
2978 * coding.c (syms_of_coding): Update.
2979 (Vcharset_revision_table, Vcoding_category_list)
2980 (Vcoding_system_alist, Vcoding_system_for_read)
2981 (Vcoding_system_for_write, Vcoding_system_list)
2982 (Vdefault_process_coding_system, Venable_character_translation)
2983 (Vfile_coding_system_alist, Vlast_code_conversion_error)
2984 (Vlast_coding_system_used, Vlatin_extra_code_table)
2985 (Vlocale_coding_system, Vnetwork_coding_system_alist)
2986 (Vprocess_coding_system_alist)
2987 (Vselect_safe_coding_system_function)
2988 (Vstandard_translation_table_for_decode)
2989 (Vstandard_translation_table_for_encode)
2990 (Vtranslation_table_for_input, coding_system_require_warning)
2991 (eol_mnemonic_dos, eol_mnemonic_mac, eol_mnemonic_undecided)
2992 (eol_mnemonic_unix, inherit_process_coding_system)
2993 (inhibit_eol_conversion, inhibit_iso_escape_detection)
2994 (inhibit_null_byte_detection): Remove.
2995 * cmds.c (syms_of_cmds): Update.
2996 (Vpost_self_insert_hook): Remove.
2997 * charset.c (syms_of_charset): Update.
2998 (Vcharset_list, Vcharset_map_path, Vcurrent_iso639_language)
2999 (inhibit_load_charset_map): Remove.
3000 * character.c (syms_of_character): Update.
3001 (Vauto_fill_chars, Vchar_direction_table, Vchar_script_table)
3002 (Vchar_width_table, Vprintable_chars)
3003 (Vscript_representative_chars, Vtranslation_table_vector)
3004 (Vunicode_category_table): Remove.
3005 * ccl.c (syms_of_ccl): Update.
3006 (Vcode_conversion_map_vector, Vfont_ccl_encoder_alist)
3007 (Vtranslation_hash_table_vector): Remove.
3008 * category.c (syms_of_category): Update.
3009 (Vword_combining_categories, Vword_separating_categories): Remove.
3010 * callproc.c (syms_of_callproc): Update.
3011 (Vconfigure_info_directory, Vdata_directory, Vdoc_directory)
3012 (Vexec_directory, Vexec_path, Vexec_suffixes)
3013 (Vinitial_environment, Vprocess_environment)
3014 (Vshared_game_score_directory, Vshell_file_name): Remove.
3015 * callint.c (syms_of_callint): Update.
3016 (Vcommand_debug_status, Vcommand_history, Vcurrent_prefix_arg)
3017 (Vmark_even_if_inactive, Vmouse_leave_buffer_hook): Remove.
3018 * bytecode.c (syms_of_bytecode): Update.
3019 (Vbyte_code_meter, byte_metering_on): Remove.
3020 * buffer.c (syms_of_buffer): Update.
3021 (Vafter_change_functions, Vbefore_change_functions)
3022 (Vchange_major_mode_hook, Vfirst_change_hook)
3023 (Vinhibit_read_only, Vkill_buffer_query_functions)
3024 (Vtransient_mark_mode, inhibit_modification_hooks): Remove.
3025 * alloc.c (syms_of_alloc): Update.
3026 (Vgc_cons_percentage, Vgc_elapsed, Vmemory_full)
3027 (Vmemory_signal_data, Vpost_gc_hook, Vpurify_flag)
3028 (cons_cells_consed, floats_consed, garbage_collection_messages)
3029 (gc_cons_threshold, gcs_done, intervals_consed)
3030 (misc_objects_consed, pure_bytes_used, string_chars_consed)
3031 (strings_consed, symbols_consed, vector_cells_consed): Remove.
3032
3033 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
3034 (DEFVAR_INT): Assume global is in `globals'.
3035 * alloc.c (globals): Define.
3036
448c0820
TT
30372011-01-18 Tom Tromey <tromey@redhat.com>
3038
3039 * image.c (Vimagemagick_render_type): Remove redundant
3040 definition.
3041
8442d95d
TT
30422011-01-18 Tom Tromey <tromey@redhat.com>
3043
3044 * xdisp.c (emacs_scroll_step): Rename from scroll_step.
3045 (try_scrolling): Rename argument to 'arg_scroll_conservatively'.
3046 (redisplay_window): Update.
3047 (syms_of_xdisp): Update.
3048
cab0ba98
TT
30492011-01-18 Tom Tromey <tromey@redhat.com>
3050
3051 * gtkutil.h (x_gtk_use_old_file_dialog, x_gtk_show_hidden_files)
3052 (x_gtk_file_dialog_help_text, x_gtk_whole_detached_tool_bar):
3053 Declare.
3054 * gtkutil.c (xg_uses_old_file_dialog):
3055 (xg_get_file_with_chooser):
3056 (xg_tool_bar_detach_callback): Don't redeclare globals.
3057
422745d0
TT
30582011-01-18 Tom Tromey <tromey@redhat.com>
3059
3060 * lisp.h (DEFVAR_BUFFER_DEFAULTS): New macro.
3061 * buffer.c (syms_of_buffer): Use DEFVAR_BUFFER_DEFAULTS.
3062
7cae64b4
PE
30632011-01-18 Paul Eggert <eggert@cs.ucla.edu>
3064
3065 * lisp.h (DECL_ALIGN): Define if HAVE_ATTRIBUTE_ALIGNED, not if
3066 defined __GNUC__. ../configure now checks for this GCC feature,
3067 which is now also supported by IBM and Oracle compilers.
3068 (USE_LSB_TAG) [defined DECL_ALIGN]: Also define if defined __sun,
3069 since Solaris malloc returns mult-of-8.
3070
a9faac5c 30712011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
0514b4be
SM
3072
3073 * image.c (syms_of_image): Don't access XSYMBOL's internals directly.
3074
a3e44e79 30752011-01-17 Paul Eggert <eggert@cs.ucla.edu>
fa2c4f56 3076
6e8e6bf2
PE
3077 Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.
3078 * lisp.h (FLOAT_TO_STRING_BUFSIZE): New macro.
3079 * data.c (Fnumber_to_string): Use it.
3080 * print.c (float_to_string, print_object): Likewise.
3081
4004364e
PE
3082 Include <unistd.h> unilaterally.
3083 * alloc.c, atimer.c, buffer.c, callproc.c, dired.c, dispnew.c, doc.c:
3084 * doprnt.c, editfns.c, emacs.c, fileio.c, filelock.c, fns.c:
3085 * getloadavg.c, getpagesize.h, gmalloc.c, image.c, keyboard.c:
3086 * lread.c, process.c, process.h, ralloc.c, regex.c, sysdep.c:
3087 * systty.h, term.c, termcap.c, xfns.c, xrdb.c, xselect.c, xsmfns.c:
3088 * xterm.c:
3089 Include <unistd.h> without worrying about HAVE_UNISTD_H, since
3090 unistd.h is always present now, possibly supplied by gnulib.
3091
e84aba69
PE
3092 * mktime.c: Remove; moving to ../lib.
3093
1e11dbe3
PE
3094 Use gnulib's mktime module.
3095 * deps.mk (mktime.o): Remove rule.
3096
fa2c4f56
PE
3097 Use gnulib's ftoastr module.
3098 * print.c: Include ftoastr.h.
3099 (FLT_RADIX, DBL_MANT_DIG, DBL_DIG, DBL_MIN, DOUBLE_DIGITS_BOUND):
3100 Remove; no longer needed.
3101 (float_to_string): Use dtoastr rather than rolling our own code,
3102 which had an off-by-one bug on non-IEEE hosts.
3103
9a514d4a
PE
3104 Automate syncing from gnulib.
3105 * Makefile.in (lib): New macro.
3106 (ALL_CFLAGS): Add -I$(lib) -I$(srcdir)/../lib.
3107 ($(lib)/libgnu.a): New rule.
3108 (temacs$(EXEEXT)): Also link $(lib)/libgnu.a.
3109
717c30e0
PE
3110 * xfns.c (x_real_positions): Fix signedness of local var 'ign'.
3111 XGetGeometry wants unsigned int *, not int *, for its last 4 args,
3112 so change the type of 'ign' to unsigned int from int.
3113
8865d794
PE
3114 * regex.c (analyse_first): Remove unreachable 'continue' statement.
3115
4ef36a7b
PE
3116 * xterm.h (struct x_display_info): Remove stray semicolon.
3117 The extra semicolon didn't conform to the C standard.
3118 Problem reported by Sun cc.
3119
6df4097e
PE
3120 * lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics.
3121 These changes make compilation easier to follow with Sun cc.
3122 (ARRAY_MARK_FLAG): Make it signed, so that it can be assigned to
3123 EMACS_INT values without provoking overflow diagnostics.
3124 (PSEUDOVECTOR_FLAG): Likewise, for consistency.
3125 (XSET) [! USE_LSB_TAG]: Use unsigned left shift to avoid overflow
3126 diagnostic with signed left shift.
9fba3563 3127
410ed5c3
PE
3128 * fileio.c (make_temp_name): Remove unreachable code.
3129
97be3ce3
PE
3130 * fontset.c (free_realized_fontset): Mark unreachable code with if (0).
3131 Previously it was marked by preceding it with "return;", but
3132 Sun cc complains about this.
3133
9fba3563
PE
3134 * coding.c (decode_coding_emacs_mule): Remove unreachable code.
3135 This is a typo left over from 2009-03-06T07:51:52Z!handa@m17n.org,
3136 which fixed Bug#2370. Caught by Sun cc.
3137
6dc1d2d3
MR
31382011-01-15 Martin Rudalics <rudalics@gmx.at>
3139
3140 * window.c (inhibit_point_swap): New variable.
3141 (Fselect_window): If inhibit_point_swap is nonzero, avoid swapping
3142 point this time.
3143 (Fset_window_configuration): Set inhibit_point_swap to 1 instead
3144 of setting selected_window to nil (Bug#7728).
3145
f853f599
TH
31462011-01-11 Tassilo Horn <tassilo@member.fsf.org>
3147
8dabbfd6
SM
3148 * image.c (imagemagick_load_image, Finit_image_library):
3149 Free intermediate image after creating a MagickWand from it.
3150 Terminate MagickWand environment after image loading.
f853f599 3151
2bc92a93
MA
31522011-01-10 Michael Albinus <michael.albinus@gmx.de>
3153
3154 * dbusbind.c (Fdbus_register_service): Raise an error in case of
3155 unexpected return values.
3156 (Fdbus_register_method): Remove connection initialization.
3157
31582011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
5b83ba18
MA
3159
3160 * dbusbind.c (QCdbus_request_name_allow_replacement): New symbol;
3161 used by Fdbus_register_service.
3162 (QCdbus_request_name_replace_existing): Likewise.
3163 (QCdbus_request_name_do_not_queue): Likewise.
3164 (QCdbus_request_name_reply_primary_owner): Likewise.
3165 (QCdbus_request_name_reply_in_queue): Likewise.
3166 (QCdbus_request_name_reply_exists): Likewise.
3167 (QCdbus_request_name_reply_already_owner): Likewise.
3168 (Fdbus_register_service): New function.
3169 (Fdbus_register_method): Use Fdbus_register_service to do the name
3170 registration.
3171 (syms_of_dbusbind): Add symbols dbus-register-service,
3172 :allow-replacement, :replace-existing, :do-not-queue,
3173 :primary-owner, :existing, :in-queue and :already-owner.
3174
21a76236
CY
31752011-01-09 Chong Yidong <cyd@stupidchicken.com>
3176
3177 * gtkutil.c (update_frame_tool_bar): Don't advance tool-bar index
3178 when removing extra buttons.
3179
3d91e302
CY
31802011-01-08 Chong Yidong <cyd@stupidchicken.com>
3181
3182 * fns.c (Fyes_or_no_p): Doc fix.
3183
0d23ffb5
AS
31842011-01-08 Andreas Schwab <schwab@linux-m68k.org>
3185
3186 * fns.c (Fyes_or_no_p): Add usage.
3187
9dc3366b
GM
31882011-01-08 Glenn Morris <rgm@gnu.org>
3189
d0981f82
GM
3190 * makefile.w32-in ($(EMACS)):
3191 * Makefile.in (emacs$(EXEEXT)): -batch implies -q.
3192
9dc3366b
GM
3193 * xdisp.c (syms_of_xdisp) <Qrisky_local_variable>: Move from here...
3194 * emacs.c (syms_of_emacs) <Qrisky_local_variable>: ...to here.
3195
466cbae9
AS
31962011-01-07 Andreas Schwab <schwab@linux-m68k.org>
3197
3198 * image.c (imagemagick_load_image): Fix some resource leaks and
3199 error handling.
3200
8c51d2a2
CY
32012011-01-07 Chong Yidong <cyd@stupidchicken.com>
3202
3203 * fns.c (Fyes_or_no_p): Accept format string args.
3204
66b7b0fe
GM
32052011-01-07 Glenn Morris <rgm@gnu.org>
3206
3207 * emacs.c (no_site_lisp): New int.
3208 (USAGE1): Add --no-site-lisp, mention -Q uses it.
3209 (main): Set no_site_lisp.
3210 (standard_args): Add --no-site-lisp.
3211 * lisp.h (no_site_lisp): New int.
3212 * lread.c (init_lread): If no_site_lisp, don't re-add site-lisp
3213 directories to Vload_path.
3214
2018939f
AS
32152011-01-05 Andreas Schwab <schwab@linux-m68k.org>
3216
3217 * alloc.c (mark_stack): Use __builtin_unwind_init if available.
3218
6ed843e5
MA
32192011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3220
8dabbfd6 3221 * dbusbind.c (Fdbus_register_method): Add optional parameter
6ed843e5
MA
3222 dont_register_service. Updated docstring accordingly.
3223
3f9b7090
GM
32242011-01-04 Glenn Morris <rgm@gnu.org>
3225
3226 * emacs.c (emacs_copyright): Update short copyright year to 2011.
3227
d82bce4a
EZ
32282011-01-03 Eli Zaretskii <eliz@gnu.org>
3229
3230 * image.c (png_jmpbuf): Remove definition.
3231 (my_png_error, png_load): Don't use png_jmpbuf.
3232
7c420169
CY
32332011-01-02 Eli Zaretskii <eliz@gnu.org>
3234
3235 * keyboard.c (Vselect_active_regions): Doc fix. (Bug#7702)
3236
32372011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
3238
3239 * image.c <Qlibpng_version>: New variable.
3240 (syms_of_image): Intern and staticpro it. Set its value to the
3241 version of PNG library we were compiled with.
3242 (my_png_error, png_load): Avoid GCC warnings about direct access
3243 to png_ptr->jmpbuf. (Bug#7716)
18da2e74
EZ
3244 (png_jmpbuf): New macro.
3245 (my_png_error, png_load): Use it instead of #ifdef'ing according
3246 to PNG_LIBPNG_VER_MAJOR and PNG_LIBPNG_VER_MINOR.
5be1c984 3247
7c420169 32482011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
cf07311b
SM
3249
3250 * .gdbinit (xgetptr): Fix the union+lsb case.
3251 (xbacktrace): Fix the union case.
3252
7c420169 32532011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
794b75c7
SM
3254
3255 * window.c (Fmove_to_window_line): Avoid abort when called in a buffer
3256 different from selected-window's.
3257
7c420169 32582011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211 3259
71fe378d
EZ
3260 * keyboard.c (parse_menu_item): Prepend " " to the key sequence
3261 equivalent of a menu item when the key sequence is given by the
3262 `:keys' attribute. (Bug#7662)
3263
2e4ab211
EZ
3264 * xdisp.c (Fformat_mode_line): Doc fix: no need to state that only
3265 the basic faces are supported.
3266
7c420169 32672011-01-02 Jan Djärv <jan.h.d@swipnet.se>
84595ff0
JD
3268
3269 * xterm.c (x_check_fullscreen): Fix pixel/character mixup.
3270
7c420169 32712011-01-02 Eli Zaretskii <eliz@gnu.org>
30d621a2
EZ
3272
3273 * xdisp.c (Fformat_mode_line): Fix last change.
3274
7c420169 32752011-01-02 Chong Yidong <cyd@stupidchicken.com>
4bf3e46e
CY
3276
3277 * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic
3278 faces (Bug#7587).
3279
7c420169 32802011-01-02 Eli Zaretskii <eliz@gnu.org>
1b2a627f
EZ
3281
3282 * fileio.c (Fexpand_file_name): One more doc fix.
3283
3afff00e
CY
32842011-01-01 Chong Yidong <cyd@stupidchicken.com>
3285
3286 * gtkutil.c (xg_get_tool_bar_widgets): Use NULL for a missing
3287 image or label in the container.
3288 (xg_make_tool_item): Replace VERT_ONLY arg with HORIZ, TEXT_IMAGE.
3289 (xg_show_toolbar_item): Function deleted.
3290 (xg_tool_item_stale_p): New function.
3291 (update_frame_tool_bar): Calculate tool-bar style once per call.
3292 Instead of hiding text labels, omit them. Don't use
3293 xg_show_toolbar_item; create new GtkToolItems from scratch if
3294 necessary, instead of trying to re-use them. This avoids an
3295 annoying animation when changing tool-bars.
3296
aeb7e951
JD
32972010-12-31 Jan Djärv <jan.h.d@swipnet.se>
3298
3299 * nsfns.m (ns_set_name_as_filename): Always use buffer name for
3300 title and buffer filename only for RepresentedFilename.
3301 Handle bad UTF-8 in buffer name (Bug#7517).
3302
5bbb4727
JD
33032010-12-30 Jan Djärv <jan.h.d@swipnet.se>
3304
3305 * coding.h (ENCODE_UTF_8): Remove "Used by ..." comment.
3306
3307 * nsfns.m (ns_set_name_iconic): Remove.
3308 (ns_set_name_internal): New function (Bug#7517).
3309 (Vicon_title_format): Extern declare.
3310 (ns_set_name): Call ns_set_name_internal.
3311 (x_explicitly_set_name): Remove call to ns_set_name_iconic.
3312 (x_implicitly_set_name): Ditto.
3313 (x_set_title): Remove commet about EXPLICIT. Call ns_set_name_internal.
3314 (ns_set_name_as_filename): Encode name with ENCODE_UTF_8 (Bug#7517).
3315
f1aab3ff
ŠN
33162010-12-29 Štěpán Němec <stepnem@gmail.com> (tiny change)
3317
3318 * window.c (syms_of_window): Add missing defsubr for
3319 window-use-time.
3320
365525b3
AS
33212010-12-28 Andreas Schwab <schwab@linux-m68k.org>
3322
3323 * xterm.h (x_alloc_lighter_color_for_widget): Restore declaration.
3324 * xterm.c (x_alloc_lighter_color_for_widget): Restore.
3325
59fc5cf9
AS
33262010-12-27 Andreas Schwab <schwab@linux-m68k.org>
3327
2f7c71a1
AS
3328 * buffer.c: Remove unused declarations.
3329 * buffer.h: Likewise.
3330 * charset.h: Likewise.
3331 * composite.h: Likewise.
3332 * dispextern.h: Likewise.
3333 * dispnew.c: Likewise.
3334 * font.h: Likewise.
3335 * fontset.c: Likewise.
3336 * fontset.h: Likewise.
3337 * intervals.h: Likewise.
3338 * keymap.h: Likewise.
3339 * lisp.h: Likewise.
3340 * syntax.c: Likewise.
3341 * syntax.h: Likewise.
3342 * termhooks.h: Likewise.
3343 * window.h: Likewise.
3344 * xsettings.h: Likewise.
3345 * xterm.c: Likewise.
3346 * xterm.h: Likewise.
3347
3348 * chartab.c (sub_char_table_ref): Make static.
3349 * dispnew.c (line_hash_code, required_matrix_height)
3350 (required_matrix_width): Likewise.
3351 * eval.c (interactive_p, apply_lambda): Likewise.
3352 * fns.c (string_make_multibyte, copy_hash_table, hash_clear):
3353 Likewise.
3354 * font.c (QCadstyle, QCregistry, font_make_spec)
3355 (font_parse_fcname, font_encode_char, font_at): Likewise.
3356 * frame.c (x_frame_get_arg): Likewise.
3357 * keymap.c (get_keyelt): Likewise.
3358 * lread.c (read_filtered_event): Likewise.
3359 * print.c (write_string_1): Likewise.
3360 * window.c (delete_window, window_height, window_width)
3361 (foreach_window): Likewise.
3362 * xrdb.c (x_get_customization_string, x_get_resource): Likewise.
3363 * xterm.c (x_scroll_bar_clear, xembed_set_info)
3364 (xembed_send_message): Likewise.
3365
3366 * eval.c (run_hook_list_with_args): Delete.
3367 * font.c (font_unparse_gtkname, font_update_lface): Likewise.
3368 * terminal.c (get_terminal_param): Likewise.
3369 * xterm.c (x_alloc_lighter_color_for_widget): Likewise.
3370
c4b607ed
AS
3371 * scroll.c: Fix comment.
3372
59fc5cf9
AS
3373 * dispnew.c (add_window_display_history)
3374 (add_frame_display_history, glyph_row_slice_p)
3375 (find_glyph_row_slice, flush_stdout)
3376 (check_matrix_pointer_lossage, matrix_row)
3377 (check_matrix_invariants, check_window_matrix_pointers)
3378 (check_matrix_pointers, window_to_frame_vpos)
3379 (window_to_frame_hpos): Prototize.
3380 * textprop.c (erase_properties): Likewise.
3381
a65b85b5
SM
33822010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3383
17870c01
SM
3384 * print.c (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): Remove.
3385 (print_preprocess): Fix handling of uninterned symbols in last change.
3386
a65b85b5
SM
3387 * print.c (print, print_preprocess, print_object): Use a hash table
3388 rather than a linear table for Vprint_number_table.
3389
f13183cf
CY
33902010-12-20 Chong Yidong <cyd@stupidchicken.com>
3391
3392 * frame.c (focus_follows_mouse): Default to 0 (Bug#7269).
3393
94975270
CY
33942010-12-20 Chong Yidong <cyd@stupidchicken.com>
3395
3396 * keyboard.c (Vtool_bar_separator_image_expression): New variable.
3397 (parse_tool_bar_item): Use it to obtain image separators for
3398 displays not using native tool-bar separators.
3399
3400 * xdisp.c (build_desired_tool_bar_string): Don't handle separators
3401 specially, since this is now done in parse_tool_bar_item.
3402
ef1b0ba7
SM
34032010-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 Minor clean up to silence some gcc warnings.
3406 * window.c (Fset_window_buffer):
3407 * xterm.c (x_set_frame_alpha): Restructure code to silence
3408 compiler warning.
3409 (handle_one_xevent): Remove unused var `p'.
3410 (do_ewmh_fullscreen): Remove unused var `lval'.
3411 (xembed_set_info): Remove unused var `atom'.
3412 * textprop.c (Fremove_list_of_text_properties): Add braces to silence
3413 compiler warning.
3414 * fontset.c (fontset_id_valid_p, dump_fontset):
3415 * ftfont.c (ftfont_drive_otf): Modernize k&r declaration.
3416 * eval.c (Feval, Ffuncall): Avoid unneeded gotos.
3417 * dispnew.c (update_frame, update_frame_1): Compile the `do_pause'
3418 label only when it's used.
3419 * image.c (x_create_bitmap_from_xpm_data):
3420 * dispextern.h (x_create_bitmap_from_xpm_data): Use const char** like
3421 its callers.
3422 * coding.c (detect_coding_utf_16): Remove unused vars `src_base' and
3423 `consumed_chars'.
3424 (DECODE_EMACS_MULE_21_COMPOSITION): Remove unused var `charbuf_base'.
3425 (decode_coding_emacs_mule): Remove unused label `retry'.
3426 (detect_eol): Add parens to silence compiler warning.
3427 * alloc.c (bytes_used_when_reconsidered): Move to the #ifdef where
3428 it's used to silence the compiler.
3429 (make_number): Modernize k&r declaration.
3430 (mark_char_table): Add parens to silence compiler warning.
3431
4039c786
CY
34322010-12-17 Chong Yidong <cyd@stupidchicken.com>
3433
3434 * keyboard.c (parse_tool_bar_item): Allow menu separators in
3435 tool-bar maps.
3436 (menu_separator_name_p): New function, from gtkutil.c.
3437 (separator_names): Move from gtkutil.c.
3438
3439 * keyboard.h (menu_separator_name_p): Add prototype.
3440
3441 * gtkutil.c (XG_BIN_CHILD): New macro.
3442 (xg_get_menu_item_label, xg_update_menubar)
3443 (xg_update_menu_item, xg_tool_bar_menu_proxy)
3444 (xg_show_toolbar_item, update_frame_tool_bar): Use it.
3445 (separator_names, xg_separator_p): Move to keyboard.c.
ef1b0ba7
SM
3446 (create_menus, xg_update_submenu, update_frame_tool_bar):
3447 Use menu_separator_name_p.
4039c786
CY
3448
3449 * nsmenu.m (name_is_separator): Function deleted.
3450 (addItemWithWidgetValue): Use menu_separator_name_p.
3451
3452 * w32menu.c (name_is_separator): Function deleted.
3453 (add_menu_item): Use menu_separator_name_p.
3454
aa936e8e
JD
34552010-12-16 Jan Djärv <jan.h.d@swipnet.se>
3456
3457 * nsterm.m (ns_draw_window_cursor): If the cursor color is the
3458 same as the background, use the face forground as cursor.
3459
f49d1f52 34602010-12-13 Eli Zaretskii <eliz@gnu.org>
15579471
EZ
3461
3462 * fileio.c (Fexpand_file_name): Doc fix. (Bug#7617)
3463
f49d1f52 34642010-12-13 Eli Zaretskii <eliz@gnu.org>
76feb864 3465
f0559026
EZ
3466 * xdisp.c (string_pos_nchars_ahead, c_string_pos)
3467 (face_before_or_after_it_pos, next_element_from_string)
3468 (next_element_from_c_string, produce_stretch_glyph): Remove unused
3469 calculations of maximum string length before calling
3470 string_char_and_length and STRING_CHAR_AND_LENGTH.
3471 (string_char_and_length): Update commentary: MAXLEN is no longer
3472 needed.
3473
f49d1f52 34742010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0b9fc69a
JD
3475
3476 * keyboard.c (kbd_buffer_get_event): Construct SAVE_SESSION_EVENT
3477 as (Qsave_session arg).
3478
3479 * xsmfns.c (smc_interact_CB): Set arg to Qnil.
3480 (smc_die_CB): Make an event with arg Qt.
3481 (Fhandle_save_session): If event has Qt as argument,
3482 call Fkill_emacs (Bug#7552).
3483
f49d1f52
SM
34842010-12-13 Chong Yidong <cyd@stupidchicken.com>
3485
3486 * buffer.c (transient-mark-mode): Doc fix (Bug#7465).
3487
34882010-12-13 Jan Djärv <jan.h.d@swipnet.se>
2b815743
JD
3489
3490 * xsmfns.c (smc_die_CB): Call Fkill_emacs (Bug#7552).
3491
f49d1f52 34922010-12-13 Chong Yidong <cyd@stupidchicken.com>
d8b2a962
CY
3493
3494 * dispextern.h (struct it): New member overlay_strings_charpos.
3495
3496 * xdisp.c (next_overlay_string, load_overlay_strings): Record the
3497 charpos where we computed n_overlay_strings.
3498 (next_overlay_string): Load overlay strings at recorded position,
3499 which may not be the same as the iterator's charpos (Bug#7016).
3500
f49d1f52 35012010-12-13 Chong Yidong <cyd@stupidchicken.com>
77f1ed6c
CY
3502
3503 * xdisp.c (try_scrolling): Avoid infloop if the first line is
3504 obscured due to a vscroll (Bug#7537).
3505
f49d1f52 35062010-12-13 Jan Djärv <jhd@zeplinf.localdomain>
2a91a0b5
JD
3507
3508 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
3509
3510 * nsterm.m (x_set_window_size, windowWillResize, initFrameFromEmacs):
3511 Use FRAME_TOOLBAR_HEIGHT.
3512 (x_set_offset): Handle XNegative and YNegative in
3513 f->size_hint_flags (Bug#7510).
3514
39321b94
EZ
35152010-12-11 Eli Zaretskii <eliz@gnu.org>
3516
3517 * w32fns.c (Fx_show_tip): Call try_window with last argument
3518 TRY_WINDOW_IGNORE_FONTS_CHANGE. Delete the TODO ifdef: problem
3519 solved. Round up the tip height to an integral multiple of the
3520 frame's line height. Add FRAME_COLUMN_WIDTH to the tip width.
3521 (Bug#7398)
3522
ec1b9b17
GM
35232010-12-08 Glenn Morris <rgm@gnu.org>
3524
3525 * fileio.c (Fverify_visited_file_modtime): Default to current buffer.
3526
3c2317e8
LMI
35272010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3528
3529 * xml.c (parse_region): Ignore blank HTML nodes.
3530 (make_dom): Return CDATA sections (like <style>foo</style>) as
3531 text nodes.
3532
bba3e508
SM
35332010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * lread.c (read1): Allow newstyle unquote outside of backquote.
3536 Disallow old-style backquotes inside new-style backquotes.
3537 Don't count unquotes to figure out when we're "syntactically inside
3538 but semantically outside of a backquote" any more.
3539 Extend the restriction no-unescaped-commas-and-backquotes-in-symbols
3540 to all contexts.
3541
d23d8608
CY
35422010-12-05 Chong Yidong <cyd@stupidchicken.com>
3543
3544 * process.c: Remove checks for HAVE_SYS_IOCTL_H (Bug#7484).
3545
d6a003a8
AS
35462010-12-04 Andreas Schwab <schwab@linux-m68k.org>
3547
3548 * Makefile.in (M_FILE): Substitute @M_FILE@ instead of @machfile@.
3549 (S_FILE): Substitute @S_FILE@ instead of @opsysfile@.
3550 * m/arm.h, m/sh3.h, m/xtensa.h: Remove files.
3551
201ef780
AS
35522010-12-03 Andreas Schwab <schwab@linux-m68k.org>
3553
3554 * lisp.h (union Lisp_Object): Explicitly declare signedness of
3555 bit-field.
3556 (XINT): Remove variant for EXPLICIT_SIGN_EXTEND.
3557 * m/alpha.h (EXPLICIT_SIGN_EXTEND): Don't define.
3558 * m/amdx86-64.h (EXPLICIT_SIGN_EXTEND): Likewise.
3559 * m/ia64.h (EXPLICIT_SIGN_EXTEND): Likewise.
3560 * m/ibms390.h (EXPLICIT_SIGN_EXTEND): Likewise.
3561 * m/ibms390x.h (EXPLICIT_SIGN_EXTEND): Likewise.
3562 * m/iris4d.h (EXPLICIT_SIGN_EXTEND): Likewise.
3563 * m/m68k.h (EXPLICIT_SIGN_EXTEND): Likewise.
3564 * m/sparc.h (EXPLICIT_SIGN_EXTEND): Likewise.
3565 * m/template.h (EXPLICIT_SIGN_EXTEND): Likewise.
3566 * m/hp800.h: Remove file.
3567 * m/mips.h: Remove file.
3568
146490c3
JD
35692010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3570
3571 * nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background
3572 with cursor color and draw a rectangle around the image (Bug#7412).
3573
babc8f0d
AS
35742010-12-03 Andreas Schwab <schwab@linux-m68k.org>
3575
3576 * frame.c (x_set_font): Remove unused variable.
3577
9583e9a0
JD
35782010-12-02 Jan Djärv <jan.h.d@swipnet.se>
3579
dd723bbd
JD
3580 * nsmenu.m (update_frame_tool_bar): Remove NSLog on invalid image.
3581
9583e9a0
JD
3582 * nsterm.m (ns_draw_glyph_string): Switch fore- and background if
3583 drawing text under filled box cursor (Bug#7479).
3584
07976ae3 35852010-11-27 Kenichi Handa <handa@m17n.org>
b84ae584
KH
3586
3587 * charset.c (emacs_mule_charset): Make it an array of charset ID;
3588 i.e. integer.
bba3e508 3589 (Fdefine_charset_internal): Adjust for the above change.
b84ae584
KH
3590 (init_charset_once): Likewise.
3591
bba3e508
SM
3592 * charset.h (emacs_mule_charset): Adjust the prototype.
3593 Delete duplicated extern.
b84ae584
KH
3594
3595 * coding.c (emacs_mule_char): Adjust for the change of
3596 emacs_mule_charset.
3597
3598 * lread.c (read_emacs_mule_char): Adjust for the change of
3599 emacs_mule_charset.
3600
07976ae3 36012010-11-27 Eli Zaretskii <eliz@gnu.org>
b8e5cf1d
EZ
3602
3603 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
3604 of w32api >= 3.15. (Bug#6989) (Bug#7452)
3605
07976ae3 36062010-11-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
96ad0af7
YM
3607
3608 * alloc.c (mark_terminals): Ensure that the image cache is marked
3609 even if the terminal object was marked earlier (Bug#6301).
3610
35f1de62
CY
36112010-11-21 Chong Yidong <cyd@stupidchicken.com>
3612
3613 * editfns.c (Fbyte_to_string): Signal an error arg is not a byte.
3614
07976ae3 36152010-11-27 Jan Djärv <jan.h.d@swipnet.se>
8d7f026f
JD
3616
3617 * gtkutil.c (menubar_map_cb): New function (Bug#7425).
3618 (xg_update_frame_menubar): Connect signal map to menubar_map_cb.
b762841f 3619 Use 23 as menubar height if 0. (Bug#7425).
8d7f026f 3620
8547874a
EZ
36212010-11-26 Eli Zaretskii <eliz@gnu.org>
3622
228482b2
EZ
3623 * xdisp.c (set_message_1): Force paragraph direction in echo area
3624 be left-to-right.
3625
8547874a
EZ
3626 * keyboard.c (make_lispy_position): Put a meaningful value in yret
3627 when the click is on the header or mode line.
3628
1e2dddbe
EZ
36292010-11-25 Eli Zaretskii <eliz@gnu.org>
3630
3631 * xdisp.c (set_cursor_from_row): Don't forget to consider the
3632 `cursor' property of the first character in overlay strings.
12365240 3633 (Bug#7474) (Bug#7481)
1e2dddbe 3634
50795d1f
JD
36352010-11-24 Jan Djärv <jan.h.d@swipnet.se>
3636
3637 * nsterm.m (NSLeftControlKeyMask, NSLeftCommandKeyMask)
3638 (NSLeftAlternateKeyMask): New defines.
c80c6166
JD
3639 (keyDown): Parse left and right keys separately (Bug#7458).
3640 Compare Left key masks exactly (Bug#7458).
50795d1f 3641
f8ab8c1f
EZ
36422010-11-23 Eli Zaretskii <eliz@gnu.org>
3643
3644 * intervals.c (temp_set_point_both): Define before calling, to
3645 avoid GCC warnings.
3646
2e8a4797
DN
36472010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
3648
b29116ef
DN
3649 * nsmenu.m: Use #include <config.h> instead of "config.h".
3650
b932f8b1 3651 * term.c (Qglyphless_char,last_glyphless_glyph_frame)
2f8f196d 3652 (last_glyphless_glyph_face_id, last_glyphless_glyph_merged_face_id):
b932f8b1
DN
3653 Move declarations ...
3654 * lisp.h (Qglyphless_char,last_glyphless_glyph_frame)
2f8f196d 3655 (last_glyphless_glyph_face_id, last_glyphless_glyph_merged_face_id):
b932f8b1
DN
3656 ... here.
3657
42c8bc9b
DN
3658 * emacs.c (gdb_use_union, gdb_valbits,gdb_gctypebits)
3659 (gdb_data_seg_bits, gdb_array_mark_flag, PVEC_FLAG)
3660 (gdb_pvec_type):
3661 * print.c (print_output_debug_flag):
3662 * lisp.h (debug_print): Mark as EXTERNALLY_VISIBLE.
3663 (safe_debug_print): New declaration.
3664
2e8a4797
DN
3665 * xterm.c:
3666 * systty.h:
3667 * sound.c: Include <sys/ioctl.h> unconditionally.
3668
b609f591
YM
36692010-11-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3670
3671 * alloc.c (mark_maybe_object): Return early if given a Lisp
3672 integer (Bug#6301).
3673
731e263a
KB
36742010-11-21 Ken Brown <kbrown@cornell.edu>
3675
3676 * sheap.c (STATIC_HEAP_SIZE): Revert previous change.
3677
b7d1e144
JD
36782010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3679
3680 * nsterm.m (ns_right_command_modifier, ns_right_control_modifier):
3681 Define (Bug#7458).
3682 (NSRightCommandKeyMask, NSRightControlKeyMask): Define (Bug#7458).
3683 (EV_MODIFIERS): Check for NSRightCommandKeyMask and
3684 NSRightControlKeyMask also (Bug#7458).
3685 (keyDown): Ditto (Bug#7458).
3686 (syms_of_nsterm): Defvar ns-right-command-modifier and
3687 ns-right-control-modifier (Bug#7458).
3688
b7982059
DN
36892010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3690
bee3419f
DN
3691 * sysdep.c (sys_subshell): Remove SET_EMACS_PRIORITY.
3692 * emacs.c (emacs_priority, syms_of_emacs): Remove emacs_priority.
3693
b7982059
DN
3694 * intervals.h (temp_set_point, temp_set_point_both):
3695 * buffer.h (offset_intervals, copy_intervals): Remove INLINE.
3696
01664ed1
KB
36972010-11-20 Ken Brown <kbrown@cornell.edu>
3698
3699 * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
3700
7c2d713b
EZ
37012010-11-20 Eli Zaretskii <eliz@gnu.org>
3702
3703 * term.c (produce_glyphless_glyph): Use \uNNNN, \UNNNNNN, or
3704 \xNNNNNN for hex-code display of glyphless characters.
3705
d2bd5189
JD
37062010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3707
3708 * gtkutil.c (xg_make_tool_item): Take vert_only as argument.
3709 Set important to ! vert_only.
3710 (xg_show_toolbar_item): Don't show label horizontally if
3711 tool item isn't important.
3712 (update_frame_tool_bar): Get TOOL_BAR_ITEM_VERT_ONLY and pass it to
3713 xg_make_tool_item, or update important on existing tool item.
3714
3715 * keyboard.c (QCvert_only): New variable.
3716 (parse_tool_bar_item): Check for QCvert_only.
3717 (syms_of_keyboard): Initialize QCvert_only.
3718
3719 * dispextern.h (tool_bar_item_idx): Add TOOL_BAR_ITEM_VERT_ONLY.
3720
d9a95e67
EZ
37212010-11-20 Eli Zaretskii <eliz@gnu.org>
3722
3723 * msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the
3724 same in-line.
3725
b6557553
AS
37262010-11-20 Andreas Schwab <schwab@linux-m68k.org>
3727
3728 * xfaces.c (lookup_face): Make static.
3729 * dispnew.c (copy_row_except_pointers): Likewise.
3730 * syntax.c (dec_bytepos): Likewise.
3731 (inc_bytepos): Remove.
3732 * dispextern.h (lookup_face): Remove declaration.
3733
f48fe1f0
EZ
37342010-11-19 Eli Zaretskii <eliz@gnu.org>
3735
3736 * xdisp.c (set_cursor_from_row): Display cursor after all the
3737 glyphs that come from an overlay. Don't overstep the last glyph
3738 when skipping glyphs from an overlay. (Bug#6687)
3739
654ef137
DN
37402010-11-18 Dan Nicolaescu <dann@ics.uci.edu>
3741
84dfc8a7
DN
3742 * alloc.c (refill_memory_reserve): Move declaration ...
3743 * lisp.h (refill_memory_reserve): ... here.
3744
94fa3833
DN
3745 * strftime.c (_strftime_copytm): Add declaration.
3746
dde990a0
DN
3747 * callproc.c (syms_of_callproc): Use intern_c_string.
3748
50c77428
DN
3749 Move declarations from .c files to .h files.
3750 * process.c (timers_run):
3751 * minibuf.c (quit_char):
3752 * lread.c (read_emacs_mule_char):
3753 * keyboard.c (minibuf_level, message_enable_multibyte)
3754 (pending_malloc_warning):
3755 * insdel.c (Vselect_active_regions, Vsaved_region_selection)
3756 (Qonly): Remove declarations.
3757 * lisp.h (pending_malloc_warning, Vsaved_region_selection)
3758 (Vselect_active_regions):
2f8f196d 3759 * keyboard.h (timers_run): Add declarations.
50c77428 3760
654ef137
DN
3761 * strftime.c (my_strftime_gmtime_r, my_strftime_localtime_r)
3762 (tm_diff): Convert definitions to standard C.
3763 (extra_args_spec_iso): Remove, unused.
3764
4a47c275 37652010-11-18 Jan Djärv <jan.h.d@swipnet.se>
37de8fd0
J
3766
3767 * xsettings.c (init_gconf): Check HAVE_G_TYPE_INIT.
3768
3769 * config.in (HAVE_G_TYPE_INIT): New symbol.
3770
4a47c275 37712010-11-18 Eli Zaretskii <eliz@gnu.org>
c7926fe2
EZ
3772
3773 * lread.c (Fload): Mention `load-in-progress' and
3774 `load-file-name'. (Bug#7346)
3775
86520d8c
EZ
3776 * keyboard.c (kbd_buffer_nr_stored): Define only ifdef subprocesses.
3777 (kbd_buffer_store_event_hold, kbd_buffer_get_event)
3778 (tty_read_avail_input): Call kbd_buffer_nr_stored only ifdef
3779 subprocesses. Use buffer_free only ifdef subprocesses.
3780
3781 * process.c (init_process) [subprocesses]: Init kbd_is_on_hold in
3782 the subprocesses version, not in the non-subprocesses one.
3783
794a4b6d
EZ
3784 * Makefile.in: Don't use ## comment, it breaks the MSDOS build.
3785
146d267b
EZ
37862010-11-17 Eli Zaretskii <eliz@gnu.org>
3787
3788 * xdisp.c (set_cursor_from_row): Fix cursor positioning in empty
3789 lines on text-mode terminals. (bug#7417)
3790
fad0d565
SM
37912010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3792
3793 * xterm.c (get_current_wm_state): Rename from get_current_vm_state.
3794 (do_ewmh_fullscreen, x_handle_net_wm_state): Update callers.
3795
6b4bb703
KH
37962010-11-17 Kenichi Handa <handa@m17n.org>
3797
3798 * coding.c (Fset_terminal_coding_system_internal): Fix previous
3799 change (set charset-ID list instead of charset-symbol list).
3800
9173a8fb
CY
38012010-11-16 Chong Yidong <cyd@stupidchicken.com>
3802
3803 * keyboard.c (make_lispy_position): For text area clicks, record Y
3804 pixel position relative to the text area, excluding header line.
3805 Also change X and Y to Lisp_Objects, not pointers; don't return
3806 coordinate values via pointers. Pass ON_TEXT_AREA coordinate to
3807 buffer_posn_from_coords counting from the start of the text area.
3808 (Fposn_at_x_y, make_lispy_event): Callers changed.
3809
3810 * window.c (coordinates_in_window): Change X and Y to ints rather
3811 than pointers; don't return coordinates via pointers.
3812 (struct check_window_data): Change X and Y from pointers to ints.
3813 (window_from_coordinates): Remove args WX and WY; don't return
3814 coordinates via pointers.
3815 (Fcoordinates_in_window_p, window_from_coordinates):
3816 (check_window_containing, Fwindow_at): Callers changed.
3817 (window_relative_x_coord): New function.
3818
3819 * window.h (window_from_coordinates, window_relative_x_coord):
3820 Update prototypes.
3821
3822 * dispnew.c (buffer_posn_from_coords): Assume that X counts from
3823 the start of the text area.
3824
3825 * xdisp.c (remember_mouse_glyph): Change window_from_coordinates
3826 call. Use window_relative_x_coord.
3827 (note_mouse_highlight): Change window_from_coordinates call.
3828
3829 * w32term.c (w32_read_socket):
3830 * msdos.c (dos_rawgetc):
3831 * xterm.c (handle_one_xevent): Likewise.
3832
d2762c86
DN
38332010-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3834
3835 * strftime.c (LOCALE_PARAM_DECL): Update for standard C.
3836 (LOCALE_PARAM, LOCALE_PARAM_PROTO): Remove, unused.
3837 (memcpy_lowcase, so_week_days, extra_args_spec, emacs_strftimeu):
3838 Convert definitions to standard C.
3839 * regex.c: Do not include <stdlib.h>, config.h does it.
3840 Include unistd.h.
3841 (xrealloc, init_syntax_once, re_match, regcomp, regexec)
3842 (regerror, regfree): Convert definitions to standard C.
3843 * mktime.c (my_mktime_localtime_r, ydhms_tm_diff, ranged_convert)
3844 (__mktime_internal): Convert definitions to standard C.
3845
c2f0866a
DN
38462010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3847
42a7e7f1
DN
3848 * w32proc.c:
3849 * w32inevt.c:
3850 * w32heap.c:
3851 * w32.c: Remove config.h include guards.
3852
67802943
DN
3853 * callproc.c (child_setup): Reorder code to simplify #ifdefs.
3854 No code changes.
3855
f0e1af46
DN
3856 * process.c: Include <sys/ioctl.h> unconditionally,
3857 keyboard.c already does it.
3858
c2f0866a
DN
3859 * keyboard.c (pending_malloc_warning): Add const to match
3860 definition in alloc.c.
3861 (Fset_input_interrupt_mode): Simplify #ifdefs.
3862
92d3ab7e
DN
38632010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3864
12e610e8
DN
3865 Clean up systty.h macros.
3866 * systty.h (EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP, EMACS_GET_TTY)
3867 (EMACS_SET_TTY): Remove unneeded abstraction, instead inline the
3868 definition in all uses.
3869 (EMACS_TTY_TABS_OK): Remove, it has a single user.
3870 * sysdep.c (discard_tty_input, child_setup_tty)
3871 (init_sys_modes, tabs_safe_p, reset_sys_modes):
3872 * emacs.c (shut_down_emacs):
3873 * callproc.c (child_setup):
3874 * term.c (dissociate_if_controlling_tty): Inline removed macros.
3875
92d3ab7e
DN
3876 * data.c (sign_extend_temp, sign_extend_lisp_int): Remove, unused.
3877
a3e6bad4
CY
38782010-11-14 Chong Yidong <cyd@stupidchicken.com>
3879
3880 * w32fns.c (Fx_create_frame):
3881 * nsfns.m (Fx_create_frame): Don't check for the cursorColor
3882 resource here; it's now done at startup.
3883
5a232ffb
J
38842010-11-14 Jan Djärv <jan.h.d@swipnet.se>
3885
3886 * xterm.c (set_wm_state): Add Qnil to final cons.
3887
3888 * xselect.c (x_send_client_event): Remove unused variables cons and
3889 size.
3890
24021b38
YM
38912010-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3892
2f8f196d 3893 * keyboard.c (modify_event_symbol): Add const to array elements of
24021b38
YM
3894 arg NAME_TABLE.
3895 (lispy_accent_keys, lispy_function_keys, lispy_multimedia_keys)
3896 (lispy_kana_keys, iso_lispy_function_keys, lispy_wheel_names)
3897 (lispy_wheel_names, lispy_drag_n_drop_names, modifier_names):
3898 Add const to array elements.
3899 (scroll_bar_parts): Make static. Fix position of const.
3900
3901 * w32fns.c (lispy_function_keys): Add const to extern.
3902
3903 * w32inevt.c (lispy_function_keys): Likewise.
3904
afa42fe3
CY
39052010-11-14 Chong Yidong <cyd@stupidchicken.com>
3906
3907 * xfns.c (Fx_create_frame): Don't check for the cursorColor
3908 resource here; it's now done at startup.
3909
53260a94
DN
39102010-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3911
c865c575 3912 * xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif.
ff2e8052 3913
c865c575 3914 Fix compilation on Solaris.
ff2e8052
DN
3915 * sysdep.c: Do not #include <term.h>.
3916 (tputs): Add declaration, similar to what cm.c does. (Bug#7178)
3917
53260a94
DN
3918 * s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore.
3919
933e29ff
J
39202010-11-13 Jan Djärv <jan.h.d@swipnet.se>
3921
3922 * xterm.c (set_wm_state): Don't put Atom in cons, call
3923 make_fixnum_or_float on them first.
3924 (x_term_init): Initialize Xatom_net_supporting_wm_check and
3925 Xatom_net_supported correctly.
3926
3927 * xselect.c (x_send_client_event): Move CHECK_STRING ...
3928 (Fx_send_client_event): to here.
3929
a048073e
MR
39302010-11-13 Martin Rudalics <rudalics@gmx.at>
3931
3932 * window.c (Fwindow_use_time): New function.
3933
0eb025fb
EZ
39342010-11-13 Eli Zaretskii <eliz@gnu.org>
3935
3936 * xdisp.c (set_cursor_from_row): Fix cursor positioning on
3937 zero-width characters.
3938
3939 * .gdbinit (pgx): Adapt to latest changes in `struct glyph'.
3940
3941 * w32term.c (x_draw_glyphless_glyph_string_foreground): Draw the
3942 box before drawing the glyphs inside it.
3943
3944 * xdisp.c (syms_of_xdisp) <glyphless-char-display>: Doc fix.
3945
bba3e508
SM
3946 * dispextern.h (enum glyphless_display_method):
3947 Rename GLYPHLESS_DISPLAY_HEXA_CODE to GLYPHLESS_DISPLAY_HEX_CODE.
3948 All users changed.
0eb025fb 3949
bba3e508
SM
3950 * term.c (append_glyphless_glyph, produce_glyphless_glyph):
3951 Fix comments.
0eb025fb
EZ
3952 (produce_glyphless_glyph): Enclose "U+nnnn" and "empty box"
3953 whitespace in "[]", to simulate a box. Don't use uninitialized
3954 variable `width'.
3955
c869cc37
JD
39562010-11-11 Julien Danjou <julien@danjou.info>
3957
2d9074ba
JD
3958 * xsettings.c (init_xsettings): Use already fetch atoms.
3959
3960 * xsmfns.c (create_client_leader_window): Use SM_CLIENT_ID atom
3961 from dpyinfo.
3962
3963 * xselect.c (Fx_send_client_event): Split and create
3964 x_send_client_event.
3965
3966 * lisp.h: Do not EXFUN Fx_send_client_event.
3967
3968 * xterm.c (x_set_frame_alpha): Use _NET_WM_WINDOW_OPACITY atom
3969 from dpyinfo.
3970 (wm_supports): Use atoms from dpyinfo.
3971 (do_ewmh_fullscreen): Use atoms from dpyinfo.
3972 (x_ewmh_activate_frame): Use atoms from dpyinfo.
3973 (xembed_set_info): Use atoms from dpyinfo.
3974 (x_term_init): Fetch _XEMBED_INFO, _NET_SUPPORTED,
3975 _NET_SUPPORTING_WM_CHECK, _NET_WM_WINDOW_OPACITY and
3976 _NET_ACTIVE_WINDOW, XSETTINGS atoms.
3977 Get all atoms in one round-trip.
3978 (set_wm_state): Use x_send_client_event rather than
3979 Fx_send_client_event, using Atom directly.
3980 (x_ewmh_activate_frame): Ditto.
3981 (x_set_sticky): Pass atoms to set_wm_state.
3982 (do_ewmh_fullscreen): Ditto.
3983
2d9074ba
JD
3984 * xterm.h (x_display_info): Add Xatom_net_supported,
3985 Xatom_net_supporting_wm_check, Xatom_net_active_window,
3986 Xatom_net_wm_window_opacity, Xatom_XEMBED_INFO, SM_CLIENT_ID.
3987
c869cc37
JD
3988 * xfns.c (Fx_show_tip): Fix typo in docstring.
3989
1a4236ea
SM
39902010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3991
3992 * cmds.c (Fself_insert_command): Don't call XFASTINT without checking
3993 it's not negative.
3994
3106121c
YM
39952010-11-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3996
3997 * font.c (font_filter_properties): Add const to array elements of
3998 properties args.
3999
4000 * font.h (font_filter_properties): Likewise.
4001
4002 * ftfont.c (ftfont_booleans, ftfont_non_booleans): Add const to array
4003 elements.
4004
4005 * w32font.c (w32font_booleans, w32font_non_booleans): Likewise.
4006
da1fec2b
MA
40072010-11-10 Michael Albinus <michael.albinus@gmx.de>
4008
4009 * dbusbind.c (QCdbus_type_unix_fd): New Lisp object.
4010 (XD_BASIC_DBUS_TYPE, xd_symbol_to_dbus_type, xd_signature)
4011 (xd_append_arg, xd_retrieve_arg): Support DBUS_TYPE_UNIX_FD.
4012 (Fdbus_call_method): Add DBUS_TYPE_UNIX_FD type mapping to doc string.
4013 (syms_of_dbusbind): Initialize QCdbus_type_unix_fd).
4014
bd6bc222
GM
40152010-11-10 Glenn Morris <rgm@gnu.org>
4016
4017 * emacs.c (syms_of_emacs) <system-type>: Doc fix.
4018
c0098065
EZ
40192010-11-09 Eli Zaretskii <eliz@gnu.org>
4020
bd6bc222 4021 * xfns.c (x_real_positions): Fix declaration-after-statement problem.
c0098065 4022
d607b96b 40232010-11-09 Chong Yidong <cyd@stupidchicken.com>
be3faa80
CY
4024
4025 * image.c (free_image): Don't garbage the frame here, since this
4026 function can be called while redisplaying (Bug#7210).
4027 (uncache_image): Garbage the frame here (Bug#6426).
4028
d607b96b 40292010-11-09 Jan Djärv <jan.h.d@swipnet.se>
184765cc 4030
d607b96b
SM
4031 * xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if our
4032 parent is the root window. Check this after traversing window tree.
184765cc 4033
d607b96b 4034 * xterm.c (x_term_init): Initialize Xatom_net_frame_extents.
bd80a886 4035
d607b96b 4036 * xterm.h (struct x_display_info): Xatom_net_frame_extents is new.
bd80a886 4037
d607b96b
SM
4038 * xfns.c (x_real_positions): Try to get _NET_FRAME_EXTENTS first
4039 before traversing window tree (Bug#5721).
c2e124a9 4040
27f92be7
J
40412010-11-07 Jan Djärv <jan.h.d@swipnet.se>
4042
66b16767
J
4043 * xfns.c (set_machine_and_pid_properties): Let X set WM_CLIENT_MACHINE.
4044
25f38310
SM
4045 * xdisp.c (note_mode_line_or_margin_highlight):
4046 Initialize Cursor to No_Cursor for HAVE_WINDOW_SYSTEM also.
27f92be7 4047
a971c0a7
EZ
40482010-11-06 Eli Zaretskii <eliz@gnu.org>
4049
4050 * xfns.c (Fx_show_tip): If any of the tool-tip text lines is R2L,
4051 adjust width of tool-tip frame to the width of text, excluding the
4052 stretch glyph at the beginning of R2L glyph rows.
4053
4054 * w32fns.c (Fx_show_tip): Likewise.
4055
80417b95
JD
40562010-11-06 Jan Djärv <jan.h.d@swipnet.se>
4057
4058 * nsfont.m: Include termchar for new mouse-highlight.
6dc61cf1 4059 (nsfont_draw): Use MOUSE_HL_INFO.
80417b95 4060
28118eb6
EZ
40612010-11-05 Eli Zaretskii <eliz@gnu.org>
4062
c1fc2d3a 4063 Unify mouse-highlight code for all GUI and TTY sessions.
cf482c50
EZ
4064
4065 * term.c: Remove static mouse_face_* variables. All users
4066 changed.
4067 (term_show_mouse_face, term_clear_mouse_face)
4068 (fast_find_position, term_mouse_highlight): Functions deleted.
4069 (tty_draw_row_with_mouse_face): New function.
4070 (term_mouse_movement): Call note_mouse_highlight instead of
4071 term_mouse_highlight.
4072
bbf534ce
EZ
4073 * nsterm.m (ns_update_window_begin, ns_update_window_end)
4074 (ns_update_end, x_destroy_window, ns_frame_up_to_date)
4075 (ns_dumpglyphs_box_or_relief, ns_maybe_dumpglyphs_background)
4076 (ns_dumpglyphs_image, ns_dumpglyphs_stretch)
4077 (ns_initialize_display_info, keyDown, mouseMoved, mouseExited):
4078 Replace Display_Info with Mouse_HLInfo everywhere where
4079 mouse_face_* members were accessed for mouse highlight purposes.
4080
4081 * xterm.c (x_update_window_begin, x_update_window_end)
4082 (x_update_end, XTframe_up_to_date, x_set_mouse_face_gc)
bba3e508
SM
4083 (handle_one_xevent, x_free_frame_resources, x_term_init):
4084 Replace Display_Info with Mouse_HLInfo everywhere where mouse_face_*
bbf534ce
EZ
4085 members were accessed for mouse highlight purposes.
4086
4087 * w32term.c (x_update_window_begin, x_update_window_end)
4088 (x_update_end, w32_read_socket, x_free_frame_resources)
4089 (w32_initialize_display_info): Replace Display_Info with
4090 Mouse_HLInfo everywhere where mouse_face_* members were accessed
4091 for mouse highlight purposes.
4092
4093 * xdisp.c (show_mouse_face, note_mode_line_or_margin_highlight)
4094 (note_mouse_highlight) [HAVE_WINDOW_SYSTEM]: Don't run GUI code
4095 unless the frame is on a window-system.
c1fc2d3a 4096 (get_tool_bar_item, handle_tool_bar_click)
7ea692f6
EZ
4097 (note_tool_bar_highlight, draw_glyphs, erase_phys_cursor)
4098 (show_mouse_face, clear_mouse_face, coords_in_mouse_face_p)
4099 (note_mode_line_or_margin_highlight, note_mouse_highlight)
4100 (x_clear_window_mouse_face, cancel_mouse_face, expose_frame):
4101 Replace Display_Info with Mouse_HLInfo everywhere where
4102 mouse_face_* members were accessed for mouse highlight purposes.
c1fc2d3a 4103 (coords_in_mouse_face_p): Move prototype out of the
d009ae66
EZ
4104 HAVE_WINDOW_SYSTEM conditional.
4105 (x_y_to_hpos_vpos, frame_to_window_pixel_xy): Move out of the
4106 HAVE_WINDOW_SYSTEM block.
bba3e508
SM
4107 (try_window_id) [HAVE_GPM || MSDOS]:
4108 Call x_clear_window_mouse_face.
d009ae66 4109 (draw_row_with_mouse_face): Implementation for HAVE_WINDOW_SYSTEM
c1fc2d3a
EZ
4110 systems. Call tty_draw_row_with_mouse_face for TTY systems.
4111 (show_mouse_face): Call draw_row_with_mouse_face, instead of
4112 calling draw_glyphs directly.
d009ae66
EZ
4113 (show_mouse_face, clear_mouse_face, coords_in_mouse_face_p)
4114 (cursor_in_mouse_face_p, rows_from_pos_range)
4115 (mouse_face_from_buffer_pos, mouse_face_from_string_pos)
4116 (note_mode_line_or_margin_highlight, note_mouse_highlight)
4117 (x_clear_window_mouse_face, cancel_mouse_face): Move out of the
4118 HAVE_WINDOW_SYSTEM block. Ifdef away window-system specific
4119 fragments.
4120 (note_mouse_highlight): Call popup_activated for MSDOS as well.
4121 Clear mouse highlight if pointer is over glyphs whose OBJECT is an
4122 integer.
4123 (mouse_face_from_buffer_pos): Add parentheses around && within ||.
bba3e508
SM
4124 (x_consider_frame_title, tool_bar_lines_needed):
4125 Move prototypes to HAVE_WINDOW_SYSTEM-only part.
c1fc2d3a
EZ
4126 (get_window_cursor_type): Move inside a HAVE_WINDOW_SYSTEM-only
4127 part. Remove "#ifdef HAVE_WINDOW_SYSTEM" from body of function.
4128 (null_glyph_slice): Move declaration into HAVE_WINDOW_SYSTEM-only
4129 part.
d009ae66
EZ
4130
4131 * dispnew.c (mirror_make_current): Set Y coordinate of the
4132 mode-line and header-line rows.
c1fc2d3a
EZ
4133 (init_display): Setup initial frame's output_data for text
4134 terminal frames.
d009ae66 4135
c1fc2d3a
EZ
4136 * xmenu.c (popup_activated): Don't define on MSDOS, which now has
4137 its own definition on msdos.c.
d009ae66
EZ
4138
4139 * msdos.c (show_mouse_face, clear_mouse_face)
4140 (fast_find_position, IT_note_mode_line_highlight)
4141 (IT_note_mouse_highlight): Functions deleted.
4142 (IT_frame_up_to_date, dos_rawgetc): Call note_mouse_highlight
4143 instead of IT_note_mouse_highlight.
4144 (draw_row_with_mouse_face, popup_activated): New functions.
c1fc2d3a
EZ
4145 (dos_set_window_size, draw_row_with_mouse_face, IT_update_begin)
4146 (IT_update_end, IT_frame_up_to_date, internal_terminal_init)
4147 (dos_rawgetc): Replace Display_Info with Mouse_HLInfo everywhere
4148 where mouse_face_* members were accessed for mouse highlight
4149 purposes.
4150
4151 * msdos.h (initialize_msdos_display): Add prototype.
4152
4153 * frame.h (MOUSE_HL_INFO): New macro.
4154
4155 * lisp.h (Mouse_HLInfo): New data type.
4156
4157 * xterm.h (struct x_display_info):
4158 * w32term.h (struct w32_display_info):
4159 * nsterm.h (struct ns_display_info):
4160 * termchar.h (struct tty_display_info): Use it instead of
4161 mouse_face_* members.
4162
4163 * dispextern.h (show_mouse_face, clear_mouse_face): Update type of
4164 1st argument.
4165 (frame_to_window_pixel_xy, note_mouse_highlight)
4166 (x_clear_window_mouse_face, cancel_mouse_face, clear_mouse_face)
4167 (show_mouse_face, cursor_in_mouse_face_p): Move prototypes out of
4168 HAVE_WINDOW_SYSTEM conditional.
4169 (draw_row_with_mouse_face): Declare prototype.
4170 (tty_draw_row_with_mouse_face): Declare prototype.
4171
6e8d7c47
EZ
41722010-11-05 Eli Zaretskii <eliz@gnu.org>
4173
bba3e508
SM
4174 * term.c (append_glyphless_glyph, produce_glyphless_glyph):
4175 Remove unused variables.
6e8d7c47 4176
f31ba3f0
AR
41772010-11-05 Adrian Robert <Adrian.B.Robert@gmail.com>
4178
4179 * nsterm.m (EmacsView-mouseExited:): Correct error in conditional
4180 logic pointed out by Eli Zaretskii.
4181
448e17d6
LMI
41822010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4183
0c3a9a9f
GM
4184 * coding.c (coding-category-list): Refer to set-coding-system-priority
4185 instead of the obsolete set-coding-priority in the doc string.
448e17d6 4186
3fdebbf9 41872010-11-04 Adrian Robert <Adrian.B.Robert@gmail.com>
f31ba3f0 4188
2f8f196d 4189 * nsfont.m (nsfont_draw): Correct previous patch to return
f31ba3f0
AR
4190 correct value.
4191 * nsimage.m (EmacsImage-setXBMColor:): Correct previous patch:
4192 don't change the method signature, change the return.
4193
41942010-11-04 Ismail Donmez <ismail@namtrac.org> (tiny change)
3fdebbf9
AR
4195
4196 * nsfont.m (nsfont_draw)
4197 * nsimage.m (EmacsImage-setXBMColor:)
f31ba3f0 4198 * nsterm.m (EmacsView-performDragOperation:): Correct empty return.
3fdebbf9 4199
17c0c952
JD
42002010-11-03 Julien Danjou <julien@danjou.info>
4201
4202 * image.c (gif_load): Add support for transparency and specified
4203 :background.
4204
b18fad6d
KH
42052010-11-01 Kenichi Handa <handa@m17n.org>
4206
4207 * dispextern.h (lookup_glyphless_char_display): Extern it.
4208
4209 * termhooks.h (struct terminal): New member charset_list.
4210
4211 * coding.c (Fset_terminal_coding_system_internal): Set the
4212 `charset_list' member of struct terminal.
4213
a8039db1 4214 * term.c (produce_glyphs): Handle the case it->what == IT_GLYPHLESS.
b18fad6d
KH
4215 (append_glyphless_glyph, produce_glyphless_glyph): New functions.
4216
4217 * xdisp.c (lookup_glyphless_char_display): Make it non-static.
4218 (lookup_glyphless_char_display): Set it->what at the end.
4219 (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
4220 (last_glyphless_glyph_merged_face_id): Make them non-static.
4221
a8039db1
JB
4222 * w32term.c (x_draw_glyphless_glyph_string_foreground):
4223 Fix the arg with_background for font->driver->draw.
65b6b59a 4224
a8039db1 42252010-11-01 Kenichi Handa <handa@m17n.org>
0269bd90 4226
a8039db1
JB
4227 * w32gui.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
4228 Surround chp by parentheses.
0269bd90 4229
a8039db1 42302010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
4231
4232 Implement various display methods for glyphless characters.
4233
4234 * xdisp.c (Qglyphless_char, Vglyphless_char_display)
4235 (Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space)
4236 (Qzero_width): New variables.
4237 (THIN_SPACE_WIDTH): New macro.
01c35094 4238 (lookup_glyphless_char_display): New function.
b2cca856
KH
4239 (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
4240 (last_glyphless_glyph_merged_face_id): New variables.
4241 (get_next_display_element): Check glyphless characters.
4242 (redisplay_internal): Initialize last_glyphless_glyph_frame and
4243 last_glyphless_glyph_face_id.
4244 (fill_glyphless_glyph_string): New function.
4245 (BUILD_GLYPHLESS_GLYPH_STRING): New macro.
4246 (BUILD_GLYPH_STRINGS): Handle the case GLYPHLESS_GLYPH.
4247 (append_glyphless_glyph, produce_glyphless_glyph): New functions.
4248 (x_produce_glyphs): If a suitable font is not found, produce a
4249 glyphless glyph. Handle the case it->what == IT_GLYPHLESS.
4250 (syms_of_xdisp): Intern and staticpro Qglyphless_char,
4251 Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space, and
4252 Qzero_width.
4253 (Vglyphless_char_display): Declare it as a Lisp variable.
4254
4255 * dispextern.h (enum glyph_type): Add GLYPHLESS_GLYPH.
a8039db1
JB
4256 (struct glyph): Change the size of the member "type" to 3.
4257 Add glyphless to the union slice and u.
b2cca856
KH
4258 (enum display_element_type): Add IT_GLYPHLESS.
4259 (enum glyphless_display_method): New enum.
4260 (struct it): New member glyphless_method.
4261 (Vglyphless_char_display): Extern it.
4262
4263 * xterm.c (x_draw_glyphless_glyph_string_foreground): New function.
4264 (x_draw_glyph_string): Handle the case GLYPHLESS_GLYPH.
4265
a8039db1 4266 * w32term.c (x_draw_glyphless_glyph_string_foreground): New function.
b2cca856
KH
4267 (x_draw_glyph_string): Handle the case GLYPHLESS_GLYPH.
4268
4269 * nsterm.m (ns_draw_glyph_string): Handle the case
4270 GLYPHLESS_GLYPH (the detail is not yet implemented).
4271
c8c59954
GM
42722010-10-31 Glenn Morris <rgm@gnu.org>
4273
80696982
GM
4274 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Fix merge, maybe.
4275
c8c59954
GM
4276 * frame.c (syms_of_frame) <tool-bar-mode>:
4277 Default to nil if !HAVE_WINDOW_SYSTEM. (Bug#7299)
4278
46eadc7a
CY
42792010-10-31 Chong Yidong <cyd@stupidchicken.com>
4280
4281 * xterm.c (x_connection_closed): Print informative error message
4282 when aborting on GTK. This requires using shut_down_emacs
4283 directly instead of Fkill_emacs.
4284
ffe75e6b
EZ
42852010-10-29 Eli Zaretskii <eliz@gnu.org>
4286
4287 * emacs.c (main): Call syms_of_filelock unconditionally.
4288
4289 * filelock.c (syms_of_filelock): Move out of #ifdef CLASH_DETECTION
4290 clause, but keep part of it conditioned on CLASH_DETECTION.
4291
9d794026
GM
42922010-10-29 Glenn Morris <rgm@gnu.org>
4293
4f4f2973
GM
4294 * nsfns.m (Fx-display-save-under, Fx-open-connection)
4295 (Fxw-color-defined-p, Fxw-display-color-p, Fx-show-tip):
4296 * w32fns.c (Fxw_color_defined_p, Fx_open_connection):
4297 * xfns.c (Fxw_color_defined_p, Fx_open_connection):
4298 Sync docs between X, W32, NS.
4299
9d794026
GM
4300 * buffer.c (syms_of_buffer) <abbrev-mode, transient-mark-mode>:
4301 * frame.c (syms_of_frame) <tool-bar-mode>: Move doc here from Lisp.
4302
d46f6bbb
JB
43032010-10-26 Juanma Barranquero <lekktu@gmail.com>
4304
4305 * eval.c (init_eval_once): Set max_lisp_eval_depth to 600;
4306 otherwise, bootstrapping on Windows fails to compile macroexp.el.
4307
2e35f1a2
EZ
43082010-10-26 Eli Zaretskii <eliz@gnu.org>
4309
4310 * cmds.c (internal_self_insert): Don't insert if argument N is
84b28888 4311 zero or negative. (Bug#7281)
2e35f1a2 4312
8daaeda6
J
43132010-10-26 Jan Djärv <jan.h.d@swipnet.se>
4314
4315 * gtkutil.c (qttip_cb): Set title to empty for ATK (Bug#7278).
4316
6a5c2175
GM
43172010-10-25 Glenn Morris <rgm@gnu.org>
4318
4319 * Makefile.in (SOME_MACHINE_LISP): Remove easymenu.elc.
4320
7c051dd8
GM
43212010-10-24 Glenn Morris <rgm@gnu.org>
4322
4323 * w32fns.c (Fx_synchronize, Fx_change_window_property)
4324 (Fx_window_property, Fx_file_dialog):
4325 * xfns.c (Fx_synchronize, Fx_change_window_property)
4326 (Fx_window_property, Fx_file_dialog): Sync docs between w32 and X.
4327
23c261f5
CY
43282010-10-24 Chong Yidong <cyd@stupidchicken.com>
4329
4330 * xterm.c (x_connection_closed): Kill Emacs unconditionally.
4331
d414c713 43322010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
4333
4334 * frame.c (Fframep, Fwindow_system): Deprecate use as a predicate.
4335
4336 * dispnew.c (syms_of_display) <initial-window-system, window-system>:
4337 Deprecate use as a boolean flag.
4338
947f5e01
JM
43392010-10-24 Jim Meyering <jim@meyering.net>
4340
4341 * emacs.c (argmatch): Don't treat "--" as "--chdir".
4342
65807d73
GM
43432010-10-24 Glenn Morris <rgm@gnu.org>
4344
f5f25615
GM
4345 * w16select.c (syms_of_win16select) <selection-coding-system>:
4346 <next-selection-coding-system>:
4347 * w32select.c (syms_of_w32select) <selection-coding-system>:
4348 <next-selection-coding-system>:
3646b86d
GM
4349 Sync docs with select.el.
4350
46710489
GM
4351 * xfaces.c (syms_of_xfaces) <tty-defined-color-alist>: Sync doc with
4352 Lisp version.
4353
ea883883
GM
4354 * w32term.c (syms_of_w32term) <x-use-underline-position-properties>:
4355 Sync doc with the xterm.c version.
4356
65807d73
GM
4357 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
4358 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
4359
f3d87560
GM
43602010-10-23 Glenn Morris <rgm@gnu.org>
4361
66c6abf0 4362 * buffer.c (syms_of_buffer) <cursor-in-non-selected-windows>:
e1fd756b 4363 * frame.c (syms_of_frame) <menu-bar-mode>:
6e82cf1a 4364 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode, display-hourglass>:
a102db1e 4365 <hourglass-delay>: Sync docs with Lisp.
f3d87560 4366
7b7e2c18
EZ
43672010-10-23 Eli Zaretskii <eliz@gnu.org>
4368
d1d6801e 4369 Implement mouse highlight for bidi-reordered lines.
d0010be5
EZ
4370
4371 * xdisp.c (fast_find_string_pos): #ifdef away, not used anymore.
4372 (mouse_face_from_string_pos): New function, replaces
4373 fast_find_string_pos.
4374 (note_mouse_highlight): Call it instead of fast_find_string_pos.
d1d6801e
EZ
4375 (note_mode_line_or_margin_highlight): Support bidi-reordered
4376 strings and R2L glyph rows. Fix comments.
2f3f89b3
EZ
4377 (note_mouse_highlight): When bidi reordering is turned on in a
4378 buffer, call next-single-property-change and
ef1b0ba7
SM
4379 previous-single-property-change with last argument nil.
4380 Clear mouse highlight when mouse pointer is in a R2L row on the stretch
d1d6801e 4381 glyph that stands for no text beyond the line end.
1f382a02
EZ
4382 (row_containing_pos): Don't return too early when CHARPOS is in a
4383 bidi-reordered continued line. Return immediately when the first
4384 hit is found in a line that is not continued, or when an exact
4385 match for CHARPOS is found.
d1d6801e
EZ
4386 (rows_from_pos_range): New function.
4387 (mouse_face_from_buffer_pos): Use it instead of calling
4388 row_containing_pos for START_CHARPOS and END_CHARPOS. Rewrite the
4389 function to support mouse highlight in bidi-reordered lines and
4390 not to assume that START_CHARPOS is always in mouse_face_beg_row.
4391 If necessary, swap mouse_face_beg_row and mouse_face_end_row so
4392 that the former is always above the latter or identical to it.
1554d88e 4393 (show_mouse_face): Support drawing highlighted R2L lines.
1b5a721b
EZ
4394 (coords_in_mouse_face_p): New function, bidi-aware.
4395 (cursor_in_mouse_face_p, note_mouse_highlight, erase_phys_cursor):
4396 Call it instead of comparing with mouse-face members of dpyinfo.
4397 (note_mode_line_or_margin_highlight): Fix confusingly swapped
4398 usage of hpos and vpos.
544bbc31 4399
dee186b6
J
44002010-10-22 Jan Djärv <jan.h.d@swipnet.se>
4401
4402 * xrdb.c: Include keyboard.h for MOTIF.
4403
4404 * xmenu.c: Revert 2010-07-27 change: lwlib.h is needed for
4405 MOTIF (Bug#7263).
4406
4407 * xfns.c: Include Xm/TextF and Xm/List.
bba3e508
SM
4408 (file_dialog_cb, file_dialog_unmap_cb, clean_up_file_dialog):
4409 Make ANSI prototypes.
dee186b6 4410
5fb59edb
GM
44112010-10-22 Glenn Morris <rgm@gnu.org>
4412
4413 * Makefile.in (SOME_MACHINE_LISP): Add w32-vars.
4414 Remove ccl and duplicate mouse.
4415
8b78d5e3
CY
44162010-10-21 Chong Yidong <cyd@stupidchicken.com>
4417
4418 * insdel.c (prepare_to_modify_buffer): Don't set
4419 saved-region-selection if modification hooks are disabled.
4420
b8a47412
CY
44212010-10-19 Chong Yidong <cyd@stupidchicken.com>
4422
4423 * cmds.c (Fdelete_char): Doc fix.
4424
ca3fa302 44252010-10-19 Ken Brown <kbrown@cornell.edu>
5419963b
KB
4426
4427 * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
4428
ca3fa302 44292010-10-19 Kenichi Handa <handa@m17n.org>
31daa5e1
KH
4430
4431 Fix incorrect font metrics when the same font is opened with
4432 different pixelsizes.
4433
4434 * xftfont.c: Include composite.h.
4435 (xftfont_shape): New function.
4436 (syms_of_xftfont): Set xftfont_driver.shape.
4437
c978536f
JD
44382010-10-18 Julien Danjou <julien@danjou.info>
4439
4440 * frame.c (Fframe_pointer_visible_p):
4441 Add `frame-pointer-visible-p' to get the pointer visibility.
4442
4b2d9ec2
LMI
44432010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4444
4445 * gnutls.c (emacs_gnutls_read): Return 0 if we get a
4446 non-"EAGAIN"-like error to signal to Emacs that the socket should
4447 be closed.
4448
9cf66cf2
EZ
44492010-10-15 Eli Zaretskii <eliz@gnu.org>
4450
c3911ead
EZ
4451 * unexcoff.c (make_hdr): Fix prototype according to changes in
4452 2010-10-03T13:59:56Z!dann@ics.uci.edu.
4453
9cf66cf2
EZ
4454 * image.c (tiff_load): Cast 3rd argument to avoid compiler warning.
4455
be98da05
TH
44562010-10-15 Tassilo Horn <tassilo@member.fsf.org>
4457
4458 * Makefile.in (really-oldXMenu): Fix typo in variable name that
4459 made building the X menu fail.
cc98b256 4460 (really-oldXMenu): Fix my previous fix.
be98da05 4461
220d91b8 44622010-10-14 Damyan Pepper <damyanp@gmail.com>
9fa82824
DP
4463
4464 Fix handling of font properties on Windows (bug#6303).
4465 * font.c (font_filter_properties): New function, refactored from
4466 ftfont_filter_properties.
4467 * font.h (font_filter_properties): Declare.
4468 * ftfont.c (ftfont_filter_properties): Use font_filter_properties.
4469 * w32font.c (w32font_booleans, w32font_non_booleans): New variables.
4470 (w32font_filter_properties): New function.
4471 (w32font_driver): Add w32font_filter_properties.
4472
220d91b8 44732010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 4474
c0943d3d 4475 * font.c (Ffont_variation_glyphs):
51e4f4a8
JB
4476 * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
4477
24f981c9
JB
44782010-10-14 Juanma Barranquero <lekktu@gmail.com>
4479
4480 * w32fns.c (w32_wnd_proc, file_dialog_callback):
4481 * w32font.c (w32_generic_family):
4482 * w32inevt.c (key_event):
4483 * w32menu.c (fill_in_menu):
4484 * w32proc.c (reader_thread, w32_executable_type, compare_env)
4485 (merge_and_sort_env, int_from_hex, enum_locale_fn, enum_codepage_fn):
4486 * w32term.c (w32_read_socket): Make static.
4487
850690cc
JB
44882010-10-13 Juanma Barranquero <lekktu@gmail.com>
4489
4490 * image.c (DEF_IMGLIB_FN): Add argument to adapt to strict
4491 prototypes; all callers changed.
4492
5e371708
JB
44932010-10-13 Juanma Barranquero <lekktu@gmail.com>
4494
4495 * makefile.w32-in (TLIB2): Rename from TLIBW32.
4496 (OBJ2): New macro.
4497 (WIN32OBJ, FONTOBJ): Remove.
4498 (OBJ1): Redistribute object files with OBJ2.
4499 (LIBS, $(TEMACS)): Use TLIB2.
4500 (make-buildobj-CMD, make-buildobj-SH): Use OBJ2.
4501 ($(TLIB2), TAGS, TAGS-LISP, TAGS-gmake): Depend on OBJ2.
4502
2e288d54
JB
45032010-10-13 Juanma Barranquero <lekktu@gmail.com>
4504
4505 * emacs.c (Vdynamic_library_alist)
4506 (syms_of_emacs) <dynamic-library-alist>: Move from image.c and rename.
4507 Doc fix.
4508
4509 * lisp.h (Vdynamic_library_alist): Declare extern.
4510
4511 * image.c (Vimage_library_alist)
4512 (syms_of_image) <image-library-alist>: Move to emacs.c and rename.
4513 (lookup_image_type): Use Vdynamic_library_alist.
4514 (Finit_image_library): Doc fix.
4515
aba1381b
DN
45162010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
4517
4518 * Makefile.in (lispsource, libsrc, etc, oldxmenudir, lwlibdir)
4519 (lispdir): Remove trailing /, update all uses.
4520
4c14013d 45212010-10-12 Jan Djärv <jan.h.d@swipnet.se>
a2e35ef5
JD
4522
4523 * nsterm.m (Qleft): Declare.
01c35094 4524 (ns_right_alternate_modifier): New variable.
a2e35ef5
JD
4525 (NSRightAlternateKeyMask): New define.
4526 (EV_MODIFIERS): Parse NSRightAlternateKeyMask if
4527 ns_right_alternate_modifier isn't Qleft.
4528 (keyDown): If ns_right_alternate_modifier isn't Qleft, use it
4529 as emacs modifier for NSRightAlternateKeyMask.
4530 (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
4531
355cdaf3
LMI
45322010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4533
4534 * gnutls.c (emacs_gnutls_write): If we're trying to write before
4535 gnutls is ready, return EAGAIN as the errno.
4536
4c620157
DN
45372010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
4538
edfd76ce
DN
4539 * vm-limit.c:
4540 * unexhp9k800.c:
4541 * unexelf.c:
4542 * unexaix.c:
4543 * termcap.c: Remove #ifdef emacs / #ifndef emacs code, unused.
4544
a4daeecf
DN
4545 * Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line.
4546 (PROFILING_LDFLAGS): Remove, not needed anymore.
4547
01c35094 4548 * Makefile.in: Use $(...) everywhere instead of ${...}.
4cf3ad30
DN
4549 (CRT_DIR): Move near potential user.
4550 (START_FILE): Move near CRT_DIR, it might use it.
2cb72a75 4551
4c620157
DN
4552 * sysdep.c (LPASS8): Remove, unused.
4553 (emacs_ospeed): Change from being a global to a local in the only
4554 user: init_baud_rate.
4555
b845653d
LMI
45562010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4557
4558 * gnutls.c (syms_of_gnutls): All the bootprops are keywords.
bda6d2bd 4559 (emacs_gnutls_write): Remove the debuggin fsync call.
b845653d 4560 (emacs_gnutls_read): Return -1 if we got an error from
bda6d2bd 4561 gnutls_read. This allows us to actually read lots of data from
b845653d 4562 the GnuTLS stream.
2e6c74c5
LMI
4563 (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
4564 According to the documentation, this is correct, and it seems to
4565 make things work.
b845653d 4566
3625b3e2
CY
45672010-10-09 Chong Yidong <cyd@stupidchicken.com>
4568
4569 * xterm.c (x_draw_relief_rect): Clear corner pixels.
4570
8b1c619f
MA
45712010-10-08 Michael Albinus <michael.albinus@gmx.de>
4572
4573 * keyboard.c: Revert last change; it was not intended to be
4574 synchronized with the trunk.
4575
93d50df8
KH
45762010-10-08 Kenichi Handa <handa@m17n.org>
4577
2b7c9342 4578 * coding.c (complement_process_encoding_system): Fix previous change.
5886ec9c 4579
4628bef1 45802010-10-08 Michael Albinus <michael.albinus@gmx.de>
a79b0f28
MA
4581
4582 * dbusbind.c (syms_of_dbusbind): Move putenv call ...
4583 (Fdbus_init_bus): ... here. (Bug#7113)
4584
4628bef1 45852010-10-08 Glenn Morris <rgm@gnu.org>
7b2bf907
GM
4586
4587 * buffer.c (before-change-functions, after-change-functions):
4588 Three-year overdue doc fix following 2007-08-13 change.
4589
4628bef1 45902010-10-08 Kenichi Handa <handa@m17n.org>
1911a33b
KH
4591
4592 * coding.c (coding_inherit_eol_type): If parent doesn't specify
4593 eol-format, inherit from the system's default.
4594 (complement_process_encoding_system): Make a new coding system
4595 inherit the original eol-format.
4596
4628bef1 45972010-10-08 Kenichi Handa <handa@m17n.org>
fcaf8878
KH
4598
4599 * coding.c (complement_process_encoding_system): New function.
4600
4601 * coding.h (complement_process_encoding_system): Extern it.
4602
4603 * callproc.c (Fcall_process): Complement the coding system for
4604 encoding arguments.
4605 (Fcall_process_region): Complement the coding system for encoding
4606 the input to the process.
4607
4608 * process.c (Fstart_process): Complement the coding system for
4609 encoding arguments.
4610 (send_process): Complement the coding system for encoding what
4611 sent to the process.
4612
4628bef1 46132010-10-08 Kenichi Handa <handa@m17n.org>
18acb5ad
KH
4614
4615 * xfont.c (xfont_open): Fix setting of font->average_width from
4616 :avgwidth property (Bug#7123).
4617
4628bef1 46182010-10-08 Michael Albinus <michael.albinus@gmx.de>
dec83468
MA
4619
4620 * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
4621 is more portable.
4622
4623 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
84eb0351 4624 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
dec83468
MA
4625 has not defined SIGIO.
4626
389454fb
CY
46272010-10-08 Chong Yidong <cyd@stupidchicken.com>
4628
4629 * xterm.c (x_draw_relief_rect): If box width is larger than 1,
4630 draw the outermost line using the black relief, for legibility.
4631 Omit drawing the four corner pixels.
4632
51b403bd
CY
46332010-10-04 Chong Yidong <cyd@stupidchicken.com>
4634
4635 * keyboard.c (echo_prompt): Function moved into read_key_sequence.
4636 (read_key_sequence): Inline echo_prompt.
4637 (echo_dash): Add a dash only if key is continued (Bug#7137).
4638
3e6ae1a4
DN
46392010-10-04 Dan Nicolaescu <dann@ics.uci.edu>
4640
4641 Remove O_RDONLY, O_WRONLY definitions, not needed.
4642 * unexcoff.c:
4643 * lread.c:
4644 * fileio.c:
4645 * doc.c:
4646 * callproc.c:
4647 * alloc.c:
4648 * termcap.c: Remove O_RDONLY O_WRONLY definitions.
4649
c1ae068b
LMI
46502010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
4651
4652 * gnutls.h (GNUTLS_LOG2): Convenience macro.
4653
4654 * gnutls.c: Add property list symbol holders.
4655 (emacs_gnutls_handshake): Clarify how sockets are passed to
4656 GnuTLS.
4657 (gnutls_log_function2): Convenience function using GNUTLS_LOG2.
4658 (Fgnutls_boot): Get all parameters from a plist. Require trustfiles
4659 and keyfiles to be a list of file names. Default to "NORMAL" for
4660 the priority string. Improve logging.
4661
e2afe435
GM
46622010-10-03 Glenn Morris <rgm@gnu.org>
4663
4664 * fileio.c (Vdirectory_sep_char): Remove.
4665
dd5ecd6b
DN
46662010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
4667
b5437a05
DN
4668 * termhooks.h: Remove #ifdef CONSP.
4669
4777478a
DN
4670 * xterm.c (NO_INLINE, noinline): Move definitions to ../configure.in.
4671
a3d5088d
DN
4672 Include <fcntl.h> unconditionally.
4673 * termcap.c:
4674 * sysdep.c:
4675 * lread.c:
4676 * keyboard.c:
4677 * filelock.c:
4678 * fileio.c:
4679 * doc.c:
4680 * callproc.c:
4681 * alloc.c: Remove include guards for <fcntl.h>, process.c already
4682 does it.
4683
82719735
DN
4684 * process.c: Do not include <sys/wait.h>, syswait.h does it.
4685
9de940b5
DN
4686 * sysdep.c (flush_pending_output): Remove code, does not do
4687 anything on any platform.
4688
57507bf8 4689 Remove unused code.
bba3e508
SM
4690 * sysdep.c (select_alarm, sys_select, read_input_waiting):
4691 Remove select emulation, all systems support select.
57507bf8
DN
4692 (set_exclusive_use): Remove, the only user is in an #if 0 block.
4693 * process.c (create_process): Remove #if 0 code.
4694
dd5ecd6b
DN
4695 Remove unused arguments for unexec.
4696 The third one is never used, and the last two are always passed as zero.
4697 * emacs.c (unexec): Add declaration.
4698 (Fdump_emacs): Only pass the first two arguments to unexec.
4699 Simplify #ifdef.
4700 * unexw32.c (unexec):
4701 * unexsol.c (unexec):
4702 * unexhp9k800.c (unexec):
4703 * unexcw.c (unexec): Remove the last 3 arguments, unused.
4704 * unexelf.c (unexec): Remove the last 3 arguments, unused.
4705 (find_section): Use const.
4706 * unexmacosx.c (unexec): Remove the last 3 arguments, unused.
4707 (unexec_error): Declare it NO_RETURN.
4708 * unexcoff.c (make_hdr): Assume bss_start is always zero, remove
4709 it as an argument, remove data_start and entry_address arguments, unused.
4710 (unexec): Remove bss_start, data_start and
4711 entry_address arguments.
4712 * unexaix.c (make_hdr): Assume bss_start is always zero, remove
4713 it as an argument, remove data_start and entry_address arguments, unused.
4714 (unexec): Remove bss_start, data_start and
4715 entry_address arguments.
4716
74f1829d
JB
47172010-10-03 Juanma Barranquero <lekktu@gmail.com>
4718
7f467e14
JB
4719 * makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake): Add $(FONTOBJ).
4720
74f1829d
JB
4721 * gnutls.c (emacs_gnutls_handshake, gnutls_make_error)
4722 (gnutls_emacs_global_init, gnutls_emacs_global_deinit): Make static.
4723 (Fgnutls_get_initstage, Fgnutls_deinit, Fgnutls_boot, Fgnutls_bye):
4724 Fix typos in docstrings.
4725 (Fgnutls_error_fatalp, Fgnutls_error_string): Doc fixes.
4726 (Fgnutls_errorp): Doc fix; use ERR for the argument name.
4727
6926550f
CY
47282010-10-03 Chong Yidong <cyd@stupidchicken.com>
4729
4730 * keyboard.c (command_loop_1): Make sure the mark is really alive
4731 before using it (Bug#7044).
4732
54b65f7b
JB
47332010-10-02 Juanma Barranquero <lekktu@gmail.com>
4734
4735 * makefile.w32-in (tags): Rename target to full-tags.
4736
383ebd15
EZ
47372010-10-02 Eli Zaretskii <eliz@gnu.org>
4738
4739 * emacs.c (main): Remove !WINDOWSNT conditional.
4740 (Fkill_emacs): Don't mention exemption on MS-Windows.
4741
9c524fcb
GM
47422010-10-02 Glenn Morris <rgm@gnu.org>
4743
3226d6ca
GM
4744 * character.c (Fchar_bytes): Remove obsolete function.
4745 (syms_of_character): Remove Schar_bytes.
4746
9c524fcb
GM
4747 * emacs.c (fatal_error_signal): Also run Fkill_emacs on SIGINT.
4748 (main) [!WINDOWSNT]: Handle SIGINT with fatal_error_signal
4749 in batch-mode.
4750 (Fkill_emacs): Doc fix. Also run the hook in batch mode.
4751 (kill-emacs-hook): Doc fix.
4752
1b217849
LMI
47532010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4754
4755 * xml.c (Flibxml_parse_xml_region, Flibxml_parse_html_region)
bba3e508 4756 (parse_region): Rework to take regions instead of strings, and
1b217849
LMI
4757 renamed to reflect that these are the libxml functions.
4758
54cc6a83
EZ
47592010-10-01 Eli Zaretskii <eliz@gnu.org>
4760
0ebf79de
EZ
4761 * term.c (init_tty) [DOS_NT]: Don't call Wcm_clear after setting
4762 screen dimensions in tty->Wcm.
4763
54cc6a83
EZ
4764 * xdisp.c (set_cursor_from_row): When the row is truncated and
4765 point is outside the range of displayed characters, position the
4766 cursor inside the scroll margin. (Bug#6349)
4767
321401d1
DN
47682010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
4769
4cacd822
DN
4770 Do not include stdlib.h and string.h, config.h does it.
4771 * xfont.c:
4772 * w32term.c:
4773 * w32reg.c:
4774 * w32inevt.c:
4775 * w32heap.c:
4776 * w32console.c:
4777 * w16select.c:
4778 * unexsol.c:
4779 * term.c:
4780 * sound.c:
4781 * scroll.c (m):
4782 * gtkutil.c:
4783 * font.c:
4784 * filelock.c:
4785 * fileio.c:
4786 * dosfns.c:
4787 * dbusbind.c:
4788 * bidi.c:
4789 * callproc.c:
4790 * process.c:
4791 * msdos.c:
4792 * charset.c: Do not include stdlib.h and string.h, config.h does it.
4793
bba3e508
SM
4794 * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h
4795 defines it.
0781e7ab 4796
9bf58201
DN
4797 * process.c: Move #include <pty.h> earlier.
4798 (SIGCHLD): Remove conditional definition, syssignal.h defines it.
4799 (pty_name): Move definition later.
4800
088dcc3e
DN
4801 * nsselect.m (syms_of_nsselect):
4802 * nsmenu.m (syms_of_nsmenu):
4803 * nsfns.m (syms_of_nsfns):
4804 * msdos.c (syms_of_msdos):
4cacd822 4805
088dcc3e
DN
4806 * image.c (syms_of_image):
4807 * charset.c (syms_of_charset): Use intern_c_string instead of intern.
4808
321401d1
DN
4809 * point.h: Remove, unused.
4810
73077a9a
EZ
48112010-10-01 Eli Zaretskii <eliz@gnu.org>
4812
4813 * makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
4814 (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake)
4815 (nt-TAGS-gmake, nt-TAGS-nmake): New targets.
4816
55e572ef
DN
48172010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
4818
4819 * xml.c (parse_string): Use const.
4820
d4b6d95d
LMI
48212010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4822
ef1b0ba7
SM
4823 * eval.c (Fbacktrace): Don't overwrite print-level on exit.
4824 Also only override Vprint_level if it isn't already bound, and increase
d4b6d95d
LMI
4825 the level to 8 to produce more useful backtraces for bug reports.
4826
e4b6db12
DN
48272010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
4828
4829 * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
4830
1becef93
JB
48312010-09-30 Juanma Barranquero <lekktu@gmail.com>
4832
4833 * w32console.c (vga_stdcolor_name): Remove unused function;
4834 presumed dead after 2007-11-30T13:57:21Z!jasonr@gnu.org.
4835
df7fcaff
LMI
48362010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4837
bac5cef8
LMI
4838 * gnutls.c (emacs_gnutls_handshake): Made into internal function.
4839 (Fgnutls_boot): Start the handshake.
4840 (emacs_gnutls_read): Perform the handshake from the reader loop.
e6059fa2
LMI
4841 (Fgnutls_boot): Remove some debugging messages.
4842 Change indentation throughout to use the Emacs style.
4843 (emacs_gnutls_handshake): Cast the fds to something that's
4844 possibly the expected length.
4845 (emacs_gnutls_write): Return -1 if we try to write before handshake.
bac5cef8 4846
df7fcaff
LMI
4847 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
4848
4849 * process.c (make_process): Set the gnutls_p field to zero by
4850 default.
4851 (read_process_output): Always call the gnutls_read function if the
4852 stream is a gnutls stream.
4853 (send_process): Ditto for writes.
4854
4855 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
4856 or write anything until the state is GNUTLS_STAGE_READY.
4857 (Fgnutls_boot): Mark the stream as being a gnutls stream.
4858
d585695f
EZ
48592010-09-29 Eli Zaretskii <eliz@gnu.org>
4860
af7ef32d
EZ
4861 * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to
4862 NEUTRAL_DIR.
4863 (handle_invisible_prop, iterate_out_of_display_property)
4864 (next_element_from_buffer): If bidi_it.first_elt is set, call
4865 bidi_paragraph_init with NO_DEFAULT_P argument non-zero.
4866 (Bug#7128)
4867
d585695f
EZ
4868 * print.c (print_object): Fix format string and argument types for
4869 printing a Lisp_Misc_Marker.
4870
4871 * xdisp.c (pos_visible_p, c_string_pos, number_of_chars)
4872 (load_overlay_strings, get_overlay_strings_1)
4873 (get_overlay_strings, forward_to_next_line_start)
4874 (back_to_previous_visible_line_start, reseat, reseat_to_string)
4875 (get_next_display_element, next_element_from_string)
4876 (next_element_from_c_string, next_element_from_buffer)
4877 (move_it_vertically_backward, move_it_by_lines, add_to_log)
4878 (message_dolog, message_log_check_duplicate, message2_nolog)
4879 (message3, message3_nolog, vmessage, set_message, set_message_1)
4880 (hscroll_window_tree, text_outside_line_unchanged_p)
4881 (set_cursor_from_row, set_vertical_scroll_bar, redisplay_window)
4882 (find_last_unchanged_at_beg_row)
4883 (find_first_unchanged_at_end_row, row_containing_pos)
4884 (trailing_whitespace_p, display_mode_element, decode_mode_spec)
bba3e508
SM
4885 (display_count_lines, x_produce_glyphs, note_mouse_highlight):
4886 Use EMACS_INT for buffer and string positions.
d585695f
EZ
4887
4888 * dispextern.h (struct it) <string_nchars>: Declare EMACS_INT.
4889 (row_containing_pos): Adjust prototype.
4890
4891 * lisp.h (pos_visible_p, message2, message2_nolog, message3)
4892 (message2_nolog, set_message): Adjust prototypes.
4893
a6f3211f
SM
48942010-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4895
4896 * gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
4897 (Fgnutls_boot): Use SDATA.
4898 (Fgnutls_handshake): Remove unused var `max_log_level'.
4899
e0720500
MA
49002010-09-27 Michael Albinus <michael.albinus@gmx.de>
4901
11a5af7c 4902 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
e0720500
MA
4903 (Bug#7113)
4904
d8a4b27a
J
49052010-09-27 Jan Djärv <jan.h.d@swipnet.se>
4906
42d3022b
J
4907 * xgselect.c (xg_select): Clear file descriptors not set from
4908 rfds and wfds.
4909
d8a4b27a
J
4910 * process.c (wait_reading_process_output): Add missing FD_CLR
4911 for write_mask (must mirror connect_wait_mask).
4912
8ed70bf3
LMI
49132010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
4914
4915 * gnutls.c (gnutls_log_function): Show level and "gnutls.c"
4916 prefix.
4917 (Fgnutls_boot): Use changed process members. Use log level with a
4918 function parameter to set it. Bring back Emacs-level debugging
4919 messages at log level 1 and 2.
4920
4921 * process.c (make_process): Initialize gnutls_log_level.
4922
4923 * process.h: Add gnutls_log_level and rename x509_cred and
4924 anon_cred to have the gnutls_ prefix for consistency.
4925
4926 * gnutls.h (GNUTLS_LOG): Add convenience macro.
4927
bedf4aab
JB
49282010-09-27 Juanma Barranquero <lekktu@gmail.com>
4929
4930 * w32.c (g_b_init_get_sid_identifier_authority)
4931 (GetSidIdentifierAuthority_Proc, get_sid_identifier_authority):
4932 Remove, not used.
4933 (globals_of_w32): Don't set g_b_init_get_sid_identifier_authority.
4934 (init_winsock): Remove useless assignment.
4935 (open_process_token, get_token_information, lookup_account_sid)
4936 (get_sid_sub_authority, get_sid_sub_authority_count, get_file_security)
4937 (get_security_descriptor_owner, get_security_descriptor_group)
4938 (is_valid_sid, equal_sid, get_length_sid, copy_sid)
4939 (get_native_system_info, get_system_times, init_user_info, crlf_to_lf)
4940 (is_unc_volume, GetCachedVolumeInformation, get_volume_info)
4941 (is_fat_volume, open_unc_volume, read_unc_volume, close_unc_volume)
4942 (unc_volume_file_attributes, convert_from_time_t)
4943 (create_toolhelp32_snapshot, process32_first, process32_next)
4944 (open_thread_token, impersonate_self, revert_to_self)
4945 (get_process_memory_info, get_process_working_set_size)
4946 (global_memory_status, global_memory_status_ex, socket_to_fd)
4947 (shutdown_handler): Make static.
4948
08609ffd
MA
49492010-09-27 Michael Albinus <michael.albinus@gmx.de>
4950
4951 * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
4952 (xd_pending_messages): Functions removed.
4953 (xd_read_queued_messages): Add parameters fd, *data, for_read in
4954 order to be compatible with add_read_fd. Determine bus from data,
4955 and call xd_read_message just for this bus.
4956 (xd_add_watch): Use xd_read_queued_messages as callback function.
4957 Add data.
4958
4959 * lisp.h (xd_pending_messages, xd_read_queued_messages): Remove.
4960
d2e9d0bb
LMI
49612010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4962
ef1b0ba7 4963 * gnutls.c (gnutls_log_function): Add more debugging.
ec9f09be 4964 (emacs_gnutls_read): Don't infloop while reading.
d2e9d0bb 4965
4be9765d
KH
49662010-09-27 Kenichi Handa <handa@m17n.org>
4967
4968 These changes are to remove restriction on the number of glyphs in
4969 one composition.
4970
4971 * dispextern.h (struct glyph): Change the member "slice" to union.
4972 Remove u.cmp.from and u.cmp.to. Give more bits to u.cmp.id.
bba3e508 4973 (GLYPH_SLICE_EQUAL_P): Adjust for the above change.
4be9765d
KH
4974
4975 * dispnew.c (buffer_posn_from_coords): Use glyph->slice.img
4976 instead of glyph->slice.
4977 (marginal_area_string): Likewise.
4978
4979 * term.c (encode_terminal_code): Use glyph->slice.cmp instead of
4980 glyph->u.cmp.
4981 (append_composite_glyph): Likewise.
4982
4983 * xdisp.c (dump_glyph): Use glyph->slice.cmp instead of
4984 glyph->u.cmp.
4985 (fill_gstring_glyph_string, x_get_glyph_overhangs)
4986 (append_composite_glyph): Likewise.
4987 (fill_image_glyph_string): Use glyph->slice.img instead of
4988 glyph->slice.
4989 (append_glyph, produce_image_glyph, append_stretch_glyph)
4990 (note_mouse_highlight): Likewise.
4991
3fad2ad2
J
49922010-09-26 Jan Djärv <jan.h.d@swipnet.se>
4993
bf05eed6
J
4994 * process.c (add_keyboard_wait_descriptor)
4995 (delete_keyboard_wait_descriptor): Reinstate ifdef subprocesses.
82d6e50b
J
4996 (wait_reading_process_output): Don't pass write_mask to select
4997 if SELECT_CANT_DO_WRITE_MASK is defined.
4998 (SELECT_CANT_DO_WRITE_MASK): Define if SELECT_CANT_DO_WRITE_MASK.
bf05eed6 4999
3fad2ad2
J
5000 * process.h (add_read_fd, delete_read_fd, add_write_fd)
5001 (delete_write_fd): Declare.
5002
5003 * process.c (gpm_wait_mask, max_gpm_desc): Remove.
5004 (write_mask): New variable.
ef1b0ba7 5005 (max_input_desc): Rename from max_keyboard_desc.
3fad2ad2 5006 (fd_callback_info): New variable.
70e31436
JB
5007 (add_read_fd, delete_read_fd, add_write_fd, delete_write_fd):
5008 New functions.
3fad2ad2
J
5009 (Fmake_network_process): FD_SET write_mask.
5010 (deactivate_process): FD_CLR write_mask.
5011 (wait_reading_process_output): Connecting renamed to Writeok.
70e31436
JB
5012 check_connect removed. check_write is new. Remove references to gpm.
5013 Use Writeok/check_write unconditionally (i.e. no #ifdef
3fad2ad2
J
5014 NON_BLOCKING_CONNECT) instead of Connecting.
5015 Loop over file descriptors and call callbacks in fd_callback_info
5016 if file descriptor is ready for I/O.
5017 (add_gpm_wait_descriptor): Just call add_keyboard_wait_descriptor.
5018 (delete_gpm_wait_descriptor): Just call delete_keyboard_wait_descriptor.
5019 (keyboard_bit_set): Use max_input_desc.
70e31436
JB
5020 (add_keyboard_wait_descriptor, delete_keyboard_wait_descriptor):
5021 Remove #ifdef subprocesses. Use max_input_desc.
3fad2ad2
J
5022 (init_process): Initialize write_mask and fd_callback_info.
5023
5024 * keyboard.c (readable_events, gobble_input): Remove DBUS code.
5025
5026 * dbusbind.c: Include process.h.
5027 (dbus_fd_cb, xd_find_watch_fd, xd_toggle_watch)
5028 (xd_read_message_1): New functions.
70e31436
JB
5029 (xd_add_watch, xd_remove_watch): Call xd_find_watch_fd.
5030 Handle watch for both read and write.
3fad2ad2
J
5031 (Fdbus_init_bus): Also register xd_toggle_watch.
5032 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
5033 (Fdbus_method_error_internal, Fdbus_send_signal): Remove call
5034 to dbus_connection_flush.
70e31436 5035 (xd_read_message): Move most of the code to xd_read_message_1.
3fad2ad2
J
5036 Call xd_read_message_1 until status is COMPLETE.
5037
dce4c2ac
DN
50382010-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5039
5040 * term.c: Do not include sys/ioctl.h, not needed.
70e31436
JB
5041 (init_tty): Reorder code to reduce the number of #ifdefs.
5042 No code changes.
dce4c2ac 5043
8af55556
TZ
50442010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
5045
5046 * process.h: Set up GnuTLS support.
5047
5048 * process.c (make_process, Fstart_process)
5049 (read_process_output, send_process): Set up GnuTLS support for
5050 process input/output file descriptors.
5051
5052 * gnutls.h: The GnuTLS glue for Emacs, macros and enums.
5053
5054 * gnutls.c: The source code for GnuTLS support in Emacs.
5055
5056 * emacs.c: Set up GnuTLS support and call syms_of_gnutls.
5057
5058 * config.in: Set up GnuTLS support.
5059
5060 * Makefile.in (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS, ALL_CFLAGS)
5061 (obj, LIBES): Set up GnuTLS support.
5062
83e245c4
JB
50632010-09-26 Juanma Barranquero <lekktu@gmail.com>
5064
5065 * w32.c (get_emacs_configuration_options): Fix previous change.
5066
d24ec09a
CY
50672010-09-25 Chong Yidong <cyd@stupidchicken.com>
5068
5069 * insdel.c (prepare_to_modify_buffer): Ensure the mark marker is
5070 alive before using it (Bug#6977).
5071
b7bdc47c
LMI
50722010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5073
a952d5f3
LMI
5074 * xdisp.c (face_before_or_after_it_pos): EMACS_INT/int fixup.
5075
5076 * dispextern.h: EMACS_INT/int fixup.
5077
5078 * xdisp.c (string_pos_nchars_ahead, init_iterator): EMACS_INT/int
5079 fixup.
5080
b7bdc47c
LMI
5081 * xrdb.c (magic_file_p): EMACS_INT/int fixup.
5082
41118bd3
EZ
50832010-09-25 Eli Zaretskii <eliz@gnu.org>
5084
2452438f
EZ
5085 * window.c (Fpos_visible_in_window_p, Fdelete_other_windows)
5086 (Fselect_window, window_scroll_pixel_based)
5087 (window_scroll_line_based, Frecenter, Fset_window_configuration):
5088 Use EMACS_INT for buffer positions.
5089
5090 * textprop.c (validate_interval_range, interval_of)
5091 (property_change_between_p, Fadd_text_properties)
5092 (set_text_properties_1, Fremove_text_properties)
5093 (Fremove_list_of_text_properties, Ftext_property_any)
5094 (Ftext_property_not_all, copy_text_properties)
5095 (text_property_list, extend_property_ranges)
5096 (verify_interval_modification): Use EMACS_INT for buffer
5097 positions.
5098
f877c546
EZ
5099 * term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT
5100 for buffer positions.
5101
5102 * process.c (read_process_output, send_process)
5103 (Fprocess_send_region, status_notify): Use EMACS_INT for buffer
5104 and string positions and size.
5105
da43f021
EZ
5106 * print.c (print_object, print_string, strout): Use EMACS_INT for
5107 string indices.
5108
5109 * minibuf.c (string_to_object): Use EMACS_INT for string position
5110 and size.
5111
5112 * marker.c (verify_bytepos): Use EMACS_INT for buffer positions.
5113
5114 * lread.c <read_from_string_index, read_from_string_index_byte>
5115 <read_from_string_limit, readchar_count>: Define EMACS_INT.
5116 (readchar, unreadchar, read_internal_start): Use EMACS_INT for
5117 buffer positions and string length.
5118
41118bd3
EZ
5119 * keyboard.c <last_point_position, last_non_minibuf_size>: Declare
5120 EMACS_INT.
5121 (echo_truncate, adjust_point_for_property, read_char)
5122 (gen_help_event, make_lispy_event, modify_event_symbol)
5123 (Fexecute_extended_command, stuff_buffered_input): Use EMACS_INT
5124 for buffer positions and string length.
5125
5126 * keyboard.h (gen_help_event): Adjust prototype.
5127
5128 * termhooks.h <struct input_event>: Make `code' member EMACS_INT.
5129
5130 * commands.h <last_point_position>: Declare EMACS_INT.
5131
5132 * xdisp.c <help_echo_pos>: Define as EMACS_INT.
5133 (truncate_echo_area): Accept EMACS_INT argument.
5134
5135 * dispextern.h <help_echo_pos>: Declare EMACS_INT.
5136
5137 * lisp.h (truncate_echo_area): Adjust prototype.
5138
5139 * composite.c (composition_adjust_point): Return EMACS_INT.
5140
5141 * composite.h (composition_adjust_point): Adjust prototype.
5142
ba3033ee
JB
51432010-09-25 Juanma Barranquero <lekktu@gmail.com>
5144
5145 * process.c (Fmake_network_process): When arg :host is 'local,
5146 use address 127.0.0.1, not name "localhost". (Bug#6781)
5147
4f3a2f8d
EZ
51482010-09-24 Eli Zaretskii <eliz@gnu.org>
5149
5816888b
EZ
5150 * indent.c (Fcurrent_indentation, indented_beyond_p)
5151 (compute_motion): Use EMACS_INT for buffer position variables.
5152
5153 * lisp.h (indented_beyond_p): Adjust prototype.
5154
5155 * buffer.c (overlay_strings): Return EMACS_INT.
5156
5157 * buffer.h (overlay_strings): Adjust prototype.
5158
5159 * region-cache.c (pp_cache): Adjust format to arguments.
5160
5161 * eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
5162 (call_debugger): Use EMACS_INT for specpdl_size related variables.
5163 (verror): Use EMACS_INT for size of allocated buffer.
5164
ace1712c
EZ
5165 * keyboard.c (make_lispy_position): Use EMACS_INT for buffer
5166 positions.
5167
5168 * xdisp.c (redisplay_internal, try_window_id)
bba3e508
SM
5169 (set_cursor_from_row, find_first_unchanged_at_end_row):
5170 Use EMACS_INT for buffer positions.
ace1712c 5171
f5276b75 5172 * dispextern.h (set_cursor_from_row): Adjust prototype.
ace1712c
EZ
5173
5174 * dispnew.c (increment_matrix_positions)
5175 (increment_row_positions, copy_glyph_row_contents)
5176 (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
5177 positions.
5178
5179 * dispextern.h (mode_line_string, marginal_area_string)
bba3e508
SM
5180 (increment_matrix_positions, increment_row_positions):
5181 Adjust prototypes.
ace1712c
EZ
5182
5183 * data.c (Faref, Faset): Use EMACS_INT for string length and
5184 positions.
5185
5186 * cmds.c (internal_self_insert): Use EMACS_INT for the count of
5187 characters to insert.
5188
5189 * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
5190 position and size.
5191
4f3a2f8d
EZ
5192 * syntax.c (scan_words, update_syntax_table)
5193 (prev_char_comend_first, back_comment, skip_chars)
bba3e508
SM
5194 (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars):
5195 Use EMACS_INT for buffer and string positions.
4f3a2f8d
EZ
5196
5197 * syntax.h (scan_words, update_syntax_table): Adjust prototypes.
5198
5199 * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
5200 positions.
5201
db063399
LMI
52022010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5203
f0812d35
LMI
5204 * scroll.c (calculate_scrolling, line_ins_del)
5205 (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int
5206 conversion.
5207
f5c7fc27
LMI
5208 * region-cache.c (move_cache_gap, set_cache_region, pp_cache)
5209 (region_cache_backward, region_cache_forward)
5210 (revalidate_region_cache, set_cache_region): FIX EMACS_INT/int
5211 conversion.
5212
db063399
LMI
5213 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
5214
5215 * eval.c (verror): Fix EMACS_INT/int conversion.
5216
07914cd0 5217 * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
db063399
LMI
5218 (print_preprocess, print_check_string_charset_prop)
5219 (print_object): Fix EMACS_INT/int conversion.
5220
5221 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
5222
e6d4aefa
EZ
52232010-09-24 Eli Zaretskii <eliz@gnu.org>
5224
69481da7
EZ
5225 * callproc.c (Fcall_process): Use EMACS_INT for count of
5226 characters read from the subprocess.
5227
61bfec98
EZ
5228 * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
5229 positions.
5230 (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
5231 positions.
5232
145582a0
EZ
5233 * buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
5234 (struct sortstrlist, overlay_str_len): Use EMACS_INT for string
5235 length.
5236 (advance_to_char_boundary, Fset_buffer_multibyte)
5237 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
5238 (overlay_touches_p, record_overlay_string, overlay_strings)
5239 (recenter_overlay_lists, fix_start_end_in_overlays)
5240 (modify_overlay, Fmove_overlay, report_overlay_modification)
5241 (evaporate_overlays): Use EMACS_INT for buffer positions.
5242
bba3e508
SM
5243 * lisp.h (fix_start_end_in_overlays, overlay_touches_p):
5244 Adjust prototypes.
145582a0 5245
446470a9
EZ
5246 * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
5247 positions.
5248
e6d4aefa
EZ
5249 * fns.c (Fcompare_strings, Fstring_lessp, concat)
5250 (string_make_unibyte, Fstring_as_unibyte, Fsubstring)
5251 (Fsubstring_no_properties, substring_both, Ffillarray)
5252 (Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
5253 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
5254 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
5255 (Fmd5): Use EMACS_INT for buffer and string positions and length
5256 variables and arguments.
5257
5258 * lisp.h (substring_both): Adjust prototype.
5259
eb652396
JB
52602010-09-24 Juanma Barranquero <lekktu@gmail.com>
5261
5262 Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
5263 * w32fns.c (clipboard_sequence_fn): Don't declare.
5264 (globals_of_w32fns): Don't initialize it.
5265
266a86bd 52662010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
fbb3da77
SM
5267
5268 * syntax.c (back_comment): Detect the case where a 1-char comment
5269 starter is also the 2nd char of a 2-char comment ender.
5270
266a86bd 52712010-09-23 Jan Djärv <jan.h.d@swipnet.se>
2b5b82db
J
5272
5273 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
5274
40283062
LMI
52752010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5276
db063399
LMI
5277 * eval.c (verror): EMACS_INT/int cleanup.
5278
faf8b5bc
LMI
5279 * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
5280 unwind_protect more than 2GB worth of functions.
5281
5282 * editfns.c (Finsert_char): EMACS_INT/int cleanup.
5283
40283062
LMI
5284 * lisp.h: Have oblookup take EMACS_INT to allow interning big
5285 string and avoid compiler warnings.
5286 (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
5287 all users.
5288
5289 * lread.c (oblookup): EMACS_INT/int cleanup.
5290
5291 * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup.
5292
fe3537c3
EZ
52932010-09-23 Eli Zaretskii <eliz@gnu.org>
5294
5295 * editfns.c (clip_to_bounds): Return an EMACS_INT value.
5296
5297 * lisp.h (clip_to_bounds): Adjust prototype.
5298
5299 * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
5300
0350982f
LMI
53012010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5302
84c9ce05
LMI
5303 * lisp.h: doprnt.c EMACS_INT/int cleanup.
5304
5305 * doprnt.c (doprnt): EMACS_INT/int cleanup.
5306
5307 * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int
5308 cleanup.
5309
0350982f
LMI
5310 * lisp.h: Change the definition of all marker.c functions that
5311 take and return buffer stuff to be EMACS_INT instead of int.
5312
5313 * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both)
5314 (buf_charpos_to_bytepos, bytepos_to_charpos)
5315 (buf_bytepos_to_charpos, Fbuffer_has_markers_at)
5316 (set_marker_restricted, set_marker_both): Convert int to EMACS_INT
5317 for all buffer positions.
5318
c50bd0d2
CY
53192010-09-23 Chong Yidong <cyd@stupidchicken.com>
5320
5321 * intervals.c (traverse_intervals, rotate_right, rotate_left)
5322 (split_interval_right, find_interval, next_interval)
5323 (delete_node, delete_interval, interval_deletion_adjustment)
5324 (adjust_intervals_for_deletion, merge_interval_right)
5325 (merge_interval_left, graft_intervals_into_buffer)
5326 (copy_intervals): Convert EMACS_UINTs to EMACS_INT.
5327
5328 * intervals.h (traverse_intervals): Update prototype.
5329
14162469
EZ
53302010-09-23 Eli Zaretskii <eliz@gnu.org>
5331
c098fdb8
EZ
5332 * indent.c (compute_motion): Use EMACS_INT for arguments to
5333 region_cache_forward.
5334
bba3e508
SM
5335 * region-cache.c (struct boundary, struct region_cache):
5336 Use EMACS_INT for positions.
c098fdb8
EZ
5337 (find_cache_boundary, move_cache_gap, insert_cache_boundary)
5338 (delete_cache_boundaries, set_cache_region)
5339 (invalidate_region_cache, know_region_cache)
bba3e508
SM
5340 (region_cache_forward, region_cache_backward, pp_cache):
5341 Use EMACS_INT for buffer positions.
c098fdb8
EZ
5342
5343 * region-cache.h (know_region_cache, invalidate_region_cache)
5344 (region_cache_forward, region_cache_backward): Adjust prototypes.
5345
5346 * search.c (string_match_1, fast_c_string_match_ignore_case)
5347 (looking_at_1, scan_buffer, scan_newline)
5348 (find_next_newline_no_quit, find_before_next_newline)
5349 (search_command, trivial_regexp_p, search_buffer, simple_search)
5350 (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
5351 and string positions and length.
5352
caefdbe7
EZ
5353 * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
5354 (find_before_next_newline): Adjust prototypes.
c098fdb8 5355
29cdc13e
EZ
5356 * editfns.c (transpose_markers, update_buffer_properties)
5357 (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
5358 (get_pos_property, Fconstrain_to_field)
5359 (Fline_beginning_position, Fline_end_position, Fprevious_char)
5360 (Fchar_after, Fchar_before, Finsert_char)
5361 (Finsert_buffer_substring, Fcompare_buffer_substrings)
bba3e508
SM
5362 (Fsubst_char_in_region, Fformat, Ftranspose_regions):
5363 Use EMACS_INT for buffer and string position variables.
c098fdb8 5364 (Finsert_char): Protect against too large insertions.
29cdc13e
EZ
5365
5366 * lisp.h (clip_to_bounds): Adjust prototype.
5367
e79123aa
EZ
5368 * intervals.c (traverse_intervals, rotate_right, rotate_left)
5369 (balance_an_interval, split_interval_right, split_interval_left)
5370 (find_interval, next_interval, update_interval)
5371 (adjust_intervals_for_insertion, delete_node, delete_interval)
5372 (interval_deletion_adjustment, adjust_intervals_for_deletion)
5373 (offset_intervals, merge_interval_right, merge_interval_left)
5374 (graft_intervals_into_buffer, adjust_for_invis_intang)
5375 (move_if_not_intangible, get_local_map, copy_intervals)
5376 (copy_intervals_to_string, compare_string_intervals)
5377 (set_intervals_multibyte_1): Use EMACS_INT for buffer positions
6e48267a 5378 and for interval tree size.
e79123aa
EZ
5379
5380 * intervals.h (traverse_intervals, split_interval_right)
5381 (split_interval_left, find_interval, offset_intervals)
5382 (graft_intervals_into_buffer, copy_intervals)
5383 (copy_intervals_to_string, move_if_not_intangible, get_local_map)
5384 (update_interval): Adjust prototypes.
5385
579c18d0
EZ
5386 * xdisp.c (check_point_in_composition, reconsider_clip_changes):
5387 Use EMACS_INT for buffer position variables and arguments.
5388
5389 * composite.c (get_composition_id, find_composition)
5390 (run_composition_function, compose_text)
5391 (composition_gstring_width, autocmp_chars)
5392 (composition_update_it, Ffind_composition_internal): Use EMACS_INT
5393 for buffer positions and string length variables and arguments.
5394
5395 * composite.h (get_composition_id, find_composition, compose_text)
5396 (composition_gstring_width): Adjust prototypes.
5397
5398 * editfns.c (Fformat): Use EMACS_INT for string size variables.
5399
bba3e508
SM
5400 * xdisp.c (store_mode_line_noprop, display_mode_element):
5401 Use EMACS_INT for string positions.
579c18d0
EZ
5402
5403 * intervals.c (get_property_and_range): Use EMACS_INT for buffer
5404 position arguments.
5405
5406 * intervals.h (get_property_and_range): Adjust prototype.
14162469
EZ
5407
5408 * character.c (parse_str_as_multibyte, str_as_multibyte)
5409 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
579c18d0 5410 (string_count_byte8, string_escape_byte8, c_string_width)
bba3e508
SM
5411 (strwidth, lisp_string_width, multibyte_chars_in_text):
5412 Use EMACS_INT for string length variables and arguments.
14162469
EZ
5413
5414 * character.h (parse_str_as_multibyte, str_as_multibyte)
579c18d0 5415 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
bba3e508
SM
5416 (c_string_width, strwidth, lisp_string_width):
5417 Adjust prototypes.
14162469 5418
579c18d0
EZ
5419 * font.c (font_intern_prop): Use EMACS_INT for string length
5420 variables.
5421
5422 * font.c (font_intern_prop): Use EMACS_INT for string length
5423 variables.
5424
14162469
EZ
5425 * fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
5426 variables.
5427
5428 * alloc.c <total_string_size>: Declare as EMACS_INT, not int.
5429 (Fmake_string): Protect against too large strings.
5430 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
5431 (live_misc_p): Use ptrdiff_t instead of int for pointer
5432 differences.
5433 (string_bytes, check_sblock, check_string_free_list)
5434 (allocate_string_data, compact_small_strings, Fmake_string)
5435 (Fmake_bool_vector, make_string, make_unibyte_string)
5436 (make_multibyte_string, make_string_from_bytes)
bba3e508
SM
5437 (make_specified_string_string, Fmake_list, Fmake_vector):
5438 Use EMACS_INT for string length variables and arguments.
14162469
EZ
5439 (find_string_data_in_pure, make_pure_string, make_pure_c_string)
5440 (Fpurecopy): Use EMACS_INT for string size.
5441 (mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
5442 for vector size.
5443
5444 * lisp.h (make_string, make_unibyte_string, make_multibyte_string)
5445 (make_string_from_bytes, make_specified_string_string)
579c18d0
EZ
5446 (make_pure_string, string_bytes, check_point_in_composition):
5447 Adjust prototypes.
14162469 5448
c8a66ab8
EZ
54492010-09-22 Eli Zaretskii <eliz@gnu.org>
5450
5451 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
5452 (check_translation): Use EMACS_INT for buffer positions and
5453 length.
5454
5455 * undo.c (record_marker_adjustment, record_delete)
5456 (record_change, record_point, record_insert)
5457 (record_property_change, Fprimitive_undo): Use EMACS_INT for
5458 buffer positions.
5459
5460 * lisp.h (record_marker_adjustment, record_delete)
5461 (record_change, record_point, record_insert)
5462 (record_property_change, Fprimitive_undo): Adjust prototypes.
5463
38c54d9d
JB
54642010-09-22 Juanma Barranquero <lekktu@gmail.com>
5465 Eli Zaretskii <eliz@gnu.org>
5466
5467 * w32.c (get_emacs_configuration_options): Fix buffer overrun.
5468
413d18e7
EZ
54692010-09-22 Eli Zaretskii <eliz@gnu.org>
5470
5471 * minibuf.c (Fminibuffer_contents)
5472 (Fminibuffer_contents_no_properties)
5473 (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
5474 positions.
5475
5476 * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
5477 mark.
5478
5479 * alloc.c (make_uninit_string, make_uninit_multibyte_string)
5480 (allocate_string_data): Accept EMACS_INT for string length.
5481
5482 * editfns.c (Ffield_string, Ffield_string_no_properties)
5483 (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
5484 (Fbuffer_substring_no_properties, find_field, Fdelete_field)
5485 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
5486 (Ffield_end): Use EMACS_INT for buffer positions.
5487
5488 * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
5489 point with mark.
5490
5491 * lisp.h (allocate_string_data, make_uninit_string)
5492 (make_uninit_multibyte_string, make_buffer_string)
5493 (make_buffer_string_both): Adjust prototypes.
5494
4b9832a6
CY
54952010-09-22 Chong Yidong <cyd@stupidchicken.com>
5496
5497 * xml.c: Switch to GNU indentation.
5498 (make_dom): Change parse tree format to match xml.el.
5499 (Fxml_parse_html_string_internal): Rename from html-parse-string.
5500 (Fxml_parse_string_internal): Rename from xml-parse-string.
5501
86282aab
KH
55022010-09-22 Kenichi Handa <handa@m17n.org>
5503
5504 * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
5505 only if we are not at a composition.
5506 (set_iterator_to_next): Give it->end_charpos to
5507 composition_compute_stop_pos.
5508 (set_iterator_to_next, next_element_from_buffer): Likewise.
5509
5510 * dispnew.c (buffer_posn_from_coords): Fix position when the
5511 current display element is a grapheme cluster in bidi-reordered
5512 region.
5513
840b985a
AR
55142010-09-21 Ari Roponen <ari.roponen@gmail.com> (tiny change)
5515
5516 * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
5517 the regions may overlap.
5518
5bc88f4b
JB
55192010-09-21 Juanma Barranquero <lekktu@gmail.com>
5520
5521 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
5522
92bc9a36
DN
55232010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5524
d19e096e
DN
5525 * emacs.c: Do not include sys/ioctl.h, not needed.
5526
92bc9a36
DN
5527 * doprnt.c: Do not include stdlib.h, config.h does it.
5528 Move #include before macro definition.
5529
15f844ac
DN
55302010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5531
48e24408
DN
5532 * Makefile.in (temacs): Link using $(CC) not $(LD).
5533 (LD_FIRSTFLAG): Define using autoconf.
5534 (LD): Remove.
5535
65539506
DN
5536 Remove HAVE_TERMIOS definitions.
5537 * s/usg5-4-common.h (HAVE_TERMIOS):
5538 * s/template.h (HAVE_TERMIOS):
5539 * s/gnu-linux.h (HAVE_TERMIOS):
5540 * s/darwin.h (HAVE_TERMIOS):
5541 * s/cygwin.h (HAVE_TERMIOS):
5542 * s/bsd-common.h (HAVE_TERMIOS):
5543 * s/aix4-2.h (HAVE_TERMIOS):
5544 * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
5545 defined on all non-MS platforms.
5546 (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
5547
15f844ac
DN
5548 * xterm.c (xt_action_hook): Use const.
5549
7d701334
JB
55502010-09-20 Juanma Barranquero <lekktu@gmail.com>
5551
5552 Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
5553 * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
5554 (gethostname) [!HAVE_SOCKETS]: Remove.
5555 (SOCK_REPLACE_HANDLE): Remove macro.
5556 (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
5557 (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
5558 * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
5559 (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
5560
f3ec267a
EZ
55612010-09-18 Eli Zaretskii <eliz@gnu.org>
5562
5563 * deps.mk (xml.o): Add dependencies.
5564
93acd23d
JB
5565 * xdisp.c (Fcurrent_bidi_paragraph_direction):
5566 Call bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
bea4f10c
EZ
5567
5568 * bidi.c (bidi_paragraph_init): Accept an additional argument
5569 NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero,
5570 search back until a paragraph with a strong directional character
5571 is found, and use that to determine paragraph's base direction.
5572
5573 * dispextern.h (bidi_paragraph_init): Update prototype.
5574
69e847be
EZ
55752010-09-17 Eli Zaretskii <eliz@gnu.org>
5576
5577 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
5578 of w32api >= 3.15. (Bug#6989)
5579
283357a7
LMI
55802010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5581
5582 * process.c (wait_reading_process_output): Don't message about
5583 accept-process-output unless the time limit really is zero.
5584
4ddb20d6
SM
55852010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5586
5587 * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
5588 int/Lisp_Object mixup).
5589
e24ad6dd
J
55902010-09-17 Jan Djärv <jan.h.d@swipnet.se>
5591
5592 * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
5593 not HELP.
5594
fb0cf781
J
55952010-09-17 Stephen Berman <stephen.berman@gmx.net>
5596
5597 * frame.c (Ftool_bar_pixel_width): New function to expose tool
5598 bar's pixel width to Lisp (Bug#7048).
5599
4ddb20d6
SM
56002010-09-14 Juanma Barranquero <lekktu@gmail.com>
5601
5602 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
fb0cf781 5603
318a04c6
J
56042010-09-17 Jan Djärv <jan.h.d@swipnet.se>
5605
5606 * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
5607 with argument top/left if tool bar is vertical/horizontal (Bug#7051).
5608
78a21772
KH
56092010-09-17 Kenichi Handa <handa@m17n.org>
5610
5611 * ftfont.c (ftfont_check_otf): Fix previous change.
5612
fa3f6039
KH
56132010-09-14 Kenichi Handa <handa@m17n.org>
5614
5615 * ftfont.c (ftfont_check_otf): Fix the case of checking just
5616 existence of GSUB or GPOS.
5617
2b5491fa
JB
56182010-09-14 Juanma Barranquero <lekktu@gmail.com>
5619
5620 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
5621
c97c655f
LMI
56222010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5623
ef1b0ba7 5624 * xml.c (parse_buffer): Rename to parse_string(), since that's
c97c655f
LMI
5625 what it does.
5626 (parse_string): Return nil when the document can't be parsed.
5627
6664fc59 56282010-09-14 Jan Djärv <jan.h.d@swipnet.se>
5f61a25c
J
5629
5630 * xterm.c (get_current_vm_state): New function.
5631 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
5632 want_fullscreen so set_wm_state calls are few (Bug#7013).
5633 (x_handle_net_wm_state): Move code to get_current_vm_state and
5634 call that function.
5635
6664fc59 56362010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
65b3d997
A
5637
5638 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
5639
6664fc59 56402010-09-14 Kenichi Handa <handa@m17n.org>
a552b35a
KH
5641
5642 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
5643 we may use designation or locking-shift.
5644
6664fc59 56452010-09-14 Kenichi Handa <handa@m17n.org>
396475b7
KH
5646
5647 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
5648 sequence when the source is multibyte.
5649
1da70e99
AS
56502010-09-14 Andreas Schwab <schwab@linux-m68k.org>
5651
6664fc59
JB
5652 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
5653 Don't make first argument optional. Doc fix.
1da70e99 5654
26632d8d
LMI
56552010-09-14 Leo <sdl.web@gmail.com> (tiny change)
5656
5657 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
5658 parameters for the doc string.
5659
21fa8e37
LMI
56602010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5661
5662 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
5663
5616cc54
SM
56642010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5665
5666 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
5667 (syms_of_fns): Don't defsubr Sy_or_n_p.
5668 * lisp.h: Don't declare Fy_or_n_p.
5669 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
5670
381408e2
LMI
56712010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5672
5673 * xml.c (Fxml_parse_buffer): New function to parse XML files.
5674
56752010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5676
5677 * xml.c: New file.
5678 (Fhtml_parse_buffer): New function to interface to the libxml2
5679 html parsing function.
5680
733946e7
JB
56812010-09-05 Juanma Barranquero <lekktu@gmail.com>
5682
5683 * biditype.h: Regenerate.
5684
7574650a
AS
56852010-09-04 Andreas Schwab <schwab@linux-m68k.org>
5686
5687 * nsimage.m (ns_load_image): Check argument types.
5688
5689 * image.c: Remove all uses of gcpro.
5690 (xpm_load): Check all lisp types.
5691 (pbm_load): Likewise.
5692 (png_load): Likewise.
5693 (jpeg_load): Likewise.
5694 (tiff_load): Likewise.
5695 (gif_load): Likewise.
5696 (imagemagick_load_image): Likewise.
5697 (imagemagick_load): Likewise.
5698 (svg_load): Likewise.
5699 (gs_load): Likewise.
5700
6e6b8e25
EZ
57012010-09-04 Eli Zaretskii <eliz@gnu.org>
5702
bba3e508
SM
5703 * w32uniscribe.c (uniscribe_shape): Update commentary.
5704 Don't try to reorder grapheme clusters, since LGSTRING should always
6e6b8e25
EZ
5705 hold them in the logical order.
5706 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
5707 return glyph codes in the logical order.
5708
dbfe4532
AS
57092010-09-04 Andreas Schwab <schwab@linux-m68k.org>
5710
5711 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
b7d187f8 5712 (imagemagick_load_image): Fix type mismatch.
5e5992c2 5713 (Fimagemagick_types): Likewise. Doc fix.
dbfe4532 5714
6d7cc563
JD
57152010-09-02 Jan Djärv <jan.h.d@swipnet.se>
5716
5717 * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
5718
5719 * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
5720
5721 * xselect.c: Remove declaration of cut-buffer objects and functions.
5722 (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
5723 (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
5724 (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
5725 (Fx_rotate_cut_buffers_internal): Remove.
5726 (syms_of_xselect): Remove defsubr of above.
5727 Remove intern of QCUT_BUFFERn.
5728
8f4e9110
SM
57292010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5730
5731 * cmds.c (Vblink_paren_function): Remove.
5732 (internal_self_insert): Make it insert N chars at a time.
5733 Don't call blink-paren-function.
5734 (Fself_insert_command): Adjust accordingly.
5735 (syms_of_cmds): Don't declare blink-paren-function.
5736
d419e1d9
KH
57372010-08-31 Kenichi Handa <handa@m17n.org>
5738
5739 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
5740 characters.
5741
5742 * term.c (encode_terminal_code): Fix the previous change.
5616cc54
SM
5743 (produce_glyphs): Don't set it->char_to_display here.
5744 Don't handle unibyte-display-via-language-environment here.
d419e1d9
KH
5745 (produce_special_glyphs): Set temp_it.char_to_display before
5746 calling produce_glyphs.
5747
5748 * xdisp.c (get_next_display_element): Set it->char_to_display
5749 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
5750 characters.
5751 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
5752 calling PRODUCE_GLYPHS.
5753 (append_space_for_newline): Save and store it->char_to_display.
5754 Set it->char_to_display before calling PRODUCE_GLYPHS.
5755 (extend_face_to_end_of_line): Set it->char_to_display before
5756 calling PRODUCE_GLYPHS.
5757 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
5758 character to its byte value.
5759 (get_char_glyph_code): New function.
5760 (produce_stretch_glyph): Set it2.char_to_display too before
5761 calling x_produce_glyphs.
5762 (x_produce_glyphs): Simplify by using the same code for ASCII and
65b3d997
A
5763 non-ASCII characters. Don't set it->char_to_display here.
5764 Don't handle unibyte-display-via-language-environment here. For a
2b5491fa 5765 character of no glyph, use font->space_width instead of FONT_WIDTH.
d419e1d9 5766
b819f760
SM
57672010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5768
5769 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
5770
07fa68a7
CY
57712010-08-31 Chong Yidong <cyd@stupidchicken.com>
5772
5773 * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
5774
cd196f12
SM
57752010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5776
5777 * marker.c (Fcopy_marker): Make the first arg optional.
5778
49a752bb
KH
57792010-08-30 Kenichi Handa <handa@m17n.org>
5780
5781 * composite.c (composition_update_it): Fix computing of
5782 cmp_it->width.
5783
769ae9e1
KH
57842010-08-29 Kenichi Handa <handa@m17n.org>
5785
9e69cb05 5786 * term.c (encode_terminal_code): Encode byte chars to the
5616cc54 5787 corresponding bytes.
9e69cb05 5788
4520b858
J
57892010-08-29 Jan Djärv <jan.h.d@swipnet.se>
5790
5791 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
5792
fe50eb41
KH
57932010-08-26 Kenichi Handa <handa@m17n.org>
5794
5795 * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
5796 on calling composition_compute_stop_pos.
5797
f6aa6ec6
KH
57982010-08-25 Kenichi Handa <handa@m17n.org>
5799
9dfdbc0a
KH
5800 * fontset.c (reorder_font_vector): Prefer a font-spec specifying
5801 :otf.
5802
f6aa6ec6
KH
5803 * composite.c (composition_compute_stop_pos): Don't break
5804 composition at PT.
5805 (composition_reseat_it): Likewise. Fix calculation of character
5806 position starting a composition.
5807 (Fcomposition_get_gstring): Don't limit the number of components
5808 for automatic composition.
5809
ff94e32c
KH
58102010-08-25 Kenichi Handa <handa@m17n.org>
5811
5812 * composite.c (composition_compute_stop_pos): In forward search,
5813 pay attention to the possibility that some character after ENDPOS
5814 will be composed with charactrs before ENDPOS.
5815
1c409d0b
CY
58162010-08-24 Chong Yidong <cyd@stupidchicken.com>
5817
5818 * keyboard.c (command_loop_1): Don't clobber primary selection
5819 during handle-switch-frame (Bug#6872).
5820
0c372655
MA
58212010-08-23 Michael Albinus <michael.albinus@gmx.de>
5822
5823 * dbusbind.c: Accept UNIX domain sockets as bus address.
5824 (Fdbus_close_bus): New function.
5825 (Vdbus_registered_buses): New variable.
5826 (xd_initialize): Implement string as bus address.
5827 (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
5828 (Fdbus_get_unique_name, Fdbus_call_method)
5829 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
5830 (Fdbus_method_error_internal, Fdbus_send_signal)
5831 (Fdbus_register_signal, Fdbus_register_method): Remove bus type
5832 check. This is done in xd_initialize_bus. Adapt doc string, if
5833 necessary.
5834 (xd_pending_messages, xd_read_queued_messages): Loop over buses in
5835 Vdbus_registered_buses.
5836 (Vdbus_registered_objects_table): Create hash.
5837
7133b7ee
JL
58382010-08-22 Juri Linkov <juri@jurta.org>
5839
5840 * keyboard.c (Fexecute_extended_command): Move reading a command name
5841 with `completing-read' to a new Elisp function `read-extended-command'.
5842 Call it to read a command to `function' (bug#5364, bug#5214).
5843
198a7a97
CY
58442010-08-22 Chong Yidong <cyd@stupidchicken.com>
5845
5846 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
5847
b0126eac 58482010-08-22 Andreas Schwab <schwab@linux-m68k.org>
b72e0717
AS
5849
5850 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
5851 instead of SAFE_ALLOCA.
5852
b0126eac 58532010-08-22 Chong Yidong <cyd@stupidchicken.com>
3a7a9129
CY
5854
5855 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
5856 (Bug#6214).
5857
b0126eac 58582010-08-22 Jan Djärv <jan.h.d@swipnet.se>
983b8302
J
5859
5860 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
5861
b0126eac
CY
58622010-08-22 Jan Djärv <jan.h.d@swipnet.se>
5863
5864 * doc.c (Fsnarf_documentation): Initialize skip_file before
5865 build-files test.
5866
692f3ddc 58672010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
b0126eac 5868
692f3ddc
JB
5869 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
5870 New definitions.
b0126eac
CY
5871 (HAVE_TERMIO): Remove.
5872
5f2f0bc1
EZ
58732010-08-22 Eli Zaretskii <eliz@gnu.org>
5874
b613941b
EZ
5875 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
5876
a583bbef
EZ
5877 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
5878 for w32.
5879
5880 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
5881 it's done in nt/config.nt.
5882
5883 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
5884
5f2f0bc1
EZ
5885 * unexcoff.c (report_error, make_hdr, write_segment)
5886 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
5887 Convert argument lists and prototypes to ANSI C.
5888 (make_hdr, write_segment): Remove unused variables.
5889 (unexec): Remove commented-out line. Initialize `new' to shut up
5890 compiler warnings.
5891
a7ebc409
DN
58922010-08-22 Dan Nicolaescu <dann@ics.uci.edu>
5893
5894 Simplify termio code.
5895 All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
5896 HAVE_TERMIO code is obsolete.
5897 Replace HAVE_TERMIOS conditionals with !DOS_NT.
5898 * systty.h: Do not define HAVE_TCATTR.
5899 Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
5900 Do not define EMACS_HAVE_TTY_PGRP. Only define
5901 EMACS_GET_TTY_PGRP for !DOS_NT.
5902 * sysdep.c: Include sysselect.h unconditionally. Do not include
bba3e508
SM
5903 sys/ioctl.h and termios.h, systty.h does it.
5904 Use HAVE_SYS_UTSNAME_H instead of USG as an include guard.
a7ebc409
DN
5905 (init_baud_rate): Remove HAVE_TERMIO code.
5906 (child_setup_tty): Remove HAVE_TERMIO code.
5907 (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
5908 and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
5909 (new_ltchars, new_tchars): Remove, unused.
5910 (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
bba3e508
SM
5911 code. Remove special casing for __mips__, it was a no-op.
5912 Remove HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
a7ebc409
DN
5913 (init_sys_modes): Remove HPUX special case.
5914 * process.c: Include stdlib.h unconditionally. Do not include
5915 fcntl.h, systty.h does it. Remove conditional code for
5916 HAVE_SERIAL, it is always true.
5917 (process_send_signal): Remove HAVE_TERMIOS conditional, it's
5918 always true when SIGNALS_VIA_CHARACTERS is true.
5919 (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
5920 !WINDOWSNT means HAVE_TERMIOS.
5921 (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
5922 conditional, which is true for all HAVE_TERMIOS systems.
5923 * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
5924 instead of HAVE_TERMIOS.
5925 * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
5926 EMACS_HAVE_TTY_PGRP.
5927 * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
5928 non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
5929 anyway.
5930
914f049b 59312010-08-21 Eli Zaretskii <eliz@gnu.org>
40629f17
EZ
5932
5933 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
5934 mirroring pixel positions.
5935
d931da8c
DN
59362010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
5937
b5c76d0c
DN
5938 * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
5939 write only.
5940 (init_alloc_once): Remove writes to malloc_sbrk_unused, and
5941 malloc_sbrk_used, nothing uses them.
5942
74815588
DN
5943 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
5944 defined, unconditionally defined in lisp.h.
5945
f5817d1c
DN
5946 * term.c: Do not include <termios.h>, systty.h does it.
5947
d931da8c
DN
5948 * s/unixware.h (HAVE_TCATTR):
5949 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
5950 systty.h defines it when HAVE_TERMIOS is defined.
5951
ff2de6d2 59522010-08-20 Eli Zaretskii <eliz@gnu.org>
491a1546 5953
b43c883c 5954 * dispnew.c (buffer_posn_from_coords): Fix last change for text
00c53994 5955 terminals: add one-character offset for R2L lines.
b43c883c 5956
491a1546
EZ
5957 * emacs.c <emacs_version>: Add a comment regarding
5958 msdos/mainmake.v2's dependency on the syntax of this declaration.
5959
2396cbba
EZ
59602010-08-20 Eli Zaretskii <eliz@gnu.org>
5961
5962 * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
5963 position for R2L lines by mirroring the pixel position wrt the
5964 text are box. Improve commentary.
5965
7df6150a
AS
59662010-08-20 Andreas Schwab <schwab@linux-m68k.org>
5967
5968 * image.c (imagemagick_clear_image): Remove debugging output.
5969
a2e5caf7
SM
59702010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5971
5972 * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
5973 (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
5974 (internal_self_insert): Run Qpost_self_insert_hook rather than handle
5975 self-insert-face.
5976 (syms_of_cmds): Initialize the new vars.
5977
20d60baf
JR
59782010-08-19 Jason Rumney <jasonr@gnu.org>
5979
cc477da7
JR
5980 * w32menu.c (set_frame_menubar): Remove call to undefined function.
5981
20d60baf
JR
5982 * w32fns.c (w32_wnd_proc): Don't check context before initializing.
5983
2c0ac867
J
59842010-08-19 Jan Djärv <jan.h.d@swipnet.se>
5985
5986 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
5987
93352106
EZ
59882010-08-18 Eli Zaretskii <eliz@gnu.org>
5989
5990 * xterm.c (x_draw_bar_cursor):
5991 * w32term.c (x_draw_bar_cursor): If the character under cursor is
5992 R2L, draw the bar cursor on its right rather than on its left.
5993
c785836d
SM
59942010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
5995
0193499f
SM
5996 * eval.c (Fdefmacro): Only obey one declaration.
5997
c785836d
SM
5998 * casefiddle.c (casify_region): Setup gl_state.
5999
9cb728a5
J
60002010-08-18 Jan Djärv <jan.h.d@swipnet.se>
6001
6002 * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
6003
e1e18511
J
60042010-08-18 Jan Djärv <jan.h.d@swipnet.se>
6005
1d77b63e 6006 * gtkutil.c (update_frame_tool_bar): Literal strings are const char*.
e1e18511 6007
64cb6c78
J
60082010-08-18 David De La Harpe Golden <david@harpegolden.net>
6009
6010 * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
6011 (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
6012 QPRIMARY => NXPrimaryPboard.
6013 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
6014 NXPrimaryPboard => QPRIMARY.
6015 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
6016 NXSecondaryPboard = SecondarySelection.
6017 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
6018
0c9b8993
GM
60192010-08-18 Joakim Verona <joakim@verona.se>
6020
6021 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
6022 defined:
6023 (imagemagick_image_p): New function to test for ImageMagic image.
6024 (imagemagick_load): New function to load ImageMagick image.
6025 (imagemagick_load_image): New function, helper for imagemagick_load.
6026 (imagemagick-types): New function.
6027 (Qimagemagick): New Lisp_object.
6028 (imagemagick-render-type): New variable, decides which renderer to use.
ccd80618 6029
c3554f68
SM
60302010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
6031
6032 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
6033 is a string.
6034
1ff2e434
J
60352010-08-17 Jan Djärv <jan.h.d@swipnet.se>
6036
6037 * nsfns.m (ns_frame_parm_handlers): Add a slot for the
6038 x_set_tool_bar_position handler.
6039
0cc56427
EZ
60402010-08-17 Eli Zaretskii <eliz@gnu.org>
6041
6042 * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
6043 x_set_tool_bar_position handler, needed to support changes from
6044 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796)
6045
e45a249b
JD
60462010-08-16 Jan Djärv <jan.h.d@swipnet.se>
6047
2f8f196d 6048 * nsselect.m: Include keyboard.h for QPRIMARY, remove its
921242c6 6049 declaration (Bug#6863).
573d150b 6050 (syms_of_nsselect): Don't intern QPRIMARY.
921242c6 6051
e45a249b
JD
6052 * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
6053
6054 * keyboard.h (QPRIMARY): Declare (Bug#6864).
6055
7c23dd44
CY
60562010-08-16 Chong Yidong <cyd@stupidchicken.com>
6057
6058 * keyboard.c (command_loop_1): Avoid setting selection twice,
6059 since it's done in deactivate-mark as well.
6060 (Vselect_active_regions): Change default to t. Replace `lazy'
6061 with non-default value `only', meaning only set PRIMARY for
6062 temporarily active regions.
6063
6064 * insdel.c (prepare_to_modify_buffer): Handle `only' value of
6065 select-active-regions.
6066
0005830c
J
60672010-08-15 Jan Djärv <jan.h.d@swipnet.se>
6068
6069 * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
6070 isn't a string.
6071
603dfc72
AS
60722010-08-15 Andreas Schwab <schwab@linux-m68k.org>
6073
6074 * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
6075
c25ce9d0
J
60762010-08-15 Jan Djärv <jan.h.d@swipnet.se>
6077
c3554f68
SM
6078 * keyboard.c (parse_tool_bar_item): malloc buf.
6079 Set TOOL_BAR_ITEM_LABEL to empty string if not set to
6080 new_lbl (Bug#6855).
c25ce9d0 6081
5872c762
EZ
60822010-08-14 Eli Zaretskii <eliz@gnu.org>
6083
b236615c
EZ
6084 * xterm.c (x_draw_stretch_glyph_string):
6085 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
6086 the cursor on the right edge of the stretch glyph.
6087
c3554f68
SM
6088 * xdisp.c (window_box_right_offset, window_box_right):
6089 Fix commentary.
b236615c 6090
5872c762
EZ
6091 * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
6092 direction when point is inside a run of whitespace characters.
6093
6094 * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
6095
e66f9a1b
JR
60962010-08-14 Jason Rumney <jasonr@gnu.org>
6097
6098 * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
6099
79d6f59e
CY
61002010-08-14 Chong Yidong <cyd@stupidchicken.com>
6101
6102 * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
6103
1c9b4129
JR
61042010-08-13 Jason Rumney <jasonr@gnu.org>
6105
6106 * w32menu.c (simple_dialog_show): Use unicode message box if available.
6107 (MessageBoxW_Proc): New function typedef.
6108 (unicode-message-box): New function pointer.
2f8f196d 6109 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
1c9b4129 6110
2b4e6277
J
61112010-08-13 Jan Djärv <jan.h.d@swipnet.se>
6112
6113 * frame.h (Qtool_bar_position): Declare.
6114
6115 * xfns.c (Fx_create_frame): Call x_default_parameter for
6116 Qtool_bar_position.
6117
94c97d85
EZ
61182010-08-13 Eli Zaretskii <eliz@gnu.org>
6119
8ee81892
EZ
6120 * unexcoff.c: Remove the parts used when "emacs" is not defined.
6121 (report_error, report_error_1): Ditto.
6122 (write_segment): Remove "#if 0" unused code.
6123 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
6124 NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
6125 (start_of_text): Remove unused function (was used only if NO_REMAP
6126 was NOT defined).
6127
891ef8f7
EZ
6128 * msdos.c (IT_set_face): Fix format string to match argument
6129 types.
6130 (IT_write_glyphs, IT_note_mode_line_highlight)
6131 (IT_set_frame_parameters): Remove unused variables.
6132 (x_set_menu_bar_lines): Declare set_menu_bar_lines.
6133 (IT_set_terminal_modes): Disambiguate expression in if clause.
6134 (Fmsdos_remember_default_colors): Return Qnil.
6135 (IT_set_frame_parameters): Add parens to disambiguate boolean
6136 expression for logging the cursor type to termscript.
6137 (keyboard_layout_list, keypad_translate_map)
6138 (grey_key_translate_map): Add braces in inner initializers.
6139 (dos_rawgetc): Add parens in condition for mouse-3 button-press.
6140 (dos_rawgetc): Remove unused label.
6141 (XMenuActivate): Add braces to remove ambiguous `else'.
6142 (dos_ttraw): Always return a value.
6143 (spawnve): Declare.
6144 (run_msdos_command): Cast 3rd arg of spawnve to "char **".
6145
6146 * dosfns.h (x_set_title): Declare.
6147
6148 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
6149 Remove unused variables.
6150
6151 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
6152 variables.
6153 (init_dosfns): Declare get_lim_data.
6154 (system_process_attributes): Declare Fget_internal_run_time.
6155
38e41e0e
EZ
6156 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
6157 list to be consistent with menu.h.
6158
94c97d85
EZ
6159 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
6160 warnings due to mixing of "char *" and "const char *".
6161
c5683ceb
SM
61622010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 Introduce a new comment style "c" flag.
6165 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
6166 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
6167 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
6168 (syntax_prefix_flag_p): New function.
6169 (Fstring_to_syntax): Understand new "c" flag.
6170 (Finternal_describe_syntax_value): Recognize new flag; use the
6171 SYNTAX_FLAGS_* macros.
6172 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
6173 comment style to accomodate the new styles.
6174 (back_comment, forw_comment, Fforward_comment, scan_lists)
6175 (scan_sexps_forward): Update code to obey the new comment style flag.
6176
6177 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
6178
6179 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
6180
7aee76f4
J
61812010-08-11 Jan Djärv <jan.h.d@swipnet.se>
6182
3a46642b
J
6183 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
6184 first.
94dff98f 6185 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
3a46642b
J
6186
6187 * gtkutil.h (xg_check_special_colors): Declare.
6188
6189 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
6190 (xg_create_frame_widgets): Connect theme name changes to
6191 style_changed_cb.
6192
42ca4633
J
6193 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
6194 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
6195 (x_term_init): Use char[] display_opt and name_opt instead of
93acd23d 6196 string literal. file is const char*.
42ca4633
J
6197
6198 * xsmfns.c (NOSPLASH_OPT): Change to char[].
6199 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
6200 props. Free them at the end.
6201
6202 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
6203
c5683ceb
SM
6204 * xrdb.c (get_system_app): Make path const and use char *p for
6205 non-const char.
42ca4633
J
6206
6207 * xmenu.c (Fx_popup_dialog): error_name is const char*.
93acd23d 6208 (xmenu_show): error parameter is const char **. pane_string is const
42ca4633
J
6209 char *.
6210 (button_names): Is const char *.
6211 (xdialog_show): error_name and pane_string is const.
6212
6213 * process.h (synch_process_death): Is const char*.
6214
6215 * w32menu.c (w32_menu_show):
6216 * nsmenu.m (ns_menu_show): error parameter is const char **.
6217
6218 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
6219 is const char **.
6220
6221 * menu.c (Fx_popup_menu): error_name is const.
6222
6223 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
6224 with unsigned char and XtPointer with void *.
6225
6226 * gtkutil.h: Replace widget_value with struct _widget_value.
6227 (enum button_type, struct _widget_value): Remove and use the one from
6228 keyboard.h.
6229
6230 * gtkutil.c (get_utf8_string): Always return an allocated string.
6231 Parameter is const.
6232 (create_dialog, xg_create_one_menuitem, create_menus)
6233 (xg_item_label_same_p, xg_update_menu_item): Free result from
6234 get_utf8_string.
6235 (xg_separator_p, xg_item_label_same_p): label is const.
6236
6237 * font.h (font_open_by_name): Make name const.
6238
6239 * font.c (font_open_by_name): Make name const.
6240
6241 * floatfns.c (matherr): Use a const char* variable for x->name.
6242
6243 * emacs.c (main): Pass char[] to putenv instead of literal.
6244
6245 * callproc.c (synch_process_death): Make const.
6246 (Fcall_process): Make signame const.
6247
9c5bd55a
J
6248 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
6249 (addDisplayItemWithImage): Use const char*.
6250
6251 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
6252 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
6253
6254 * nsfont.m (ns_descriptor_to_entity): Use const char*.
6255
6256 * keyboard.h (_widget_value): name, value and key are const char*.
6257
7aee76f4
J
6258 * unexmacosx.c (unexec_error): Use const char *.
6259
09d93395
DN
62602010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
6261
6262 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
c5683ceb 6263 (font_parse_name, font_open_by_name):
09d93395 6264 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
c5683ceb 6265 (font_parse_name, font_open_by_name): Remove const.
09d93395 6266
671d409f
AS
62672010-08-09 Andreas Schwab <schwab@linux-m68k.org>
6268
6269 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
6270 definition.
6271
6272 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
6273 * m/amdx86-64.h: Likewise.
6274 * m/arm.h: Likewise.
6275 * m/hp800.h: Likewise.
6276 * m/ia64.h: Likewise.
6277 * m/ibmrs6000.h: Likewise.
6278 * m/ibms390.h: Likewise.
6279 * m/intel386.h: Likewise.
6280 * m/iris4d.h: Likewise.
6281 * m/m68k.h: Likewise.
6282 * m/macppc.h: Likewise.
6283 * m/mips.h: Likewise.
6284 * m/sh3.h: Likewise.
6285 * m/sparc.h: Likewise.
6286 * m/template.h: Likewise.
6287 * m/vax.h: Likewise.
6288 * m/xtensa.h: Likewise.
6289 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
6290 WORDS_BIG_ENDIAN.
6291 * lisp.h: Likewise.
6292 * md5.c: Likewise.
6293 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
6294
8ea90aa3
DN
62952010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
6296
6297 Use const char* instead of char*.
6298 Reduce the number of warnings with -Wwrite-strings.
6299 * xrdb.c (get_environ_db, get_system_name):
6300 * unexelf.c (find_section):
6301 * term.c (string_cost, string_cost_one_line, per_line_cost)
6302 (get_named_tty, init_tty):
6303 * sysdep.c (sys_subshell):
6304 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
6305 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
6306 * search.c (Freplace_match):
6307 * process.c (Fmake_network_process, send_process, init_process):
6308 * lread.c (Fload, init_lread):
6309 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
6310 * keyboard.c (parse_tool_bar_item, struct event_head):
6311 * gtkutil.h (xg_get_font_name):
6312 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
6313 (make_widget_for_menu_item, make_menu_item, create_menus)
6314 (xg_make_tool_item):
6315 * font.c (parse_matrix, font_parse_name):
6316 * floatfns.c (rounding_driver, float_error_fn_name):
6317 * filelock.c (get_boot_time_1, lock_file_1):
6318 * fileio.c (barf_or_query_if_file_exists, check_writable):
6319 * editfns.c (get_system_name, get_operating_system_release)
6320 (Fencode_time, Fset_time_zone_rule):
6321 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
6322 * buffer.c (defvar_per_buffer): Use const.
6323
7815fe19 63242010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 6325
692f3ddc 6326 * charset.c: Include <stdlib.h>.
7a84eee5
KH
6327 (struct charset_sort_data): New struct.
6328 (charset_compare): New function.
692f3ddc 6329 (Fsort_charsets): New function.
7a84eee5
KH
6330 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
6331
6332 * coding.c (decode_coding_iso_2022): Fix checking of dimension
6333 number in CTEXT extended segment.
6334
7815fe19 63352010-08-08 Juanma Barranquero <lekktu@gmail.com>
f5f6c0e0
JB
6336
6337 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
6338 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
6339
7815fe19 63402010-08-08 Juanma Barranquero <lekktu@gmail.com>
b756c005
JB
6341
6342 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
6343 (Fhash_table_size): Fix typos in docstrings.
6344 (Fmake_hash_table): Doc fix.
6345
7815fe19 63462010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
6347
6348 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
6349 Doc fix (bug#5625).
6350
7815fe19 63512010-08-08 Ken Brown <kbrown@cornell.edu>
9f8c08a7
KB
6352
6353 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
6354 the MSDOS definition.
6355
1b6d8cf0
DN
63562010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
6357
675e2c69
DN
6358 Use const char* instead of char*.
6359 * xterm.c (x_create_toolkit_scroll_bar):
6360 * xfont.c (xfont_list_pattern):
6361 * xfns.c (x_default_scroll_bar_color_parameter)
6362 (xic_create_fontsetname, x_default_font_parameter)
6363 (x_screen_planes):
6364 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
6365 (store_mode_line_string, decode_mode_spec, display_string):
6366 * menu.c (digest_single_submenu):
6367 * keymap.h (initial_define_key, initial_define_lispy_key):
6368 * keymap.c (initial_define_key, initial_define_lispy_key):
6369 * image.c (image_error, image_keyword):
6370 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
6371 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
6372 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
6373 (ftfont_list, ftfont_match):
6374 * frame.c (frame_parm_table):
6375 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
6376 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
6377 (font_add_log, font_deferred_log):
6378 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
6379 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
6380 (font_add_log, font_deferred_log):
6381 * emacs.c (argmatch):
6382 * dispextern.h (struct it):
6383 * coding.c (ENCODE_DESIGNATION):
6384 * charset.c (define_charset_internal): Use const.
6385
25717ca1
DN
6386 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
6387
c5683ceb
SM
6388 * xrdb.c: Remove include guard.
6389 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
1b6d8cf0
DN
6390 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
6391 realloc->xrealloc instead of using #defines.
6392
efb41e21
EZ
63932010-08-08 Eli Zaretskii <eliz@gnu.org>
6394
cd21226d 6395 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
c5683ceb
SM
6396 * editfns.c (Fline_beginning_position, Fline_end_position):
6397 State in the doc strings that start and end of line are in the
6398 logical order.
cd21226d 6399
efb41e21
EZ
6400 * xdisp.c (display_line): Move the handling of overlay arrow after
6401 the call to find_row_edges. (Bug#6699)
6402
746812d9
CY
64032010-08-07 Chong Yidong <cyd@stupidchicken.com>
6404
6405 * keyboard.c (command_loop_1):
6406 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
6407
9852377f
CY
64082010-08-07 Chong Yidong <cyd@stupidchicken.com>
6409
6410 * insdel.c (prepare_to_modify_buffer): Save active region text to
6411 Vsaved_region_selection.
6412
6413 * xselect.c (QPRIMARY): Move to keyboard.c.
6414
6415 * keyboard.c (Vselect_active_regions): Move from simple.el.
8d9e03e4
JB
6416 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
6417 (command_loop_1): Set window selection prior to deactivating the mark.
9852377f 6418
0e9c8657
JB
64192010-08-07 Juanma Barranquero <lekktu@gmail.com>
6420
6421 * alloc.c (lisp_malloc):
6422 * buffer.c (set_buffer_internal, set_buffer_internal_1):
6423 * charset.h (emacs_mule_charset):
6424 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
6425 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
6426 (bitch_at_user):
6427 * lisp.h (Fcheck_coding_system, Fget_text_property)
6428 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
6429 Remove duplicate declarations.
6430
648801d1
DN
64312010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6432
32bc6709
DN
6433 * process.c: Simplify include logic.
6434
3ef1d108
DN
6435 * keyboard.h (quit_char): Add declaration.
6436 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
8d9e03e4
JB
6437 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
6438 Add declarations.
3ef1d108
DN
6439 * sysdep.c:
6440 * w32.c: Remove the above declarations.
6441
97ec208f
DN
6442 Remove extern declarations in .c files, .h files have them.
6443 * xterm.c:
6444 * xdisp.c:
97ec208f
DN
6445 * msdos.c:
6446 * image.c:
6447 * gtkutil.c:
6448 * fileio.c:
6449 * eval.c: Remove declarations.
6450
94eed851
DN
6451 * frame.c (frame_params): Make const.
6452
36e053eb
DN
6453 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
6454
0e843971
DN
6455 * emacs.c (emacs_copyright, emacs_version): Make static.
6456 (Vinitial_window_system, Vauto_save_list_file_name)
6457 (Vinhibit_redisplay): Remove declarations.
6458 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
6459 for AIX.
6460
648801d1
DN
6461 Use const for some arrays and functions.
6462 * xterm.h (xg_set_icon_from_xpm_data):
6463 * xfns.c (xg_set_icon_from_xpm_data):
6464 * term.c (fkeys):
6465 * keyboard.c (lispy_accent_keys, lispy_function_keys)
6466 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
6467 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
6468 (frame.c frame_parms):
6469 * emacs-icon.h (gnu_xpm_bits):
6470 * callint.c (callint_argfuns): Use const.
6471
8646d999
J
64722010-08-06 Jan Djärv <jan.h.d@swipnet.se>
6473
6474 * sysdep.c: Move include term.h last of includes (Bug#6812).
6475
cb4545ad
EZ
64762010-08-06 Eli Zaretskii <eliz@gnu.org>
6477
6478 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
6479
6480 * msdos.c (IT_display_cursor): Log cursor position on termscript.
6481
6482 * .gdbinit (pgx): Display the avoid_cursor_p flag.
6483
da7e2be6
JB
64842010-08-06 Juanma Barranquero <lekktu@gmail.com>
6485
6486 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
6487
3d608a86
J
64882010-08-06 Jan Djärv <jan.h.d@swipnet.se>
6489
7908fb60
J
6490 * xterm.h (x_get_focus_frame): Declare.
6491
6492 * keyboard.h (poll_for_input_1): Unconditionally declare.
6493
4094bf36
J
6494 * nsterm.h (x_set_menu_bar_lines): Declare.
6495
6496 * window.c: Don't include menu.h, it depends on lots of other .h-files.
6497
3d608a86
J
6498 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
6499
6500 * window.c: Include menu.h.
6501
6502 * unexmacosx.c (print_region_list, print_regions)
6503 (build_region_list, find_emacs_zone_regions)
6504 (unexec_regions_merge, read_load_commands, dump_it)
6505 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
6506
6507 * term.c: Check HAVE_SYS_IOCTL_H.
6508
686b968e 6509 * sysdep.c: Check HAVE_TERM_H.
3d608a86 6510
686b968e 6511 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
3d608a86
J
6512
6513 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
6514 (ns_ring_bell, ns_defined_color, hide_hourglass)
6515 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
6516 Convert to ANSI C prototypes.
6517 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
6518 before code.
6519
6520 * nsterm.h : Include sysselect.h.
6521 (x_sync, x_get_focus_frame, x_set_mouse_position)
6522 (x_set_mouse_pixel_position, x_make_frame_visible)
6523 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
6524 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
6525 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
6526 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
686b968e 6527 Declare.
3d608a86
J
6528
6529 * nsmenu.m (popup_activated, name_is_separator)
6530 (syms_of_nsmenu): Convert to ANSI C prototypes.
6531 (runMenuAt): Prototypes and move declarations before code.
6532
6533 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
6534
6535 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
6536 prototypes.
6537
6538 * nsfns.m (have_menus_p, ns_display_info_for_name)
6539 (x_set_cursor_type, ns_appkit_version_str)
6540 (ns_appkit_version_int, ns_do_applescript)
6541 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
6542 (syms_of_nsfns): Convert to ANSI C prototypes.
6543
6544 * menu.h (x_set_menu_bar_line): Declare.
6545 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
6546
6547 * lisp.h (fmod_float): Declare.
6548
6549 * image.c (xpm_scan, xpm_make_color_table_v)
6550 (xpm_put_color_table_v, xpm_get_color_table_v)
6551 (xpm_make_color_table_h, xpm_put_color_table_h)
6552 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
6553 (xpm_load): Convert to ANSI C prototypes.
6554
6555 * emacs.c: Include nsterm.h if HAVE_NS.
6556
6557 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
6558
fce70521
DN
65592010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6560
6561 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
6562 subprocesses, only MSDOS does not define HAVE_SOCKETS.
6563 (socket_options): Use const char* for name.
6564
a11889ab
JB
65652010-08-06 Juanma Barranquero <lekktu@gmail.com>
6566
6567 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
6568
6569 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
6570 Don't declare xmalloc_widget_value and digest_single_submenu.
6571
6572 * w32font.c (Qlatin): Remove declaration.
6573
6574 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
6575
c95b508f 6576 * dired.c (compile_pattern): Restore declaration.
a11889ab 6577
6254cdda
DN
65782010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
6579
04bab72c
DN
6580 Remove extern declarations in .c files, .h files have them.
6581 * data.c:
6582 * dired.c:
6583 * editfns.c:
6584 * filelock.c:
6585 * fns.c:
6586 * font.c:
6587 * fontset.c:
6588 * frame.c:
6589 * fringe.c:
6590 * ftfont.c:
6591 * gtkutil.c:
6592 * indent.c:
6593 * keyboard.c:
6594 * keymap.c:
6595 * lread.c:
6596 * menu.c:
6597 * print.c:
6598 * search.c:
6599 * sound.c:
6600 * window.c:
6601 * xdisp.c:
6602 * xfaces.c:
6603 * xfns.c:
6604 * xfont.c:
6605 * xftfont.c:
6606 * xmenu.c:
6607 * xterm.c: Remove declarations.
6608
dff94ed5
DN
6609 Cleanup syssignal.h.
6610 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
6611 (main_thread): Move down to remove #ifdef.
6612 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
6613 Remove conditional definition following unconditional ones.
6614
99f3388e
DN
6615 * lisp.h: Remove HAVE_SHM code, unused.
6616 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
6617 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
6618 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
6619 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
6620 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
6621 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
6622 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
6623 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
6624 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
6625 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
6626 (Qwindow_scroll_functions, Vafter_load_alist)
6627 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
6628 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
6629 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
6630 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
6631 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
6632 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
6633 (initial_argv, last_nonmenu_event, load_in_progress)
6634 (noninteractive_need_newline, scroll_margin): Add declarations.
6635
bba3e508
SM
6636 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
6637 Remove declarations, menu.h has them.
99f3388e
DN
6638 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
6639 (Vinput_method_function, Qinput_method_function)
6640 (Qevent_symbol_element_mask, last_event_timestamp):
6641 * dispextern.h (Voverflow_newline_into_fringe):
6642 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
6643 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
6644 (syms_of_w32font, syms_of_nsfont):
6645 * fontset.h (find_font_encoding, Qlatin):
6646 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
6647 (Vtool_bar_mode, set_frame_menubar):
6648 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
6649 * xterm.h (Qx_gtk_map_stock):
6650 * keymap.h (meta_prefix_char): Add declarations.
6651
9f5dd6f2
DN
6652 * term.c: Remove dead code.
6653
6254cdda
DN
6654 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
6655 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
6656 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
6657 which is what was there before BSD_PGRPS was removed.
6658
29cf3e20
EZ
66592010-08-05 Eli Zaretskii <eliz@gnu.org>
6660
6661 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
6662
6663 * unexcoff.c: Renamed from unexec.c.
6664
aaa0a19a
SM
66652010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
6666
6667 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
6668
8d1d9587
JB
66692010-08-03 Johan Bockgård <bojohan@gnu.org>
6670
6671 * data.c (Flocal_variable_p): Handle variable aliases correctly.
e0d62a9b 6672 (Bug#6744)
8d1d9587 6673
9a747ba6
JD
66742010-08-02 Jan Djärv <jan.h.d@swipnet.se>
6675
4d464ae4
JD
6676 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
6677 to TRUE if depth of screen is < 16.
6678
ac01763e
JD
6679 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
6680 USE_GTK_TOOLTIP.
e0d62a9b
JB
6681 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
6682 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
4d464ae4 6683 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
ac01763e
JD
6684 USE_GTK_TOOLTIP.
6685 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
6686
6687 * xterm.h (USE_GTK_TOOLTIP): New define.
6688 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
6689
9a747ba6
JD
6690 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
6691 to Control-D (Bug#6771).
6692
7b0815ba
JB
66932010-08-02 Juanma Barranquero <lekktu@gmail.com>
6694
6695 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
6696 Wording by Drew Adams <drew.adams@oracle.com>.
6697
aa1859f5
J
66982010-08-01 Jan Djärv <jan.h.d@swipnet.se>
6699
6700 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
6701 ttip_lbl.
6702
6703 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
6704 calling gtk_widget_queue_draw.
6705 (x_free_frame_resources): Call xg_free_frame_widgets.
6706
6707 * xfns.c (x_gtk_use_system_tooltips): New variable.
6708 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
6709 new gtkutil tooltip functions to show the tooltip.
6710 (Fx_hide_tip): Call xg_hide_tooltip.
6711 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
6712
6713 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
6714 (xg_show_tooltip, xg_hide_tooltip): Declare.
6715
6716 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
e0d62a9b
JB
6717 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
6718 New functions.
aa1859f5
J
6719 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
6720 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
6721 Remove code that is commented out.
6722
76417ef4
SM
67232010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6724
6725 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
6726
16041401
CY
67272010-07-31 Chong Yidong <cyd@stupidchicken.com>
6728
6729 * xselect.c (x_own_selection): Use list4.
6730
2c09a58f
DN
67312010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6732
6733 * buffer.c (Qwindow): Do not define, already defined in data.c.
6734 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
6735
59df9fdd 67362010-07-29 Chad Brown <yandros@mit.edu>
1c97e857 6737
59df9fdd
JB
6738 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
6739 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
6740 * config.in: Undef HAVE_DIRENT_H.
1c97e857 6741 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
59df9fdd 6742 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
1c97e857 6743
1b231651
DN
67442010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
6745
6746 Rename s/usg5-4.h -> s/usg5-4-common.h.
6747 * s/usg5-4.h: Rename file to ...
6748 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
6749 * s/unixware.h:
6750 * s/sol2-6.h:
6751 * s/irix6-5.h: Update includes accordingly.
6752
bfeabdc3
JD
67532010-07-29 Jan Djärv <jan.h.d@swipnet.se>
6754
2ebf1083
J
6755 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
6756
bfeabdc3 6757 * xterm.h (struct x_output): Add toolbar_top_height,
e0d62a9b
JB
6758 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
6759 Remove toolbar_height.
6760 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
bfeabdc3
JD
6761 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
6762 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
6763 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
6764
6765 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
6766
6767 * xfns.c (x_set_tool_bar_position): New function.
6768 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
6769 (x_frame_parm_handlers): Add x_set_tool_bar_position.
e0d62a9b 6770 (syms_of_xfns): If USE_GTK, provide move-toolbar.
bfeabdc3
JD
6771
6772 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
6773 and FRAME_TOOLBAR_LEFT_WIDTH.
6774
6775 * gtkutil.h (xg_change_toolbar_position): Declare.
6776
6777 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
6778 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
6779 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
6780 (xg_create_frame_widgets): Create a hobox for placing widgets
6781 vertically. Use gtk_box_pack_start.
ef1b0ba7 6782 (xg_height_or_width_changed): Rename from xg_height_changed.
bfeabdc3
JD
6783 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
6784 (xg_update_frame_menubar, free_frame_menubar): Change to
6785 xg_height_or_width_changed.
6786 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
6787 size correctly. Remove hardcoded 4, instead use handlebox size -
6788 toolbar size.
6789 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
e0d62a9b 6790 size correctly. Use handlebox size + toolbar size as additional size.
bfeabdc3
JD
6791 (xg_pack_tool_bar): POS is a new parameter.
6792 Set orientation of tool bar based on pos.
6793 Only make handlebox_widget if NULL.
6794 Check if tool bar goes to vbox or hbox depending on pos.
6795 (xg_update_tool_bar_sizes): New function.
686b968e 6796 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
bfeabdc3
JD
6797 height, call xg_update_tool_bar_sizes instead.
6798 (free_frame_tool_bar): Remove from hbox or vbox depending on
6799 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
6800 (xg_change_toolbar_position): New function.
6801
6802 * frame.h (struct frame): Add tool_bar_position.
6803 (Qbottom): Declare.
6804
6805 * frame.c (Qtool_bar_position): New variable.
6806 (make_frame): Set tool_bar_position to Qtop.
6807 (frame_parms): Add tool-bar-position.
6808 (x_report_frame_params): Store tool_bar_position.
6809 (x_set_fringe_width): Reset wm size hint after fringe changes.
6810
26469a38
DN
68112010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
6812
6813 Make lisp_time_argument declaration work on all systems.
6814 * lisp.h (lisp_time_argument): Move declaration ...
6815 * systime.h (lisp_time_argument): ... here
6816 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
6817
8848b728
JD
68182010-07-29 Jan Djärv <jan.h.d@swipnet.se>
6819
6820 * vm-limit.c (POINTER): Add typedef for it.
6821 (start_of_data): Change return type from POINTER to char *.
6822
6823 * frame.h (Qtty_color_mode): Move declaration out of ifdef
6824 HAVE_WINDOW_SYSTEM.
6825
76fd1ee9
DN
68262010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
6827
0441987e
DN
6828 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
6829 Remove reference to __osf__, unused.
6830
56a000c7
DN
6831 * mem-limits.h: Remove duplicated includes.
6832 (NULL): Remove definition, unused.
6833 (POINTER): Remove definition.
6834 (start_of_data): Use char* in prototype, as the function
6835 definition does.
6836
e6cba650
DN
6837 Remove extern declarations from .c files, and them to .h files.
6838 * keyboard.h (Qhelp_echo, waiting_for_input)
6839 (input_available_clear_time, ignore_mouse_drag_p)
6840 (Vdouble_click_time, real_this_command, Vthis_original_command):
6841 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
6842 (Voverriding_local_map_menu_flag):
6843 * lisp.h (Qinteractive_form, use_file_dialog)
6844 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
6845 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
6846 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
6847 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
6848 (Qfunction, debug_on_next_call, Qfield)
6849 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
6850 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
6851 (Qfile_directory_p, Qinsert_file_contents)
6852 (Qcompletion_ignore_case, Qcompletion_ignore_case)
6853 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
6854 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
6855 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
6856 (Qminibuffer_prompt)
6857 (Vtemporary_file_directory,char_ins_del_vector, Qface):
6858 * xterm.h (gray_bitmap_width, gray_bitmap_height)
6859 (gray_bitmap_bits, xic_create_fontsetname):
6860 * coding.h (Vtranslation_table_for_input): Add extern declarations.
6861
6862 * xsmfns.c (Vuser_login_name):
6863 * xrdb.c (Vdouble_click_time):
6864 * xfaces.c (xic_create_fontsetname):
6865 * w32select.c (waiting_for_input):
6866 * print.c (minibuffer_auto_raise):
6867 * msdos.c (Qhelp_echo):
6868 * macros.c (real_this_command):
6869 * keymap.c (Voverriding_local_map):
6870 * xterm.c (poll_for_input_1, gray_bitmap_width)
6871 (gray_bitmap_height, gray_bitmap_bits;
6872 * xmenu.c ( Voverriding_local_map)
6873 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
6874 (use_file_dialog, Xt_app_con):
6875 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
6876 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
6877 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
6878 (Qtool_bar_lines, ignore_mouse_drag_p):
6879 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
6880 (Qrear_nonsticky, nconc2):
6881 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
6882 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
6883 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
6884 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
6885 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
6886 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
6887 (gc_in_progress):
6888 * doc.c (Voverriding_local_map, Qremap):
6889 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
6890 (Vcompletion_regexp_list):
6891 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
6892 (Qcompletion_ignore_case):
6893 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
6894 (Vhistory_length, Vthis_original_command, real_this_command)
6895 (Qface, Qminibuffer_prompt, history_delete_duplicates):
6896 * image.c (Qrisky_local_variable):
6897 * fontset.c (QCname):
6898 * fns.c (minibuffer_auto_raise, QCname):
6899 * dispnew.c (char_ins_del_cost):
6900 * composite.c (font_fill_lglyph_metrics):
6901 * cmds.c (Qface, Vtranslation_table_for_input):
6902 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
6903 * ccl.c (charset_unicode):
6904 * callproc.c (Vtemporary_file_directory):
6905 * buffer.c (emacs_strerror): Remove extern declarations.
6906
6907 * data.c (Qwindow): Make non-static, used from other files too.
6908 * frame.c (validate_x_resource_name): Remove shadow definition for i.
6909
76fd1ee9
DN
6910 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
6911 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
6912 * s/usg5-4.h (COFF):
6913 * s/template.h:
6914 * s/msdos.h (COFF, NO_REMAP):
6915 * s/ms-w32.h (NO_REMAP):
6916 * s/hpux10-20.h (NO_REMAP):
6917 * m/sparc.h (SEGMENT_MASK):
6918 * m/m68k.h (NO_REMAP):
6919 * m/intel386.h (SEGMENT_MASK):
6920 * m/arm.h (NO_REMAP):
6921 * m/alpha.h (COFF):
6922 * m/template.h: Remove references to unused defines.
6923
8a52f00a
JD
69242010-07-28 Jan Djärv <jan.h.d@swipnet.se>
6925
6926 * xsettings.c (Ftool_bar_get_system_style): Also check for
6927 Qtext_image_horiz.
6928
6929 * xdisp.c (Qtext_image_horiz): Define.
6930 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
087b38a0 6931 to documentation of tool-bar-style.
8a52f00a
JD
6932
6933 * lisp.h (Qtext_image_horiz): Declare.
6934
6935 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
6936 style text_image_horiz.
6937
89dc303e
DN
69382010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6939
60799703
DN
6940 * emacs.c (Fkill_emacs): Remove return statement.
6941
37254dc1
DN
6942 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
6943 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
bba3e508
SM
6944 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys):
6945 Remove local extern declarations.
37254dc1 6946
71c7345a
DN
6947 * xmenu.c: Do not included lwlib.h, not needed.
6948
6ba577cb
DN
6949 * m/iris4d.h (XUINT, XSET): Remove, not needed.
6950
fdb183d6
DN
6951 * process.c: Move definitions earlier to minimize #ifdefs.
6952
6953 * xterm.h (x_get_customization_string, x_load_resources)
6954 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
6955 (x_check_errors, x_property_data_to_lisp, defined_color)
6956 (xic_set_xfontset, x_defined_color): Use const.
6957
6958 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
6959 (x_text_icon, x_check_errors, x_connection_closed): Use const.
6960
6961 * xselect.c (selection_data_to_lisp_data)
6962 (x_property_data_to_lisp):
6963 * xrdb.c (x_get_string_resource, file_p)
6964 (x_get_customization_string, magic_file_p, search_magic_path)
6965 (get_system_app, get_user_app, x_load_resources, x_get_resource)
6966 (x_get_string_resource): Use const.
6967
6968 * xfns.c: Include xlwmenu.h when USE_LUCID.
6969 (x_defined_color, xic_set_xfontset): Use const.
6970 (Fx_hide_tip): Remove local extern declaration.
6971
6972 * xfaces.c (Qmouse_face): Remove declaration.
6973 (face_color_gray_p, tty_defined_color, defined_color)
686b968e 6974 (face_color_gray_p, face_color_supported_p): Add const.
fdb183d6
DN
6975
6976 * xdisp.c (do_mouse_tracking): Remove declaration.
6977 (add_to_log): Use const.
6978
6979 * minibuf.c (Qmouse_face): Remove declaration.
6980
6981 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
6982
6983 * keyboard.h (do_mouse_tracking): Add declaration.
6984
6985 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
6986 (QCdata, QCtype, Qcenter): Remove declarations.
6987
6988 * frame.c (x_get_resource_string, x_get_string_resource)
6989 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
6990 (x_default_parameter): Use const.
6991
6992 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
6993 (QCheight, QCsize, QCname): Remove declarations.
6994
6995 * emacs.c (main): Remove local extern declaration.
6996
6997 * editfns.c (region_limit, syms_of_editfns): Remove local extern
6998 declarations.
6999
7000 * dispnew.c: Remove duplicate #include <unistd.h>.
7001 (update_window, update_frame_1, init_display): Remove local extern
7002 declarations.
7003
7004 * dispextern.h (add_to_log): Remove declaration.
7005 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
7006 (x_frame_get_and_record_arg, x_default_parameter): Add const.
7007
7008 * dired.c (scmp): Add const.
7009 (directory_files_internal): Remove local extern declaration.
7010
7011 * data.c (Finteractive_form): Use const.
7012
7013 * composite.c (syms_of_composite): Remove local extern declarations.
7014
7015 * charset.c (add_to_log): Remove declaration.
7016
7017 * character.c (strwidth, parse_str_to_multibyte): Add const.
7018
7019 * character.h (strwidth, parse_str_to_multibyte): Likewise.
7020
7021 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
7022
89dc303e 7023 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
fdb183d6
DN
7024 (Lisp_Subr): Make doc and intspec constant.
7025 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
7026 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
7027 (QCheight, QCsize, QCname, QCwidth, QCforeground)
7028 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
7029 (display_arg): Add declarations.
89dc303e 7030
0ed082fe 70312010-07-27 Christoph Scholtes <cschol2112@gmail.com>
a2a0d36b
CS
7032
7033 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
7034
0ed082fe
JB
7035 * window.c (Fwindow_height): Doc fix (bug#6518).
7036
70372010-07-27 Juanma Barranquero <lekktu@gmail.com>
7038
7039 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
7040
ccaf0336
DN
70412010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
7042
977105dc
DN
7043 * keyboard.c (Ftop_level, Fexit_recursive_edit)
7044 (Fabort_recursive_edit): Remove return statements in NO_RETURN
7045 functions.
7046
f5ada890
DN
7047 * frame.h (Qtty_color_mode): Add declaration.
7048
ccaf0336
DN
7049 * lisp.h (Ftop_level, Fexit_recursive_edit)
7050 (Fabort_recursive_edit): Mark as NO_RETURN.
7051
dfe3c90f
KH
70522010-07-26 Kenichi Handa <handa@m17n.org>
7053
7054 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
e29eb8cf 7055 number of glyphs gets smaller than the original length. (Bug#6621)
dfe3c90f 7056
7d383292
JB
70572010-07-26 Juanma Barranquero <lekktu@gmail.com>
7058
7059 * lread.c (unreadpure, mapatoms_1): Make static.
7060
da31e629
JB
70612010-07-25 Juanma Barranquero <lekktu@gmail.com>
7062
7063 * terminfo.c (tparam): Fix prototype of tparm.
7064
7bfa6d77
AS
70652010-07-25 Andreas Schwab <schwab@linux-m68k.org>
7066
dcc19aac
AS
7067 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
7068 find start of text segment.
7069 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
7070 is defined.
7071
7bfa6d77
AS
7072 * callproc.c (set_initial_environment): Avoid unbalanced braces.
7073
63f9a672
KB
70742010-07-25 Ken Brown <kbrown@cornell.edu>
7075
7076 * vm-limit.c (check_memory_limits): Fix previous change;
7077 accidentally reverted an earlier change.
7078
24933075
KB
70792010-07-25 Ken Brown <kbrown@cornell.edu>
7080
7081 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
7082 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
7083
361358ea
JB
70842010-07-25 Juanma Barranquero <lekktu@gmail.com>
7085
7086 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
7087 * dired.c (opendir, readdir): Fix prototypes.
7088 * editfns.c (w32_get_internal_run_time): Fix prototypes.
7089 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
7090 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
7091 (telldir): Remove declaration.
7092 * ralloc.c (real_morecore, __morecore): Fix prototypes.
7093 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
7094 * syssignal.h (strsignal): Fix prototype.
7095 * term.c (tparam): Fix prototype.
7096 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
7097 (term_get_fkeys): Set inside "#ifndef DOS_NT".
7098 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
7099 and __morecore.
7100 * w32gui.h (XParseGeometry): Fix prototype.
7101 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
7102 * w32term.c (my_set_focus): Declare inside #if 0.
7103 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
7104 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
7105 (drain_message_queue, get_next_msg, post_msg, parse_button)
7106 (ClipboardSequence_Proc): Fix prototypes.
7107 (wait_for_sync): Remove declaration.
7108
630b9592
JB
71092010-07-24 Juanma Barranquero <lekktu@gmail.com>
7110
7111 * w32fns.c (w32_to_x_color): Remove, unused.
7112
6a0d6611
AS
71132010-07-24 Andreas Schwab <schwab@linux-m68k.org>
7114
7115 * lisp.h: Remove leftover P_.
7116
4e8608ff
DN
71172010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7118
7119 * ecrt0.c, unexalpha.c: Remove files, unused.
7120
c8197983
AS
71212010-07-24 Andreas Schwab <schwab@linux-m68k.org>
7122
7123 * cmds.c (internal_self_insert): Make static.
7124 * lisp.h (internal_self_insert): Remove declaration.
7125
97b372d7
JB
71262010-07-23 Juanma Barranquero <lekktu@gmail.com>
7127
33ac0414
JB
7128 * alloc.c (free_float):
7129 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
7130 * frame.c (delete_frame_handler):
7131 * ralloc.c (reorder_bloc):
7132 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
7133 Remove unused static functions.
7134
94da8397
JB
7135 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
7136 it is called only from NS code.
7137
2e6c8532
JB
7138 * w32term.c (my_set_focus): #ifdef away; it is called only from
7139 "#ifdef 0" code.
7140
97b372d7
JB
7141 * w32fns.c (x_edge_detection):
7142 * xfaces.c (may_use_scalable_font_p):
7143 Remove obsolete static declarations.
7144
7c3320d8
JB
71452010-07-20 Juanma Barranquero <lekktu@gmail.com>
7146
7147 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
7148 (emacs_blocked_realloc, uninterrupt_malloc):
7149 * fringe.c (w32_reset_fringes):
7150 * image.c (convert_mono_to_color_image, lookup_rgb_color)
7151 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
7152 * sound.c (be2hs, do_play_sound):
7153 * vm-limit.c (get_lim_data, ret_lim_data):
7154 * w32term.c (x_free_frame_resources):
7155 * xfaces.c (x_create_gc, x_free_gc):
7156 Convert definitions to standard C.
7157
d5273788
SM
71582010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7159
7160 * eval.c (Feval, Ffuncall): Use the new names.
7161
7162 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
7163 (DEFUN): Add braces around the union initialisation and use ## to
7164 specify the right union alternative and avoid a cast.
7165
8d16a259
JB
71662010-07-18 Juanma Barranquero <lekktu@gmail.com>
7167
7168 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
7169
3b8eff32
CY
71702010-07-17 Chong Yidong <cyd@stupidchicken.com>
7171
7172 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
7173
499322ce
J
71742010-07-17 Jan Djärv <jan.h.d@swipnet.se>
7175
7176 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
7177 is related to the menu bar (Bug#6499).
a628ad9d 7178 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
499322ce 7179
f6003da5 71802010-07-16 Jan Djärv <jan.h.d@swipnet.se>
b78f9767
J
7181
7182 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
7183
7184 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
7185
7186 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
7187 i.e. don't put back ButtonRelease (Bug#6608).
7188
7189 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
7190 instead of Window. Call xg_event_is_for_menubar when
7191 USE_GTK (Bug#6499).
7192
7193 * gtkutil.h (xg_event_is_for_menubar): Declare.
7194
7195 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
7196
f6003da5 71972010-07-16 Eli Zaretskii <eliz@gnu.org>
1f60c16a
EZ
7198
7199 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
7200 when it's the same as the old foreground. (Bug#6609)
7201
23243f29
J
72022010-07-16 Jan Djärv <jan.h.d@swipnet.se>
7203
7204 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
7205 widget is non-null (Bug#6645).
7206
2b23d2a6
AS
72072010-07-15 Andreas Schwab <schwab@linux-m68k.org>
7208
01b564ff
AS
7209 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
7210 Convert old-style definition.
7211
2b23d2a6
AS
7212 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
7213 timestamp argument.
7214
c4affd2c
EZ
72152010-07-15 Eli Zaretskii <eliz@gnu.org>
7216
7217 * fringe.c (update_window_fringes): Restore mistakenly reverted
7218 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
7219
cf28cebc
J
72202010-07-14 Jan Djärv <jan.h.d@swipnet.se>
7221
7222 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
7223 (SET_SAVED_KEY_EVENT): Remove (not used).
7224 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
7225 remove size parameter.
7226 (handle_one_xevent): Check popup_activated () for menu for Xt also.
7227 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
7228 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
7229 ButtonRelease.
6b2c4bd9
J
7230 (x_set_window_size_1): scroll_bar_actual_width is always
7231 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
cf28cebc
J
7232
7233 * xdisp.c (pending_menu_activation): Remove extern declaration.
7234 (prepare_menu_bars): Remove setting of pending_menu_activation.
7235
7236 * xmenu.c (pending_menu_activation): Remove.
f6003da5
JB
7237 (x_activate_menubar): Set popup_activated_flag for Xt also.
7238 Remove setting of pending_menu_activation.
cf28cebc
J
7239 (set_frame_menubar): Remove check of pending_menu_activation.
7240 Declare menubar_size before code. Correct spelling in comment.
7241
f6c1c771
KH
72422010-07-14 Kenichi Handa <handa@m17n.org>
7243
7244 * font.c (font_open_entity): Cancel previous change.
7245 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
7246
20477505
EZ
72472010-07-13 Eli Zaretskii <eliz@gnu.org>
7248
77defa9a
EZ
7249 Remove subprocesses #ifdefs.
7250 * process.c <inhibit_sentinels>: Move to the common part.
7251 (Fwaiting_for_user_input_p): Move to the common part; return nil
7252 if async subprocesses aren't supported.
7253 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
7254 MS-DOS. Remove "#ifdef subprocesses".
7255 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
7256 (gettimeofday): Remove "#ifdef subprocesses".
7257 (wait_without_blocking): Remove function.
7258 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
7259 Remove "#ifdef subprocesses".
7260 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
7261 compiled on MS-DOS.
7262 * callproc.c (Fcall_process) [!MSDOS]: Don't call
7263 wait_for_termination on MS-DOS.
7264 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
7265 initialization of inhibit_sentinels.
7266 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
7267 subprocesses" conditional.
7268 * callproc.c (Fcall_process) [!subprocesses]: Don't call
7269 wait_for_termination, since `buffer' cannot be an integer when
7270 async subprocesses are not supported
7271 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
7272 for ifdefing away the call to Fprocess_status.
7273
20477505
EZ
7274 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
7275 away the entire body of the function.
7276
b3ffc17c
DN
72772010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7278
01faa934
DN
7279 Remove subprocesses #ifdefs from term.c.
7280 * process.c (add_keyboard_wait_descriptor)
7281 (delete_keyboard_wait_descriptor): Move to common section, do
7282 nothing when subprocesses is not defined.
a628ad9d
JB
7283 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
7284 Remove subprocesses #ifdefs.
01faa934 7285
b3ffc17c
DN
7286 Convert maybe_fatal to standard C.
7287 * lisp.h (verror): Declare.
7288 * eval.c (verror): New function containing the code from ...
7289 (error): ... this. Call verror.
7290 * term.c (vfatal): New function containing the code from ...
7291 (fatal): ... this. Call vfatal.
7292 (maybe_fatal): Convert to standard C, use variable number of
7293 arguments. Declare as non-return.
7294 (init_tty): Fix maybe_fatal call.
7295
0521f580
DN
72962010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
7297
7298 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
7299 (_scroll_bar_note_movement): Convert definitions to standard C.
7300 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
7301 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
7302
ebd15611
DN
73032010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
7304
7305 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
7306 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
7307 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
7308 (xaw_jump_callback, xaw_scroll_callback)
7309 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
bba3e508
SM
7310 (x_wm_set_size_hint, x_activate_timeout_atimer):
7311 Convert definitions to standard C.
ebd15611
DN
7312 * xmenu.c (menubar_id_to_frame, popup_get_selection)
7313 (popup_activate_callback, popup_deactivate_callback)
7314 (menu_highlight_callback, menubar_selection_callback)
7315 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
7316 (free_frame_menubar, popup_selection_callback, as)
7317 (create_and_show_popup_menu, dialog_selection_callback)
7318 (create_and_show_dialog):
7319 * xfns.c (hack_wm_protocols, x_window):
7320 * xfaces.c (x_update_menu_appearance):
7321 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
7322 (char_to_pixel_size, round_size_to_char, get_wm_shell)
7323 (set_frame_size, update_wm_hints, setup_frame_gcs)
7324 (update_various_frame_slots, update_from_various_frame_slots)
7325 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
7326 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
7327 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
7328
de06a2dd
AS
73292010-07-12 Andreas Schwab <schwab@linux-m68k.org>
7330
a628ad9d 7331 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
de06a2dd 7332
fc549af9
EZ
73332010-07-12 Eli Zaretskii <eliz@gnu.org>
7334
7335 * process.c (setup_process_coding_systems): Move to the part
7336 shared by non-subprocesses systems, and make its body empty when
7337 subprocesses is not defined.
7338 (close_process_descs): Move to the part shared by non-subprocesses
7339 systems.
1408902e
EZ
7340 (wait_reading_process_output) [!subprocesses]: Convert arg list to
7341 ANSI C.
fc549af9 7342
d5a3eaaf
AS
73432010-07-12 Andreas Schwab <schwab@linux-m68k.org>
7344
7345 * editfns.c (transpose_markers): Convert old-style definition.
7346 * emacs.c (abort, shut_down_emacs, fixup_locale)
7347 (synchronize_system_time_locale)
7348 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
7349 * floatfns.c (extract_float, matherr, init_floatfns)
7350 (syms_of_floatfns): Likewise.
7351 * fns.c (make_hash_table): Likewise.
7352 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
7353 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
7354 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
7355 (ftfont_variation_glyphs): Likewise.
7356 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
7357 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
7358 * lread.c (read_filtered_event): Likewise.
7359 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
7360 * process.c (wait_reading_process_output): Likewise.
7361 * scroll.c (do_line_insertion_deletion_costs): Likewise.
7362 * search.c (search_buffer, boyer_moore): Likewise.
7363 * syntax.c (scan_sexps_forward): Likewise.
7364 * xdisp.c (try_scrolling): Likewise.
7365 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
7366 (face_at_string_position): Likewise.
7367 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
7368 * xselect.c (x_get_window_property, receive_incremental_selection)
7369 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
7370 Likewise.
7371 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
7372
6f704c76
DN
73732010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
7374
ded80a25
DN
7375 * callproc.c (child_setup): Remove subprocesses conditional.
7376 Remove code dealing with SET_EMACS_PRIORITY, unused.
7377
49d937f4 7378 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2e31d424
DN
7379 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
7380
7381 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
7382 (__do_global_dtors, __main): Use void in definition.
7383 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
7384 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
7385 the only users from ...
7386 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
7387 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
7388 (HAVE_VOLATILE): Remove, unused.
7389
6f704c76
DN
7390 Convert more function definitions to standard C.
7391 * xdisp.c (window_box_edges, handle_single_display_spec)
7392 (display_string): Convert definition to standard C.
7393 * scroll.c (do_direct_scrolling, scrolling_1):
7394 * dispnew.c (allocate_matrices_for_frame_redisplay)
7395 (mirrored_line_dance):
7396 * coding.c (code_convert_string):
7397 * charset.c (map_charset_chars):
7398 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
7399 (Fregister_ccl_program, Fregister_code_conversion_map):
7400 * keyboard.c (kbd_buffer_nr_stored): Likewise.
7401 (head_table): Make static and const.
7402
e6cfa7c3
AS
74032010-07-12 Andreas Schwab <schwab@linux-m68k.org>
7404
7405 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
7406 (PROFILING_LDFLAGS): Set from substitution.
7407 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
7408 CFLAGS last.
7409
892dd565
KH
74102010-07-12 Kenichi Handa <handa@m17n.org>
7411
6f2cdcd1
KH
7412 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
7413 (shortlisp): Likewise.
7414
892dd565
KH
7415 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
7416
7417 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
7418 of FONT_ENTITY_INDEX.
7419 (Ffont_get): If KEY is :otf and the font-object doesn't have the
7420 property, get the property value dynamically.
7421 (Ffont_put): Accept font-entity and font-object too.
ef1b0ba7 7422 (Ffont_get_glyhphs): Rename from Fget_font_glyphs. Arguments and
892dd565 7423 return value changed.
bba3e508 7424 (syms_of_font): Adjust for the above change.
892dd565 7425
ae96d47a
AS
74262010-07-11 Andreas Schwab <schwab@linux-m68k.org>
7427
c8fc18ee
AS
7428 * blockinput.h: Remove obsolete comment.
7429
89887d67
AS
7430 * lisp.h: Include <stddef.h>.
7431 (OFFSETOF): Don't define.
7432 (VECSIZE): Use offsetof instead of OFFSETOF.
7433 (PSEUDOVECSIZE): Likewise.
7434 * process.c (conv_sockaddr_to_lisp): Likewise.
7435 * alloc.c: Don't include <stddef.h>.
7436 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
7437
ae96d47a
AS
7438 * process.c: Remove obsolete comment.
7439
635c0aa1
CY
74402010-07-11 Chong Yidong <cyd@stupidchicken.com>
7441
7442 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
7443
a64df650
AS
74442010-07-11 Andreas Schwab <schwab@linux-m68k.org>
7445
8966b757
AS
7446 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
7447 index, rindex.
7448 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
7449 * editfns.c (Fuser_full_name, Fformat): Likewise.
7450 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
7451 * fileio.c (Ffile_symlink_p): Likewise.
7452 * filelock.c (current_lock_owner): Likewise.
7453 * font.c (font_parse_name, font_parse_family_registry): Likewise.
7454 * fontset.c (fontset_pattern_regexp): Likewise.
7455 * lread.c (read1): Likewise.
7456 * sysdep.c (init_system_name): Likewise.
7457 * xfns.c (select_visual): Likewise.
7458 * s/hpux10-20.h (index, rindex): Don't define.
7459 * s/ms-w32.h (index): Likewise.
7460 * s/usg5-4.h: Likewise.
7461
cf237e27
AS
7462 * callproc.c (relocate_fd): Use F_DUPFD if defined.
7463
a8fe7202
AS
7464 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
7465 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
7466 (egetenv): Likewise.
7467 * doprnt.c (doprnt): Likewise.
7468 * editfns.c (set_time_zone_rule, format2): Likewise.
7469 * emacs.c (decode_env_path): Likewise.
7470 * eval.c (signal_error, error): Likewise.
7471 * insdel.c (replace_range_2): Likewise.
7472 * keyboard.c (cmd_error_internal): Likewise.
7473 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
7474 * print.c (write_string, write_string_1, print_error_message):
7475 Likewise.
7476 * vm-limit.c (warn_function, memory_warnings): Likewise.
7477 * xdisp.c (message1, message1_nolog, message_with_string)
7478 (vmessage, message, message_nolog): Likewise.
7479 * emacs.c: Remove duplicate declaration.
7480 * keyboard.h: Likewise.
7481 * lisp.h: Update prototypes.
7482
bb8e180f
AS
7483 * eval.c: Fix indentation problem.
7484
01c35094 7485 * keyboard.c: Include "process.h".
83380e65 7486
a64df650
AS
7487 * eval.c: Remove obsolete noinline declaration.
7488 * fns.c: Likewise.
7489
6a8033e1
KR
74902010-07-11 Ken Raeburn <raeburn@raeburn.org>
7491
7492 * doprnt.c (doprnt): Take a va_list argument instead of count and
7493 pointer.
7494 * eval.c (error): Change to a standard-C variadic function.
ef1b0ba7 7495 * xdisp.c (vmessage): Rename from message, made static, and
6a8033e1
KR
7496 changed to take a va_list argument.
7497 (message): New variadic wrapper.
7498 (message_nolog): Now a variadic function, calling vmessage.
7499 * lisp.h: Include stdarg.h for va_list.
7500 (doprnt, error, message, message_nolog): Decls updated.
7501
462aa963
EZ
75022010-07-11 Eli Zaretskii <eliz@gnu.org>
7503
7504 * process.c (syms_of_process) <delete-exited-processes>: Define
7505 even if !subprocesses.
7506 (delete_exited_processes): Ditto.
7507
7508 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
7509 (delete_exited_processes): Don't define.
7510
48104462
CY
75112010-07-10 Chong Yidong <cyd@stupidchicken.com>
7512
7513 * frame.c (make_frame): Initialize menu_bar_lines and
7514 tool_bar_lines members.
bba3e508
SM
7515 (make_initial_frame, make_terminal_frame):
7516 Initialize menu_bar_lines using value of menu-bar-mode.
48104462
CY
7517
7518 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
7519
f388c88a
EZ
75202010-07-10 Eli Zaretskii <eliz@gnu.org>
7521
7522 * process.c: Reshuffle #include's. Condition some of the global
7523 and static variables on `subprocesses'.
7524 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
7525 Leave only one implementation.
7526 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
7527 (kill_buffer_processes, Flist_system_processes)
7528 (Fprocess_attributes, init_process, syms_of_process): Unify the
7529 implementations for with subprocesses and without them.
7530
723f5a07
J
75312010-07-09 Jan Djärv <jan.h.d@swipnet.se>
7532
7533 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
7534 correct size for Motif.
7535 (free_frame_menubar): Call x_set_window_size to update frame size.
7536
7537 * xfns.c (x_window): Set borderWidth to 0 for pane and
7538 EmacsFrame. Frame size calculation is wrong otherwise.
7539
2536a4b7
MA
75402010-07-09 Michael Albinus <michael.albinus@gmx.de>
7541
7542 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
7543 allows to suppress errors when polling in Emacs' main loop.
7544 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
7545 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
7546 (Fdbus_method_error_internal, Fdbus_send_signal)
7547 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
7548 (Fdbus_register_method): Use it. (Bug#6579)
7549
5842a27b
DN
75502010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
7551
7552 * alloc.c: Convert DEFUNs to standard C.
7553 * buffer.c:
7554 * bytecode.c:
7555 * callint.c:
7556 * callproc.c:
7557 * casefiddle.c:
7558 * casetab.c:
7559 * category.c:
7560 * character.c:
7561 * charset.c:
7562 * chartab.c:
7563 * cmds.c:
7564 * coding.c:
7565 * composite.c:
7566 * data.c:
7567 * dbusbind.c:
7568 * dired.c:
7569 * dispnew.c:
7570 * doc.c:
7571 * dosfns.c:
7572 * editfns.c:
7573 * emacs.c:
7574 * eval.c:
7575 * fileio.c:
7576 * filelock.c:
7577 * floatfns.c:
7578 * fns.c:
7579 * font.c:
7580 * fontset.c:
7581 * frame.c:
7582 * fringe.c:
7583 * image.c:
7584 * indent.c:
7585 * insdel.c:
7586 * keyboard.c:
7587 * keymap.c:
7588 * lread.c:
7589 * macros.c:
7590 * marker.c:
7591 * menu.c:
7592 * minibuf.c:
7593 * msdos.c:
7594 * nsfns.m:
7595 * nsmenu.m:
7596 * nsselect.m:
7597 * print.c:
7598 * process.c:
7599 * search.c:
7600 * sound.c:
7601 * syntax.c:
7602 * term.c:
7603 * terminal.c:
7604 * textprop.c:
7605 * undo.c:
7606 * w16select.c:
7607 * w32console.c:
7608 * w32fns.c:
7609 * w32font.c:
7610 * w32menu.c:
7611 * w32proc.c:
7612 * w32select.c:
7613 * window.c:
7614 * xdisp.c:
7615 * xfaces.c:
7616 * xfns.c:
7617 * xmenu.c:
7618 * xselect.c:
7619 * xsettings.c:
7620 * xsmfns.c: Likewise.
7621
d568829b
EZ
76222010-07-08 Eli Zaretskii <eliz@gnu.org>
7623
7624 * process.c (kbd_is_on_hold, hold_keyboard_input)
7625 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
7626
52214050
J
76272010-07-08 Jan Djärv <jan.h.d@swipnet.se>
7628
7629 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
7630 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
7631 unless USE_LUCID.
7632
313d9eb2
DN
76332010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
7634
a628ad9d
JB
7635 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
7636 declaration.
d8825aa3 7637
295d0d8f
DN
7638 Clean up include guards.
7639 * tparam.c: Remove include guards for config.h, string.h and code
7640 that assumes #ifndef emacs.
7641 * termcap.c:
7642 * unexalpha.c:
7643 * sysdep.c:
7644 * filemode.c:
7645 * filelock.c:
7646 * bidi.c: Likewise.
7647
49d9e6b0
DN
7648 Remove prefix-args.c
7649 * prefix-args.c: Remove file.
7650 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
7651 * Makefile.in (temacs${EXEEXT}): Remove references to
7652 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
7653 (mostlyclean): Remove reference to prefix-args.
7654 (prefix-args): Remove.
7655
313d9eb2
DN
7656 Simplify cstart_of_data, start_of_code and related code.
7657 * mem-limits.h: Remove !emacs and _LIBC conditional code.
7658 (start_of_data): Merge into start_of_data function.
7659 * sysdep.c (start_of_text): Remove. Move simplified versions of
7660 it in the only users: unexaix.c and unexec.c.
7661 (read_input_waiting): Remove local declaration of quit_char.
7662 (start, etext): Remove declarations.
7663 (start_of_data): Merge with the version in mem-limits.h and move
7664 to vm-limits.c.
7665 * vm-limit.c (start_of_data): Merged and simplified version of the
7666 code formerly in mem-limits.h and sysdep.c.
7667 * unexec.c (start): New declaration, moved from sysdep.c.
7668 (start_of_text): Simplified version of the code formerly in sysdep.c.
7669 * unexaix.c (start_of_text): Simplified version of the code
7670 formerly in sysdep.c.
7671 * m/alpha.h (HAVE_TEXT_START): Remove.
7672 (TEXT_START): Move ...
7673 * unexalpha.c (TEXT_START): ... here.
7674 * s/hpux10-20.h (TEXT_START): Remove.
7675 * s/darwin.h (TEXT_START):
7676 * m/mips.h (TEXT_START):
7677 * m/macppc.h (HAVE_TEXT_START):
7678 * m/m68k.h (TEXT_START):
7679 * m/iris4d.h (TEXT_START):
7680 * m/intel386.h (TEXT_START):
7681 * m/ibmrs6000.h (TEXT_START):
7682 * m/ia64.h (HAVE_TEXT_START):
7683 * s/msdos.h (TEXT_START): Likewise.
7684
72af86bd
AS
76852010-07-07 Andreas Schwab <schwab@linux-m68k.org>
7686
7687 * alloc.c (overrun_check_malloc, overrun_check_realloc)
7688 (overrun_check_free, xstrdup, allocate_string)
7689 (allocate_string_data, compact_small_strings, Fmake_string)
7690 (make_unibyte_string, make_multibyte_string)
7691 (make_string_from_bytes, make_specified_string, make_float)
7692 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
7693 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
7694 memcpy, memmove, memset, memcmp.
7695 * atimer.c (start_atimer, set_alarm): Likewise.
7696 * buffer.c (clone_per_buffer_values, report_overlay_modification)
7697 (mmap_realloc, init_buffer_once): Likewise.
7698 * callint.c (Fcall_interactively): Likewise.
7699 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
7700 (getenv_internal_1): Likewise.
7701 * casefiddle.c (casify_object): Likewise.
7702 * ccl.c (ccl_driver): Likewise.
7703 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
7704 * charset.c (load_charset_map_from_file)
7705 (load_charset_map_from_file, load_charset_map_from_vector)
7706 (Fdefine_charset_internal): Likewise.
7707 * cm.c (Wcm_clear): Likewise.
7708 * coding.c (decode_eol, decode_coding_object)
7709 (Fset_coding_system_priority, make_subsidiaries): Likewise.
7710 * data.c (Faset): Likewise.
7711 * dired.c (directory_files_internal, file_name_completion_stat):
7712 Likewise.
7713 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
7714 (clear_glyph_row, copy_row_except_pointers)
7715 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
7716 (save_current_matrix, restore_current_matrix)
7717 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
7718 (mirror_line_dance, scrolling_window): Likewise.
7719 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
7720 Likewise.
7721 * doprnt.c (doprnt): Likewise.
7722 * editfns.c (Fuser_full_name, make_buffer_string_both)
7723 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
7724 * emacs.c (sort_args): Likewise.
7725 * eval.c (Fapply, Ffuncall): Likewise.
7726 * fileio.c (Ffile_name_directory, make_temp_name)
7727 (Fexpand_file_name, search_embedded_absfilename)
7728 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
7729 (auto_save_error): Likewise.
7730 * fns.c (Fstring_equal, Fcopy_sequence, concat)
7731 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
7732 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
7733 (Fmake_hash_table): Likewise.
7734 * fringe.c (Fdefine_fringe_bitmap): Likewise.
7735 * ftfont.c (ftfont_text_extents): Likewise.
7736 * getloadavg.c (getloadavg): Likewise.
7737 * image.c (define_image_type, make_image, make_image_cache)
7738 (x_create_x_image_and_pixmap, xbm_image_p)
7739 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
7740 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
7741 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
7742 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
7743 (tiff_image_p, tiff_read_from_memory, gif_image_p)
7744 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
7745 Likewise.
7746 * indent.c (scan_for_column, compute_motion): Likewise.
7747 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
7748 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
7749 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
7750 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
7751 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
7752 (store_user_signal_events, menu_bar_items, tool_bar_items)
7753 (process_tool_bar_item, append_tool_bar_item)
7754 (read_char_minibuf_menu_prompt, read_key_sequence)
7755 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
7756 Likewise.
7757 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
7758 Likewise.
7759 * lisp.h (STRING_COPYIN): Likewise.
7760 * lread.c (Fload, read1, oblookup): Likewise.
7761 * msdos.c (Frecent_doskeys): Likewise.
7762 * nsfns.m (Fx_create_frame): Likewise.
7763 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
7764 Likewise.
7765 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
7766 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
7767 Likewise.
7768 * nsmenu.m (ns_update_menubar): Likewise.
7769 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
7770 * print.c (print_unwind, printchar, strout, print_string)
7771 (print_error_message): Likewise.
7772 * process.c (conv_lisp_to_sockaddr, set_socket_option)
7773 (Fmake_network_process, Fnetwork_interface_list)
7774 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
7775 (init_process): Likewise.
7776 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
7777 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
7778 Likewise.
7779 * scroll.c (do_scrolling, do_direct_scrolling)
7780 (scrolling_max_lines_saved): Likewise.
7781 * search.c (search_buffer, wordify, Freplace_match): Likewise.
7782 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
7783 * syntax.c (skip_chars, skip_syntaxes): Likewise.
7784 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
7785 (emacs_set_tty): Likewise.
7786 * term.c (encode_terminal_code, calculate_costs)
7787 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
7788 Likewise.
7789 * termcap.c (tgetst1, gobble_line): Likewise.
7790 * termhooks.h (EVENT_INIT): Likewise.
7791 * tparam.c (tparam1): Likewise.
7792 * unexalpha.c (unexec): Likewise.
7793 * unexec.c (write_segment): Likewise.
7794 * unexmacosx.c (unexec_write_zero): Likewise.
7795 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
7796 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
7797 * w32font.c (w32font_list_family, w32font_text_extents)
7798 (w32font_list_internal, w32font_match_internal)
7799 (w32font_open_internal, compute_metrics, Fx_select_font):
7800 Likewise.
7801 * w32menu.c (set_frame_menubar, add_menu_item)
7802 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
7803 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
7804 * w32uniscribe.c (uniscribe_list_family): Likewise.
7805 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
7806 * window.c (make_window, replace_window, set_window_buffer)
7807 (Fsplit_window): Likewise.
7808 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
7809 (add_to_log, message3, x_consider_frame_title)
7810 (append_space_for_newline, extend_face_to_end_of_line)
7811 (decode_mode_spec_coding, init_glyph_string): Likewise.
7812 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
7813 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
7814 (face_attr_equal_p, make_realized_face, make_face_cache)
7815 (free_realized_faces, lookup_named_face, smaller_face)
7816 (face_with_height, lookup_derived_face)
7817 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
7818 (Finternal_set_font_selection_order, realize_default_face)
7819 (compute_char_face, face_at_buffer_position)
7820 (face_for_overlay_string, face_at_string_position, merge_faces):
7821 Likewise.
7822 * xfns.c (xic_create_fontsetname, Fx_create_frame)
7823 (Fx_window_property, x_create_tip_frame)
7824 (Fx_backspace_delete_keys_p): Likewise.
7825 * xfont.c (xfont_list, xfont_match, xfont_list_family)
7826 (xfont_text_extents): Likewise.
7827 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
7828 * xrdb.c (magic_file_p, x_get_resource): Likewise.
7829 * xselect.c (x_queue_event, x_get_window_property)
7830 (receive_incremental_selection): Likewise.
7831 * xsmfns.c (x_session_check_input): Likewise.
7832 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
7833 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
7834 Likewise.
44f230aa 7835 * character.h (BCOPY_SHORT): Remove.
72af86bd
AS
7836 * config.in: Regenerate.
7837 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
7838 * emacs.c (main) [PROFILING]: Don't declare
7839 dump_opcode_frequencies.
7840 * lisp.h (safe_bcopy): Remove declaration.
7841 (memset) [!HAVE_MEMSET]: Declare.
7842 (memcpy) [!HAVE_MEMCPY]: Likewise.
7843 (memmove) [!HAVE_MEMMOVE]: Likewise.
7844 (memcmp) [!HAVE_MEMCMP]: Likewise.
7845 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
7846 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
7847 Don't define.
7848 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
7849 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
7850 (BCOPY_DOWNWARD_SAFE): Don't define.
7851 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
7852 (memcpy) [!HAVE_MEMCPY]: Define.
7853 (memmove) [!HAVE_MEMMOVE]: Define.
7854 (memcmp) [!HAVE_MEMCMP]: Define.
7855
cb768704
J
78562010-07-07 Jan Djärv <jan.h.d@swipnet.se>
7857
7858 * process.c (kbd_is_on_hold): New variable.
a628ad9d
JB
7859 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
7860 New functions.
cb768704
J
7861 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
7862 select on empty input mask.
7863 (init_process): Initialize kbd_is_on_hold to 0.
7864
7865 * process.h (hold_keyboard_input, unhold_keyboard_input)
7866 (kbd_on_hold_p): Declare.
7867
7868 * keyboard.c (input_available_signal): Declare.
7869 (kbd_buffer_nr_stored): New function.
7870 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
7871 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
7872 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
7873 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
7874 (tty_read_avail_input): If input is on hold, return.
7875 Don't read more that free slots in kbd_buffer (Bug#6571).
7876
3a8ce822
EZ
78772010-07-07 Eli Zaretskii <eliz@gnu.org>
7878
7879 * msdos.h:
7880 * msdos.c:
7881 * dosfns.c:
7882 * w16select.c: Convert function definitions to ANSI C.
7883
a628ad9d
JB
7884 * msdos.h (ctrl_break_func, install_ctrl_break_check):
7885 Remove unused prototypes.
3a8ce822 7886
cf84bb53
JB
78872010-07-07 Juanma Barranquero <lekktu@gmail.com>
7888
7889 * coding.c, sysdep.c: Convert some more functions to standard C.
7890
1a4990fb
JB
78912010-07-07 Juanma Barranquero <lekktu@gmail.com>
7892
7893 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
7894 (encode_coding_object): Use SPECPDL_INDEX.
7895 (syms_of_coding): Use DOS_NT.
7896
c0f2f16b
DN
78972010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
7898
48fb6855
DN
7899 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
7900
c0f2f16b
DN
7901 Make the function member of Lisp_Subr use standard C prototypes.
7902 * lisp.h (struct Lisp_Subr): Use a union for the function member.
7903 (DECL_ALIGN): Add a cast for the function.
7904 * eval.c (Feval, Ffuncall): Use the proper type for each type
7905 function call.
7906
67aecef9
CY
79072010-07-06 Chong Yidong <cyd@stupidchicken.com>
7908
7909 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
7910 fringe face id, so face-remapping-alist works (Bug#6091).
7911
b56ceb92
JB
79122010-07-06 Juanma Barranquero <lekktu@gmail.com>
7913
7914 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
7915 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
7916 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
7917
7af07b96
AS
79182010-07-06 Andreas Schwab <schwab@linux-m68k.org>
7919
7920 * xterm.c (x_get_keysym_name): Change type of parameter to int.
7921 * lisp.h: Declare x_get_keysym_name.
7922 * keyboard.c (modify_event_symbol): Don't declare
7923 x_get_keysym_name here.
7924
69e24e34
DN
79252010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
7926
7927 * ecrt0.c: Revert conversion to standard C.
7928
d3da34e0 79292010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
d2aa42f8
DN
7930
7931 * vm-limit.c (memory_warnings):
7932 * keyboard.c (modify_event_symbol):
7933 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
7934 (round2, emacs_rint):
7935 * process.c (send_process, old_sigpipe): Convert function
7936 definitions and declarations to standard C.
7937
79382010-07-05 Juanma Barranquero <lekktu@gmail.com>
d3da34e0
JB
7939
7940 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
7941 * xdisp.c: Convert function definitions to standard C.
7942
7943 * cm.c (cmputc): Arg C is now int, not char.
7944 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
7945
00be444c
J
79462010-07-05 James Cloos <cloos@jhcloos.com>
7947
7948 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
7949
7950 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
7951 _NET_WM_ICON_NAME atoms.
7952
7953 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
7954 and _NET_WM_ICON_NAME properties, too, matching what is
7955 done in the Gtk+ case.
7956
e4c8d29a
J
79572010-07-05 Jan Djärv <jan.h.d@swipnet.se>
7958
ff919460
J
7959 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
7960
e4c8d29a
J
7961 * xsmfns.c (SSDATA): New macro.
7962 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
7963 passed to strlen/strcpy/strcat.
bba3e508
SM
7964 (create_client_leader_window): Surround with #ifndef USE_GTK.
7965 Cast 7:th arg to XChangeProperty to (unsigned char *).
e4c8d29a
J
7966
7967 * xsettings.c (something_changedCB, parse_settings)
7968 (apply_xft_settings): Reformat prototype.
7969 (something_changedCB, init_gconf): Remove unused variable i.
7970 (read_settings): Remove unused variable long_len.
7971
7972 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
7973 (xg_get_image_for_pixmap, create_dialog)
7974 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
7975 (menuitem_highlight_callback, make_menu_item)
7976 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
7977 (xg_create_scroll_bar, xg_update_scrollbar_pos)
7978 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
7979 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
7980 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
7981 (xg_tool_bar_item_expose_callback): Reformat prototype.
7982 (xg_update_menubar): GList *group => GSList *group.
7983 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
7984 before use.
7985 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
7986 to GTK_IMAGE (wimage).
7987
dd4c5104
DN
79882010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7989
898b4c5c
DN
7990 * atimer.c: Use "" instead of <> for local includes for
7991 consistency with the rest of the code.
7992
dd4c5104
DN
7993 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
7994 * xrdb.c (get_system_name):
7995 * window.c (shrink_windows):
7996 * syntax.c (forw_comment):
7997 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
7998 (ins_del_costs):
7999 * mem-limits.h (start_of_data):
8000 * lread.c (readevalloop):
8001 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
8002 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
8003 * frame.c (x_get_focus_frame):
8004 * floatfns.c (fmod_float):
8005 * fileio.c (choose_write_coding_system):
8006 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
8007 (malloc_initialize_hook, sort_args, synchronize_locale):
8008 * doprnt.c (doprnt):
8009 * dired.c (compile_pattern):
8010 * data.c (fmod_float):
8011 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
8012 (map_char_table_for_charset):
8013 * charset.c (define_charset_internal):
8014 * alloc.c (Fgarbage_collect): Convert declarations or definitions
8015 to standard C.
8016
9a39b306 80172010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9c8a2331 8018 Stefan Monnier <monnier@iro.umontreal.ca>
9a39b306
TO
8019
8020 * lread.c (read1): Fix up last change to not mess up `c'.
8021
e6cb2cbb
JB
80222010-07-04 Juanma Barranquero <lekktu@gmail.com>
8023
8024 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
8025
438105ed
JB
80262010-07-04 Juanma Barranquero <lekktu@gmail.com>
8027
8028 Fix prototypes.
8029
e5447b22 8030 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
438105ed 8031 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
9c8a2331
JB
8032 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
8033 arg, as required by internal_condition_case_1.
dcc7404b 8034 * print.c (strout): Use const char* for arg PTR.
438105ed
JB
8035 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
8036 (analyse_first): Fix "const const".
e5447b22 8037 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
b9503078 8038 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
e5447b22 8039 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
438105ed 8040
971de7fb
DN
80412010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
8042
8043 * alloc.c: Convert function definitions to standard C.
8044 * atimer.c:
8045 * bidi.c:
8046 * bytecode.c:
8047 * callint.c:
8048 * callproc.c:
8049 * casefiddle.c:
8050 * casetab.c:
8051 * category.c:
8052 * ccl.c:
8053 * character.c:
8054 * charset.c:
8055 * chartab.c:
8056 * cmds.c:
8057 * coding.c:
8058 * composite.c:
8059 * data.c:
8060 * dbusbind.c:
8061 * dired.c:
8062 * dispnew.c:
8063 * doc.c:
8064 * doprnt.c:
8065 * ecrt0.c:
8066 * editfns.c:
8067 * fileio.c:
8068 * filelock.c:
8069 * filemode.c:
8070 * fns.c:
8071 * font.c:
8072 * fontset.c:
8073 * frame.c:
8074 * fringe.c:
8075 * ftfont.c:
8076 * ftxfont.c:
8077 * gtkutil.c:
8078 * indent.c:
8079 * insdel.c:
8080 * intervals.c:
8081 * keymap.c:
8082 * lread.c:
8083 * macros.c:
8084 * marker.c:
8085 * md5.c:
8086 * menu.c:
8087 * minibuf.c:
8088 * prefix-args.c:
8089 * print.c:
8090 * ralloc.c:
8091 * regex.c:
8092 * region-cache.c:
8093 * scroll.c:
8094 * search.c:
8095 * sound.c:
8096 * strftime.c:
8097 * syntax.c:
8098 * sysdep.c:
8099 * termcap.c:
8100 * terminal.c:
8101 * terminfo.c:
8102 * textprop.c:
8103 * tparam.c:
8104 * undo.c:
8105 * unexelf.c:
8106 * window.c:
8107 * xfaces.c:
8108 * xfns.c:
8109 * xfont.c:
8110 * xftfont.c:
8111 * xgselect.c:
8112 * xmenu.c:
8113 * xrdb.c:
8114 * xselect.c:
8115 * xsettings.c:
8116 * xsmfns.c:
8117 * xterm.c: Likewise.
8118
ae492bec
EZ
81192010-07-03 Eli Zaretskii <eliz@gnu.org>
8120
76ea4cc9
EZ
8121 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
8122 frames other than the initial one. Fix reversal of colors when
bba3e508
SM
8123 `reverse' is specified in the frame parameters.
8124 Call update_face_from_frame_parameter instead of
76ea4cc9
EZ
8125 internal-set-lisp-face-attribute. Initialize screen colors from
8126 initial_screen_colors[] when f->default_face_done_p is zero,
8127 instead of depending on being called with default-frame-alist as
8128 the alist argument.
8129
8130 * xfaces.c (update_face_from_frame_parameter): Move out of
8131 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
8132 with HAVE_WINDOW_SYSTEM.
8133
1e6255ae
EZ
8134 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
8135 to menu-bar-mode, if not set in the frame parameters or in
8136 default-frame-alist.
8137
ae492bec
EZ
8138 * w32console.c (sys_tputs): Adjust argument list to prototype in
8139 term.c.
8140
3a35a84c
JB
81412010-07-03 Juanma Barranquero <lekktu@gmail.com>
8142
8143 * lisp.h (memory_warnings): Fix prototype.
8144
8145 * cm.h (evalcost): Fix prototype.
8146
8147 * cm.c (evalcost): Fix arg type.
8148
c532d349
DN
81492010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
8150
8151 * term.c (term_clear_mouse_face, Fidentity):
8152 * syssignal.h (signal_handler_t):
8153 * lisp.h (memory_warnings):
8154 * coding.h (preferred_coding_system):
8155 * cm.h (evalcost):
8156 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
8157
c0b36d46
EZ
81582010-07-02 Eli Zaretskii <eliz@gnu.org>
8159
8160 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
8161 from prototypes.
8162
8163 * msdos.h (load_pixmap): Don't define away.
8164
383e0970
J
81652010-07-02 Jan Djärv <jan.h.d@swipnet.se>
8166
f57e2426
J
8167 * lisp.h:
8168 * atimer.h: Remove define for P_.
8169
8170 * alloc.c: Remove __P and P_ from .c and .m files.
8171 * atimer.c:
8172 * buffer.c:
8173 * callint.c:
8174 * category.c:
8175 * charset.c:
8176 * chartab.c:
8177 * cm.c:
8178 * coding.c:
8179 * composite.c:
8180 * data.c:
8181 * dired.c:
8182 * dispnew.c:
8183 * doc.c:
8184 * editfns.c:
8185 * emacs.c:
8186 * eval.c:
8187 * fileio.c:
8188 * filelock.c:
8189 * fns.c:
8190 * font.c:
8191 * fontset.c:
8192 * frame.c:
8193 * ftfont.c:
8194 * ftxfont.c:
8195 * gmalloc.c:
8196 * gtkutil.c:
8197 * image.c:
8198 * indent.c:
8199 * intervals.c:
8200 * keyboard.c:
8201 * keymap.c:
8202 * lread.c:
8203 * marker.c:
8204 * menu.c:
8205 * minibuf.c:
8206 * print.c:
8207 * process.c:
8208 * scroll.c:
8209 * search.c:
8210 * sound.c:
8211 * strftime.c:
8212 * syntax.c:
8213 * sysdep.c:
8214 * term.c:
8215 * terminal.c:
8216 * textprop.c:
8217 * unexalpha.c:
8218 * w32console.c:
8219 * w32fns.c:
8220 * w32font.c:
8221 * w32menu.c:
8222 * w32term.c:
8223 * w32uniscribe.c:
8224 * window.c:
8225 * xdisp.c:
8226 * xfaces.c:
8227 * xfns.c:
8228 * xfont.c:
8229 * xftfont.c:
8230 * xmenu.c:
8231 * xselect.c:
8232 * xterm.c: Likewise.
8233
383e0970 8234 Remove P_ and __P macros.
f57e2426
J
8235 * atimer.h: Remove P_ and __P macros.
8236 * buffer.h:
383e0970
J
8237 * category.h:
8238 * ccl.h:
8239 * character.h:
8240 * charset.h:
8241 * cm.h:
8242 * coding.h:
8243 * composite.h:
8244 * dispextern.h:
8245 * disptab.h:
9e892c8d 8246 * dosfns.h:
383e0970
J
8247 * font.h:
8248 * fontset.h:
8249 * frame.h:
8250 * gtkutil.h:
8251 * indent.h:
8252 * intervals.h:
8253 * keyboard.h:
8254 * keymap.h:
8255 * lisp.h:
8256 * macros.h:
8257 * md5.h:
8258 * menu.h:
8259 * msdos.h:
8260 * nsterm.h:
8261 * puresize.h:
8262 * region-cache.h:
8263 * syntax.h:
8264 * syssignal.h:
8265 * systime.h:
8266 * termhooks.h:
9e892c8d 8267 * w32font.h:
383e0970
J
8268 * w32term.h:
8269 * widget.h:
8270 * window.h:
8271 * xgselect.h:
8272 * xsettings.h:
8273 * xterm.h: Likewise.
8274
98601119
DN
82752010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
8276
d9170db5
DN
8277 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
8278
98601119
DN
8279 Cleanup old code.
8280 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
8281 * syssignal.h: Remove code for Lynx, not supported anymore.
8282 * vm-limit.c: Remove unused code the depends on emacs not being
8283 defined and NO_LIM_DATA being defined.
8284 * mem-limits.h: Remove dead code.
8285
1f984e12
J
82862010-07-01 Jan Djärv <jan.h.d@swipnet.se>
8287
c49d071a
J
8288 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
8289
9d5405ec
J
8290 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
8291 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
8292
7a18115b
J
8293 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
8294 parameters, they are already absolute.
8295
a628ad9d
JB
8296 * nsterm.m (x_set_window_size, initFrameFromEmacs):
8297 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
581a8100 8298
a628ad9d 8299 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
581a8100 8300
a628ad9d
JB
8301 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
8302 Update FRAME_TOOLBAR_HEIGHT.
581a8100 8303
a628ad9d
JB
8304 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
8305 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
1f984e12 8306
c1ef4455
CY
83072010-06-30 Chong Yidong <cyd@stupidchicken.com>
8308
bba3e508
SM
8309 * frame.c (get_future_frame_param, Fmake_terminal_frame):
8310 Don't check default-frame-alist.
c1ef4455 8311
ce8f5a9a
AS
83122010-06-30 Andreas Schwab <schwab@linux-m68k.org>
8313
8314 * process.c (create_process): Avoid using invalid file descriptors.
8315
8316 * callproc.c (child_setup): Avoid closing a file descriptor twice.
8317
bf935339
J
83182010-06-30 Jan Djärv <jan.h.d@swipnet.se>
8319
8320 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
8321 Improve documentation. Return font regardless of use_system_font.
8322 (syms_of_xsettings): Improve documentation for font-use-system-font.
8323
7c33a057
CY
83242010-07-10 Chong Yidong <cyd@stupidchicken.com>
8325
2ec1b5ee
CY
8326 * xfaces.c (realize_face): Garbage the frame if a face is removed
8327 (Bug#6593).
8328
83292010-07-05 Andreas Schwab <schwab@linux-m68k.org>
8330
8331 * keyboard.c: Remove duplicate <setjmp.h>.
8332 (read_key_sequence): Remove volatile qualifiers.
8333
83342010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8335
8336 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
8337 (struct glyph_row): New members left_fringe_offset and
8338 right_fringe_offset.
8339
8340 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
8341 specially.
8342 * w32term.c (w32_draw_fringe_bitmap): Likewise.
8343 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
8344
8345 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
f6003da5 8346 Take account of bitmap offset.
2ec1b5ee
CY
8347 (draw_window_fringes): Take account of window vscroll.
8348 (update_window_fringes): Likewise. Extend top-aligned top indicator
8349 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
8350 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
8351 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
8352
83532010-07-04 Juanma Barranquero <lekktu@gmail.com>
8354
8355 * w32fns.c (Qtooltip): Declare.
8356 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
8357
83582010-07-03 Jan Djärv <jan.h.d@swipnet.se>
8359
8360 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
8361 grab on just Press (Bug#6499).
8362
83632010-07-02 Chong Yidong <cyd@stupidchicken.com>
8364
8365 * frame.c (Qtooltip): New var.
8366 (delete_frame): Use it. Fix faulty if statement. Don't update
8367 mode line for tooltip frames. Suggested by Martin Rudalics.
8368
8369 * xfns.c (x_create_tip_frame):
8370 * w32fns.c (x_create_tip_frame): Use it.
8371
83722010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
769e9d47
KH
8373
8374 * xftfont.c (xftfont_open): Check font width one by one also when
8375 spacing is dual.
8376
8377 * ftfont.c (ftfont_open): Ditto.
8378
6259c2ec
GM
83792010-06-30 Glenn Morris <rgm@gnu.org>
8380
a46007e9
GM
8381 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
8382
6259c2ec
GM
8383 * Makefile.in (CANNOT_DUMP): Update for configure name change.
8384
8385 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
8386 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
8387 * s/darwin.h (SYSTEM_MALLOC):
8388 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
8389
5d1d3d04
J
83902010-06-29 Jan Djärv <jan.h.d@swipnet.se>
8391
8392 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
8393 (ns_get_screen): Don't assign integer to f.
8394 (Fx_display_color_cells): Declarations before statements.
8395
e547b051
J
83962010-06-28 Jan Djärv <jan.h.d@swipnet.se>
8397
5fc8e5bc
J
8398 * xfns.c (x_default_font_parameter): Remove got_from_system
8399 (Bug#6526).
8400
e547b051 8401 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
bba3e508
SM
8402 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper):
8403 New defines based on what configure finds.
e547b051
J
8404
8405 * xterm.c (XTflash): Use gtk_widget_get_window.
8406 (xg_scroll_callback): Use gtk_adjustment_get_upper and
8407 gtk_adjustment_get_page_size.
8408 (handle_one_xevent): Use gtk_widget_get_mapped.
8409 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
8410 messages.
8411
8412 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
8413
8414 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
8415 HAVE_GTK_FILE_SELECTION_NEW.
8416
bba3e508
SM
8417 * gtkutil.c (xg_display_open, xg_display_close):
8418 Remove HAVE_GTK_MULTIDISPLAY, it is always defined.
e547b051
J
8419 (xg_display_open): Return type is void.
8420 (gtk_widget_set_has_window)
8421 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
8422 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
8423 (gtk_adjustment_set_page_increment)
8424 (gtk_adjustment_get_step_increment): #define these if not found
8425 by configure.
8426 (remove_submenu): New define based on Gtk+ version.
bba3e508
SM
8427 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar):
8428 Use gtk_widget_get_window.
e547b051
J
8429 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
8430 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
8431 (create_dialog): Use gtk_dialog_get_action_area and
8432 gtk_dialog_get_content_area.
8433 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
8434 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
8435 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
bba3e508
SM
8436 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item):
8437 Use g_object_ref and g_object_unref.
8438 (xg_update_menu_item, xg_tool_bar_menu_proxy):
8439 Use gtk_widget_get_sensitive.
e547b051
J
8440 (xg_update_submenu): Use remove_submenu.
8441 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
8442 properties instead to get old x and y position.
8443 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
8444 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
2b7e356a 8445 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
e547b051
J
8446 (xg_get_tool_bar_widgets): New function.
8447 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
8448 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
8449 (toolbar_set_orientation): New #define based on if configure
8450 finds gtk_orientable_set_orientation.
8451 (xg_create_tool_bar): Call toolbar_set_orientation.
8452 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
8453 instead of gtk_box_pack_start_defaults.
8454
b9229673
CY
84552010-06-28 Chong Yidong <cyd@stupidchicken.com>
8456
8457 * cmds.c (Fdelete_backward_char): Move into Lisp.
8458
bbc803b0
DN
84592010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
8460
8461 * s/freebsd.h (BSD4_2): Remove redundant definition.
8462 bsd-common.h defines it already.
8463
6431f2e6
CY
84642010-06-27 Chong Yidong <cyd@stupidchicken.com>
8465
8466 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
8467 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
8468 tool-bar-mode, which are now set using these X resources at
8469 startup, to determine the defaults (Bug#2249).
8470
8471 * w32fns.c (Fx_create_frame):
8472 * nsfns.m (Fx_create_frame): Likewise.
8473
8474 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
8475
8c079ebb
JB
84762010-06-24 Juanma Barranquero <lekktu@gmail.com>
8477
8478 * gtkutil.c (xg_update_scrollbar_pos):
8479 Avoid C99 mid-block variable declaration.
8480
e9b7ab96
JD
84812010-06-22 Jan Djärv <jan.h.d@swipnet.se>
8482
bc869eca
JD
8483 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
8484
2b7e356a 8485 * gtkutil.h (xg_show_scroll_bar): Remove.
bc869eca
JD
8486
8487 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
8488 if height is less than scroll bar min size.
8489 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
8490
e9b7ab96
JD
8491 * xfns.c (x_default_font_parameter): Try to open font from system
8492 before using it (bug#6478). Rename got_from_gconf to got_from_system.
8493
a628ad9d 84942010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
32a679fd
JD
8495
8496 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
8497
70c4cfbb
EZ
84982010-06-20 Eli Zaretskii <eliz@gnu.org>
8499
8500 * xdisp.c (try_scrolling): When scroll-conservatively is set to
8501 most-positive-fixnum, be extra accurate when scrolling window
8502 start, to avoid missing the cursor line.
8503
ad5a12b5
EZ
85042010-06-19 Eli Zaretskii <eliz@gnu.org>
8505
8506 * xdisp.c (try_scrolling): Compute the limit for searching point
8507 in forward scroll from scroll_max, instead of an arbitrary limit
ef1b0ba7
SM
8508 of 10 screen lines.
8509 See http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
ad5a12b5
EZ
8510 and
8511 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
8512 for details.
8513
2a64315a 85142010-06-16 Glenn Morris <rgm@gnu.org>
6fda6a0c
GM
8515
8516 * editfns.c (Fbyte_to_string): Pacify compiler.
8517
288cf4e9
SM
85182010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8519
8520 * lread.c (read1): Phase out old-style backquotes a bit more.
8521
6e6e5760
EZ
85222010-06-12 Eli Zaretskii <eliz@gnu.org>
8523
cbc4fd20
EZ
8524 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
8525 bidimirror.h.
8526
8527 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
8528
317fbf33
EZ
8529 * bidi.c (bidi_initialize): Remove explicit initialization of
8530 bidi_type_table; include biditype.h instead. Don't support
288cf4e9 8531 entries whose second codepoint is zero. Initialize bidi_mirror_table.
cbc4fd20 8532 (bidi_mirror_char): Use bidi_mirror_table.
317fbf33
EZ
8533
8534 * biditype.h: New file.
8535
cbc4fd20
EZ
8536 * bidimirror.h: New file.
8537
6e6e5760
EZ
8538 * window.c (syms_of_window): Doc fix (bug#6409).
8539
4176cba2
RF
85402010-06-12 Romain Francoise <romain@orebokech.com>
8541
8542 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
8543 ediff-hook.
8544
cb4bfcb5
GM
85452010-06-10 Glenn Morris <rgm@gnu.org>
8546
64c60c2f
GM
8547 * editfns.c (Fbyte_to_string): Pacify compiler.
8548
cb4bfcb5
GM
8549 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
8550
2ec1b5ee
CY
85512010-06-26 Andreas Schwab <schwab@linux-m68k.org>
8552
8553 * alloc.c (Fmake_byte_code): Don't access undefined argument
8554 (Bug#6517).
8555
85562010-06-25 Chong Yidong <cyd@stupidchicken.com>
8557
8558 * xdisp.c (next_element_from_image): Ensure that after-strings are
8559 read the next time we hit handle_stop (Bug#1336).
8560
85612010-06-23 Andreas Schwab <schwab@linux-m68k.org>
8562
8563 * lread.c (read1): Signal error if #s is not followed by paren.
8564
85652010-06-19 Chong Yidong <cyd@stupidchicken.com>
8566
8567 * image.c (free_image): Mark frame as garbaged (Bug#6426).
8568
8569 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
8570
85712010-06-15 Glenn Morris <rgm@gnu.org>
8572
8573 * editfns.c (Fbyte_to_string): Pacify compiler.
8574
e454a4a3
SM
85752010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8576
8577 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
8578 Check `object's type before accessing its guts.
8579
c1b1acc2
DN
85802010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
8581
8582 * s/usg5-4.h: Fix previous change.
8583 Suggested by Lawrence Mitchell <wence@gmx.li>
8584
657d4c0b
AS
85852010-06-08 Andreas Schwab <schwab@linux-m68k.org>
8586
8587 * minibuf.c (Fall_completions): Add more checks.
8588
9b27fd9f
JB
85892010-06-08 Juanma Barranquero <lekktu@gmail.com>
8590
8591 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
8592
a99ebb40
DN
85932010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
8594
d7c5d87d
DN
8595 * lread.c (X_OK): Remove, unused.
8596
0263a941
DN
8597 * dispnew.c: Remove obsolete comment.
8598
a99ebb40
DN
8599 Remove INCLUDED_FCNTL.
8600 * xterm.c (INCLUDED_FCNTL):
8601 * callproc.c (INCLUDED_FCNTL):
8602 * alloc.c (INCLUDED_FCNTL):
8603 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
8604 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
8605
13b5221f
MR
86062010-06-07 Martin Rudalics <rudalics@gmx.at>
8607
8608 * window.c (Fselect_window): Move `record_buffer' up to the
8609 beginning of this function, so the buffer gets recorded
8610 even if the selected window does not change.
8611 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
8612
5220357f
JB
86132010-06-07 Juanma Barranquero <lekktu@gmail.com>
8614
8615 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
8616 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
8617
3085237c
DN
86182010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
8619
8620 Remove BSTRING related code, all platforms define it.
8621 * s/usg5-4.h (BSTRING): Remove definition.
8622 * s/template.h (BSTRING):
8623 * s/msdos.h (BSTRING):
8624 * s/ms-w32.h (BSTRING):
8625 * s/hpux10-20.h (BSTRING):
8626 * s/gnu-linux.h (BSTRING):
8627 * s/darwin.h (BSTRING):
8628 * s/cygwin.h (BSTRING):
8629 * s/bsd-common.h (BSTRING):
8630 * s/aix4-2.h (BSTRING): Likewise.
8631 * sysdep.c: Remove code depending on BSTRING not being defined.
8632
409f2919
JB
86332010-06-05 Juanma Barranquero <lekktu@gmail.com>
8634
8635 Remove obsolete macro BASE_LEADING_CODE_P.
8636 * character.h (BASE_LEADING_CODE_P): Remove.
8637 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
8638 * buffer.c (Fset_buffer_multibyte):
8639 * indent.c (scan_for_column, compute_motion):
8640 * insdel.c (count_combining_before, count_combining_after):
8641 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
8642
087fc47a
JB
86432010-06-04 Juanma Barranquero <lekktu@gmail.com>
8644
8645 Turn `directory-sep-char' into a noop.
8646
8647 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
8648 (DIRECTORY_SEP): Define unconditionally.
8649
8650 * s/ms-w32.h (DIRECTORY_SEP): Remove.
8651
8652 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
8653 call dostounix_filename directly.
8654
8655 * fileio.c (CORRECT_DIR_SEPS): Remove.
8656 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
8657 (Fsubstitute_in_file_name): Use dostounix_filename instead.
8658 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
8659 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
8660
8661 * w32proc.c (CORRECT_DIR_SEPS): Remove.
8662 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
8663
0eb7675e
AS
86642010-06-03 Andreas Schwab <schwab@linux-m68k.org>
8665
a628ad9d
JB
8666 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
8667 (Bug#6346)
0eb7675e 8668
78edd3b7
JB
86692010-06-03 Juanma Barranquero <lekktu@gmail.com>
8670
8671 * ccl.c (Fccl_program_p): Fix typo in docstring.
8672
eb697db5
DN
86732010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
8674
8675 Move UNEXEC definition to autoconf.
8676 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
8677 * s/sol2-10.h (UNEXEC):
8678 * s/irix6-5.h (UNEXEC):
8679 * s/hpux10-20.h (UNEXEC):
8680 * s/gnu-linux.h (UNEXEC):
8681 * s/darwin.h (UNEXEC):
8682 * s/cygwin.h (UNEXEC):
8683 * s/bsd-common.h (UNEXEC):
8684 * s/aix4-2.h (UNEXEC):
8685 * m/alpha.h (UNEXEC): Likewise.
8686 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
8687
aa3830c4
JB
86882010-06-03 Juanma Barranquero <lekktu@gmail.com>
8689
8690 Remove obsolete pre-unicode2 macros.
8691 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
8692 * composite.c (composition_reseat_it):
8693 * data.c (Faset):
8694 * fns.c (Ffillarray):
8695 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
8696 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
8697
d234d13e
JL
86982010-06-03 Juri Linkov <juri@jurta.org>
8699
8700 * buffer.c (Fother_buffer): Add CHECK_FRAME.
8701 (Fswitch_to_buffer): Remove unused variable `err'.
8702
0d4bcf4d
GM
87032010-06-03 Glenn Morris <rgm@gnu.org>
8704
e23dc1e2
GM
8705 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
8706
05b09564
GM
8707 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
8708 now that AH_BOTTOM does it.
8709
824e2978
GM
8710 * m/hp800.h (HAVE_ALLOCA):
8711 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
8712
0d4bcf4d
GM
8713 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
8714 Remove NOT_C_CODE tests, it is always true now.
8715
c55d2abf
DN
87162010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
8717
08a494a3
DN
8718 Fix config.h includes.
8719 * xsettings.c:
8720 * xgselect.c:
8721 * nsterm.m:
8722 * nsselect.m:
8723 * nsimage.m:
8724 * nsfont.m:
8725 * nsfns.m:
8726 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
8727 other files do.
8728
75934b1d
DN
8729 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
8730
9f32a766
DN
8731 * s/sol2-6.h: Remove obsolete comments.
8732
c55d2abf
DN
8733 Remove unnecessary alloca.h includes.
8734 * keymap.c: Do not include alloca.h, config.h does that.
8735 * sysdep.c: Likewise. Do not define fwrite, not used.
8736
06ac62b4
SM
87372010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8738
8739 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
8740 the HAVE_TERMIO where it belongs (bug#6149).
8741
1ab8293c
SM
87422010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8743
8744 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
8745 of bug#6305).
8746
6dcfd253
EZ
87472010-05-30 Eli Zaretskii <eliz@gnu.org>
8748
8749 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
8750 state is always cached (bug#6306).
8751
6d26bbb2
EZ
87522010-05-29 Eli Zaretskii <eliz@gnu.org>
8753
06fa4a23
EZ
8754 Fix cursor motion in bidi-reordered continued lines.
8755 * xdisp.c (try_cursor_movement): Backup to non-continuation line
8756 only after finding point's row. Fix the logic. Rewrite the loop
ef1b0ba7
SM
8757 over continuation lines in bidi-reordered buffers.
8758 Return CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
6d26bbb2
EZ
8759 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
8760
f5783df3
MA
87612010-05-28 Michael Albinus <michael.albinus@gmx.de>
8762
8763 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
8764
7d56b2dd
KH
87652010-05-28 Kenichi Handa <handa@m17n.org>
8766
8767 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
8768 Don't sheck SPEC if it is nil.
8769 (font_list_entities): Call font_delete_unmatched if
b925d231 8770 Vface_ignored_fonts is non-nil. (Bug#6287)
7d56b2dd 8771
e58d4ff7
GM
87722010-05-28 Glenn Morris <rgm@gnu.org>
8773
8774 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
8775
f1a5d776
CY
87762010-05-27 Chong Yidong <cyd@stupidchicken.com>
8777
8778 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
8779 whether to trash.
8780 (internal_delete_file, Frename_file): Callers changed.
8781 (delete_by_moving_to_trash): Doc fix.
8782 (Fdelete_directory_internal): Don't move to trash.
8783
8784 * callproc.c (delete_temp_file):
8785 * buffer.c (Fkill_buffer): Callers changed.
8786
8787 * lisp.h: Update prototype.
8788
f44a59e6
CY
87892010-05-27 Chong Yidong <cyd@stupidchicken.com>
8790
8791 * xdisp.c (redisplay_window): After redisplay, check if point is
8792 still valid before setting it (Bug#6177).
8793
81ac4f35
GM
87942010-05-27 Glenn Morris <rgm@gnu.org>
8795
8796 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
8797 Convert comments to Makefile format.
8798
8799 * Makefile.in (bootstrap-clean): No more Makefile.c.
8800
ccd89fb3
GM
88012010-05-26 Glenn Morris <rgm@gnu.org>
8802
90278cb6
GM
8803 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
8804 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
8805
ccd89fb3
GM
8806 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
8807 Remove.
8808 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
8809
b7050583
KH
88102010-05-26 Kenichi Handa <handa@m17n.org>
8811
8812 * composite.c (composition_compute_stop_pos): Fix condition for
8813 backward scanning.
8814
e5458003
GM
88152010-05-25 Glenn Morris <rgm@gnu.org>
8816
c345fe90
GM
8817 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
8818 Move before TEMACS_LDFLAGS.
8819 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
8820 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
8821
2e0689ab
GM
8822 * Makefile.in (NOT_C_CODE): No longer define.
8823 (config.h): No longer include.
8824
8009a5e8
GM
8825 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
8826 variables it may reference.
8827
e5458003
GM
8828 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
8829 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
8830
10f72a37
KH
88312010-05-25 Kenichi Handa <handa@m17n.org>
8832
8833 * dispextern.h (struct composition_it): New members rule_idx and
8834 charpos.
8835
8836 * xdisp.c (set_iterator_to_next): While scanning backward, assume
8837 that the character positions of IT point the last character of the
8838 current grapheme cluster.
8839 (next_element_from_composition): Don't change character positions
8840 of IT.
8841 (append_composite_glyph): Set glyph->charpos to
8842 it->cmp_it.charpos.
8843
8844 * composite.c (autocmp_chars): Change the first argument to RULE,
8845 and try composition with RULE only.
8846 (composition_compute_stop_pos): Record the index number of the
8847 composition rule in CMP_IT->rule_idx.
8848 (composition_reseat_it): Call autocmp_chars repeatedly until the
8849 correct rule of the composition is found.
8850 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
8851 is at the last character of the current grapheme cluster when
8852 CMP_IT->reversed_p is nonzero.
8853
171eda53 88542010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
f5b416d2 8855
171eda53
SM
8856 * editfns.c (Fbyte_to_string): New function.
8857
66a9f7f4
SM
88582010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8859
8860 * process.c (Fmake_network_process): Set :host to nil if it's not used.
8861 Suggested by Masatake YAMATO <yamato@redhat.com>.
8862
d8c315d1
EZ
88632010-05-23 Eli Zaretskii <eliz@gnu.org>
8864
171eda53 8865 * dispextern.h (init_iterator): Sync prototype with changed definition.
d8c315d1 8866
f5b416d2 88672010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
8868
8869 * s/netbsd.h: If terminfo is found, use it in preference to
8870 termcap. (Bug#6190) [Backport from trunk]
8871
0416466c
EZ
88722010-05-19 Eli Zaretskii <eliz@gnu.org>
8873
11117830 8874 Redesign and reimplement bidi-aware edge positions of glyph rows.
d36fe237
EZ
8875
8876 * dispextern.h (struct glyph_row): New members minpos and maxpos.
8877 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
8878 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
8879 and maxpos members instead of start.pos and end.pos, respectively.
8880
8881 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
8882 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
8883 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
66a9f7f4
SM
8884 (try_window_reusing_current_matrix, try_window_id):
8885 Use ROW->minpos rather than ROW->start.pos.
d36fe237
EZ
8886 (init_from_display_pos, init_iterator): Use EMACS_INT for
8887 character and byte positions.
66a9f7f4 8888 (find_row_edges): Rename from find_row_end. Accept additional
d36fe237
EZ
8889 arguments for minimum and maximum buffer positions seen by
8890 display_line for this row. Don't use iterator to find the
8891 position following the maximum one; instead, increment the
11117830
EZ
8892 position found by display_line directly. Fix logic; eol_pos
8893 should be tested before the rest. Handle the case of characters
8894 delivered from display vector (bug#6036). Fix tests related to
8895 it->method. Handle the truncated_on_right_p rows.
8896 (RECORD_MAX_MIN_POS): New macro.
8897 (display_line): Use it to record the minimum and maximum buffer
8898 positions for glyphs in the row being assembled. Record the
8899 position of the newline that terminates the line. If word wrap is
8900 in effect, restore minimum and maximum positions seen up to the
8901 wrap point, when iterator returns to it.
8902 (try_window_reusing_current_matrix): Give up if in bidi-reordered
8903 row and cursor not already at point. Restore original pre-bidi
8904 code for unidirectional buffers.
d36fe237
EZ
8905
8906 * dispnew.c (increment_row_positions, check_matrix_invariants):
8907 Increment and check row->start.pos and row->end.pos, in addition
8908 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
8909
11117830
EZ
8910 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
8911 Display truncated_on_left_p and truncated_on_right_p flags.
8912 Formatting fixes.
8913 (pmtxrows): Display the ordinal number of each row. Don't display
8914 rows beyond the last one.
8915
8916 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
8917 it is not copied by bidi_copy_it.
8918
6e83d800
EZ
89192010-05-22 Eli Zaretskii <eliz@gnu.org>
8920
8921 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
8922 (Bug#6237)
8923
110683ad
CY
89242010-05-22 Chong Yidong <cyd@stupidchicken.com>
8925
8926 * image.c (Fimage_flush): Rename from image-refresh.
8927
98fe5161
CY
89282010-05-21 Chong Yidong <cyd@stupidchicken.com>
8929
8930 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
8931 just one window.
8932
8933 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
8934 (clear_image_cache): If the number of cached images is unusually
8935 large, decrease the cache eviction delay (Bug#6230).
8936
e8752c66
GM
89372010-05-21 Glenn Morris <rgm@gnu.org>
8938
66dbf213
GM
8939 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
8940 Move these rules to ns.mk.
8941 * ns.mk: New file.
8942
04384b2d
GM
8943 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
8944
e8752c66
GM
8945 * Makefile.in (CANNOT_DUMP): New, set by configure.
8946 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
8947
2e2bbddb
JL
89482010-05-20 Juri Linkov <juri@jurta.org>
8949
8950 * fileio.c (Fdelete_file): Change interative spec to use
8951 `read-file-name' like in `find-file-read-args' where the default
8952 value is `default-directory' instead of `buffer-file-name'.
8953 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
8954
31c4aaf6
KR
89552010-05-20 Kevin Ryde <user42@zip.com.au>
8956
8957 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
8958 (Voverriding_terminal_local_map, Vsystem_key_alist)
8959 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
8960
9d5cf9b6
GM
89612010-05-20 Glenn Morris <rgm@gnu.org>
8962
8963 * Makefile.in (DEPDIR): New constant.
8964 (DEPFLAGS): Set with configure, not cpp.
8965 (MKDEPDIR): New, set by configure.
8966 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
8967 (clean): Use $DEPDIR.
8968 (deps_frag): Include from configure.
8969 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
8970 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
8971
bba3e508
SM
8972 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state):
8973 Fix reallocation of the cache. (Bug#6210)
ead6f8f5 8974
7f34aec3
GM
89752010-05-19 Glenn Morris <rgm@gnu.org>
8976
d494e8f2
GM
8977 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
8978
c1d0dcfd
GM
8979 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
8980 (GNULIB_VAR): Remove.
8981 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
8982
8983 * m/ibms390x.h (LINKER):
8984 * m/macppc.h (LINKER) [GNU_LINUX]:
8985 * s/aix4-2.h (ORDINARY_LINK):
8986 * s/cygwin.h (LINKER):
8987 * s/darwin.h (ORDINARY_LINK):
8988 * s/gnu.h (ORDINARY_LINK):
8989 * s/netbsd.h (LINKER):
8990 * s/usg5-4.h (ORDINARY_LINK):
8991 Move to configure.
8992
7f34aec3
GM
8993 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
8994
754790b6
CY
89952010-05-18 Chong Yidong <cyd@stupidchicken.com>
8996
8997 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
8998 prevent stack overflow if number of arguments is too large
8999 (Bug#6214).
9000
161e44d1
JB
90012010-05-18 Juanma Barranquero <lekktu@gmail.com>
9002
9003 * charset.c (load_charset_map_from_file): Don't call close after fclose.
9004
be4ff9da
GM
90052010-05-18 Glenn Morris <rgm@gnu.org>
9006
9539dc5d
GM
9007 * s/gnu-linux.h: Combine two conditionals.
9008
9009 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
6665f4c5
GM
9010 $(POST_ALLOC_OBJ).
9011
40dc6bf4
GM
9012 * Makefile.in (RALLOC_OBJ): New, set by configure.
9013 (rallocobj): Replace with the previous variable.
9014 (otherobj): Use $RALLOC_OBJ.
9015
9016 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
9017 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
9018
be4ff9da
GM
9019 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
9020 (gmallocobj, vmlimitobj): Replace with previous two variables.
9021 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
9022
16455a85
GM
90232010-05-17 Glenn Morris <rgm@gnu.org>
9024
9025 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
9026 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
9027
5fdb7468
GM
90282010-05-16 Glenn Morris <rgm@gnu.org>
9029
7ca1f3f9
GM
9030 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
9031
7541dad5
GM
9032 * Makefile.in (clean): Get rid of HAVE_NS conditional.
9033
da53fab9
GM
9034 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
9035 trailing "/".
9036
b02a6645
GM
9037 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
9038 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
9039
8877ca0f
GM
9040 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
9041 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
9042 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
9043 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
9044 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
9045
5fdb7468
GM
9046 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
9047 Remove ${STARTFLAGS}, nothing ever sets it.
9048
95adb4b1
DN
90492010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
9050
9051 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
9052
676b6304
GM
90532010-05-16 Glenn Morris <rgm@gnu.org>
9054
9beab9ce
GM
9055 * Makefile.in (LIBX_BASE): Always define.
9056
8a95f0e7
GM
9057 * Makefile.in (LIBX_OTHER): Move out of cpp section.
9058
676b6304
GM
9059 * Makefile.in (LIBXT): Always define.
9060
6e546d18
GM
90612010-05-15 Glenn Morris <rgm@gnu.org>
9062
4235ca47 9063 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
02d4ac0e 9064
6e546d18
GM
9065 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
9066 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
9067
8c5ff6dd
KR
90682010-05-15 Ken Raeburn <raeburn@raeburn.org>
9069
560bb7ae 9070 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
52766425
KR
9071 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
9072
8b4eb796
KR
9073 * emacs.c (main): Initialize initial-environment and
9074 process-environment before generating from env, not after.
9075
8c5ff6dd
KR
9076 Handle --version reasonably in CANNOT_DUMP configuration.
9077 * emacs.c (emacs_version, emacs_copyright): New string variables.
9078 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
9079 (syms_of_emacs): Defvar them, and initialize them from the C
9080 string variables.
9081 (main): If initialization hasn't been done, print initial version
9082 info from the C strings, instead of starting an interactive session.
9083
dbd3f723
EZ
90842010-05-15 Eli Zaretskii <eliz@gnu.org>
9085
d20e1419
EZ
9086 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
9087 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
2e9abc3d
EZ
9088 (bidi_paragraph_init): Remove redundant assertion that we are at
9089 the beginning of a line after call to bidi_find_paragraph_start.
d20e1419
EZ
9090
9091 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
9092 (syms_of_xdisp): Defsubr it.
9093
d36fe237
EZ
9094 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
9095
dbd3f723
EZ
9096 * Makefile.in: Fix MSDOS-related comments.
9097
02be533b
GM
90982010-05-15 Glenn Morris <rgm@gnu.org>
9099
1a82cca9
GM
9100 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
9101 (really-lwlib, really-oldXMenu): Always define.
9102 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
9103
3df7b338
GM
9104 * Makefile.in: Simplify cpp conditional.
9105
2b5f541b
GM
9106 * Makefile.in (${ns_appdir}): Simplify using umask.
9107
02be533b
GM
9108 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
9109
4e2db1fe
SM
91102010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
9111
9112 * eval.c (specbind): Remove left-over duplicate test.
9113 Disallow let-binding frame-local vars. Add comment.
9114
4b292a22
EZ
91152010-05-14 Eli Zaretskii <eliz@gnu.org>
9116
2fe72643 9117 Make the cache of bidi iterator states dynamically allocated.
1edbd309 9118 * bidi.c (bidi_cache_shrink): New function.
2fe72643
EZ
9119 (bidi_init_it): Call it.
9120 (bidi_cache_iterator_state): Enlarge the cache if needed.
9121
4e2db1fe 9122 * bidi.c (bidi_move_to_visually_next): Rename from
4b292a22
EZ
9123 bidi_get_next_char_visually. All callers changed.
9124
82ebc97b
KH
91252010-05-14 Kenichi Handa <handa@m17n.org>
9126
9127 * dispextern.h (struct composition_it): New member reversed_p.
9128
9129 * composite.c (composition_compute_stop_pos): Search backward if
9130 ENDPOS < CHARPOS.
9131 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
9132 Set CMP_IT->reversed_p.
b4b6e17e 9133 (composition_update_it): Pay attention to CMP_IT->reversed_p.
82ebc97b 9134
4e2db1fe
SM
9135 * xdisp.c (set_iterator_to_next):
9136 Call composition_compute_stop_pos with negative ENDPOS if we are
82ebc97b
KH
9137 scanning backward. Call composition_compute_stop_pos if scan
9138 direction is changed.
9139 (next_element_from_buffer): Call composition_compute_stop_pos with
9140 negative ENDPOS if we are scanning backward.
9141 (next_element_from_composition): Pay attention to
9142 IT->cmp_it.reversed_p.
9143
0e5d7800
KH
91442010-05-14 Kenichi Handa <handa@m17n.org>
9145
560bb7ae 9146 * font.c (font_range): Return the range for the font found at first.
0e5d7800 9147
cb027b32
GM
91482010-05-14 Glenn Morris <rgm@gnu.org>
9149
177b0288
GM
9150 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
9151
fbc00890
GM
9152 * Makefile.in (mktime, X11, register): Move undefs to configure.
9153
f14d1dfd
GM
9154 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
9155 (MSDOS_X_OBJ): New variable.
9156 (MSDOS_SUPPORT_REAL): New constant.
9157 (MSDOS_SUPPORT): Set as a variable, not with cpp.
9158 (obj): Use MSDOS_X_OBJ.
9159 (lisp): Use MSDOS_SUPPORT as a variable.
9160
11842bd8
GM
9161 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
9162 (GPM_MOUSE_SUPPORT): Now it's a constant.
9163 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
9164 not cpp.
9165
489d31a4 9166 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
845612ac 9167 (ns_appresdir): Remove, unused.
e20f1f07 9168
489d31a4
GM
9169 * Makefile.in (SHELL): Move outside cpp section.
9170
cb027b32
GM
9171 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
9172
5a903aa9
GM
91732010-05-13 Glenn Morris <rgm@gnu.org>
9174
3369c79f
GM
9175 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
9176 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
9177
d5e982a6
GM
9178 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
9179 HAVE_WINDOW_SYSTEM must be too.
9180
6192e163
GM
9181 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
9182 (lisp): Remove WINNT_SUPPORT.
9183
472c5d6b
GM
9184 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
9185 Let configure set these variables (to empty) in this case as well.
9186
0116466b
GM
9187 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
9188 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
9189
5a903aa9
GM
9190 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
9191 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
9192 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
9193 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
9194 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
c0a2b70a 9195 the values output by configure.
5a903aa9
GM
9196 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
9197
1a0d7c06
GM
91982010-05-12 Glenn Morris <rgm@gnu.org>
9199
b5457f14
GM
9200 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
9201 (LINKER_WAS_SPECIFIED): Remove.
9202
1a0d7c06
GM
9203 * Makefile.in (LIB_GCC): Set using configure, not cpp.
9204 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
9205 * m/arm.h (LIB_GCC) [GNU_LINUX]:
9206 * s/cygwin.h (LIB_GCC):
9207 * s/freebsd.h (LIB_GCC):
9208 * s/gnu-linux.h (LIB_GCC):
9209 * s/msdos.h (LIB_GCC):
9210 * s/netbsd.h (LIB_GCC):
9211 Move to configure.
9212
d1ddd1d0 92132010-05-11 Karel Klíč <kklic@redhat.com>
c90ca7b7
KH
9214
9215 * ftfont.c: Fix incorrect parentheses of #if condition for
9216 definining M17N_FLT_USE_NEW_FEATURE.
9217
acddf8ae
GM
92182010-05-11 Glenn Morris <rgm@gnu.org>
9219
9220 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
9221 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
9222
ae5e04fa
EZ
92232010-05-10 Eli Zaretskii <eliz@gnu.org>
9224
9225 * xdisp.c (init_iterator): Don't turn on bidi reordering in
9226 unibyte buffers. See
9227 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
9228
7490175b
GM
92292010-05-10 Glenn Morris <rgm@gnu.org>
9230
97efb629
GM
9231 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
9232 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
9233 (LIBES): Use LIBS_SYSTEM as a variable.
9234 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
9235 * s/aix4-2.h (LIBS_SYSTEM):
9236 * s/freebsd.h (LIBS_SYSTEM):
9237 * s/hpux10-20.h (LIBS_SYSTEM):
9238 * s/sol2-6.h (LIBS_SYSTEM):
9239 * s/unixware.h (LIBS_SYSTEM):
9240 Move to configure.
9241
7490175b
GM
9242 * s/aix4-2.h (MAIL_USE_LOCKF):
9243 * s/bsd-common.h (MAIL_USE_FLOCK):
9244 * s/darwin.h (MAIL_USE_FLOCK):
9245 * s/gnu-linux.h (MAIL_USE_FLOCK):
9246 * s/irix6-5.h (MAIL_USE_FLOCK):
9247 * s/template.h (MAIL_USE_FLOCK):
9248 Move to configure.
9249
0235128c 92502010-05-08 Chong Yidong <cyd@stupidchicken.com>
61a808e8
CY
9251
9252 * Version 23.2 released.
9253
0235128c 92542010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5dcde606
AS
9255
9256 * composite.c (autocmp_chars): Save point as marker before calling
9257 auto-composition-function (Bug#5984).
9258
9259 * lisp.h (restore_point_unwind): Add prototype.
9260
9261 * fileio.c (restore_point_unwind): Remove static attribute.
9262
0235128c 92632010-05-08 Kenichi Handa <handa@m17n.org>
c4170e32
KH
9264
9265 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
9266 new feature of libotf and m17n-flt.
0235128c
SM
9267 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
9268 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
9269 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
9270 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
9271 that OUT is NULL. Use OTF_drive_gsub_with_log and
9272 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
9273 OTF_drive_gpos.
9274 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
0235128c
SM
9275 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
9276 Setup mflt_enable_new_feature and mflt_try_otf.
9277
4721152c
J
92782010-05-08 Jan Djärv <jan.h.d@swipnet.se>
9279
9280 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
9281
9282 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
9283 box and toolbar (Bug #6139).
9284 (xg_create_tool_bar): Remove comment (Bug #6139).
9285 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
9286 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
9287
ee0a16cf
JB
92882010-05-08 Juanma Barranquero <lekktu@gmail.com>
9289
9290 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
9291 Update dependencies.
9292
96d79611
EZ
92932010-05-08 Eli Zaretskii <eliz@gnu.org>
9294
9295 * fringe.c (update_window_fringes): Set up truncation bitmaps for
9296 R2L lines.
9297
40c17879
GM
92982010-05-08 Glenn Morris <rgm@gnu.org>
9299
7b42b29f
GM
9300 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
9301
40c17879
GM
9302 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
9303 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
9304 (termcapobj): Replace with TERMCAP_OBJ.
9305 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
9306 (LIBES): Use LIBS_TERMCAP as a variable.
9307
9308 * s/freebsd.h (osreldate.h): No longer include, since this file
9309 does not use __FreeBSD_version any more.
9310
9311 * s/aix4-2.h (TERMINFO):
9312 * s/cygwin.h (TERMINFO):
9313 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
9314 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
9315 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
9316 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
9317 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
9318 * s/irix6-5.h (TERMINFO):
9319 * s/netbsd.h (LIBS_TERMCAP):
9320 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
9321 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
9322 * s/usg5-4.h (TERMINFO):
9323 Move to configure.
9324
94b612ad
SM
93252010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9326
9327 * eval.c (unbind_to): Don't unbind a local binding into the global
9328 binding when the local binding disappeared. Inversely, don't unbind
9329 a global binding into a newly created local binding.
9330 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
9331 can specify the frame to use, when applicable. Adjust callers.
9332
15e12598 93332010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
acd0102a 9334 Stefan Monnier <monnier@iro.umontreal.ca>
15e12598
VB
9335
9336 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
9337
f724825e
EZ
93382010-05-07 Eli Zaretskii <eliz@gnu.org>
9339
5cba3209
EZ
9340 * w32fns.c: Include w32.h.
9341 (Fw32_shell_execute): Decode the error message before passing it
9342 to `error'. (Bug#6126)
9343
d16bdfc3
EZ
9344 * msdos.c (dos_set_window_size):
9345 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
9346 instead of `XSYMBOL (foo)->value'.
9347
59d93e87
EZ
93482010-05-07 Eli Zaretskii <eliz@gnu.org>
9349
9fdec8bc
EZ
9350 Fix the MS-DOS build, broken by autoconfiscation.
9351
9352 * Makefile.in: Don't use Make-style comments past the "start of
9353 cpp stuff" line.
9354 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
9355
9356 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
9357 edited directly by msdos/sed1v2.inp).
f724825e 9358
2f86b22b
GM
93592010-05-07 Glenn Morris <rgm@gnu.org>
9360
9361 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
9362 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
9363 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
9364 move out of cpp section.
9365 * s/freebsd.h (LD_SWITCH_SYSTEM):
9366 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
9367 * s/netbsd.h (LD_SWITCH_SYSTEM):
9368 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
9369
49ebbd65
DN
93702010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
9371
9372 Define LIB_STANDARD and START_FILES using autoconf.
9373 * s/usg5-4.h (LIB_STANDARD):
9374 * s/netbsd.h (START_FILES):
9375 * s/irix6-5.h (LIB_STANDARD):
9376 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
9377 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
9378 * s/freebsd.h (START_FILES):
9379 * s/darwin.h (START_FILES):
9380 * s/cygwin.h (START_FILES):
9381 * s/aix4-2.h (LIB_STANDARD):
9382 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
9383 * Makefile.in (STARTFILES): Rename to START_FILES, define using
9384 autoconf, not cpp.
9385
d43c06d6
DN
93862010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
9387
28823648
DN
9388 Remove NEED_BSDTTY and NEED_UNISTD_H.
9389 * s/hpux10-20.h (NEED_BSDTTY): Remove.
9390 * s/aix4-2.h (NEED_UNISTD_H): Remove.
9391 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
9392 <sys/ptyio.h> and <unistd.h>.
9393
aca00430
DN
9394 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
9395
d43c06d6
DN
9396 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
9397 * s/gnu.h (START_FILES): Remove empty definition.
9398
3e56b11d
JD
93992010-05-06 Jan Djärv <jan.h.d@swipnet.se>
9400
9401 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
9402
e3cf0cde
GM
94032010-05-06 Glenn Morris <rgm@gnu.org>
9404
9405 * Makefile.in (CPP, LN_S): Remove unused variables.
9406
774b9a60
SM
94072010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
9410
4ab92842
LM
94112010-05-05 Lawrence Mitchell <wence@gmx.li>
9412
9413 * m/sparc.h: Fix typo in earlier change.
9414
178f2507
SM
94152010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9416
9417 Misc tweaks.
9418 * eval.c (Fdefvaralias): Remove unintended nested if.
9419 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
9420
80f00217 94212010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
991be6d4
JD
9422
9423 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
9424
ef03a4e6
DN
94252010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
9426
58eb6cf0
DN
9427 Remove BSD_PGRPS.
9428 * s/bsd-common.h (BSD_PGRPS): Remove undef.
9429 * s/gnu-linux.h (BSD_PGRPS): Remove.
9430 * term.c (dissociate_if_controlling_tty):
9431 * sysdep.c (narrow_foreground_group, widen_foreground_group)
9432 (init_sys_modes, reset_sys_modes):
9433 * emacs.c (main):
9434 * callproc.c (Fcall_process, child_setup): Remove code depending
9435 on BSD_PGRPS.
9436
ef03a4e6
DN
9437 Remove POSIX_SIGNALS.
9438 * s/usg5-4.h (POSIX_SIGNALS):
9439 * s/netbsd.h (POSIX_SIGNALS):
9440 * s/msdos.h (POSIX_SIGNALS):
9441 * s/ms-w32.h (POSIX_SIGNALS):
9442 * s/hpux11.h (POSIX_SIGNALS):
9443 * s/gnu.h (POSIX_SIGNALS):
9444 * s/gnu-linux.h (POSIX_SIGNALS):
9445 * s/freebsd.h (POSIX_SIGNALS):
9446 * s/darwin.h (POSIX_SIGNALS):
9447 * s/cygwin.h (POSIX_SIGNALS):
9448 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
9449 * s/unixware.h:
9450 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
9451 * process.c (create_process):
9452 * syssignal.h:
9453 * sysdep.c (wait_for_termination, init_signals):
9454 * process.c (create_process):
9455 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
9456 remove all code that assumes the contrary.
9457
49628785
GM
94582010-05-04 Glenn Morris <rgm@gnu.org>
9459
27a2cdfc
GM
9460 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
9461 variable.
9462 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
9463 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
9464 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
9465 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
9466 LD_SWITCH_SYSTEM_tmp.
9467 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
9468 New variables, set by configure.
9469
eb21eab5
GM
9470 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
9471 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
9472 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
9473 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
9474 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
9475
49628785
GM
9476 * s/aix4-2.h (C_SWITCH_SYSTEM):
9477 * m/alpha.h (C_SWITCH_MACHINE):
9478 Move to configure.in.
9479 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
9480 New variables, set by configure.
9481 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
9482 $c_switch_machine and $c_switch_system.
9483
7dff330b
DN
94842010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
9485
9486 * s/hpux10-20.h (LIB_STANDARD): New definition.
9487 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
9488 on it, not used anymore.
9489
53967e09
CY
94902010-05-03 Chong Yidong <cyd@stupidchicken.com>
9491
9492 * eval.c (internal_condition_case_n): Rename from
9493 internal_condition_case_2.
9494 (internal_condition_case_2): New function.
9495
9496 * xdisp.c (safe_call): Use internal_condition_case_n.
9497
9498 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
9499 (internal_delete_file, Frename_file): Callers changed.
9500
9501 * buffer.c (Fkill_buffer):
9502 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
9503
9504 * lisp.h: Update prototypes.
9505
3dee6fdb
GM
95062010-05-03 Glenn Morris <rgm@gnu.org>
9507
9508 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
9509 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
9510 (LIBXT): Set with configure, not cpp.
9511 (LIBX): Remove.
9512 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
9513
a101e0fb
DN
95142010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9515
9516 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
9517 The FreeBSD is not needed, the default works, Solaris version is
9518 not needed, and the remaining case is not supported by configure.
9519
f63d0028
JD
95202010-05-02 Jan Djärv <jan.h.d@swipnet.se>
9521
9522 * xsmfns.c (CHDIR_OPT): New define.
9523 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
9524 restarting emacs.
9525
9526 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
9527 shut_down_emacs.
9528
9529 * emacs.c (USAGE1): Mention --chdir.
9530 (main): Handle --chdir.
9531 (standard_args): Add --chdir.
9532 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
9533 #5552).
9534
e4814a9f
DN
95352010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
9536
cd03c74a
DN
9537 Remove LD_SWITCH_MACHINE.
9538 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
9539 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
9540
c3a398a1
DN
9541 Clean up IRIX code.
9542 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
9543 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
9544
87e7285c
DN
9545 Clean up AIX code.
9546 * m/ibmrs6000.inp: Remove file, unused.
9547 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
9548 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
9549 definition ...
9550 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
9551
80f00217
JB
9552 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
9553 unused.
e4814a9f 9554
59ca28de
EZ
95552010-05-01 Eli Zaretskii <eliz@gnu.org>
9556
197daef4
EZ
9557 Emulate POSIX_SIGNALS on MS-Windows.
9558
9559 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
9560 (SIG_SETMASK, SIG_UNBLOCK): Define.
d6dae14b
EZ
9561
9562 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
9563 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
9564 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
9565
80f00217
JB
9566 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
9567 New stubs.
197daef4 9568
af7c7572
EZ
9569 Miscellaneous fixes of bidi display.
9570
59ca28de
EZ
9571 * xdisp.c (find_row_end): New function, refactored from display_line.
9572 (display_line): Use it.
017ea819
EZ
9573 (extend_face_to_end_of_line): In almost-filled rows, extend only
9574 if the row is R2L and not continued.
166e930d 9575 (display_line): Fix prepending of truncation glyphs to R2L rows.
af7c7572 9576 Preserve overlay and string info in row->end.
166e930d
EZ
9577 (insert_left_trunc_glyphs): Support addition of left truncation
9578 glyphs to R2L rows.
b47e0dcf 9579 (set_cursor_from_row): Don't place cursor on the vertical border
af7c7572
EZ
9580 glyph between adjacent windows. Fix a crash when a display string
9581 is continued to the next line. Don't return zero if cursor was
9582 found by `cursor' property of a display string.
b47e0dcf
EZ
9583 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
9584 test for that explicitly.
59ca28de 9585
7acac9f4
GM
95862010-05-01 Glenn Morris <rgm@gnu.org>
9587
9588 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
9589 for clarity.
9590 (OTHER_OBJ): Remove.
9591 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
9592 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
9593
45841e65
KK
95942010-05-01 Karel Klíč <kklic@redhat.com>
9595
9596 * fileio.c (Ffile_selinux_context): Context functions may return null.
9597
afc61943
DN
95982010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
9599
80f00217 9600 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
afc61943 9601
5a1bb006
GM
96022010-04-30 Glenn Morris <rgm@gnu.org>
9603
9604 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
9605 (OTHER_OBJ): Define as a separate variable, for clarity.
9606
210af043
J
96072010-04-30 Jan Djärv <jan.h.d@swipnet.se>
9608
2f8f196d 9609 * xsettings.c: Include limits.h and update file comment.
210af043 9610
0a7df391
GM
96112010-04-30 Glenn Morris <rgm@gnu.org>
9612
d5096f16
GM
9613 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
9614 Set with configure, not cpp.
9615 (LIBW): Remove, replace with $TOOLKIT_LIBW.
9616
7eb1ac33
GM
9617 * Makefile.in (mallocobj): Remove.
9618 (otherobj): Simplify using @OTHER_OBJ@.
9619
517d086b
GM
9620 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
9621 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
9622 Don't bother making nsgui.h dependency platform-specific.
9623
0a7df391
GM
9624 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
9625
d6d23852
SM
96262010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9627
d2630aef
SM
9628 * process.c (read_process_output, exec_sentinel): Don't burp if the
9629 sentinel/filter kills the current buffer (bug#6060).
9630
f9dddf52 9631 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
d6d23852
SM
9632 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
9633 Remove unused var `args'.
9634 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
9635 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
9636 * doc.c (store_function_docstring): Use XSETCAR.
9637
f1e3642a
GM
96382010-04-28 Glenn Morris <rgm@gnu.org>
9639
faf535f8
GM
9640 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
9641 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
9642
c40f9449
GM
9643 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
9644
658f86ca
GM
9645 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
9646 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
9647
bc0b5f61
GM
9648 * Makefile.in (FONT_OBJ): New, set by configure.
9649 (FONT_DRIVERS): Use $FONT_OBJ.
9650
294c50a0
GM
9651 * Makefile.in (LIBXMU): Set with configure, not cpp.
9652 * s/aix4-2.h (LIBXMU):
9653 * s/hpux10-20.h (LIBXMU):
9654 Remove definition, now set in configure.
9655
e6ec4e99
GM
9656 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
9657
f1e3642a
GM
9658 * m/amdx86-64.h [i386]: Move this test to configure.in.
9659
c6ea2936
GM
96602010-04-27 Glenn Morris <rgm@gnu.org>
9661
8fdac2c3
GM
9662 * Makefile.in (LIBXTR6): Set with configure, not cpp.
9663 * s/unixware.h (NEED_LIBW): Remove definition.
9664
986fb647
GM
9665 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
9666 (TOOLKIT_LIBW): New, set by configure.
9667 (@X_TOOLKIT_TYPE@): No longer define it.
9668
c6ea2936
GM
9669 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
9670 (MOTIF_LIBW): Set with configure, not cpp.
9671 * s/aix4-2.h (LIB_MOTIF):
9672 * s/gnu-linux.h (LIB_MOTIF):
9673 * s/unixware.h (LIB_MOTIF): Move to configure.in.
9674
aaa36002
DN
96752010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
9676
9677 Reduce CPP usage.
9678 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
9679 (obj): Use autoconf for unexec instead of cpp.
bba3e508
SM
9680 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE):
9681 Remove definitions and undefs. Inline definitions in the only user.
ed6281b0 9682 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
aaa36002 9683
b678dd8b
GM
96842010-04-27 Glenn Morris <rgm@gnu.org>
9685
76cda504
GM
9686 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
9687 since the defaults (set by the system file) are fine in most cases.
9688 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
9689 * m/ibms390x.h (START_FILES, LIB_STANDARD):
9690 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
9691 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
9692 Remove definitions, since they are set correctly in s/gnu-linux.h.
9693 * s/freebsd.h (START_FILES, LIB_STANDARD):
9694 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
9695 * s/hpux10-20.h (START_FILES):
9696 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
9697 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
9698
b678dd8b
GM
9699 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
9700 (MOTIF_LIBW): Use $LIBXP.
9701 (otherobj): Use $WIDGET_OBJ.
9702
9452ded1
DN
97032010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
9704
7e10844c
DN
9705 * Makefile.in (LIBS_MACHINE): Remove, unused.
9706
9452ded1
DN
9707 Use autoconf instead of cpp for LIB_MATH.
9708 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
9709 * s/cygwin.h (LIB_MATH): Likewise.
9710 * Makefile.in (LIB_MATH): Do not define with cpp.
9711 (LIBES): Use autoconf for LIB_MATH.
9712
fcebfc6a
KH
97132010-04-26 Kenichi Handa <handa@m17n.org>
9714
9715 * composite.c (Ffind_composition_internal): Fix the return value
9716 for an automatic composition.
9717
39e2ad1b
DN
97182010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9719
9720 Remove all NO_ARG_ARRAY uses.
9721 * fns.c (concat2, concat3, nconc2):
9722 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
9723 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
9724 * m/xtensa.h (NO_ARG_ARRAY):
9725 * m/template.h (NO_ARG_ARRAY):
9726 * m/sparc.h (NO_ARG_ARRAY):
9727 * m/sh3.h (NO_ARG_ARRAY):
9728 * m/mips.h (NO_ARG_ARRAY):
9729 * m/macppc.h (NO_ARG_ARRAY):
9730 * m/iris4d.h (NO_ARG_ARRAY):
9731 * m/intel386.h (NO_ARG_ARRAY):
9732 * m/ibms390x.h (NO_ARG_ARRAY):
9733 * m/ibms390.h (NO_ARG_ARRAY):
9734 * m/ibmrs6000.h (NO_ARG_ARRAY):
9735 * m/ia64.h (NO_ARG_ARRAY):
9736 * m/hp800.h (NO_ARG_ARRAY):
9737 * m/arm.h (NO_ARG_ARRAY):
9738 * m/amdx86-64.h (NO_ARG_ARRAY):
9739 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
9740
adf4f59c
EZ
97412010-04-25 Eli Zaretskii <eliz@gnu.org>
9742
6bdf5d65
EZ
9743 * xdisp.c (display_line): Don't assume 2nd call to
9744 get_next_display_element cannot return zero. (Bug#6030)
f538fcec
EZ
9745 (iterate_out_of_display_property): New function, body from pop_it.
9746 (pop_it): Use it.
adf4f59c 9747
dfbbda83
GM
97482010-04-24 Glenn Morris <rgm@gnu.org>
9749
9750 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
9751 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
9752 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
9753 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
9754
2d4018aa
EZ
97552010-04-24 Eli Zaretskii <eliz@gnu.org>
9756
a49884a6
EZ
9757 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
9758 use `get_next_display_element' and `set_iterator_to_next' to
9759 advance to the next character, when looking for the character that
9760 begins the next row.
9761
76db6fcc 9762 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2d4018aa
EZ
9763 definition of "struct Lisp_Symbol".
9764
70eab5c1
GM
97652010-04-24 Glenn Morris <rgm@gnu.org>
9766
9767 * Makefile.in (CRT_DIR): New variable, set by configure.
9768 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
9769 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
9770
1ad4cc3d
DN
97712010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
9772
e769f484
DN
9773 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
9774
4196ff33
DN
9775 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
9776
879b0ee4
DN
9777 Remove redundant flags.
9778 * s/freebsd.h (C_SWITCH_SYSTEM):
9779 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
9780 * s/netbsd.h (C_SWITCH_SYSTEM):
9781 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
9782 of these.
9783
03cbbcb8
DN
9784 Simplify m/intel386.h.
9785 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
9786 user: ecrt0.c.
9787 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
9788 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
9789 the only user: s/unixware.h.
9790 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
9791 from m/intel386.h.
bba3e508
SM
9792 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE):
9793 Definitions moved here from m/intel386.h.
03cbbcb8 9794
1ad4cc3d
DN
9795 * m/mips.h: Remove #if 0 code.
9796
8785b888
EZ
97972010-04-23 Eli Zaretskii <eliz@gnu.org>
9798
728588cc
EZ
9799 Fix display of composed characters from L2R scripts in bidi buffers.
9800 * xdisp.c (set_iterator_to_next, next_element_from_composition):
9801 After advancing IT past the composition, resync the bidi iterator
9802 with IT's position. (Bug#5977)
9803
a63f80b4
DN
98042010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
9805
9806 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
9807 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
9808
ff5dec5c
SM
98092010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9810
9811 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
9812
8785b888
EZ
98132010-04-23 Eli Zaretskii <eliz@gnu.org>
9814
58ccf243 9815 Support `display' text properties and overlay strings in bidi buffers.
8785b888
EZ
9816 * xdisp.c (pop_it): When the stack is popped after displaying
9817 from a string, bidi-iterate to exit from the text portion covered
9818 by the `display' property or overlay. (Bug#5988, bug#5920)
9819
feeb1604
DN
98202010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
9821
8e324eb6
DN
9822 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
9823 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
9824
809fcaba
DN
9825 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
9826 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
9827
ed710380
DN
9828 Simplify STARTFILES definition.
9829 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
9830 relying on Makefile.in to define it.
9831 * s/cygwin.h (START_FILES): Likewise.
9832 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
9833
feeb1604
DN
9834 Clean up Solaris code.
9835 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
9836 (LIB_MOTIF): Remove, configure takes care of this.
9837 (NOT_USING_MOTIF): Remove, unused.
9838 * xrdb.c: Remove #if 0-ed #include.
9839 (SYSV): Remove conditional for old SysV.
9840 * sysdep.c (closedir): Remove conditional code for Solaris,
9841 Solaris has closedir.
9842
a0d0b563
JD
98432010-04-22 Jan Djärv <jan.h.d@swipnet.se>
9844
9845 * xsettings.c (read_and_apply_settings): Check if current_font is
9846 NULL before strcmp (Bug#6001).
9847
56bae7c7
DN
98482010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
9849
9850 Clean up HP-UX files.
9851 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
9852 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
9853 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
9854 * s/hpux10-20.h: ... to the only user, here.
9855
372b7a95
EZ
98562010-04-21 Eli Zaretskii <eliz@gnu.org>
9857
9858 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
9859 use buffer-local values of paragraph-start and paragraph-separate.
9860 <paragraph_start_re, paragraph_separate_re>: Rename from
9861 fallback_paragraph_start_re and fallback_paragraph_separate_re.
9862 (Bug#5992)
9863
f904c0f9
JD
98642010-04-21 Jan Djärv <jan.h.d@swipnet.se>
9865
9866 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
9867 current_tool_bar_style are new.
9868 (store_config_changed_event): Rename from store_font_changed_event.
9869 (XSETTINGS_TOOL_BAR_STYLE): New define.
9870 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
9871 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
9872 HAVE_XFT.
9873 (something_changedCB): store_font_changed_event is now
c4cc8b9a 9874 store_config_changed_event.
bba3e508
SM
9875 (parse_settings): Rename from parse_xft_settings.
9876 Read non-xft xsettings outside #ifdef HAVE_XFT.
ef1b0ba7 9877 (read_settings): Rename from read_xft_settings.
f904c0f9
JD
9878 (apply_xft_settings): Take current settings as parameter. Do not
9879 call read_(xft)_settings.
9880 (read_and_apply_settings): New function.
bba3e508
SM
9881 (xft_settings_event): Do non-xft stuff out of HAVE_XFT.
9882 Call read_and_apply_settings if there are settings to be read.
ef1b0ba7 9883 (init_xsettings): Rename from init_xfd_settings.
f904c0f9
JD
9884 Call read_and_apply_settings unconditionally.
9885 (xsettings_initialize): Call init_xsettings.
9886 (Ftool_bar_get_system_style): New function.
9887 (syms_of_xsettings): Define Qmonospace_font_name and
9888 Qtool_bar_style. Initialize current_tool_bar_style to nil.
f9dddf52 9889 defsubr Stool_bar_get_system_style. Fprovide on
f904c0f9 9890 dynamic-setting.
01c35094 9891 Move misplaced HAVE_GCONF.
f904c0f9
JD
9892
9893 * xsettings.h (Ftool_bar_get_system_style): Declare.
9894
9895 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
9896 Qtext, Qboth, Qboth_horiz are new.
9897 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
9898 Vtool_bar_style, tool_bar_max_label_size.
9899
9900 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
9901
9902 * keyboard.c: QClabel is new.
9903 (parse_tool_bar_item): Take out QClabel from tool bar items.
9904 Try to construct a label if ther is no QClabel.
9905 (syms_of_keyboard): Intern :label as QClabel.
9906
9907 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
9908 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
9909 New.
9910
9911 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
9912 dynamic-setting.el.
9913
9914 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
9915 (xg_make_tool_item, xg_show_toolbar_item): New function.
9916 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
9917 Call xg_make_tool_item to make a tool bar item.
9918 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
9919
9920 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
9921 into account for toolbars.
9922
c632dfda
JD
99232010-04-21 Jan Djärv <jan.h.d@swipnet.se>
9924
9925 * data.c (make_blv): Declarations before code (Bug#5993).
9926
10efe302
GM
99272010-04-21 Glenn Morris <rgm@gnu.org>
9928
9929 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
9930 Define using autoconf, not cpp.
9931 (LIBXSM): New variable, set by autoconf.
9932 (LIBXT): Use $LIBXSM.
9933
4285ac5a
DN
99342010-04-21 Dan Nicolaescu <local_user@dannlt>
9935
3ec759e7
DN
9936 Remove NOMULTIPLEJOBS, unused.
9937 * s/template.h (NOMULTIPLEJOBS):
9938 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
9939
4285ac5a
DN
9940 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
9941 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
9942 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
9943 detects -znocombreloc and passes it to the linker
9944 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
9945
2807228d
GM
99462010-04-21 Glenn Morris <rgm@gnu.org>
9947
9948 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
9949
574c05e2
KK
99502010-04-21 Karel Klíč <kklic@redhat.com>
9951
9952 * Makefile.in (LIBSELINUX_LIBS): New.
9953 (LIBES): Add $LIBSELINUX_LIBS.
9954 * eval.c, lisp.h (call7): New function.
9955 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
9956 (Ffile_selinux_context, Fset_file_selinux_context):
9957 New functions.
9958 (Fcopy_file): New parameter preserve-selinux-context.
9959 (Frename_file): Preserve selinux context when renaming by copy-file.
9960
91eac4bb 99612010-04-21 Juanma Barranquero <lekktu@gmail.com>
acd0102a 9962 Eli Zaretskii <eliz@gnu.org>
91eac4bb 9963
50426a04
JB
9964 Don't depend on cm.c or termcap.c on Windows, use stubs.
9965 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
9966 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
9967 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
9968 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
9969 (sys_tputs, sys_tgetstr): New stubs.
9970 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
9971 (tputs, tgetstr): New; define to sys_*.
91eac4bb 9972
938efb77
JB
99732010-04-20 Juanma Barranquero <lekktu@gmail.com>
9974
9975 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
9976
b4bf28b7
SM
99772010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9978
8b1e1112
SM
9979 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
9980 Just signal a warning rather than an error when inside a let.
9981 (Fmake_variable_frame_local): Add the same test.
9982
933ac235
SM
9983 * font.c (syms_of_font): Make the style table vars read-only.
9984
b4bf28b7
SM
9985 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
9986 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
9987
9988 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
9989
93d68d0c
EZ
99902010-04-20 Eli Zaretskii <eliz@gnu.org>
9991
9992 Fix R2L paragraph display on TTY.
9993
9994 * xdisp.c (unproduce_glyphs): New function.
9995 (display_line): Use it when produced glyphs are discarded from R2L
9996 glyph rows.
9997 (append_composite_glyph): In R2L rows, prepend the glyph rather
9998 than appending it.
9999
10000 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
10001 rather than append it. Set up the resolved_level and bidi_type
10002 attributes of the appended glyph.
283ccc18
EZ
10003 (produce_special_glyphs): Mirror the backslash continuation
10004 character in R2L lines.
93d68d0c 10005
283ccc18 10006 Implement display of R2L paragraphs in GUI sessions.
26cdf528 10007
283ccc18
EZ
10008 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
10009 append_stretch_glyph.
bba3e508
SM
10010 (set_cursor_from_row) <cursor_x>: Remove unused variable.
10011 Fix off-by-one error in computing x at end of text in the row.
283ccc18
EZ
10012 (append_stretch_glyph): In reversed row, prepend the glyph rather
10013 than append it. Set resolved_level and bidi_type of the glyph.
10014 (extend_face_to_end_of_line): If the row is reversed, prepend a
10015 stretch glyph whose width is such that the rightmost glyph will be
10016 drawn at the right margin of the window. Fix off-by-one error on
bba3e508
SM
10017 TTY frames in testing whether a line needs face extension.
10018 Fix face extension at ZV. If this is the last glyph row, use
283ccc18
EZ
10019 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
10020 region face.
bba3e508
SM
10021 (set_cursor_from_row, display_line):
10022 Use MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
26cdf528 10023 row->continuation_lines_width.
283ccc18
EZ
10024 (next_element_from_buffer): Don't call bidi_paragraph_init if we
10025 are at ZV. Fixes a crash when reseated to ZV by
10026 try_window_reusing_current_matrix.
45903529
EZ
10027 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
10028 which happens with R2L glyph rows. Fixes a crash when inserting a
10029 character at end of an R2L line.
283ccc18
EZ
10030 (set_cursor_from_row): Don't be fooled by truncated rows: don't
10031 treat them as having zero-width characters. Improve comments.
10032 Don't reverse pos_before and pos_after for reversed glyph rows.
10033 Set cursor.x to negative value when the cursor might be on the
10034 left fringe.
10035 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
10036 left fringe, not the right one.
f951a506
EZ
10037 (notice_overwritten_cursor, draw_phys_cursor_glyph)
10038 (erase_phys_cursor): For reversed cursor_row, support cursor on
10039 the left fringe.
10040
283ccc18
EZ
10041 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
10042 of continuation indicators on the fringes.
10043 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
10044 left fringe.
10045
f951a506
EZ
10046 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
10047 draw cursor on the left fringe.
10048
10049 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
10050 cursor on the left fringe.
10051
f951a506
EZ
10052 * dispnew.c (update_text_area): Handle reversed desired rows when
10053 the cursor is on the left fringe.
10054 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
10055 below, not by 0, for when the cursor is on the left fringe.
10056
3bb49aaf
JD
100572010-04-20 Jan Djärv <jan.h.d@swipnet.se>
10058
10059 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
10060 widget is a scrollbar.
10061
c0be27fd
KH
100622010-04-20 Kenichi Handa <handa@m17n.org>
10063
10064 * charset.c (char_charset): Consider Vcharset_non_preferred_head
10065 only when the arg CHARSET_LIST is nil.
10066
ce5b453a
SM
100672010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10068
10069 Make variable forwarding explicit rather the using special values.
10070 Basically, this makes the structure of buffer-local values and object
10071 forwarding explicit in the type of Lisp_Symbols rather than use
10072 special Lisp_Objects for that. This tends to lead to slightly more
10073 verbose code, but is more C-like, simpler, and makes it easier to make
10074 sure we handled all cases, among other things by letting the compiler
10075 help us check it.
10076 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
10077 Removing forwarding objects.
10078 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
10079 (struct Lisp_Symbol): Make the various forms of variable-forwarding
10080 explicit rather than hiding them inside Lisp_Object "values".
10081 (XFWDTYPE): New macro.
10082 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
10083 (XBUFFER_LOCAL_VALUE): Remove.
10084 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
10085 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
10086 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
10087 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
10088 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
10089 Remove the Lisp_Misc_* header.
10090 (struct Lisp_Buffer_Local_Value): Redefine.
10091 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
10092 (struct Lisp_Misc_Any): Add filler to get the right size.
10093 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
10094 Lisp_Intfwd.
10095 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
10096 (DEFVAR_KBOARD): Allocate a forwarding object.
10097 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
10098 (let_shadows_global_binding_p): New function.
10099 (union Lisp_Val_Fwd): New type.
10100 (make_blv): New function.
10101 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
10102 (store_symval_forwarding, swap_in_global_binding, Fboundp)
10103 (swap_in_symval_forwarding, find_symbol_value, Fset)
10104 (let_shadows_buffer_binding_p, set_internal, default_value)
10105 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
10106 (Fkill_local_variable, Fmake_variable_frame_local)
10107 (Flocal_variable_p, Flocal_variable_if_set_p)
10108 (Fvariable_binding_locus):
10109 * xdisp.c (select_frame_for_redisplay):
10110 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
10111 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
10112 * frame.c (store_frame_param):
10113 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
10114 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
10115 value structure.
10116 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
10117 (clone_per_buffer_values): Only adjust markers into the current buffer.
10118 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
10119 (Fbuffer_local_value, set_buffer_internal_1)
10120 (swap_out_buffer_local_variables):
10121 Adapt to the new symbol value structure.
10122 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
10123 (defvar_per_buffer): Take a new arg for the fwd object.
10124 (buffer_lisp_local_variables): Return a proper alist (different fix
10125 for bug#4138).
10126 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
10127 (Fgarbage_collect): Don't handle buffer_defaults specially.
10128 (mark_object): Handle new symbol value structure rather than the old
10129 special Lisp_Misc_* objects.
10130 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
10131 * term.c (set_tty_color_mode):
10132 * bidi.c (bidi_initialize): Don't access the ->value field directly.
10133 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
10134 a buffer_local_flags.
10135 * print.c (print_object): Get rid of impossible forwarding objects.
10136
fd3998ff
EZ
101372010-04-19 Eli Zaretskii <eliz@gnu.org>
10138
10139 * bidi.c (bidi_get_type, bidi_get_category)
10140 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
ce5b453a
SM
10141 (bidi_type_of_next_char, bidi_level_of_next_char):
10142 Declare static. Use `INLINE' rather than `inline'.
fd3998ff 10143
e42cd1a7
JB
101442010-04-19 Juanma Barranquero <lekktu@gmail.com>
10145
10146 * dired.c (Ffile_attributes): Fix typo in docstring.
10147
6e104790 101482010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
79353a53
AR
10149
10150 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
10151 NSInteger (Bug#5811).
10152
6e104790 101532010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
658b9b93
YM
10154
10155 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
10156 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
10157
6e104790 101582010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16009a0e
YM
10159
10160 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
10161
6e104790
SM
101622010-04-19 Chong Yidong <cyd@stupidchicken.com>
10163
10164 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
10165 terminal frames (Bug#5837).
10166
37dcfea0
EZ
101672010-04-19 Eli Zaretskii <eliz@gnu.org>
10168
d1da276f
EZ
10169 * .gdbinit (xsubchartable): New command.
10170
37dcfea0
EZ
101712010-04-19 Eli Zaretskii <eliz@gnu.org>
10172
10173 * xdisp.c (display_line): Don't write beyond the last glyph row in
9166b0f3 10174 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
37dcfea0
EZ
10175 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
10176 and
10177 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
10178
e9515805
SM
101792010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10180
10181 * alloc.c (Fpurecopy): Hash-cons if requested.
10182 (syms_of_alloc): Update purify-flag docstring.
10183
22aa44a8
JD
101842010-04-18 Jan Djärv <jan.h.d@swipnet.se>
10185
10186 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
10187 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
10188
ebb5722e
EZ
101892010-04-17 Eli Zaretskii <eliz@gnu.org>
10190
10191 Fix a crash when an NSM character is inserted at BEGV.
10192
10193 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
10194 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
10195 NEUTRAL_B or UNKNOWN_BT.
10196
0f4442ef
EZ
101972010-04-16 Eli Zaretskii <eliz@gnu.org>
10198
10199 * xdisp.c (set_cursor_from_row): Don't consider possibility of
10200 other rows with cursor unless they are different from this row and
10201 this row is part of a continued line. (Bug#5943)
10202
7d4e45f8
DN
102032010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
10204
10205 * s/freebsd.h: Restore osreldate.h include.
10206 Suggested by Naohiro Aota.
10207
5ba5ec85
J
102082010-04-16 Jan Djärv <jan.h.d@swipnet.se>
10209
10210 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
10211
20af301d
CY
102122010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
10213
10214 * s/cygwin.h: Avoid linking against static libgcc.
10215
a4b000fb
JL
102162010-04-15 Juri Linkov <juri@jurta.org>
10217
10218 * window.c: Add Qscroll_command.
10219 Remove Vscroll_preserve_screen_position_commands.
10220 (window_scroll_pixel_based, window_scroll_line_based): Check the
10221 `scroll-command' property on the last command instead of searching
10222 the last command in Vscroll_preserve_screen_position_commands.
10223 (syms_of_window): Initialize and staticpro `Qscroll_command'.
10224 Put Qscroll_command property on Qscroll_up and Qscroll_down.
10225 (scroll-preserve-screen-position): Doc fix.
10226 (Vscroll_preserve_screen_position_commands): Remove variable.
10227
bc319ba4
DN
102282010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
10229
6bb24457
DN
10230 * xdisp.c (message): Do not use NO_ARG_ARRAY.
10231
19d4c244
DN
102322010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
10233
10234 Reduce cpp use in Makefile.in.
10235 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
10236 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
10237 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
10238 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
10239 (CRT0_COMPILE): Remove, inline it in the only user.
10240
32129746
JL
102412010-04-14 Juri Linkov <juri@jurta.org>
10242
10243 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
10244 `scroll-up-command' and `M-v' from `scroll-down' to
10245 `scroll-down-command'.
10246
9013a7f8
JL
102472010-04-14 Juri Linkov <juri@jurta.org>
10248
10249 * window.c (Vscroll_preserve_screen_position_commands): New variable
10250 with the default value as the list of Qscroll_down and Qscroll_up.
10251 (window_scroll_pixel_based, window_scroll_line_based): Search the
10252 last command in the list Vscroll_preserve_screen_position_commands
10253 instead of comparing with Qscroll_up and Qscroll_down.
10254
4bef8d26
JD
102552010-04-13 Jan Djärv <jan.h.d@swipnet.se>
10256
92848133
JD
10257 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
10258 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
10259 does that.
10260
4bef8d26
JD
10261 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
10262 to zero.
10263
58b963f7
SM
102642010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10265
84164a0d
SM
10266 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
10267
2b0a91e7
SM
10268 Try to solve the problem of spurious EOF chars in long lines of text
10269 sent to interactive subprocesses.
10270 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
10271 (system_process_attributes): Remove unused var `ttotal'.
10272 * process.c (send_process): Don't bother breaking long line with EOF
10273 chars when talking to ttys any more.
10274 (wait_reading_process_output): Output a warning when called in such
10275 a way that it could block without being interruptible.
10276
58b963f7
SM
10277 Try to detect file modification within the same second.
10278 * buffer.h (struct buffer): New field modtime_size.
10279 * buffer.c (reset_buffer): Initialize it.
10280 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
10281 (Fverify_visited_file_modtime): Check it.
10282 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
10283 (Fset_visited_file_modtime): Set (or clear) it.
10284
01f5787b
SM
102852010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10286
10287 * process.c (status_notify): Remove unused var `ro'.
10288
83725342
JD
102892010-04-12 Jan Djärv <jan.h.d@swipnet.se>
10290
10291 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
10292 more than one visual (Bug#5938).
10293
b9465836
DN
102942010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
10295
50426a04
JB
10296 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
10297 Undefine.
b9465836 10298
8d9c8ece
DN
102992010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
10300
b1f52161
DN
10301 Remove C_SWITCH_SYSTEM_TEMACS.
10302 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
10303 (malloc, realloc, free): Use emacs, not temacs for conditional
10304 definition.
10305
10306 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
10307 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
10308
8d9c8ece
DN
10309 Use autoconf, not cpp for some variables.
10310 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
10311 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
10312 (ALL_CFLAGS): Use them as make variables.
10313 (really-lwlib, really-oldXMenu): Do not pass them.
10314
1ecb2d3f
JD
103152010-04-11 Jan Djärv <jan.h.d@swipnet.se>
10316
10317 * xmenu.c (apply_systemfont_to_dialog): New.
10318 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
10319
3a4fa2f2
SM
103202010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10321
97e53006
SM
10322 * process.c (exec_sentinel): Preserve current-buffer.
10323
3a4fa2f2
SM
10324 * process.c (read_process_output): Move the save-current-buffer to
10325 apply to both the filter and the non-filter branches.
10326
88df7221
DN
103272010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
10328
10329 * s/msdos.h (UNEXEC): New definition.
10330
5634ff85
YM
103312010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10332
6eff5c3d
YM
10333 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
10334 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
10335
10336 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
10337 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
10338 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
10339 TRY_WINDOW_CHECK_MARGINS.
10340
10341 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5b253e9c
YM
10342 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
10343 width only when it is for padding.
5634ff85 10344
b13aef54
J
103452010-04-09 Jan Djärv <jan.h.d@swipnet.se>
10346
10347 * xfns.c (Fx_show_tip): Call try_window in a loop until
10348 fonts_changed_p is zero (Bug#2423).
10349
21d28484
EZ
103502010-04-08 Eli Zaretskii <eliz@gnu.org>
10351
10352 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
10353 the end of TEXT_AREA. (Bug#5856)
10354
0269ef77
JD
103552010-04-08 Jan Djärv <jan.h.d@swipnet.se>
10356
10357 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
10358 HAVE_GCONF.
10359
5930fe97
EZ
103602010-04-08 Eli Zaretskii <eliz@gnu.org>
10361
10362 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
10363 prev.orig_type, for resolving type of NSM. (Bug#5858)
10364
99852628
JD
103652010-04-08 Jan Djärv <jan.h.d@swipnet.se>
10366
10367 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
10368 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
10369 in current_font.
10370 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
50426a04
JB
10371 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
10372 New functions.
10373 (syms_of_xsettings): Initialize current_font.
10374 defsubr Sfont_get_system_normal_font.
99852628 10375
686b968e
JB
10376 * xsettings.h (Ffont_get_system_normal_font)
10377 (xsettings_get_system_normal_font): Declare.
99852628
JD
10378
10379 * xfns.c (extern xlwmenu_default_font): Remove.
10380 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
10381 to xlwmenu.c.
10382
10383 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
10384 menu items in UTF-8.
10385
2f8f196d 10386 * xmenu.c: Include xsettings.h and xlwmenu.h if USE_LUCID.
99852628 10387 (apply_systemfont_to_menu): New function.
bba3e508
SM
10388 (set_frame_menubar, create_and_show_popup_menu):
10389 Call apply_systemfont_to_menu.
99852628 10390
7fc874c4
J
103912010-04-07 Jan Djärv <jan.h.d@swipnet.se>
10392
10393 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
10394 FRAME_LINE_TO_PIXEL_Y.
10395
10396 * xterm.c (x_set_window_size_1): Don't add border_width/height to
10397 pixelwidth/height.
10398
863bf481
DN
103992010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
10400
5e5a3b92
DN
10401 Simplify code for HP machines.
10402 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
10403 for GNU_LINUX, not needed.
10404 (UNEXEC, NEED_BSDTTY): Move definitions...
10405 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
10406
863bf481
DN
10407 * m/iris4d.h (UNEXEC): Move definition ...
10408 * s/irix6-5.h (UNEXEC): ... here.
10409
3e6bec3b
JD
104102010-04-04 Jan Djärv <jan.h.d@swipnet.se>
10411
10412 * xfns.c (set_machine_and_pid_properties): New function.
10413 (Fx_create_frame): Call set_machine_and_pid_properties.
10414
2912322b
SM
104152010-04-03 Eli Zaretskii <eliz@gnu.org>
10416
bba3e508
SM
10417 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char):
10418 Check bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
1502b819
EZ
10419 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
10420
2912322b
SM
10421 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
10422 in this function. (Bug#5703)
10423
104242010-04-03 Chong Yidong <cyd@stupidchicken.com>
10425
10426 * nsterm.h: Fix last change.
10427
c435b432
DN
104282010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
10429
a568f507
DN
10430 * m/intel386.h (NO_REMAP): Move definition ...
10431 * s/msdos.h (NO_REMAP): ... here.
10432
4cd9f6c2
DN
10433 * m/vax.h (CRT0_DUMMIES): Remove, unused.
10434
c435b432
DN
10435 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
10436 used on those platforms.
10437
42a2c622
DN
104382010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
10439
10440 Remove extern errno declarations.
10441 * xterm.c:
10442 * xrdb.c:
10443 * w32term.c:
10444 * unexec.c:
10445 * unexaix.c:
10446 * sysdep.c:
10447 * process.c:
10448 * lread.c:
10449 * keyboard.c:
10450 * floatfns.c:
10451 * filelock.c:
10452 * fileio.c:
10453 * emacs.c (main):
10454 * ecrt0.c:
10455 * dispnew.c:
10456 * callproc.c:
10457 * buffer.c: Remove errno extern declarations.
10458 * s/netbsd.h (NEED_ERRNO): Remove.
10459
8224f93d
DN
104602010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
10461
10462 Remove all uses of LIBX11_SYSTEM.
10463 * Makefile.in (LIBX11_SYSTEM): Remove.
10464 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
10465 instead.
10466
814062c7
EZ
104672010-04-01 Eli Zaretskii <eliz@gnu.org>
10468
ed68db4d
EZ
10469 Remove support for DJGPP v1.x (bug#5813).
10470
10471 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8224f93d
DN
10472 * s/msdos.h:
10473 * unexec.c (make_hdr, copy_text_and_data):
10474 * sysdep.c (wait_for_termination, sys_subshell):
ed68db4d 10475 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
52f4d8d5
EZ
10476 (IT_set_terminal_modes, __write, _rename, gethostname)
10477 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
10478 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
10479 the value of __DJGPP__.
ed68db4d
EZ
10480 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
10481 compatibility code.
8224f93d
DN
10482 * lread.c:
10483 * gmalloc.c (memalign):
10484 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
10485 * emacs.c (main):
10486 * dosfns.c (init_dosfns):
ed68db4d
EZ
10487 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
10488
52f4d8d5
EZ
104892010-04-01 Eli Zaretskii <eliz@gnu.org>
10490
814062c7
EZ
10491 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
10492 string with `cursor' property comes from an `after-string'
10493 overlay. (Bug#5816)
10494
0dc2e11d
GM
104952010-04-01 Glenn Morris <rgm@gnu.org>
10496
10497 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
10498 Define as Makefile variables.
10499 (LIBX): Use above variables rather than directly using autoconf.
10500
1d29df59
DN
105012010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
10502
10503 Clean up BSD_SYSTEM use.
10504 * xterm.c:
10505 * process.c:
10506 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
10507 for including <sys/ioctl.h>.
10508 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
10509 code is only used for MSDOS.
10510
1546c559
JL
105112010-03-31 Juri Linkov <juri@jurta.org>
10512
10513 * image.c: Add `Qextension_data'.
10514 (syms_of_image): Initialize and staticpro `Qextension_data'.
10515 (Fimage_metadata): Rename from `Fimage_extension_data'.
10516 (gif_load): Put GIF extension data to the property
10517 `Qextension_data'.
10518
6521c534
CY
105192010-03-31 Chong Yidong <cyd@stupidchicken.com>
10520
10521 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
10522 * nsterm.h: Fix prototype.
10523
52c30783
EZ
105242010-03-31 Eli Zaretskii <eliz@gnu.org>
10525
10526 * xdisp.c (highlight_trailing_whitespace): Support highlight of
10527 trailing whitespace in right-to-left rows.
10528
855a0da7
SM
105292010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10530
10531 Get rid of the direct_output optimizations.
10532 * keyboard.c (nonundocount): Remove extern declaration.
10533 (command_loop_1): Remove brittle optimisation for cheap and
10534 common operations.
10535 * xdisp.c (redisplay_internal): Don't bother checking
10536 redisplay_performed_directly_p any more.
10537 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
10538 any more.
10539 * dispnew.c (redisplay_performed_directly_p)
10540 (direct_output_for_insert, direct_output_forward_char):
10541 * dispextern.h (redisplay_performed_directly_p)
10542 (direct_output_for_insert, direct_output_forward_char): Remove.
10543 * cmds.c (nonundocount): Make it static.
10544
85738751 105452010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
a6d676d9
CY
10546
10547 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
10548
85738751 105492010-03-31 Jan Djärv <jan.h.d@swipnet.se>
67fee863
JD
10550
10551 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
10552 invisible (Bug#5766).
10553
85738751 105542010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
9ae6e189 10555
855a0da7
SM
10556 * xdisp.c (x_consider_frame_title, update_window_cursor):
10557 Remove HAVE_NS conditionals.
194d44e7 10558 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
10559
10560 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
10561 filename for the title.
10562 (ns_set_doc_edited): Do nothing if the selected window is a
10563 minibuffer window.
10564
10565 * nsterm.h: Add prototypes for ns_set_name_as_filename and
10566 ns_set_doc_edited.
10567
10568 * nsterm.m: Remove unneeded prototype.
10569
85738751 105702010-03-31 Glenn Morris <rgm@gnu.org>
25c72475
GM
10571
10572 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
10573 in the DOC file. (Bug#5336)
10574
85738751 105752010-03-31 Chong Yidong <cyd@stupidchicken.com>
f79a01db
CY
10576
10577 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
10578
75d1428c
SM
105792010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10580
10581 * window.c (keys_of_window): Remove redundant/overridden bindings.
10582
82043cfb
EZ
105832010-03-30 Eli Zaretskii <eliz@gnu.org>
10584
10585 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
10586 Restore original behavior when the iterator is not bidi_p.
10587
b5dd0ae7
DN
105882010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
10589
10590 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
10591
bd924a5d
EZ
105922010-03-30 Eli Zaretskii <eliz@gnu.org>
10593
10594 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
10595 are outside the range of cached character positions.
10596
3580374b
JB
105972010-03-30 Juanma Barranquero <lekktu@gmail.com>
10598
10599 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
10600
a7b02820
EZ
106012010-03-30 Eli Zaretskii <eliz@gnu.org>
10602
10603 Initial support for bidirectional editing.
10604
10605 * Makefile.in (obj): Include bidi.o.
10606 (bidi.o): New target.
10607
10608 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
10609 ($(BLD)/bidi.$(O)): New target.
10610
10611 * bidi.c: New file.
10612
10613 * buffer.h (struct buffer): New members bidi_display_reordering
10614 and bidi_paragraph_direction.
10615
10616 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
10617 and bidi_paragraph_direction.
10618 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
10619 and bidi-paragraph-direction.
10620 (Fbuffer_swap_text): Swap the values of
10621 bidi_display_reordering and bidi_paragraph_direction.
10622
10623 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
10624 (bidi_type_t, bidi_dir_t): New types.
10625 (bidi_saved_info, bidi_stack, bidi_it): New structures.
10626 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
10627 prev_stop, base_level_stop, and eol_pos.
10628 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
10629 (IT_STACK_SIZE): Enlarge to 5.
10630 (struct glyph_row): New member reversed_p.
10631 <string_buffer_position>: Update prototype.
10632 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
10633 glyph_row if bidi_it.paragraph_dir == R2L.
10634 (struct glyph): New members resolved_level and bidi_type.
10635
10636 * dispnew.c (direct_output_forward_char): Give up if we need bidi
10637 processing or buffer's direction is right-to-left.
10638 (prepare_desired_row): Preserve the reversed_p flag.
10639 (row_equal_p): Compare the reversed_p attributes as well.
10640
bba3e508
SM
10641 * xdisp.c (init_iterator): Initialize it->bidi_p.
10642 Call bidi_init_it and set it->paragraph_embedding from the current
a7b02820
EZ
10643 buffer's value of bidi_paragraph_direction.
10644 (reseat_1): Initialize bidi_it.first_elt.
10645 (set_iterator_to_next, next_element_from_buffer): Use the value of
10646 paragraph_embedding to determine the paragraph direction.
10647 (set_iterator_to_next): Under bidi reordering, call
10648 bidi_get_next_char_visually. Call bidi_paragraph_init if the
10649 new_paragraph flag is set in the bidi iterator.
10650 (next_element_from_buffer): If bidi_it.first_elt is set,
10651 initialize paragraph direction and find the first character to
10652 display in the visual order. If reseated to a middle of a line,
bba3e508
SM
10653 prime the bidi iterator starting at the line's beginning.
10654 Handle the situation where we overstepped stop_charpos due to
a7b02820
EZ
10655 non-linearity of the bidi iteration. Likewise for when we back up
10656 beyond the previous stop_charpos. When moving across stop_charpos,
10657 record it in prev_stop.
10658 (display_line): Set row->end and it->start for the next row to the
10659 next character in logical order. Always extend reversed_p rows to
10660 the end of line, even if they end at ZV. Copy the reversed_p flag
10661 to the next glyph row. Keep calling set_cursor_from_row for
10662 bidi-reordered rows even if we already have a possible candidate
10663 for cursor position. Set row_end after all the row's glyphs have
10664 been produced, by looping over the glyphs. Record the position
10665 after EOL in it->eol_pos, and use it to set end_pos of the last
10666 row produced for a continued line.
10667 <Qright_to_left, Qleft_to_right>: New variables.
10668 (syms_of_xdisp): Initialize and staticpro them.
10669 (string_buffer_position_lim): New function.
10670 (string_buffer_position): Most of code moved to
10671 string_buffer_position_lim. Last argument and return value are
10672 now EMACS_INT; all callers changed.
10673 (set_cursor_from_row): Rewritten to support bidirectional text and
10674 reversed glyph rows.
bba3e508
SM
10675 (text_outside_line_unchanged_p, try_window_id):
10676 Disable optimizations if we are reordering bidirectional text and the
a7b02820
EZ
10677 paragraph direction can be affected by the change.
10678 (append_glyph, append_composite_glyph)
10679 (produce_image_glyph, append_stretch_glyph): Set the
10680 resolved_level and bidi_type members of each glyph.
10681 (append_glyph): If the glyph row is reversed, prepend the glyph
10682 rather than appending it.
10683 (handle_stop_backwards): New function.
10684 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
2f8f196d 10685 (reseat): Call handle_stop_backwards to recompute prev_stop and
a7b02820
EZ
10686 base_level_stop for the new position.
10687 (handle_invisible_prop): Under bidi iteration, skip invisible text
10688 using bidi_get_next_char_visually. If we are `reseat'ed, init the
10689 paragraph direction. Update IT->prev_stop after skipping
10690 invisible text.
10691 (move_it_in_display_line_to): New variables prev_method
10692 and prev_pos. Compare for strict equality in
10693 BUFFER_POS_REACHED_P.
10694 (try_cursor_movement): Examine all the candidate rows that occlude
10695 point, to return the best match. If rows are bidi-reordered
10696 and point moved backwards, back up to the row that is not a
10697 continuation line, and start looking for a suitable row from
10698 there.
10699
10700 * term.c (append_glyph): Reverse glyphs by pre-pending them,
10701 rather than appending, if the glyph_row's reversed_p flag is set.
10702 Set the resolved_level and bidi_type members of each glyph.
10703
10704 * .gdbinit (pbiditype): New command.
10705 (pgx): Use it to display bidi level and type of the glyph.
10706 (pitx): Display some bidi information about the iterator.
10707 (prowlims, pmtxrows): New commands.
10708
32a8894e
DN
107092010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
10710
10711 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
10712 * s/usg5-4.h (LIBS_DEBUG):
10713 * s/irix6-5.h (C_DEBUG_SWITCH):
10714 * s/gnu-linux.h (LIBS_DEBUG):
10715 * s/darwin.h (LIBS_DEBUG):
10716 * s/bsd-common.h (LIBS_DEBUG):
10717 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
10718 * m/iris4d.h (LIBS_DEBUG):
10719 * m/hp800.h (LIBS_DEBUG): Remove definitions.
10720
10721 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
10722 (LIBS_DEBUG): Remove definition.
10723
649dbf36
CY
107242010-03-27 Chong Yidong <cyd@stupidchicken.com>
10725
10726 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
10727 Windows.
10728
cad4261f
YM
107292010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10730
10731 * process.c (Fmake_network_process): Don't call turn_on_atimers around
10732 `connect' (Bug#5723).
10733
cd591dbc
HE
107342010-03-25 Helmut Eller <eller.helmut@gmail.com>
10735
10736 * process.c (Fmake_network_process): Call `select' for interrupted
10737 `connect' rather than creating new socket (Bug#5173).
10738
e867cb5d 107392010-03-24 Jan Djärv <jan.h.d@swipnet.se>
93318cbd
JD
10740
10741 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
10742
10743 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
10744
10745 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
10746
e867cb5d 107472010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ad13a3ee
YM
10748
10749 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
10750 XLoadQueryFont.
10751
e867cb5d 107522010-03-24 Kenichi Handa <handa@m17n.org>
fbdc1721
KH
10753
10754 * coding.c (decode_coding_ccl): Fix previous change for the
10755 multibyte case.
fb608df3
KH
10756 (encode_coding_ccl): Don't setup ccl program here. Fix for the
10757 case that the output buffer is fullfilled.
10758 (encode_coding): Setup ccl program here.
fbdc1721 10759
5845f0ed
DN
107602010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
10761
814fb708
DN
10762 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
10763
5845f0ed
DN
10764 Simplify LIBS_MACHINE definitions.
10765 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
10766 * m/iris4d.h (LIBS_MACHINE): Likewise.
10767 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
10768 * s/aix4-2.h (LIBS_SYSTEM): ... here.
38e3487c 10769 * s/netbsd.h: Remove commented out code.
5845f0ed 10770
b7064064
DN
107712010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
10772
df7734b2
DN
10773 Remove dead code dealing with POSIX_SIGNALS.
10774 * atimer.c (set_alarm): Remove dead code, all USG systems define
10775 POSIX_SIGNALS.
10776 * data.c (arith_error): Likewise.
10777 * keyboard.c (input_available_signal, handle_user_signal)
10778 (interrupt_signal): Likewise.
10779 * process.c (sigchld_handler): Likewise.
10780 (create_process): Remove if 0 code. Remove HPUX conditional when
10781 !defined (POSIX_SIGNALS), it cannot be true.
10782 * syssignal.h: Remove USG5_4 and USG conditionals when
10783 !POSIX_SIGNALS, they cannot be true.
10784
b7064064
DN
10785 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
10786 NO_SOCK_SIGIO, not used anymore.
10787
55da5ee3
DN
107882010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
10789
0be96e3a
DN
10790 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
10791 support vax on BSDs.
10792
55da5ee3
DN
10793 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
10794 * s/aix4-2.h (ORDINARY_LINK): ... here.
10795
c0282183
AS
107962010-03-21 Andreas Schwab <schwab@linux-m68k.org>
10797
82c3d67a
AS
10798 * Makefile.in (abs_builddir): Define.
10799 (bootstrap_exe): Use it.
10800 (VPATH): Use $(srcdir) instead of @srcdir@.
c0282183 10801
3613edce
SM
108022010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10803
10804 * Makefile.in (bootstrap_exe): Use an absolute name.
10805
7f110ddc
DN
108062010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
10807
22e87574
DN
10808 Remove support for old GNU/Linux using libc version 5.
10809 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
10810 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
10811
05a670e6
DN
10812 Consolidate redundant definitions in s/bsd-common.h.
10813 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
10814 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
10815 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
10816 doing it in all files that include this one.
10817 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
10818 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
10819 (LDAV_SYMBOL, KERNEL_FILE): Remove.
10820 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
10821 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
10822 (LDAV_SYMBOL, KERNEL_FILE): Remove.
10823 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
10824 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
10825 (LDAV_SYMBOL, KERNEL_FILE): Remove.
10826
2968f561
DN
10827 Consolidate redundant definitions.
10828 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
10829 it's undefined in all files that include this one.
10830 (POSIX_SIGNALS): Define here instead of doing it in all files that
10831 include this one.
10832 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
10833 (POSIX_SIGNALS): Do not define.
10834 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
10835 (POSIX_SIGNALS): Do not define.
10836 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
10837 (POSIX_SIGNALS): Do not define.
10838
15d25dc0 10839 Remove support for old UNIX System V systems.
fe7be221
GM
10840 * s/unixware.h: Add the contents of s/usg5-4-2.h.
10841 * s/usg5-4-2.h: Remove.
15d25dc0 10842
07e339e4
DN
10843 Remove support for Solaris on PPC and for old versions.
10844 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
10845 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
10846 that cancel each other.
10847 * s/sol2-3.h:
10848 * s/sol2-4.h:
10849 * s/sol2-5.h: Remove.
10850 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
10851 (NO_REMAP): Remove, unused.
10852 (UNEXEC): Move definition ...
10853 * s/aix4-2.h (UNEXEC): ... here.
10854
7f110ddc
DN
10855 * s/openbsd.h: Remove support for non-ELF and for systems that do
10856 not support shared libraries.
10857 * s/netbsd.h:
10858 * s/freebsd.h: Likewise.
10859
605f35cd
DN
108602010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
10861
10862 Remove non-working support for lynxos 3.0.
10863 * s/lynxos.h: Remove file.
10864
10865 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
10866 COFF_BSD_SYMBOLS, nothing defines it anymore.
10867
aed71cf4
DN
108682010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
10869
10870 Remove obsolete uses of HAVE_SHM.
10871 * emacs.c (standard_args):
10872 (Fdump_emacs):
10873 (syms_of_emacs): Remove code depending on HAVE_SHM.
10874
10875 * alloc.c: Remove HAVE_SHM dependent definition.
10876
10877 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
10878
aded53ff
GM
108792010-03-18 Glenn Morris <rgm@gnu.org>
10880
17284745
GM
10881 * emacs.c (USAGE4): Hard-code bug address.
10882 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
10883 (bug_reporting_address): Remove.
10884 (main): Don't call bug_reporting_address.
10885
aded53ff
GM
10886 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
10887 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
10888
303500aa
CY
108892010-03-15 Chong Yidong <cyd@stupidchicken.com>
10890
10891 * xfns.c (Fx_create_frame):
10892 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
10893 on left.
10894
cef3058f
CY
108952010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
10896
10897 * editfns.c (Fformat): Account for string precision when computing
10898 field width (Bug#5710).
10899
a647d59d
CY
109002010-03-12 Chong Yidong <cyd@stupidchicken.com>
10901
4fa42018
CY
10902 * xfns.c (Fx_create_frame): Set default to Qright.
10903
a647d59d
CY
10904 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
10905 all window systems.
10906
6da23aaa
EZ
109072010-03-12 Eli Zaretskii <eliz@gnu.org>
10908
a96f6398 10909 These changes remove termcap.c from the build on Posix platforms.
83d02def 10910 * Makefile.in (termcapobj): Move termcap.o from here...
6da23aaa
EZ
10911 (MSDOS_OBJ): ...to here.
10912 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
10913 now identical to when LIBS_TERMCAP is defined.
10914
10915 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
10916
10917 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
10918
a96f6398 10919 * config.in: Regenerated. (See top-level ChangeLog.)
6da23aaa 10920
288f9fc0
CY
109212010-03-10 Chong Yidong <cyd@stupidchicken.com>
10922
10923 * Branch for 23.2.
10924
d48cd3f4
SM
109252010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10926
10927 Cleanup setup of gl_state in various parts of the code.
10928 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
10929 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
10930 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
10931 (skip_chars):
10932 * regex.c (regex_compile): Use it.
10933 (re_compile_pattern): Don't set gl_state.current_syntax_table since
10934 it's now set in regex_compile when/if we need it.
10935
618db430
SM
109362010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
10937
c0335e02
SM
10938 Make it possible to C-g in a tight bytecode loop again (bug#5680).
10939 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
10940 (QUIT): Use it to consolidate code and remove redundancy.
10941 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
10942
254c06a8
SM
10943 * regex.c (regex_compile): Setup gl_state as well.
10944
618db430
SM
10945 * syntax.c (skip_chars): Setup gl_state (bug#3823).
10946 (in_classes): Use CONSP before XCAR/XCDR.
10947
233f0c9f
CY
109482010-03-03 Chong Yidong <cyd@stupidchicken.com>
10949
10950 * keymap.c (Fwhere_is_internal): Use Fequal to compare
10951 definitions, so that keyboard macros are correctly handled
10952 (Bug#5481).
10953
75f80e63
EZ
109542010-03-02 Eli Zaretskii <eliz@gnu.org>
10955
10956 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
10957 text that could be relocated inside the call to emacs_mule_char.
10958 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
10959 (CODING_DECODE_CHAR): Add a comment describing its purpose.
10960
dcfb9bc4
KH
109612010-03-02 Kenichi Handa <handa@m17n.org>
10962
fc9a17bc
KH
10963 * character.c (parse_str_as_multibyte): Fix handling of the
10964 multibyte form of raw-bytes.
10965 (str_as_multibyte): Likewise.
10966
dcfb9bc4
KH
10967 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
10968 form of raw-bytes.
10969
412c01b6
CY
109702010-02-28 Chong Yidong <cyd@stupidchicken.com>
10971
10972 * charset.c (load_charset_map_from_file)
10973 (load_charset_map_from_vector): Zero out allocated
10974 charset_map_entries before using them.
10975
df7e1ea0
AS
109762010-02-27 Andreas Schwab <schwab@linux-m68k.org>
10977
10978 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
10979
fe69a722
CY
109802010-02-27 Chong Yidong <cyd@stupidchicken.com>
10981
4ed28cf4
CY
10982 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
10983 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 10984
7379cfce
KH
109852010-02-26 Kenichi Handa <handa@m17n.org>
10986
f88cc4d6
KH
10987 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
10988
7379cfce
KH
10989 * xdisp.c (reseat_to_string): Fix previous change.
10990
cf2fdcfb
CY
109912010-02-26 David Reitter <david.reitter@gmail.com>
10992
10993 * nsfont.m (nsfont_draw): ns_antialias_text should be a
10994 Lisp_Object (Bug#4736).
10995
cc6c7c75
KH
109962010-02-25 Kenichi Handa <handa@m17n.org>
10997
10998 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
10999
32e737d7
JD
110002010-02-24 Jan Djärv <jan.h.d@swipnet.se>
11001
11002 * xterm.c (XTflash): Move declarations before statements.
11003
11004 * gtkutil.c (xg_get_gdk_display): Remove (unused).
11005 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
11006 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
11007 (xg_create_tool_bar): Remove unused variables.
11008 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 11009 (xg_create_frame_widgets): Remove variable grav.
32e737d7 11010
676cae9f
CY
110112010-02-21 Chong Yidong <cyd@stupidchicken.com>
11012
11013 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
11014
886cc2b8
SM
110152010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11016
11017 * term.c (fatal): Add a final \n if needed (bug#5596).
11018
ddb2d8e2
CY
110192010-02-18 Chong Yidong <cyd@stupidchicken.com>
11020
11021 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
11022
2a4f8d3d
GM
110232010-02-18 Glenn Morris <rgm@gnu.org>
11024
11025 * callint.c (Finteractive): Doc fix.
11026
ebaf11b6
KH
110272010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
11028
886cc2b8
SM
11029 * coding.c (record_conversion_result):
11030 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
11031 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
11032 memory allocation error.
11033
d0396581
KH
110342010-02-17 Kenichi Handa <handa@m17n.org>
11035
886cc2b8
SM
11036 * coding.c (decode_coding_ccl): Don't setup ccl program here.
11037 Fix for the case that the output buffer is fullfilled.
d0396581
KH
11038 (decode_coding): Setup ccl program here. Keep looping when the
11039 decoder stopped because the output buffer is
11040 fullfilled (bug#5534).
11041
11042 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
11043
98599f74
JD
110442010-02-13 Jan Djärv <jan.h.d@swipnet.se>
11045
471e4f04 11046 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 11047 bug #5571.
886cc2b8 11048 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 11049 overdrawn.
98599f74 11050
182659ae
JD
110512010-02-10 Jan Djärv <jan.h.d@swipnet.se>
11052
11053 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
11054 doing_interact here.
11055 (ice_connection_closed): New function.
11056 (x_session_check_input, smc_die_CB, ice_io_error_handler)
11057 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
11058 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
11059 returns I/O error.
11060 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
11061 bug #5512.
11062
9be32c4e 110632010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
11064
11065 * nsfont.m (nsfont_open): The system's value for the font descent
11066 is negative, so round it down to avoid clipping.
11067
a2f3eb19
CY
110682010-02-06 Chong Yidong <cyd@stupidchicken.com>
11069
11070 * charset.c (load_charset_map_from_file)
11071 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 11072 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 11073
3088147c
CY
110742010-02-05 Chong Yidong <cyd@stupidchicken.com>
11075
11076 * charset.c (load_charset_map_from_file): Allocate large
11077 charset_map_entries structure on the heap rather than the stack.
11078 (Bug#5526).
11079
b57d9029
KH
110802010-01-31 Kenichi Handa <handa@m17n.org>
11081
11082 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 11083 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 11084
c67d885b
CY
110852010-01-31 Chong Yidong <cyd@stupidchicken.com>
11086
11087 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
11088 <deactivated@gmail.com> (Bug#3605).
11089
8fab2362
CY
110902010-01-31 David De La Harpe Golden <david@harpegolden.net>
11091
11092 * fileio.c (Frename_file): Correctly rename symlinks to
11093 directories (Bug#5496).
11094
cb2a62f2
CY
110952010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
11096
11097 * nsterm.m (ns_ring_bell): Handle visible bell like X.
11098
944c7a26
AS
110992010-01-30 Andreas Schwab <schwab@linux-m68k.org>
11100
11101 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
11102
c024ac08
CY
111032010-01-29 Chong Yidong <cyd@stupidchicken.com>
11104
11105 * frame.c (DEFAULT_ROWS): Change default to 35.
11106
11107 * xfns.c (x_default_font_parameter): Change default XFT font to
11108 monospace-10 (Bug#3643).
11109
af93af83
EZ
111102010-01-29 Eli Zaretskii <eliz@gnu.org>
11111
11112 * w32inevt.c (key_event): Remove unnecessary comparison of
11113 event->uChar.AsciiChar with 128.
11114
ca0eb708
CY
111152010-01-28 Chong Yidong <cyd@stupidchicken.com>
11116
b242dbfc
CY
11117 * fileio.c (Frename_file): Fix last change (Bug#5487).
11118
ca0eb708
CY
11119 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
11120
11121 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
11122
45d45af5
JD
111232010-01-28 Jan Djärv <jan.h.d@swipnet.se>
11124
11125 * xfns.c (Fx_create_frame): Remove window size matching code from
11126 2010-01-15.
a73f9c9d 11127 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 11128
7e233730
JR
111292010-01-27 Jason Rumney <jasonr@gnu.org>
11130
11131 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 11132 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 11133
86e893e3
KH
111342010-01-27 Kenichi Handa <handa@m17n.org>
11135
11136 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 11137 pattern string (Bug#4209).
86e893e3 11138
8719abec
CY
111392010-01-27 David De La Harpe Golden <david@harpegolden.net>
11140
11141 * fileio.c (Frename_file): Call copy-directory and
11142 delete-directory for directories, in order to handle cross-device
11143 renaming (Bug#3353).
11144
844794c8
JD
111452010-01-25 Jan Djärv <jan.h.d@swipnet.se>
11146
aa3e13b5 11147 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 11148 sizes 24 and 10. Bug #3643.
844794c8 11149
bd4b5750
SM
111502010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
11151
8dc1adf6 11152 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
11153 * keymap.c (shadow_lookup): Add `remap' arg.
11154 (describe_map, describe_vector): Update calls to shadow_lookup.
11155 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
11156 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
11157 perform remapping during shadow_lookup check of remapped_sequences.
11158
285d07e2
CY
111592010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
11160
11161 * image.c (png_load): Use png_sig_cmp instead of the obsolete
11162 png_check_sig, which has been removed in libpng 1.4.
11163
c6d09b8d
CY
111642010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
11165
11166 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
11167 lacks this header file).
11168
3d782998
YM
111692010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11170
11171 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
11172 as in Emacs 22.
11173
2aff7c53
YM
111742010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11175
11176 * lisp.h (make_pure_string): String pointer arg now points to const.
11177
11178 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
11179 args now point to const.
11180
74327f7a
EZ
111812010-01-22 Eli Zaretskii <eliz@gnu.org>
11182
11183 * lread.c (Fload): Don't treat files without .elc extension as
11184 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
11185 them. (bug#5303)
11186
4d1e6632
KH
111872010-01-20 Kenichi Handa <handa@m17n.org>
11188
11189 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
11190 treat the source as actual byte sequence.
11191
1fdede8f
AM
111922010-01-19 Alan Mackenzie <acm@muc.de>
11193
11194 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 11195 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
11196 `signal_after_change_p' to `coherent_change_p', and make the
11197 invocation of `modify_region' conditional on it.
11198
67477f30
JD
111992010-01-19 Jan Djärv <jan.h.d@swipnet.se>
11200
11201 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
11202 for debug purpose.
11203 (syms_of_xsettings): Declare xft-settings.
11204
244b023e
CY
112052010-01-18 Chong Yidong <cyd@stupidchicken.com>
11206
11207 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
11208
617364fe
CY
112092010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11210
11211 * xterm.c (event_handler_gdk): Block input (Bug#5037).
11212
4fe22cdf
CY
112132010-01-16 Chong Yidong <cyd@stupidchicken.com>
11214
11215 * emacs.c (standard_args): Adjust arg priorities to reflect how
11216 they are processed in startup.el.
11217
e118d2be
AS
112182010-01-16 Andreas Schwab <schwab@linux-m68k.org>
11219
11220 * Makefile.in (lisp, shortlisp): Update.
11221
523ae620
SM
112222010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11223
11224 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
11225 code, link the new kboard into all_kboard before running Lisp code,
11226 and protect the new terminal with GCPRO (Bug#5365).
11227 (x_term_init): Remove unused var `atom'.
11228 (x_delete_display, x_delete_terminal): Remove unused var `i'.
11229
f0d13888
JD
112302010-01-15 Jan Djärv <jan.h.d@swipnet.se>
11231
11232 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
11233 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
11234 to find out usable size of the desktop. Don't make frames larger than
ac146f82 11235 this. Bug #3643.
f0d13888 11236
cc320f07
KH
112372010-01-15 Kenichi Handa <handa@m17n.org>
11238
11239 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
11240
7ffdf101
CY
112412010-01-15 Chong Yidong <cyd@stupidchicken.com>
11242
11243 * nsterm.m (Qnone): Define.
11244
11245 * nsfns.m (Qnone): Move definition to nsterm.m.
11246
d12bd917
KH
112472010-01-14 Kenichi Handa <handa@m17n.org>
11248
11249 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
11250 systems.
11251
d9a7c140
KH
112522010-01-14 Kenichi Handa <handa@m17n.org>
11253
11254 Make auto-composition work on all buffers even if they are
11255 fundamental mode.
11256
11257 * composite.c (Vauto_composition_mode): New variable.
11258 (composition_compute_stop_pos): Check Vauto_composition_mode
11259 instead of Vauto_composition_function.
11260 (composition_adjust_point, Ffind_composition_internal): Likewise.
11261 (syms_of_composite): Declare Lisp variable
11262 "auto-composition-mode" here.
11263
63286bb2
CY
112642010-01-13 Chong Yidong <cyd@stupidchicken.com>
11265
11266 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
11267 during call to vendor-specific-keysyms (Bug#5365).
11268
c2623ee7
YM
112692010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11270
11271 * keyboard.c (input_available_signal) [SYNC_INPUT]:
11272 Call SIGNAL_THREAD_CHECK (Bug#5333).
11273
11274 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
11275 Call SIGNAL_THREAD_CHECK.
11276
0b5397c2
SM
112772010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
11278
11279 Try to fix bug#5314. This is probably not the final word, tho.
11280 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
11281 recent-auto-save-p as a side-effect.
11282 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
11283 * buffer.c (Fkill_buffer, reset_buffer):
11284 * editfns.c (Fsubst_char_in_region):
11285 * fileio.c (Finsert_file_contents, Fdo_auto_save)
11286 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
11287
dc954cb2
KH
112882010-01-13 Kenichi Handa <handa@m17n.org>
11289
11290 Display buffer name, etc. in mode line by composing correctly.
11291
11292 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
11293 STRING is not nil.
0b5397c2 11294 (display_mode_element): Adjust for the change of
dc954cb2
KH
11295 decode_mode_spec and display_line.
11296 (decode_mode_spec): Change arg MULTIBYTE to STRING.
11297 (display_string): Handle the case that STRING is non-null and
11298 LISP_STRING is not nil.
11299
0b5397c2
SM
11300 * xterm.c (x_draw_composite_glyph_string_foreground):
11301 Pay attention to s->face->overstrike.
dc954cb2
KH
11302
11303 * composite.c (composition_reseat_it): Don't check PT if STRING is
11304 non nil.
11305
4a00eaca
YM
113062010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11307
11308 * keyboard.c (read_char): Don't apply previous change when current
11309 buffer is unchanged by command execution.
11310
60abb287
JD
113112010-01-12 Jan Djärv <jan.h.d@swipnet.se>
11312
11313 * keyboard.c (read_char): Return after executing from special map.
11314
893db5bc
GM
113152010-01-12 Glenn Morris <rgm@gnu.org>
11316
11317 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
11318 bug-gnu-emacs rather than emacs-pretest-bug.
11319
4d03ece0
CY
113202010-01-11 Chong Yidong <cyd@stupidchicken.com>
11321
11322 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
11323 initializing the Lisp variables that depend on them.
11324
1df47e38
YM
113252010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11326
11327 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
11328 Clear areas that will not be updated after change of menu bar lines.
11329 Clear the menu bar window's current matrix when the window gets empty.
11330
2f1c6384
CY
113312010-01-09 Chong Yidong <cyd@stupidchicken.com>
11332
e398c61c
CY
11333 * intervals.h, textprop.c (extend_property_ranges): Return value
11334 and args changed. Discard properties that begin at or after the
11335 new end (Bug#5306).
11336
11337 * editfns.c (Fformat): Caller changed.
11338
e5a29a10
CY
11339 * nsterm.m (ns_set_default_prefs): Delete function.
11340 (syms_of_nsterm): Initialize ns_command_modifier,
11341 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
11342 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
11343
2f1c6384
CY
11344 * xdisp.c (pos_visible_p): Check for invisible text at the correct
11345 position (Bug#4040).
11346
d427a9fa
EZ
113472010-01-09 Eli Zaretskii <eliz@gnu.org>
11348
11349 * editfns.c (Ffloat_time): Doc fix.
11350
21b9df2f
JD
113512010-01-09 Jan Djärv <jan.h.d@swipnet.se>
11352
11353 * xfns.c (Fx_create_frame): Don't create frame larger than display
11354 by default bug#3643.
11355
4b00d3b1
YM
113562010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11357
11358 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
11359 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
11360 windows above internal border.
11361
11362 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
11363 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
11364 windows above internal border.
11365
11366 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
11367 tool bar windows specially.
11368
11369 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
11370
11371 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
11372 specially.
11373 (XTflash): Take account of menu bar height.
11374
11375 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
11376 specially.
11377
5075d853
JD
113782010-01-08 Jan Djärv <jan.h.d@swipnet.se>
11379
ac146f82 11380 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
11381 also be true before we can return early (bug #5339).
11382
474217c8
CY
113832010-01-06 David Reitter <david.reitter@gmail.com>
11384
11385 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
11386 (Fns_display_usable_bounds): Rewrite, computing bounds properly
11387 (Bug#3233).
11388
c0e6d47d
JD
113892010-01-06 Jan Djärv <jan.h.d@swipnet.se>
11390
d0cf45b7
JD
11391 * font.c (font_open_entity): Enable chache and call cached_font_ok
11392 for the driver if defined.
11393 (QCuser_spec): New symbol.
11394 (font_spec_from_name): Save name as user-spec.
11395 (font_load_for_lface): Keep user-spec instead of name.
11396 (font_open_by_name): Save name as user-spec.
11397 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 11398 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
11399
11400 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
11401 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
11402 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
11403
11404 * font.h (struct font_driver): Add cached_font_ok.
11405
c0e6d47d
JD
11406 * xterm.c (x_clear_frame): Queue draw for scroll bars.
11407
7c583cd8
JD
114082010-01-05 Jan Djärv <jan.h.d@swipnet.se>
11409
11410 * xterm.c (x_new_font): Move code for setting rows/cols before
11411 resizing ...
ac146f82 11412 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
11413
11414 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
11415 (xg_frame_resized, xg_frame_set_char_size):
11416 Call xg_clear_under_internal_border.
7c583cd8 11417 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 11418
03f77f0a
CY
114192010-01-05 Chong Yidong <cyd@stupidchicken.com>
11420
11421 * keyboard.c (read_key_sequence): Catch keyboard switch after
11422 making a new tty frame (Bug#5095).
11423
2a1ef5be
KH
114242010-01-05 Kenichi Handa <handa@m17n.org>
11425
11426 * fontset.c (fontset_find_font): Fix getting the frame pointer.
11427
e3eb1dae
SM
114282010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
11429
11430 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
11431 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
11432 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
11433
777013f2
MA
114342010-01-03 Michael Albinus <michael.albinus@gmx.de>
11435
11436 * dbusbind.c (xd_add_watch): Improve debug message.
11437 (xd_remove_watch): Improve debug message. If DATA is the session
11438 bus, unset D-Bus session environment.
11439 (Fdbus_init_bus): Pass the bus as argument to
11440 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 11441
8932b1c2
CY
114422010-01-01 Chong Yidong <cyd@stupidchicken.com>
11443
87231e2c
CY
11444 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
11445
4801c5fa
CY
11446 * lread.c (syms_of_lread): Make it clearer that these are the
11447 names of loaded files (Bug#5068).
11448
8932b1c2
CY
11449 * eval.c (run_hook_with_args): Handle the case where the global
11450 value has the obsolete single-function form (Bug#5026).
11451
11e3c684
CY
114522009-12-27 Chong Yidong <cyd@stupidchicken.com>
11453
11454 * minibuf.c (Fall_completions): Minor optimization.
11455
5b28ce35
EZ
114562009-12-26 Eli Zaretskii <eliz@gnu.org>
11457
5ce6e4f4
JB
11458 * .gdbinit (pgx): Fix display of composite glyphs.
11459 Display cmp.from and cmp.to as well.
11460 (pitx): Fix last change.
5b28ce35 11461
bcffff46
KH
114622009-12-25 Kenichi Handa <handa@m17n.org>
11463
11464 * composite.h (composition_adjust_point): Update prototype.
11465
11466 * composite.c (composition_reseat_it): Don't make a composition
11467 spanning over point.
11468 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
11469 composable characters.
11470 (composition_adjust_point): New arg NEW_PT. Callers changed.
11471
11472 * keyboard.c (command_loop_1): Force redisplay if the last point
11473 was within a composition.
11474 (adjust_point_for_property): Don't adjust point for automatic
11475 composition when called after buffer modification.
11476
3f670e9a
EZ
114772009-12-19 Eli Zaretskii <eliz@gnu.org>
11478
5ce6e4f4
JB
11479 * .gdbinit (pitx): Don't use enum names, use their values.
11480 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
11481 (pgx): Don't use enum names, use their values.
11482 (pitmethod): New helper command.
11483 (pitx): Use it to display iteration method.
11484 (pgrowit): New command.
11485
ad903955
EZ
11486 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
11487
3f670e9a
EZ
11488 Update dependencies in Makefile.in.
11489
11490 * Makefile.in (alloc.o): Depend on termhooks.h.
11491 (atimer.o): Depend on blockinput.h.
11492 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
11493 and frame.h.
11494 (callint.o): Depend on systime.h, coding.h, and composite.h.
11495 (callproc.o): Depend on buffer.h.
11496 (casefiddle.o): Don't depend on charset.h.
11497 (casetab.o): Depend on character.h.
11498 (ccl.o): Depend on composite.h.
11499 (chartab.o): Depend on ccl.h.
11500 (cm.o): Depend on dispextern.h.
11501 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
11502 (coding.o): Don't depend on $(INTERVALS_H).
11503 (composite.o): Don't depend on dispextern.h explicitly (it's in
11504 $(INTERVALS_H)). Depend on ccl.h.
11505 (data.o): Depend on systime.h, coding.h, composite.h,
11506 dispextern.h, font.h, and ccl.h.
11507 (dired.o): Depend on composite.h.
11508 (dispnew.o): Depend on coding.h. Don't depend explicitly on
11509 composite.h (it's in $(INTERVALS_H)).
11510 (doc.o): Depend on systime.h, coding.h, and composite.h.
11511 (editfns.o): Don't depend explicitly on dispextern.h.
11512 (emacs.o): Depend on frame.h and coding.h.
11513 (eval.o): Depend on coding.h, composite.h, and xterm.h.
11514 (fileio.o): Depend on frame.h and commands.h. Don't depend
11515 explicitly on dispextern.h.
11516 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
11517 composite.h.
11518 (fns.o): Don't depend on termhooks.h.
11519 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
11520 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
11521 coding.h, $(INTERVALS_H), window.h, xterm.h.
11522 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
11523 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
11524 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
11525 fontset.h, ccl.h, and ftfont.h.
11526 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
11527 (gtkutil.o): Depend on dispextern.h and composite.h.
11528 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
11529 termhooks.h, and ccl.h.
11530 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
11531 (intervals.o): Depend on systime.h and coding.h.
11532 (keyboard.o): Depend on composite.h and coding.h.
11533 (keymap.o): Depend on coding.h and frame.h.
11534 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
11535 (macros.o): Depend on systime.h, coding.h, and composite.h.
11536 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
11537 and atimer.h.
11538 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
11539 dispextern.h explicitly.
0b5397c2
SM
11540 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
11541 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
11542 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
11543 (regex.o): Don't depend on charset.h.
11544 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
11545 (search.o): Don't depend explicitly on composite.h.
11546 (sound.o): Depend on atimer.h and systime.h.
11547 (syntax.o): Don't depend explicitly on composite.h.
11548 (sysdep.o): Depend on coding.h and composite.h.
11549 (term.o): Depend on xterm.h and buffer.h.
11550 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
11551 (textprop.o): Don't depend on dispextern.h explicitly.
11552 (undo.o): Depend on dispextern.h.
11553 (window.o): Depend on coding.h and termhooks.h. Don't depend on
11554 dispextern.h and composite.h explicitly.
11555 (xdisp.o): Depend on ccl.h.
11556 (xfaces.o): Depend on coding.h and ccl.h.
11557 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
11558 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
11559 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
11560 ftfont.h.
11561 (xgselect.o): New dependency.
11562 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
11563 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
11564 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
11565 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
11566 (xsmfns.o): Depend on frame.h and dispextern.h.
11567 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
11568 sysselect.h.
11569
7a6f7fea
AS
115702009-12-19 Andreas Schwab <schwab@linux-m68k.org>
11571
11572 * font.c (Fclear_font_cache): Pass correct cache argument to
11573 font_clear_cache.
11574
f4c21026
AS
115752009-12-16 Andreas Schwab <schwab@linux-m68k.org>
11576
11577 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
11578 twice.
11579
f7ab0997
CY
115802009-12-15 Chong Yidong <cyd@stupidchicken.com>
11581
11582 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
11583 calling file-remote-p. Reported by Jim Meyering.
11584
fa8e045a
MA
115852009-12-15 Michael Albinus <michael.albinus@gmx.de>
11586
11587 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 11588 avoid compiler warnings. (Bug #5217)
fa8e045a 11589
a63dba42
KH
115902009-12-14 Kenichi Handa <handa@m17n.org>
11591
11592 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
11593 in 8-bit encoding.
11594
5ce6e4f4 115952009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
11596
11597 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
11598 tooltip windows.
11599
223e5fc6
JD
116002009-12-13 Jan Djärv <jan.h.d@swipnet.se>
11601
36acb2a7
JD
11602 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
11603 Xatom_net_window_type.
11604
11605 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
11606 Xatom_net_window_type.
11607
b8f00677
JD
11608 * xterm.c (my_log_handler): New function.
11609 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 11610 so we can filter out buggy messages. (Bug #5120).
b8f00677 11611
e5f0bc9a
JD
11612 * xterm.c (xg_scroll_callback): Parameter list changed,
11613 use parameter GtkScrollType to determine scroll/line/page.
11614 Only allow dragging if a button < 4 is grabbed (bug #5177).
11615 (xg_end_scroll_callback): New function.
11616 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
11617 xg_create_scroll_bar.
11618
11619 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
11620 (scroll_end_callback): Remove.
11621 (xg_create_scroll_bar): Add parameter end_callback, bind it to
11622 button-release-event. Replace value-changed event with change-value,
c4cc8b9a 11623 bug #5177.
e5f0bc9a
JD
11624 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
11625 bug #5177.
11626
11627 * gtkutil.h (XG_LAST_SB_DATA): Remove.
11628 (xg_create_scroll_bar): Add GCallback end_callback.
11629
223e5fc6
JD
11630 * xftfont.c (QClcdfilter): New variable.
11631 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
11632 (syms_of_xftfont): Initialize QClcdfilter.
11633
3c055b77
JD
116342009-12-12 Jan Djärv <jan.h.d@swipnet.se>
11635
11636 * xsettings.c (struct xsettings): Add member seen.
11637 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 11638 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
11639 (apply_xft_settings): Only update Xft settings with what member seen
11640 indicates as new.
11641
05fe33ff
EZ
116422009-12-12 Eli Zaretskii <eliz@gnu.org>
11643
c4cc8b9a 11644 * dispextern.h (struct text_pos): Use EMACS_INT.
05fe33ff
EZ
11645 (struct glyph): Use EMACS_INT for charpos.
11646 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
11647 region_beg_charpos, region_end_charpos,
11648 redisplay_end_trigger_charpos, and also for
11649 iterator_stack_entry.end_charpos and
11650 iterator_stack_entry.stop_charpos.
11651
e8d7886a
JD
116522009-12-12 Jan Djärv <jan.h.d@swipnet.se>
11653
5ce6e4f4 11654 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
11655 (xg_create_scroll_bar): Call scroll_end_callback on button release
11656 event (bug #5177).
11657 (xg_event_is_for_scrollbar): != replaced with ==.
11658
d0db2ec8
KH
116592009-12-12 Kenichi Handa <handa@m17n.org>
11660
11661 * ftfont.c (struct ftfont_info): New member matrix.
11662 (ftfont_open): Setup xftfont_info->matrix.
11663 (MFLTFontFT): New member matrix.
11664 (FLOOR, CEIL, ROUND): New macros.
11665 (ftfont_get_metrics): Handle matrix transformation.
11666 (ftfont_shape_by_flt): New arg matrix. Callers changed.
11667
11668 * xftfont.c (struct xftfont_info): New member matrix.
11669 (xftfont_open): Setup xftfont_info->matrix.
11670
116712009-12-10 Kenichi Handa <handa@m17n.org>
11672
11673 * xdisp.c (append_space_for_newline): Consider face-remapping.
11674
2cc7b62f
AS
116752009-12-09 Andreas Schwab <schwab@linux-m68k.org>
11676
b87dd913
AS
11677 * xsettings.c: Include "keyboard.h".
11678
eba5eb94
AS
11679 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
11680
2cc7b62f
AS
11681 Fix implicit function declarations.
11682 * cmds.c: Include "frame.h".
11683 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
11684 * frame.h: Move declaration of delete_frame outside of
11685 HAVE_WINDOW_SYSTEM.
11686
a4ef73c8
CY
116872009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
11688
11689 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
11690
11691 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
11692 GTK builds.
11693
944a300c
AS
116942009-12-07 Andreas Schwab <schwab@linux-m68k.org>
11695
11696 * unexelf.c (unexec): Don't search for .data twice.
11697
022eef62
CY
116982009-12-05 Chong Yidong <cyd@stupidchicken.com>
11699
426ac949
CY
11700 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
11701 if push failed.
11702 (handle_line_prefix): Set avoid_cursor_p here. Check return value
11703 of push_display_prop (Bug#5000).
11704
022eef62
CY
11705 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
11706 value of font_list_entities (Bug#5085).
11707
be95bee9
JB
117082009-12-04 Juanma Barranquero <lekktu@gmail.com>
11709
11710 Fix `string-to-number' to deal consistently with integers and floats.
11711 * lread.c (isfloat_string): New argument ignore_trailing to accept all
11712 trailing characters, not just whitespace.
11713 (read1): Pass new arg 0 to keep old behavior.
11714 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
11715 trailing chars, as it is already done for integers. Doc fixes.
11716 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
11717
24c2d7ce
EZ
117182009-12-04 Eli Zaretskii <eliz@gnu.org>
11719
0b5397c2
SM
11720 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
11721 Delete unused enumeration value.
24c2d7ce 11722
7e694795
EZ
117232009-12-03 Eli Zaretskii <eliz@gnu.org>
11724
11725 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
11726
84b31826
SM
117272009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
11728
11729 * process.c (Fmake_network_process): Fix up the tests for
11730 "connectionless socket", so they DTRT for seqpacket sockets as well.
11731
f00c449b
SM
117322009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11733
11734 * process.c (Qseqpacket): New symbol.
11735 (HAVE_SEQPACKET): New macro.
11736 (Fmake_network_process): Accept new :type `seqpacket'.
11737 (init_process): Add `seqpacket' feature when applicable.
11738 (syms_of_process): Initialize Qseqpacket.
11739
8096a0ff
YM
117402009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11741
11742 * font.c (font_load_for_lface, font_open_by_name): Don't store name
11743 if entity is Qnil.
11744
3e0de07f
SM
117452009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11746
11747 * print.c (print_preprocess): Preprocess the key_and_value table of
11748 hashtables, even tho they're "hidden" (bug#5082).
11749
abeafb2a
JD
117502009-11-29 Jan Djärv <jan.h.d@swipnet.se>
11751
11752 * frame.c (frame_make_pointer_invisible)
11753 (frame_make_pointer_visible): Declare f before statements.
11754
4bf47195
EZ
117552009-11-28 Eli Zaretskii <eliz@gnu.org>
11756
11757 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
11758 omitted dependencies on lisp.h.
11759
c525b3f2
JD
117602009-11-27 Jan Djärv <jan.h.d@swipnet.se>
11761
ece2d4ed
JD
11762 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
11763 is NULL.
11764
11765 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
11766
11767 * frame.c (frame_make_pointer_invisible)
3e0de07f 11768 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
11769 frame.
11770
c525b3f2
JD
11771 * search.c (simple_search): Remove warning by making *p const.
11772
2f00e299
DN
117732009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
11774
11775 * xdisp.c (power_letter): Remove duplicate const.
11776
084b049b
JD
117772009-11-25 Jan Djärv <jan.h.d@swipnet.se>
11778
a1fadc6f
JD
11779 * term.c (delete_tty): Remove check for last terminal (bug#4970).
11780
5ce6e4f4 11781 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
11782 defaults (bug #5025).
11783
28259cac
SM
117842009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
11785
11786 * insdel.c (adjust_markers_for_delete): Move it in the
11787 right direction! (bug#4803)
11788
e8e14166
YM
117892009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11790
11791 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
11792
11793 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
11794
86677b58
GM
117952009-11-24 Glenn Morris <rgm@gnu.org>
11796
11797 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
11798
581e51e8
JD
117992009-11-23 Jan Djärv <jan.h.d@swipnet.se>
11800
cfc86c7a
JD
11801 * Makefile.in: Must create deps for ecrt0.o in its rule.
11802
581e51e8
JD
11803 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
11804 because that is what Gtk+ font dialog understands.
11805
11806 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
11807 of Fcopy_sequence.
11808 (font_open_by_name): Put name given into QCname for font-object returned.
11809
11810 * frame.c (x_set_font): Save original font name as frame parameter
11811 font-parameter.
11812
11813 * xsettings.c (set_default_xft_settings): New function.
11814 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
11815 is found.
11816
8b264ecb
AS
118172009-11-22 Andreas Schwab <schwab@linux-m68k.org>
11818
11819 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
11820 searching backwards through multibyte buffer.
11821
872870b2
JD
118222009-11-21 Jan Djärv <jan.h.d@swipnet.se>
11823
11824 * xterm.c: #include xgselect.h.
11825 (x_initialize): Call xgselect_initialize.
11826
11827 * xsettings.c (something_changedCB): C++ comments => C comments.
11828 (init_gconf): Do not deal with any GLib file descriptors, xg_select
11829 does that now.
11830
11831 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
11832 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
11833 (scroll_bar_button_cb): Remove.
5ce6e4f4 11834 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
11835 event.
11836 (xg_create_scroll_bar): Don't bind button-press-event and
11837 button-release-event.
11838
11839 * process.c: Include xgselect.h if defined (USE_GTK) ||
11840 defined (HAVE_GCONF).
11841 (wait_reading_process_output): Call xg_select for the same condition.
11842
11843 * xgselect.c (xg_select): New function to better integrate with
11844 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
11845
11846 * xgselect.h: New file, declare xg_select, xgselect_initialize.
11847
11848 * Makefile.in (XOBJ): Add xgselect.o.
11849
62a6e103
AS
118502009-11-21 Andreas Schwab <schwab@linux-m68k.org>
11851
0b5397c2
SM
11852 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
11853 Remove ignored second argument. All callers changed.
62a6e103
AS
11854 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
11855 (RE_STRING_CHAR_AND_LENGTH): Likewise.
11856 * xdisp.c (string_char_and_length): Likewise.
11857
b0ca0f33
DN
118582009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
11859
11860 * xterm.c (x_new_font):
11861 * print.c (print_object):
11862 * cmds.c (Fself_insert_command): Move declarations before statements.
11863
dd5a6279
CY
118642009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
11865
11866 * s/cygwin.h: Remove unneeded linker flags.
11867
4a8e097d
JD
118682009-11-20 Jan Djärv <jan.h.d@swipnet.se>
11869
0d1d0d26
JD
11870 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
11871
11872 * xsettings.h: Declare xsettings_get_system_font.
11873
11874 * xsettings.c (xsettings_get_system_font): New function.
11875 (init_gconf): No use initiating gconf unless we have Xft also.
11876 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
11877 HAVE_GCONF.
11878
4a8e097d
JD
11879 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
11880 add a blank entry so it doesn't collapse into nothing.
11881
8ab1650e
SM
118822009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11883
11884 * lread.c (Funintern): Comment out last change.
11885
82c602f0
RS
118862009-11-19 Richard Stallman <rms@gnu.org>
11887
11888 * lread.c (Funintern): Error if symbol is t or nil.
11889
87e32266
SM
118902009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11891
11892 * insdel.c (make_gap_larger): Don't make as many assumptions about the
11893 representation of Lisp integers.
11894 Reported by MJ Chan <mjchan.inbox@gmail.com>.
11895
1b9ac145
AS
118962009-11-17 Andreas Schwab <schwab@linux-m68k.org>
11897
11898 * lisp.h: Remove declaration of Ffont_get_system_font.
11899 * xfns.c: Move include of "xsettings.h".
11900 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
11901
dfb3c4c6
JD
119022009-11-17 Jan Djärv <jan.h.d@swipnet.se>
11903
87e32266
SM
11904 * xsettings.c (something_changedCB, Ffont_get_system_font):
11905 Check use_system_font.
dfb3c4c6
JD
11906 (syms_of_xsettings): DEFVAR font-use-system-font.
11907
9370c1d8
AS
119082009-11-17 Andreas Schwab <schwab@linux-m68k.org>
11909
25fe851a
AS
11910 * xfns.c (x_default_font_parameter): Remove dead assignment.
11911
9370c1d8
AS
11912 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
11913
637fa988
JD
119142009-11-17 Jan Djärv <jan.h.d@swipnet.se>
11915
87e32266 11916 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 11917 not have FC_LCD_*. #define them if not there.
a6eb20d8 11918
87e32266 11919 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 11920
637fa988
JD
11921 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
11922
11923 * xterm.c (handle_one_xevent): Call xft_settings_event for
11924 ClientMessage, PropertyNotify and DestroyNotify.
11925 (x_term_init): If we have XFT, get DPI from Xft.dpi.
11926 Call xsettings_initialize.
11927
11928 * xftfont.c (xftfont_fix_match): New function.
11929 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
11930 Call xftfont_fix_match after XftFontMatch.
11931
11932 * xfont.c (xfont_driver): Initialize all members.
11933
87e32266
SM
11934 * xfns.c (x_default_font_parameter):
11935 Try font from Ffont_get_system_font.
637fa988
JD
11936 Do not get font from x_default_parameter if we got one from
11937 Ffont_get_system_font.
87e32266 11938 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
11939
11940 * w32font.c (w32font_driver): Initialize all members.
11941
11942 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
11943
11944 * lisp.h: Declare syms_of_xsettings.
11945
87e32266
SM
11946 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
11947 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
11948
11949 * ftfont.c (ftfont_filter_properties): New function.
11950
11951 * frame.c (x_set_font): Remove unused variable lval.
11952
87e32266 11953 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
11954
11955 * font.c (font_put_extra): Don't return if val is nil, it means
11956 boolean option is off.
11957 (font_parse_fcname): Collect all extra properties in extra_props
11958 and call filter_properties for all drivers with extra_props and
11959 font as parameter.
87e32266
SM
11960 (font_open_entity): Do not use cache, it does not pick up new
11961 fontconfig settings like hinting.
637fa988
JD
11962 (font_load_for_lface): If spec had a name in it, store it in entity.
11963
a73f9c9d 11964 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
11965
11966 * config.in: HAVE_GCONF is new.
11967
11968 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
11969 xsettings.o is new.
11970
5a942932
KH
119712009-11-17 Kenichi Handa <handa@m17n.org>
11972
11973 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
11974 back to the default font in case that no suitable font is found.
11975
b7c7a4d1
SM
119762009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11977
11978 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
11979 Suggested by Chad Brown <yandros@mit.edu>.
11980 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
11981
072f1e39
JD
119822009-11-16 Jan Djärv <jan.h.d@swipnet.se>
11983
11984 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
11985
5d1e70a2
AS
119862009-11-14 Andreas Schwab <schwab@linux-m68k.org>
11987
87e32266 11988 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 11989
a53cfbe5
JD
119902009-11-14 Jan Djärv <jan.h.d@swipnet.se>
11991
473a99b7
JD
11992 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
11993 has a parent.
11994
a53cfbe5 11995 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 11996 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
11997
11998 * config.in: Generated (AUTO_DEPEND).
11999
f04bb9b2
MA
120002009-11-13 Michael Albinus <michael.albinus@gmx.de>
12001
b7c7a4d1 12002 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
12003 Vdbus_registered_functions_table, because it contains also
12004 properties. Fix docstring.
b7c7a4d1 12005 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 12006
8f11f7ec
SM
120072009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12008
12009 * alloc.c (mark_object): Don't reprocess marked strings.
12010 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
12011 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
12012
8a605fe8
KH
120132009-11-13 Kenichi Handa <handa@m17n.org>
12014
8f11f7ec 12015 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
12016 semantics of Vword_combining_categories.
12017 (Vword_combining_categories): Describe the slight change of the
12018 semantics.
12019
241c4680
EZ
120202009-11-13 Eli Zaretskii <eliz@gnu.org>
12021
12022 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
12023
12024 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
12025
5d58e44c
SM
120262009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
12027
12028 * xdisp.c (syms_of_xdisp): Fix typo in last change.
12029
5e13f9d3
JB
120302009-11-12 Juanma Barranquero <lekktu@gmail.com>
12031
12032 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
12033
cf54c754
DR
120342009-11-11 David Reitter <david.reitter@gmail.com>
12035
12036 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
12037 variables to fix 2009-11-09 change.
12038
a4ada374
DN
120392009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
12040
91433552
DN
12041 * process.c (ifflag_def): Make flag_sym constant.
12042 (Fnetwork_interface_info): Use a constant pointer.
12043 (ifflag_table):
12044 * xfns.c (cursor_bits):
12045 * xdisp.c (power_letter):
12046 * termcap.c (speeds, esctab):
12047 * sysdep.c (baud_convert):
12048 * keyboard.c (lispy_accent_codes, modifier_names):
12049 * image.c (xbm_format, xpm_format, pbm_format, png_format)
12050 (jpeg_format, tiff_format, gif_format, svg_format)
12051 (interlace_start, interlace_increment, gs_format):
12052 * gtkutil.c (separator_names):
12053 * fringe.c (swap_nibble):
12054 * fns.c (base64_value_to_char, base64_char_to_value):
12055 * fileio.c (make_temp_name_tbl):
12056 * coding.c (suffixes): Make constant.
12057
f4265f6c
DN
12058 * frame.c (make_initial_frame):
12059 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
12060 build_string.
12061 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
12062
04420943
DN
12063 * s/freebsd.h:
12064 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
12065
0a5d24ae
DN
12066 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
12067 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
12068
a4ada374
DN
12069 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
12070 * xterm.c (syms_of_xterm):
12071 * xfaces.c (syms_of_xfaces):
12072 * xdisp.c (syms_of_xdisp):
12073 * lread.c (syms_of_lread):
12074 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
12075 build_string.
91433552 12076
a4ada374
DN
12077 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
12078
af98fc7f
SM
120792009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12080
8ab1650e 12081 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 12082
e90292a9
JD
120832009-11-10 Jan Djärv <jan.h.d@swipnet.se>
12084
12085 * keyboard.h: Declare timer_check.
12086
12087 * keyboard.c (timer_check_2): New function that does what the old
12088 timer_check did.
12089 (timer_check): Call timer_check_2 until -1 or a non-zero time is
12090 returned, i.e. don't return -1 with timers pending.
12091
12092 * process.c: Remove extern declaration of timer_check.
12093
12094 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
12095 even if timer_check returned -1.
12096
af98fc7f
SM
12097 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
12098 xg_dialog_data.
e90292a9
JD
12099 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
12100 the event loop.
12101 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
12102 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
12103 Destroy the dialog after xg_dialog_run.
12104
045b83c0
SM
121052009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12106
12107 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
12108
1fb99a3a
JD
121092009-11-10 Jan Djärv <jan.h.d@swipnet.se>
12110
12111 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
12112
04e452cb
JB
121132009-11-09 Juanma Barranquero <lekktu@gmail.com>
12114
12115 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
12116
ef7417fd
SM
121172009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
12120 w32menu.c, and nsmenu.m.
12121 Simplify the obsolete case where position is nil.
12122 (cleanup_popup_menu): New function, moved from nsmenu.m.
12123 (struct skp): Remove slot `notreal'.
12124 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
12125 adjust callers.
12126 (single_menu_item): Adjust call to parse_menu_item.
12127 (syms_of_menu): Defsubr x-popup-menu.
12128 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
12129 (keymap_panes): Don't export any more.
12130 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
12131 (xmenu_show): Declare.
12132 * keyboard.c (parse_menu_item): Remove arg `notreal'.
12133 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
12134 * keyboard.h (parse_menu_item): Update declaration.
12135 * xmenu.c (Fx_popup_menu): Remove.
12136 (syms_of_xmenu): Don't defsubr x-popup-menu.
12137 * w32menu.c (Fx_popup_menu): Remove.
12138 (syms_of_w32menu): Don't defsubr x-popup-menu.
12139 * nsmenu.m (cleanup_popup_menu): Remove.
12140 (ns_menu_show): Rename from ns_popup_menu and remove all the code
12141 moved to menu.c's Fx_popup_menu.
12142 (Fx_popup_menu): Remove.
12143 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
12144 menu_items (it's done in menu.c already).
12145
424d6179
SM
121462009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12147
12148 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
12149 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
12150
c0df13a6 121512009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
12152
12153 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 12154 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
12155 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
12156 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
12157
2de9f71c
SM
121582009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
12159
12160 Let integers use up 2 tags to give them one extra bit and thus double
12161 their range.
12162 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
12163 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
12164 New macros.
12165 (enum Lisp_Type): Use them. Give explicit values.
12166 (Lisp_Type_Limit): Remove.
12167 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
12168 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
12169 Pay attention to USE_2_TAGS_FOR_INTS.
12170 (INTEGERP): Use LISP_INT_TAG_P.
12171 * fns.c (internal_equal): Simplify the default case.
12172 (sxhash): Use case_Lisp_Int.
12173 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
12174 any more.
12175 (Ftype_of): Use case_Lisp_Int.
12176 (store_symval_forwarding): Take into account the fact that Ints can
12177 now have more than one tag.
12178 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
686b968e 12179 (buffer_slot_type_mismatch):
2de9f71c
SM
12180 * xfaces.c (face_attr_equal_p):
12181 * print.c (print_object):
12182 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
12183 Use case_Lisp_Int.
12184
323637a2
EZ
121852009-11-06 Eli Zaretskii <eliz@gnu.org>
12186
7ac65b38
EZ
12187 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
12188
323637a2
EZ
12189 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
12190 warning.
12191
e511451f
JD
121922009-11-06 Jan Djärv <jan.h.d@swipnet.se>
12193
12194 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
12195
12196 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
12197
12198 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
12199 ButtonPressRelease and MotionNotify (bug#4870).
12200
5e2327cf
DN
122012009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
12202
5adc433e
DN
12203 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
12204
d67b4f80
DN
12205 * xterm.c (syms_of_xterm):
12206 * xselect.c (syms_of_xselect):
12207 * xmenu.c (syms_of_xmenu):
12208 * xfns.c (syms_of_xfns):
12209 * xfaces.c (syms_of_xfaces):
12210 * xdisp.c (syms_of_xdisp):
12211 * window.c (syms_of_window):
12212 * w32fns.c (syms_of_w32fns):
12213 * undo.c (syms_of_undo):
12214 * textprop.c (syms_of_textprop):
12215 * terminal.c (syms_of_terminal):
12216 * syntax.c (syms_of_syntax):
12217 * sound.c (syms_of_sound):
12218 * search.c (syms_of_search):
12219 * print.c (syms_of_print):
12220 * minibuf.c (syms_of_minibuf):
12221 * macros.c (syms_of_macros):
12222 * keymap.c (syms_of_keymap, initial_define_key)
12223 (initial_define_lispy_key):
12224 * keyboard.c (syms_of_keyboard):
12225 * insdel.c (syms_of_insdel):
12226 * image.c (syms_of_image):
12227 * fringe.c (syms_of_fringe):
12228 * frame.c (syms_of_frame):
12229 * fontset.c (syms_of_fontset):
12230 * fns.c (syms_of_fns):
12231 * fns.c (syms_of_fns):
12232 * fileio.c (syms_of_fileio):
12233 * fileio.c (syms_of_fileio):
12234 * eval.c (syms_of_eval):
12235 * doc.c (syms_of_doc):
12236 * dispnew.c (syms_of_display):
12237 * dired.c (syms_of_dired):
12238 * dbusbind.c (syms_of_dbusbind):
12239 * data.c (syms_of_data):
12240 * composite.c (syms_of_composite):
12241 * coding.c (syms_of_coding):
12242 * cmds.c (syms_of_cmds):
12243 * charset.c (define_charset_internal, syms_of_character):
12244 * ccl.c (syms_of_ccl):
12245 * category.c (syms_of_category, init_category_once):
12246 * casetab.c (syms_of_casetab):
12247 * casefiddle.c (syms_of_casefiddle):
12248 * callint.c (syms_of_callint):
12249 * bytecode.c (syms_of_bytecode):
12250 * buffer.c (keys_of_buffer, syms_of_buffer):
12251 * alloc.c (syms_of_alloc):
12252 * process.c (syms_of_process, init_process):
12253 * lread.c (syms_of_lread, init_obarray):
12254 * font.c (build_style_table):
12255 * emacs.c (syms_of_emacs, main): Replace calls to intern with
12256 intern_c_string, calls to make_pure_string with
12257 make_pure_c_string. Use pure_cons instead of Fcons.
12258
5e2327cf
DN
12259 * process.c (socket_options): Make it const.
12260 (set_socket_option, init_process): Use a const pointer.
12261
12262 * lread.c (intern_c_string): New function.
12263 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
12264 (defvar_int): Uset it. Make the name const char*.
12265
12266 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
12267 (defvar_int): Update prototypes.
12268 (DEFUN, EXFUN): Support for prototypes is now required.
12269 (intern_c_string): New prototype.
12270 (struct Lisp_Subr): Make symbol_name constant.
12271
12272 * font.c (struct table_entry): Remove unused member. Make NAMES
12273 constant.
12274 (weight_table, slant_table, width_table): Make constant.
12275
12276 * emacs.c (struct standard_args): Make name and longname constant.
12277
12278 * character.h (DEFSYM): Use intern_c_string.
12279
a56eaaef
DN
122802009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
12281
12282 * alloc.c (make_pure_c_string): New function.
12283
12284 * eval.c (Fautoload): Purecopy all arguments.
12285
f6a07420
KH
122862009-11-05 Kenichi Handa <handa@m17n.org>
12287
12288 * fileio.c (Finsert_file_contents): Be sure set coding-system of
12289 the buffer in case of replace.
12290
5d28d4b1
DN
122912009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
12292
12293 * puresize.h (BASE_PURESIZE): Increase to 1620000.
12294
b349d111
SM
122952009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
12296
d528b1ce
SM
12297 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
12298 when applicable (bug#4851).
12299
b349d111
SM
12300 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
12301 (P_): Support for prototypes is now required.
12302
c38eb027
CY
123032009-10-31 Chong Yidong <cyd@stupidchicken.com>
12304
12305 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
12306 (Bug#4827).
12307
0405f8d9
EZ
123082009-10-30 Eli Zaretskii <eliz@gnu.org>
12309
d528b1ce 12310 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 12311
ca0a881a
DN
123122009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
12313
12314 * puresize.h (BASE_PURESIZE): Increase to 1470000.
12315
d528b1ce
SM
12316 * lread.c (Fload): Purecopy the file name when building
12317 Vpreloaded_file_list.
ca0a881a 12318
47e0e0e4
JR
123192009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
12320
12321 * w32fns.c (syms_of_w32fns): Change default value of
12322 w32-scroll-lock-modifier to nil. (Bug#2827)
12323
057bce6f
JB
123242009-10-26 Juanma Barranquero <lekktu@gmail.com>
12325
782a943e 12326 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 12327
242bc74c
AS
123282009-10-26 Andreas Schwab <schwab@redhat.com>
12329
12330 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
12331
522d013a
JB
123322009-10-26 Juanma Barranquero <lekktu@gmail.com>
12333
12334 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
12335 For delta < 0, skip check that only makes sense when the mini-window
12336 is going to be enlarged. (Bug#4534)
12337
18060980
CY
123382009-10-25 Chong Yidong <cyd@stupidchicken.com>
12339
12340 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
12341 string in menu maps (Bug#4471).
12342
fec8f0fe
CY
123432009-10-24 Chong Yidong <cyd@stupidchicken.com>
12344
12345 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
12346 FRAME_NS_VIEW on terminal frames (Bug#4765).
12347
10d66ec0
AS
123482009-10-24 Andreas Schwab <schwab@linux-m68k.org>
12349
1cae01f7
AS
12350 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
12351 DBUS_TYPE_UINTnn separately to get proper sign extension.
12352
58a12889
AS
12353 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
12354 can properly handle unsigned types.
d528b1ce 12355 (make_uid, make_gid): Remove.
58a12889 12356
987c9327
AS
12357 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
12358 types again.
12359
522d013a 12360 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
12361 (system_process_attributes): Likewise.
12362
905a9ed3
DN
123632009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
12364
12365 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
12366
12367 * eval.c (Fautoload): Purecopy the filename. Simplify.
12368
12369 * category.c (Fdefine_category): Purecopy docstring.
12370
a599b3e8
AS
123712009-10-23 Andreas Schwab <schwab@linux-m68k.org>
12372
7b792fc9
AS
12373 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
12374
a599b3e8
AS
12375 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
12376
b35ac83e
CY
123772009-10-23 Chong Yidong <cyd@stupidchicken.com>
12378
12379 * window.c (Fwindow_edges, Fwindow_pixel_edges)
12380 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
12381 (Bug#4775).
12382
e8903e00
SM
123832009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12384
12385 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
12386 (init_fileio_once):
12387 * lisp.h (init_fileio_once): Remove.
12388 * emacs.c (main): Don't call init_fileio_once.
12389
8f43cbf3
DN
123902009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12391
12392 * puresize.h (BASE_PURESIZE): Increase to 1430000.
12393
26898943
AS
123942009-10-21 Andreas Schwab <schwab@linux-m68k.org>
12395
12396 * doprnt.c (doprnt): Fix overflow check.
12397
5c646d5a
JD
123982009-10-21 Jan Djärv <jan.h.d@swipnet.se>
12399
3132a7ea
JD
12400 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
12401
5c646d5a
JD
12402 * xterm.h (x_wait_for_event): Declare it.
12403
12404 * xterm.c (pending_event_wait): New variable.
12405 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
12406 see pending_event_wait.eventtype.
12407 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
12408 (x_new_font): Call change_frame_size with new rows/columns before we
12409 try to resize the frame.
5c646d5a 12410 (x_wait_for_event): New function.
d528b1ce
SM
12411 (x_set_window_size_1): Don't change gravity unless change_gravity
12412 is set.
5c646d5a
JD
12413 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
12414 don't change frame size, instead wait for the ConfigureNotify.
12415 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
12416 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
12417 (x_initialize): Initialize pending_event_wait.
12418
12419 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
12420 size.
12421
12422 * widget.c (EmacsFrameSetValues): Add comment.
12423 (EmacsFrameSetCharSize): Just call x_set_window_size.
12424
12425 * gtkutil.c (xg_frame_set_char_size): Flush events and call
12426 x_wait_for_event.
d528b1ce 12427 (flush_and_sync): Remove again.
5c646d5a
JD
12428 (xg_get_font_name): Suggest monospace if no previous font is known.
12429
e9c1637d
SM
124302009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12431
12432 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 12433 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 12434
5a72cccb
YM
124352009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12436
12437 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
12438 processing pending events when event is filtered for input method.
ab04798f 12439 (Bug#3681)
5a72cccb 12440
2629aa37
JB
124412009-10-20 Juanma Barranquero <lekktu@gmail.com>
12442
12443 * fns.c: Add #endif accidentally removed in previous change.
12444
c3417a74
DN
124452009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
12446
12447 * fns.c: Remove code for unsupported system: MAC_OS.
12448 * image.c: Likewise. Include setjmp.h.
12449
9685cef2
JD
124502009-10-19 Jan Djärv <jan.h.d@swipnet.se>
12451
12452 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
12453 pixel -1 (bug #4742).
12454
d7306fe6
DN
124552009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
12456
019d2c4c
DN
12457 * process.c (create_pty): Remove conditionals for no longer
12458 supported systems: UNIPLUS and RTU.
12459
ee6bacd4
DN
12460 * xterm.c:
12461 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
12462
d7306fe6
DN
12463 * alloc.c: Do not define struct catchtag.
12464 * eval.c: Move struct catchtag definition ...
12465 * lisp.h: ... here.
12466
12467 * image.c: Move png.h #include earlier to avoid warnings.
12468
12469 * xterm.c:
12470 * xsmfns.c:
12471 * xselect.c:
12472 * xrdb.c:
12473 * xmenu.c:
12474 * xftfont.c:
12475 * xfont.c:
12476 * xfns.c:
12477 * xfaces.c:
12478 * xdisp.c:
12479 * window.c:
12480 * widget.c:
12481 * w32xfns.c:
12482 * w32uniscribe.c:
12483 * w32term.c:
12484 * w32select.c:
12485 * w32reg.c:
12486 * w32proc.c:
12487 * w32menu.c:
12488 * w32inevt.c:
12489 * w32heap.c:
12490 * w32font.c:
12491 * w32fns.c:
12492 * w32console.c:
12493 * w32.c:
12494 * w16select.c:
12495 * vm-limit.c:
12496 * unexsol.c:
12497 * unexec.c:
12498 * unexcw.c:
12499 * unexaix.c:
12500 * undo.c:
12501 * tparam.c:
12502 * textprop.c:
12503 * terminfo.c:
12504 * terminal.c:
12505 * termcap.c:
12506 * term.c:
12507 * syntax.c:
12508 * sound.c:
12509 * sheap.c:
12510 * search.c:
12511 * scroll.c:
12512 * region-cache.c:
12513 * regex.c:
12514 * ralloc.c:
12515 * process.c:
12516 * print.c:
b024548b
DN
12517 * nsterm.m:
12518 * nsselect.m:
12519 * nsmenu.m:
12520 * nsimage.m:
12521 * nsfont.m:
12522 * nsfns.m:
d7306fe6
DN
12523 * msdos.c:
12524 * minibuf.c:
12525 * menu.c:
12526 * marker.c:
12527 * macros.c:
12528 * keymap.c:
12529 * keyboard.c:
12530 * intervals.c:
12531 * insdel.c:
12532 * indent.c:
12533 * gtkutil.c:
12534 * ftxfont.c:
12535 * ftfont.c:
12536 * fringe.c:
12537 * frame.c:
12538 * fontset.c:
12539 * font.c:
12540 * fns.c:
12541 * floatfns.c:
12542 * filelock.c:
12543 * fileio.c:
12544 * emacs.c:
12545 * editfns.c:
12546 * dosfns.c:
12547 * doprnt.c:
12548 * doc.c:
12549 * dispnew.c:
12550 * dired.c:
12551 * dbusbind.c:
12552 * data.c:
12553 * composite.c:
12554 * coding.c:
12555 * cmds.c:
12556 * cm.c:
12557 * chartab.c:
12558 * charset.c:
12559 * character.c:
12560 * ccl.c:
12561 * category.c:
12562 * casetab.c:
12563 * casefiddle.c:
12564 * callproc.c:
12565 * callint.c:
12566 * bytecode.c:
12567 * buffer.c:
12568 * atimer.c: Include setjmp.h. (Bug#4643)
12569
fd5f21e6
SM
125702009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12571
4c0354d7
SM
12572 Remove leftover table unibyte_to_multibyte_table.
12573 * character.c (unibyte_to_multibyte_table): Remove.
12574 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
12575 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
12576 * character.h (UNIBYTE_TO_CHAR): New macro.
12577 (MAKE_CHAR_MULTIBYTE): Use it.
12578 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
12579 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
12580 (message_dolog, set_message_1):
12581 * search.c (Freplace_match):
12582 * editfns.c (Fcompare_buffer_substrings):
12583 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
12584 (concat):
12585 * insdel.c (copy_text, count_size_as_multibyte):
12586 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
12587 * term.c (produce_glyphs):
12588 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
12589 * regex.c (RE_CHAR_TO_MULTIBYTE):
12590 * cmds.c (internal_self_insert):
12591 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
12592
fd5f21e6
SM
12593 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
12594
4418646e
DN
125952009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
12596
12597 * puresize.h (BASE_PURESIZE): Increase to 1310000.
12598
35f5c1d2
JB
125992009-10-16 Juanma Barranquero <lekktu@gmail.com>
12600
12601 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
12602
a0cd8f6b
AR
126032009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
12604
12605 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
12606 still needed under Tiger.
12607
12608 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
12609
12610 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
12611 __Apple__.
12612
12613 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
12614
01a8d3fa
KH
126152009-10-15 Kenichi Handa <handa@m17n.org>
12616
12617 * print.c (print_object): Escape a symbol like "2E10" too.
12618
bf6c75c9 126192009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
12620
12621 Cleanups and changes for 64-bit compile under Snow Leopard.
12622 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
12623
12624 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
12625
c5959062 12626 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
12627 (ns_findfonts, nsfont_list_family): Use long format in printf, and
12628 cast argument.
12629 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 12630 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
12631
12632 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
12633
12634 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
12635 where appropriate.
12636
12637 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
12638 where appropriate.
6e4780c5
JB
12639 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
12640 Use stringWithUTF8String.
bf6c75c9
AR
12641 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
12642
6e4780c5
JB
12643 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
12644 Add formal protocol mention to inheritance.
bf6c75c9
AR
12645 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
12646
6e4780c5
JB
12647 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
12648 Fix printf format.
bf6c75c9
AR
12649 (ns_query_color): Use CGFloat where appropriate.
12650 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 12651 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
12652 argument.
12653
3d87f118
AR
12654 * config.in (NS_HAVE_NSINTEGER): Drop.
12655
a95c8102
AR
12656 * dbusbind.c (dbus-method-return-internal)
12657 (dbus-method-error-internal): Use long format in printf, and cast
12658 argument.
12659
12660 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
12661 in printf, and cast argument.
12662
6873acca 12663 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
12664 cast argument.
12665
9ec6f100
GM
126662009-10-11 Glenn Morris <rgm@gnu.org>
12667
12668 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
12669
5be883cd
JD
126702009-10-08 Jan Djärv <jan.h.d@swipnet.se>
12671
12672 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
12673 menu bar with a small width so it doesn't enlarge the frame.
12674
d7a39b51
JB
126752009-10-08 Juanma Barranquero <lekktu@gmail.com>
12676
12677 * fontset.c (Fset_fontset_font): Fix typos in error messages.
12678
0c2b6f8e
GM
126792009-10-06 Glenn Morris <rgm@gnu.org>
12680
12681 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
12682 SOME_MACHINE_LISP (this enters indirectly via DOC).
12683
e02131a2
EZ
126842009-10-05 Eli Zaretskii <eliz@gnu.org>
12685
12686 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
12687
b4744254
EZ
126882009-10-04 Eli Zaretskii <eliz@gnu.org>
12689
12690 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
12691 Doc fix.
12692
dbf64827
JB
126932009-10-03 Martin Rudalics <rudalics@gmx.at>
12694
12695 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
12696
e9a0aef8
MA
126972009-10-02 Michael Albinus <michael.albinus@gmx.de>
12698
d528b1ce 12699 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
12700 used anymore outside fileio.c.
12701
12702 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
12703
64eb2b56
JB
127042009-10-01 Juanma Barranquero <lekktu@gmail.com>
12705
12706 * lisp.h (Qdelete_directory_internal):
12707 Declare, instead of Qdelete_directory.
12708
12709 * w32fns.c (Fsystem_move_file_to_trash): Use it.
12710
9d28c33e
SM
127112009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12712
12713 * eval.c (Fcalled_interactively_p): Add `kind' argument.
12714
9d8f3bd9
MA
127152009-10-01 Michael Albinus <michael.albinus@gmx.de>
12716
9d28c33e 12717 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
12718 Fdelete_directory. It is not a command anymore. It has no file
12719 name handler.
12720
9694740b
SM
127212009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
12722
12723 * xdisp.c (get_next_display_element): Use an enum in last change.
12724
748e162f
KH
127252009-09-28 Kenichi Handa <handa@m17n.org>
12726
9694740b 12727 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
12728 unibyte_display_via_language_environment in handling
12729 Vnobreak_char_display.
12730
17efd58d
AR
127312009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12732
12733 * nsterm.h (ns_app_name): New extern variable.
12734
12735 * nsterm.m (ns_app_name): New variable.
12736 (ns_term_init): Set and use it.
12737 (ns_term_shutdown): Use it.
12738
12739 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
12740 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
12741
12742 * nsfns.m (ns_set_name_iconic, ns_set_name)
12743 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
12744 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
12745
9694740b
SM
12746 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
12747 Remove double-casting in client_data comparison.
31c2d412 12748
3208cb35
YM
127492009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12750
12751 * keyboard.c (make_lispy_event): Remember last wheel direction.
12752 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
12753
b7d552d6
GM
127542009-09-26 Glenn Morris <rgm@gnu.org>
12755
12756 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
12757 internal.elc. Add term/pc-win.elc.
12758 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
12759 term/x-win.elc.
12760 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
12761 term/w32-win.elc.
12762 (NS_SUPPORT): New.
12763 (lisp): Add NS_SUPPORT.
12764 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
12765
4ff670a8
DR
127662009-09-25 David Reitter <david.reitter@gmail.com>
12767
12768 * nsmenu.m (EmacsMenu-clear): Recognize application menu
12769 on Mac OS X 10.6+ (bug#4513).
12770
feabfb6c
JB
127712009-09-24 Juanma Barranquero <lekktu@gmail.com>
12772
12773 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
12774 some parts of Emacs code (like font selection) don't grok them.
12775 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 12776
de59072a
AS
127772009-09-24 Andreas Schwab <schwab@redhat.com>
12778
12779 * coding.c (decode_coding_iso_2022): Fix operator precedence.
12780
a489517b
JB
127812009-09-24 Juanma Barranquero <lekktu@gmail.com>
12782
12783 * dired.c (Fdirectory_files): Fix typo in docstring.
12784
0592970c
AR
127852009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
12786
12787 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
12788 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
12789 (EmacsScroller-setPosition:portion:whole:): Remove -display call
12790 under GNUstep.
12791 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
12792
12793 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
12794 glyph advancement.
12795
48e8a88b
AR
127962009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
12797
12798 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 12799 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
12800
12801 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
12802 deleted (bug #4492).
12803
e14f0a78
AR
12804 * nsfont.m (Vns_reg_to_script): New lisp variable.
12805 (syms_of_nsfont): Declare it.
12806 (ns_registry_to_script): New function.
12807 (ns_get_req_script): Call it.
12808 (ns_findfonts): Don't give up on non-unicode registry.
12809
12810 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
12811
5b650faa
SM
128122009-09-20 Tom Tromey <tromey@redhat.com>
12813
12814 * eval.c (find_handler_clause): Make stack-trace-on-error work in
12815 batch mode (bug#4228).
12816
a489517b 128172009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
12818
12819 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 12820 carefully. (Bug #4339)
0bae4e09 12821
fcfe06f3
CY
128222009-09-18 Chong Yidong <cyd@stupidchicken.com>
12823
d798ba87 12824 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 12825
31642728
AR
128262009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
12827
12828 * emacs.c (inhibit_x_resources): Update doc string for NS.
bba3e508
SM
12829 (main) [HAVE_NS]: Don't process --no-init-file option.
12830 Remove legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
12831
12832 * nsterm.h (ns_no_defaults): Remove.
12833
12834 * nsterm.m (ns_no_defaults): Remove.
12835 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
12836 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
12837 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
12838 don't update the NSWindow itself.
bba3e508
SM
12839 (EmacsView-windowWillUseStandardFrame:defaultFrame:):
12840 Improve state detection and store user rect ourselves. (Bug #3581)
31642728
AR
12841
12842 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
12843 ns_use_qd_smoothing.
12844
12845 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
12846 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 12847 (x-close-connection): Drop PSFlush() under OS X.
a489517b 12848 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 12849
8686ac71
JB
128502009-09-17 Juanma Barranquero <lekktu@gmail.com>
12851
12852 * emacs.c (inhibit_x_resources): New variable.
12853 (main) [HAVE_NS]: Don't process --quick command line option.
12854 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
12855
12856 * lisp.h (inhibit_x_resources): Declare it extern.
12857
12858 * w32reg.c (x_get_string_resource):
12859 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
12860
e227ba05
EZ
128612009-09-17 Eli Zaretskii <eliz@gnu.org>
12862
362654a6
JB
12863 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
12864 Add lisp/term/internal.elc.
e227ba05 12865
742d40e8
SM
128662009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12867
12868 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
12869 (bug#4461).
12870
005bd5a2
DN
128712009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12872
12873 * puresize.h (BASE_PURESIZE): Increase to 1290000.
12874
12875 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
12876 (OBJECTS_MACHINE): Remove, unused.
12877
f9af9719
SM
128782009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12879
12880 * frame.c (x_get_resource_string): Remove unused.
12881
0307c7d2
JD
128822009-09-15 Jan Djärv <jan.h.d@swipnet.se>
12883
12884 * xterm.c (x_new_font): Call change_frame_size before calling
12885 x_set_window_size, in case frame size won't change.
12886
12887 * frame.c (x_set_font): Remove dead code.
12888
428b13d6
SM
128892009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12890
12891 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
12892
5766c380
SM
128932009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12894
12895 * lread.c (Fload): Don't output a message after loading an obsolete
12896 package any more (done in Lisp now).
12897
2fd0161b
CY
128982009-09-12 Chong Yidong <cyd@stupidchicken.com>
12899
12900 * fns.c (syms_of_fns): Doc fix (Bug#4227).
12901
bc5e75b6
SM
129022009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12903
12904 * keymap.c (Fwhere_is_internal): Use nconc2.
12905
c31c985e
AM
129062009-09-11 Alan Mackenzie <acm@muc.de>
12907
12908 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
12909 batch mode.
12910
78012bd2
AS
129112009-09-11 Andreas Schwab <schwab@linux-m68k.org>
12912
12913 * xdisp.c (display_mode_element): Detect cycles.
12914
9d889332
SM
129152009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12916
12917 * keymap.c (where_is_internal): Don't erroneously return nil right after
12918 filling the cache.
12919 (where_is_internal_1): Fix up typo.
12920
7ab5d780
GM
129212009-09-11 Glenn Morris <rgm@gnu.org>
12922
12923 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
12924 share a common doc-string.
12925
5238a749
SM
129262009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12927
66d77eda
SM
12928 * keymap.c (get_keymap): Return the actual keymap symbol rather than
12929 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
12930
5238a749
SM
12931 * keymap.c (QCadvertised_binding): New constant.
12932 (syms_of_keymap): Initialize it.
12933 (Fwhere_is_internal): Try and use bindings from :advertised-binding
12934 if applicable.
12935
19f48442
SM
129362009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12937
50d4ba39
SM
12938 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
12939 (parse_menu_item): Streamline since bindings are recomputed all the
12940 time anyway. Don't bother checking Vdefine_key_rebound_commands any
12941 more and don't support lmenu's menu-alias any more either.
12942
a88a5372
SM
12943 * keymap.c (where_is_internal_data): Make noindirect a boolean.
12944 (where_is_internal): Strip it down to only traverse the keymaps.
12945 Move the cache handling from Fwhere_is_internal to here.
12946 (Fwhere_is_internal): Move the handling of remapping and the choice of
12947 the best binding from where_is_internal to here.
12948 Unify the cached/noncached paths, so remapping is also handled
12949 correctly when the cache is used, and so the cache can be used to
12950 speed up remap-handling when applicable.
12951 Give preference to non-remapped bindings.
12952 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
12953 non-remapped bindings.
12954 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
12955 command remapping.
12956
19f48442
SM
12957 * xdisp.c (display_mode_element): Move list length limit from 50 to
12958 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
12959
599498c3 129602009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
12961
12962 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
12963
f9b7b5ac
SM
129642009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12965
a53af587
JB
12966 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
12967 (Bug#4334)
12968
f9b7b5ac
SM
12969 * keymap.c (where_is_internal): Filter out shadowed remappings.
12970 Assume that where_is_internal returns unshadowed bindings to simplify
12971 the code and get rid of the gotos. Use ASIZE.
12972
04f4b72d
JD
129732009-09-04 Jan Djärv <jan.h.d@swipnet.se>
12974
4da146f2
JD
12975 * xterm.c (x_focus_changed): If we get a focusout and pointer
12976 is invisible, make it visible.
12977
04f4b72d
JD
12978 * xterm.h: Remove condition for declaration of
12979 x_*_window_to_frame.
12980
7cef7ce3
SM
129812009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
12982
12983 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
12984 initial terminal as well.
12985
a54fa5b7
JD
129862009-09-02 Jan Djärv <jan.h.d@swipnet.se>
12987
12988 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 12989 x_menubar_window_to_frame.
a54fa5b7 12990
50426a04 12991 * xterm.c: Remove declarations also in xterm.h.
a54fa5b7
JD
12992 (XTmouse_position): Do not return valid positions
12993 for clicks in the menubar and the toolbar for Gtk+.
12994
12995 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
12996 if the widget for the event has the same top level as a frame,
12997 return the frame.
12998 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
12999 internal windows, bug #4122.
13000 (x_non_menubar_window_to_frame): Remove.
13001
5a021dd0
GM
130022009-09-02 Glenn Morris <rgm@gnu.org>
13003
13004 * buffer.c (default-major-mode): Move most of the doc from here...
13005 (major-mode): ... to here.
13006
548fe2f3
NR
130072009-08-30 Nick Roberts <nickrob@snap.net.nz>
13008
13009 * process.c (wait_reading_process_output): Keep the descriptor
13010 when pty is used by a non-child process, e.g., in I/O buffer of
13011 GDB this allows inferior to be restarted.
13012
e0840eef
EZ
130132009-08-29 Eli Zaretskii <eliz@gnu.org>
13014
13015 * xdisp.c (redisplay_internal): Remove redundant test and collapse
13016 both branches into one.
13017
82e98df4
SM
130182009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
13019
13020 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
13021 (main): Use enable-multibyte-characters rather than
13022 default-enable-multibyte-characters. Output a warning message when
13023 running a unibyte session.
13024
890617cb
YM
130252009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13026
13027 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
13028 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
13029 (copy_data_segment): Also copy __program_vars section.
13030 (copy_dyld_info) [LC_DYLD_INFO]: New function.
13031 (dump_it) [LC_DYLD_INFO]: Use it.
13032
13033 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
13034
e7adeadc
EZ
130352009-08-28 Eli Zaretskii <eliz@gnu.org>
13036
13037 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
13038 $(SRC)/buildobj.h.
ef1b0ba7 13039 (buildobj.h): Rename from $(SRC)/buildobj.h.
e7adeadc
EZ
13040 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
13041 $(SRC)/buildobj.h.
13042 (clean): Add buildobj.h.
13043
3ed8bbdc
TZ
130442009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
13045
13046 * print.c (print_object): Set escapeflag to 1 when printing
13047 hashtable keys and values.
13048
155a6764
SM
130492009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
13050
13051 * lread.c (read_integer): Use doubles (and potentially return a float
13052 number) as we do in string-to-number.
13053 (read1): Use strtol to read integers, signal errors on strtol's
13054 overflow and use floats if strtol's output is too large for
13055 Elisp integers.
13056
877610de
EZ
130572009-08-27 Eli Zaretskii <eliz@gnu.org>
13058
13059 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
13060 (make-buildobj-SH): Fix last change.
13061 (SRC): Move to before where it's first used.
13062
ef73e7be
KH
130632009-08-27 Kenichi Handa <handa@m17n.org>
13064
550c8289
KH
13065 * process.c (send_process): Use encode_coding_object instead of
13066 encode_coding_string to perform eol-conversion even if the string
13067 is unibyte.
13068
60afa08d
KH
13069 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
13070 character.
13071
ef73e7be 13072 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 13073 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 13074
7b3a82d7
DN
130752009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
13076
5654bf63
DN
13077 * callproc.c (Fcall_process): Remove always true #if.
13078
7b3a82d7
DN
13079 * lisp.h: Replace #if 0 code for checking with text pointing to
13080 the --enable-checking configure flag.
13081
13082 * emacs.c (main): Mention the --enable-profiling configure flag
13083 instead of using CFLAGS.
13084
878bde49
KR
130852009-08-26 Ken Raeburn <raeburn@raeburn.org>
13086
13087 * Makefile.in (buildobj.h): New target.
13088 (doc.o): Depend on it.
13089 (temacs${EXEEXT}): Don't generate buildobj.lst.
13090 (mostlyclean): Delete buildobj.h, not buildobj.lst.
13091 * makefile.w32-in ($(SRC)/buildobj.h): New target.
13092 ($(BLD)/doc.$(O)): Depend on it.
13093 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
13094 provided by Eli Zaretskii.)
13095 ($(TEMACS)): Don't generate buildobj.lst.
13096 * doc.c: Include buildobj.h.
13097 (buildobj): New static variable.
13098 (Fsnarf_documentation): Use it, instead of opening and reading
13099 buildobj.lst.
13100
1574224c
MA
131012009-08-25 Michael Albinus <michael.albinus@gmx.de>
13102
13103 * dbusbind.c (Fdbus_call_method)
13104 (Fdbus_call_method_asynchronously): Use English numeric format for
13105 timeout values in doc string.
13106
d9da2f45
KH
131072009-08-25 Kenichi Handa <handa@m17n.org>
13108
ef73e7be
KH
13109 * alloc.c (mark_char_table): New function.
13110 (mark_object): Use mark_char_table for a char-table.
13111
d9da2f45
KH
13112 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
13113 (CHAR_TABLE_REF): Use it.
13114
c8edcc01
KR
131152009-08-23 Ken Raeburn <raeburn@raeburn.org>
13116
13117 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
13118 before invoking the newly build emacs to check for load-path
13119 shadowing.
13120
7763401b
GM
131212009-08-22 Glenn Morris <rgm@gnu.org>
13122
13123 * Makefile.in (bootstrap_exe): New variable.
13124 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
13125 Use ${bootstrap_exe}.
13126
729eadda
EZ
131272009-08-22 Eli Zaretskii <eliz@gnu.org>
13128
13129 * coding.h (encode_coding_string): Don't encode unibyte strings.
13130 (Bug#4047)
13131
eb4c6ace
MA
131322009-08-22 Michael Albinus <michael.albinus@gmx.de>
13133
13134 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
13135
13136 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
13137 intended as hotfix only.
13138 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
13139
36e34d1b
AR
131402009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
13141
13142 * nsterm.m (ns_get_color): Update documentation properly for last
bba3e508
SM
13143 change, and clean up loose ends in the code left by it.
13144 Fix longstanding bug with 16-bit hex parsing, and add support for
36e34d1b
AR
13145 yet another X11 format (rgb:r/g/b) for compatibility.
13146 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
13147 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
13148
f983eb8a
SM
131492009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
13150
13151 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
13152
3f56d3c6
MA
131532009-08-20 Michael Albinus <michael.albinus@gmx.de>
13154
13155 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
13156 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
13157 (xd_initialize, xd_pending_messages): Check, whether
13158 $DBUS_SESSION_BUS_ADDRESS is set.
13159
fb641d68
YM
131602009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13161
13162 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
13163
13164 * nsterm.m (ns_get_color): Remove incompatible color formats again.
13165
cf59a374
GM
131662009-08-20 Glenn Morris <rgm@gnu.org>
13167
13168 * emacs.c (system-type): Doc fix.
13169
1373f3be
SM
131702009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13171
13172 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
13173 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
13174
058ed861
MA
131752009-08-18 Michael Albinus <michael.albinus@gmx.de>
13176
1373f3be
SM
13177 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
13178 New functions.
058ed861
MA
13179 (xd_initialize): Revert change from 2009-08-16.
13180
563a866e 131812009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
13182
13183 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 13184 font-group vector, return nil.
5fc05db0 13185
e42bdf01
CY
131862009-08-17 Chong Yidong <cyd@stupidchicken.com>
13187
13188 * process.c (status_notify): Don't perform redisplay.
13189 (Fdelete_process, list_processes_1, process_send_signal):
13190 Expliticly perform redisplay.
13191 (wait_reading_process_output): Always check process status, but
13192 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
13193
4230ab74
KR
131942009-08-17 Ken Raeburn <raeburn@raeburn.org>
13195
1373f3be 13196 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
13197 (XFLOAT_INIT): New macro for storing a float value.
13198 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
13199 * fns.c (sxhash): Copy out the value of a float in order to
13200 examine its bytes.
13201 * dbusbind.c (xd_append_arg): Likewise.
13202
4230ab74
KR
13203 * emacs.c (main): Don't call syms_of_data twice.
13204
a0645cdd
MA
132052009-08-16 Michael Albinus <michael.albinus@gmx.de>
13206
13207 * dbusbind.c (xd_initialize): Add connection file descriptor to
13208 input_wait_mask, in order to let select() detect, whether a new
13209 message has been arrived.
ca4f31ea 13210 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 13211
485db0ba
MA
132122009-08-15 Michael Albinus <michael.albinus@gmx.de>
13213
1373f3be
SM
13214 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
13215 New functions.
485db0ba
MA
13216
13217 * lisp.h (xd_pending_messages): Declare.
13218
13219 * keyboard.c (readable_events): Call xd_pending_messages.
13220
b5b98ff4
CY
132212009-08-15 Chong Yidong <cyd@stupidchicken.com>
13222
1373f3be 13223 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 13224
f8354c6e
CY
13225 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
13226
b5b98ff4
CY
13227 * buffer.c (set_buffer_internal_1)
13228 (swap_out_buffer_local_variables): Check for unbound local
13229 variables (Bug#4138).
13230
8b9fc636
EZ
132312009-08-14 Eli Zaretskii <eliz@gnu.org>
13232
13233 * process.c (create_pty): Fix last change.
13234
ce959360
CY
132352009-08-13 Chong Yidong <cyd@stupidchicken.com>
13236
13237 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
13238 (xbm_load_image): Caller changed.
64b807c9 13239 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 13240
c7baf7e9
NR
132412009-08-13 Nick Roberts <nickrob@snap.net.nz>
13242
13243 * process.c (create_pty): New function.
13244 (Fstart_process): Use it to allow Emacs to just associate a pty
13245 with the buffer. See associated change in gdb-mi.el.
13246 (list_processes_1): Deal with no program name.
13247 (start_process_unwind): Use pid == -2 to mean no process.
13248
1ac9108a
SM
132492009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
13250
13251 * cmds.c (nonundocount): New global variable.
13252 (keys_of_cmds): Initialize it.
13253 (Fself_insert_command): Use it to combine upto 20 sequential chars
13254 into a single undo entry, just like the Qself_insert_command code in
13255 keyboard.c does.
13256 Call frame_make_pointer_invisible, also like the Qself_insert_command
13257 code in keyboard.c does.
13258 * keyboard.c (command_loop_1): Use the new global nonundocount rather
13259 than its own local replacement for it.
13260
e267324c
KR
132612009-08-10 Ken Raeburn <raeburn@raeburn.org>
13262
1ac9108a 13263 * fns.c (concat): Don't re-set string length to its current value.
77437343 13264
1ac9108a
SM
13265 * coding.h (decode_coding_string, encode_coding_string):
13266 Use SBYTES macro.
f0bed503 13267
1ac9108a 13268 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
13269 (doprnt): Merge with doprnt1, discarding lispstrings code.
13270 * lisp.h (doprnt_lisp): Don't declare.
13271
416e006d
JL
132722009-08-07 Juri Linkov <juri@jurta.org>
13273
13274 * puresize.h (BASE_PURESIZE): Increase to 1270000.
13275
6f7d5780
DN
132762009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
13277
13278 * print.c (syms_of_print): Undo previous change.
13279
f19a0f5b
TZ
132802009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
13281
13282 * lread.c (read1, syms_of_lread): Read hashtables back from the
13283 readable format.
13284
13285 * print.c (print_preprocess, print_object): Print hashtables fully
13286 and readably.
13287 (syms_of_print): Provide 'hashtable-print-readable.
13288
b9173dc2
AR
132892009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
13290
13291 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
13292 no family set.
13293 (nsfont_open): Handle case when entity has no family.
13294
1586503c
AR
132952009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
13296
13297 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
13298 element, not a list, for match case.
13299
087048cd
KH
133002009-07-28 Kenichi Handa <handa@m17n.org>
13301
13302 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
13303 rigidly.
13304
13305 * xfont.c (xfont_list_pattern): Don't ignore the return value of
13306 font_parse_xlfd. Check font properties more rigidly.
13307
780c2506
DN
133082009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13309
31fd7c5c
JB
13310 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
13311 bsd-common.h.
780c2506 13312
a8c0cc18
KH
133132009-07-27 Kenichi Handa <handa@m17n.org>
13314
13315 * xfaces.c (face_with_height): Call font_clear_prop.
13316
4fbe2306
CY
133172009-07-26 Chong Yidong <cyd@stupidchicken.com>
13318
111d9af3
CY
13319 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
13320
13321 * xterm.c (x_term_init): Use Qx.
13322
4fbe2306
CY
13323 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
13324
1ac9108a 13325 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
13326 (ns_get_color): Revert 2009-07-16 change.
13327
beb0b7f9
EZ
133282009-07-25 Eli Zaretskii <eliz@gnu.org>
13329
13330 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 13331 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 13332
2baf5e76
KR
133332009-07-25 Ken Raeburn <raeburn@raeburn.org>
13334
1ac9108a
SM
13335 * coding.h (decode_coding_string, encode_coding_string):
13336 Use SCHARS macro.
8890e5f5 13337
2baf5e76 13338 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 13339 (load_depth): Delete.
2baf5e76
KR
13340 (Qload_in_progress): New variable.
13341 (load_unwind): Don't reference load_depth or load_in_progress.
13342 (Fload): Likewise; specbind Qload_in_progress instead.
13343 (init_lread): Don't initialize load_depth.
13344 (syms_of_lread): Initialize and protect Qload_in_progress.
13345
1395c6f5
AR
133462009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
13347
13348 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
13349
4e2f36cf
AR
133502009-07-23 Yavor Doganov <yavor@gnu.org>
13351
13352 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
13353
5dd9a6f7
AR
133542009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13355
13356 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
13357 Bugs 3792, 3720, 2402.
13358 (ns_lookup_indexed_color): Check for bad index.
13359 (ns_index_color): Init unused slot to 0.
13360 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
13361 Bug 3714, possibly 3082.
5dd9a6f7 13362
c902b920
JR
133632009-07-22 Jason Rumney <jasonr@gnu.org>
13364
1ac9108a
SM
13365 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
13366 Position IME window at cursor (Bug#2570).
c902b920
JR
13367 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
13368 (globals_of_w32fns): Dynamically load functions required above.
13369
13370 * w32term.c (w32_draw_window_cursor): Send message to reposition
13371 any IME window.
13372
090101cf
CY
133732009-07-21 Chong Yidong <cyd@stupidchicken.com>
13374
13375 * fileio.c: Revert 2009-07-16 changes.
13376 (Vauto_save_include_big_deletions): New variable.
13377 (Fdo_auto_save): Disable auto-save only if
13378 auto-save-include-big-deletions is nil.
13379
e6583e3d
CY
133802009-07-21 Chong Yidong <cyd@stupidchicken.com>
13381
13382 * xdisp.c (move_it_to): For continued lines ending in a tab, take
13383 the overflowed pixels into account (Bug#3879).
13384
ece435a5
KR
133852009-07-21 Ken Raeburn <raeburn@raeburn.org>
13386
13387 * lread.c (load_depth): New variable.
13388 (Fload, load_unwind, init_lread): Set it to the load recursion
13389 depth; set load_in_progress as a simple boolean based on the
13390 current load_depth. (Bug#3892)
13391
40b2d973
AR
133922009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13393
13394 * nsfont.m (ns_has_attribute): Remove.
13395 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
13396
10be7e0d
JL
133972009-07-18 Juri Linkov <juri@jurta.org>
13398
13399 * process.c (Fset_process_query_on_exit_flag): Mention killing
13400 a buffer in docstring.
13401
fa055055
KH
134022009-07-17 Kenichi Handa <handa@m17n.org>
13403
13404 * casetab.c (shuffle): Fix the logic of setting up the cycle.
13405
042f7b69
YM
134062009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13407
13408 * nsfns.m (Fns_set_alpha): Remove function.
13409 (syms_of_nsfns): Don't defsubr it.
13410
13411 * nsterm.m (ns_get_color): Remove incompatible color formats.
13412 (ns_color_to_lisp): Generate #rrggbb color format string.
13413
4be941e3
RS
134142009-07-16 Richard Stallman <rms@gnu.org>
13415
13416 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
13417 (Fset_buffer_auto_saved): Handle save_length = -2.
13418
4e6b227d
CY
134192009-07-16 Chong Yidong <cyd@stupidchicken.com>
13420
13421 * xterm.c (Qx_gtk_map_stock): New var.
13422
13423 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
13424 of calling intern each time.
13425
a1856973
YM
134262009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13427
13428 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
13429 does tiling.
13430
13431 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
13432
497e54d8
KH
134332009-07-14 Kenichi Handa <handa@m17n.org>
13434
72d36834
KH
13435 * font.c (font_vconcat_entity_vectors): New function.
13436 (struct font_sort_data): New member font_driver_preference.
13437 (font_compare): Check font_driver_preference.
13438 (font_sort_entities): The format of the first argument changed.
13439 (font_delete_unmatched): Likewise.
13440 (font_list_entities): The return type changed.
13441 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
13442 (font_find_for_lface): Adjuste for the above changes.
13443 Don't suppress the checking of C even if the repertory supports it.
13444 (Flist_fonts): Adjust for the above changes.
72d36834 13445
1ac9108a
SM
13446 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
13447 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
13448 Reject a font who has adstyle property that is different from a
13449 langname derived from registry property.
1ac9108a 13450 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 13451
b6046155
EZ
134522009-07-13 Eli Zaretskii <eliz@gnu.org>
13453
13454 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
13455 local copy of dirfilename.
13456
fb6b6049
KH
134572009-07-13 Kenichi Handa <handa@m17n.org>
13458
e2402a5e
KH
13459 * chartab.c (sub_char_table_ref_and_range): Fix the range check
13460 against max_char.
13461
fb6b6049
KH
13462 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
13463 calling XSYMBOL (sym).
13464
65156807
EZ
134652009-07-11 Eli Zaretskii <eliz@gnu.org>
13466
1ac9108a
SM
13467 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
13468 New function.
13469 (directory_files_internal) [WINDOWSNT]:
13470 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
13471 the filesystem of the directory is fast or slow.
13472
13473 * w32.c (logon_network_drive): Don't assume PATH is an absolute
13474 file name.
13475 (is_slow_fs): New function.
13476 (stat): Use it to determine whether to issue more system calls to
13477 get accurate file attributes, when w32-get-true-file-attributes is
13478 `local'.
13479
e0ab5fcf
JD
134802009-07-10 Jan Djärv <jan.h.d@swipnet.se>
13481
13482 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 13483 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
13484 parameter font-parameter as default to the font dialog.
13485
784ceded
KH
134862009-07-10 Kenichi Handa <handa@m17n.org>
13487
13488 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
13489
fb8edc0b
EZ
134902009-07-09 Eli Zaretskii <eliz@gnu.org>
13491
1ac9108a 13492 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 13493
fb8edc0b
EZ
13494 * w32.c (stat): Treat UNC file names as residing on remote
13495 drives. (Bug#3542)
13496
635c75b1
KH
134972009-07-09 Kenichi Handa <handa@m17n.org>
13498
13499 * fontset.c (fontset_find_font): Fix previous change.
13500
c1d5ce94
MA
135012009-07-08 Michael Albinus <michael.albinus@gmx.de>
13502
13503 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
13504 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
13505 error flag.
13506
edb61b39
KH
135072009-07-08 Kenichi Handa <handa@m17n.org>
13508
374bf7e4
KH
13509 * fontset.c (fontset_find_font): Fix the logic of handling
13510 charset_matched.
13511 (font_for_char): Delete unused var.
13512 (generate_ascii_font_name): Delete it.
13513
edb61b39
KH
13514 * coding.h (JIS_TO_SJIS2): Fix the code range check.
13515
13516 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
13517 (encode_coding_sjis): Fix the code range check.
13518
0f3f018c
CY
135192009-07-07 Chong Yidong <cyd@stupidchicken.com>
13520
13521 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
13522 (Fexpand_file_name): Copy string data properly (Bug#3772).
13523
fcaf6f3a
JD
135242009-07-07 Jan Djärv <jan.h.d@swipnet.se>
13525
13526 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
13527 first MapNotify.
13528
6809ca75
KH
135292009-07-07 Kenichi Handa <handa@m17n.org>
13530
13531 * character.h (unibyte_has_multibyte_table): Delete extern.
13532 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
13533
13534 * charset.c (Fset_charset_priority): Update charset_unibyte.
13535 (syms_of_charset): Initialize charset_unibyte.
13536
13537 * character.c (unibyte_has_multibyte_table): Delete it.
13538 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
13539 charset_unibyte.
13540 (multibyte_char_to_unibyte_safe): Likewise.
13541 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
13542
1ac9108a 13543 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
13544 (x_produce_glyphs): Likewise.
13545
13546 * .gdbinit (xcharset): Fix the treating $arg0.
13547
ad9e2d54
EZ
135482009-07-04 Eli Zaretskii <eliz@gnu.org>
13549
13550 Emulation of `getloadavg' on MS-Windows.
50426a04 13551 * w32.c: Include float.h.
ad9e2d54
EZ
13552 (g_b_init_get_native_system_info, g_b_init_get_system_times)
13553 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
13554 (get_native_system_info, get_system_times): New functions.
13555 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
13556 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
13557 (globals_of_w32): Initialize g_b_init_get_native_system_info,
13558 g_b_init_get_system_times, and num_of_processors.
13559
0a3472c7
JR
135602009-07-03 Jason Rumney <jasonr@gnu.org>
13561
13562 * w32term.c (w32_initialize): Use standard types.
13563
80904120
EZ
135642009-07-03 Eli Zaretskii <eliz@gnu.org>
13565
13566 * dired.c (Ffile_attributes): Decode user and group names by the
13567 locale's encoding. (Bug#3443)
13568
6978862d
DN
135692009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
13570
f8d23104
DN
13571 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
13572 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
13573
13574 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
13575
13576 * term.c (init_tty): Remove spurious #ifdef.
13577
6978862d
DN
13578 * m/mips.h: Mention this file is also used for netbsd.
13579 * m/pmax.h: Remove file.
13580
e044e4fc
JD
135812009-07-03 Jan Djärv <jan.h.d@swipnet.se>
13582
13583 * xterm.h (struct x_display_info): Add invisible_cursor.
13584 (struct x_output): Add current_cursor.
13585
13586 * xterm.c (XTtoggle_invisible_pointer): New function.
13587 (x_define_frame_cursor): Don't define cursor if invisible or the
13588 same as before. Set current_cursor.
13589 (x_create_terminal): Set toggle_invisible_pointer_hook.
13590
13591 * xfns.c (make_invisible_cursor): New function.
13592 (x_set_mouse_color): Call make_invisible_cursor.
13593 Set current_cursor.
13594 (x_window): Set current_cursor.
13595
13596 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
13597
13598 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
13599 inserting a character.
13600 (read_avail_input): Call frame_make_pointer_visible.
13601
13602 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
13603 (frame_make_pointer_invisible, frame_make_pointer_visible):
13604 New functions.
e044e4fc
JD
13605 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
13606
13607 * frame.h: Declare frame_make_pointer_invisible and
13608 frame_make_pointer_visible.
13609 (struct frame): Add pointer_invisible.
13610
574c8efa
JD
136112009-07-02 Jan Djärv <jan.h.d@swipnet.se>
13612
7b507248
JD
13613 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
13614 frame isn't visible.
13615 (xg_frame_resized): If width/height is -1, get size of window
13616 from X server.
13617
13618 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
13619 for MapNotify.
13620
835bdaa7 13621 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 13622 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 13623 (flush_and_sync): Reintroduce.
574c8efa 13624
3f1c6666 136252009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 13626
31fd7c5c 13627 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
13628
13629 * xterm.c (x_handle_net_wm_state): Also look for sticky.
13630 (x_term_init): Initialize Xatom_net_wm_state_sticky.
13631
13632 * frame.h: Declare Qsticky.
13633
cad9ef74
JD
13634 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
13635
13636 * nsfns.m (ns_frame_parm_handlers): Ditto.
13637
13638 * frame.c: Declare Qsticky.
13639 (frame_parms): Add sticky.
13640
13641 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
13642
13643 * xterm.h: Declare x_set_sticky.
13644
13645 * xterm.c (x_set_sticky): New function.
13646
69b16610
JD
13647 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
13648 (xg_tool_bar_menu_proxy): Attach enter/leave events to
13649 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
13650
13651 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
13652
13653 * frame.c: Qmaximized is new.
13654 (x_set_frame_parameters): Do not handle fullscreen specially.
13655 Only set width and height if explicitly set.
13656 (x_set_fullscreen): Handle Qmaximized.
13657 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
13658 (syms_of_frame): Initialize Qmaximized.
13659
1ac9108a
SM
13660 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
13661 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
13662
13663 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
13664 for Expose event. Add call to x_check_fullscreen for MapNotify event.
13665 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
13666 set gravity to NorthWestGravity when USE_GTK.
13667 (set_wm_state): New function.
31fd7c5c 13668 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
13669 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
13670 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 13671 or the case when no window manager is running. That means remove calls
3f1c6666
JD
13672 to x_real_positions and x_fullscreen_adjust.
13673
13674 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
13675 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
13676 flush_and_sync.
13677 (xg_height_changed): New function.
13678 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
13679 and gtk_window_set_policy. Set frame gravity after parsing the
13680 geometry string.
3f1c6666
JD
13681 (xg_update_frame_menubar, free_frame_menubar)
13682 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
13683 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
13684 Remove calls to xg_frame_set_char_size.
13685
fd503d99
KH
136862009-07-01 Kenichi Handa <handa@m17n.org>
13687
13688 * keyboard.c (decode_keyboard_code): New function.
13689 (tty_read_avail_input): Decode the input bytes if necessary.
13690
1ac9108a
SM
13691 * coding.c (setup_coding_system):
13692 Initialize coding->carryover_bytes to 0.
fd503d99
KH
13693 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
13694 use Qno_conversion.
13695
24ed93fb
YM
136962009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13697
13698 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
13699
99061dfc
CY
137002009-06-30 Chong Yidong <cyd@stupidchicken.com>
13701
1ac9108a 13702 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 13703
ff90fbde
JR
137042009-06-30 Jason Rumney <jasonr@gnu.org>
13705
13706 * w32term.c (w32_initialize): Use GetModuleHandle for library that
13707 is already loaded.
13708 Set user model ID if supported (bug#1849).
13709
5f445726
JM
137102009-06-29 Jim Meyering <meyering@redhat.com>
13711
13712 Remove useless if-before-xfree test.
13713 * nsfont.m (nsfont_close): Remove useless test.
13714 * term.c (delete_tty): Likewise.
13715 * w32.c (system_process_attributes): Likewise.
13716 * w32font.c (w32font_close): Likewise.
13717 * xfaces.c (x_free_gc): Likewise.
13718 * xselect.c (buffer): Likewise.
13719
b9607587
AS
137202009-06-28 Andreas Schwab <schwab@linux-m68k.org>
13721
13722 * process.c (send_process): Keep decoded string in a local
13723 variable and protect it from GC. (Bug#3521)
13724
89ba96f4
EZ
137252009-06-28 Eli Zaretskii <eliz@gnu.org>
13726
13727 * term.c (create_tty_output) [MSDOS]: #ifdef away.
13728 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
13729
098a1589
CY
137302009-06-28 Chong Yidong <cyd@stupidchicken.com>
13731
485422be
CY
13732 * xdisp.c (start_display, handle_face_prop)
13733 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
13734 (redisplay_window, try_window_id, produce_image_glyph):
13735 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 13736
098a1589
CY
13737 * xterm.c (x_update_window_begin, x_new_focus_frame)
13738 (x_scroll_bar_handle_click, handle_one_xevent)
13739 (handle_one_xevent, XTread_socket, x_focus_on_frame)
13740 (x_make_frame_visible, x_make_frame_invisible)
13741 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
13742 code chunks that are now obsolete.
13743
78c38319
MA
137442009-06-28 Michael Albinus <michael.albinus@gmx.de>
13745
13746 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
13747 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
13748 for hours, when optimzation is enabled.
13749 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
13750 (xd_read_message): Make them static.
13751
4189ed40
CY
137522009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
13753
13754 * term.c (turn_on_face): Allow simultaneously bold and dim
13755 terminal faces (Bug#3530).
13756
cd9b5e16
CY
137572009-06-27 Chong Yidong <cyd@stupidchicken.com>
13758
4e23bedb
CY
13759 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
13760
cd9b5e16
CY
13761 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
13762 truncation glyphs (Bug#3686).
13763
07cc3c35
GM
137642009-06-27 Glenn Morris <rgm@gnu.org>
13765
13766 * m/pmax.h: Restore file, with only netbsd portions.
13767
31fd7c5c 137682009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 13769
cd9b5e16 13770 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 13771
42d4a64f
KH
137722009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
13773
13774 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
13775 the arg FORCE_SYMBOL.
13776
930fe55b 137772009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
13778
13779 * fontset.c (fontset_find_font): When a usable rfont_def is found
13780 in a fallback font-group, make it the first element of the group.
13781
57ebc3fd
CY
137822009-06-24 Chong Yidong <cyd@stupidchicken.com>
13783
13784 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
13785
f084f942
KH
137862009-06-24 Kenichi Handa <handa@m17n.org>
13787
13788 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
13789 set for C.
13790 (fontset_font): Record the availability of a font for C both in
13791 the realized fontsets of the current one and the default one.
13792
2f686c87
DN
137932009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
13794
13795 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
13796 conditional, it is always defined on AIX.
13797
666e158e
MB
137982009-06-23 Miles Bader <miles@gnu.org>
13799
13800 * window.c (Vrecenter_redisplay): New variable.
13801 (syms_of_window): Initialize it.
13802 (Qtty): New extern declaration.
13803 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
13804
c6da7cd2
JM
138052009-06-23 Jim Meyering <meyering@redhat.com>
13806
1ac9108a
SM
13807 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
13808 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 13809 pointer dereferences are guaranteed to be valid.
c6da7cd2 13810
678dca3d
KH
138112009-06-23 Kenichi Handa <handa@m17n.org>
13812
74d75424
KH
13813 * emacs.c (main): Call init_font ().
13814
13815 * font.h (Vfont_log): Extern it.
13816 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
13817
13818 * font.c (font_sort_entities, font_list_entities)
13819 (font_matching_entity, font_open_entity)
13820 (font_close_object): Change font_add_log to FONT_ADD_LOG.
13821 (Vfont_log): Delete static.
13822 (font_log_env_checked): Delete this variable.
13823 (font_add_log): Don't check font_log_env_checked.
13824 (font_deferred_log): Check Vfont_log.
13825 (init_font): New function.
13826
678dca3d
KH
13827 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
13828
13829 * w32font.c: Change font_add_log to FONT_ADD_LOG.
13830
13831 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
13832
13833 * xfont.c: Change font_add_log to FONT_ADD_LOG.
13834
13835 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
13836 (face_for_char): Don't call font_deferred_log here.
13837 (font_for_char): Likewise.
13838
8a668709
CY
138392009-06-22 Chong Yidong <cyd@stupidchicken.com>
13840
9a01ee33
CY
13841 * w32term.c (x_draw_glyph_string): Use the glyph string's width
13842 rather than its background_width for drawing the overline and
13843 underline (Bug#489).
13844
13845 * xterm.c (x_draw_glyph_string): Use the glyph string's width
13846 rather than its background_width for drawing the overline and
13847 underline (Bug#489).
ec7c9926
CY
13848 (xg_default_icon_file): New variable.
13849 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
13850 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 13851
8a668709
CY
13852 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
13853 (load_overlay_strings): Remove externs.
13854 (fast_find_position): Function deleted.
13855 (mouse_face_from_buffer_pos): New function, based on
13856 fast_find_position. Correctly handle before-strings,
13857 display-strings, and after-strings (Bug#1220).
13858 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
13859
4d4c02d8
CY
138602009-06-21 Chong Yidong <cyd@stupidchicken.com>
13861
1ac9108a 13862 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
13863 (move_it_in_display_line_to, move_it_in_display_line_to)
13864 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
13865
70243478
CY
138662009-06-21 Chong Yidong <cyd@stupidchicken.com>
13867
13868 * Branch for 23.1.
13869
13087e59
JR
138702009-06-21 Jason Rumney <jasonr@gnu.org>
13871
13872 * w32term.c (keyboard_codepage): New static variable.
13873 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
13874 (w32_read_socket) [WM_CHAR]: Use it to decode character
13875 input (bug#3237).
13876 (w32_initialize): Initialize it.
13877 (codepage_for_locale): New function.
13878
4735b74e
KR
138792009-06-20 Ken Raeburn <raeburn@raeburn.org>
13880
13881 * process.c (status_message): Pass Faset index argument as a lisp
13882 object, so as to work with USE_LISP_UNION_TYPE.
13883
0e727afa
YM
138842009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13885
13886 * coding.c (Ffind_coding_systems_region_internal):
13887 Cache checked characters.
13888
cf299835
KH
138892009-06-18 Kenichi Handa <handa@m17n.org>
13890
1ac9108a 13891 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 13892
90f20d94
AS
138932009-06-18 Andreas Schwab <aschwab@redhat.com>
13894
13895 * xdisp.c (redisplay_internal): Check that the frame is still
13896 live after redisplay of its windows.
13897 (redisplay_windows): Check that the window is still live.
13898
7f1faf1c
KH
138992009-06-17 Andreas Schwab <schwab@linux-m68k.org>
13900
13901 * coding.c (detect_coding_utf_16): Fix previous change.
13902
cc13543e
KH
139032009-06-16 Kenichi Handa <handa@m17n.org>
13904
13905 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
13906 UTF-16 by checking the dispersion of Eth and Oth bytes.
13907
977b85f4
AS
139082009-06-15 Andreas Schwab <schwab@linux-m68k.org>
13909
13910 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
13911
66bd43d1
KH
139122009-06-15 Kenichi Handa <handa@m17n.org>
13913
13914 * process.c (status_message): Fix previous change. Be sure to
13915 decode a localized string.
13916
cb5ca9c5
YM
139172009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13918
13919 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
13920 add comment explaining why.
13921
ec7709ba 139222009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 13923
ec7709ba 13924 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 13925
4b7f335c
AR
139262009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
13927
13928 * nsfont.m (ns_attribute_value): Remove.
13929 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
13930 (ns_has_attribute): Shrink the normal range.
13931 (ns_findfonts): Don't worry about requested spec in determining
13932 need for synthItal.
e41820ee 13933 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 13934
73b26103
SZ
139352009-06-14 Seiji Zenitani <zenitani@mac.com>
13936
13937 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
13938
5753e4da
KH
139392009-06-11 Kenichi Handa <handa@m17n.org>
13940
13941 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
13942 overhang for the static composition case.
13943
3561b671
KH
139442009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13945
5753e4da
KH
13946 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
13947 overhang for the automatic composition case.
13948
3561b671
KH
13949 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
13950 composition case.
13951
852bbd41
CY
139522009-06-10 Chong Yidong <cyd@stupidchicken.com>
13953
13954 * xdisp.c (get_next_display_element): When handling wrap-prefix
13955 and line-prefix, treat \n as a control character (bug#3502).
13956
9903d1e6
KH
139572009-06-10 Kenichi Handa <handa@m17n.org>
13958
13959 * font.c (font_parse_family_registry): Fix for one-char foundry.
13960 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
13961
0bcbaaaa
CY
139622009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
13963
13964 * process.c (status_message): Fix handling of multibyte signal
13965 string (Bug#3499).
13966
40aa3f13
JM
139672009-06-09 Jim Meyering <meyering@redhat.com>
13968
1f80c7e2
CY
13969 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
13970 color name is missing.
40aa3f13 13971
72d51285
KH
139722009-06-09 Kenichi Handa <handa@m17n.org>
13973
13974 * charset.c (Fmap_charset_chars): In docstring, state clearly that
13975 FROM-CODE and TO-CODE are codepoints of CHARSET.
13976
c1d04d84
AR
139772009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
13978
13979 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
13980
139812009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
13982
13983 Changes to support :script/:lang/:otf in NS font driver.
13984 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
13985 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
13986 indicate not part of font driver interface, and change callers.
13987 (ns_get_family): Remove pointless null check.
13988 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
13989 ns_spec_to_descriptor, ns_descriptor_to_entity.
13990 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
13991 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
13992 (ns_spec_to_descriptor, ns_descriptor_to_entity)
13993 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
13994 (ns_get_req_script, ns_accumulate_script_ranges)
13995 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
13996 New functions.
13997 (nsfont_list, nsfont_match): Use ns_findfonts.
13998 (nsfont_open): Use font descriptor instead of traits.
13999 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
14000 (dump_glyphstring): Rename to ns_dump_glyphstring.
14001
c7eb9816
AR
14002 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
14003
c1d04d84
AR
14004 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
14005
14006 * fontset.c (fontset_from_font): Remove NS-specific code.
14007
ec7709ba 140082009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
14009
14010 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
14011 nonactive windows.
14012
31fd7c5c 140132009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 14014
1ac9108a 14015 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 14016
68852c13 140172009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
14018
14019 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
14020
6756cd1d
CY
140212009-06-07 Chong Yidong <cyd@stupidchicken.com>
14022
14023 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
14024 account for the overflowing of newlines into the last glyph on the
14025 display line (Bug#3482).
14026
28bf482a
DR
140272009-06-05 David Reitter <david.reitter@gmail.com>
14028
ec7709ba
JB
14029 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
14030 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
14031 Fns_selection_exists_p, Fns_selection_owner_p.
14032
fdb55376
JR
140332009-06-03 Jason Rumney <jasonr@gnu.org>
14034
14035 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
14036 available. (Bug#3379)
14037
05129fbe
KH
140382009-05-29 Kenichi Handa <handa@m17n.org>
14039
1ac9108a
SM
14040 * coding.c (get_translation_table):
14041 Check Venable_character_translation.
05129fbe 14042
ec7709ba 140432009-05-26 David Reitter <david.reitter@gmail.com>
15891144 14044
ec7709ba
JB
14045 * nsterm.m (ns_raise_frame): Only raise frame if visible.
14046 (x_make_frame_visible): Move frame to front rather than calling
15891144 14047 ns_raise_frame().
ec7709ba 14048 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 14049 isn't key window.
ec7709ba 14050 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
14051 drawRect may be called by NSView even if the frame is hidden.
14052
ec7709ba
JB
14053 * nsfns.m (Fx_create_frame): Follow other ports in
14054 determining visibility; default to t. Ensure async_visible is set.
15891144 14055
21f73755
EZ
140562009-05-23 Eli Zaretskii <eliz@gnu.org>
14057
14058 * dired.c (Ffile_attributes): Doc fix.
14059
34001e41
CY
140602009-05-22 Chong Yidong <cyd@stupidchicken.com>
14061
14062 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
14063
46306a17
SM
140642009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14065
14066 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
14067 and xfont_scratch_props.
14068 (syms_of_xfont): Do it here instead.
14069 (xfont_find_ccl_program): Delete, unused.
14070 (xfont_open): Delete unused var `i'.
14071
ef6e0694
KH
140722009-05-21 Kenichi Handa <handa@m17n.org>
14073
14074 * fontset.c (Qlatin): Don't make it static.
14075
46306a17
SM
14076 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
14077 New functions.
ef6e0694
KH
14078 (xfont_scripts_cache, xfont_scratch_props): New variables.
14079 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
14080 (xfont_list_pattern): Argument changed. Callers changed.
14081 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
14082 (xfont_list): Don't reject a font spec with :script property.
14083 (xfont_has_char): Fix setting of encoding.
14084 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
14085 xfont_scratch_props.
14086
140872009-05-19 Kenichi Handa <handa@m17n.org>
14088
46306a17 14089 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
14090 Callers changed.
14091
140922009-05-18 Kenichi Handa <handa@m17n.org>
14093
14094 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
14095
ac71ced7
SM
140962009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14097
14098 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
14099 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
14100
1c6d1051
YM
141012009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14102
14103 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
14104 (x_delete_terminal): Dissociate resource database from display and
14105 then call XrmDestroyDatabase before closing display.
14106
9b9b779c
AR
141072009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
14108
14109 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
14110 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
14111 whether selected frame is viable before raising it (based on patch
14112 by David Reitter), and improve commentary.
14113 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 14114
cccd42d5
KH
141152009-05-15 Kenichi Handa <handa@m17n.org>
14116
14117 * font.c (Ffont_spec): Check arguments.
14118
337fbd17
CY
141192009-05-14 Chong Yidong <cyd@stupidchicken.com>
14120
14121 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
14122 weight when testing attributes (Bug#3282).
14123
47a6002f
JD
141242009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14125
14126 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
14127 what we expect to get in the next ConfigureNotify event.
14128
9cb363db
YM
14129 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
14130 before Xft one (Bug#1696).
14131
b9126609
CY
141322009-05-07 David Reitter <david.reitter@gmail.com>
14133
14134 * nsfns.m (Fx_display_planes): Compute bitplanes using
14135 NSBitsPerPixelFromDepth (Bug#3207).
14136
27a69fd9
CY
141372009-05-10 Chong Yidong <cyd@stupidchicken.com>
14138
14139 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
14140
00f37552
TTN
141412009-05-10 Ulrich Mueller <ulm@gentoo.org>
14142
14143 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
14144
2d82a920
DR
141452009-05-07 David Reitter <david.reitter@gmail.com>
14146
ec7709ba
JB
14147 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
14148 Respect mouse face background.
2d82a920 14149
46b0d52d
DR
141502009-05-07 David Reitter <david.reitter@gmail.com>
14151
ec7709ba
JB
14152 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
14153 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
14154 in ns_update_begin and ns_update_end.
14155
ce1b23bb
SM
141562009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14157
5996e1b7
SM
14158 * nsfns.m (ns_get_screen): Rewrite.
14159 Don't presume selected-frame is of type `ns'.
14160
ba98e3a0
SM
14161 * font.c (font_update_drivers): Sanity fallback to avoid disabling
14162 all drivers.
14163
ce1b23bb
SM
14164 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
14165
bcda200f
YM
141662009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14167
14168 * keyboard.h (add_user_signal): Fix typo in extern.
14169
14170 * lisp.h (add_user_signal): Remove extern.
14171
14172 * unexelf.c (unexec): Consider a section to precede the .bss section
14173 if its addresses overlap that of .bss.
14174 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
14175 instead of dumping process.
14176
864660a2
SM
141772009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14178
14179 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
14180
50da4e56
SM
141812009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14182
14183 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
14184
51520a1a
DN
141852009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
14186
14187 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
14188 any statements.
14189
409ea3a1
AS
141902009-05-02 Andreas Schwab <schwab@linux-m68k.org>
14191
59c4c60f
AS
14192 * process.c (read_process_output): Make sure the current buffer is
14193 always restored.
14194
409ea3a1
AS
14195 * coding.c (record_conversion_result): Don't modify
14196 Vlast_code_conversion_error for successful result.
14197 (alloc_destination): Don't clobber conversion result. (Bug#1650)
14198
56f00ed2
KH
141992009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14200
14201 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 14202 (load_charset_map): Remove unnecessary code.
56f00ed2 14203
4491c9d2
DR
142042009-04-30 David Reitter <david.reitter@gmail.com>
14205
35f5b128 14206 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
14207 through f24.
14208
6970f632
CY
142092009-04-30 Chong Yidong <cyd@stupidchicken.com>
14210
14211 * xfaces.c (face_at_buffer_position): New arg base_face_id.
14212
14213 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
14214 face_at_buffer_position.
14215 (face_before_or_after_it_pos, get_next_display_element)
14216 (note_mouse_highlight): Update face_at_buffer_position call.
14217
14218 * term.c (term_mouse_highlight):
14219 * msdos.c (IT_note_mouse_highlight):
14220 * fontset.c (Finternal_char_font):
35f5b128 14221 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
14222
14223 * dispextern.h (face_at_buffer_position): Update prototype.
14224
0c616f63
KH
142252009-04-30 Kenichi Handa <handa@m17n.org>
14226
35f5b128 14227 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 14228
ad3aaf33
AS
142292009-04-29 Andreas Schwab <schwab@linux-m68k.org>
14230
14231 * callproc.c (Fcall_process): Fix GC protection. Make sure
14232 current buffer is always restored.
14233
c3c963a0
YM
142342009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14235
14236 * atimer.c (init_atimer): Also clear stopped_atimers.
14237
14238 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
14239
7e3386cb
YM
14240 * process.c (create_process): Clean up merger residues of
14241 2008-07-17 change.
14242
91f68422
CY
142432009-04-29 Ulrich Mueller <ulm@gentoo.org>
14244
14245 * lread.c (Vread_circle): New variable.
14246 (read1): Disable recursive read if Vread_circle is nil.
14247
24b34550
KH
142482009-04-29 Kenichi Handa <handa@m17n.org>
14249
14250 * fontset.h (set_default_ascii_font): Delete extern.
14251
14252 * fontset.c (set_default_ascii_font): Delete this unused function.
14253
14254 * frame.c (x_set_font): When ARG is a font-object, check if the
14255 font-object matches with the ASCII font-spec of the frame's
9c358bda 14256 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 14257
77bf07e1
AS
142582009-04-28 Andreas Schwab <schwab@linux-m68k.org>
14259
14260 * fns.c (Flocale_info): Protect vector from GC during decoding.
14261
14262 * process.c (Fstart_process): Protect argv strings from GC during
14263 encoding.
14264
2c55aacf
AS
142652009-04-27 Andreas Schwab <schwab@linux-m68k.org>
14266
14267 * sysdep.c: Include <ctype.h>.
14268
b892d3c9
DR
142692009-04-27 David Reitter <david.reitter@gmail.com>
14270
35f5b128 14271 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
14272 Remove commented-out code.
14273
9d0644c4
JB
142742009-04-26 Johan Bockgård <bojohan@gnu.org>
14275
14276 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
14277
b7053016
JR
142782009-04-25 Jason Rumney <jasonr@gnu.org>
14279
14280 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
14281
4e8231f3
YM
142822009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14283
14284 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
14285 Swap bytes in short integer if fringe bitmap width > 8.
14286
493dcf2c
KH
142872009-04-23 Kenichi Handa <handa@m17n.org>
14288
14289 * xfaces.c (Fx_list_fonts): If a font size is specified in
14290 PATTERN, set it in returned scalable fonts.
14291
401e9e57
CY
142922009-04-22 Chong Yidong <cyd@stupidchicken.com>
14293
708e05dc
CY
14294 * keyboard.c (Fset_input_meta_mode): Doc fix.
14295
14296 * dispnew.c (Fsend_string_to_terminal): Doc fix.
14297
1ac9108a 14298 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
14299
14300 * coding.c (Fterminal_coding_system): Doc fix.
14301
14302 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
14303 (Fx_display_pixel_height, Fx_display_planes)
14304 (Fx_display_color_cells, Fx_server_max_request_size)
14305 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
14306 (Fx_display_mm_height, Fx_display_mm_width)
14307 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
14308 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
14309 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
14310 (check_x_display_info): Handle terminal objects instead of
14311 terminal ids.
14312
401e9e57
CY
14313 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
14314 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
14315 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
14316 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 14317
df80c7f0
KH
143182009-04-21 Kenichi Handa <handa@m17n.org>
14319
5a8f12af 14320 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 14321 (font_score): Check AVGWIDTH too.
908567ef 14322
df80c7f0
KH
14323 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
14324 worst case.
1ac9108a
SM
14325 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
14326 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 14327
705af33f
JR
143282009-04-19 Jason Rumney <jasonr@gnu.org>
14329
14330 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 14331 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
14332
14333 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
14334 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
14335 get_phys_cursor_geometry.
14336
b71ac3dd 14337 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
14338 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
14339 using get_phys_cursor_geometry.
14340
14341 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
14342 correctly calculated.
14343
dc2933eb
JD
143442009-04-19 Jan Djärv <jan.h.d@swipnet.se>
14345
1ac9108a
SM
14346 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
14347 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
14348 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
14349 is deprecated.
14350
973e7849
AS
143512009-04-18 Andreas Schwab <schwab@linux-m68k.org>
14352
14353 * font.c (font_put_frame_data): Use xfree instead of free.
14354
314d66f4
JB
143552009-04-17 Juanma Barranquero <lekktu@gmail.com>
14356
14357 * w32font.c (Qja, Qko): Remove declarations.
14358 (syms_of_w32font): Don't DEFSYM them.
14359
cf702558
CY
143602009-04-17 Chong Yidong <cyd@stupidchicken.com>
14361
14362 * font.c (Qja, Qko): Move definitions here from ftfont.c.
14363
14364 * font.h (Qja, Qko): Extern them.
14365
14366 * ftfont.c (Qja, Qko): Remove declarations.
14367
14368 * xfont.c (Qja, Qko): Remove declarations.
14369
b50504f5
KH
143702009-04-17 Kenichi Handa <handa@m17n.org>
14371
bde25748
KH
14372 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
14373 string from a vector to handle Latin-1 characters correctly.
14374
b50504f5
KH
14375 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
14376 entity even if the cache hits.
14377
f4646fff
AS
143782009-04-16 Andreas Schwab <schwab@linux-m68k.org>
14379
14380 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 14381 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 14382
e7deaab0
AS
14383 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
14384 * lisp.h: Adjust prototypes.
14385
0a0e7d49
CY
143862009-04-16 Chong Yidong <cyd@stupidchicken.com>
14387
14388 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
14389 change (Bug#3003).
14390
3c908a57
KH
143912009-04-16 Kenichi Handa <handa@m17n.org>
14392
1ac9108a 14393 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
14394
14395 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
14396 adstyle.
14397
14398 * ftfont.c (Qja, Qko): Don't make them static.
14399 (enum ftfont_cache_for): New enum.
14400 (fc_charset_table): Undo the previous change.
14401 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
14402 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
14403 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
14404 non-scarable font, try to get AVERAGE_WIDTH.
14405 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
14406 Change ft_face_cache from a list of a hash-table. Don't check
14407 `ja' and `ko' adstyle here.
14408 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
14409 FTFONT_CACHE_FOR_CHARET.
14410 (ftfont_get_charset): Undo the previous change.
1ac9108a 14411 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
14412 (ftfont_close): Likewise.
14413 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
14414
14415 * font.c (font_sort_entites): Change the meaning of the arg
14416 BEST-ONLY. Don't optimize for VEC of lenght 1.
14417 (font_select_entity): Just return the value of font_sort_entites.
14418
14419 * xfaces.c (merge_face_vectors): Reflect font properties in
14420 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
14421 font_clear_prop if a face attribute doesn't change.
14422
3c908a57
KH
14423 * charset.h (charset_ksc5601): Extern it.
14424
14425 * charset.c (charset_ksc5601): New variable.
14426 (Fdefine_charset_internal): Set charset_ksc5601.
14427 (init_charset_once): Initialize charset_ksc5601 to -1.
14428
d65859c3
DN
144292009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
14430
14431 * fileio.c (history_delete_duplicates): Remove unused declaration.
14432
14433 * callint.c (history_delete_duplicates): New declaration.
14434 (Fcall_interactively): Remove command history duplicates when
14435 history_delete_duplicates is true.
14436
3ba010e5
EZ
144372009-04-14 Eli Zaretskii <eliz@gnu.org>
14438
14439 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
14440
06f19b91
KH
144412009-04-14 Kenichi Handa <handa@m17n.org>
14442
14443 * font.c (Ffont_info): Fix docstring. Fix the second element of
14444 the returned value (bug#2949).
14445
2cce8bfc
CY
144462009-04-14 Chong Yidong <cyd@stupidchicken.com>
14447
14448 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
14449
d156542d
KH
144502009-04-14 Kenichi Handa <handa@m17n.org>
14451
14452 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
14453 encoding charset is ascii_compatible.
14454
14455 * charset.c (Fdefine_charset_internal): Make charset
14456 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
14457 code_offset is 0, and covers all ASCII characters.
14458
86fa089e
SM
144592009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14460
14461 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
14462 (ns_string_to_pasteboard_internal):
14463 * nsmenu.m (process_dialog):
14464 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
14465 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
14466 * lisp.h (Fx_load_color_file): Declare.
14467
a8a3728b
KH
144682009-04-13 Kenichi Handa <handa@m17n.org>
14469
1ac9108a 14470 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
14471 (font_select_entity): Suppress the code to optimize for the same
14472 kind of fonts.
14473 (font_load_for_lface): Get a font that supports at least ASCII
14474 characters.
14475
14476 * ftfont.c (Qja, Qko): New variables.
14477 (fc_charset_table): Delete uniquifier data for iso8859-1.
14478 (ftfont_get_latin1_charset): New function.
14479 (get_adstyle_property): New function.
14480 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
14481 bitmap fonts.
14482 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
14483 Delete iso-8859-1 range from the charset of fonts whose adstyle is
14484 `ko' or `ja'.
14485 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 14486 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
14487 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
14488 property.
14489 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
14490 (syms_of_ftfont): DEFSYM Qja and Qko.
14491
483670b5
KH
144922009-04-09 Kenichi Handa <handa@m17n.org>
14493
12b55765
KH
14494 * charset.c (map_charset_chars): For a charset of `superset'
14495 method, fix calculation of code range.
14496
483670b5
KH
14497 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
14498 from the list of extra properties.
14499 (font_clear_prop): Be sure to delete `:name' font property.
14500
57d3b93b
KH
145012009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14502
b4b2c2ca
YM
14503 * dispnew.c (redraw_overlapping_rows): Fix detection of
14504 overlapping for topmost and bottommost rows.
14505
1ac9108a 14506 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 14507
472c3609
JR
145082009-04-06 Jason Rumney <jasonr@gnu.org>
14509
14510 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
14511
ab193662
KH
145122009-04-06 Kenichi Handa <handa@m17n.org>
14513
14514 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
14515
14516 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
14517
0c26f026
KH
145182009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14519
14520 * ftfont.c (ftfont_open): Fix checking of the return value of
14521 FT_Load_Char. Fix setting font->underline_thickness.
14522
e173bbce
CY
145232009-04-04 Chong Yidong <cyd@stupidchicken.com>
14524
14525 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
14526 (Fterminal_parameters, Fterminal_parameter)
14527 (Fset_terminal_parameter): In doc string, refer to terminal
14528 objects rather than terminal ids.
14529
693a2698
EZ
145302009-04-04 Eli Zaretskii <eliz@gnu.org>
14531
14532 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
14533 ret_lim_data. (Bug#2867)
14534
d5221487
CY
145352009-04-03 Chong Yidong <cyd@stupidchicken.com>
14536
14537 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
14538 so they don't get wider than the window, matching 2006-01-23
14539 change to the partner function in xdisp.c (Bug#2800).
14540
223509a3
KH
145412009-04-03 Kenichi Handa <handa@m17n.org>
14542
14543 * print.c (print_object): Make each lowest sub_char_table start a
14544 new line (Bug#2866).
14545
74fcd0b1
KH
145462009-04-02 Kenichi Handa <handa@m17n.org>
14547
14548 * fontset.c (fontset_font): Record no-font when a fontset
14549 explicitly tells not to try another font-specs.
14550
c542407d
SM
145512009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
14552
14553 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
14554
e3869731
KH
145552009-03-30 Kenichi Handa <handa@m17n.org>
14556
d8d2f142
KH
14557 * fontset.c (fontset_from_font): Specify only registry in a
14558 font-spec for all characters supported by that registry.
14559
e3869731
KH
14560 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
14561 even if HAVE_M17N_FLT is not defined.
14562
5da5f805
CY
145632009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
14564
14565 * ftfont.c: Conditionalize prototyping and use of
14566 ftfont_variation_glyphs.
14567
ab226c50
SM
145682009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14569
9628fed7
SM
14570 * frame.c (delete_frame): Work around compiler bug.
14571
14572 * editfns.c (general_insert_function): Adjust to insdel.c changes.
14573 * insdel.c (prepare_to_modify_buffer, signal_before_change):
14574 Some more EMACS_INT.
14575 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
14576
14577 * xdisp.c (dump_glyph): Fix typo.
14578
ae19ba7c
SM
14579 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
14580 (adjust_markers_gap_motion, adjust_markers_for_delete)
14581 (adjust_markers_for_insert, adjust_point)
14582 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
14583 (make_gap, copy_text, count_size_as_multibyte, insert)
14584 (insert_and_inherit, insert_before_markers)
14585 (insert_before_markers_and_inherit, insert_1)
14586 (count_combining_before, count_combining_after, insert_1_both)
14587 (insert_from_string, insert_from_string_before_markers)
14588 (insert_from_string_1, insert_from_gap, insert_from_buffer)
14589 (insert_from_buffer_1, adjust_after_replace)
14590 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
14591 (replace_range_2, del_range, del_range_1, del_range_byte)
14592 (del_range_both, del_range_2, modify_region)
14593 (prepare_to_modify_buffer, signal_before_change)
14594 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
14595 for buffer positions and sizes.
14596 * lisp.h: Adjust prototypes accordingly.
14597
14598 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
14599 (non_regular_inserted, non_regular_nbytes, read_non_regular)
14600 (Finsert_file_contents): Use EMACS_INT for buffer positions.
14601
ab226c50
SM
14602 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
14603
46dfb8fb
JD
146042009-03-27 Jan Djärv <jan.h.d@swipnet.se>
14605
14606 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
14607 lines and columns so we keep the same pixel height and width.
14608
14609 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
14610 the property _NET_WM_STATE has changed.
46dfb8fb
JD
14611 (x_handle_net_wm_state): New function to update frame parameter
14612 fullscreen.
14613 (x_term_init): Initialize atoms for _NET_WM_STATE.
14614
14615 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
14616
d347e494
SM
146172009-03-27 Kevin Ryde <user42@zip.com.au>
14618
14619 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
14620 Gpm_GetEvent as an error that justifies closing the filedescriptor.
14621 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
14622 (Fgpm_mouse_stop): Pass that new parameter.
14623 * termhooks.h (close_gpm): Adjust prototype.
14624
84db11d6
SM
146252009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14626
c95a5008
SM
14627 * lisp.h (Fx_focus_frame): Declare.
14628
84db11d6
SM
14629 * callint.c (Fcall_interactively): For '^' just delegate the work to
14630 handle-shift-selection.
14631 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
14632
0a1958d6
CY
146332009-03-24 Chong Yidong <cyd@stupidchicken.com>
14634
0bfdff23
CY
14635 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
14636
0a1958d6
CY
14637 * data.c (Qinteractive_form): New variable.
14638 (Finteractive_form): Use it.
14639
14640 * eval.c (Fcommandp): Use Qinteractive_form.
14641
58aec0d6
JR
146422009-03-24 Jason Rumney <jasonr@gnu.org>
14643
14644 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
14645 Calculate total size precisely. Decode environment variables
14646 before substituting. (Bug#38)
14647
553dd618
KH
146482009-03-24 Kenichi Handa <handa@m17n.org>
14649
14650 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 14651 encoding (Bug#2722).
553dd618 14652
c39ea606
JD
146532009-03-23 Jan Djärv <jan.h.d@swipnet.se>
14654
14655 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
14656 that gdpy is set.
14657
bc9b2b5e
AM
146582009-03-22 Alan Mackenzie <acm@muc.de>
14659
14660 * callint.c (Finteractive): Clarify the doc string - even
14661 promptless elements need \n separators.
14662
9f995a76
JR
146632009-03-22 Jason Rumney <jasonr@gnu.org>
14664
14665 * w32term.c (syms_of_w32term): Doc fix for
14666 x-use-underline-position-properties.
14667
22749e9a
EZ
146682009-03-21 Eli Zaretskii <eliz@gnu.org>
14669
14670 * w32.c (getpwuid): Change argument type to unsigned.
14671 (struct w32_id): Change type of `rid' member to unsigned.
14672 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
14673 argument ID to unsigned. All callers changed.
14674 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
14675
e00553bf
EZ
146762009-03-20 Eli Zaretskii <eliz@gnu.org>
14677
14678 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
14679 negative, produce a float value.
14680
14681 * dired.c (make_uid, make_gid): New functions.
14682 (Ffile_attributes): Use them to avoid negative UID and GID.
14683
f761d6b6
JB
146842009-03-20 Juanma Barranquero <lekktu@gmail.com>
14685
14686 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
14687 (syms_of_keyboard) <command-hook-internal, input-method-function>:
14688 Fix typos in docstrings.
14689
d507f8d7
KH
146902009-03-19 Kenichi Handa <handa@m17n.org>
14691
14692 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
14693 changed, use font_load_for_lface to get a new font object.
14694 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
14695
14696 * frame.c (x_set_font): Handle the case that ARG is a cons.
14697
c68845e0
GM
146982009-03-19 Glenn Morris <rgm@gnu.org>
14699
14700 * fileio.c (Fsubstitute_in_file_name): Doc fix.
14701
bfa49dd1
CY
147022009-03-19 Chong Yidong <cyd@stupidchicken.com>
14703
14704 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
14705
8458d4c1
KH
147062009-03-19 Kenichi Handa <handa@m17n.org>
14707
14708 * charset.c (load_charset_map_from_file): When a mapfile can't be
14709 loaded, signal an error.
14710
78e7d1fe
EZ
147112009-03-18 Eli Zaretskii <eliz@gnu.org>
14712
14713 * dired.c (Ffile_attributes): Make sure UID and GID are always
14714 positive, even if the value is too large for a positive EMACS_INT.
14715 Doc fix.
14716
14717 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
14718
5da9fdfa
YM
147192009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14720
14721 * xmenu.c (xdialog_show): Move Fredisplay call ...
14722 (Fx_popup_dialog): ... here.
14723
7519c40d
SM
147242009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
14725
14726 * dired.c (file_name_completion): Disable the first optimization just
14727 installed, since it is not implemented correctly.
14728
2cd298e2
SM
147292009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14730
14731 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 14732 only if the entry can affect bestmatch.
2cd298e2
SM
14733 Stop the search early, as Ftry_completion already does.
14734
48d37adf
CY
147352009-03-17 Chong Yidong <cyd@stupidchicken.com>
14736
e10c9c93 14737 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 14738
9286b16a
CY
147392009-03-15 Chong Yidong <cyd@stupidchicken.com>
14740
14741 * keyboard.c (parse_menu_item): Don't display remappings as menu
14742 equivalent bindings (Bug#788).
14743
f7b146dc
JR
147442009-03-15 Jason Rumney <jasonr@gnu.org>
14745
14746 * w32term.h (WM_EMACS_PAINT): New message.
14747 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
14748 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
14749 before passing to lisp thread. (Bug#950)
14750
f761d6b6 147512009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 14752
d93f9575
CY
14753 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
14754 variable as it was never reset.
14755 (ns_term_init): Remove initialization of Lisp-settable defaults
14756 and ns_expand_space.
14757 (-setPanelFromDefaultValues): Remove ns_expand_space.
14758 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
14759 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
14760 i.e. no additional spacing, similar to Carbon port.
14761
d93f9575
CY
14762 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
14763 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 14764
305018ec
JD
147652009-03-14 Jan Djärv <jan.h.d@swipnet.se>
14766
14767 * sound.c (alsa_configure): Remove call to deprecated
14768 snd_pcm_sw_params_set_xfer_align.
14769
f761d6b6 147702009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
14771
14772 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
14773 after clicking in a detached tool bar.
14774 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
14775
46e722a9
SM
147762009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14777
348db3dd
SM
14778 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
14779 int/Lisp_Object mixup).
46e722a9 14780
a3d16f39
KH
147812009-03-13 Kenichi Handa <handa@m17n.org>
14782
14783 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 14784 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
14785 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
14786 (set_fontset_font): Change ARG to a vector. Handle range_list in
14787 ARG correctly.
14788 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 14789 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
14790 the above change.
14791 (fontset_from_font): Fix previous change.
fe24f56a 14792 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
14793 entry. If FONTSET is the default fontset, don't set the extra
14794 slot of the returning char-table.
14795
b066e6b6
JB
147962009-03-12 Juanma Barranquero <lekktu@gmail.com>
14797
14798 * nsfns.m (Fx_close_connection): Doc fix.
14799 (Fns_do_applescript): Reflow docstring.
14800 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
14801 (Fx_display_pixel_width, Fx_display_pixel_height)
14802 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
14803 Fix typos in docstrings.
14804 (Fns_set_alpha): Fix typos in error messages.
14805
d472514e 148062009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 14807
d472514e 14808 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
14809 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
14810 were used for such events.
14811
d472514e
JB
14812 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
14813 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 14814
d472514e 14815 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
14816 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
14817
fb930676
KH
148182009-03-11 Kenichi Handa <handa@m17n.org>
14819
ff85581a
KH
14820 * font.h (font_open_by_spec): Extern it.
14821
c50b7e98
KH
14822 * font.c (font_open_by_spec): New function.
14823 (font_open_by_name): Use font_open_by_spec.
14824
fb930676
KH
14825 * frame.c (x_set_font): When ARG is a font-object, don't alter the
14826 fontset of the frame.
14827
14828 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
14829 modify the default font of frames that use this fontset.
14830 (num_auto_fontsets): New variable.
14831 (fontset_from_font): Use num_auto_fontsets to decide a fontset
14832 name. Be sure to set FONTSET_ASCII to the correct font name.
14833 (update_auto_fontset_alist): New function.
14834
df4e8455
JB
148352009-03-11 Juanma Barranquero <lekktu@gmail.com>
14836
14837 * makefile.w32-in: Update dependencies.
14838
0a375797
AR
148392009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
14840
14841 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
14842
61313fa3
SM
148432009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14844
14845 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
14846
b55103fb
CY
148472009-03-10 Chong Yidong <cyd@stupidchicken.com>
14848
14849 * lread.c (Feval_buffer): Doc fix.
14850
dde2559c
KH
148512009-03-09 Kenichi Handa <handa@m17n.org>
14852
14853 * charset.c (Qfile_name_handler_alist): Extern it.
14854 (load_charset_map_from_file): Temporarily bind
14855 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
14856
df4e8455 148572009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 14858
47f588bb
GM
14859 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
14860 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 14861
4ddf94bd
AR
148622009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
14863
4c9bdfc2
AR
14864 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
14865 (x_set_window_size): Change back to calculated method of setting
14866 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
14867 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
14868 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
14869
fe41ae9e
AR
14870 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
14871
4c9bdfc2
AR
14872 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
14873 accelerator in parens under GNUstep.
14874
825d0875
KH
148752009-03-06 Kenichi Handa <handa@m17n.org>
14876
14877 These changes are to detect incorrect composition sequence without
f3b3be74 14878 looking ahead the source. (Bug#2370)
825d0875
KH
14879
14880 * coding.h: Include "composite.h".
14881 (enum compisition_state): New enum.
14882 (struct compisition_status): New struct.
14883 (struct iso_2022_spec): New member cmp_status.
14884 (struct emacs_mule_spec): New struct.
14885 (struct coding_system): New members ctext_extended_segment_len and
14886 embedded_utf_8. Change the union member
14887 spec.emacs_mule_full_support to spec.emacs_mule.
14888
14889 * coding.c (CODING_ISO_CMP_STATUS): New macro.
14890 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 14891 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
14892 (ADD_COMPOSITION_DATA): New arg nbytes.
14893 (emacs_mule_char): New arg cmp_status.
14894 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
14895 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
14896 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
14897 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
14898 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
14899 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
14900 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
14901 (EMACS_MULE_COMPOSITION_END): New macro.
14902 (emacs_mule_finish_composition): New function.
14903 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
14904 (decode_coding_emacs_mule): Avoid long looking ahead while
14905 handling composition.
14906 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
14907 (ENCODE_COMPOSITION_RULE): New macro.
14908 (finish_composition): New function.
14909 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
14910 (DECODE_COMPOSITION_START): New implementation.
14911 (DECODE_COMPOSITION_END): Likewise.
14912 (STORE_COMPOSITION_RULE): New macro.
14913 (decode_coding_iso_2022): Avoid long looking ahead while handling
14914 composition, CTEXT extended segment, and embedded UTF-8.
14915 (setup_coding_system): For a coding of type iso-2022, reset
14916 CODING_ISO_EXTSEGMENT_LEN (coding) and
14917 CODING_ISO_EMBEDDED_UTF_8 (coding).
14918 (get_translation): Delete arguments last_block, from_nchars,
14919 to_nchars. Callers changed.
14920 (produce_chars): Don't modify charbuf. Adjusted for the change of
14921 get_translation.
98a326f7 14922 (produce_composition): Adjust for the new annotation sequence.
825d0875 14923 (handle_composition_annotation): Likewise.
98a326f7 14924 (consume_chars): Adjust for the change of get_translation.
825d0875 14925
ccbc4452
AR
149262009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
14927
4ddf94bd 14928 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 14929
988a7ddb
KH
149302009-03-05 Kenichi Handa <handa@m17n.org>
14931
14932 * font.c (font_select_entity): New function.
14933 (font_find_for_lface): Use font_select_entity to select a font.
14934
14935 * fontset.c (fontset_find_font): If a font found without
a8a3728b 14936 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
14937 font with C restriction.
14938
98a326f7 149392009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 14940
be1bce46 14941 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 14942
10ea2b82
JR
149432009-03-04 Jason Rumney <jasonr@gnu.org>
14944
2c93b248 14945 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 14946 characters that have already been read. (Bug#2569)
2c93b248 14947
10ea2b82
JR
14948 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
14949 Log an error message if check_image_size failed.
14950 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 14951 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 14952
71a0c011
EZ
149532009-03-02 Eli Zaretskii <eliz@gnu.org>
14954
14955 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
14956 when decoding process output.
14957
2f63bba8
RS
149582009-03-01 Richard M Stallman <rms@gnu.org>
14959
14960 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
14961
14962 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
14963
0a9564cb
EZ
149642009-02-28 Eli Zaretskii <eliz@gnu.org>
14965
14966 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
14967 (decode_coding_emacs_mule, decode_coding_iso_2022)
14968 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14969 (decode_coding_raw_text, decode_coding_charset)
14970 (setup_coding_system, decode_eol, decode_coding, consume_chars):
14971 Honor inhibit-eol-conversion. (Bug #2186)
14972
449148b3
JR
149732009-02-28 Jason Rumney <jasonr@gnu.org>
14974
14975 * coding.c (detect_coding_charset): If not checking latin extra,
14976 fail on characters between 0x80 and 0xA0. (Bug#2354)
14977
a4aee864
EZ
149782009-02-28 Eli Zaretskii <eliz@gnu.org>
14979
14980 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 14981 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 14982
d88bee5a
GM
149832009-02-27 Glenn Morris <rgm@gnu.org>
14984
14985 * callint.c (Finteractive): Doc fix.
14986
a808f22d
KH
149872009-02-27 Kenichi Handa <handa@m17n.org>
14988
14989 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
14990
caf8d60c
CY
149912009-02-27 Chong Yidong <cyd@stupidchicken.com>
14992
14993 * font.c (font_style_to_value): Set value for unknown symbols to
14994 100 instead of 255.
b61137ea
CY
14995 (weight_table, slant_table, width_table): Treat "unspecified" as
14996 the default value.
caf8d60c 14997
1a0de25c
JB
149982009-02-26 Juanma Barranquero <lekktu@gmail.com>
14999
15000 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
15001
8fc45744
JB
150022009-02-25 Juanma Barranquero <lekktu@gmail.com>
15003
107bd7d1
JB
15004 * lread.c (Fload): Stop checking Vloads_in_progress and signal
15005 error as soon as a recursive load is detected.
8fc45744 15006
f097e223
AR
150072009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
15008
15009 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
15010 before caching.
15011
8810a12f
KH
150122009-02-24 Kenichi Handa <handa@m17n.org>
15013
15014 * fontset.c (fontset_find_font): Fix the condition for checking
15015 unavailable font.
15016
2c7d1565
GM
150172009-02-24 Glenn Morris <rgm@gnu.org>
15018
15019 * xfaces.c (Finternal_set_font_selection_order): Remove leading
15020 whitespace that confuses documentation.
15021
a20878b6
MB
150222009-02-23 Miles Bader <miles@gnu.org>
15023
15024 * process.c (Flist_system_processes, Fprocess_attributes)
15025 (syms_of_process): Rename `system-process-attributes' to
15026 `process-attributes'.
15027
b3b58c01
AS
150282009-02-22 Andreas Schwab <schwab@linux-m68k.org>
15029
1b3b981b
AS
15030 * coding.h (struct coding_system): Make safe_charsets a pointer to
15031 unsigned char.
15032 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
15033 being 255.
15034 (SAFE_CHARSET_P): Likewise.
15035 (setup_iso_safe_charsets): Properly setup safe_charsets.
15036 (Fdefine_coding_system_internal): Likewise.
15037 (setup_coding_system): Likewise. Remove unneeded casts.
15038 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
bba3e508
SM
15039 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS.
15040 Remove unneeded casts.
1b3b981b 15041
b3b58c01
AS
15042 * insdel.c (del_range_2): Don't modify gap contents when called
15043 from decode_coding_object. (Bug#1809)
15044
0b6f228c
CY
150452009-02-21 Chong Yidong <cyd@stupidchicken.com>
15046
15047 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
15048 Qfont_object.
15049 (Ftype_of): Recognize font objects.
15050
15051 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
15052
bba3e508
SM
15053 * font.c (Qfont_spec, Qfont_entity, Qfont_object):
15054 Definitions moved to data.c.
0b6f228c 15055
52f8870b
AR
150562009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
15057
15058 * nsterm.m (x_make_frame_invisible): Unset async_visible,
15059 async_iconified. Based on a patch by Christian Lynbech
15060 <christian.lynbech@tieto.com>.
15061 (EmacsView-windowDidMiniaturize:): Unset async_visible.
15062
7087d5e9
GM
150632009-02-20 Glenn Morris <rgm@gnu.org>
15064
15065 * syntax.c (Fskip_chars_forward): Fix doc typo.
15066
41d2ceef
CY
150672009-02-20 Chong Yidong <cyd@stupidchicken.com>
15068
15069 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
15070
1a3b7ca6
CY
150712009-02-19 Chong Yidong <cyd@stupidchicken.com>
15072
15073 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
15074
73cce38d
KH
150752009-02-19 Kenichi Handa <handa@m17n.org>
15076
15077 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 15078 Don't overflow coding->carryover. (Bug#2370)
73cce38d 15079
a51092ee
DN
150802009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
15081
15082 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
15083
c423ecca
KH
150842009-02-18 Kenichi Handa <handa@m17n.org>
15085
15086 * font.c (font_check_otf_features): Fix handling of `nil' element.
15087 (Ffont_spec): Describe :lang and :otf in the docstring.
15088
4c1958f4
AS
150892009-02-16 Andreas Schwab <schwab@suse.de>
15090
15091 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
15092 string.
15093
5704f39a
KH
150942009-02-16 Kenichi Handa <handa@m17n.org>
15095
15096 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 15097 (Bug#1723)
5704f39a 15098
8f0085aa
CY
150992009-02-14 Chong Yidong <cyd@stupidchicken.com>
15100
a057d86a 15101 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
15102
15103 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
15104 (handle_line_prefix): Suppress wrapping of wrap prefixes.
15105
aff01dd9
EZ
151062009-02-14 Eli Zaretskii <eliz@gnu.org>
15107
15108 * msdos.c (MAX_SCREEN_BUF): New macro.
15109 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
15110 Encode the entire run of glyphs sharing the same face, instead of
15111 doing that one glyph at a time (fixes a bug with displaying
15112 double-size characters).
15113
ba301db3
AR
151142009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
15115
15116 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
15117
15118 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
15119 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 15120 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
15121
15122 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 15123 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 15124
51d861de
SM
151252009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15126
ac146f82 15127 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
15128 invisible areas.
15129
7fed8996
JR
151302009-02-12 Jason Rumney <jasonr@gnu.org>
15131
631ea4fb
JR
15132 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
15133 (add_font_entity_to_list): Call check_face_name even when family
15134 is unspecified.
15135
cb4a3e42
JR
15136 * w32term.c (x_display_pixel_height, x_display_pixel_width):
15137 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 15138 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 15139
7fed8996 15140 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 15141 raster fonts. (Bug#2219)
7fed8996 15142
895416e3
KH
151432009-02-12 Kenichi Handa <handa@m17n.org>
15144
15145 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
15146 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
15147 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 15148 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
15149 (find_automatic_composition): While looking forward and backward,
15150 check static composition. Fix where to stop looking forward.
15151 (composition_adjust_point): Fix checking of static composition.
15152 (Fcomposition_get_gstring): Pay attention to
1dacf998 15153 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
15154
15155 * lisp.h (fast_looking_at): Extern it.
15156
15157 * search.c (fast_looking_at): New function.
15158
51d861de 15159 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
15160 <struct glyph>.u.cmp.to.
15161 (append_composite_glyph): Likewise.
15162
51d861de 15163 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
15164 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
15165 composition.
51d861de 15166 (append_composite_glyph): Adjust for the change of
895416e3
KH
15167 <strcut glyph>.u.cmp.to.
15168
8510724d
JB
151692009-02-11 Juanma Barranquero <lekktu@gmail.com>
15170
15171 * casetab.c (init_casetab_once):
15172 * coding.c (ALLOC_CONVERSION_WORK_AREA):
15173 * font.c (font_update_lface):
15174 * fontset.c (Fnew_fontset):
15175 * ftfont.c (ftfont_drive_otf):
15176 * xfont.c (xfont_open):
15177 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
15178
294fa707
SM
151792009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15180
15181 * fileio.c (Fwrite_region): !NILP -> CONSP.
15182
b5bfebec
AS
151832009-02-10 Andreas Schwab <schwab@suse.de>
15184
15185 * process.c (send_process): Properly relocate pointer into data
adab88bd 15186 when using encoded data. (Bug#2272)
b5bfebec 15187
cb84a2be
KH
151882009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
15189
15190 * coding.c (detect_coding_charset): Fix previous change.
15191
89e09428
JR
151922009-02-08 Jason Rumney <jasonr@gnu.org>
15193
15194 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 15195 disappeared while hourglass was displayed. (Bug #2193)
89e09428 15196
4470a277
AS
151972009-02-07 Andreas Schwab <schwab@suse.de>
15198
15199 * unexelf.c (unexec): Fix error message.
15200
3175b12a
AR
152012009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
15202
15203 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 15204 when modal window is active. (Bug #2152)
3175b12a
AR
15205 (applicationShouldTerminate:): Remove now-unneeded while loop
15206 around NSRunAlertPanel.
15207
15208 * nsmenu.m (popupSession): New file-global variable.
15209 (pop_down_menu): End the popupSession before closing dialog.
15210 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
15211 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
15212 don't query NSApp for events (just sleep instead).
15213
8434d0b8
EZ
152142009-02-07 Eli Zaretskii <eliz@gnu.org>
15215
51d861de
SM
15216 * coding.c (syms_of_coding) <translation-table-for-input>:
15217 Modify doc string to discourage use for character code unification.
8434d0b8 15218
aa82edfd
CY
152192009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15220
15221 * atimer.c (run_timers): Update pending_atimers.
15222
2d283c7c
CY
152232009-02-06 Chong Yidong <cyd@stupidchicken.com>
15224
eb306cab
CY
15225 * image.c (svg_load_image): Fix last change.
15226
2d283c7c
CY
15227 * xfns.c (Fx_create_frame): Signal an error if no font is
15228 found (Bug#2147).
15229
4d8e170e
JB
152302009-02-05 Juanma Barranquero <lekktu@gmail.com>
15231
15232 * character.c (syms_of_character) <script-representative-chars>:
15233 Fix typo in docstring.
15234
c96169a0
AR
152352009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
15236
15237 * nsmenu.m (pop_down_menu): New function.
15238 (ns_popup_dialog): Call it on unwind.
15239 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
15240 call timer_check() (Bug#2154).
15241 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
15242 handling_signal is set.
15243 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
15244
31fd7c5c 15245 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
15246
15247 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
15248
15249 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
15250
51d861de
SM
15251 * keyboard.c (poll_for_input_1, handle_async_input):
15252 Set handling_signal under HAVE_NS.
c96169a0 15253
aacd8ba1
GM
152542009-02-04 Glenn Morris <rgm@gnu.org>
15255
15256 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
15257
4cb75c4b
KH
152582009-02-04 Kenichi Handa <handa@m17n.org>
15259
15260 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
15261
15262 * charset.c (Fchar_charset): New optional arg restriction.
15263
15264 * coding.h (coding_system_charset_list): Extern it.
15265
15266 * coding.c (coding_system_charset_list): New function.
15267
15268 * composite.c: Include coding.h and termhooks.h.
15269 (composition_gstring_p): Fix for the terminal case.
15270 (composition_gstring_width): Likewise.
15271 (fill_gstring_body): Likewise.
15272 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
15273 the frame.
15274 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
15275 is within a composition.
867d4bb3 15276 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
15277
15278 * term.c (encode_terminal_code): Fix handling of composition.
15279 (produce_composite_glyph): For static composition, get pixel_width
15280 from struct composition.
15281
826ba17e
AS
152822009-02-02 Andreas Schwab <schwab@suse.de>
15283
15284 * unexelf.c (unexec): Handle unaligned bss offset.
15285
8ad093db
AR
152862009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
15287
15288 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
15289 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 15290
8ad093db
AR
15291 * keyboard.c (handle_interrupt): Don't call
15292 quit_throw_to_read_char() under NS.
d0a76a6e 15293
8ad093db
AR
15294 * blockinput.h: Remove NS-specific code.
15295
4d18a7a2
DN
152962009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
15297
db878925
DN
15298 * dispnew.c (window_change_signal): Don't try to get the size of a
15299 suspended tty frame.
15300 * term.c (Fresume_tty): Resize if the size has changed while the
15301 tty was suspended.
15302
4d18a7a2
DN
15303 * alloc.c (mark_stack): Properly conditionalize previous change.
15304
8984df7c
JB
153052009-01-30 Juanma Barranquero <lekktu@gmail.com>
15306
15307 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
15308 * w32term.c (w32_read_socket) [SYNC_INPUT]:
15309 Remove; this code is not used on Windows.
15310
75f4f1ac
EZ
153112009-01-30 Eli Zaretskii <eliz@gnu.org>
15312
15313 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
15314 EOLs that also has stray ^M characters.
15315
07a1e794
JB
153162009-01-30 Juanma Barranquero <lekktu@gmail.com>
15317
15318 * atimer.c (run_timers, alarm_signal_handler):
15319 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
15320 * w32inevt.c (w32_console_read_socket):
15321 * w32term.c (w32_read_socket):
15322 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
15323
a8b11cc9
CY
153242009-01-30 Chong Yidong <cyd@stupidchicken.com>
15325
15326 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
15327 Initialize it as a relative filename pattern.
15328 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
15329 (Fcall_process_region): Simplify temp file creation using
15330 temporary-file-directory.
15331
c279587b
EZ
153322009-01-29 Eli Zaretskii <eliz@gnu.org>
15333
15334 * msdos.c: Rename pending_signals to msdos_pending_signals.
15335 (sig_suspender, sigprocmask): Adjust.
15336
a8fe3242
CY
153372009-01-29 Chong Yidong <cyd@stupidchicken.com>
15338
15339 * keyboard.c (pending_signals): New var.
15340 (poll_for_input, input_available_signal, init_keyboard): Set it.
15341 (process_pending_signals): New function.
15342
15343 * lisp.h (QUIT): Check pending_signals instead of
15344 interrupt_input_pending. Use process_pending_signals.
15345
51d861de 15346 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 15347
51d861de 15348 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
15349
15350 * sysdep.c (emacs_write): Use process_pending_signals.
15351
15352 * xterm.c (XTread_socket): Update pending_signals.
15353
15354 * w32term.c (w32_read_socket): Update pending_signals.
15355
15356 * w32inevt.c (w32_console_read_socket): Update pending_signals.
15357
6570a1c4
KH
153582009-01-29 Kenichi Handa <handa@m17n.org>
15359
15360 * xftfont.c (xftfont_has_char): New function.
15361 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
15362
d72a4afa
AR
153632009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
15364
15365 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
15366 under GNUstep.
15367 (ns_query_color): New declaration.
15368
15369 * nsterm.m (ns_confirm_quit): New variable.
15370 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
15371 (EmacsApp-applicationShouldTerminate:): Use it.
15372 (EmacsPrefsController): Let user set it.
15373 (ns_query_color): New function.
15374 (ns_defined_color): Use it.
15375 (ns_initialize): Drop.
15376 (ns_term_init): Add two lines from ns_initialize(), and set
15377 input_interrupt_mode to nil.
15378
15379 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 15380 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 15381
9fe78804
KH
153822009-01-28 Kenichi Handa <handa@m17n.org>
15383
15384 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
15385 (fontset_get_font_group): Remember that no font-group is specified
15386 for C.
9fe78804 15387
fa57de36
CY
153882009-01-27 Chong Yidong <cyd@stupidchicken.com>
15389
930600e9
CY
15390 * fns.c (concat): Check for string overflow (bug#1787).
15391
fa57de36
CY
15392 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
15393 Quadruple undo limits (bug#1501).
15394
7179ce7b
KH
153952009-01-27 Kenichi Handa <handa@m17n.org>
15396
15397 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
15398 directly use GT_Get_Char_index.
15399
15400 * xftfont.c (struct xftfont_info): New member `index'.
15401
15402 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 15403 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 15404
5be8fcc0
CY
154052009-01-26 Kenichi Handa <handa@m17n.org>
15406
15407 * fontset.c (fontset_find_font): Fix handling of non-cons return
15408 value of fontset_get_font_group.
15409 (fontset_font): Revert last change.
15410
19ae3e61
JR
154112009-01-26 Jason Rumney <jasonr@gnu.org>
15412
15413 * w32font.c (w32font_list_internal): Return quickly if registry is
15414 unknown. Simplify final return.
15415 (add_font_entity_to_list): Break complex logic down into more
15416 manageable chunks. Move unknown registry check to
15417 w32font_list_internal.
15418
8612b71a
AR
154192009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
15420
15421 Changes to remove Feval calls from GUI under NS.
15422
d8038940
JB
15423 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
15424 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
15425 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
15426
15427 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
15428 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
15429 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
15430 instead of NON_ASCII_KEYSTROKE_EVENT.
15431 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
15432 (EmacsApp-applicationShouldTerminate:): Query user.
15433 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
15434 instead of Feval.
15435
15436 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
15437
15438 * keyboard.c (kbd_buffer_get_event): Check for it.
15439 (keys_of_keyboard): Define lispy keys for
15440 ns-put/unput-working-text.
15441
15442 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
15443 versions.
15444 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
15445
6288ae55
CY
154462009-01-25 Chong Yidong <cyd@stupidchicken.com>
15447
15448 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 15449 setting current_buffer directly. (Bug#2044)
6288ae55 15450
289e7f8f
CY
154512009-01-24 Chong Yidong <cyd@stupidchicken.com>
15452
5ce87308 15453 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 15454 any work. (Bug#1952, bug#1990).
5ce87308 15455
64cc3cf6 15456 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 15457
b3243e6f
AR
154582009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
15459
15460 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
15461 (ns_no_defaults): New declaration.
15462 (main): Use it.
e0d2e69a 15463
d900b2af 15464 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 15465
d900b2af 15466 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 15467
d900b2af
AR
15468 * nsterm.m (ns_no_defaults): New variable.
15469 (ns_initialize): Don't read defaults when ns_no_defaults.
15470 (EmacsView-readSelectionFromPasteboard:)
15471 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 15472 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
15473 (ns_dumpglyphs_stretch): New function.
15474 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 15475 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 15476
e0d2e69a
AR
15477 * nsimage.m (setPixmapData:): Set to ignore image DPI.
15478
3ac71f5d
CY
154792009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
15480
15481 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
15482 call for Sparc64.
15483
3fe53a83
AR
154842009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
15485
15486 * nsfns.m:
15487 * nsgui.h:
15488 * nsmenu.m:
15489 * nsselect.m:
15490 * nsterm.h:
15491 * nsterm.m: Remove '23' comments that indicated code added during
15492 update from emacs-20 -> emacs-23.
15493
10f87c6f 154942009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
15495
15496 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 15497 ns_alternate_modifier. (Bug#1217)
a3b53a85 15498
c7cef62d
AR
15499 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
15500 Display all shortcuts, including those w/o super modifier.
15501
575fb8bd
AR
15502 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
15503
918b848b
CY
155042009-01-22 Chong Yidong <cyd@stupidchicken.com>
15505
15506 * fileio.c (Vwrite_region_post_annotation_function)
15507 (Vwrite_region_annotation_buffers): New vars.
15508 (build_annotations_unwind): Just reset
15509 Vwrite_region_annotation_buffers.
15510 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
15511 Call write-region-post-annotation-function.
15512 (build_annotations): Add to Vwrite_region_annotation_buffers if
15513 buffer changes.
15514
a39e2539
AR
155152009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
15516
15517 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
15518 Tiger.
51d861de
SM
15519 * nsfns.m (ns_do_applescript):
15520 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 15521
35ed44db
AR
155222009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
15523
15524 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
15525
cbe0b5bf
AR
155262009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
15527
15528 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 15529
6049d3a0
AR
15530 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
15531
15532 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
15533 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
15534 handle Ctrl-tab. (Bug#1841)
15535 (ns_get_color): Use unsigned long long for scanned hex string value.
15536 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 15537 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 15538 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 15539 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 15540 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 15541 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 15542 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 15543
d3810c21 15544 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 15545 DPI. (Bug#1316)
d3810c21
AR
15546 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
15547 values in onTiger section.
4c7077c3 15548
e301e634
CY
155492009-01-19 Chong Yidong <cyd@stupidchicken.com>
15550
7f82490b
CY
15551 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
15552 Check return value of font_spec_from_name.
64cc3cf6 15553 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
15554
15555 * font.c (font_spec_from_name): Return Qnil if font name could not
15556 be parsed.
15557 (font_parse_name): Treat a `?' character as part of an XLFD.
15558
e301e634
CY
15559 * fns.c (Fsubstring): Doc fix.
15560
1c0db158
KH
155612009-01-19 Kenichi Handa <handa@m17n.org>
15562
51d861de 15563 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
15564 (ftfont_list): Likewise.
15565
acf20901
JB
155662009-01-18 Juanma Barranquero <lekktu@gmail.com>
15567
fff4e459
JB
15568 * dbusbind.c (Fdbus_register_signal):
15569 * process.c (conv_sockaddr_to_lisp):
15570 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
15571
acf20901
JB
15572 * callproc.c (Fgetenv_internal): Doc fix.
15573
e7abcdfb
CY
155742009-01-16 Chong Yidong <cyd@stupidchicken.com>
15575
15576 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
15577 it is not even used.
15578
b60861e6
GM
155792009-01-16 Glenn Morris <rgm@gnu.org>
15580
15581 * font.c (Ffont_variation_glyphs): Silence compiler.
15582
8db52afe
JB
155832009-01-15 Juanma Barranquero <lekktu@gmail.com>
15584
15585 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
15586 Reported by David Robinow <drobinow@gmail.com>.
15587
4cddb209
KH
155882009-01-15 Kenichi Handa <handa@m17n.org>
15589
51d861de 15590 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 15591
f247f67b
JR
155922009-01-14 Jason Rumney <jasonr@gnu.org>
15593
15594 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 15595 never a fontset. (Bug#1562)
f247f67b 15596
f56a4450
KH
155972009-01-14 Kenichi Handa <handa@m17n.org>
15598
15599 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 15600 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 15601
4e99855e
CY
156022009-01-13 Chong Yidong <cyd@stupidchicken.com>
15603
15604 * font.c (font_clear_prop): If clearing the family, clear the font
15605 width index too.
15606
fff4e459 15607 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 15608
24f01470
JB
156092009-01-12 Juanma Barranquero <lekktu@gmail.com>
15610
15611 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
15612 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
15613 functions, use sizeof.
15614
a41240a3
MR
156152009-01-12 Martin Rudalics <rudalics@gmx.at>
15616
15617 * keyboard.c (read_char): Fix case where last_nonmenu_event
15618 returned a bad value with submenus. (Bug#447)
15619
944636b8
CY
156202009-01-12 Chong Yidong <cyd@stupidchicken.com>
15621
15622 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
15623 family, clear the font width index too.
15624
0dad7c6f
JR
156252009-01-11 Jason Rumney <jasonr@gnu.org>
15626
15627 * keyboard.c (cmd_error_internal): Exit when errors occur before
15628 frame creation and not in daemon mode. (Bug#1836)
15629
7c2363af
CY
156302009-01-10 Chong Yidong <cyd@stupidchicken.com>
15631
15632 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
15633 of a display vector, backtrack.
15634 (try_window_reusing_current_matrix): Check glyph type before
15635 referencing charpos member.
15636
97b1b294
EZ
156372009-01-10 Eli Zaretskii <eliz@gnu.org>
15638
15639 Fix Bug #876:
15640
15641 * coding.c (inhibit_null_byte_detection): New variable.
15642 (detect_coding, detect_coding_system): Don't pay attention to null
15643 bytes if inhibit_null_byte_detection is non-zero.
51d861de 15644 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
15645 <inhibit-iso-escape-detection>: Doc fix.
15646
4624b6e3
JR
156472009-01-09 Jason Rumney <jasonr@gnu.org>
15648
15649 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 15650 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
15651 Only report Unicode Plane 2 fonts as unicode-sip.
15652
323b840c
CY
156532009-01-09 Chong Yidong <cyd@stupidchicken.com>
15654
51d861de
SM
15655 * xfaces.c (Fx_font_family_list): Delete function.
15656 Move compatibility version to faces.el.
323b840c 15657
51d861de 15658 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 15659
eba7400d
MR
156602009-01-09 Martin Rudalics <rudalics@gmx.at>
15661
15662 * frame.c (x_set_frame_parameters): Remember requested value for
15663 fullscreen before it's reset by the parameter handler.
15664
4b09796d
GM
156652009-01-09 Glenn Morris <rgm@gnu.org>
15666
15667 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 15668 (last_command_event): ... and update all users.
4b09796d
GM
15669 (last_input_char): For clarity, rename to...
15670 (last_input_event): ... and update all users.
15671 (last-command-char, last-input-char): Move to subr.el as aliases.
15672 * cmds.c, commands.h: Update for last_command_char rename.
15673
14ccea62
CY
156742009-01-08 Chong Yidong <cyd@stupidchicken.com>
15675
51d861de 15676 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 15677
5f004711
JR
156782009-01-08 Jason Rumney <jasonr@gnu.org>
15679
15680 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
15681 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
15682 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
15683 Don't declare.
fff4e459 15684 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
15685 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
15686
b71f6f73
KH
156872009-01-07 Kenichi Handa <handa@m17n.org>
15688
50b06221 15689 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 15690 remember the coding system used for decoding in
50b06221
KH
15691 coding_system (Bug#1039).
15692
b71f6f73 15693 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 15694 breaking the loop. (Bug#870)
b71f6f73
KH
15695 (decode_coding_utf_16, decode_coding_emacs_mule)
15696 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15697 (decode_coding_charset): Likewise.
15698
56f668f7
MR
156992009-01-05 Martin Rudalics <rudalics@gmx.at>
15700
15701 * frame.c (x_set_frame_parameters): Make sure height (width) get
15702 applied when fullwidth (fullheight) is set. (Bug#1522)
15703
5da9424d
JB
157042009-01-04 Juanma Barranquero <lekktu@gmail.com>
15705
15706 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
15707 (utc_base): Declare as ULONGLONG, not long double.
15708 (convert_time_raw): Delete.
15709 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
15710 (initialize_utc_base): New function.
15711 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
15712 (convert_from_time_t): Use initialize_utc_base; compute result with
15713 64-bit arithmetic.
15714 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
15715
c4605e09
EZ
157162009-01-03 Eli Zaretskii <eliz@gnu.org>
15717
9acef61c 15718 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
15719 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
15720 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
15721 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
15722 [!subprocesses]: Define.
15723 (syms_of_process) [!subprocesses]: Intern and staticpro them.
15724 (Flist_system_processes, Fsystem_process_attributes)
15725 [!subprocesses]: Call list_system_processes and
15726 system_process_attributes instead of returning Qnil.
15727
9acef61c
JB
15728 * dosfns.c (system_process_attributes, list_system_processes):
15729 New functions.
c4605e09
EZ
15730
15731 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
15732
15733 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
15734 Don't use the default (no-op) implementation.
15735
8b7d0a16
JR
157362009-01-03 Jason Rumney <jasonr@gnu.org>
15737
a6d46bc1
JR
15738 * keyboard.c (parse_modifiers_uncached): Wheel events are
15739 clicks (bug#687).
15740
8b7d0a16
JR
15741 * w32term.c (x_query_colors, x_query_color): New functions.
15742
15743 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
15744 (svg_load_image): Cast returned pointers from dynamically loaded
15745 functions. Eliminate W32 specific code.
15746
bfe11752
DN
157472009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
15748
89e2438a
DN
15749 * nsfns.m (x_set_foreground_color, x_set_background_color)
15750 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
15751 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
15752 x_ prefix instead of ns_. Update references.
15753 (syms_of_nsfns): Add a FIXME comment.
15754
15755 * nsterm.m (x_set_cursor_type): New prototype.
15756 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
15757
bfe11752
DN
15758 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
15759 for Solaris instead of incorrectly providing Qutime and Qcutime.
15760
031da700
EZ
157612009-01-02 Eli Zaretskii <eliz@gnu.org>
15762
15763 * w32.c (process_times): Compute sum of utime and stime.
15764 (system_process_attributes): Add Qtime to the alist.
15765
15766 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
15767 and add them to the alist.
15768
15769 * process.c (top level) <Qtime, Qctime>: New variables.
15770 (syms_of_process): staticpro them.
15771 (Fsystem_process_attributes): Add their documentation to the doc
15772 string.
15773
15774 * process.h: Declare Qtime and Qctime.
15775
df23bf08
JR
157762009-01-02 Jason Rumney <jasonr@gnu.org>
15777
9acef61c 15778 * image.c (Qgobject): New symbol.
df23bf08
JR
15779 (syms_of_image): Initialize it.
15780 (init_svg_functions): Load some functions from gobject library.
15781
5bbdf7aa
DN
157822009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
15783
15784 * frame.c (make_terminal_frame): Remove redundant code and useless
15785 block.
15786
63136da6
AS
157872009-01-01 Andreas Schwab <schwab@suse.de>
15788
15789 * process.c (conv_sockaddr_to_lisp): Add workaround for
15790 getsockname bug on BSD.
15791
9ef69046
CY
157922009-01-01 Chong Yidong <cyd@stupidchicken.com>
15793
d6fafbe0
CY
15794 * xfns.c (x_create_tip_frame): Set border width of the X window.
15795
51d861de 15796 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 15797
f9c34147
JR
157982009-01-01 Jason Rumney <jasonr@gnu.org>
15799
9acef61c 15800 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
15801 Don't block input, as per earlier xterm.c changes.
15802
f5497e45
AR
158032008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
15804
15805 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
15806 (ns_appkit_version_int): New function.
15807 (x-server-version): Use ns_appkit_version_int and follow 21+
15808 convention of returning 3 integers.
15809
c19cab20
KH
158102008-12-30 Kenichi Handa <handa@m17n.org>
15811
15812 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
15813 (CHAR_SURROGATE_PAIR_P): New macro.
15814
15815 * font.h (struct font_driver): New member get_variation_glyphs.
15816
9acef61c 15817 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
15818 (Ffont_variation_glyphs): New function.
15819 (syms_of_font): Defsubr it.
15820
15821 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
15822 ftfont_variation_glyphs.
15823 (setup_otf_gstring): New function.
15824 (ftfont_drive_otf): Use it.
15825 (ftfont_shape_by_flt): Handle variation selector.
15826 (ftfont_variation_glyphs): New function.
15827
28cd591f
MR
158282008-12-30 Martin Rudalics <rudalics@gmx.at>
15829
15830 * frame.c (Vemacs_iconified): Remove.
15831
7f714baf
JR
158322008-12-30 Jason Rumney <jasonr@gnu.org>
15833
15834 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 15835 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 15836
9d2d22ab
CY
158372008-12-30 Chong Yidong <cyd@stupidchicken.com>
15838
15839 * indent.c (Fvertical_motion): Don't advance iterator if we have
15840 reseated to the desired position.
15841
15842 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
15843 checking for pos match.
15844
545312c2
KH
158452008-12-30 Kenichi Handa <handa@m17n.org>
15846
1ede3eb6
KH
15847 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
15848 just get the low 8-bit of the code.
15849
545312c2
KH
15850 * font.c (font_intern_prop): Validate str as multibyte.
15851
bd7bbf29
DN
158522008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
15853
31e0750e
DN
15854 * dispextern.h (struct face): Move lface and hash from the middle
15855 of bitfields.
15856
bd7bbf29
DN
15857 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
15858
b5672e7c
DN
158592008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
15860
15861 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
15862 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
15863 instead of intervals.h.
15864
d704470f
AS
158652008-12-26 Andreas Schwab <schwab@suse.de>
15866
15867 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
15868 cons.
15869
54b33868
MR
158702008-12-26 Martin Rudalics <rudalics@gmx.at>
15871
15872 * textprop.c (Qminibuffer_prompt): New variable.
15873 (syms_of_textprop): Initialize it.
15874 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
15875 in minibuffer-prompt face. (Bug#1662)
15876
40b615d6
JR
158772008-12-25 Jason Rumney <jasonr@gnu.org>
15878
15879 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
15880
baae5c2d
JR
158812008-12-24 Jason Rumney <jasonr@gnu.org>
15882
15883 * ralloc.c (r_alloc_reset_variable): New function.
15884
15885 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 15886 record of what points where. (Bug#716)
baae5c2d 15887
a9051c88
DN
158882008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
15889
15890 * minibuf.c (read_minibuf): Follow the non-interactive case when
15891 running as a daemon, before detaching.
15892
8b146312
AS
158932008-12-22 Andreas Schwab <schwab@suse.de>
15894
15895 * buffer.c (init_buffer): Use realloc instead of xrealloc.
15896 * gtkutil.c (free_widget_value): Use xfree instead of free.
15897
56f2de10
MR
158982008-12-22 Martin Rudalics <rudalics@gmx.at>
15899
15900 * frame.c (delete_frame): New function derived from
15901 Fdelete_frame to handle Qnoelisp value for FORCE argument.
15902 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
15903 (Fdelete_frame): Call delete_frame. Remove line from doc-string
15904 saying that FORCE non-nil doesn't run `delete-frame-functions'.
15905 * frame.h: Extern delete_frame.
15906 * window.c (window_loop):
15907 * terminal.c (delete_terminal):
15908 * xterm.c (x_connection_closed):
15909 * xfns.c (Fx_hide_tip):
9acef61c 15910 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 15911
1fc200d6
JR
159122008-12-21 Jason Rumney <jasonr@gnu.org>
15913
15914 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
15915 when character maps to .notdef character.
15916
5e252df2
SM
159172008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15918
15919 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
15920
99b72cc4
JR
159212008-12-20 Jason Rumney <jasonr@gnu.org>
15922
15923 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 15924 a graphical frame on Windows. (Bug#1325)
99b72cc4 15925
acc49a52
JD
159262008-12-20 Jan Djärv <jan.h.d@swipnet.se>
15927
15928 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
15929
6ea15123
CY
159302008-12-20 Chong Yidong <cyd@stupidchicken.com>
15931
15932 * minibuf.c (Fread_buffer): Doc fix.
15933
b2dab6c8
JR
159342008-12-20 Jason Rumney <jasonr@gnu.org>
15935
54ea0c87 15936 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 15937 server name in UNC paths. (Bug#719)
54ea0c87 15938
b2dab6c8 15939 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 15940 charbuf. (Bug#1035)
b2dab6c8 15941
6d1921be
DN
159422008-12-19 Daniel Engeler <engeler@gmail.com>
15943
15944 * sysdep.c (serial_configure): Fix typo.
15945
53934c98
DN
159462008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
15947
15948 * sysdep.c: Include alloca.h.
f4f634e8
DN
15949 (system_process_attributes): Add implementation for Solaris.
15950
15951 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 15952
06e111a6
DN
159532008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
15954
15955 Reorganize implementation of Flist_system_processes and
15956 Fsystem_process_attributes. No functional changes.
15957 * process.c: Don't #include pwd.h, grp.h and limits.h.
15958 (Flist_system_processes): Just call list_system_processes.
15959 (Fsystem_process_attributes): Just call system_process_attributes.
15960 (procfs_list_system_processes, time_from_jiffies)
15961 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
15962 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
15963
15964 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
15965 (list_system_processes): Rename from
15966 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
15967 Provide a do nothing implementation.
15968 (system_process_attributes): Rename from
15969 procfs_list_system_processes.
15970 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 15971 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
15972
15973 * w32.c (list_system_processes): Rename from
15974 w32_list_system_processes.
15975 (system_process_attributes): Rename from
15976 w32_system_process_attributes.
15977
15978 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
15979
15980 * process.h (w32_list_system_processes)
15981 (w32_system_process_attributes): Remove.
362654a6
JB
15982 (list_system_processes, system_process_attributes):
15983 New prototypes.
06e111a6 15984
6a705b23
KH
159852008-12-19 Kenichi Handa <handa@m17n.org>
15986
15987 * xfont.c (xfont_decode_coding_xlfd): New function.
15988 (xfont_encode_coding_xlfd): New function.
15989 (xfont_list_pattern): Decode XLFD by iso-8859-1.
15990 (xfont_list): Decode and encode XLFD by iso-8859-1.
15991 (xfont_match): Likewise.
15992 (xfont_list_family): Likewise.
15993 (xfont_open): Likewise.
15994
d66c0241 15995 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
15996 names are utf-8.
15997
d66c0241 15998 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
15999 names are utf-8.
16000
5a130941
JD
160012008-12-18 Jan Djärv <jan.h.d@swipnet.se>
16002
16003 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
16004 changed.
bfd20325
JD
16005 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
16006 clicked on a detached tool bar button.
5a130941 16007
fd95644b
DN
160082008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
16009
16010 * emacs.c (main): Print and error and exit when no data is read
16011 from the pipe.
16012
e6eee6ae
JR
160132008-12-17 Jason Rumney <jasonr@gnu.org>
16014
16015 * w32font.c (w32font_has_char): Always return -1.
16016
a35dd56b
KH
160172008-12-16 Kenichi Handa <handa@m17n.org>
16018
16019 * font.c (font_open_entity): Fix previous change.
16020
0e3635c2
DN
160212008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
16022
16023 * process.c: Include <limits.h>.
16024
d4835507 160252008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
16026
16027 * font.c (font_update_drivers): Fix mistake in reconstructing the
16028 driver list.
16029
160302008-12-16 Chong Yidong <cyd@stupidchicken.com>
16031
16032 * font.c (font_clear_cache): Fix format of font cache data.
16033
e2cbc401
CY
160342008-12-15 Chong Yidong <cyd@stupidchicken.com>
16035
16036 * xftfont.c (xftfont_open): Free Xft font pattern if
16037 XftFontOpenPattern fails.
16038
16039 * xterm.c (x_free_frame_resources): Remove extraneous call to
16040 free_frame_faces.
16041
b131d535
CY
160422008-12-13 Chong Yidong <cyd@stupidchicken.com>
16043
16044 * xterm.c (x_delete_display): Move xim_close_dpy call to
16045 x_delete_terminal.
16046 (x_delete_terminal): Call xim_close_dpy.
16047
e6df5336
JR
160482008-12-13 Jason Rumney <jasonr@gnu.org>
16049
16050 * w32font.c (intern_font_name): New function.
16051 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
16052 (w32font_open_internal, Fx_select_font): Decode font name.
16053 (fill_in_logfont, list_all_matching_fonts): Encode font name.
16054
16055 * w32font.h (intern_font_name): Declare new function.
16056
16057 * w32uniscribe.c (add_opentype_font_name_to_list):
16058 Use intern_font_name.
16059
20d68145
CY
160602008-12-13 Chong Yidong <cyd@stupidchicken.com>
16061
9f2554de
CY
16062 * frame.c (Fdelete_frame): Call free_font_driver_list.
16063
3d9bec9a
CY
16064 * font.c (free_font_driver_list): Implement missing function.
16065
20d68145
CY
16066 * w32term.c (w32_term_init): Don't initialize the image cache
16067 here; it will be done in init_frame_faces.
16068
16069 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
bba3e508
SM
16070 (struct x_display_info): Remove unused member null_pixel.
16071 New member xim_callback_data.
20d68145
CY
16072
16073 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
16074 (xim_initialize): Save pointer to callback function data.
16075 (xim_close_dpy): Free callback function data. Call XCloseIM,
16076 reverting 2008-11-04 change by David Smith.
16077 (x_term_init): Don't initialize the image cache here; it will be
16078 done in init_frame_faces. Remove ancient "null_pixel" cruft.
16079 (x_delete_display): Free x_dnd_atoms member.
16080
96f9306b
KH
160812008-12-13 Kenichi Handa <handa@m17n.org>
16082
ef1b0ba7 16083 * font.c (font_rescale_ratio): Move from xfaces.c.
6dec9044 16084 Argument type changed. Handle a font-spec too.
96f9306b 16085 (font_score): Check Vface_font_rescale_alist.
6dec9044 16086 (font_open_entity): Likewise. (Bug#1547)
96f9306b 16087
ef1b0ba7 16088 * xfaces.c (font_rescale_ratio): Move to font.c.
96f9306b 16089
8d5b4964
CY
160902008-12-13 Chong Yidong <cyd@stupidchicken.com>
16091
16092 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
16093
e6df5336
JR
160942008-12-12 Jason Rumney <jasonr@gnu.org>
16095
bba3e508
SM
16096 * w32fns.c (x_display_info_for_name, Fx_open_connection):
16097 Set Vwindow_system_version to the real w32 major version.
e6df5336 16098
97c6058a
DN
160992008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
16100
16101 * term.c (init_tty): Move setting the terminal name before the
16102 potential user: maybe_fatal.
16103
ec4e88d7
CY
161042008-12-11 Chong Yidong <cyd@stupidchicken.com>
16105
ef1b0ba7 16106 * term.c (tty_free_frame_resources): Rename from delete_tty_output;
d4835507 16107 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 16108
b4233ec9
JR
161092008-12-11 Jason Rumney <jasonr@gnu.org>
16110
8ec71e23 16111 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 16112 SYMBOL_CHARSET. (Bug#547)
8ec71e23 16113
b4233ec9 16114 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 16115 size for surrogates. (Bug#1096, bug#872)
b4233ec9 16116
011a0143
JB
161172008-12-11 Juanma Barranquero <lekktu@gmail.com>
16118
16119 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
16120
3c309f34
JB
161212008-12-11 Juanma Barranquero <lekktu@gmail.com>
16122
16123 * process.c (Fsystem_process_attributes, syms_of_process):
16124 Fix typo in name of Ssystem_process_attributes.
16125 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
16126
fedc6ab5
JB
161272008-12-11 Juanma Barranquero <lekktu@gmail.com>
16128
16129 * syntax.c (Fmodify_syntax_entry): Doc fix.
16130
ba3de0e8
JB
161312008-12-10 Juanma Barranquero <lekktu@gmail.com>
16132
16133 * font.c (Ffont_spec): Move usage to end of docstring.
16134
174f1c74
JR
161352008-12-10 Jason Rumney <jasonr@gnu.org>
16136
16137 * w32font.c (Qcham): New symbol.
16138 (font_supported_scripts): Add cham, and comments for other new
16139 scripts in bitfield from OpenType spec.
9d32f818
JR
16140 (add_font_entity_to_list): Limit unicode-sip fonts to those that
16141 contain characters beyond the bmp.
174f1c74 16142
7b649478
KH
161432008-12-10 Kenichi Handa <handa@m17n.org>
16144
16145 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 16146 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
16147 Qunicode_sip.
16148
2133e2d1
JB
161492008-12-10 Juanma Barranquero <lekktu@gmail.com>
16150
16151 * coding.c (QCdefault_char): Rename from QCdefalut_char.
16152 (Fcoding_system_put): Use QCdefault_char.
16153 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
16154
9af886ee
CY
161552008-12-09 Chong Yidong <cyd@stupidchicken.com>
16156
74d819eb
CY
16157 * xftfont.c (syms_of_xftfont): Fix typo.
16158
4ccfa1c0 16159 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 16160
7c19d3ae
DN
161612008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
16162
16163 * emacs.c (main): Close daemon_pipe on exec.
16164
567826bb
CY
161652008-12-08 Chong Yidong <cyd@stupidchicken.com>
16166
16167 * termchar.h (struct tty): New members termcap_term_buffer and
16168 termcap_strings_buffer.
16169
16170 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 16171 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
16172 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
16173 All callers changed.
16174 (init_tty): Store termcap data and string buffers in new struct
16175 tty members termcap_term_buffer and termcap_strings_buffer.
16176 (delete_tty): Free them.
4ccfa1c0 16177 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 16178
aa96c42b
SZ
161792008-12-07 Seiji Zenitani <zenitani@mac.com>
16180
16181 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 16182 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 16183
b7e1d896
CY
161842008-12-06 Chong Yidong <cyd@stupidchicken.com>
16185
16186 * coding.c (make_conversion_work_buffer): Disable buffer
16187 modification hooks in the work buffer.
16188
b5ec91a5
EZ
161892008-12-05 Eli Zaretskii <eliz@gnu.org>
16190
16191 * process.c (procfs_system_process_attributes): If `nread' has a
16192 negative value, assign zero to it.
16193
a5d2a52b
CY
161942008-12-05 Chong Yidong <cyd@stupidchicken.com>
16195
68c5540b 16196 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 16197
7bf1bb21
KH
161982008-12-05 Kenichi Handa <handa@m17n.org>
16199
16200 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
16201 second character is a combining character.
16202
2fdc7d00
EZ
162032008-12-05 Eli Zaretskii <eliz@gnu.org>
16204
16205 * process.c (procfs_system_process_attributes): Don't use cmd,
16206 cmdsize, and q without initializing them first.
16207
bf6bfba8
JR
162082008-12-04 Jason Rumney <jasonr@gnu.org>
16209
16210 * w32font.c (w32font_draw): Initialize orig_clip before getting
16211 it, and delete it when finished.
16212
a3b1a468
DN
162132008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
16214
16215 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
16216 case when running as a daemon before detaching.
16217
8b8be8eb
JB
162182008-12-03 Juanma Barranquero <lekktu@gmail.com>
16219
805f2638 16220 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 16221
b1bde622
KH
162222008-12-03 Kenichi Handa <handa@m17n.org>
16223
e500c47d
KH
16224 * font.c (font_at): Set `multibyte' at first.
16225
ca516334
KH
16226 * coding.c (decode_coding_charset): Check type of an element of
16227 vector VALIDS.
7bf1bb21 16228 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 16229
4ccfa1c0 16230 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
16231 (font_for_char): Likewise.
16232
1e5ecd37
CY
162332008-12-03 Chong Yidong <cyd@stupidchicken.com>
16234
d5b01609 16235 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
16236 (font_update_lface): Handle fonts with corrupted size specs,
16237 i.e. non-int and non-float.
d5b01609 16238
11e3a6e4 16239 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 16240 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 16241 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 16242
ab06788b
CY
16243 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
16244
1e5ecd37 16245 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 16246 underline_minimum_offset for underline position.
1e5ecd37 16247
63c125ab
DN
162482008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
16249
16250 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
16251
16252 * character.c (c_string_width): Specify the type for LEN.
16253
3a8406e1
KH
162542008-12-03 Kenichi Handa <handa@m17n.org>
16255
4ccfa1c0 16256 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 16257 (decode_coding_utf_8): Likewise.
4ccfa1c0 16258 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 16259 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 16260
651df7d9
CY
162612008-12-02 Chong Yidong <cyd@stupidchicken.com>
16262
16263 * keyboard.c (make_lispy_position): Only use PT if the selected
16264 window is current.
16265
1f625c6c
AS
162662008-12-02 Andreas Schwab <schwab@suse.de>
16267
f7741ce9
AS
16268 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
16269
1f625c6c
AS
16270 * doprnt.c (doprnt1): Fix size of charbuf.
16271
92bc2678
CY
162722008-12-02 Chong Yidong <cyd@stupidchicken.com>
16273
16274 * keyboard.c (timer_check): Revert last change.
16275
93b9e8cc
JB
162762008-12-02 Juanma Barranquero <lekktu@gmail.com>
16277
16278 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
16279
fd7a37d5
JB
162802008-12-01 Juanma Barranquero <lekktu@gmail.com>
16281
16282 * makefile.w32-in: Update dependencies.
16283 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
16284
c115043b
AS
162852008-12-01 Andreas Schwab <schwab@suse.de>
16286
16287 * font.c (register_font_driver): Use xmalloc.
16288 (font_put_frame_data): Likewise.
16289
f5668d2a
CY
162902008-12-01 Chong Yidong <cyd@stupidchicken.com>
16291
860d96be
CY
16292 * xfaces.c (realize_x_face): Make abort condition clearer.
16293
f5668d2a
CY
16294 * gtkutil.c (update_frame_tool_bar): Initialize variable.
16295
379c17e7
CY
162962008-11-30 Chong Yidong <cyd@stupidchicken.com>
16297
16298 * keyboard.c (timer_check): After a timer runs, ensure that the
16299 selected window's buffer is current.
16300
35f36d65
JB
163012008-11-30 Juanma Barranquero <lekktu@gmail.com>
16302
f952c61c
JB
16303 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
16304 It was accidentally restored by the Unicode merge.
16305
35f36d65
JB
16306 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
16307
b23077df
JB
163082008-11-29 Juanma Barranquero <lekktu@gmail.com>
16309
16310 * w32proc.c: Include "coding.h".
16311 (Fw32_short_file_name): Encode filename passed to Windows API.
16312 (Fw32_long_file_name): Encode filename passed to Windows API and
16313 decode back the result. (Bug#1433)
16314
b8ebe9dd
KH
163152008-11-29 Kenichi Handa <handa@m17n.org>
16316
8cc53f96
KH
16317 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
16318 not before accessing it.
16319
b8ebe9dd
KH
16320 * charset.c (Fdefine_charset_internal): After calculating
16321 min_char, max_char, and fastmap, copy the charset structure again.
16322 (encode_char): Fix the previous change.
16323
59bc82c0
SZ
163242008-11-28 Seiji Zenitani <zenitani@mac.com>
16325
16326 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
16327
16328 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
16329
16330 * nsterm.m (x_set_frame_alpha): New function.
16331
32247e3d
EZ
163322008-11-27 Eli Zaretskii <eliz@gnu.org>
16333
16334 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
16335
b003e5ff
JB
163362008-11-27 Juanma Barranquero <lekktu@gmail.com>
16337
16338 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
16339 pointer to check_face_name.
16340
708550f5
KH
163412008-11-27 Kenichi Handa <handa@m17n.org>
16342
16343 * category.h (SET_CATEGORY_SET): Call set_category_set.
16344 (set_category_set): Extern it.
16345
16346 * category.c (hash_get_category_set): New function.
bba3e508 16347 (Fmodify_category_entry): Adjust for the change of
708550f5
KH
16348 char_table_ref_and_range. Call hash_get_category_set to get a
16349 category set to store in the table.
16350
16351 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
16352 Funify_charset.
16353
2ae37cf0 16354 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
16355 (DECODE_CHAR): Check if the decoder vector is ready.
16356 (ENCODE_CHAR): Check if the encoder char-table is ready.
16357 (maybe_unify_char): Extern it.
16358
16359 * charset.c (Vchar_unified_charset_table): Delete it.
16360 (inhibit_load_charset_map): New variable.
16361 (temp_charset_work): New variable.
16362 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
16363 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
16364 New macros.
bba3e508
SM
16365 (load_charset_map): Meaning of control_flag changed.
16366 If inhibit_load_charset_map is nonzero, setup a table in
708550f5
KH
16367 temp_charset_work.
16368 (load_charset): New argument control_flag.
16369 (map_charset_for_dump): New function.
16370 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
16371 map_charset_for_dump.
16372 (Fdefine_charset_internal): If the charset method is MAP, load
16373 mapping tables by calling load_charset.
16374 (Funify_charset): Don't load a mapping table but directly set
16375 Vchar_unify_table.
16376 (maybe_unify_char): New function.
16377 (decode_char): Don't handle the deleted method MAP_DEFERRED.
16378 Handle the case of inhibit_load_charset_map being nonzero.
16379 (encode_char): Don't handle the deleted method MAP_DEFERRED.
16380 Handle the case of inhibit_load_charset_map being nonzero.
16381 (Fclear_charset_maps): Just free temp_charset_work.
16382 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
16383 variable.
16384
bba3e508 16385 * chartab.c (sub_char_table_ref_and_range): Adjust for the
708550f5
KH
16386 change of char_table_ref_and_range.
16387 (char_table_ref_and_range): Change the meaning of argument FROM
16388 and TO. Now the caller must provide initial values for *FROM
16389 and *TO.
16390
bba3e508 16391 * fontset.c (fontset_add): Adjust for the change of
708550f5
KH
16392 char_table_ref_and_range.
16393 (fontset_get_font_group): Likewise.
16394 (Ffontset_info): Likewise.
16395
bba3e508 16396 * keymap.c (describe_vector): Adjust for the change of
708550f5
KH
16397 char_table_ref_and_range. For char-table, put boundary between
16398 non-ASCII and 8-bit characters.
16399
16400 * print.c (print_object): For bool-vector, delete unnecessary
16401 check of ASCII_BYTE_P.
16402
9196133b
JR
164032008-11-26 Jason Rumney <jasonr@gnu.org>
16404
16405 * w32font.c (w32font_open_internal): Don't include external
9acef61c 16406 leading in font height. (Bug#879)
9196133b 16407
9f688acf
GM
164082008-11-26 Glenn Morris <rgm@gnu.org>
16409
16410 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
16411 redefinition with ifdef. (Bug#1383)
16412
90d19aff
AR
164132008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
16414
16415 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
16416
4ccfa1c0 164172008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
16418
16419 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
16420 New EmacsView methods.
16421 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
16422 Fixes bug #1048,1357,1414.
16423
164242008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
16425
16426 Fix bug #1362.
16427 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
16428 is not an indexed color.
16429 * nsterm.m (free_indexed_color): Add argument checking.
16430 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
16431
e7d5ecb3
CY
164322008-11-24 Chong Yidong <cyd@stupidchicken.com>
16433
16434 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
16435 Document confirm-after-completion value for
16436 minibuffer-completion-confirm.
16437
c285743c
JR
164382008-11-24 Jason Rumney <jasonr@gnu.org>
16439
16440 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
16441 warning.
16442
b0857706
JR
164432008-11-23 Jason Rumney <jasonr@gnu.org>
16444
16445 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
16446 restored before returning.
16447
16448 * w32font.c (check_face_name): New function.
16449 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 16450 fonts. (Bug#642)
b0857706 16451
ee50ff07
MR
164522008-11-22 Martin Rudalics <rudalics@gmx.at>
16453
16454 * buffer.c (Fswitch_to_buffer): Reword and mention new option
16455 confirm-nonexistent-file-or-buffer in doc-string.
16456
b8ff72fa
SM
164572008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16458
16459 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
16460 Fix copy/paste typo. Add checks.
16461
cee53ed4
KH
164622008-11-21 Kenichi Handa <handa@m17n.org>
16463
16464 * coding.c (detect_coding_iso_2022): Reject invalid composition
16465 sequence.
16466 (DECODE_COMPOSITION_START): If the current source is the last
16467 block, and the current composition doesn't end, regard this
16468 sequence as invalid.
16469 (decode_coding_iso_2022): Handle invalid composition sequence.
16470
f6ef1e65
MR
164712008-11-20 Martin Rudalics <rudalics@gmx.at>
16472
16473 * window.c (coordinates_in_window): Don't return
16474 ON_VERTICAL_BORDER for the rightmost position of a mode/header
16475 line when the window is not the rightmost one. (Bug#1372)
16476
e08b1705
MR
164772008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
16478
16479 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
16480
ad98e89f
EZ
164812008-11-15 Eli Zaretskii <eliz@gnu.org>
16482
16483 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
16484 and bright_bg if noninteractive is non-zero.
16485
fb098a4b
CY
164862008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16487
16488 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
16489 x_draw_glyph_string_background.
16490
16491 * w32term.c (x_draw_glyph_string): Likewise.
16492
ce952b6e
CY
164932008-11-15 Chong Yidong <cyd@stupidchicken.com>
16494
16495 * xterm.c (x_draw_glyph_string): Stop drawing the background of
16496 the next glyph string once past the overhang width.
16497
16498 * nsterm.m (ns_draw_glyph_string): Likewise.
16499
16500 * w32term.c (x_draw_glyph_string): Likewise.
16501
26ea7079
CY
165022008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
16503
16504 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
16505 double file close.
16506
1c33c906
MR
165072008-11-14 Martin Rudalics <rudalics@gmx.at>
16508
16509 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
16510 dedicated status of window before attempting to display another
16511 buffer in it.
16512
8fc29035
JB
165132008-11-14 Juanma Barranquero <lekktu@gmail.com>
16514
16515 * msdos.c (Fmsdos_long_file_names):
16516 (syms_of_msdos) <dos-unsupported-char-glyph>:
16517 * dosfns.c (Fint86): Fix typos in docstrings.
16518
55fb4286
EZ
165192008-11-14 Eli Zaretskii <eliz@gnu.org>
16520
16521 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
16522
3fda0315
KY
165232008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16524
16525 * puresize.h (BASE_PURESIZE): Increase to 1260000.
16526
7e849c17
CY
165272008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
16528
16529 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
16530
16531 * frame.h: Negative alpha means "don't touch".
16532
16533 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
16534
16535 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
16536
b9fd67bd
DN
165372008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16538
16539 * hftctl.c:
16540 * chpdef.h:
16541 * acldef.h: Remove files used only for systems no longer supported.
16542
16543 * Makefile.in: Fix .o alphabetical ordering.
16544 (hftctl.o): Remove dependency, file removed.
16545 (keymap.o, print.o): Depend on charset.h.
16546
d5998e03
KH
165472008-11-10 Kenichi Handa <handa@m17n.org>
16548
2ae37cf0 16549 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 16550
be70e183
CY
165512008-11-08 Chong Yidong <cyd@stupidchicken.com>
16552
16553 * dired.c (file_name_completion): If completion_ignore_case is
16554 enabled, ignore case when checking completion-regexp-list.
16555
7cf94eac
EZ
165562008-11-08 Eli Zaretskii <eliz@gnu.org>
16557
16558 * vm-limit.c (get_lim_data): Fix last change.
16559
ee107a89
KH
165602008-11-08 Kenichi Handa <handa@m17n.org>
16561
16562 * character.c (Fget_byte): New function.
16563 (syms_of_character): Defsubr Fget_byte.
16564
5fd15622
CY
165652008-11-07 Chong Yidong <cyd@stupidchicken.com>
16566
16567 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
16568 cursor position is valid after scrolling.
16569
13d62fad
JB
165702008-11-06 Juanma Barranquero <lekktu@gmail.com>
16571
16572 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
16573
a1dd2936
GM
165742008-11-06 Glenn Morris <rgm@gnu.org>
16575
16576 * xterm.c (handle_one_xevent): Don't let popup menus cause
16577 mouse-autoselect-window related window switching. (Bug#1261)
16578
860cd236
CY
165792008-11-04 David Smith <davidsmith@acm.org> (tiny change)
16580
16581 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
16582
653a3150
AS
165832008-11-04 Andreas Schwab <schwab@suse.de>
16584
16585 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
16586
870f5cac
CY
165872008-11-03 Chong Yidong <cyd@stupidchicken.com>
16588
16589 * xfns.c (Fx_wm_set_size_hint): New function.
16590
1e02f3cb
MR
165912008-11-03 Martin Rudalics <rudalics@gmx.at>
16592
16593 * textprop.c (Fprevious_single_char_property_change): Return 0
16594 when there's no change in a string. (Bug#1301)
16595
e630dfc6
MR
165962008-11-02 Martin Rudalics <rudalics@gmx.at>
16597
16598 * frame.c (do_switch_frame): New argument NORECORD passed to
16599 Fselect_window.
16600 (Fselect_frame): New argument NORECORD passed to
16601 do_switch_frame.
16602 (Fset_frame_selected_window): New argument NORECORD passed to
16603 Fselect_frame.
16604 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
16605 in call of do_switch_frame.
16606 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
16607 Handle NORECORD argument in call of Fselect_frame.
16608 * lisp.h (do_switch_frame, Fselect_frame)
16609 (Fset_frame_selected_window): Adjust declarations.
16610 * window.c (select_frame_norecord): New function.
16611 (run_window_configuration_change_hook): Use it and call
16612 Fselect_frame with NORECORD set.
16613 (Fselect_window): Pass NORECORD to Fselect_frame.
16614 (Fset_window_configuration): Handle NORECORD argument in call of
16615 do_switch_frame.
16616 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
16617 Fset_frame_selected_window.
16618 * keyboard.c (command_loop_1): Handle NORECORD in call of
16619 Fselect_frame (currently ifdefd).
16620
9020b223
GM
166212008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
16622
16623 * emacs.c (USAGE2): Untabify.
16624
793ffee8
SM
166252008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
16626
16627 * composite.c (fill_gstring_header): Fix copy/paste typo.
16628
ab6d1131
MR
166292008-10-31 Martin Rudalics <rudalics@gmx.at>
16630
16631 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
16632 (Fother_window): Rename argument and rewrite doc-string.
16633 (select_window_norecord): Fix return value. (Bug#1276)
16634
601a9cf1
JB
166352008-10-30 Juanma Barranquero <lekktu@gmail.com>
16636
16637 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
16638 new frames overriding foreground for tooltips. Based on similar patch
16639 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
16640
813b0652
CY
166412008-10-29 Chong Yidong <cyd@stupidchicken.com>
16642
16643 * emacs.c (Fdaemon_initialized): Initialize nfd.
16644
4414f58f
MR
166452008-10-29 Martin Rudalics <rudalics@gmx.at>
16646
16647 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
16648 (Fwindow_text_height): Clarify doc-strings.
16649 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
16650 doc-string of window-scroll-functions.
16651
ecdcaa09
RS
166522008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
16653
16654 * category.c (syms_of_category): Fix typo in docstring.
16655
23fe745a
JB
166562008-10-28 Juanma Barranquero <lekktu@gmail.com>
16657
16658 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
16659 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
16660 Fix typos in docstrings.
16661
ff808935
DN
166622008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
16663
16664 * emacs.c (daemon_pipe): Make non-static.
16665 (IS_DAEMON): Move definition ...
16666 * lisp.h (IS_DAEMON): ... here.
16667 (daemon_pipe): Declare.
16668 (is_daemon): Remove.
16669 * dispnew.c (init_display): Use IS_DAEMON.
16670
fc012771
SM
166712008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16672
16673 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
16674 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
16675
16676 * emacs.c (is_daemon): Remove.
16677 (main): Don't set is_daemon.
16678 (IS_DAEMON): New macro.
16679 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 16680 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
16681 parent exits.
16682 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
16683
d8bdbe6f
CY
166842008-10-27 Chong Yidong <cyd@stupidchicken.com>
16685
d1a072bf
CY
16686 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
16687 over-sized glyph, draw it with the default glyph width.
16688
e2e325aa
CY
16689 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
16690 glyph, draw it with the default glyph width.
16691
16692 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
16693 glyph, draw it with the default glyph width.
16694
d8bdbe6f
CY
16695 * xdisp.c (try_scrolling): When computing the distance from the
16696 scroll margin to PT, try moving some distance past the window
16697 bottom before giving up.
16698
7bfac547
MR
166992008-10-27 Martin Rudalics <rudalics@gmx.at>
16700
16701 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
16702 (Fset_window_buffer): Explain in doc-string that a window can be
16703 "strongly" dedicated to its buffer.
16704
4ff029f6
DN
167052008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
16706
16707 * emacs.c (daemon_name): New variable.
16708 (main): Deal with --daemon=SERVER_NAME.
16709 (Fdaemonp): Return a name if one was passed to --daemon.
16710
5790ef40
DN
167112008-10-26 Romain Francoise <romain@orebokech.com>
16712
f9bd0df9 16713 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
16714 (main): Create a pipe before forking, make the parent exit only after
16715 the child has closed its end of the pipe. Move closing the
16716 descriptors ...
16717 (Fdaemon_initialized): ... here. New function.
16718
f5385255
SM
167192008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16720
4d632321
SM
16721 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
16722 the previous unoptimized table.
16723
f5385255
SM
16724 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
16725 the distinction between non-nil and non-t value of `dedicated'.
16726
6c56a0f3
CY
167272008-10-25 Chong Yidong <cyd@stupidchicken.com>
16728
16729 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 16730 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 16731
fec89261
MR
167322008-10-25 Martin Rudalics <rudalics@gmx.at>
16733
16734 * window.c (Fget_buffer_window, Fdelete_windows_on)
16735 (Freplace_buffer_in_windows): Make buffer argument optional and
16736 rename to buffer_or_name.
16737
34fcddd0
CY
167382008-10-24 Chong Yidong <cyd@stupidchicken.com>
16739
f5385255
SM
16740 * xdisp.c (handle_single_display_spec, handle_display_prop):
16741 Undo 2005-05-16 change.
34fcddd0
CY
16742 (handle_stop): Pop iterator if it's loaded with an empty string.
16743 (get_overlay_strings_1): Don't save iterator if it's loaded with
16744 an empty string (bug#1201).
16745
064766f2
KH
167462008-10-24 Kenichi Handa <handa@m17n.org>
16747
16748 * ftfont.c (ftfont_otf_features): Fix previous change.
16749 (ftfont_otf_capability): Check FeatureList.FeatureCount before
16750 calling ftfont_otf_features.
16751
f9bd0df9 167522008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
16753
16754 * font.c (font_match_p): Fix for the case that a vector of
16755 characters is in script-representative-chars.
16756
1dae9197
MA
167572008-10-24 Michael Albinus <michael.albinus@gmx.de>
16758
16759 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 16760 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
16761 (xd_read_queued_messages): Catch Qdbus_error from the macros.
16762 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 16763 macro. (Bug#1186)
1dae9197 16764
f9bd0df9 167652008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
16766
16767 * s/sol2-10.h: New file.
16768
878a4584
JB
167692008-10-23 Juanma Barranquero <lekktu@gmail.com>
16770
16771 * xdisp.c (fill_glyph_string): Fix typo in source (though the
16772 poor beast has survived 9+ years and the jump from xterm.c!).
16773
cd265ca6
MR
167742008-10-23 Martin Rudalics <rudalics@gmx.at>
16775
16776 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
16777 Reword doc-string.
f5385255 16778 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 16779
472a4dc9
JB
167802008-10-23 Juanma Barranquero <lekktu@gmail.com>
16781
16782 * character.c (syms_of_character) <script-representative-chars>:
16783 <unicode-category-table>: Doc fixes.
16784
159bd5a2
NF
167852008-10-23 Noah Friedman <friedman@splode.com>
16786
16787 * coding.c (make_conversion_work_buffer): Check that
16788 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
16789 Fget_buffer_create.
16790
49f9c344
KH
167912008-10-23 Kenichi Handa <handa@m17n.org>
16792
16793 * font.c (font_add_log): Check the values of extra properties.
16794
12bb3111
MR
167952008-10-22 Martin Rudalics <rudalics@gmx.at>
16796
16797 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
16798 Reword doc-string.
16799 (Fset_window_parameter): Use NILP.
16800 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 16801 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 16802
bbeb4e99
JB
168032008-10-22 Juanma Barranquero <lekktu@gmail.com>
16804
16805 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
16806
168072008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
16808
16809 * nsfns.m (ns_appkit_version): New function.
16810 (x-server-version): Use it.
16811 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
16812 (x-server-vendor): Don't check_ns().
16813
16814 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
16815
a9b555d3
JB
168162008-10-22 Juanma Barranquero <lekktu@gmail.com>
16817
16818 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
16819 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
16820
4626499f
KH
168212008-10-22 Kenichi Handa <handa@m17n.org>
16822
e3681952
KH
16823 * syntax.c (scan_words): Call word_boundary_p instead of comparing
16824 scripts.
16825
4626499f
KH
16826 * category.c (word_boundary_p): Check scripts instead of charset.
16827 Handle nil value in word-separating-categories and
16828 word-combining-categories.
16829 (syms_of_category): Fix docstrings of word-separating-categories
16830 and word-combining-categories.
16831
1560f91a
EZ
168322008-10-21 Eli Zaretskii <eliz@gnu.org>
16833
16834 * coding.c (Fencode_coding_region, Fdecode_coding_region)
16835 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
16836
f4668441
MR
168372008-10-21 Martin Rudalics <rudalics@gmx.at>
16838
16839 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
16840 Rename arg "buffer" to "buffer_or_name".
16841 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
16842 it optional.
16843 (no_switch_window): Remove since the return value is not used.
a9b555d3 16844 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
16845 Consider window as dedicated when Fwindow_dedicated_p returns a
16846 non-nil value.
16847 * lisp.h: Remove prototype for no_switch_window.
16848
fd75ddb2
JD
168492008-10-21 Jan Djärv <jan.h.d@swipnet.se>
16850
16851 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 16852 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 16853
07295713
KH
168542008-10-21 Kenichi Handa <handa@m17n.org>
16855
16856 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
16857 check Vlatin_extra_code_table.
16858
712adc82
EZ
168592008-10-20 Eli Zaretskii <eliz@gnu.org>
16860
16861 * fileio.c (Fset_file_modes): Doc fix.
16862
f549eb0b
MA
168632008-10-19 Michael Albinus <michael.albinus@gmx.de>
16864
16865 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
16866 in arrays.
16867
aac0c6e3
MR
168682008-10-19 Martin Rudalics <rudalics@gmx.at>
16869
16870 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
16871 Mention kill-buffer in doc-string.
16872 (Fset_window_buffer): Reinsert tem check removed in last commit.
16873 (Fenlarge_window, Fshrink_window): Have argument names and
16874 doc-string follow Elisp manual more closely.
16875
168762008-10-18 Eli Zaretskii <eliz@gnu.org>
16877
16878 * fileio.c (Fset_file_modes): Doc fix.
16879
168802008-10-18 Martin Rudalics <rudalics@gmx.at>
16881
16882 * window.c (Fwindow_width, Fset_window_start)
16883 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
16884 (Fdelete_windows_on, Freplace_buffer_in_windows):
16885 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
16886 (Fwindow_dedicated_p): Make window argument optional.
16887 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
16888 (Fset_window_buffer): Respect any non-nil dedicated value for
16889 window. Rename "buffer" argument to "buffer_or_name".
16890
168912008-10-18 Ulrich Mueller <ulm@gentoo.org>
16892
16893 * m/sh3.h: New file, machine description for SuperH.
16894
168952008-10-17 Martin Rudalics <rudalics@gmx.at>
16896
16897 * window.c (Fsplit_window): Rename arg horflag to horizontal.
16898
168992008-10-17 Kenichi Handa <handa@m17n.org>
16900
16901 * ftfont.c (ftfont_otf_features): Fix indexing
16902 gsub_gpos->FeatureList.Feature. Check the validity of indices.
16903
169042008-10-16 Magnus Henoch <mange@freemail.hu>
16905
16906 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
16907 (Fdbus_call_method_asynchronously): Ditto.
16908 This change makes C-h f display the argument list.
16909
169102008-10-16 Chong Yidong <cyd@stupidchicken.com>
16911
16912 * fileio.c (Fexpand_file_name): Doc fix.
16913
16914 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
16915 of :foreground and :background equivalent to unspecified (20.x
16916 compatibility).
16917
169182008-10-15 Eli Zaretskii <eliz@gnu.org>
16919
16920 * buffer.c (syms_of_buffer): Doc fix.
16921
169222008-10-14 Kenichi Handa <handa@m17n.org>
16923
16924 * font.c (font_clear_prop): When clearing font width, clear the
16925 average width field too.
16926
169272008-10-12 Andreas Schwab <schwab@suse.de>
16928
16929 * ftfont.c (ftfont_shape_by_flt): Make static.
16930 * ftfont.h (ftfont_shape_by_flt): Don't declare.
16931
16932 * font.c: Don't include <m17n-flt.h>.
16933
169342008-10-10 Eli Zaretskii <eliz@gnu.org>
16935
16936 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
16937
169382008-10-09 Eli Zaretskii <eliz@gnu.org>
16939
16940 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
16941 away code.
16942
169432008-10-09 Chong Yidong <cyd@stupidchicken.com>
16944
16945 * dispnew.c (update_text_area): Avoid looping due to large glyph
16946 overhangs (bug#1070).
16947
169482008-10-09 Kenichi Handa <handa@m17n.org>
16949
16950 * fontset.c (face_for_char): If face->fontset is negative, just
16951 return ascii_face.
16952
f5385255
SM
16953 * font.c (font_delete_unmatched): Fix previous change.
16954 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
16955
169562008-10-09 Martin Rudalics <rudalics@gmx.at>
16957
16958 * frame.c (Fraise_frame): On text-only terminals select frame in
16959 order to make it visible. (Bug#1061)
16960
169612008-10-08 Chong Yidong <cyd@stupidchicken.com>
16962
16963 * fontset.c (fontset_find_font): Check frame validity.
16964
169652008-10-07 Chong Yidong <cyd@stupidchicken.com>
16966
a9b555d3 16967 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
16968 (xg_display_close): Allow Emacs to close all displays (bug#985).
16969
169702008-10-06 Andreas Schwab <schwab@suse.de>
16971
f5385255 16972 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
16973
169742008-10-06 Chong Yidong <cyd@stupidchicken.com>
16975
f5385255 16976 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 16977
a9b555d3 16978 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
16979
16980 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
16981 during initialization.
16982
169832008-10-04 Eli Zaretskii <eliz@gnu.org>
16984
16985 * xdisp.c (redisplay_internal): If frame switched, redisplay the
16986 whole thing on MSDOS frames as well as on a TTY.
16987
16988 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
16989 well as for TTY.
16990 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
16991 well as on a TTY.
16992
16993 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
16994 as well as for TTY.
16995
16996 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
16997
16998 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
16999 MSDOS frames as well.
17000
170012008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
17002
17003 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
17004 correct arguments.
b71ac3dd 17005 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
17006
170072008-10-03 Glenn Morris <rgm@gnu.org>
17008
17009 * emacs.c (USAGE1): Add --daemon.
17010
170112008-10-02 Eli Zaretskii <eliz@gnu.org>
17012
17013 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
17014 100, so it's in percents as advertised.
17015
170162008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
17017
17018 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
17019 (ns_output.current_cursor, ns_output.desired_cursor)
17020 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
17021 (FRAME_NEW_CURSOR_COLOR): Remove.
17022
17023 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 17024 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
17025 enumeration (HOLLOW_BOX_CURSOR, etc.).
17026
17027 * nsterm.m (ns_frame_rehighlight): Remove commented code.
17028 (draw_window_cursor): Simplify code.
f5385255
SM
17029 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
17030 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 17031 updates manually.
a9b555d3
JB
17032 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
17033 Use core Emacs cursor types.
aac0c6e3 17034
b8ff72fa 17035 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
17036
170372008-10-02 Martin Rudalics <rudalics@gmx.at>
17038
17039 * process.c (Faccept_process_output): Fix doc-string.
17040
170412008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
17042
17043 * gmalloc.c (__sbrk): Also define for uClibc.
17044
17045 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
17046 for uClibc.
17047
170482008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
17049
17050 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
17051 styles.
17052 (nsfont_open): Reenable the cache.
17053
170542008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
17055
17056 * font.c (font_matching_entity): Reflect ATTRS in font selection.
17057 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
17058
170592008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
17060
17061 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
17062 a suspended terminal.
17063
170642008-09-30 Michael Albinus <michael.albinus@gmx.de>
17065
17066 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
17067
170682008-09-30 Eli Zaretskii <eliz@gnu.org>
17069
17070 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
17071
170722008-09-30 Chong Yidong <cyd@stupidchicken.com>
17073
17074 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
17075 in a continued line coincides with a line beginning.
17076
170772008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
17078
17079 * nsfont.m (nsfont_trait_distance): Fix bug.
17080 (nsfont_list): Return a list rather than a vector (syncs with Handa
17081 changes of 2008-05-14).
17082 (nsfont_open): Improve logging.
17083
170842008-09-29 Andreas Schwab <schwab@suse.de>
17085
17086 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
17087
170882008-09-28 Martin Rudalics <rudalics@gmx.at>
17089
17090 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
17091 name as char-resolve-modifiers.
17092 Reported by: Markus Triska <markus.triska@gmx.at>
17093
170942008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
17095
17096 * dispnew.c (init_display): Return earlier when running as a daemon.
17097
170982008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
17099
17100 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
17101
171022008-09-27 Eli Zaretskii <eliz@gnu.org>
17103
17104 * composite.c (Fcomposition_get_gstring)
17105 (Fcompose_region_internal, Fcompose_string_internal)
17106 (Ffind_composition_internal): Doc fix.
17107 (syms_of_composite) <compose-chars-after-function>: Doc fix.
17108 (syms_of_composite) <auto-composition-function>: Doc fix.
17109 (syms_of_composite) <composition-function-table>: Doc fix.
17110
171112008-09-25 Chong Yidong <cyd@stupidchicken.com>
17112
17113 * search.c (wordify): New argument for lax word-ends.
17114 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
17115
171162008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
17117
17118 * lisp.h (is_daemon): Declare.
17119 * dispnew.c (init_display): Do not try to initialize the terminal
17120 when running as a daemon.
17121
171222008-09-22 Chong Yidong <cyd@stupidchicken.com>
17123
17124 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
17125 x_display_pixel_height.
17126
171272008-09-22 Martin Rudalics <rudalics@gmx.at>
17128
17129 * undo.c (record_point): Don't call Fundo_boundary for first
17130 change. (Bug#731)
17131
171322008-09-22 Juanma Barranquero <lekktu@gmail.com>
17133
17134 * emacs.c (Fdaemonp): Doc fix.
17135
171362008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
17137
17138 * emacs.c (main): Place #ifdef in the proper place.
17139
171402008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17141
17142 * emacs.c (standard_args): Add --daemon.
17143 (main): Disconnect from the terminal when --daemon is passed.
17144 (is_daemon): New variable.
17145 (Fdaemonp): New function.
17146 (syms_of_emacs): Defsubr it.
17147
171482008-09-20 Chong Yidong <cyd@stupidchicken.com>
17149
17150 * xdisp.c (get_next_display_element): Handle string display
17151 correctly when checking for the end of a box run.
17152
171532008-09-20 Glenn Morris <rgm@gnu.org>
17154
17155 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
17156 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
17157 (Frename_file): Avoid copying to trash if a rename involves
17158 a delete. (Bug#964).
17159
171602008-09-20 Eli Zaretskii <eliz@gnu.org>
17161
17162 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
17163 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
17164 frames as well as termcap frames.
17165 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
17166 get_named_tty.
17167
171682008-09-19 Eli Zaretskii <eliz@gnu.org>
17169
17170 * process.c (procfs_system_process_attributes): Fix cmdline in
17171 case /proc/PID/cmdline is empty.
17172
17173 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
17174 x_display_pixel_height.
17175
171762008-09-19 Juanma Barranquero <lekktu@gmail.com>
17177
17178 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
17179
17180 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
17181 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
17182
171832008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
17184
17185 * dispextern.h (struct it): Move line_wrap away from the middle of
17186 bitfields. Move voffset in struct iterator_stack_entry after the
17187 bitfields. Move tab_width near after another short.
17188
171892008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
17190
17191 * frame.h (struct frame): Move alpha from the middle of bitfields.
17192
17193 * window.h (struct window): Move frozen_window_start_p after the
17194 rest of the bitfields to reduce padding.
17195
171962008-09-18 Chong Yidong <cyd@stupidchicken.com>
17197
17198 * xterm.h (x_display_info): Remove `height' and `width' members.
17199
17200 * nsterm.h (ns_display_info): Remove `height' and `width' members.
17201
17202 * w32term.h (w32_display_info): Remove `height', `width',
17203 `height_in', and `width_in' members.
17204
b8ff72fa
SM
17205 * xterm.c (x_display_pixel_height, x_display_pixel_width):
17206 New functions.
aac0c6e3
MR
17207 (x_calc_absolute_position): Use them.
17208 (x_term_init): Omit removed `height' and `width' members.
17209
b8ff72fa
SM
17210 * w32term.c (x_display_pixel_height, x_display_pixel_width):
17211 New functions.
aac0c6e3
MR
17212 (w32_read_socket, x_calc_absolute_position): Use them.
17213 (w32_initialize_display_info, w32_term_init): Omit removed members
17214 of w32_display_info.
17215
b8ff72fa
SM
17216 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
17217 New functions.
17218 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 17219
b8ff72fa
SM
17220 * xterm.c (x_display_pixel_height, x_display_pixel_width):
17221 New functions.
aac0c6e3
MR
17222 (x_calc_absolute_position): Use them.
17223 (x_term_init): Omit removed `height' and `width' members.
17224
17225 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
17226 (compute_tip_xy):
17227 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
17228 * xmenu.c (menu_position_func): Use x_display_pixel_height and
17229 x_display_pixel_width.
17230
172312008-09-18 Kenichi Handa <handa@m17n.org>
17232
17233 * composite.c (fill_gstring_header): Don't check FROM and TO here.
17234 (composition_compute_stop_pos): Fix handling of static composition.
17235 (Fcomposition_get_gstring): Check FROM and TO at first.
17236
172372008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17238
46e722a9 17239 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
17240 mixup (YAILOM).
17241
172422008-09-17 Chong Yidong <cyd@stupidchicken.com>
17243
17244 * indent.c (Fvertical_motion): Use position reported by iterator
17245 instead of PT for determining screen motion (bug#943).
17246
172472008-09-17 Romain Francoise <romain@orebokech.com>
17248
17249 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
17250
172512008-09-17 Kenichi Handa <handa@m17n.org>
17252
17253 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
17254
17255 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
17256 if necessary.
17257
172582008-09-16 Kenichi Handa <handa@m17n.org>
17259
17260 * coding.c (make_conversion_work_buffer): Avoid calling
17261 Fget_buffer_create if it is not necessary.
17262
172632008-09-15 Martin Rudalics <rudalics@gmx.at>
17264
17265 * window.c (Fselect_window): Don't update window_select_count and
17266 use_time when norecord is not nil.
17267
172682008-09-14 Kenichi Handa <handa@m17n.org>
17269
17270 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
17271 specpdl_ptr.
17272
172732008-09-12 Kenichi Handa <handa@m17n.org>
17274
17275 * indent.c (scan_for_column): Don't handle automatic composition
17276 if the current buffer is not associated with a window.
17277
17278 * composite.c (composition_reseat_it): If the current buffer is
17279 not associated with a window, ignore the automatic composition.
17280 (find_automatic_composition): Likewise.
17281
172822008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17283
17284 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
17285 (Fgpm_mouse_stop): Use it.
17286 * termhooks.h (close_gpm): Declare.
17287 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
17288 connection if Gpm_GetEvent fails.
17289
17290 * window.c (set_window_buffer): Always preserve current-buffer.
17291
172922008-09-12 Glenn Morris <rgm@gnu.org>
17293
17294 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
17295
172962008-09-11 Glenn Morris <rgm@gnu.org>
17297
17298 * charset.c (charset-map-path): Doc fix.
17299
173002008-09-10 Kenichi Handa <handa@m17n.org>
17301
17302 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
17303
17304 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
17305 compose a grapheme cluster with the preceding base glyph.
17306
17307 * composite.c (composition_compute_stop_pos): Fix previous change.
17308 Reset cmp_it->id to -1 at first.
17309
173102008-09-10 Glenn Morris <rgm@gnu.org>
17311
17312 * Makefile.in (character.o, chartab.o): Fix config.h typo.
17313
173142008-09-09 Chong Yidong <cyd@stupidchicken.com>
17315
17316 * keyboard.c (read_key_sequence): Reapply translation maps when
17317 switching keyboards.
17318
173192008-09-09 Kenichi Handa <handa@m17n.org>
17320
17321 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
17322 characters.
17323
17324 * composite.c (FORWARD_CHAR): Fix calculation
17325 of (POSITION).pos_byte.
17326 (composition_compute_stop_pos): Limit the search of composition to
17327 at most 500 characters ahead. If we reach the limit or find a
17328 newline, set cmp_it->ch to -2 and return 0.
17329 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
17330
173312008-09-08 Kenichi Handa <handa@m17n.org>
17332
17333 * indent.c (Fvertical_motion): Be sure to set
17334 it_overshoot_expected if it.cmp_it.id is non-negative.
17335
173362008-09-07 Andreas Schwab <schwab@suse.de>
17337
17338 * callproc.c (Fcall_process): Don't hold references to string data
17339 across garbage collection. Move initialisation of new_argv down
17340 to avoid compiler bug.
17341
173422008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17343
17344 * process.c (Fsystem_process_attributes): Doc fix.
17345
173462008-09-07 Chong Yidong <cyd@stupidchicken.com>
17347
17348 * callproc.c (Fcall_process): Canonicalize current directory name.
17349
17350 * xdisp.c (move_it_to): When moving by vpos, ensure that the
17351 iterator advances to the next line if the current line ends in a
17352 continued tab.
17353
173542008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
17355
17356 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
17357 member to point to cmp_from.
17358
17359 * xdisp.c: Doc fix for references to gidx data member.
17360
173612008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17362
17363 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
17364
173652008-09-07 Kenichi Handa <handa@m17n.org>
17366
17367 * composite.c (FORWARD_CHAR): Check STOP after
17368 incrementing (POSITION).pos.
17369
173702008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17371
17372 * process.c (Fsystem_process_attributes): Doc fix.
17373
173742008-09-06 Chong Yidong <cyd@stupidchicken.com>
17375
17376 * keyboard.c (Ftop_level): Doc fix.
17377
173782008-09-06 Eli Zaretskii <eliz@gnu.org>
17379
17380 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
17381 minibuffer, don't let lower part of menu invade the echo area.
17382
17383 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
17384 "char *q" to access menu text and advance through it. Revert the
17385 change that displayed ">" instead of ASCII character 0x10.
17386
173872008-09-05 Eli Zaretskii <eliz@gnu.org>
17388
17389 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
17390 toggle boxes and radio buttons on MS-DOS as well.
17391
173922008-09-05 Kenichi Handa <handa@m17n.org>
17393
17394 * composite.c (autocmp_chars): Check lookback count.
17395 (composition_compute_stop_pos): Set cmp_it->lookback.
17396 (composition_reseat_it): Check lookback count.
17397 (struct position_record): New struct.
17398 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
17399 (find_automatic_composition): New function.
17400 (composition_adjust_point): Use find_automatic_composition.
17401
17402 * dispextern.h (struct composition_it): New member lookback.
17403
174042008-09-02 Chong Yidong <cyd@stupidchicken.com>
17405
17406 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
17407 if moving by a single line.
17408
174092008-09-02 Andreas Schwab <schwab@suse.de>
17410
17411 * xterm.c (x_delete_display): Fix merge error.
17412
17413 * fileio.c (Fexpand_file_name): Remove unused variables.
17414
174152008-09-02 Eli Zaretskii <eliz@gnu.org>
17416
17417 * fileio.c (Fexpand_file_name): Copy argument `name' into local
17418 storage on all platforms, not just on DOS_NT.
17419
174202008-09-02 Jason Rumney <jasonr@gnu.org>
17421
b8ff72fa
SM
17422 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
17423 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
17424
174252008-09-01 Chong Yidong <cyd@stupidchicken.com>
17426
17427 * xfaces.c (Finternal_set_alternative_font_family_alist)
17428 (Finternal_set_alternative_font_registry_alist): Properly copy
17429 entire alist structure.
17430
174312008-09-01 Kenichi Handa <handa@m17n.org>
17432
d66c0241 17433 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 17434 representative chars of the script is a vector.
d66c0241
JB
17435 (ftfont_list): Handle the case where the representative chars of
17436 the script is a vector.
aac0c6e3
MR
17437
17438 * character.c (syms_of_character): Docstring of
17439 script-representative-chars fixed.
17440
174412008-08-31 Eli Zaretskii <eliz@gnu.org>
17442
17443 * msdos.c (BUILD_CHAR_GLYPH): New macro.
17444 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
17445 the menu. Allocate larger buffer for `text', to account for
17446 possible ^C characters.
17447
174482008-08-31 Martin Rudalics <rudalics@gmx.at>
17449
17450 * xdisp.c (prepare_menu_bars): Don't call
17451 Vwindow_size_change_functions with arg Qt.
17452
174532008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17454
17455 * font.h (font_range):
17456 * fileio.c (report_file_error):
46e722a9
SM
17457 * composite.c (composition_update_it): Yet another int/Lisp_Object
17458 mixup (YAILOM).
aac0c6e3
MR
17459
174602008-08-30 Glenn Morris <rgm@gnu.org>
17461
17462 * data.c (Fmake_variable_frame_local): Doc fix.
17463
17464 * frame.c (Fmodify_frame_parameters): Doc fix.
17465
174662008-08-30 Eli Zaretskii <eliz@gnu.org>
17467
17468 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
17469 needed by GetTokenInformation.
17470 (w32_system_process_attributes): Check return values of all system
17471 APIs.
17472
17473 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
17474 only when the state changes.
17475 (IT_update_begin, IT_update_end): Add termscript trace.
17476
17477 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
17478 clipboard is unavailable. Set dst to NULL if it doesn't point to
17479 malloc'ed data.
17480 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
17481 passing random values to xfree.
17482
17483 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 17484 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
17485
174862008-08-29 Jason Rumney <jasonr@gnu.org>
17487
17488 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
17489
174902008-08-29 Eli Zaretskii <eliz@gnu.org>
17491
17492 * composite.c (fill_gstring_body): Avoid compiler warnings.
17493
17494 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
17495 LGLYPH_SET_CODE to avoid compiler warnings.
17496
2ae37cf0 17497 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
17498
17499 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
17500
17501 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
17502 LGLYPH_SET_CODE.
17503
175042008-08-29 Kenichi Handa <handa@m17n.org>
17505
17506 * fileio.c (report_file_error): Don't downcase the first character
17507 of errstring if it is still unibyte.
17508
175092008-08-29 Kenichi Handa <handa@m17n.org>
17510
17511 These changes are to re-implement the automatic composition so
17512 that it doesn't use text properties.
17513
17514 * Makefile.in (ftfont.o): Depend on composite.h.
17515 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
17516
17517 * character.h (Vunicode_category_table): Extern it.
17518
17519 * character.c (Vunicode_category_table): New variable.
17520 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
17521
17522 * chartab.c (optimize_sub_char_table): Perform more greedy
17523 optimization.
17524
b8ff72fa
SM
17525 * composite.h (enum composition_method):
17526 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
17527 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
17528 (Vcomposition_function_table): Extern it.
17529 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
17530 (composition_gstring_put_cache, composition_gstring_from_id)
17531 (composition_gstring_p, composition_gstring_width)
17532 (composition_compute_stop_pos, composition_reseat_it)
17533 (composition_update_it, composition_adjust_point): Extern them.
17534 (Fcomposition_get_gstring): EXFUN it.
17535
d66c0241 17536 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
17537 (Vcomposition_function_table)
17538 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
17539 (gstring_hash_table, gstring_work, gstring_work_headers):
17540 New variables.
aac0c6e3
MR
17541 (gstring_lookup_cache, composition_gstring_put_cache)
17542 (composition_gstring_from_id, composition_gstring_p)
17543 (composition_gstring_width, fill_gstring_header)
17544 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
17545 (composition_reseat_it, composition_update_it)
b8ff72fa 17546 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
17547 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
17548 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 17549 Defsubr composition_get_gstring.
aac0c6e3
MR
17550
17551 * dispextern.h (struct glyph): New union u.cmp. Delete the member
17552 cmp_id.
17553 (struct glyph_string): Delete the member gidx. New members
17554 cmp_id, cmp_from, and cmp_to.
17555 (enum it_method): Delete GET_FROM_COMPOSITION.
17556 (struct composition_it): New struct.
17557 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
17558 Delete c, len, cmp_id, cmp_len in u.comp.
17559
17560 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 17561 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 17562 (enum lglyph_indices): Likewise.
b8ff72fa 17563 (font_range): Adjust extern.
aac0c6e3
MR
17564 (font_fill_lglyph_metrics): Extern it.
17565
17566 * font.c (QCf): New variable.
17567 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
17568 (font_prepare_composition): Delete this function.
17569 (font_range): Type and arguments changed.
17570 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
17571 (font_fill_lglyph_metrics): New function.
b8ff72fa 17572 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 17573 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
17574 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
17575 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
17576
17577 * fontset.h (font_for_char): Extern it.
17578
17579 * fontset.c (font_for_char): New function.
17580
17581 * ftfont.c: Include composite.h.
17582 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 17583 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
17584
17585 * indent.c: Include composite.h and dispextern.h.
17586 (check_composition): Delete this function.
17587 (scan_for_column): Handle composition by
17588 composition_compute_stop_pos, composition_reseat_it, and
17589 composition_update_it.
17590 (compute_motion): Likewise.
17591 (Fvertical_motion): Fix checking of composition.
17592
17593 * keyboard.c (adjust_point_for_property): Check composition by
17594 composition_adjust_point.
17595
b8ff72fa 17596 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
17597 struct glyph_string.
17598
b8ff72fa
SM
17599 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
17600 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
17601 struct glyph.
17602 (produce_composite_glyph): Likewise.
17603
b8ff72fa
SM
17604 * w32term.c (x_draw_composite_glyph_string_foreground):
17605 Adjust for the change of struct glyph_string.
aac0c6e3
MR
17606 (x_draw_glyph_string): Likewise.
17607
17608 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
17609 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
17610
17611 * xdisp.c: Include font.h.
17612 (it_props): Delete the entry for Qauto_composed.
17613 (init_iterator): Initialize it->cmp_it.id to -1.
17614 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 17615 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
17616 (handle_auto_composed_prop): Delete it.
17617 (handle_composition_prop): Handle only static composition.
17618 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
17619 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 17620 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
17621 (pop_it): Likewise.
17622 (get_next_element): Delete next_element_from_composition.
17623 (CHAR_COMPOSED_P): New macro.
17624 (get_next_display_element): For automatic composition, get a face
17625 from the font in the glyph-string.
17626 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 17627 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
17628 (next_element_from_string): Check if the character at the current
17629 position is composed by CHAR_COMPOSED_P.
17630 (next_element_from_buffer): Likewise.
d66c0241
JB
17631 (next_element_from_composition): Adjust for the change of struct it.
17632 Update it->cmp_it.
b8ff72fa
SM
17633 (dump_glyph): Adjust for the change of struct glyph.
17634 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
17635 it and struct glyph. Don't handle automatic composition here.
17636 (fill_gstring_glyph_string): New function.
17637 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 17638 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
17639 (BUILD_GSTRING_GLYPH_STRING): New macro.
17640 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
17641 automatic composition.
b8ff72fa 17642 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 17643 struct glyph.
b8ff72fa 17644 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 17645
b8ff72fa 17646 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
17647 the change of struct glyph_string.
17648 (x_draw_glyph_string): Likewise.
17649
176502008-08-29 Glenn Morris <rgm@gnu.org>
17651
17652 * buffer.c (word-wrap): Doc fix.
17653 * xdisp.c (truncate-partial-width-windows): Doc fix.
17654 Increase default to 50.
17655
176562008-08-29 Chong Yidong <cyd@stupidchicken.com>
17657
17658 * xdisp.c (update_tool_bar_unwind): New function.
17659 (update_tool_bar): Temporarily set selected frame before building
17660 tool-bar items.
17661
176622008-08-28 Michael Albinus <michael.albinus@gmx.de>
17663
17664 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
17665 snprintf, respectively.
17666 (xd_append_arg): Convert strings with Fstring_make_unibyte.
17667
176682008-08-28 Chong Yidong <cyd@stupidchicken.com>
17669
17670 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
17671 LDFLAGS to GNUstep CC invocation.
17672
176732008-08-27 Chong Yidong <cyd@stupidchicken.com>
17674
17675 * indent.c (Fvertical_motion): Revert last change. Handle the
17676 general case where we are moving forward, and PT spans multiple
17677 screen lines.
17678
17679 * eval.c (find_handler_clause): Temporarily increase
17680 max-lisp-eval-depth while printing the backtrace buffer, to
17681 guarantee that help-mode code can run.
17682
176832008-08-27 Eli Zaretskii <eliz@gnu.org>
17684
17685 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
17686 colors under -rv.
17687 (IT_set_frame_parameters): Don't swap foreground and background
17688 colors if `(reverse . t)' is present in the frame properties.
17689 (internal_terminal_init): Call init_frame_faces only for the
17690 initial frame.
17691
176922008-08-27 Andreas Schwab <schwab@suse.de>
17693
17694 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
17695
176962008-08-27 Andreas Schwab <schwab@suse.de>
17697
17698 * search.c (search_buffer): Set char_base to zero only at the end.
17699
177002008-08-27 Kenichi Handa <handa@m17n.org>
17701
b8ff72fa 17702 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
17703
177042008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
17705
17706 * xterm.c (x_term_init): Temporarily hide the partially
17707 initialized terminal while calling vendor-specific-keysyms.
17708
177092008-08-26 Eli Zaretskii <eliz@gnu.org>
17710
17711 * msdos.c (internal_terminal_init): Most initializations done only
17712 once, especially initial_screen_colors[] and termscript open.
17713
177142008-08-26 Chong Yidong <cyd@stupidchicken.com>
17715
17716 * eval.c (Fcondition_case): Doc fix.
17717
17718 * widgetprv.h (EmacsFramePart): Change font member to the new font
17719 struct.
17720
17721 * widget.c: Include character.h and font.h for XSETFONT.
17722 (setup_frame_gcs): Compute X font id from font struct, just once.
17723
177242008-08-26 Eli Zaretskii <eliz@gnu.org>
17725
17726 * term.c (get_named_tty): Fix last change.
17727
177282008-08-26 Chong Yidong <cyd@stupidchicken.com>
17729
17730 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 17731 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
17732
177332008-08-25 Eli Zaretskii <eliz@gnu.org>
17734
17735 * frame.c (do_switch_frame): Mark previously displayed frame as
17736 obscured for FRAME_MSDOS_P frames as well.
17737
177382008-08-24 Eli Zaretskii <eliz@gnu.org>
17739
17740 * frame.c (make_terminal_frame): Initialize f->terminal,
17741 f->terminal->reference_count, and scroll bars on MS-DOS as well.
17742 Set the top frame to newly created frame.
17743 (Fmake_terminal_frame): Reuse the_only_display_info.
17744
17745 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
17746 estimating available memory.
17747
b97439ce 177482008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
17749
17750 * nsterm.m (ns_draw_window_cursor): Don't call
17751 NSDisableScreenUpdates and NSEnableScreenUpdates on
17752 non-NS_IMPL_COCOA systems.
17753
177542008-08-23 Andreas Schwab <schwab@suse.de>
17755
17756 * process.c (procfs_system_process_attributes): Fix use of
17757 uninitialized variables.
17758
177592008-08-23 Eli Zaretskii <eliz@gnu.org>
17760
17761 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
17762
17763 * dispnew.c (init_display): Remove MS-DOS specific conditions for
17764 calling tty-set-up-initial-frame-faces.
17765
b8ff72fa
SM
17766 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
17767 Allow MSDOS frames along with X frames.
aac0c6e3
MR
17768
17769 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
17770 addition to output_termcap.
17771
17772 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
17773
17774 * termchar.h (FRAME_TTY): Support output_msdos_raw.
17775 (struct tty_display_info) [MSDOS]: Add fields related to mouse
17776 highlight.
17777
17778 * process.c [!subprocesses]: Define QCname.
17779 (syms_of_process): Intern and staticpro it.
17780
17781 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
17782 Adjust for changes in encoding/decoding routines.
17783 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
17784 encode_coding and decode_coding.
17785
b8ff72fa 17786 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
17787
17788 * dosfns.c: Include frame.h before termhooks.h.
17789 (dos_cleanup): Use CURTTY ()->termscript instead of a global
17790 variable termscript.
17791
17792 * s/msdos.h (USER_FULL_NAME): Define.
17793 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
17794
17795 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
17796 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
17797 pw->pw_gecos.
17798
17799 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
17800 SELECTED_FRAME as additional (1st) argument.
17801 (tty_read_avail_input): Handle output_msdos_raw in
17802 addition to output_termcap.
17803
17804 * msdos.c: Include frame.h before termhooks.h.
17805 (mouse_on, mouse_off, mouse_moveto, mouse_init)
17806 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
17807 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
17808 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
17809 (IT_set_terminal_modes, IT_reset_terminal_modes)
17810 (IT_set_frame_parameters): Use tty->termscript instead of a global
17811 variable termscript.
17812 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
17813 global variable terminal_coding. Don't refer to
17814 Vnonascii_translation_table.
17815 (internal_terminal_init): Set Vwindow_system in current_kboard.
17816 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
17817 Announce date and time of session start, if termscript is open.
17818 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
17819 term.c:init_tty). Open termscript only of not already open.
17820 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
17821 here instead of dos_ttraw. Don't initialize display if this is an
17822 initial tty. Don't set FRAME_FONT.
17823 (Vwindow_system_version): Bump to 23.
17824 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
17825 is available, set up mouse_position_hook.
17826 (dos_ttraw, IT_set_terminal_modes): If called with initial
17827 terminal, do nothing.
17828 (IT_set_frame_parameters): Handle the Qtty_type frame
17829 parameter by calling internal_terminal_init.
17830 (dos_set_window_size, show_mouse_face)
17831 (clear_mouse_face, IT_note_mode_line_highlight)
17832 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
17833 (dos_rawgetc): Use tty_display_info instead of x_display_info.
17834 (initialize_msdos_display): New function.
17835 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
17836 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
17837 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
17838 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 17839 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
17840 (request_sigio, unrequest_sigio): Don't define, now defined on
17841 sysdep.c.
17842 (IT_write_glyphs): Rewrite to use encode_terminal_code.
17843
17844 * term.c [MSDOS]: Include msdos.h.
17845 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
17846 conditional to DOS_NT. Allow only one call to this function in a
17847 session. Don't allocate a new struct tty_display_info; instead,
17848 reuse the_only_display_info. Call get_tty_size to get screen
17849 dimensions. Call init_baud_rate to set bad_rate.
17850 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
17851 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 17852 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
17853 (get_tty_terminal, get_named_tty, Ftty_type)
17854 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
17855 output_termcap.
b8ff72fa
SM
17856 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
17857 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 17858 only when subprocesses are supported.
aac0c6e3
MR
17859
17860 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
17861 f->output_data.x.
17862 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
17863 terminal devices.
17864
5582fbc7 17865 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
17866 x_output.
17867 (FRAME_FONT): Use output_data.tty.
17868 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
17869 (struct x_display_info): Rename from display_info. Update all users in
17870 msdos.c.
aac0c6e3 17871 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 17872 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
17873 (dos_ttraw): Update prototype.
17874
17875 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
17876 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
17877
178782008-08-23 Jason Rumney <jasonr@gnu.org>
17879
17880 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
17881 (fn_TIFFSetDirectory): New library function used.
17882 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
17883 (tiff_load): Use :index to select among multiple images. Set count
17884 property when multiple images exist.
17885 (gif_format): Use :index, not :image.
17886
178872008-08-23 Chong Yidong <cyd@stupidchicken.com>
17888
17889 * xdisp.c (try_scrolling): Check INT_MAX instead of
17890 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
17891 to obtain INT_MAX.
17892
178932008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
17894
17895 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
17896
178972008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
17898
17899 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
17900 GNUstep library location.
17901
179022008-08-21 Chong Yidong <cyd@stupidchicken.com>
17903
17904 * xfaces.c (x_update_menu_appearance): Check validity of menu font
17905 before using it.
17906
17907 * puresize.h (BASE_PURESIZE): Increase to 1250000.
17908
179092008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
17910
17911 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
17912 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
17913 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
17914 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
17915 (EmacsApp-cursor_blink_handler): Remove declaration.
17916 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
17917 match 01 Feb 2008 changes in xterm.c.
17918 (ns_read_socket): Add cast to avoid warning.
17919 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
17920 GNUstep.
17921
179222008-08-20 Chong Yidong <cyd@stupidchicken.com>
17923
17924 * xselect.c (x_get_foreign_selection): Return nil if desired
17925 selection could not be obtained, instead of signalling an error.
17926
179272008-08-20 David Reitter <david.reitter@gmail.com>
17928
17929 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
17930 * nsterm.m: Remove ns-specific code for cursor blinking.
17931 (ns_draw_window_cursor): Clear cursor properly rather than
17932 redrawing the area. Respect width of bar cursors.
17933 These changes enable the use of generic blink-cursor-mode and
17934 generic cursor types in NS and support smooth cursor movements (do
17935 not blink off after command).
17936 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
17937 Nextstep, too.
17938
179392008-08-19 Kenichi Handa <handa@m17n.org>
17940
17941 * font.c (Vfont_log_deferred): New variable.
17942 (font_add_log): Check Vfont_log_deferred.
17943 (font_deferred_log): New function.
17944
17945 * font.h (font_deferred_log): Extern it.
17946
17947 * fontset.c (reorder_font_vector): Use encoding charset of fonts
17948 for sorting.
17949 (face_for_char): Use deferred log.
17950
179512008-08-18 Kenichi Handa <handa@m17n.org>
17952
17953 * fontset.c (face_for_char): Add font log.
17954
17955 * font.c (font_add_log): Add the font properties :script, :lang,
17956 and :otf in the log.
17957
179582008-08-17 Chong Yidong <cyd@stupidchicken.com>
17959
17960 * xdisp.c: Remove dead code.
17961 (handle_invisible_prop, next_overlay_string): Defer call to
17962 setup_for_ellipsis.
17963 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
17964
179652008-08-15 Chong Yidong <cyd@stupidchicken.com>
17966
17967 * xfaces.c (lookup_derived_face): Properly handle possible zero
17968 return value of get_lface_attributes.
17969 (merge_faces): Don't tell lookup_derived_face to signal an error
17970 if face is not found.
17971
17972 * dired.c (Fdirectory_files): Doc fix.
17973
17974 * process.c (make_process): Initialize kill_without_query struct
17975 member.
17976
179772008-08-15 Eli Zaretskii <eliz@gnu.org>
17978
17979 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
17980 Alternative calculation of totphys for Visual Studio 6.
17981
17982 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
17983
17984 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
17985 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
17986 All users changed.
17987 (stat): Only root directory passed to GetDriveType. Allow RAM
17988 disk as well as local fixed disk when w32-get-true-file-attributes
17989 is set to `local'.
17990 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
17991 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
17992 (w32_cached_id, w32_add_to_cache): New functions.
17993 (get_name_and_id): Look account names in the cache before calling
17994 lookup_account_sid.
17995 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
17996 New initialization flags.
17997 (globals_of_w32): Initialize them to zero.
17998 (w32_system_process_attributes): Use w32_cached_id and
17999 w32_add_to_cache.
18000
180012008-08-14 Lawrence Mitchell <wence@gmx.li>
18002
18003 * lread.c (Fread_char, Fread_char_exclusive): If no character
18004 event is read before timeout is reached, return nil, rather than
18005 converting to a number.
18006
180072008-08-14 Chong Yidong <cyd@stupidchicken.com>
18008
18009 * fns.c (use_dialog_box): Doc fix.
18010
18011 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
18012 on OS X.
18013
180142008-08-13 Chong Yidong <cyd@stupidchicken.com>
18015
18016 * frame.c (Qns_parse_geometry): New var.
18017 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
18018
180192008-08-11 Chong Yidong <cyd@stupidchicken.com>
18020
18021 * xdisp.c (x_produce_glyphs): Handle the case when font has no
18022 space character in calculating tabs.
18023
180242008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
18025
18026 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
18027
180282008-08-10 Glenn Morris <rgm@gnu.org>
18029
18030 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
18031 silence gcc "limited range of data type" warnings in some
18032 make_fixnum_or_float calls.
18033
180342008-08-09 Eli Zaretskii <eliz@gnu.org>
18035
18036 * w32.c (w32_system_process_attributes): If the process does not
18037 exist, return nil.
18038
18039 * w32.c: Include thelp32.h, psapi.h and coding.h.
18040 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
18041 declarations.
18042 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
18043 (Process32Next_Proc): New typedefs.
18044 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
18045 (g_b_init_process32_next, g_b_init_open_thread_token)
18046 (g_b_init_impersonate_self, g_b_init_revert_to_self)
18047 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
18048 (g_b_init_get_process_working_set_size)
18049 (g_b_init_global_memory_status_ex): New static variables.
18050 (globals_of_w32): Initialize them.
18051 (create_toolhelp32_snapshot, process32_first, process32_next)
18052 (open_thread_token, impersonate_self, revert_to_self)
18053 (get_process_memory_info, get_process_working_set_size)
18054 (global_memory_status, global_memory_status_ex): New wrapper
18055 functions.
18056 (w32_list_system_processes, w32_system_process_attributes)
18057 (enable_privilege, restore_privilege, ltime, process_times):
18058 New functions.
18059 (convert_time_raw): New function.
18060 (convert_time): Remove conversion of FILETIME into time in 100
18061 nsec units, call convert_time_raw instead.
18062
18063 * process.h (w32_list_system_processes, w32_system_process_attributes):
18064 Add prototypes.
18065 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
18066 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
18067 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
18068 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
18069
18070 * process.c (Fsystem_process_attributes): Doc fix.
18071
180722008-08-08 Chong Yidong <cyd@stupidchicken.com>
18073
18074 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
18075 a continued multi-char glyph; if so, advance to the actual glyph.
18076
180772008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
18078
18079 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
18080
18081 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
18082 (.m.o): Use it.
18083 * config.in: Regenerate.
18084
180852008-08-07 Chong Yidong <cyd@stupidchicken.com>
18086
18087 * xdisp.c (redisplay_window): Revert last change.
18088 (try_window): Check bottom scroll margin too.
18089
180902008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
18091
18092 * config.in: Regenerate.
18093
18094 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
18095 -list-load-path-shadows'.
18096 (nsgui.h): Reduce number of things depending on it.
18097
180982008-08-06 Chong Yidong <cyd@stupidchicken.com>
18099
18100 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
18101 instead of window-end which does the wrong thing at eob.
18102 (try_cursor_movement): Minor optimization.
18103 (redisplay_window): If scroll margin is defined, don't assume
18104 window doesn't need scrolling.
18105
181062008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
18107
18108 * config.in: Regenerate.
18109
18110 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
18111 (mostlyclean): Don't delete *.d under NS.
18112
18113 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
18114
181152008-08-06 Kenichi Handa <handa@m17n.org>
18116
18117 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
18118
181192008-08-06 Andreas Schwab <schwab@suse.de>
18120
18121 * config.in: Regenerate.
18122
181232008-08-05 Chong Yidong <cyd@stupidchicken.com>
18124
18125 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
18126 forcing a window start.
18127
18128 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
18129 (auto_save_1): Update modtime when auto-save-list-file-name is on.
18130
181312008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
18132
18133 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
18134 argument.
18135
181362008-08-05 Juanma Barranquero <lekktu@gmail.com>
18137
18138 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
18139 <scroll-down-aggressively, before-change-functions>:
18140 <after-change-functions>: Reflow docstrings.
18141
181422008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
acd0102a 18143 Ken Raeburn <raeburn@gnu.org>
aac0c6e3
MR
18144
18145 Dock menu customization, based on a patch by Ken Raeburn, plus some
18146 other fixes.
18147 * nsmenu.m (dockMenu): New variable.
18148 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
18149
18150 * nsterm.h (dockMenu): Declare.
18151
18152 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
18153 (ns_term_init): Initialize dockMenu.
18154 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
18155 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
18156 left.
18157
18158 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
18159
181602008-08-04 Chong Yidong <cyd@stupidchicken.com>
18161
18162 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
18163
18164 * config.in: Regenerate.
18165
181662008-08-04 Seiji Zenitani <zenitani@mac.com>
18167
18168 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
18169
181702008-08-04 Chong Yidong <cyd@stupidchicken.com>
18171
18172 * nsterm.h (find_and_call_menu_selection): Fix prototype.
18173
181742008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
18175
18176 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
18177
18178 * keyboard.h: Comment an #endif.
18179
18180 * lisp.h (have_menus_p): Adjust comment.
18181
18182 * menu.c (find_and_return_menu_selection): Fix comparison with
18183 client_data.
18184
18185 * nsmenu.m (popup_activated_flag): New variable.
18186 (popup_activated): New function.
18187 (menu-or-popup-active-p): New exported lisp definition.
18188 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
18189 when popup done.
18190 (ns_popup_dialog): Set popup_activated_flag.
18191
18192 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
18193 version for GNUstep (handled by conditional typedef in nsterm.m).
18194 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
18195 in rgb.txt).
18196
18197 * process.c (init_process): Use DARWIN_OS, not DARWIN.
18198
18199 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
18200
18201 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
18202
18203 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
18204 shortcircuit if popup_activated like GTK and X toolkit.
18205
18206 * m/inter386.h: Change DARWIN to DARWIN_OS.
18207
18208 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
18209 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
bba3e508
SM
18210 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood.
18211 Expand comment on NO_SOCK_SIGIO.
aac0c6e3
MR
18212
182132008-08-03 Chong Yidong <cyd@stupidchicken.com>
18214
18215 * nsterm.m (windowDidResize): Remove stopModal call.
18216
182172008-08-03 Andreas Schwab <schwab@suse.de>
18218
18219 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
18220 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
18221
182222008-08-02 Chong Yidong <cyd@stupidchicken.com>
18223
18224 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
18225 Don't use uninitialized pointer variable when using getrlimit.
18226
182272008-08-02 Jason Rumney <jasonr@gnu.org>
18228
18229 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
18230
182312008-08-02 Eli Zaretskii <eliz@gnu.org>
18232
18233 * alloc.c (NSTATICS): Bump to 0x640.
18234
18235 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
18236
18237 * lisp.h: Add prototype for directory_files_internal.
18238
18239 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
18240 New functions.
18241 (syms_of_process): Defsubr them. Add initializations for various
18242 Q* symbols used in procfs_system_process_attributes.
18243 (procfs_list_system_processes, procfs_system_process_attributes)
18244 [HAVE_PROCFS]: New functions.
18245 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
18246 (procfs_get_total_memory): New functions.
18247
182482008-08-01 Juanma Barranquero <lekktu@gmail.com>
18249
18250 * xfaces.c (Fx_load_color_file): Fix previous change;
18251 it is #ifdef WINDOWSNT, not WINDOWS_NT.
18252
182532008-08-01 Michael Albinus <michael.albinus@gmx.de>
18254
18255 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
18256
182572008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
18258
18259 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
18260
182612008-08-01 Chong Yidong <cyd@stupidchicken.com>
18262
18263 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
18264
18265 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
18266 define NSApplicationDelegateReplySuccess.
18267 (EmacsView -converstationIdentifier): Use long instead of
18268 NSInteger for GNUstep, since it doesn't have NSInteger.
18269
18270 * xmenu.c: Revert last change.
18271
18272 * keyboard.h: Fix last change.
18273
182742008-08-01 Juanma Barranquero <lekktu@gmail.com>
18275
18276 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
18277 on Windows.
18278
182792008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
18280
18281 Warning clearing and clean-up in NS port.
18282 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
18283 Add prototypes.
18284 * nsgui.h (FACE_DEFAULT): Remove, unused.
18285 (XGCValues): Change colors to unsigned long.
18286 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
18287 nsterm.m.
18288 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
18289 (ns_list_fonts): Remove, unused.
18290 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
18291 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
18292 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
18293 (nsfont_draw): Compare face colors to 0, not nil.
18294 * nsmenu.m (struct widget_value): Drop unneeded declaration.
18295 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
18296 (-addSubmenuWithTitle:): Use NSMenuItem class.
18297 (ns_popup_menu): Use NO, not NULL, for enabled setting.
18298 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
18299 (ns_clip_to_row): Make gc arg a BOOL.
18300 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
18301 ns_clip_to_row() call.
18302 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
18303 used). Cast FRAME_FONT assignments.
18304 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
18305 (ns_string_to_lispmod): Change arg to const char.
18306 (ns_term_init): Use NSMenuItem class.
18307 (EmacsApp -openFile:): Move to different section of file.
18308 (EmacsApp -application:openFiles:): Don't return a value, call
18309 -replyToOpenOrPrint:.
18310 (EmacsView -keyDown:): Fix up cast.
18311 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
18312 (EmacsView -menuDown:): Cast tag in call to
18313 find_and_call_menu_selection().
18314 (ns_list_fonts): Remove, unused.
18315 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
18316 (ns_fontname_to_xlfd): Make static.
18317 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
18318 Remove prototypes (now in keyboard.h).
18319 (next_menubar_widget_id): Remove, unused.
18320 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
18321 Remove prototypes (now in keyboard.h).
18322 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
18323
183242008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
18325
18326 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
18327 (floatfns.o): Depend on syssignal.h.
18328 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
18329
18330 * systty.h: Fix previous change that removed BSD_TERMIOS.
18331 Add comments to #ifdefs.
18332
183332008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
18334
18335 * w32fns.c (w32-load-color-file): Remove.
18336 (x-open-connection): Use renamed Fx_load_color_file.
18337 * xfaces.c (x-load-color-file): Add.
18338 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
18339 Emacs.clr.
18340 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
18341
183422008-07-31 Michael Albinus <michael.albinus@gmx.de>
18343
18344 * dbusbind.c (Fdbus_call_method_asynchronously)
18345 (Fdbus_method_error_internal): New defuns.
18346 (xd_read_message): Handle also reply messages.
18347 (Vdbus_registered_functions_table): Extend docstring.
18348
183492008-07-31 Juanma Barranquero <lekktu@gmail.com>
18350
18351 * keyboard.c (gobble_input): Fix previous change.
18352
183532008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
18354
18355 * bitmaps/README:
18356 * xfns.c:
18357 * termcap.c:
18358 * term.c:
18359 * syswait.h:
18360 * systty.h:
18361 * systime.h:
18362 * syssignal.h:
18363 * sysdep.c:
18364 * process.h:
18365 * process.c:
18366 * print.c:
18367 * ndir.h:
18368 * lread.c:
18369 * keyboard.c:
18370 * getpagesize.h:
18371 * floatfns.c:
18372 * fileio.c:
18373 * emacs.c:
18374 * doc.c:
18375 * dispnew.c:
18376 * dired.c:
18377 * data.c:
18378 * callproc.c:
18379 * buffer.c:
18380 * README:
18381 * Makefile.in:
18382 * s/template.h:
18383 * s/msdos.h:
18384 * m/vax.h: Remove VMS support.
18385 * s/vms.h:
18386 * vlimit.h:
18387 * uaf.h:
18388 * temacs.opt:
18389 * param.h:
18390 * ioctl.h: Remove file.
18391
183922008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
18393
18394 * s/ms-w32.h (MULTI_KBOARD): Remove.
18395 * xterm.c:
18396 * xselect.c:
18397 * xfns.c:
18398 * window.c:
18399 * w32term.c:
18400 * w32fns.c:
18401 * terminal.c:
18402 * termhooks.h:
18403 * term.c:
18404 * sysdep.c:
18405 * keyboard.h:
18406 * keyboard.c:
18407 * frame.h:
18408 * frame.c:
18409 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
18410 * config.in: Regenerate.
18411
184122008-07-30 Jason Rumney <jasonr@gnu.org>
18413
18414 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
18415
18416 * w32font.c (w32font_encode_char): Leave as unicode if in range.
18417 (w32font_open_internal): Get unicode version of textmetrics.
18418 Don't enable or disable glyph indices here.
18419 (w32font_open): Disable use of glyph indices.
18420
18421 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
18422
184232008-07-30 Chong Yidong <cyd@stupidchicken.com>
18424
18425 * minibuf.c (Vread_buffer_function): Doc fix.
18426
184272008-07-30 John Paul Wallington <jpw@pobox.com>
18428
18429 * minibuf.c (read_buffer_completion_ignore_case): New var.
18430 (Fread_buffer): Use it.
18431
184322008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
18433
18434 * systty.h (sensemode): Remove empty #if. Remove reference to
18435 BSD_TERMIOS, unused.
18436
18437 * sysdep.c: Remove reference to DGUX.
18438 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
18439
18440 * config.in: Regenerate.
18441
184422008-07-30 Jason Rumney <jasonr@gnu.org>
18443
18444 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
18445
184462008-07-29 Jason Rumney <jasonr@gnu.org>
18447
18448 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
18449 is populated.
18450 (uniscribe_encode_char): Always use uniscribe.
18451 Avoid using context if cache is populated.
18452
184532008-07-29 Jan Djärv <jan.h.d@swipnet.se>
18454
18455 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
18456 open menu.
18457
18458 * gtkutil.c (menu_nav_ended): Remove.
18459 (create_menus): Remove signal connect for menu_nav_ended.
18460
184612008-07-28 Chong Yidong <cyd@stupidchicken.com>
18462
18463 * xdisp.c (redisplay_window): Check return value of
18464 compute_window_start_on_continuation_line before forcing a window
18465 start.
18466
184672008-07-28 Jason Rumney <jasonr@gnu.org>
18468
18469 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
18470
18471 * w32term.c (w32_enable_unicode_output, cleartype_active):
18472 Remove obsolete display options.
18473 (x_draw_glyph_string_background): Don't use old cleartype_active
18474 workaround.
18475 (w32_initialize): Remove cleartype_active initialization.
18476 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
18477
184782008-07-28 Andreas Schwab <schwab@suse.de>
18479
18480 * lisp.h (init_weak_hash_tables, syms_of_font)
18481 (xd_read_queued_messages, syms_of_dbusbind): Declare.
18482 (remove_hash_entry): Don't declare.
18483 * eval.c (maybe_call_debugger): Make static and move before use.
18484 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
18485 * xdisp.c: Include "gtkutil.h" if USE_GTK.
18486 * xterm.h (x_set_frame_alpha): Declare.
18487
184882008-07-28 Jan Djärv <jan.h.d@swipnet.se>
18489
18490 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
18491 (create_menus): Connect selection-done to menu_nav_ended.
18492
184932008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18494
18495 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
18496 Set Vx_resource_name to a fallback. Replace read of 'buffered'
18497 parameter with read of 'alpha' one.
18498 (Qns_frame_parameter): Remove.
5582fbc7 18499 * nsselect.m (selection-coding-system)
aac0c6e3
MR
18500 (next-selection-coding-system, Vselection_coding_system)
18501 (Vnext_selection_coding_system): Drop.
18502
185032008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18504
18505 * nsfns.m (do-applescript, do_applescript): Rename to
18506 ns-do-applescript, ns_do_applescript, and move within file.
18507
185082008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
18509
18510 Remove support for Mac Carbon.
18511 * mactoolbox.c:
18512 * macterm.h:
18513 * macterm.c:
18514 * macselect.c:
18515 * macmenu.c:
18516 * macgui.h:
18517 * macfns.c:
18518 * mac.c: Remove file.
18519 * s/darwin.h:
18520 * m/intel386.h:
18521 * xfaces.c:
18522 * xdisp.c:
18523 * window.c:
18524 * tparam.c:
18525 * termhooks.h:
18526 * termcap.c:
18527 * term.c:
18528 * syssignal.h:
18529 * sysselect.h:
18530 * sysdep.c:
18531 * process.c:
18532 * lread.c:
18533 * lisp.h:
18534 * keyboard.c:
18535 * image.c:
18536 * fringe.c:
18537 * frame.h:
18538 * frame.c:
18539 * fontset.c:
18540 * font.h:
18541 * font.c:
18542 * fns.c:
18543 * fileio.c:
18544 * emacs.c:
18545 * dispnew.c:
18546 * dispextern.h:
18547 * config.in:
18548 * atimer.c:
2ae37cf0 18549 * Makefile.in: Remove code for Carbon.
aac0c6e3 18550
f0131492 185512008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
18552
18553 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
18554
185552008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18556
18557 * macterm.h (kCGBitmapByteOrder32Host): New define for
18558 non-universal SDKs.
18559
18560 * image.c (mac_create_cg_image_from_image, image_load_image_io)
18561 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
18562
18563 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
18564 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
18565
185662008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
18567
18568 * w32inevt.c: Include dispextern.h.
18569
185702008-07-26 Andreas Schwab <schwab@suse.de>
18571
18572 * print.c (print_object): Fix off-by-one in last change.
18573
185742008-07-25 Juanma Barranquero <lekktu@gmail.com>
18575
18576 * term.c (syms_of_term): Don't initialize default_orig_pair,
18577 default_set_foreground and default_set_background on Windows.
18578
185792008-07-25 Jason Rumney <jasonr@gnu.org>
18580
18581 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
18582 ScriptItemize. Clean up return value checking. Remove unused
18583 variables.
18584 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
18585 shaping engine.
18586
18587 * w32font.c (w32font_has_char): Handle the case where we can't
18588 determine the script for a character.
18589
185902008-07-25 Chong Yidong <cyd@stupidchicken.com>
18591
18592 * term.c (syms_of_term): Initialize default_orig_pair,
18593 default_set_foreground, and default_set_background.
18594
18595 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
18596 clash (bug#86).
18597 (getloadavg): Callers changed.
18598
18599 * image.c (svg_load_image): Fix last change.
18600 (svg_load_image): Use rsvg_handle_get_dimensions to check that
18601 image size is valid. Use g_object_unref instead of deprecated
18602 rsvg_handle_free to free rsvg handle.
18603 (x_from_xcolors): Don't initialize pixmap (silence compiler).
18604
186052008-07-25 Jason Rumney <jasonr@gnu.org>
18606
18607 * w32font.c (w32font_encode_char): Encode characters outside BMP as
18608 surrogates before looking up glyph index.
18609 (w32font_text_extents): Encode as surrogates if falling back to
18610 functions that need UTF-16 wide chars.
18611
18612 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
18613 BMP as surrogates before looking up glyph index.
18614
186152008-07-25 Chong Yidong <cyd@stupidchicken.com>
18616
18617 * image.c (svg_load_image): Check for failure in return value of
18618 rsvg_handle_get_pixbuf. Free rsvg handle when done.
18619
186202008-07-25 Jason Rumney <jasonr@gnu.org>
18621
18622 * w32font.c (Fx_select_font): Reverse sense of second arg.
18623
186242008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
18625
18626 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
18627 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
18628
18629 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
18630 (PURESIZE): Use it.
18631
186322008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
18633
18634 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
18635 * m/alpha.h (TEXT_END):
18636 * m/ibmrs6000.h (TEXT_END):
18637 * m/macppc.h (TEXT_END):
18638 * s/darwin.h (TEXT_END):
18639 * s/msdos.h (TEXT_END): Remove, unused.
18640 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
18641 * s/cygwin.h: Remove comment.
18642
18643 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
18644 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
18645 * m/intel386.h (DOT_GLOBAL_START):
18646 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
18647 (USG): Remove, file not used on USG platforms.
18648
18649 * Makefile.in (HAVE_X11): Remove empty #else.
18650
186512008-07-24 Andreas Schwab <schwab@suse.de>
18652
18653 * fileio.c (Finsert_file_contents): Properly adjust undo list
18654 after format conversion.
18655
186562008-07-24 Jan Djärv <jan.h.d@swipnet.se>
18657
18658 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
18659 (menu_nav_ended): Remove.
18660 (create_menus): Remove signal connect for menu_nav_ended.
18661 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
18662 create_menus.
18663 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
18664
186652008-07-23 Jason Rumney <jasonr@gnu.org>
18666
18667 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
18668 with opened font.
18669 (w32font_open): Set font type to gdi.
18670
18671 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
18672
186732008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
18674
18675 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
18676 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
18677 defines it.
18678 * unexec.c (ADDR_CORRECT): Define unconditionally.
18679
18680 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
18681
18682 * unexec.c: Remove code depending on !COFF and USG, the file is
18683 not used for such systems.
18684
18685 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
18686 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
18687 (LD_SWITCH_SYSTEM_1): Remove, update users.
18688
18689 * s/darwin.h (DATA_END):
18690 * m/intel386.h (DATA_END):
18691 * m/ibmrs6000.h (DATA_END):
18692 * m/alpha.h (DATA_END): Remove, unused.
18693
18694 * config.in: Regenerate.
18695 * s/ms-w32.h (subprocesses): Define unconditionally.
18696 * s/template.h (subprocesses): Update comment.
18697 * s/vms.h (subprocesses):
18698 * s/usg5-4.h (subprocesses):
18699 * s/hpux10-20.h (subprocesses):
18700 * s/gnu-linux.h (subprocesses):
18701 * s/cygwin.h (subprocesses):
18702 * s/bsd-common.h (subprocesses):
18703 * s/aix4-2.h (subprocesses):
18704 * s/darwin.h (subprocesses): Do not define, defined by default now.
18705
18706 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
18707 Remove all references.
18708 (temacs): Add GNUstep specific ld flags.
18709
18710 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
18711 similarly to what X does.
18712
187132008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
18714
18715 * nsfns.m (x-list-fonts): Remove.
18716 (syms_of_nsfns): Drop the x-list-fonts declaration.
18717 * nsterm.m: Get rid of remaining "//" comments.
18718
187192008-07-22 Chong Yidong <cyd@stupidchicken.com>
18720
18721 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
18722
18723 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
18724 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
18725 (Fns_own_selection_internal, Fx_disown_selection_internal)
18726 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
18727
18728 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
18729 ... */' style of docstrings. Doc fixes.
18730
187312008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
18732
18733 * terminfo.c (UP, BC, PC): Undo previous change.
18734
18735 * nsfns.m: Rename ns prefixed functions/variables to the
18736 corresponding x versions. Update references.
18737
187382008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
18739
18740 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
18741
187422008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
18743
18744 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
18745 Remove forwarding functions.
18746 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
18747 non-static.
18748 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
18749 non-static.
18750 (ns_frame_parm_handlers): Use the new names.
18751 (syms_of_nsfns): Move to the end of file.
18752
18753 * nsterm.m (syms_of_nsterm): Move to the end of file.
18754
18755 * dispnew.c (init_display): Remove code for X10.
18756
187572008-07-22 Jason Rumney <jasonr@gnu.org>
18758
18759 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
18760 bare drive.
18761
187622008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
18763
18764 * nsterm.m (syms_of_nsterm): Remove debugging println.
18765
187662008-07-22 David Reitter <david.reitter@gmail.com>
18767
18768 * nsfns.m (do_applescript, F_do_applescript): NS version of the
18769 Carbon implementation of the same functionality: execute arbitrary
18770 AppleScript code.
18771
187722008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
18773
18774 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
18775 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
18776 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
18777 (Fx_display_mm_height, Fx_display_mm_width)
18778 (Fx_display_backing_store, Fx_display_visual_class)
18779 (Fx_display_save_under, Fx_open_connection)
18780 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
18781 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
18782 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
18783 (Fx_display_pixel_width, Fx_display_pixel_height)
18784 (Fx_display_usable_bounds, Fx_display_planes)
18785 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
18786 ... */' style of docstrings.
18787
187882008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
18789
18790 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
18791 on this platform.
18792 (mips):
18793 * m/iris4d.h (mips): Do not define.
18794 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
18795
18796 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
18797
18798 * image.c:
18799 * nsfns.m:
18800 * nsselect.m:
18801 * nsterm.h:
18802 * nsterm.m: Rename ns prefixed functions/variables to the
18803 corresponding x versions. Update references.
18804
18805 * m/ibms390x.h (NO_REMAP): Do not undefine.
18806
18807 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
18808
188092008-07-21 Chong Yidong <cyd@stupidchicken.com>
18810
18811 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
18812 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
18813 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
18814 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
18815 (Fns_display_mm_height, Fns_display_mm_width)
18816 (Fns_display_backing_store, Fns_display_visual_class)
18817 (Fns_display_save_under, Fns_open_connection)
18818 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
18819 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
18820 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
18821 (Fns_display_pixel_width, Fns_display_pixel_height)
18822 (Fns_display_usable_bounds, Fx_display_planes)
18823 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
18824
188252008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
18826
18827 * print.c (print_object): Check print_depth before searching for
18828 circularities.
18829
188302008-07-21 Michael Albinus <michael.albinus@gmx.de>
18831
18832 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
18833 only sprintf.
18834
188352008-07-21 Kenichi Handa <handa@m17n.org>
18836
18837 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
18838
188392008-07-20 Andreas Schwab <schwab@suse.de>
18840
18841 * syntax.c (find_start_pos, find_start_value)
18842 (find_start_value_byte, find_start_begv, find_defun_start)
18843 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
18844
188452008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
18846
18847 * s/sol2-3.h: Insert contents of s/sol2.h.
18848 (LD_SWITCH_SYSTEM): Remove redundant definition.
18849 * s/sol2.h: Remove, unused.
18850
188512008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
18852
18853 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
18854
188552008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
18856
18857 * Makefile.in (ns_appdir): Fix typo in find command.
18858
188592008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
18860
18861 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
18862
18863 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
18864 added not supported anymore.
18865
18866 * s/usg5-4-2.h (LIBS_SYSTEM):
18867 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
18868
18869 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
18870 * s/lynxos.h (GETPGRP_NO_ARG):
18871 * s/hpux10-20.h (NO_SIOCTL_H):
18872 * s/gnu.h (GETPGRP_NO_ARG):
18873 * s/gnu-linux.h (NO_SIOCTL_H):
18874 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
18875 * s/cygwin.h (GETPGRP_NO_ARG):
18876 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
18877 (C_DEBUG_SWITCH): Remove duplicate definition.
18878
18879 * m/ibms390.h: Remove boilerplate comments.
18880
18881 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
18882
18883 * process.c (HAVE_SERIAL): Consolidate ifdefs.
18884 (wait_reading_process_output): Remove code for SunOS, platform not
18885 supported anymore. Use SOLARIS2 instead of sun.
18886
188872008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
18888
18889 * font.c (font_open_by_name): Under NS, default lface height to zero.
18890 (font_open_for_lface): Under NS, set size based on frame fontsize.
18891 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
18892 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
18893
188942008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
18895
18896 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
18897 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
18898 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
18899 YES/NO.
18900 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
18901 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
18902 * Makefile.in (clean): Clear out build destination dir.
18903
189042008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
18905
18906 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
18907 xterm, xselect.
18908 * lisp.h: Remove declaration of hash_remove.
18909 * nsgui.h: Remove redefinitions of hash_remove.
18910 * fns.c (hash_remove): Rename to hash_remove_from_table.
18911
189122008-07-19 Seiji Zenitani <zenitani@mac.com>
18913
18914 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
18915 strdup() the family UTF8String before modifying it.
18916
189172008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
18918
18919 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
18920 NS_FACE_BACKGROUND with 0 instead of nil.
18921 * nsfont.m (nsfont_draw): Same.
18922
189232008-07-19 Chong Yidong <cyd@stupidchicken.com>
18924
18925 * nsfns.m (ns_set_background_color): Fix crash.
18926
189272008-07-18 Chong Yidong <cyd@stupidchicken.com>
18928
18929 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
18930
189312008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
18932
18933 * puresize.h (BASE_PURESIZE): Increase to 1240000.
18934
189352008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18936
18937 * gtkutil.c: Include <config.h> instead of "config.h".
18938
18939 * lisp.h (Foverlay_buffer): Add EXFUN.
18940
18941 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
18942 child process to complete child_setup. Undo 2005-09-21 change.
18943
18944 * s/darwin.h: Mention setsid after vfork.
18945
189462008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18947
18948 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
18949 Depend on macgui.h.
18950
18951 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
18952 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
18953
18954 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
18955 and f19.
18956 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
18957
18958 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
18959 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
18960 Remove enumerators.
18961
18962 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
18963 Check if FACE_FROM_ID returns NULL.
18964
189652008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
18966
18967 * w32inevt.c (change_frame_size): Remove extern declaration.
18968 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
18969 change_frame_size.
18970
189712008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
18972
18973 * getloadavg.c: Revert last change (2008-07-15).
18974
189752008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
18976
18977 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 18978 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
18979 from configure.
18980
189812008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
18982
18983 * s/sol2.h:
18984 * s/sol2-4.h: Reorganize conditionals.
18985
18986 * ecrt0.c: Remove code depending on m68000, not used anymore.
18987
18988 * fns.c (hash_remove): Make static.
18989 * lisp.h (hash_remove): Don't prototype.
18990
18991 * m/ibmrs6000.h:
18992 * m/ibms390x.h:
18993 * m/macppc.h: Remove boilerplate comments.
18994
18995 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
18996 Solaris, which does not need them.
18997
18998 * m/vax.h: Remove comments about unsupported systems.
18999
19000 * s/darwin.h: Reorganize ifdefs.
19001
190022008-07-17 Andreas Schwab <schwab@suse.de>
19003
19004 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
19005
190062008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
19007
19008 Use SDATA. Follow coding convention of placing operators at
19009 beginning of next line rather than end of previous line, and placing
19010 spaces around infix operators.
19011
19012 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
19013 in case it was defined already.
19014 USE @GNUSTEP_MAKEFILES@ rather than envvars.
19015 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
19016 ns_default.
19017 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
19018 Lisp_Objects.
19019 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
19020 (ns_defined_color, ns_color_to_lisp): Declare.
19021 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
19022 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
19023 it's accepted even with USE_LISP_UNION_TYPE.
19024 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
19025 (update_frame_tool_bar): Remove apparently obsolete tests for
19026 non-integerness of f->tool_bar_lines.
19027 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
19028 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
19029 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
19030 (nsfont_open): Don't confuse NULL for Qnil.
19031 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
19032 * menu.h (find_and_call_menu_selection):
19033 * menu.c (find_and_call_menu_selection): Use just int for vector size.
19034 (find_and_return_menu_selection): Always return something.
19035 * frame.h: Include dispextern.h for Display_Info.
19036 (display_x_get_resource): Declare.
19037
190382008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
19039
19040 * syntax.c: Remove stdio.h include accidentally introduced in
19041 Emacs.app commit.
19042 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
19043 NS_IMPL_COCOA.
19044 * keyboard.c (handle_async_input, input_available_signal): Remove
19045 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
19046
190472008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
19048
19049 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
19050 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
19051 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
19052 Use SDATA.
19053
19054 * keymap.c: Remove all NS-specific code.
19055 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
19056 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
19057 where_is_preferred_modifier, return a different value depending on how
19058 preferred is the binding.
19059 (where_is_internal): Adjust accordingly.
19060 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
19061 Adjust to new preferred_sequence_p.
19062 (syms_of_keymap): Declare `where-is-preferred-modifier'.
19063 * keyboard.c (parse_solitary_modifier): Not static any more.
19064 * keyboard.h (parse_solitary_modifier): Declare.
19065
190662008-07-16 Andreas Schwab <schwab@suse.de>
19067
19068 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
19069 of easymenu.
19070
190712008-07-16 Chong Yidong <cyd@stupidchicken.com>
19072
19073 * xdisp.c (move_it_in_display_line): Account for word wrap, so
19074 that we don't move off the line.
19075
190762008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
19077
19078 * keyboard.c (Qsuper): Remove.
19079 (parse_menu_item): Don't call where_is_internal specially for NS.
19080
190812008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
19082
19083 * s/gnu-linux.h: Remove boilerplate comments.
19084
19085 * m/alpha.h (__ELF__): Consolidate conditions.
19086
19087 * m/m68k.h (linux): Use GNU_LINUX instead.
19088 Remove boilerplate comments.
19089
19090 * m/intel386.h: Undo refactoring from previous change.
19091 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
19092 too, remove dead code.
19093 (linux): Use GNU_LINUX instead.
19094
190952008-07-16 Jason Rumney <jasonr@gnu.org>
19096
19097 * w32gui.h: Repeat 26 June changes lost by last change.
19098
190992008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
19100
19101 * systty.h: Remove code for Aix on 386, unsupported platform.
19102
19103 * s/ms-w32.h: Remove boilerplate comments.
19104 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
19105
19106 * s/gnu-linux.h (TERM): Remove support.
19107 (HAVE_SYSVIPC): Remove, unused.
19108 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
19109 for this system.
19110
19111 * process.c: Remove support for IRIS, unused.
19112 Remove support for TERM, not relevant anymore.
19113
19114 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
19115 used with the definition.
19116
19117 * s/aix4-2.h (static): Do not undef.
19118
19119 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
19120 only used on Aix.
19121 (HAVE_SYSVIPC): Remove, unused.
19122
19123 * m/hp800.h (CANNOT_DUMP): Do not undef.
19124
19125 * m/alpha.h: Fix comment.
19126
19127 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
19128 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
19129 used by this configuration.
19130 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
19131 * unexec.c: Remove code depending on HPUX and
19132 USG_SHARED_LIBRARIES, not used with this file. Remove code
19133 depending on IRIS, unused. Remove if 0-ed code.
19134
19135 * s/template.h: Remove comments about static.
19136
19137 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
19138 Remove if 0-ed code.
19139 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
19140 were the same as the default.
19141 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
19142 Remove boilerplate comments.
19143 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
19144 (HAVE_SYSVIPC): Remove, unused.
19145 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
19146
19147 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
19148 Remove boilerplate comments.
19149 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
19150 Remove boilerplate comments.
19151 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
19152 Remove boilerplate comments.
19153 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
19154
19155 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
19156 USG systems which do not use DATA_SEG_BITS.
19157 Refactor code. Remove boilerplate comments.
19158
19159 * m/ibms390.h:
19160 * m/m68k.h:
19161 * s/bsd-common.h:
19162 * s/cygwin.h:
19163 * s/darwin.h:
19164 * s/freebsd.h:
19165 * s/gnu.h:
19166 * s/msdos.h: Remove boilerplate comments.
19167
19168 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 19169 do not use this file.
aac0c6e3
MR
19170 (IRIS_4D): Remove, unused.
19171
19172 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 19173 do not use this file.
aac0c6e3
MR
19174 (SIGN_EXTEND_CHAR):
19175 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
19176 * unexmips.c: Remove file, unused.
19177
19178 * editfns.c (Fuser_full_name): Replace the only use of
19179 USER_FULL_NAME with its value.
19180 * config.in: Regenerate.
19181
191822008-07-16 David Reitter <david.reitter@gmail.com>
19183
19184 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
19185 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
19186
191872008-07-16 Glenn Morris <rgm@gnu.org>
19188
19189 * emacs.c (system-type): Doc fix.
19190
191912008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
19192
19193 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
19194 If the cache doesn't work, let's fix it, rather than work around it.
19195
191962008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
19197
19198 * Makefile.in: Correct additions for nsfont.o in last commit.
19199 * nsfont.m: New file (forgot last commit).
19200
192012008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
19202
bba3e508
SM
19203 * callproc.c (set_initial_environment):
19204 Initialize Vprocess_environment under CANNOT_DUMP (fixes crash when
aac0c6e3
MR
19205 batch-compiling for bootstrap).
19206
192072008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
acd0102a 19208 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3 19209
c4cc8b9a
JB
19210 * frame.c (make_initial_frame): Call init_frame_faces(f) in
19211 CANNOT_DUMP case -- fix crash due to different init order.
aac0c6e3
MR
19212
192132008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
19214
19215 Changes and additions for NeXTstep windowing system (Cocoa and
19216 GNUstep) support.
19217
19218 * Makefile.in:
19219 * config.in: Support defines and build commands for NS port.
19220 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
19221 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
19222 * dispextern.h: Include nsgui.h and add needed typedefs under NS
19223 windowing.
19224 (struct face): Add synth_ital field.
19225 * dispnew.c: Include nsterm.h when compiling under NS windowing.
19226 (init_display): Initialize Vinitial_window_system to "ns" when so
19227 compiled.
19228 * emacs.c: Include GSConfig.h when compiling under GNUstep.
19229 (display_arg): Use under NS.
19230 (main): Under NS, allocate autorelease pool and handle command line
19231 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
19232 (standard_args): Add NS-specific args.
19233 (shut_down_emacs): Shut down NS terminal if compiled under NS.
19234 * font.c (DEFAULT_ENCODING): New variable.
19235 (font_find_for_lface): Use it.
19236 (syms_of_font): Load syms_of_nsfont under NS.
19237 * font.h: Declare nsfont_driver when compiled under NS.
19238 * fontset.c: When compiling under NS, include nsterm.h.
19239 (fontset_from_font): Autoconstruct fontset under NS.
19240 * frame.c (various): Under NS, include nsterm.h, add Qns window system
19241 symbol, document and use it.
19242 (do_switch_frame): When for_deletion under Cocoa, add
19243 Fraise_frame(Qnil).
19244 (x_set_frame_parameters): Ensure font attribute changes are picked up.
19245 (x_get_arg): Allow "yes" and "no" as boolean values.
19246 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
19247 Qright under Cocoa.
19248 (focus-follows-mouse): Default to 0 under NS.
19249 * frame.h (enum output_method): Add output_ns.
19250 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
19251 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
19252 (FRAME_WINDOW_P): NS-specific definition.
19253 * fringe.c (max_used_fringe_bitmap): Make public.
19254 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
19255 (getloadavg): Use NeXT code under descendant OS's.
19256 * image.c (includes and header section, x_create_bitmap_from_data)
19257 (x_create_bitmap_from_file, free_bitmap_record, image_background)
19258 (image_background_transparent, x_clear_image_1)
19259 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
19260 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
19261 (x_to_xcolors, x_from_xcolors, x_disable_image)
19262 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
19263 other GUIs, including XPM support using code originally written for
19264 Carbon GUI.
19265 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
19266 using NS API.
19267 (image_ascent): Use font metrics macros instead of direct struct field
19268 access.
19269 * keyboard.c (includes): Add nsterm.h when compiling under NS.
19270 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
19271 Also, handle NS as GTK for menu bar purposes.
19272 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
19273 toolkit where they differ.
19274 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
19275 use cachelist, still needed under NS.
19276 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
19277 (struct widget_value): Define it here for menu.c.
19278 * keymap.c (includes): Include modifier internals.
19279 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
19280 NS.
19281 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
19282 support for preferring sequences using certain modifiers, specified by
19283 the FIRSTONLY argument.
19284 * lisp.h (hash_remove): Rename to avoid name clash when compiling
19285 under NS GNUstep implementation.
19286 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
19287 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
19288 * menu.c: Include nsterm.h under NS.
19289 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
19290 (free_menubar_widget_tree_value, update_submenu_strings)
19291 (find_and_call_menu_selection): Treat NS as X and NT.
19292 (find_and_return_menu_selection): New function, used for popup menus.
19293 * nsgui.h:
19294 * nsterm.h:
19295 * nsfns.m:
19296 * nsimage.m:
19297 * nsmenu.m:
19298 * nsselect.m:
19299 * nsterm.m: New files.
19300 * process.c (wait_reading_process_output): Under NS, call ns_select()
19301 instead of plain select().
19302 * syntax.c (char_quoted): Under NS, avoid a crash when called near
19303 beginning of buffer.
19304 * sysselect.h (init_process): Rename when compiling under Cocoa to
19305 avoid name conflict.
19306 * termhooks.h (display_info): Add ns_display_info to union.
19307 * terminal.c (Fterminal_live_p): Add ns to terminal types.
19308 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
19309 COCOA environment.
19310 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
19311 unexec() signature. (Note, this will dump, but the resulting file
19312 crashes; unexosx is used instead; keeping around for reference and
19313 possible aid in getting dump working under GNUstep.)
19314 * w32gui.h (button_type, widget_value): Remove definitions (now in
19315 keyboard.h).
19316 * window.c: Include nsterm.h when compiling under NS.
19317 * xdisp.c (includes): Include nsterm.h when compiling under NS.
19318 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
19319 other GUI windowing systems.
19320 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
19321 GTK.
19322 (x_consider_frame_title): Under NS, set icon type and frame
19323 modified-state indicator; use ns_set_name_as_filename() when using
19324 formatted title.
19325 (update_window_cursor): Make public when compiling under NS.
19326 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
19327 (hourglass_atimer, Vhourglass_delay
19328 * xfaces.c (header section, init_frame_faces, clear_font_table)
19329 (defined_color, unload_color, x_face_list_fonts)
19330 (prepare_face_for_display): Add NS support parallel to other GUIs.
19331 Emulate GCs like other non-X GUIs.
19332 (split_font_name): Don't lowercase font name under NS.
19333 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
19334 under NS.
19335 * s/darwin.h: Add support for compilation under NS.
19336
193372008-07-15 Jason Rumney <jasonr@gnu.org>
19338
19339 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
19340 (w32_show_hourglass): Rename from show_hourglass.
19341 (w32_hide_hourglass): Rename from hide_hourglass.
19342 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
19343 (Vhourglass_delay): Declare extern.
19344 (hourglass_started): Remove.
19345
19346 * xdisp.c (Vhourglass_delay): Remove static.
19347 (hourglass_started, start_hourglass, cancel_hourglass):
19348 Don't include these versions on WINDOWSNT.
19349
193502008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
19351
19352 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
19353 variables (formerly in xfns.c).
19354 (show_hourglass, hide_hourglass): New prototypes (same).
19355 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
19356 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
19357 in xfns.c).
19358 (syms_of_xdisp): Declare/initialize display-hourglass,
19359 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
19360 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
19361 formerly in xfns.c.
19362 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
19363 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
19364 (start_hourglass, cancel_hourglass): Remove.
19365 (show_hourglass, hide_hourglass): Remove prototypes and static
19366 modifiers.
19367 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
19368 hourglass_atimer, hourglass_shown_p declaration/initialization.
19369 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
19370 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
19371 (start_hourglass, cancel_hourglass): Remove.
19372 (show_hourglass, hide_hourglass): Remove prototypes and static
19373 modifiers.
19374 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
19375 hourglass_atimer, hourglass_shown_p declaration/initialization.
19376 * w32fns.c (display_hourglass_p, Vhourglass_delay)
19377 (DEFAULT_HOURGLASS_DELAY): Remove.
19378 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
19379 hourglass_shown_p declaration/initialization.
19380
193812008-07-14 Jason Rumney <jasonr@gnu.org>
19382
19383 * w32fns.c (w32_get_arg): Remove wrapper function.
19384 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
19385 directly.
19386 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
19387
193882008-07-14 Kenichi Handa <handa@m17n.org>
19389
19390 * xfont.c (xfont_open): Add workaround for X's bug.
19391
193922008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
19393
19394 * fontset.c: Include <stdio.h> unconditionally.
19395
193962008-07-13 Michael Albinus <michael.albinus@gmx.de>
19397
19398 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
19399 for filtering.
19400
194012008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
19402
19403 * s/vms.h: Use __GNUC__ instead of _GNUC_.
19404
19405 * m/macppc.h:
19406 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
19407
c4cc8b9a 19408 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
aac0c6e3
MR
19409 (SPECIAL_EMACS_INT):
19410 * m/ia64.h (SPECIAL_EMACS_INT):
19411 * m/amdx86-64.h (SPECIAL_EMACS_INT):
19412 * s/gnu.h (NLIST_STRUCT):
19413 * s/aix4-2.h (X11R5_INHIBIT_I18N):
19414 * s/gnu-linux.h (LINUX):
19415 * s/msdos.h (HAVE_FACES):
19416 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
19417
19418 * systty.h:
19419 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
19420 anymore.
19421
194222008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
19423
19424 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
19425 always defined as int.
19426
19427 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
19428 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
19429 * s/gnu-linux.h (HAVE_WAIT_HEADER):
19430 * s/freebsd.h (HAVE_WAIT_HEADER):
19431 * s/bsd-common.h (HAVE_UNION_WAIT):
19432 * s/aix4-2.h (HAVE_WAIT_HEADER):
19433 * m/mips.h (HAVE_UNION_WAIT):
19434 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
19435 (COFF, static): Do not define, they are undefined later in the file.
19436
19437 * process.c (update_status): Don't use a union.
19438 (status_convert):
19439 (sigchld_handler): Use int instead of WAITTYPE.
19440
194412008-07-12 Chong Yidong <cyd@stupidchicken.com>
19442
19443 * indent.c (Fvertical_motion): Restore hscroll before moving to
19444 goal column.
19445
194462008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
19447
19448 * lisp.h: Remove left over code.
19449
194502008-07-11 Andreas Schwab <schwab@suse.de>
19451
19452 * lisp.h: Fix logic in last change.
19453
19454 * menu.h: New file.
19455 * menu.c: Include it.
19456 * xmenu.c: Likewise.
19457 * Makefile.in: Update dependencies.
19458
194592008-07-11 Kenichi Handa <handa@m17n.org>
19460
19461 * fontset.c (fontset_from_font): Cancel the previous change.
19462
194632008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
19464
19465 * lisp.h:
19466 * w32heap.c:
19467 * emacs.c:
19468 * alloc.c: Replace all references of NO_UNION_TYPE with
19469 USE_LISP_UNION_TYPE.
19470
19471 * m/xtensa.h (NO_UNION_TYPE):
19472 * m/vax.h (NO_UNION_TYPE):
19473 * m/template.h (NO_UNION_TYPE):
19474 * m/sparc.h (NO_UNION_TYPE):
19475 * m/mips.h (NO_UNION_TYPE):
19476 * m/macppc.h (NO_UNION_TYPE):
19477 * m/m68k.h (NO_UNION_TYPE):
19478 * m/iris4d.h (NO_UNION_TYPE):
19479 * m/intel386.h (NO_UNION_TYPE):
19480 * m/ibms390x.h (NO_UNION_TYPE):
19481 * m/ibms390.h (NO_UNION_TYPE):
19482 * m/ibmrs6000.h (NO_UNION_TYPE):
19483 * m/ia64.h (NO_UNION_TYPE):
19484 * m/hp800.h (NO_UNION_TYPE):
19485 * m/arm.h (NO_UNION_TYPE):
19486 * m/amdx86-64.h (NO_UNION_TYPE):
19487 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
19488 defining it the same.
19489
194902008-07-10 Chong Yidong <cyd@stupidchicken.com>
19491
19492 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
19493
194942008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
19495
19496 * fileio.c:
50426a04 19497 * sysdep.c:
aac0c6e3
MR
19498 * systty.h:
19499 * m/ibmrs6000.h:
19500 * m/iris4d.h:
19501 * s/aix4-2.h:
19502 * s/freebsd.h:
19503 * s/gnu-linux.h:
19504 * s/hpux10-20.h:
19505 * s/hpux11.h:
19506 * s/netbsd.h:
19507 * s/sol2-3.h:
19508 * s/sol2-4.h:
19509 * s/sol2.h:
19510 * s/usg5-4.h:
19511 * s/vms.h: Remove references to unused variables.
19512
195132008-07-10 Andreas Schwab <schwab@suse.de>
19514
19515 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
19516 pattern before matching the generic family.
19517
195182008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
19519
19520 * unexec.c:
19521 * s/vms.h:
19522 * s/usg5-4-2.h:
19523 * s/sol2-5.h:
19524 * s/freebsd.h:
19525 * s/darwin.h: Remove dead code.
19526
19527 * m/template.h:
19528 * m/sparc.h:
19529 * m/mips.h:
19530 * m/m68k.h:
19531 * m/iris4d.h:
19532 * m/intel386.h:
19533 * m/ibms390x.h:
19534 * m/ibms390.h:
19535 * m/ia64.h:
19536 * m/hp800.h:
19537 * m/arm.h:
19538 * m/amdx86-64.h: Remove dead code and references to unused
19539 and compiler defined symbols.
19540
19541 * unexmips.c:
19542 * unexelf.c: Remove references to desupported systems.
19543
19544 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
19545
19546 * m/powermac.h: Remove boilerplate comments.
19547 (NO_REMAP): Remove unused definition.
19548
19549 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
19550 define them.
19551
195522008-07-10 Kenichi Handa <handa@m17n.org>
19553
19554 * xfont.c (xfont_open): Log the reason of failure.
19555
195562008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
19557
19558 * fontset.c (fontset_get_font_group):
19559 * font.c (font_check_otf): Specify argument types.
19560
195612008-07-09 Kenichi Handa <handa@m17n.org>
19562
19563 * coding.c (detect_coding_utf_8): Set detect_info->found only when
19564 non-ASCII char is found.
19565
19566 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
19567 (reorder_font_vector): Change the arg preferred_family to font.
19568 Prefer the spec matching with font.
19569 (fontset_get_font_group): New function.
19570 (fontset_find_font): Change the format of an element of a realized
19571 fontset. Use fontset_get_font_group.
19572 (fontset_font): Try the current fontset, the default fontset, the
19573 fallbacks of the current fontset, and the fallbacks of the default
19574 fontset in this order.
19575 (face_for_char): Delete the shortcut to use the current font.
19576 (fontset_from_font): Don't set fonts for Latin in the fontset.
19577
19578 * font.h (font_make_object, font_match_p): Adjust prototypes.
19579
19580 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
19581
19582 * font.c (font_make_object): New arg entity and pixelsize.
19583 (font_check_otf_features, font_check_otf): New functions.
19584 (font_match_p): Check :lang, :script, and :otf properties.
19585
19586 * xfont.c (xfont_open): Adjust it for the change of
19587 font_make_object.
19588 (xfont_text_extents): Fix initial setting of metrics.
19589
19590 * ftfont.c (struct ftfont_info): New member index, delete member
19591 fc_charset_idx. Make the member order compatible with struct
19592 xftfont_info.
19593 (fc_charset_table): Change charset names to registry names.
19594 (ftfont_pattern_entity): Delete the args registry and
19595 fc_charset_idx. Change the value of :font-entity property
19596 to (FONTNAME . INDEX). Always set :registry property to
19597 `iso10646-1'.
19598 (struct ftfont_cache_data): New struct.
19599 (ftfont_lookup_cache): New arg for_face.
19600 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
19601 (ftfont_driver): Set the member otf_capability.
19602 (ftfont_get_charset): Adjust it for the change of
19603 fc_charset_table.
19604 (OTF_TAG_SYM): New macro.
19605 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
19606 for the change of fc_charset_table.
19607 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
19608 ftfont_pattern_entity. Add FC_INDEX to objset.
19609 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
19610 and ftfont_pattern_entity.
19611 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
19612 font_make_object, struct ftfont_info.
19613 (ftfont_has_char): Use ftfont_get_fc_charset.
19614 (ftfont_otf_features, ftfont_otf_capability): New functions.
19615 (ftfont_shape): Use ftfont_get_otf.
19616 (ftfont_text_extents): Fix initial setting of metrics.
19617
19618 * xftfont.c (struct xftfont_info): New member ft_size. Make the
19619 member order compatible with struct ftfont_info.
bba3e508
SM
19620 (xftfont_open): Add FC_CHARSET to the pattern.
19621 Set xftfont_info->ft_size. Don't unlock the face. Check BDF
aac0c6e3
MR
19622 properties if appropriate.
19623 (xftfont_close): Unlock the face.
44f230aa 19624 (xftfont_anchor_point, xftfont_shape): Delete.
aac0c6e3
MR
19625 (syms_of_xftfont): Don't set members anchor_point and shape of
19626 xftfont_driver.
19627
19628 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
19629 font_make_object.
19630
19631 * w32font.c (w32font_open): Adjust it for the change of
19632 font_make_object.
19633 (w32font_open_internal): Don't set properties of font_object here.
19634
196352008-07-08 Chong Yidong <cyd@stupidchicken.com>
19636
19637 * macfns.c (x_create_tip_frame):
19638 * w32fns.c (x_create_tip_frame):
19639 * xfns.c (x_create_tip_frame): Pass parameter argument to
19640 face-set-after-frame-default.
19641
19642 * xfaces.c (Finternal_merge_in_global_face): Save merged
19643 attributes for the default face back into the face vector.
19644
196452008-07-08 Andreas Schwab <schwab@suse.de>
19646
19647 * fontset.h: Declare fontset_from_font. Don't declare
19648 new_fontset_from_font and fontset_from_font_name.
19649 * xterm.c: Include "fontset.h".
19650 * Makefile.in (xterm.o): Update dependencies.
19651
196522008-07-08 Glenn Morris <rgm@gnu.org>
19653
19654 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
19655 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
19656
196572008-07-07 Chong Yidong <cyd@stupidchicken.com>
19658
19659 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
19660 (x_set_frame_parameters): Don't bind it.
19661
196622008-07-07 Juanma Barranquero <lekktu@gmail.com>
19663
19664 * w32fns.c (map_w32_filename): Declare extern.
19665
196662008-07-07 Jason Rumney <jasonr@gnu.org>
19667
19668 * w32term.c (WS_EX_LAYERED): Define if not already.
19669
196702008-07-06 Chong Yidong <cyd@stupidchicken.com>
19671
19672 * xfaces.c (set_font_frame_param): Don't try to set the font
19673 parameter if it is still unspecified in the lface.
19674
196752008-07-05 Chong Yidong <cyd@stupidchicken.com>
19676
19677 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
19678 face if it didn't already exist.
19679
19680 * xdisp.c (try_window_id): Give up if word-wrapping is on.
19681
196822008-07-05 Andreas Schwab <schwab@suse.de>
19683
19684 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
19685
196862008-07-05 Chong Yidong <cyd@stupidchicken.com>
19687
19688 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
19689 word-wrapping.
19690 (IT_DISPLAYING_WHITESPACE): New macro.
19691 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
19692 when word-wrapping. Simplify word-wrapping logic. Use correct
19693 pixel positions when saving copies of the iterator.
19694 (display_line): Use proper wrap point if the last character on a
19695 line was preceded by whitespace.
19696
196972008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19698
19699 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
19700
197012008-07-04 Kenichi Handa <handa@m17n.org>
19702
19703 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
19704
19705 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
19706
197072008-07-02 Jason Rumney <jasonr@gnu.org>
19708
19709 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 19710 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
19711
19712 * xdisp.c (next_element_from_display_vector): Move assignment out
19713 of if statement.
19714
197152008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
19716
19717 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
19718
19719 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
19720 (syms_of_fileio): Initialize and export them.
19721 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
19722
19723 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
19724 (Fsystem_move_file_to_trash): New function.
19725 (syms_of_w32fns): Export it to lisp.
19726
197272008-07-01 Jason Rumney <jasonr@gnu.org>
19728
19729 * w32font.c (w32font_text_extents): Don't count overhang as part
19730 of width.
19731
197322008-06-30 Miles Bader <miles@gnu.org>
19733
19734 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
19735 Add `avoid_cursor_p' field.
19736
19737 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
19738 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
19739 (append_glyph, append_composite_glyph, produce_image_glyph)
19740 (append_stretch_glyph): Initialize avoid_cursor_p.
19741 (get_it_property): Rename from `get_line_height_property'.
19742 (x_produce_glyphs): Use get_it_property.
19743 (handle_line_prefix, push_display_prop): New functions.
19744 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
19745 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
19746 New variables.
19747 (syms_of_xdisp): Initialize them.
19748
197492008-06-30 Kenichi Handa <handa@m17n.org>
19750
19751 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
19752 XftDefaultSubstitute (they are called in XftFontMatch).
19753 (xftfont_open): Fix args to ftfont_font_format.
19754
19755 * ftfont.c (fc_charset_table): New member lang.
19756 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 19757 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
19758 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
19759 (ftfont_open): Fix args to ftfont_font_format.
19760 (ftfont_font_format): New arg filename.
19761
197622008-06-30 Chong Yidong <cyd@stupidchicken.com>
19763
19764 * xfaces.c (Finternal_merge_in_global_face): If default face was
19765 modified, realize it again. Update the font face attribute.
19766
197672008-06-29 Jason Rumney <jasonr@gnu.org>
19768
19769 * w32term.c (x_set_frame_alpha): Fix logic.
19770
197712008-06-29 Kenichi Handa <handa@m17n.org>
19772
19773 * fontset.c (Finternal_char_font): Return font-object instead of
19774 font-name.
19775
19776 * composite.c (get_composition_id): Fix the width calculation for TAB.
19777
197782008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
19779
19780 * indent.c (Fvertical_motion): Properly handle float column arg.
19781
197822008-06-28 Jason Rumney <jasonr@gnu.org>
19783
19784 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
19785 (pfnSetLayeredWindowAttributes): New function pointer.
19786 (w32_initialize): Initialize it when supported.
19787 (x_set_frame_alpha): New function.
19788
19789 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
19790 (w32_frame_parm_handlers): Set alpha handler.
19791
19792 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
19793
197942008-06-27 Jason Rumney <jasonr@gnu.org>
19795
19796 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
19797 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
19798 (w32_to_x_charset, x_to_w32_charset)
19799 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
19800 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
19801 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
19802 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
19803 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
19804 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
19805 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
19806 (Qw32_charset_unicode): Remove.
19807 (syms_of_w32fns): Update for above changes.
19808
19809 * w32font.c (w32_to_x_charset, x_to_w32_charset)
19810 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
19811 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
19812 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
19813 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
19814 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
19815 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
19816 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
19817 (syms_of_w32font): Update for above changes.
19818
198192008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
19820
19821 * s/usg5-4.h: Fix previous change: keep the correct branch of a
19822 removed #if.
19823 (USG_SHARED_LIBRARIES): Remove duplicate definition.
19824
198252008-06-26 Juanma Barranquero <lekktu@gmail.com>
acd0102a 19826 Eli Zaretskii <eliz@gnu.org>
aac0c6e3
MR
19827
19828 * makefile.w32-in (LOCAL_FLAGS):
19829 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
19830
19831 * sysdep.c (_spawnlp, _getpid):
19832 Declare with explicit _cdecl instead of _CRTAPI1.
19833
19834 * editfns.c (Fget_internal_run_time):
19835 Check for WINDOWSNT with #ifdef, not #if.
19836
198372008-06-26 Jason Rumney <jasonr@gnu.org>
19838
19839 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
19840
19841 * w32term.c (x_draw_glyph_string_foreground)
19842 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
19843 Use FONT_HANDLE macro.
19844 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
19845
19846 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
19847 (uniscribe_encode_char): Use FONT_HANDLE macro.
19848
19849 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
19850 (w32font_text_extents): Use precast w32_font.
19851 (w32font_close): Free cached metrics.
19852 (w32font_open_internal): Allocate space for name on stack.
19853
198542008-06-26 Chong Yidong <cyd@stupidchicken.com>
19855
19856 * xdisp.c (extend_face_to_end_of_line): Fix last change.
19857
198582008-06-26 Jason Rumney <jasonr@gnu.org>
19859
19860 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
19861 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
19862
198632008-06-26 Juanma Barranquero <lekktu@gmail.com>
19864
19865 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
19866
198672008-06-26 Jason Rumney <jasonr@gnu.org>
19868
19869 * w32bdf.c, w32bdf.h: Remove obsolete files.
19870
19871 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
19872
19873 * w32gui.h: Don't include w32bdf.h.
19874 (XCharStruct, enum w32_char_font_type, W32FontStruct):
19875 Remove obsolete font support.
19876
19877 * w32font.h (struct w32font_info): Remove compat_w32_font.
19878 Add hfont member.
19879 (FONT_COMPAT): Remove obsolete macro.
19880
19881 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
19882 (w32font_encode_char, w32font_text_extents): Use new hfont member.
19883 (w32font_open_internal): Remove compat code. Set new hfont member.
19884 (Fx_select_font): Use new hfont member.
19885
19886 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
19887 (uniscribe_encode_char): Use new hfont member.
19888
19889 * w32term.c (x_draw_glyph_string_foreground)
19890 (x_draw_composite_glyph_string_foreground): Use new hfont member.
19891 (x_draw_glyph_string): Use metrics in w32font_info.
19892
198932008-06-26 Kenichi Handa <handa@m17n.org>
19894
19895 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
19896
198972008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
19898
19899 * unexnext.c:
19900 * m/ews4800.h:
19901 * m/hp9000s300.h:
19902 * m/ibm370aix.h:
19903 * m/mips-siemens.h:
19904 * m/ncr386.h:
19905 * m/next.h:
19906 * m/pmax.h:
19907 * m/powerpcle.h:
19908 * m/tandem-s2.h:
19909 * s/386bsd.h:
19910 * s/bsd386.h:
19911 * s/bsd4-1.h:
19912 * s/bsd4-2.h:
19913 * s/bsdos2-1.h:
19914 * s/bsdos2.h:
19915 * s/bsdos3.h:
19916 * s/bsdos4.h:
19917 * s/nextstep.h:
19918 * s/ultrix4-3.h:
19919 * s/usg5-0.h:
19920 * s/usg5-2-2.h:
19921 * s/usg5-2.h:
19922 * s/usg5-4-3.h:
19923 * s/ux4800.h:
19924 * s/uxpds.h:
19925 * s/uxpv.h: Remove support for obsolete systems.
19926 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 19927 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
19928 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
19929 Remove, insert contents in s/aix4-2.h.
19930 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
19931 * s/bsd4-3.h: Rename to ...
19932 * s/bsd-common.h: ... this.
19933 * data.c:
19934 * doc.c:
19935 * ecrt0.c:
19936 * emacs.c:
19937 * fileio.c:
19938 * floatfns.c:
19939 * keyboard.c:
19940 * mem-limits.h:
19941 * print.c:
19942 * process.c:
19943 * sysdep.c:
19944 * syssignal.h:
19945 * systty.h:
19946 * syswait.h:
19947 * term.c:
19948 * unexec.c:
19949 * unexelf.c:
19950 * unexhp9k800.c:
19951 * m/hp800.h:
19952 * m/ibmrs6000.h:
19953 * m/mips.h:
19954 * m/vax.h:
19955 * s/darwin.h:
19956 * s/freebsd.h:
19957 * s/gnu.h:
19958 * s/ms-w32.h:
19959 * s/msdos.h:
19960 * s/netbsd.h:
19961 * s/template.h: Remove references to obsolete variables.
19962
19963 * Makefile.in: Add dependencies for all unexec files.
19964 (admindir): Remove unused variable.
19965 (UNEXEC_SRC): Remove references.
19966
199672008-06-25 Chong Yidong <cyd@stupidchicken.com>
19968
19969 * xfns.c (x_default_font_parameter): If Xft is available, first
19970 try Monospace-12 for the default font.
19971
199722008-06-25 Jason Rumney <jasonr@gnu.org>
19973
19974 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
19975
199762008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
19977
19978 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
19979
19980 * buffer.c (syms_of_buffer): Remove default-word-wrap.
19981
199822008-06-25 Juanma Barranquero <lekktu@gmail.com>
19983
19984 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
19985 <scroll-conservatively>: Fix typo in docstring.
19986
19987 * xselect.c (Fx_send_client_event): Doc fix.
19988
199892008-06-25 Kenichi Handa <handa@m17n.org>
19990
19991 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
19992
19993 * font.c (font_parse_fcname): Remove unused variables.
19994 (font_sort_entites): Delete the arg SPEC. Caller changed.
19995 Fix for the case of ! best_only.
19996 (font_delete_unmatched): Check DPI and AVGWIDTH too.
19997
19998 * lisp.h (Fstring_to_unibyte): EXFUN it.
19999
20000 * character.h (str_to_unibyte): Extern it.
20001
20002 * character.c (str_to_unibyte): New function.
20003
20004 * fns.c (Fstring_to_unibyte): New function.
20005 (syms_of_fns): Defsubr it.
20006
200072008-06-24 Kenichi Handa <handa@m17n.org>
20008
20009 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
20010 DPI too.
20011 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
20012
200132008-06-24 Andreas Schwab <schwab@suse.de>
20014
20015 * Makefile.in (${lispsource}loaddefs.el): Rename from
20016 ../lisp/loaddefs.el.
20017 (bootstrap-clean): Do what distclean does but don't remove
20018 Makefile.
20019 (distclean): Depend on bootstrap-clean and remove Makefile.
20020
200212008-06-24 Chong Yidong <cyd@stupidchicken.com>
20022
20023 * buffer.h (struct buffer): New member word_wrap.
20024
20025 * buffer.c (syms_of_buffer): New variables default-word-wrap and
20026 word-wrap.
20027 (init_buffer_once): Initialize them.
20028
20029 * dispextern.h (struct it): Replace bool truncate_lines_p with a
20030 line_wrap enum possessing three possible values.
20031
20032 * termopts.h: Replace truncate_partial_width_windows with
20033 Vtruncate_partial_width_windows.
20034
20035 * dispnew.c (direct_output_for_insert): Avoid direct output when
20036 inserting a space with word wrap on.
20037
20038 * indent.c (compute_motion): Obey integer values of
20039 truncate-partial-width-windows.
20040
20041 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
20042 replacing truncate_partial_width_windows.
20043 (init_iterator): If Vtruncate_partial_width_windows is an integer,
20044 truncate only if the window width is below that integer.
20045 (start_display, resize_mini_window, produce_stretch_glyph)
20046 (display_string, move_it_in_display_line_to): Use line_wrap.
bba3e508
SM
20047 (back_to_previous_visible_line_start, reseat_1):
20048 Reset string_from_display_prop_p.
aac0c6e3
MR
20049 (display_line): Extend default face to end of line when wrapping.
20050
200512008-06-24 Kim F. Storm <storm@cua.dk>
20052
20053 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
20054 to wrap continued lines at word boundaries.
20055
200562008-06-24 Jason Rumney <jasonr@gnu.org>
20057
20058 * font.c (Ffont_face_attributes): Multiply pixel size before point
20059 conversion to avoid multiplying rounding error.
20060
200612008-06-23 Jason Rumney <jasonr@gnu.org>
20062
20063 * w32term.c (x_draw_glyph_string_background)
20064 (x_draw_glyph_string): Remove old bdf font code.
20065
20066 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
20067
200682008-06-22 Kenichi Handa <handa@m17n.org>
20069
20070 * font.c (font_find_for_lface): Try the adstyle specified in
20071 the property of LFACE_FONT of LFACE (if any).
20072
200732008-06-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 20074 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
20075
20076 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
20077
200782008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
20079
20080 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
20081 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
20082 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
20083 (witness-emacs): Remove.
20084 (lisp, shortlisp): Move loaddefs.el earlier.
20085 (mostlyclean): Forget about witness-emacs.
20086
200872008-06-22 Glenn Morris <rgm@gnu.org>
20088
20089 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
20090 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
20091
200922008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20093
20094 * Makefile.in (PRECOMP): Remove.
20095 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
20096 (witness-emacs): Run `compile-first'.
20097 (.el.elc): Use the new compile-onefile target.
20098
200992008-06-21 Kenichi Handa <handa@m17n.org>
20100
20101 * xftfont.c (xftfont_open): Handle QCembolden only when
20102 FC_EMBOLDEN is defined.
20103
201042008-06-21 Andreas Schwab <schwab@suse.de>
20105
20106 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
20107 (.el.elc): Likewise.
20108
201092008-06-21 Miles Bader <miles@gnu.org>
20110
20111 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
20112 build dir, not the lisp source dir.
20113
201142008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20115
20116 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
20117 (bootstrapclean): Remove.
20118 (.el.elc): New rule.
20119 (PRECOMP): New var.
20120 (../lisp/subdirs.el): Remove.
20121 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
20122 (witness-emacs): New target.
20123 (mostlyclean): Remove witness-emacs as well.
20124 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
20125 Add witness-emacs dependency.
20126
201272008-06-20 Chong Yidong <cyd@stupidchicken.com>
20128
20129 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
20130 defined by the font.
20131
201322008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20133
20134 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
20135 (bootstrap-clean): New target that keeps TAGS around.
20136 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
20137 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
20138
201392008-06-20 Jason Rumney <jasonr@gnu.org>
20140
20141 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
20142 Remove obsolete font code.
20143
20144 * w32font.c (font_matches_spec): Use csb bitfield from font signature
20145 to determine language support.
20146
201472008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20148
20149 * sysdep.c (cfsetspeed): New fun extracted from the code.
20150 (cfmakeraw): Move before first use.
20151
201522008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
20153
20154 * sysdep.c (cfmakeraw): Provide fallback implementation.
20155 (serial_configure): Provide fallback implementation of cfsetspeed.
20156
201572008-06-20 Kenichi Handa <handa@m17n.org>
20158
20159 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
20160 the pattern.
20161
20162 * fontset.c (fontset_from_font): Copy font_spec before changing
20163 the elements.
20164
20165 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
20166
201672008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20168
20169 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
20170 for explicit `font' parameters.
20171
20172 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
20173
201742008-06-19 Kenichi Handa <handa@m17n.org>
20175
20176 * frame.c: Include <ctype.h>.
20177 (x_set_font_backend): Allow spacing characters in the X resource
20178 for FontBackend.
20179
201802008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
20181
20182 * w32fns.c, xfns.c (Qfont_param): New var.
20183 (syms_of_w32fns): Initialize it.
20184 (x_default_font_parameter): Record explicit `font' into
20185 `font-parameter'.
20186
201872008-06-18 Kenichi Handa <handa@m17n.org>
20188
20189 * font.c (font_parse_xlfd): Fix previous change.
20190 (font_parse_fcname): Don't use :fc-unknown-spec.
20191 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
20192 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
20193 (font_add_log): Prepend the driver name to the resulting fonts.
20194
20195 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
20196 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
20197 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
20198
20199 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
20200 (QCembolden): New variables.
20201 (syms_of_xftfont): DEFSYM them.
20202 (xftfont_open): Call XftFontMatch. Don't trust the result of
20203 XftTextExtents8 if the pixel_size is less than 5.
20204
202052008-06-18 Andreas Schwab <schwab@suse.de>
20206
20207 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
20208 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
20209
202102008-06-18 Jason Rumney <jasonr@gnu.org>
20211
20212 * w32font.c (w32font_list, w32font_match): Add logging.
20213
20214 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
20215
202162008-06-17 Chong Yidong <cyd@stupidchicken.com>
20217
20218 * font.c (font_parse_fcname): Store divider characters for
20219 unknown-spec list. For known key symbols, intern using correct
20220 symbol name.
20221
202222008-06-17 Kenichi Handa <handa@m17n.org>
20223
20224 * xfaces.c (realize_default_face): If the frame is not on window
20225 system, set the fontset of face to nil.
20226
202272008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
20228
20229 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
20230
202312008-06-16 Juanma Barranquero <lekktu@gmail.com>
20232
20233 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
20234 (build_font_name_from_vector): Delete externs.
20235
20236 * xfaces.c (struct font_name): Don't declare.
20237
202382008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
20239
20240 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
20241
202422008-06-16 Chong Yidong <cyd@stupidchicken.com>
20243
20244 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
20245
202462008-06-16 Juanma Barranquero <lekktu@gmail.com>
20247
20248 * font.c (Ffont_spec): Fix usage in docstring.
20249 (Ffont_face_attributes): Doc fix.
20250
202512008-06-16 Andreas Schwab <schwab@suse.de>
20252
20253 * font.c (Ffont_face_attributes): Fix definition.
20254
202552008-06-16 Jason Rumney <jasonr@gnu.org>
20256
20257 * font.h (font_style_symbolic_from_value): Remove.
20258
20259 * font.c (font_style_symbolic_from_value): Remove.
20260 (font_style_symbolic): Revert to pre 2008-06-13 version.
20261
20262 * w32font.c (w32_to_fc_weight): New function.
20263 (w32font_full_name, logfont_to_fcname): Use it.
20264
202652008-06-16 Kenichi Handa <handa@m17n.org>
20266
20267 * font.c (font_check_object): Delete it.
20268 (font_clear_cache): Check if a font-object is alive.
20269 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
20270 font-object to nil.
20271 (font_close_object): Don't check FONT_CLOSE_OBJECT.
20272 (font_at): Don't call font_check_object.
20273 (Ffont_get): Return a symbol for :weight, :slant, and :width.
20274
202752008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
20276
20277 * puresize.h (BASE_PURESIZE): Increase to 1230000.
20278
202792008-06-16 Chong Yidong <cyd@stupidchicken.com>
20280
20281 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
20282
202832008-06-15 Chong Yidong <cyd@stupidchicken.com>
20284
20285 * font.c (font_parse_fcname): Only one decimal point.
20286 (font_unparse_fcname): Handle data in family and foundry indices
20287 as symbols, not strings.
20288 (font_unparse_gtkname, Ffont_face_attributes): New functions.
20289
20290 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
20291
20292 * font.h (font_unparse_gtkname): Add prototype.
20293
202942008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
20295
20296 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
20297
202982008-06-15 Andreas Schwab <schwab@suse.de>
20299
20300 * font.c (font_update_drivers): Fix crash when no drivers match.
20301
203022008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20303
20304 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
20305 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
20306
203072008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
20308
20309 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
20310
203112008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
20312
20313 * process.c (Fserial_process_configure, Fprocess_send_eof):
20314 Use EQ to compare Lisp_Objects.
20315
203162008-06-13 Jason Rumney <jasonr@gnu.org>
20317
20318 * w32fns.c (Fw32_select_font): Remove old font API function.
20319
20320 * w32font.c (logfont_to_fcname): New function.
20321 (Fx_select_font): New font dialog function compatible with
20322 GTK/fontconfig version.
20323
20324 * font.c (font_style_symbolic_from_value): New function.
20325 (font_style_symbolic): Use it.
20326
20327 * font.h (font_style_symbolic_from_value): Declare new function.
20328
203292008-06-13 Juanma Barranquero <lekktu@gmail.com>
20330
20331 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
20332 <font-width-table>: Fix typos in docstrings.
20333
203342008-06-13 Daniel Engeler <engeler@gmail.com>
20335
20336 These changes add serial port access.
20337 * process.c: Add HAVE_SERIAL.
20338 (Fdelete_process, Fprocess_status, Fset_process_buffer)
20339 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
20340 (list_processes_1, select_wrapper, Fstop_process)
20341 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
20342 (status_notify): Modify to handle serial processes.
20343 [HAVE_SERIAL] (Fserial_process_configure)
20344 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
20345 New functions.
20346 * process.h (struct Lisp_Process): Add `type'.
20347 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
20348 New functions.
20349 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
20350 serial ports.
b71ac3dd 20351 (serial_open, serial_configure): New functions.
aac0c6e3
MR
20352 * w32.h: Add FILE_SERIAL.
20353 (struct _child_process): Add ovl_read, ovl_write.
20354
203552008-06-13 Kenichi Handa <handa@m17n.org>
20356
20357 * dispextern.h (enum lface_attribute_index): New member
20358 LFACE_FOUNDRY_INDEX.
20359
20360 * font.c (font_score): Delete arg alternate_families. Check only
20361 weight, slant, width, and size. Ignore the difference of alias
20362 style symbols.
20363 (font_sort_entites): Adjust for the above change. Reflect the
20364 order of font-driver to scores.
20365 (font_list_entities): Don't check alternate_familes here.
20366 (font_clear_prop): Handle foundry.
20367 (font_update_lface): Don't parse "foundry-family" form here.
20368 Handle FONT_FOUNDRY_INDEX.
20369 (font_find_for_lface): Likewise. Handle alternate families here.
20370 If registry is nil, try iso8859-1 and ascii-0.
20371 (font_open_for_lface): Pay attention to size in ENTITY.
20372 (font_open_by_name): Simplify by calling font_load_for_lface.
20373 (free_font_driver_list): Delete it.
20374 (font_update_drivers): Preserve the order of backends.
20375 (syms_of_font): Setting of sort_shift_bits adjusted for the change
20376 of font_score and font_sort_entites.
20377 (font_update_sort_order): Likewise.
20378
20379 * xfaces.c (LFACE_FOUNDRY): New macro.
20380 (check_lface_attrs): Check foundry.
20381 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
20382 (merge_face_vectors): Check foundry.
20383 (merge_face_ref): Likewise.
20384 (Finternal_set_lisp_face_attribute): Likewise.
20385 (x_update_menu_appearance): Likewise.
20386 (Finternal_get_lisp_face_attribute): Likewise.
20387 (lface_hash): Likewise.
20388 (lface_same_font_attributes_p): Likewise.
20389 (x_supports_face_attributes_p): Likewise.
20390 (tty_supports_face_attributes_p): Likewise.
20391 (Finternal_set_alternative_font_family_alist): Intern strings.
20392 (Finternal_set_alternative_font_registry_alist): Downcase strings.
20393 (realize_default_face): Set LFACE_FOUNDRY (lface).
20394
20395 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
20396 font-driver at first.
20397
20398 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
20399
204002008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
20401
20402 * lread.c (Fload): Use xfree, not free on saved_doc_string.
20403
204042008-06-12 Jim Meyering <meyering@redhat.com>
20405
20406 Make unexec_free handle NULL the same way free does.
20407 * unexmacosx.c (unexec_free): Ignore a NULL argument.
20408
204092008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
20410
20411 * character.h (CHAR_TO_BYTE_SAFE): New macro.
20412 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
20413 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
20414 (WEAK_ALIAS): Simplify.
20415 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
20416 when searching a unibyte buffer.
20417
204182008-06-12 Chong Yidong <cyd@stupidchicken.com>
20419
20420 * xfns.c (Fx_select_font): Rename from x-font-dialog.
20421
204222008-06-12 Juanma Barranquero <lekktu@gmail.com>
20423
20424 * w32font.c: Include ctype.h.
20425
204262008-06-11 Jason Rumney <jasonr@gnu.org>
20427
20428 * w32font.c (w32font_encode_char): Detect missing glyphs that are
20429 misreported as space.
20430 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
20431 as aliases for registry iso10646-1.
20432
204332008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
20434
20435 * buffer.c (clone_per_buffer_values): Skip `name'.
20436
204372008-06-11 Chong Yidong <cyd@stupidchicken.com>
20438
20439 * font.c (font_parse_fcname): Fix last change; accept decimal
20440 points in font size.
20441
204422008-06-10 Jason Rumney <jasonr@gnu.org>
20443
20444 * w32uniscribe.c (add_opentype_font_name_to_list):
20445 Skip non unicode fonts.
20446
204472008-06-10 Chong Yidong <cyd@stupidchicken.com>
20448
20449 * xfns.c (Fx_font_dialog): New function.
20450
20451 * gtkutil.c (xg_dialog_response_cb): Rename from
20452 xg_file_response_callback.
20453 (pop_down_dialog): Rename from pop_down_file_dialog.
20454 (xg_get_file_name): Callers changed.
20455 (xg_get_font_name): New function.
20456
20457 * gtkutil.h (xg_get_font_name): Insert prototype.
20458
204592008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
20460
20461 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
20462 x_underline_minimum_display_offset.
20463 (syms_of_xdisp): Declare it here rather than in xterm.c.
20464 * dispextern.h (underline_minimum_offset): Declare it.
20465 * w32term.c (x_draw_glyph_string): Use it.
20466 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
20467 (syms_of_xterm): Don't declare it any more.
20468 (x_draw_glyph_string): Adjust to the new name.
20469
8719abec 204702008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
20471
20472 * xterm.c (x_underline_minimum_display_offset): New var.
20473 (x_draw_glyph_string): Use it.
20474 (syms_of_xterm): Declare it.
20475
204762008-06-10 Chong Yidong <cyd@stupidchicken.com>
20477
20478 * font.c (font_parse_fcname): Accept GTK-style font names too.
20479
204802008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
20481
20482 * dired.c (file_name_completion): Don't return t if the match is exact
20483 but with different capitalization.
20484 * minibuf.c (Ftry_completion): Simplify.
20485
20486 * window.c (Vwindow_point_insertion_type): New var.
20487 (set_window_buffer): Use it.
20488 (syms_of_window): Init and export it to Lisp.
20489
204902008-06-10 Kenichi Handa <handa@m17n.org>
20491
20492 * font.h (font_intern_prop): Prototype adjusted.
20493
20494 * font.c (font_intern_prop): New arg force_symbol.
20495 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
20496 Adjust for the change of font_intern_prop.
20497
20498 * ftfont.c (ftfont_pattern_entity):
20499 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
20500 (w32_registry):
20501 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
20502 the change of font_intern_prop.
20503
205042008-06-09 Juanma Barranquero <lekktu@gmail.com>
20505
20506 * w32menu.c (digest_single_submenu): Declare extern.
20507
205082008-06-09 Jason Rumney <jasonr@gnu.org>
20509
20510 * w32term.c (x_make_frame_visible): Use alternate restore flags.
20511
20512 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
20513 (parse_single_submenu): Remove.
20514 (digest_single_submenu): Remove.
20515 (syms_of_w32menu): Don't initialise variables that have moved
20516 to menu.c.
20517 (set_frame_menubar): Sync with version in xmenu.c.
20518 (w32_menu_show): Sync with xmenu_show in xmenu.c.
20519
20520 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
20521 Make static again.
20522
205232008-06-09 Jason Rumney <jasonr@gnu.org>
20524
20525 Changes to w32 files related to the move of common menu code
20526 to menu.c on 2008-06-08 by Chong Yidong.
20527
20528 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
20529 defs to w32gui.h.
20530 (single_keymap_panes, push_menu_item, push_menu_pane):
20531 Make globally visible.
20532
20533 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
20534 (local_free, malloc_widget_value, free_widget_value)
20535 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
20536 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
20537 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
20538 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
20539 (menu_items, menu_items_allocated, menu_items_used)
20540 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
20541 (init_menu_items, finish_menu_items, discard_menu_items)
20542 (grow_menu_items, push_submenu_start, push_submenu_end)
20543 (push_left_right_boundary, push_menu_pane, push_menu_item)
20544 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
20545 (free_menubar_widget_tree_value, parse_single_submenu)
20546 (update_submenu_strings): Remove functions.
20547 (xmalloc_widget_value): Remove and declare extern.
20548
20549 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
20550 (OBJ1): Build it.
20551
20552 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
20553 (local_heap, local_alloc, local_free, malloc_widget_value)
20554 (free_widget_value): Define here.
20555
205562008-06-09 Kenichi Handa <handa@m17n.org>
20557
20558 * font.h (Qascii_0): Extern it.
20559
20560 * font.c (Qascii_0): New variable.
20561 (syms_of_font): DEFSYM it.
20562 (font_open_by_name): If the registry "iso8859-1" fails, try also
20563 "ascii-0".
20564
20565 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
20566
205672008-06-08 Kenichi Handa <handa@m17n.org>
20568
20569 * .gdbinit (xfont): New command.
20570
205712008-06-08 Andreas Schwab <schwab@suse.de>
20572
20573 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
20574 * Makefile.in (menu.o): Update dependencies.
20575
20576 * Makefile.in (obj): Always add menu.o.
20577 * emacs.c (main): Always call syms_of_menu.
20578 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
20579
205802008-06-08 Chong Yidong <cyd@stupidchicken.com>
20581
20582 * Makefile.in: Compile menu.c.
20583
20584 * lisp.h: Declare syms_of_menu.
20585
20586 * emacs.c (main): Call syms_of_menu.
20587
20588 * keyboard.h: Relocate platform-independent menu definitions from
20589 xmenu.c.
20590
20591 * menu.c: New file. Relocate platform-independent menu
20592 definitions from xmenu.c. Suggested by Adrian Robert.
20593
20594 * xmenu.c: Remove platform-independent menu definitions.
560bb7ae 20595 (menu_items, menu_items_inuse, menu_items_allocated)
aac0c6e3
MR
20596 (menu_items_used, menu_items_n_panes)
20597 (menu_items_submenu_depth): Move to keyboard.h.
20598 (init_menu_items, finish_menu_items, unuse_menu_items)
20599 (discard_menu_items, restore_menu_items, save_menu_items)
20600 (grow_menu_items, push_submenu_start, push_submenu_end)
20601 (push_left_right_boundary, push_menu_pane, push_menu_item)
20602 (keymap_panes, single_keymap_panes, single_menu_item)
20603 (list_of_panes, list_of_items, find_and_call_menu_selection)
20604 (xmalloc_widget_value, free_menubar_widget_value_tree)
20605 (parse_single_submenu, digest_single_submenu)
20606 (update_submenu_strings): Move to menu.c.
20607
206082008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
20609
20610 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
20611
206122008-06-06 Miles Bader <miles@gnu.org>
20613
20614 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
20615 face, not frame default.
20616
206172008-06-05 Martin Rudalics <rudalics@gmx.at>
20618
20619 * window.c (pop_up_windows, pop_up_frames)
20620 (display_buffer_reuse_frames, Vpop_up_frame_function)
20621 (Vdisplay_buffer_function, Veven_window_heights)
20622 (Vspecial_display_buffer_names, Vspecial_display_regexps)
20623 (Vspecial_display_function, Vsame_window_buffer_names)
20624 (Vsame_window_regexps, split_height_threshold)
20625 (Vsplit_window_preferred_function): Move those vars to window.el.
20626 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
20627 (Fdisplay_buffer): Move those functions to window.el.
20628 (syms_of_window): Remove corresponding declarations.
20629 (display_buffer): New function.
20630 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
20631 * dispnew.c (Flast_nonminibuf_frame): New function.
20632 * buffer.c (Fpop_to_buffer): Move to window.el.
20633
206342008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
20635
20636 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
20637
206382008-06-05 Kenichi Handa <handa@m17n.org>
20639
20640 * coding.c (detect_coding): Fix previous change.
20641 (detect_coding_system): Likewise.
20642
206432008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
20644
20645 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
20646
20647 * keymap.c (Vminibuffer_local_filename_must_match_map):
20648 Rename from Vminibuffer_local_must_match_filename_map.
20649 (syms_of_keymap):
20650 * minibuf.c (Fcompleting_read): Adjust accordingly.
20651 * commands.h: Rename declaration as well.
20652
206532008-06-05 Kenichi Handa <handa@m17n.org>
20654
20655 * font.c (Ffont_spec): Don't use font_parse_family_registry for
20656 family name.
20657 (Ffont_put): Likewise.
20658
20659 * fontset.c (fontset_find_font): Call font_open_for_lface with the
20660 current font-spec.
20661
20662 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
20663 is unspecified.
20664
20665 * xfaces.c (realize_x_face): If the font-related face attributes
20666 are the same as those of default face, realize a new fontset from
20667 default->fontset.
20668 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
20669
206702008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
20671
20672 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
20673 (move_it_in_display_line): New wrapper.
20674
20675 * window.c (window_scroll_pixel_based_preserve_x)
20676 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
20677 (window_scroll_pixel_based, window_scroll_line_based):
20678 Use them to preserve column positions.
20679 (syms_of_window): Initialize them.
20680
20681 * indent.c (Fvertical_motion): Extend first arg to allow passing an
20682 (HPOS . VPOS) pair.
20683
20684 * dispextern.h (move_it_in_display_line): Declare.
20685
206862008-06-05 Juanma Barranquero <lekktu@gmail.com>
20687
20688 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
20689 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
20690 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
20691
206922008-06-04 Juanma Barranquero <lekktu@gmail.com>
20693
20694 * window.c (Fset_window_parameter): Doc fix.
20695 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
20696
206972008-06-04 Joakim Verona <joakim@verona.se>
20698
20699 * window.h (struct window): Add new member window_parameters.
20700
20701 * window.c (Fwindow_parameters, Fwindow_parameter)
20702 (Fset_window_parameter): New defuns.
20703 (syms_of_window): Defsubr the new defuns.
20704 (make_window): Initialize window_parameters to nil.
20705
207062008-06-04 John Paul Wallington <jpw@pobox.com>
20707
20708 * eval.c (Fdefmacro): Doc fix.
20709
207102008-06-04 Kenichi Handa <handa@m17n.org>
20711
20712 * coding.c (detect_coding): Fix handling of coding->head_ascii.
20713 Be sure to call setup_coding_system when we find a proper coding system.
20714 (detect_coding_system): Fix handling of coding->head_ascii.
20715
207162008-06-03 Andreas Schwab <schwab@suse.de>
20717
20718 * font.c (font_prop_validate_spacing): Fix last change.
20719
207202008-06-03 Kenichi Handa <handa@m17n.org>
20721
20722 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
20723 (font_parse_fcname): Fix handling of unknown key.
20724
20725 * xfont.c (xfont_list): Try an alias.
20726
20727 * charset.c (char_charset): Return NULL if the arg charset_list is
20728 specified and C doesn't belong to any of them.
20729
207302008-06-02 Chip Coldwell <coldwell@redhat.com>
20731
20732 * font.c (font_pixel_size): Don't take cdr of an integer.
20733
207342008-06-02 Jim Meyering <meyering@redhat.com>
20735
20736 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
20737 * alloc.c (xfree): Return right away for a NULL arg.
20738 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
20739 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
20740 * mac.c (create_apple_event_from_event_ref): Likewise.
20741 (create_apple_event_from_drag_ref, cfstring_create_normalized):
20742 Likewise.
20743 * doprnt.c (doprnt1): Likewise.
20744 * frame.c (frame): Likewise.
20745 * keyboard.c (wipe_kboard): Likewise.
20746 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
20747 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
20748 * term.c (tty_default_color_capabilities, maybe_fatal)
20749 (delete_tty): Likewise.
20750 * w16select.c (string): Likewise.
20751 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
20752 * w32bdf.c (w32_free_bdf_font): Likewise.
20753 * w32fns.c (w32_unload_font): Likewise.
20754 * w32font.c (w32font_close): Likewise.
20755 * window.c (size_window): Likewise.
20756 * xselect.c (receive_incremental_selection): Likewise.
20757 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
20758 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
20759 * w32.c (stat): Likewise.
20760
20761 Remove useless if-before-free tests.
20762 * editfns.c (Fset_time_zone_rule): Likewise.
20763 * lread.c (nosuffix): Likewise.
20764 * ralloc.c (get_bloc): Likewise.
20765 * regex.c (reg_free): Likewise.
20766 * xftfont.c (xftfont_open, xftfont_close): Likewise.
20767 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
20768 * xsmfns.c (smc_save_yourself_CB): Likewise.
20769
207702008-06-02 Kenichi Handa <handa@m17n.org>
20771
20772 * font.c (font_find_for_lface): Handle float font size.
20773 (font_open_for_lface): Likewise.
20774
20775 * xfaces.c (x_supports_face_attributes_p): Check face->font before
20776 comparing the properties.
20777
207782008-06-01 Jason Rumney <jasonr@gnu.org>
20779
20780 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
20781 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
20782 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
20783 Don't add empty script list.
20784 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
20785
207862008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
20787
20788 * Makefile.in (dot, dotdot): Remove, update users.
20789 ".." has been used elsewhere in the file for a long time.
20790 (LIBXT_STATIC): Remove conditional based on unused variable.
20791
207922008-06-01 Miles Bader <miles@gnu.org>
20793
20794 * xfaces.c (Vface_remapping_alist): New variable.
20795 (syms_of_xfaces): Initialize it.
20796 (enum named_merge_point_kind): New type.
20797 (struct named_merge_point): Add `named_merge_point_kind' field.
20798 (push_named_merge_point): Make cycle detection respect different
20799 named-merge-point kinds.
20800 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
20801 Remove face-name alias resolution.
20802 (lface_from_face_name): New definition using
20803 `lface_from_face_name_no_resolve'.
20804 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
20805 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
20806 (get_lface_attributes): New definition that layers face-remapping on
20807 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
20808 (lookup_basic_face): New function.
20809 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
20810 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
20811 `get_lface_attributes'.
20812 (face_at_buffer_position): Use `lookup_basic_face' to lookup
20813 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
20814 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
20815
20816 * xdisp.c (init_iterator): Pass base_face_id through
20817 `lookup_basic_face' when we actually use it as a face-id.
20818 (handle_single_display_prop): Use `lookup_basic_face' to lookup
20819 DEFAULT_FACE_ID.
20820
20821 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
20822 lookup the initial face-id.
20823
20824 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
20825
208262008-06-01 Juanma Barranquero <lekktu@gmail.com>
20827
20828 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
20829 (Fremove_text_properties): Fix typos in docstrings.
20830
208312008-05-31 Kenichi Handa <handa@m17n.org>
20832
20833 * font.c (font_list_entities): Fix the car part of data to be
20834 stored in the cache.
20835
20836 * ftfont.c (ftfont_font_format): Don't use strcasestr.
20837
208382008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20839
20840 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
20841 Add a `test' argument so another predicate than `equal' can be used.
20842 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
20843 (map_char_table): Remove unused vars `c' and `i'.
20844 * lisp.h (Foptimize_char_table): Adjust declaration.
20845 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
20846
208472008-05-30 Kenichi Handa <handa@m17n.org>
20848
20849 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
20850 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
20851 defined.
20852
208532008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20854
20855 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
20856 (Fmake_variable_frame_local): Disallow mixing buffer-local and
20857 frame-local settings for the same variable.
20858
208592008-05-30 Kenichi Handa <handa@m17n.org>
20860
20861 * fontset.c (Ffont_info): Move to font.c.
20862 (syms_of_fontset): Delete defsubr of Sfont_info.
20863
20864 * font.c (font_style_to_value, font_score): Delete casting of the
20865 args to xstcasecmp.
20866 (register_font_driver): Increment num_font_drivers only when
20867 registering the driver globally.
20868 (Ffont_info): Move from fontset.c. Handle a font object too.
20869 (syms_of_font): Defsubr Sfont_info.
20870
208712008-05-29 Kenichi Handa <handa@m17n.org>
20872
20873 * coding.h (enum define_coding_utf8_arg_index): New enum.
20874 (enum coding_attr_index): Change coding_attr_utf_16_bom to
20875 coding_attr_utf_bom.
20876 (enum utf_bom_type): Rename from utf_16_bom_type.
20877 (struct utf_16_spec): Adjust for the above change.
20878 (struct coding_system): Add utf_8_bom in `spec' union.
20879
20880 * coding.c (CODING_UTF_8_BOM): New macro.
20881 (enum coding_category): Delete coding_category_utf_8, add
20882 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
20883 coding_category_utf_8_sig.
20884 (CATEGORY_MASK_UTF_8): Delete it.
20885 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
20886 (CATEGORY_MASK_UTF_8_SIG): New macros.
20887 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
20888 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
20889 CATEGORY_MASK_UTF_8_SIG.
20890 (CATEGORY_MASK_UTF_8): New macro.
20891 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
20892 (detect_coding_utf_8): Check BOM.
20893 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
20894 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
20895 (encode_coding_utf_16): Likewise.
20896 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
20897 (detect_coding, detect_coding_system): Handle utf-8-auto.
20898 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
20899 (syms_of_coding): Fix setting up of Vcoding_category_table.
20900
209012008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
20902
20903 * process.c (Faccept_process_output): If `millisec' is non-nil,
20904 `seconds' default to 0.
20905 (wait_reading_process_output): Also return non-nil if we read output
20906 from a non-running process.
20907
209082008-05-29 Jason Rumney <jasonr@gnu.org>
20909
20910 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
20911 `raster' specified.
20912 (add_font_entity_to_list): Allow non-opentype truetype fonts back
20913 in the uniscribe backend, but disallow any font that has no
20914 unicode subrange support.
20915
209162008-05-29 Juanma Barranquero <lekktu@gmail.com>
20917
20918 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
20919 Fix typos in docstrings.
20920
209212008-05-29 Kenichi Handa <handa@m17n.org>
20922
20923 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
20924 (Fx_family_fonts): Set frame correctly.
20925
209262008-05-28 Jason Rumney <jasonr@gnu.org>
20927
20928 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
20929
209302008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
20931
20932 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
20933 calling build_annotations.
20934
209352008-05-28 Juanma Barranquero <lekktu@gmail.com>
20936
20937 * coding.c (Fdecode_coding_region, Fencode_coding_region)
20938 (Fencode_coding_string):
20939 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
20940 <latin-extra-code-table>: Fix typos in docstrings.
20941 (syms_of_coding) <coding-system-alist>: Doc fix.
20942 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
20943
209442008-05-28 Kenichi Handa <handa@m17n.org>
20945
20946 * fontset.c (Ffont_info): Don't call font_close_object.
20947
20948 * font.c (font_parse_family_registry): Use Ffont_put to validate
20949 foundry and family.
20950 (font_delete_unmatched): Don't check spacing.
20951 (font_list_entities): Add spacing to the spec to list fonts.
20952
20953 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
20954 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
20955
20956 * coding.c (encode_coding_raw_text): Fix previous change.
20957 (encode_coding_object): When the dst_object is a buffer and is
20958 different from src_object, move gap to PT.
20959
209602008-05-27 Chong Yidong <cyd@stupidchicken.com>
20961
20962 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
20963
209642008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
20965
20966 * coding.c (encode_coding_raw_text): Set coding->produced_char for
20967 all branches. Compute it differently.
20968
20969 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
20970
209712008-05-27 Juanma Barranquero <lekktu@gmail.com>
20972
20973 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
20974 into "else if () ... else ...".
20975
209762008-05-27 Jason Rumney <jasonr@gnu.org>
20977
20978 * w32font.c (w32font_open_internal): Determine if glyph indices
20979 are likely to work here.
20980
209812008-05-27 Chong Yidong <cyd@stupidchicken.com>
20982
20983 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
20984 draw overlap glyphs with appropriate highlighting.
20985
209862008-05-27 Kenichi Handa <handa@m17n.org>
20987
20988 * xfont.c (xfont_open): Fix calculation of font->average_width.
20989
209902008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
20991
20992 * casefiddle.c (casify_object): Try to guess better whether the
20993 argument is a byte or a char.
20994
209952008-05-26 Andreas Schwab <schwab@suse.de>
20996
20997 * xselect.c (x_reply_selection_request): Properly handle format == 32.
20998 Always send multiples of format size.
20999
21000 * xterm.c (x_set_frame_alpha): Fix type mismatch.
21001
210022008-05-26 Jason Rumney <jasonr@gnu.org>
21003
21004 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
21005 (compute_metrics): Don't set failure if we just cleared the cache.
21006 (w32_weight_table): Remove unused variable.
21007 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
21008 backwards compatibility.
21009
210102008-05-25 Kenichi Handa <handa@m17n.org>
21011
21012 * w32term.c (x_draw_glyph_string):
21013 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
21014
21015 * xfaces.c: Delete unused function prototypes.
21016 (xstrlwr, font_frame): Delete them.
21017 (clear_face_cache): Delete unused variable.
21018
21019 * xftfont.c (xftfont_open): Delete unused variable.
21020 If underline_thickness is not 1, adjust underline_position.
21021
21022 * ftxfont.c (ftxfont_open): Delete unused variable.
21023
21024 * fontset.c (face_for_char): Optimize for the case of no charset
21025 property.
21026
21027 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
21028 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
21029 (otf_open, font_otf_capability, generate_otf_features)
21030 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
21031 Comment out by surrounding "#if 0" and "#endif" for the moment.
21032 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
21033 (syms_of_font): Codes for accessing above commented out.
21034
210352008-05-24 Eli Zaretskii <eliz@gnu.org>
21036
21037 * w32proc.c: Include dispextern.h.
21038
21039 * w32.c: Include dispextern.h.
21040
210412008-05-23 Juanma Barranquero <lekktu@gmail.com>
21042
21043 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
21044 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
21045 Fix typos in docstrings.
21046
210472008-05-23 Jason Rumney <jasonr@gnu.org>
21048
21049 * xsmfns.c: Remove includes that are already included by config.h.
21050
210512008-05-23 Kenichi Handa <handa@m17n.org>
21052
21053 * charset.c (Qemacs, charset_emacs): New variables.
21054 (char_charset): Fix for non-Unicode characters.
21055 (syms_of_charset): Define charset_emacs.
21056
21057 * w32term.c (x_draw_glyph_string): Be sure to update
21058 s->underline_thickness and s->underline_position. Be sure to draw
21059 underline within the current line area.
21060
21061 * xterm.c (x_draw_glyph_string): Be sure to update
21062 s->underline_thickness and s->underline_position. Be sure to draw
21063 underline within the current line area.
21064
21065 * fontset.c: Delete unused variables and add casting for char *
21066 throughout the file.
21067 (fontset_font): Try the fallback fonts of the current fontset
21068 before consulting the default fontset.
21069
21070 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
21071
21072 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
21073
210742008-05-22 Jason Rumney <jasonr@gnu.org>
21075
21076 * font.c: Don't include strings.h.
21077
21078 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
21079
21080 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
21081 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
21082 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
21083 to call xstrcasecmp.
21084
21085 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
21086
21087 * fontset.c (fs_query_fontset): Use xstrcasecmp.
21088
21089 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
21090
21091 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
21092
210932008-05-22 Kenichi Handa <handa@m17n.org>
21094
21095 * puresize.h (BASE_PURESIZE): Increase to 1220000.
21096
21097 * font.c (font_prop_validate_style): Adjust for the format
21098 change of font_style_table.
21099
21100 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
21101 two args.
21102
21103 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
21104 two args.
21105
211062008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21107
21108 * minibuf.c (keys_of_minibuf): Delete.
21109 * lisp.h (keys_of_minibuf): Delete.
21110 * emacs.c (main): Don't call keys_of_minibuf.
21111
211122008-05-22 Kenichi Handa <handa@m17n.org>
21113
21114 * ftfont.c (ftfont_resolve_generic_family): Rename from
21115 ftfont_list_generic_family. Return a single family for each
21116 generic family.
21117 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
21118 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
21119 Call font_add_log.
21120 (ftfont_match): Call font_add_log.
21121
21122 * font.h (Ffont_xlfd_name): EXFUN adjusted.
21123 (FONT_DEBUG): Define it.
21124 (font_add_log): Extern it.
21125 (font_assert): Rename from xassert.
21126
21127 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
21128 (xfont_list_family): Call font_add_log.
21129 (xfont_match): Likewise.
21130 (memq_no_quit): Delete.
21131
21132 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
21133 call of Ffont_xlfd_name.
21134
21135 * xfaces.c (struct table_entry, slant_table, weight_table)
21136 (swidth_table): Move to font.c.
21137
21138 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
21139 xassert are changed to font_assert. Delete many unused variables.
21140 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
21141 New variables.
21142 (struct table_entry): Move from xfaces.c and modified.
21143 (weight_table, slant_table, width_table): Move from xfaces.c and
21144 contents adjusted for the change of struct table_entry.
21145 (font_style_to_value, font_style_symbolic): Adjust for the
21146 format change of font_style_table.
21147 (font_parse_family_registry): Don't overwrite existing foundry and
21148 family of font_spec.
21149 (font_score): Fix calculation of diff for sizes.
21150 (font_sort_entites): Call font_add_log.
21151 (font_delete_unmatched): Return a newly created list.
21152 (font_list_entities): Fix previous change. Call font_add_log.
21153 (font_matching_entity, font_open_entity, font_close_entity):
21154 Call font_add_log.
21155 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
21156 (Finternal_set_font_style_table): Delete.
21157 (BUILD_STYLE_TABLE): New macro.
21158 (build_style_table): New function.
21159 (Vfont_log, font_log_env_checked): New variables.
21160 (font_add_log): New function.
21161 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
21162 Declare Lisp variables "font-weight-table", "font-slant-table",
21163 "font-width-table", and "font-log". Initialize font_style_table.
21164
211652008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
21166
21167 * xterm.c (x_set_frame_alpha): Move declarations before statements.
21168
211692008-05-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 21170 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
21171
21172 * frame.c (Qalpha): Add a new frame parameter `alpha'.
21173 (Vframe_alpha_lower_limit): New variable.
21174 (x_set_alpha): New function.
21175
21176 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
21177
21178 * xfns.c (x-create-frame, Qalpha):
21179 Initialize the frame parameter `alpha'.
21180 * xterm.c (OPAQUE, OPACITY): New.
21181 (x_set_frame_alpha): New function.
21182 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
21183
21184 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
21185 * w32fns.c (w32_frame_parm_handlers): Likewise.
21186
211872008-05-20 Jason Rumney <jasonr@gnu.org>
21188
21189 * w32font.c (add_font_entity_to_list): Don't add non-opentype
21190 truetype fonts to opentype list.
21191
211922008-05-20 Juanma Barranquero <lekktu@gmail.com>
21193
21194 * fontset.c (Ffontset_info): Doc fix.
21195 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
21196 <ignore-relative-composition>: Fix typos in docstrings.
21197
21198 * font.c (syms-of-font) <font-encoding-alist>:
21199 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
21200 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
21201 (Ffont_otf_alternates): Doc fixes.
21202
212032008-05-20 Kenichi Handa <handa@m17n.org>
21204
21205 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
21206 font.h through out the file.
21207 (FONT_DRIVERS): Rename from FONTOBJ.
21208 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
21209 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
21210
21211 * emacs.c (main): Call syms_of_font unconditionally.
21212
21213 * font.h (find_font_encoding): Extern it.
21214
21215 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
21216 fontset.c.
194d44e7 21217 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
21218 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
21219 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
21220 only when HAVE_WINDOW_SYSTEM is defined.
21221 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
21222 when HAVE_WINDOW_SYSTEM is defined.
21223
21224 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
21225 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
21226
21227 * xfaces.c: Include font.h unconditionally.
21228 (merge_face_ref, merge_face_vectors)
21229 (Finternal_set_lisp_face_attribute): Cancel the previous change.
21230
212312008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21232
21233 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
21234 indirect_variable.
21235 * eval.c (lisp_indirect_variable): New fun.
21236 (Fuser_variable_p): Use it.
21237
212382008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
21239
21240 * lisp.h (indirect_variable):
21241 * data.c (indirect_variable, let_shadows_buffer_binding_p):
21242 Use Lisp_Symbol pointers rather than Lisp_Object.
21243 Adjust callers.
21244 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
21245 To this end, change calling-convention.
21246
21247 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
21248 if some non-hidden buffers are selected by string&pred.
21249
212502008-05-19 Chong Yidong <cyd@stupidchicken.com>
21251
21252 * process.c (wait_reading_process_output): Always check status
21253 when in batch mode.
21254
212552008-05-19 Kenichi Handa <handa@m17n.org>
21256
21257 * font.c (font_list_entities): Fix handling of cache.
21258 (font_matching_entity): Likewise.
21259
21260 * ftfont.c (cs_iso8859_1): Delete.
21261 (ft_face_cache): New variable.
21262 (struct ftfont_info): New member fc_charset_idx.
21263 (ftfont_build_basic_charsets): Delete.
21264 (fc_charset_table): New variable.
21265 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
21266 . FC_CHARSET_IDX) as :font-entity property in the font entity.
21267 Callers changed.
21268 (ftfont_lookup_cache, ftfont_get_charset): New functions.
21269 (ftfont_spec_pattern): New argument fc_charset_idx.
21270 Check registry more rigidly. Change callers.
21271 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
21272 change of :font-entity property of the font.
21273
21274 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
21275 property of the font.
21276
212772008-05-18 Juanma Barranquero <lekktu@gmail.com>
21278
21279 * coding.c (Fcoding_system_p): Rename argument to match docstring.
21280 (Funencodable_char_position, Fcheck_coding_systems_region)
21281 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
21282 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
21283 (Ffind_operation_coding_system, Fset_coding_system_priority)
21284 (Fcoding_system_eol_type): Doc fixes.
21285
212862008-05-17 Glenn Morris <rgm@gnu.org>
21287
21288 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
21289
212902008-05-16 Eli Zaretskii <eliz@gnu.org>
21291
21292 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
21293 and st_gid.
21294
21295 * frame.c (Fdelete_frame): Don't call font_update_drivers if
21296 HAVE_WINDOW_SYSTEM is not defined.
21297
21298 * xfaces.c (merge_face_ref, merge_face_vectors)
21299 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
21300 HAVE_WINDOW_SYSTEM is defined.
21301 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
21302
213032008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
21304
21305 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
21306
213072008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21308
21309 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
21310
213112008-05-15 Kenichi Handa <handa@m17n.org>
21312
21313 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
21314 preference.
21315
213162008-05-15 Glenn Morris <rgm@gnu.org>
21317
21318 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
21319
213202008-05-15 Chong Yidong <cyd@stupidchicken.com>
21321
21322 * fns.c (init_fns): Don't initialize weak_hash_tables here.
21323 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
21324
21325 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
21326
213272008-05-15 Kenichi Handa <handa@m17n.org>
21328
21329 * ftfont.c (ftfont_list): Downcase family name to check generic
21330 families.
21331
21332 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
21333 font-spec for QCfont value.
21334
21335 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
21336 buffer. Check the return value of it.
21337
213382008-05-14 Jason Rumney <jasonr@gnu.org>
21339
21340 * w32term.c (w32_get_glyph_overhangs): Remove.
21341 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
21342
213432008-05-14 Kenichi Handa <handa@m17n.org>
21344
21345 * font.c (font_prop_validate): Make nil a valid value.
21346 (font_clear_cache): Check if the cached vector of entities is nil
21347 or not.
21348
213492008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21350
21351 * emacs.c (main_thread): Conditionalize on
21352 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
21353 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
21354
21355 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
21356 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
21357 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
21358
213592008-05-14 Kenichi Handa <handa@m17n.org>
21360
21361 * coding.c (detect_coding_iso_2022): Ignore a coding category that
21362 has no corresponding coding system.
21363
213642008-05-14 Jason Rumney <jasonr@gnu.org>
21365
21366 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
21367
21368 * w32font.h (w32font_open_internal): Update declaration.
21369
21370 * w32font.c (w32font_open_internal): Change last argument from
21371 w32font_info struct to font object. Fill in font object from
21372 font_entity. Get Outline metrics if possible. Use them to
21373 calculate underline position and thickness. Use xlfd name as name
21374 property. Don't set codepage.
21375 (w32font_open): Pass font_object to w32font_open_internal. Don't
21376 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
21377 (w32font_draw): Use s->font.
21378 (clear_cached_metrics): Don't clear non-existent blocks.
21379
21380 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
21381 font was not found.
21382 (x_draw_glyph_string): Use underline position and thickness from font.
21383
21384 * w32uniscribe.c (uniscribe_open): Pass font_object to
21385 w32font_open_internal.
21386
213872008-05-14 Kenichi Handa <handa@m17n.org>
21388
21389 These changes are to delete all legacy font-handling codes, and
21390 make Emacs use only font-backends.
21391
21392 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
21393 (frame.o, image.o, print.o): Depend on $(FONTSRC).
21394
21395 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
21396
21397 * charset.h (Vcharset_non_preferred_head)
21398 (Vcurrent_iso639_language): Extern them.
21399
21400 * charset.c (Vcharset_non_preferred_head): New variable.
21401 (Vcurrent_iso639_language): New variable.
21402 (syms_of_charset): Declare it as a Lisp variable.
21403 (char_charset): Don't check non preferred charsets. As a last
21404 resort, return charset_unicode.
21405 (Fset_charset_priority): Update Vcharset_non_preferred_head.
21406
21407 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
21408 conditionals. Don't check enable_font_backend. Delete all codes
21409 used only when USE_FONT_BACKEND is not defined.
21410
21411 * dispextern.h (struct glyph_string): Change type of `font' to
21412 `struct font *'.
21413 (struct glyph_string): New member underline_position and
21414 underline_thickness.
21415 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
bba3e508
SM
21416 (struct face): Change type of `font' to `struct font *'.
21417 Remove members `font_name', `font_info_id'.
aac0c6e3
MR
21418 (per_char_metric, encode_char): Delete externs.
21419 (calc_pixel_width_or_height): Adjust the prototype.
21420
21421 * emacs.c (enable_font_backend): Delete extern.
21422 (main): Don't set enable_font_backend. Don't check the command
21423 line argument "-disable-font-backend".
21424
21425 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
21426 (enum font_property_index): New members FONT_DPI_INDEX,
21427 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
21428 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
21429 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
21430 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
21431 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
21432 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
21433 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
21434 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
21435 (struct font_spec, struct font_entity): New structs.
ef1b0ba7 21436 (FONT_ENCODING_NOT_DECIDED): Move from fontset.h.
aac0c6e3
MR
21437 (struct font): Many members from old "struct font_info" moved to
21438 here. Members font and entity deleted.
21439 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
21440 the new font-related objects.
21441 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
21442 (CHECK_FONT_GET_OBJECT): Likewise.
21443 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
ef1b0ba7 21444 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Move from font.h.
bba3e508
SM
21445 (struct font_driver): New members case_sensitive anc check.
21446 Type of the member list and open changed.
aac0c6e3
MR
21447 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
21448 (font_symbolic_width, font_find_object, font_get_spec)
21449 (font_set_lface_from_name): Delete extern.
21450 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
21451
21452 * font.c: Include <strings.h>.
21453 (enable_font_backend): Delete it.
21454 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
21455 (CHECK_VALIDATE_FONT_SPEC): Delete it.
ef1b0ba7 21456 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Move to font.h.
aac0c6e3
MR
21457 (null_string): Delete it.
21458 (null_vector): Make it static.
21459 (font_family_alist): Delete it.
21460 (Qnormal): Extern it.
21461 (QCextra, QClanguage): Delete it.
21462 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
21463 (font_make_spec, font_make_entity, font_make_object)
ef1b0ba7 21464 (font_intern_prop): Rename from intern_downcase. Don't downcase
aac0c6e3 21465 the string. Callers changed.
bba3e508 21466 (font_pixel_size): Adjust for the format change of font-related
aac0c6e3
MR
21467 objects.
21468 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
21469 (font_style_to_value, font_style_symbolic): New function.
21470 (build_font_family_alist): Delete it.
21471 (font_registry_charsets): Use Fassoc_string instead of
21472 assq_no_quit.
21473 (font_prop_validate_symbol): Don't return null_string.
bba3e508 21474 (font_prop_validate_style): Adjust for the change of
aac0c6e3
MR
21475 style-related values in a font vector.
21476 (font_property_table): Delete entries for QClanguage and
21477 QCantialias, add entries for QCavgwidth.
21478 (get_font_prop_index): Delete the 2nd argument FROM.
21479 (font_prop_validate): Arguments changed.
bba3e508 21480 (font_put_extra): Adjust for the change of font-related objects.
aac0c6e3
MR
21481 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
21482 (font_parse_fcname, font_unparse_fcname)
21483 (font_prepare_composition): Likewise.
ef1b0ba7 21484 (font_parse_family_registry): Rename from font_merge_old_spec.
aac0c6e3 21485 (otf_open): Delete the 1st arg entity.
bba3e508 21486 (font_otf_capability): Adjust for the above change.
aac0c6e3
MR
21487 (font_score): New arg alternate_families. Adjusted for the change
21488 of font-related objects.
21489 (font_sort_entites): New arg best_only.
21490 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
21491 Delete them.
21492 (font_match_p): Check alternate families.
21493 (font_find_object): Delete it.
21494 (font_check_object): New function.
bba3e508 21495 (font_clear_cache): Adjust for the change of font-related objects.
aac0c6e3
MR
21496 (font_delete_unmatched): New arg.
21497 (font_list_entities): Call font_driver->list with a spec that
21498 doesn't specify style-related properties.
21499 (font_matching_entity): Arguments changed. Caller changed.
bba3e508 21500 (font_open_entity): Adjust for the change of font-related objects.
aac0c6e3
MR
21501 (font_close_object, font_has_char, font_encode_char)
21502 (font_get_name, font_get_spec): Likewise.
21503 (font_spec_from_name, font_clear_prop, font_update_lface):
21504 New functions.
21505 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
21506 (font_prepare_for_face, font_done_for_face, font_open_by_name)
bba3e508 21507 (font_at): Adjust for the change of font-related objects.
aac0c6e3
MR
21508 (font_range): New function.
21509 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
bba3e508 21510 (Ffont_xlfd_name): Adjust for the change of font-related objects.
aac0c6e3 21511 (Fcopy_font_spec, Fmerge_font_spec): New function.
ef1b0ba7 21512 (Ffont_family_list): Rename from list-families.
aac0c6e3
MR
21513 (Finternal_set_font_style_table): Arguments changed.
21514 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
bba3e508 21515 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjust for the
aac0c6e3
MR
21516 change of font-related objects.
21517 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
21518
21519 * fontset.h (struct font_info): Delete it. Most members go to
21520 struct font.
ef1b0ba7 21521 (FONT_ENCODING_NOT_DECIDED): Move to font.h.
aac0c6e3
MR
21522 (enum FONT_SPEC_INDEX): Delete it.
21523 (font_info, list_fonts_func, load_font_func, query_font_func)
21524 (set_frame_fontset_func, find_ccl_program_func)
bba3e508
SM
21525 (get_font_repertory_func, new_fontset_from_font_name):
21526 Delete externs.
aac0c6e3
MR
21527 (fontset_from_font_name): Extern it.
21528 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
44f230aa 21529 (FONT_INFO_FROM_FACE): Delete.
aac0c6e3
MR
21530 (face_for_font): Adjust prototype.
21531
21532 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
21533 conditionals. Don't check enable_font_backend. Delete all codes
21534 used only when USE_FONT_BACKEND is not defined.
21535 (get_font_info_func, list_font_func, load_font_func)
21536 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
21537 (get_font_repertory_func): Delete them.
21538 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
21539 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
21540 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
21541 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
21542 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
21543 (fontset_compare_rfontdef): New function.
21544 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
21545 rfont-defs by qsort. Adjusted for the change of font-group vector.
44f230aa 21546 (load_font_get_repertory): Delete.
aac0c6e3
MR
21547 (fontset_find_font): Use new macros to ref/set elements of
21548 font-def and rfont-def.
21549 (fontset_font): Fix the timing of remembering that no font for C.
21550 (free_face_fontset): Do nothing if the face has no fontset.
21551 (face_suitable_for_char_p): Use new macros to ref/set elements of
21552 rfont-def.
21553 (face_for_char): Likewise. Call face_for_char with font_object.
21554 (fs_load_font): Delete. Delete #pragma surrounding it.
21555 (fs_query_fontset): Use strcasecmp instead of strcmp.
bba3e508 21556 (generate_ascii_font_name): Adjust for the format change of
aac0c6e3
MR
21557 font-spec.
21558 (Fset_fontset_font): Likewise. Use new macros to set elements of
21559 font-def.
21560 (Fnew_fontset): Use font_unparse_xlfd to generate
21561 FONTSET_ASCII (fontset).
44f230aa 21562 (new_fontset_from_font_name): Delete.
ef1b0ba7 21563 (fontset_from_font): Rename from new_fontset_from_font. Check if
aac0c6e3
MR
21564 a fontset is already created for the font. FIx updating of
21565 Vfontset_alias_alist.
44f230aa 21566 (fontset_ascii_font): Delete.
bba3e508 21567 (Ffont_info): Adjust for the format change of font-spec.
aac0c6e3
MR
21568 (Finternal_char_font): Likewise.
21569 (Ffontset_info): Likewise.
21570 (syms_of_fontset): Don't check load_font_func.
21571
21572 * fns.c (internal_equal): Handle PREV_FONT.
21573
21574 * frame.h: Delete USE_FONT_BACKEND conditional.
21575
21576 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
21577 conditionals. Don't check enable_font_backend. Delete all codes
21578 used only when USE_FONT_BACKEND is not defined.
21579 (x_set_font): Call x_new_font, not x_new_fontset2.
21580 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
21581 already set for the frame.
21582
bba3e508
SM
21583 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed.
21584 Make a font-entity by font_make_entity. Use font_intern_prop instead
aac0c6e3
MR
21585 of intern_downcase. Use FONT_SET_STYLE to set a style-related
21586 font property. If a font is scalable, set avgwidth property to 0.
21587 Set font-entity property by font_put_extra.
21588 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
bba3e508 21589 (ffont_driver): Adjust for the change of struct font_driver.
aac0c6e3
MR
21590 (ftfont_spec_pattern): New function.
21591 (ftfont_list): Return a list, not vector.
21592 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
21593 (ftfont_list_family): Don't downcase names.
44f230aa 21594 (ftfont_free_entity): Delete.
aac0c6e3
MR
21595 (ftfont_open): Return a font-object. Adjusted for the change of
21596 struct font. Get underline_thickness and underline_position from
21597 font property. Don't update dpyinfo->smallest_font_height and
21598 dpyinfo->smallest_char_width.
21599 (ftfont_close): Don't free `struct font'.
bba3e508 21600 (ftfont_has_char): Adjust for the format change of font-entity.
aac0c6e3
MR
21601 (ftfont_encode_char, ftfont_text_extents): Likewise.
21602
21603 * ftxfont.c (ftxfont_list): Return a list, not vector.
21604 (ftxfont_open): Return a font-object. Adjusted for the change of
21605 struct font. Get underline_thickness and underline_position from
21606 font property. Don't update dpyinfo->smallest_font_height and
21607 dpyinfo->smallest_char_width.
21608 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
bba3e508 21609 (ftxfont_draw): Adjust for the change of struct font.
aac0c6e3 21610
bba3e508
SM
21611 * image.c (image_ascent): Don't include "charset.h".
21612 Include "character.h" and "font.h".
aac0c6e3
MR
21613
21614 * lisp.h (enum pvec_type): New member PREV_FONT.
21615 (Fassoc_string): EXFUN it.
21616
21617 * print.c: Include font.h.
21618 (print_object): Handle font-related objects.
21619
21620 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
21621 conditionals. Don't check enable_font_backend. Delete all codes
21622 used only when USE_FONT_BACKEND is not defined.
21623 (handle_auto_composed_prop): Do nothing if it->f is not on a
21624 window system. Check how many following characters can be
21625 displayed by the same font.
21626 (calc_pixel_width_or_height): Type of the 4th arg is changed to
21627 'struct font *'.
21628 (get_char_face_and_encoding): Assign the whole encoding task to
21629 the `encode-char' method of a font driver.
bba3e508 21630 (fill_composite_glyph_string): Adjust for the change of `struct
aac0c6e3
MR
21631 face' and `struct glyph_string'.
21632 (fill_glyph_string): Likewise.
21633 (get_per_char_metric): Arguments changed.
bba3e508 21634 (x_get_glyph_overhangs): Adjust for the change of `struct face'
aac0c6e3
MR
21635 and `struct glyph_string'.
21636 (produce_stretch_glyph, calc_line_height_property)
21637 (x_produce_glyphs): Likewise.
21638
21639 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
21640 conditionals. Don't check enable_font_backend. Delete all codes
bba3e508
SM
21641 used only when USE_FONT_BACKEND is not defined.
21642 Use FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
aac0c6e3
MR
21643 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
21644 (Qp): Extern them.
21645 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
44f230aa
SM
21646 Delete.
21647 (struct font_name): Delete.
21648 (xlfd_numeric_value, xlfd_symbolic_value): Delete.
aac0c6e3
MR
21649 (compare_fonts_by_sort_order): New function.
21650 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
21651 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
44f230aa 21652 Delete.
aac0c6e3
MR
21653 (Fx_family_fonts): Use font_list_entities, and sort fonts by
21654 compare_fonts_by_sort_order.
21655 (Fx_font_family_list): Call Ffont_family_list.
21656 (face_numeric_value, face_numeric_weight, face_numeric_slant)
21657 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
21658 (face_symbolic_slant, face_symbolic_swidth)
21659 (split_font_name_into_vector, build_font_name_from_vector)
21660 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
21661 (font_rescale_ratio, split_font_name, build_font_name)
21662 (free_font_names, sort_fonts, x_face_list_fonts)
21663 (face_font_available_p, sorted_font_list, cmp_font_names)
21664 (font_list_1, concat_font_list, font_list, remove_duplicates):
44f230aa 21665 Delete.
aac0c6e3 21666 (Fx_list_fonts): Use Ffont_list.
44f230aa 21667 (LFACE_AVGWIDTH): Delete.
aac0c6e3
MR
21668 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
21669 by FONTP.
21670 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
21671 (set_lface_from_font_name): Delete it.
ef1b0ba7 21672 (set_lface_from_font): Rename from
aac0c6e3
MR
21673 set_lface_from_font_and_fontset. Caller changed. Don't set
21674 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
21675 for face.
21676 (merge_face_vectors): Copy font-spec if necessary.
21677 Clear properties of the font-spec if necessary.
21678 (merge_face_ref): Clear properties of the font-spec if necessary.
21679 (Finternal_set_lisp_face_attribute): Likewise.
21680 (set_font_frame_param): Use font_load_for_lface to load a
21681 font-object, and call Fmodify_frame_parameters with it.
21682 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
21683 font name by Ffont_xlfd_name.
21684 (Finternal_lisp_face_attribute_values): Don't check QCweight,
21685 QCslant, and QCwidth.
21686 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
21687 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
21688 Compare fonts by EQ.
44f230aa 21689 (lookup_non_ascii_face): Delete.
aac0c6e3
MR
21690 (face_for_font): The 2nd argument changed.
21691 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
21692 Check atomic font properties by case insensitive.
21693 (realize_non_ascii_face): Set face->overstrike correctly.
21694 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
21695 (dump_realized_face): Get font name from
21696 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
21697
21698 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
21699 conditionals. Don't check enable_font_backend. Delete all codes
21700 used only when USE_FONT_BACKEND is not defined.
21701 (xic_create_xfontset): Original code deleted and renamed from
21702 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
21703 (x_make_gc): Don't set GCFont in GCs.
21704 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
21705 opened by "fixed".
21706 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
21707 find_ccl_program_func, query_font_func, set_frame_fontset_func,
21708 get_font_repertory_func.
21709
21710 * xfont.c: Include <stdlib.h> and "ccl.h".
21711 (struct xfont_info): New structure.
44f230aa 21712 (xfont_query_font): Delete.
ef1b0ba7 21713 (xfont_find_ccl_program): Rename from x_find_ccl_program and
aac0c6e3 21714 moved from xterm.c.
bba3e508 21715 (xfont_driver): Adjust for the change of struct font_driver.
aac0c6e3 21716 (compare_font_names): New function.
ef1b0ba7
SM
21717 (xfont_list_pattern): Sort font names case insensitively.
21718 Make font_entity by calling font_make_entity. Avoid auto-scaled fonts.
aac0c6e3
MR
21719 (xfont_list): Return a list, not vector.
21720 (xfont_match): If the font doesn't have QCname property, generate
21721 a name from the other font properties.
21722 (xfont_open): Return a font-object. Adjusted for the change of
21723 struct font. Get underline_thickness and underline_position from
21724 font property. Don't update dpyinfo->smallest_font_height and
21725 dpyinfo->smallest_char_width.
21726 (xfont_close): Don't free struct font.
bba3e508 21727 (xfont_prepare_face): Adjust for the change of struct font.
44f230aa 21728 (xfont_done_face): Delete.
bba3e508 21729 (xfont_has_char): Adjust for the change of struct font.
aac0c6e3
MR
21730 (xfont_encode_char, xfont_draw): Likewise.
21731 (xfont_check): New function.
21732
bba3e508 21733 * xftfont.c (xftfont_list): Adjust for the change of `list'
aac0c6e3 21734 callback function.
bba3e508
SM
21735 (xftfont_match): Adjust for the format change of font-entity.
21736 (xftfont_open): Adjust for the format change of font-entity and
aac0c6e3
MR
21737 font-object. Adjusted for the change of struct font. Return a
21738 font-object. Don't update dpyinfo->smallest_font_height and
21739 dpyinfo->smallest_char_width.
21740 (xftfont_close): Block input while calling XftFontClose.
21741 (xftfont_prepare_face): Don't block input while calling
21742 xftfont_get_colors. Adjusted for the change of struct font.
21743 (xftfont_shape): Return value of error case fixed.
21744
21745 * xrdb.c (x_load_resources): Don't setup a fontset resource.
21746
21747 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
21748 conditionals.
21749 (FONT_WIDTH): Return (f)->max_width.
21750 (struct x_display_info): Delete member `font'.
21751 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
21752 (x_find_ccl_program, x_get_font_repertory): Delete externs.
21753 (struct x_output): Change type of `font' to `struct font *'.
21754
21755 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
21756 conditionals. Don't check enable_font_backend. Delete all codes
21757 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
44f230aa 21758 (x_per_char_metric, x_encode_char): Delete.
aac0c6e3 21759 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
bba3e508 21760 (x_compute_glyph_string_overhangs): Adjust for the change of
aac0c6e3
MR
21761 `struct face'.
21762 (x_draw_glyph_string_foreground)
21763 (x_draw_composite_glyph_string_foreground): Likewise.
21764 (x_draw_glyph_string): Likewise. Use font->underline_position and
21765 font->underline_thickness.
ef1b0ba7 21766 (x_new_font): Rename from x_new_fontset2.
44f230aa 21767 (x_new_fontset, x_get_font_info, x_list_fonts): Delete.
aac0c6e3
MR
21768 (x_check_font): Call `check' method of a font driver.
21769 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
44f230aa 21770 (x_query_font, x_get_font_repertory): Delete.
ef1b0ba7 21771 (x_find_ccl_program): Rename and moved to xfont.c.
bba3e508 21772 (x_redisplay_interface): Adjust for the change of `struct
aac0c6e3
MR
21773 redisplay_interface'.
21774
21775 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
21776 conditionals. Don't check enable_font_backend. Delete all codes
21777 used only when USE_FONT_BACKEND is not defined. Surround non-used
21778 code by "#ifdef OLD_FONT" and "endif".
21779 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
21780
21781 * w32font.h (struct w32font_info): New member.
21782 (FONT_COMPAT): New macro.
21783 (w32font_open_internal): Prototype adjusted.
21784
21785 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
21786 OLD_FONT" and "endif".
21787
21788 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
21789 conditionals. Don't check enable_font_backend. Delete all codes
21790 used only when USE_FONT_BACKEND is not defined.
21791 (w32font_open): Return a font-object. Make a font-object by
21792 font_make_object. Adjusted for the change of struct w32font_info.
21793 (w32font_close): Don't free struct font. Adjusted for the change
21794 of struct w32font_info.
21795 (w32font_encode_char, w32font_text_extents, w32font_draw):
ef1b0ba7 21796 Adjust for the change of struct w32font_info.
aac0c6e3
MR
21797 (w32font_draw): Likewise.
21798 (w32font_list_internal): Return a list, not vector.
21799 (w32font_open_internal): Change the 4th arg to font-object.
21800 Adjusted for the change of struct w32font_info and font-object format.
21801 (add_font_name_to_list): Don't downcase names.
21802 (w32_enumfont_pattern_entity): Make a font-entity by
21803 font_make_entity. Adjusted for the format change of font-entity.
21804 Use FONT_SET_STYLE to set a style-related font property. If a
21805 font is scalable, set avgwidth property to 0. Set font-entity
21806 property by font_put_extra.
bba3e508 21807 (font_matches_spec): Adjust for the format change of font-entity.
aac0c6e3
MR
21808 (w32_weight_table, w32_decode_weight): New variables.
21809 (w32_encode_weight): New function.
bba3e508 21810 (fill_in_logfont): Adjust for the format change of font-spec.
aac0c6e3
MR
21811 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
21812 weight value.
bba3e508 21813 (w32font_driver): Adjust for the change of struct font_driver.
aac0c6e3
MR
21814
21815 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
21816 conditionals. Don't check enable_font_backend. Surround non-used
21817 code by "#ifdef OLD_FONT" and "endif".
21818 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
bba3e508 21819 (FONT_AVG_WIDTH): Adjust for the change of struct font.
aac0c6e3
MR
21820
21821 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
21822 conditionals. Don't check enable_font_backend. Delete all codes
21823 used only when USE_FONT_BACKEND is not defined. Surround non-used
21824 code by "#ifdef OLD_FONT" and "endif".
21825
21826 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
21827 (uniscribe_open): Return value changed to font-object.
21828 Adjusted for the format change of font-object.
bba3e508 21829 (uniscribe_otf_capability): Adjust for the change of struct font.
aac0c6e3 21830 (add_opentype_font_name_to_list): Don't downcase names.
bba3e508 21831 (uniscribe_font_driver): Adjust for the change of struct
aac0c6e3
MR
21832 font_driver.
21833
218342008-05-13 Chong Yidong <cyd@stupidchicken.com>
21835
21836 * dispnew.c (update_frame_1): Check if tty output is still valid
21837 before flushing it.
21838
218392008-05-13 Jan Djärv <jan.h.d@swipnet.se>
21840
21841 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
21842 to Gtk+ menus.
21843
218442008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
21845
21846 * dired.c (file_name_completion): Tweak the code so as to always do it
21847 in a single pass. Tighten the scope of some variables.
21848
21849 * dired.c (Qdefault_directory): New var.
21850 (file_name_completion): Use it instead of Fexpand_file_name.
21851 (syms_of_dired): Initialize it.
21852
218532008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21854
21855 * fileio.c (double_dollars): Remove dead code.
21856
218572008-05-10 Eli Zaretskii <eliz@gnu.org>
21858
21859 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
21860 Mention w32-get-true-file-attributes in doc string.
21861
21862 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
21863
218642008-05-09 Glenn Morris <rgm@gnu.org>
21865
21866 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
21867 2008-04-23.
21868
218692008-05-09 Eli Zaretskii <eliz@gnu.org>
21870
21871 Support for reporting owner and group of each file on MS-Windows:
21872 * dired.c (stat_uname, stat_gname): New functions, with special
21873 implementation for w32.
21874 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
21875
21876 * w32.c: Rename the_passwd_* to dflt_passwd_*.
21877 (dflt_group_name): New static variable.
21878 (dflt_group): Rename from the_group.
21879 (init_user_info): Init dflt_group fields. Get user's group name
21880 from LookupAccountSid.
21881 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
21882 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
21883 New initialization states.
21884 (globals_of_w32): Initialize them to zero. Initialize the default
21885 group name to "None".
21886 (GetFileSecurity_Name): New global var, the name of the function
21887 to call for GetFileSecurity.
21888 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
21889 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
21890 (get_file_security, get_security_descriptor_owner)
21891 (get_security_descriptor_group, is_valid_sid)
21892 (get_file_security_desc, get_rid, get_name_and_id)
21893 (get_file_owner_and_group): New functions.
21894 (stat): Use get_file_security_desc and get_file_owner_and_group to
21895 report the owner and primary group of each file. Don't ignore the
21896 high 32 bits of file's size, now that st_size is 64-bit wide.
21897 Fix test when to get true file attributes.
21898 (init_user_info): Use get_rid instead of equivalent inline code.
21899 (fstat): Don't ignore the high 32 bits of file's size.
21900
219012008-05-09 Chong Yidong <cyd@stupidchicken.com>
21902
21903 * image.c (png_load): Use correct bit-depth for setting background
21904 color.
21905
219062008-05-08 Eli Zaretskii <eliz@gnu.org>
21907
21908 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
21909 epa-hook.elc.
21910
219112008-05-08 Juanma Barranquero <lekktu@gmail.com>
21912
21913 * font.c (Ffont_match_p): Don't use `iff' in docstring.
21914
219152008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
21916
21917 * macfns.c (Fx_create_frame): Make a copy of frame parameters
21918 because the original parameters are in pure storage now.
21919 (mac_window): Remove unused params. Update callers.
21920
219212008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21922
21923 * lread.c (substitute_object_recurse): Use lower-level primitives.
21924 Don't signal errors when traversing sub-char-tables.
21925 Don't loop over all the possible characters when traversing char-tables.
21926
21927 * print.c (print_preprocess): Add sub-char-tables to the print-table,
21928 just like we do in print.c.
21929
219302008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21931
21932 * minibuf.c (Ftry_completion): Remove code left over from when we used
21933 scmp instead of Fcompare_strings.
21934
219352008-05-04 Juanma Barranquero <lekktu@gmail.com>
21936
21937 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
21938
219392008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21940
21941 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
21942 Create bitmap context in native byte order.
21943
21944 * macterm.c (XDrawLine)
21945 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
21946 context in native byte order.
21947
219482008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21949
21950 * config.in: Regenerate.
21951
21952 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
21953 New definitions for Image I/O support.
21954 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
21955 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
21956 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
21957 (mac_data_provider_release_data, image_load_image_io)
21958 [USE_MAC_IMAGE_IO]: New functions.
21959 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
21960 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
21961 (init_image_func_pointer) [MAC_OSX]: Remove function.
21962 (image_load_quartz2d) [MAC_OSX]: Check availability of
21963 CGImageCreateWithPNGDataProvider at compile time.
21964 Use lowercase `false' for boolean constant.
21965 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
21966 Use image_load_image_io.
21967 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
21968 Don't check MyCGImageCreateWithPNGDataProvider.
21969 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
21970 Don't call init_image_func_pointer.
21971
21972 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
21973
21974 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
21975 Make variable non-static.
21976 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
21977 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
21978
21979 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
21980 (RED_FROM_ULONG): Mask off higher bits.
21981 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
21982
21983 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
21984 Include AvailabilityMacros.h.
21985 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
21986 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
21987
219882008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
21989
21990 * chartab.c (Fset_char_table_range): If range is t, really set all
21991 chars to that value.
21992
219932008-05-03 Eli Zaretskii <eliz@gnu.org>
21994
21995 * dired.c (Ffile_attributes): Don't allow the device number become
21996 negative.
21997
219982008-05-02 Daiki Ueno <ueno@unixuser.org>
21999
22000 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
22001
220022008-05-02 Juri Linkov <juri@jurta.org>
22003
22004 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
22005 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
22006 DEFAULT argument as a list of default values in docstrings.
22007
220082008-05-01 Chong Yidong <cyd@stupidchicken.com>
22009
22010 * puresize.h (BASE_PURESIZE): Increase to 1210000.
22011
220122008-05-01 Martin Rudalics <rudalics@gmx.at>
22013
22014 * dispnew.c (change_frame_size_1): Preserve small windows when
22015 shrinking frames by calling set_window_height|width with third
22016 arg 2.
22017
22018 * window.h (struct window): Replace field too_small_ok by field
22019 resize_proportionally.
22020
22021 * window.c (make_window): Initialize resize_proportionally.
22022 (enlarge_window): Temporarily set resize_proportionally to make
22023 sure that shrink_windows does scale the window proportionally.
22024 (shrink_windows): When window has resize_proportionally set try
22025 to shrink it proportionally by stealing from other windows.
22026 (struct saved_window, Fset_window_configuration)
22027 (compare_window_configurations): Handle resize_proportionally.
22028 (WINDOW_TOTAL_SIZE): New macro.
22029 (window_min_size, shrink_windows, size_window): Use it.
22030 (check_min_window_sizes): Remove. Invalid values of
22031 window-min-height|width are handled by window_min_size_2 now.
22032 (size_window, Fsplit_window, enlarge_window)
22033 (adjust_window_trailing_edge, grow_mini_window): Don't call
22034 check_min_window_sizes.
22035 (window_min_size_2, window_min_size_1, window_min_size):
22036 New argument safe_p for retrieving "safe" minimum sizes.
22037 (Fdisplay_buffer, Fsplit_window, enlarge_window)
22038 (adjust_window_trailing_edge, grow_mini_window):
22039 Adjust arguments of window_min_size... functions.
22040 (shrink_windows): Argument min_size removed. New argument
22041 safe_p allows shrinking windows to their safe minimum sizes.
22042 Calculate minimum size and decide whether a window shall be
22043 deleted for each window individually.
22044 (size_window): When nodelete_p equals 2, tell shrink_windows to
22045 delete windows only if their new minimum size is no more safe.
22046 (shrink_window_lowest_first): Call window_min_size_1 to make
22047 sure to preserve modeline of bottom-most window when resizing
22048 the minibuffer.
22049 (Fset_window_configuration, Fcurrent_window_configuration)
22050 (compare_window_configurations): Do not handle
22051 window-min-height|width any more.
22052 (syms_of_window): Clarify window-min-height|width doc-strings.
22053
220542008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
22055
22056 * dired.c (file_name_completion): Fix up the encoding/decoding issue
22057 some more. Copy some of the code from Ftry_completions.
22058 Remove special case code that dates back to initial revision when the
22059 slash was only added when necessary and that can't trigger nowadays.
22060
220612008-04-27 Kenichi Handa <handa@m17n.org>
22062
22063 * font.c (font_prop_validate): Signal `error' instead of `font'.
22064
220652008-04-29 Jason Rumney <jasonr@gnu.org>
22066
22067 * w32fns.c (Fw32_battery_status): New defun.
22068 (syms_of_w32fns): Defsubr it.
22069
220702008-04-28 Andreas Schwab <schwab@suse.de>
22071
22072 * dired.c (file_name_completion): Fix another mixing of encoded
22073 and decoded names.
22074
220752008-04-28 Juanma Barranquero <lekktu@gmail.com>
22076
22077 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
22078
220792008-04-27 Juanma Barranquero <lekktu@gmail.com>
22080
22081 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
22082
220832008-04-27 Andreas Schwab <schwab@suse.de>
22084
22085 * dired.c (file_name_completion): Fix inappropriate mixing of
22086 encoded and decoded names.
22087
22088 * xterm.c (XTread_socket): Fix use of uninitialized variable.
22089
22090 * puresize.h (BASE_PURESIZE): Increase to 1200000.
22091
220922008-04-26 Eli Zaretskii <eliz@gnu.org>
22093
22094 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
22095 2008-03-31, it's not needed anymore with `struct stat' definition
22096 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
22097 for the same reasons.
22098
220992008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
22100
22101 * m/sparc.h: Additional redefinitions for GNU/Linux.
22102
221032008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22104
22105 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
22106 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
22107 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
22108 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
22109 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
22110 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
22111 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
22112 Likewise.
22113
22114 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
22115 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
22116 (mac_ax_number_of_characters): Add externs.
22117 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
22118 [USE_MAC_TSM]: Likewise.
22119 (mac_handle_text_input_event) [MAC_OSX]:
22120 Handle kEventTextInputOffsetToPos for no active input area case.
22121 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
22122 (mac_handle_document_access_event)
22123 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
22124 (install_application_handler) [MAC_OSX]: Register handlers for
22125 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
22126 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
22127 Register mac_handle_document_access_event.
22128
22129 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
22130 Make functions non-static.
22131
221322008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
22133
22134 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
22135 (read_file_name_completion_ignore_case, insert_default_directory)
22136 (Qdefault_directory): Move to minibuffer.el.
22137 (Fread_file_name): Call the new `read-file-name' instead.
22138
221392008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22140
22141 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
22142 Make function non-static.
22143 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
22144 Remove function.
22145 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
22146 Move to mactoolbox.c.
22147 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
22148
22149 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
22150 (mac_rect_make): New macro.
22151
22152 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
22153 instead of float.
22154 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
22155 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
22156 (XSetBackground) [USE_CG_DRAWING]: Likewise.
22157 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
22158 CGRectMake.
22159 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
22160 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
22161 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
22162 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
22163 instead of WindowRef in argument type.
22164 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
22165 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
22166 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
22167 instead of DISPLAY. All uses changed.
22168 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
22169 (x_calc_absolute_position): Simplify so as not to use
22170 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
22171
22172 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
22173 instead of WindowRef in argument type.
22174 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
22175 [TARGET_API_MAC_CARBON]: Remove externs.
22176 (create_apple_event, mac_event_parameters_to_lisp)
22177 [TARGET_API_MAC_CARBON]: Add externs.
22178
22179 * mactoolbox.c (Vmac_ts_script_language_on_focus)
22180 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
22181 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
22182 is clicked.
22183 (x_activate_menubar): Remove extern for saved_menu_event_location.
22184 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
22185 Move from mac.c.
22186
221872008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22188
22189 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
22190 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
22191
221922008-04-23 Jason Rumney <jasonr@gnu.org>
22193
22194 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
22195 attributes only for local files.
22196
22197 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
22198 default to Qlocal.
22199
222002008-04-22 Juri Linkov <juri@jurta.org>
22201
22202 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
22203 read-buffer-to-switch instead of using the letter "B".
22204
222052008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
22206
22207 * fileio.c (Qdefault_directory): New variable.
22208 (Fread_file_name): Use it to pass `dir' to the completion functions.
22209
222102008-04-20 Chong Yidong <cyd@stupidchicken.com>
22211
22212 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
22213
222142008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22215
22216 * keyboard.c (Vpre_help_message): Remove.
22217 (show_help_echo): Remove default C code.
22218
22219 * dired.c (directory_files_internal, file_name_completion):
22220 Only call ENCODE_FILE if the string is indeed decoded.
22221
222222008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
22223
22224 * Makefile.in (TOOLKIT_DEFINES): Remove.
22225 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
22226
222272008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22228
22229 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
22230 (mactoolbox.o): New target.
22231
22232 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
22233 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
22234
22235 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
22236 Use mac_set_frame_window_background instead of XSetWindowBackground.
22237 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
22238 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
22239 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
22240 instead of SetWindowTitleWithCFString.
22241 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
22242 Move function to mactoolbox.c.
22243 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
22244 Use mac_set_window_modified instead of SetWindowModified.
22245 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
22246 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
22247 (Fx_focus_frame): Use mac_front_non_floating_window instead of
22248 FrontNonFloatingWindow. Use mac_activate_window instead of
22249 ActivateWindow. Use mac_active_non_floating_window instead of
22250 ActiveNonFloatingWindow.
22251 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
22252 Use mac_show_hourglass and mac_hide_hourglass.
22253 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
22254 instead of GetGlobalMouse.
22255 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
22256 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
22257 Use mac_bring_window_to_front instead of BringToFront.
22258 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
22259 mactoolbox.c.
22260 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
22261 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
22262 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
22263 mactoolbox.c.
22264
22265 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
22266 (XtPointer): Move typedef from macmenu.c.
22267 (enum button_type): Move enum from macmenu.c.
22268 (widget_value): Move typedef from macmenu.c.
22269 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
22270 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
22271 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
22272 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
22273 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
22274 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
22275 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
22276 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
22277 (Selection): Move typedef from macselect.c.
22278 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
22279 macterm.c.
22280 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
22281 (mac_is_window_collapsed, mac_bring_window_to_front)
22282 (mac_send_window_behind, mac_hide_window, mac_show_window)
22283 (mac_collapse_window, mac_front_non_floating_window)
22284 (mac_active_non_floating_window, mac_activate_window)
22285 (mac_move_window_structure, mac_move_window, mac_size_window)
22286 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
22287
22288 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
22289 (enum mac_menu_kind): Move enum to mactoolbox.c.
22290 (min_menu_id): Move variable to mactoolbox.c.
22291 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
22292 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
22293 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
22294 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
22295 [TARGET_API_MAC_CARBON]: Likewise.
22296 (XtPointer): Move typedef to macgui.h.
22297 (enum button_type): Move enum to macgui.h.
22298 (widget_value): Move typedef to macgui.h.
22299 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
22300 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
22301 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
22302 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
22303 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
22304 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
22305 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
22306 (popup_activated_flag): Make variable non-static.
22307 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
22308 (add_menu_item, fill_menu, dispose_menus):
22309 Move functions to mactoolbox.c.
22310 (restore_show_help_function, menu_target_item_handler)
22311 (install_menu_target_item_handler, mac_handle_dialog_event)
22312 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
22313 [TARGET_API_MAC_CARBON]: Likewise.
22314 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
22315 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
22316 (find_and_call_menu_selection, name_is_separator): Make function
22317 non-static.
22318 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
22319 to mactoolbox.c.
22320 (set_frame_menubar): Don't call install_menu_quit_handler.
22321 (menu_item_selection): New variable.
22322 (mac_menu_show): Use create_and_show_popup_menu.
22323 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
22324 selection but set variable menu_item_selection. All uses changed.
22325 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
22326 Call install_menu_quit_handler. Move to mactoolbox.c.
22327
22328 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
22329 (Selection): Move typedef to macgui.h.
22330 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
22331 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
22332 Make variables non-static.
22333 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
22334 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
22335 Make functions non-static.
22336 (Vmac_service_selection) [MAC_OSX]: Likewise.
22337 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
22338 (mac_valid_selection_target_p, mac_clear_selection)
22339 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
22340 (mac_put_selection_value, mac_selection_has_target_p)
22341 (mac_get_selection_value, mac_get_selection_target_list)
22342 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
22343 Move functions to mactoolbox.c.
22344 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
22345 Likewise.
22346 (copy_scrap_flavor_data, mac_handle_service_event)
22347 (install_service_handler) [MAC_OSX]: Likewise.
22348 (syms_of_macselect) <Vmac_dnd_known_types>:
22349 Use mac_dnd_default_known_types.
22350
22351 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
22352 Move to mactoolbox.c.
22353 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
22354 (Fx_selection_owner_p): Add EXFUN.
22355 (install_window_handler, remove_window_handler, XSetWindowBackground):
22356 Remove externs.
22357 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
22358 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
22359 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
22360 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
22361 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
22362 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
22363 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
22364 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
22365 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
22366 (create_and_show_popup_menu, mac_get_selection_from_symbol)
22367 (mac_valid_selection_target_p, mac_clear_selection)
22368 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
22369 (mac_put_selection_value, mac_selection_has_target_p)
22370 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
22371 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
22372 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
22373 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
22374 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
22375 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
22376 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
22377 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
22378 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
22379
22380 * mactoolbox.c: New file.
22381
223822008-04-18 Jason Rumney <jasonr@gnu.org>
22383
22384 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
22385
223862008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
22387
22388 * character.c (Fmultibyte_char_to_unibyte):
22389 Return latin1 chars unchanged.
22390
22391 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
22392 relocated if it points to `name'.
22393
223942008-04-17 Kenichi Handa <handa@m17n.org>
22395
22396 * data.c (Faset): Allow setting a multibyte character in an
22397 ASCII-only unibyte string.
22398
22399 * lisp.h (STRING_SET_MULTIBYTE): New macro.
22400
224012008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
22402
22403 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
22404 done in config.h.
22405
224062008-04-16 Juanma Barranquero <lekktu@gmail.com>
22407
22408 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
22409 (Fchar_direction): Add usage in the docstring.
22410
224112008-04-15 Chong Yidong <cyd@stupidchicken.com>
22412
22413 * keyboard.c (read_key_sequence): Remove always-true checks.
22414
224152008-04-14 Jason Rumney <jasonr@gnu.org>
22416
22417 * w32font.c (w32font_open_internal): Set max_bounds.descent in
22418 compatibility struct, for better underline positioning.
22419
224202008-04-13 David Hansen <david.hansen@gmx.net>
22421
22422 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
22423 string.
22424
224252008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
22426
22427 * m/hp800.h (XUINT, XSET): Remove.
22428
224292008-04-12 Juanma Barranquero <lekktu@gmail.com>
22430
22431 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
22432 previous change.
22433
224342008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
22435
22436 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
22437 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
22438
224392008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
22440
22441 * keymap.h (map_keymap_canonical): Declare.
22442 * xmenu.c (single_keymap_panes): Use it.
22443
224442008-04-11 Glenn Morris <rgm@gnu.org>
22445
22446 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
22447 set the target's value to that of the alias.
22448
224492008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
22450
22451 * term.c (set_tty_color_mode): Left over typo.
22452
224532008-04-10 Michael Albinus <michael.albinus@gmx.de>
22454
22455 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
22456 only after check for file name handler functions. Signal, when
22457 native functionality is not supported.
22458 (syms_of_fileio): Declare it unconditionally.
22459
224602008-04-10 Jason Rumney <jasonr@gnu.org>
22461
22462 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
22463 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
22464
22465 * w32.c (logon_network_drive): Also logon to remote drives that
22466 are mapped to drive letters.
22467
224682008-04-10 Glenn Morris <rgm@gnu.org>
22469
22470 * xdisp.c (truncate-partial-width-windows): Doc fix.
22471
224722008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22473
22474 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
22475 Move functions to minibuffer.el.
22476 (syms_of_fileio): Don't declare them.
22477
224782008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22479
22480 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
22481 (syms_of_minibuf): Remove its initialization.
22482
22483 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
22484
224852008-04-09 Juanma Barranquero <lekktu@gmail.com>
22486
22487 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
22488
224892008-04-09 Jason Rumney <jasonr@gnu.org>
22490
22491 * makefile.w32-in (distclean): Delete makefile too.
22492 (maintainer-clean): New target.
22493
22494 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
22495
22496 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
22497 for new font backend and composite cases.
22498
224992008-04-09 Jan Djärv <jan.h.d@swipnet.se>
22500
22501 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
22502 Most of the code moved to run_timers.
22503 (do_pending_atimers): Call run_timers.
22504 (run_timers): New function.
22505
22506 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
22507 run atimers.
22508
22509 * process.c (wait_reading_process_output): The same as above.
22510
225112008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22512
22513 * minibuf.c (last_exact_completion): Remove variable.
22514 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
22515 (complete_and_exit_1, complete_and_exit_2)
22516 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
22517 (Fdisplay_completion_list, display_completion_list_1)
22518 (Fminibuffer_completion_help, Fself_insert_and_exit)
22519 (Fexit_minibuffer, Fminibuffer_message): Move functions to
22520 minibuffer.el.
22521 (syms_of_minibuf): Remove corresponding initializations.
22522
22523 * keyboard.c (Qdeactivate_mark): New var.
22524 (command_loop_1): Use it to call `deactivate-mark'.
22525 (syms_of_keyboard): Initialize it.
22526
22527 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
22528 to another frame.
22529 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
22530 Don't call set_tty_color_mode.
22531 (store_frame_param): Reset previous_frame rather than call
22532 set_tty_color_mode.
22533 * term.c (set_tty_color_mode): Rewrite.
22534 * dispextern.h (set_tty_color_mode): New type.
22535 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
22536
225372008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22538
22539 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
22540 for generic chars, which do not exist any more in emacs-unicode.
22541
225422008-04-08 Michael Albinus <michael.albinus@gmx.de>
22543
22544 * coding.c (detect_coding_emacs_mule)
22545 (Ffind_operation_coding_system): Fix typo.
22546
225472008-04-08 Jason Rumney <jasonr@gnu.org>
22548
22549 * w32uniscribe.c (SNAME): Extract only symbol name.
22550
22551 * w32font.h (struct w32_metric_cache): New struct.
22552 (w32font_info): Use it.
22553 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
22554 (CACHE_BLOCKSIZE): New constants.
22555
22556 * w32font.c (Qja, Qko, Qzh): New symbols.
22557 (syms_of_w32font): Initialise them.
22558 (font_matches_spec): Use them to filter by language.
22559 (recompute_cached_metrics): Remove function.
22560 (compute_metrics, clear_cached_metrics): New functions.
22561 (w32font_encode_char): Use them to manage metric cache.
22562 (w32font_text_extents): Cache metrics for all glyphs on demand.
22563 Delay converting glyph indices to WORD until needed.
22564 (w32font_open_internal): Initialize metric cache to empty.
22565 (registry_to_w32_charset): Charset should always be a symbol.
22566 (fill_in_logfont, list_all_matching_fonts): Family should
22567 always be a symbol.
22568
225692008-04-06 Jason Rumney <jasonr@gnu.org>
22570
22571 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
22572 Give up if glyph indices not supported. Use uniscribe obtained
22573 ABC widths for individual metrics. Map glyph clusters back to
22574 characters using fClusterStart flag. Return number of glyphs
22575 produced, not chars processed.
22576 (uniscribe_shape): Map char at FROM to current glyph.
22577
225782008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22579
22580 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
22581 Use SetMenuItemHierarchicalMenu.
22582
225832008-04-05 Jason Rumney <jasonr@gnu.org>
22584
22585 * image.c (pbm_load): Allow color values up to 65535.
22586 Throw an error if max_color_idx is outside the supported range.
22587 Report an error when image size is invalid.
22588 Read two bytes at a time when raw images have max_color_idx above 255.
22589
aac0c6e3
MR
225902008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
22591
22592 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
22593 append "CCL: Quitted" when the CCL program is quitted.
22594 (setup_ccl_program): Initialize ccl->quit_silently to zero.
22595
22596 * ccl.h (struct ccl_program): New member quit_silently.
22597
225982008-04-05 Chong Yidong <cyd@stupidchicken.com>
22599
22600 * search.c (compile_pattern_1): Treat non-nil and non-string of
22601 search-spaces-regexp as nil.
22602
22603 * minibuf.c (Fassoc_string): Tweak docstring.
22604
226052008-04-05 Eli Zaretskii <eliz@gnu.org>
22606
22607 * dired.c (Ffile_attributes): Support inode numbers wider than 32
22608 bits. Remove ugly WINDOWSNT-specific kludge introduced on
22609 2008-03-14 to force inode be positive.
22610
22611 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
22612 _S_* ones, since we now use our own sys/stat.h.
22613 (stat, fstat): Don't mangle the inode number.
22614 (init_user_info): Don't restrict UID and GID to 0-60000 range.
22615
226162008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
22617
22618 * frame.h (struct frame): Give one more bit to `visible' since we use
22619 values larger than 1 to indicate obscured frames on ttys.
22620
22621 * keymap.c (Qkeymap_canonicalize): New var.
22622 (Fmap_keymap_internal): New fun.
22623 (describe_map): Use keymap-canonicalize.
22624
22625 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
22626 (Fundo_boundary): Set them.
22627 (syms_of_undo): Initialize them.
22628 (record_point): Use them instead of last_point_position*.
22629 (last_undo_buffer): Change type.
22630
226312008-04-04 Jason Rumney <jasonr@gnu.org>
22632
22633 * w32font.c (w32font_text_extents): Use font's ascent and descent.
22634 (recompute_cached_metrics): Don't set ascent and descent per char.
22635
22636 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
22637 (uniscribe_check_otf): Add GC protection before consing.
22638 Rearrange loop for counting features.
22639
226402008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22641
22642 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
22643 buffer with byte-size of source buffer.
22644
226452008-04-03 Chong Yidong <cyd@stupidchicken.com>
22646
22647 * callint.c (Fcall_interactively): Handle temporary region even
22648 when shift-select-mode is off.
22649
226502008-04-03 Jason Rumney <jasonr@gnu.org>
22651
22652 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
22653
226542008-04-03 Kenichi Handa <handa@m17n.org>
22655
22656 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
22657 (CATEGORY_MASK_UTF_16): Likewise.
22658 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
22659 binary file.
22660 (detect_coding): Add null-byte detection for a binary file.
22661 (detect_coding_system): Likewise.
22662
226632008-04-03 Jason Rumney <jasonr@gnu.org>
22664
22665 * w32uniscribe.c: New file.
22666
22667 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
22668
22669 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
22670
22671 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
22672 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
22673 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
22674 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
22675 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
22676 (Qphonetic): New symbols.
22677 (syms_of_w32font): Initialize them.
22678 (font_supported_scripts): Use them.
22679 (w32font_list_family): List all charsets.
22680 (w32font_text_extents, recompute_cached_metrics): Fix metric
22681 calculations.
22682 (w32_enumfont_pattern_entity): Make full_type a DWORD.
22683 Give opentype fonts their own format.
22684 (font_matches_spec): New arguments backend and logfont.
22685 Handle :otf spec for uniscribe backend.
22686 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
22687 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
22688
22689 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
22690 font backend.
22691 (globals_of_w32fns): Initialize uniscribe font backend.
22692
22693 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
22694 dependencies.
22695 (w32uniscribe.$(O)): New file to build.
22696 (FONT_OBJ): Include w32uniscribe.$(O).
22697 (LIBS): Add uniscribe libraries.
22698
22699 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
22700
227012008-04-02 Chong Yidong <cyd@stupidchicken.com>
22702
22703 * callint.c (Vshift_select_mode): New var.
22704 (Finteractive): Document new ^ spec.
22705 (Fcall_interactively): Call handle-shift-selection if the ^ spec
22706 is present.
22707
22708 * keyboard.c (Vthis_command_keys_shift_translated): New var.
22709 (command_loop_1): Avoid running the direct display versions of
22710 forward-char and backward-char if shift-selection may occur.
22711 (read_key_sequence): Set Vthis_command_keys_shift_translated if
22712 shift-translation takes place.
22713
22714 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
22715 avoid clobbering by define-minor-mode.
22716
22717 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
22718 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
22719
22720 * syntax.c (Fforward_word): Add ^ interactive spec.
22721
22722 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
22723 (Fscroll_right): Add ^ interactive spec.
22724
227252008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22726
22727 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
22728
22729 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
22730
22731 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
22732
227332008-03-31 Juri Linkov <juri@jurta.org>
22734
22735 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
22736
227372008-03-30 Jan Djärv <jan.h.d@swipnet.se>
22738
22739 * gtkutil.c (xg_set_geometry): Fix indentation.
22740 (xg_resize_outer_widget): Remove.
22741 (x_wm_size_hint_off): Fix indentation.
22742 (xg_frame_set_char_size): Call flush_and_sync after
22743 gtk_window_resize.
22744 (x_wm_set_size_hint): Pass NULL as geometry window to
22745 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
22746 Add menu bar and tool bar height to base height.
22747 (xg_update_frame_menubar, free_frame_menubar)
22748 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
22749 (update_frame_tool_bar, free_frame_tool_bar):
22750 Change xg_resize_outer_widget to xg_frame_set_char_size.
22751
227522008-03-30 Michael Albinus <michael.albinus@gmx.de>
22753
22754 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
22755 (Fdbus_call_method): New parameter TIMEOUT.
22756 (dbus-send-signal): Optimize UNGCPRO call.
22757
227582008-03-29 Juri Linkov <juri@jurta.org>
22759
22760 * window.c (Fdisplay_buffer): Move call to
22761 Vsplit_window_preferred_function out of conditions that check
22762 if window is eligible for vertical splitting.
22763 When Vsplit_window_preferred_function is non-nil, call it and use
22764 its non-nil return value as window. Otherwise, continue doing
22765 vertical splitting using Fsplit_window with arg horflag=nil.
22766 (syms_of_window) <Vsplit_window_preferred_function>: Change the
22767 default value from `split-window' to nil.
22768
227692008-03-29 Juri Linkov <juri@jurta.org>
22770
22771 * callint.c (Fcall_interactively): Revert 2008-03-16 change
22772 for interactive code letters 'b' and 'B'.
22773
227742008-03-29 Eli Zaretskii <eliz@gnu.org>
22775
22776 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
22777 multibyte string.
22778
227792008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22780
22781 * keyboard.c (pending_funcalls): New var.
22782 (timer_check): Run it.
22783 (syms_of_keyboard): Initialize it.
22784 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
22785 (Vdelete_terminal_functions): New vars.
22786 (syms_of_terminal): Initialize them.
22787 (Fdelete_terminal): Run delete-terminal-functions.
22788 * xdisp.c (safe_eval): Rewrite.
22789 (safe_call2): New fun.
22790 * frame.c (Qdelete_frame_functions): New var.
22791 (syms_of_frame): Initialize it.
22792 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
22793 * lisp.h (safe_call2, pending_funcalls): Declare.
22794
227952008-03-28 Andreas Schwab <schwab@suse.de>
22796
22797 * indent.c (Fmove_to_column): Move declaration before statements.
22798
227992008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22800
22801 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
22802 (struct frame): Use bit fields for boolean vars.
22803
22804 * process.c (server_accept_connection): Simplify naming.
22805 (emacs_get_tty_pgrp): Use SDATA.
22806
22807 * coding.c (decode_coding_object): Fix last change.
22808
228092008-03-27 Jason Rumney <jasonr@gnu.org>
22810
22811 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
22812
228132008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
22814
22815 * charset.c (Fdefine_charset_internal): Change the way of
22816 registering charsets in Vcharset_order_list.
22817 (syms_of_charset): Make the charset `eight-bit' supplementary.
22818
228192008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
22820
22821 * regex.c (EXTEND_BUFFER): Change order of pointer addition
22822 operations, to avoid having the difference between pointers
22823 overflow.
22824
228252008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22826
22827 * indent.c (check_display_width): New fun.
22828 (scan_for_column): Use it.
22829
22830 * data.c (syms_of_data): Mark most-positive-fixnum and
22831 most-negative-fixnum as constants.
22832
22833 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
22834
22835 * indent.c (scan_for_column): Extract from current_column_1.
22836 Merge with the same code from Fmove_to_column.
22837 (current_column_1, Fmove_to_column): Use it.
22838
228392008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22840
22841 * keymap.c (map_keymap_internal): New fun.
22842 (map_keymap): Use it.
22843 (Fmap_keymap_internal): New fun.
22844 (Fmap_keymap): Remove left-out test from before make_save_value.
22845
22846 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
22847
22848 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
22849 Use XCAR/XCDR.
22850
22851 * process.h (struct Lisp_Process): Remove filter_multibyte.
22852 * process.c (QCfilter_multibyte): Remove.
22853 (setup_process_coding_systems): Don't use filter_multibyte.
22854 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
22855 (read_process_output): Don't adjust multibyteness to filter_multibyte.
22856 (Fset_process_filter_multibyte): Change the coding-system to
22857 approximate the previous behavior.
22858 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
22859 coding-system.
22860
22861 * coding.c (decode_coding_object): When not decoding into a buffer,
22862 obey the coding system's preference of (uni|multi)byte.
22863
228642008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22865
22866 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
22867 every char is changed and has a different byte-length.
22868 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
22869 Fix int -> EMACS_INT.
22870
228712008-03-23 David Hansen <david.hansen@gmx.net>
22872
22873 * dbusbind.c (xd_read_message): Remove extra copying of message
22874 strings. Check for NULL `interface' or `member'.
22875
228762008-03-22 Eli Zaretskii <eliz@gnu.org>
22877
22878 * w32.c (readdir): If FindFirstFile/FindNextFile return in
22879 cFileName a file name that includes `?' characters, use the 8+3
22880 alias in cAlternateFileName instead.
22881
228822008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22883
22884 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
22885
228862008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
22887
22888 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
22889 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
22890 work on current_buffer only instead (that was already the case
22891 for some of the code anyway).
22892 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
22893 (temp_set_point, temp_set_point_both): Use EMACS_INT.
22894 (SET_PT, SET_PT_BOTH): Adjust.
22895 * intervals.h (set_point, temp_set_point, set_point_both)
22896 (temp_set_point_both): Remove redundant declarations.
22897
228982008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
22899
22900 * fileio.c (Finsert_file_contents):
22901 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
22902 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
22903 when buffer != current_buffer anyway.
22904
229052008-03-20 Andreas Schwab <schwab@suse.de>
22906
22907 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
22908 as default.
22909
229102008-03-19 Jason Rumney <jasonr@gnu.org>
22911
22912 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
22913 (syms_of_w32fns): Initialize them.
22914 (HOURGLASS_ID): New constant.
22915 (x_window_to_frame): Don't check hourglass_window.
22916 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
22917 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
22918 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
22919 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
22920 Only change the cursor if hourglass is not active.
22921 (Fx_create_frame): Initialize frame's current_cursor.
22922 (hourglass_atimer): Remove.
22923 (hourglass_started): New function.
22924 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
22925 (show_hourglass): Adapt to w32, changing argument to frame.
22926
22927 * w32term.h (struct w32_output): Remove hourglass_window.
22928 Add current_cursor.
22929
22930 * eval.c (call_debugger, Fsignal):
22931 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
22932 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
22933 (Fexecute_extended_command, cancel_hourglass_unwind):
22934 * minibuf.c (read_minibuf):
22935 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
22936
229372008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
22938
22939 * window.c (run_funs): New fun.
22940 (run_window_configuration_change_hook): Use it to run the buffer-local
22941 and the global part of the hook.
22942
22943 * xdisp.c (format_mode_line_unwind_data): Add window argument.
22944 (unwind_format_mode_line): Restore selected window.
22945 (x_consider_frame_title, Fformat_mode_line): Set selected window.
22946
229472008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
22948
22949 * editfns.c (Fchar_equal): Check they are valid characters.
22950
22951 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
22952
229532008-03-17 Andreas Schwab <schwab@suse.de>
22954
22955 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
22956 against a charset.
22957
22958 * lisp.h (Fbuffer_list): Declare.
22959
229602008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 22961
aac0c6e3
MR
22962 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
22963 handlebox_widget is != 0.
22964
229652008-03-16 Juri Linkov <juri@jurta.org>
22966
22967 * callint.c (Fcall_interactively): For interactive code letters
22968 'b' and 'B' put the buffer list into the list of default "future"
22969 values of the minibuffer.
22970
229712008-03-16 Andreas Schwab <schwab@suse.de>
22972
22973 * keyboard.c (read_key_sequence): Fix downcasing of letters with
22974 modifiers.
22975
22976 * regex.c (re_match_2_internal): Correct matching of a charset
22977 against latin-1 characters.
22978
229792008-03-16 Kenichi Handa <handa@m17n.org>
22980
22981 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
22982 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
22983 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
22984 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
22985 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
22986 CHAR_STRING_ADVANCE.
22987 (produce_chars): Fix for the case that the source and the
22988 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
22989 instead of CHAR_STRING_ADVANCE.
22990 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
22991 STRING_CHAR_ADVANCE.
22992
229932008-03-15 Andreas Schwab <schwab@suse.de>
22994
22995 * regex.c (re_match_2_internal): Correct matching of eight bit
22996 characters in unibyte strings.
22997
229982008-03-15 Martin Rudalics <rudalics@gmx.at>
22999
23000 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
23001 at end of range when it coincides with the end of the buffer.
23002
230032008-03-14 Eli Zaretskii <eliz@gnu.org>
23004
23005 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
23006
23007 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
23008
230092008-03-14 Jason Rumney <jasonr@gnu.org>
23010
23011 * editfns.c (initial_tz): New variable.
23012 (syms_of_editfns): Initialize it.
23013 (Fset_time_zone_rule): Set it when first called.
23014 Use it when TZSTRING is nil.
23015
23016 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
23017 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
23018 (monitor_from_point_fn, get_monitor_info_fn): New globals.
23019 (globals_of_w32fns): Initialize them.
23020 (compute_tip_xy): Use them to position tooltips.
23021
230222008-03-14 Glenn Morris <rgm@gnu.org>
23023
23024 * emacs.c (main): Revert previous change.
23025 (standard_args): Revert -internal-script back to -scriptload,
23026 and remove the long-option form.
23027
230282008-03-13 Glenn Morris <rgm@gnu.org>
23029
23030 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
23031 Remove option -enable-font-backend.
23032
230332008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
23034
23035 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
23036
230372008-03-11 Jan Djärv <jan.h.d@swipnet.se>
23038
23039 * xterm.c (x_connection_closed): For GTK: If this is the last
23040 terminal just exit without closing the display.
23041
230422008-03-11 Jason Rumney <jasonr@gnu.org>
23043
23044 * w32font.c (w32font_full_name): Use floor to round.
23045
f0131492 230462008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
23047
23048 * sound.c (alsa_configure): Declare vol at beginning of block.
23049
23050 * fontset.c (Ffontset_info): Remove extra semicolon.
23051
230522008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23053
23054 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
23055 size of resulting string.
23056
230572008-03-10 Jason Rumney <jasonr@gnu.org>
23058
23059 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
23060
230612008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23062
23063 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
23064 Don't pretend as if characters with display property haven't been
23065 consumed for string-replacing-string case.
23066
230672008-03-08 Kim F. Storm <storm@cua.dk>
23068
23069 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
23070 (get_next_display_element, next_element_from_string)
23071 (next_element_from_ellipsis, next_element_from_buffer): Use it.
23072
230732008-03-08 Andreas Schwab <schwab@suse.de>
23074
23075 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
23076
230772008-03-06 Jason Rumney <jasonr@gnu.org>
23078
23079 * w32font.c (w32_registry): Take font_type argument. Use ANSI
23080 when charset not specified. Only translate ANSI to unicode when
23081 font_type is truetype.
23082 (w32font_coverage_ok): New function.
23083 (add_font_entity_to_list): Use it to filter unsuitable fonts.
23084
230852008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
23086
23087 * lread.c (Fread_char): Resolve modifiers.
23088 (Fread_char_exclusive): Likewise.
23089
23090 * character.c (char_resolve_modifier_mask): New function.
23091 (char_string): Use char_resolve_modifier_mask.
23092 (Fchar_resolve_modifiers): New function.
23093 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
23094 function.
23095
230962008-03-04 Jason Rumney <jasonr@gnu.org>
23097
23098 * makefile.w32-in: Always include w32font.c in the build.
23099 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
23100
231012008-03-04 Andreas Schwab <schwab@suse.de>
23102
23103 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
23104 (versionclean): Likewise.
23105
231062008-03-04 Juanma Barranquero <lekktu@gmail.com>
23107
23108 * .cvsignore: Add oo.
23109
231102008-03-03 Andreas Schwab <schwab@suse.de>
23111
23112 * coding.c (decode_coding_object): Inhibit gap shrinking while
23113 decoding in place.
23114
231152008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
23116
23117 * w32term.c: Remove unused include "gnu.h".
23118 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
23119
23120 * gnu.h: Rename to ...
23121 * emacs-icon.h: ... this.
23122 * xterm.c: Use emacs-icon.h instead of gnu.h.
23123 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
23124
231252008-03-03 Juanma Barranquero <lekktu@gmail.com>
23126
23127 * w32font.c: Include math.h.
23128
231292008-03-03 Jason Rumney <jasonr@gnu.org>
23130
23131 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
23132 Compute options separately.
23133 (w32font_open_internal): Set glyph_idx before caching metrics.
23134
23135 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
23136 Define if system headers don't.
23137 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
23138 (w32font_encode_char): Don't declare here.
23139
23140 * w32font.c (Quniscribe, QCformat): New symbols.
23141 (syms_of_w32font): Define them.
23142 (w32font_has_char): Indicate uncertainty.
23143 (w32font_encode_char): Encode as glyph point. Make static.
23144 (recompute_cached_metrics): New function.
23145 (w32font_open_internal): Use it. Set font to use glyph points
23146 initially. Set format based on type of font.
23147 (w32font_text_extents, w32font_draw): Optionally use glyph points.
23148 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
23149 on it. Set format based on information available here.
23150 (add_font_entity_to_list): Identify backend based on opentype_only.
23151
231522008-03-02 Andreas Schwab <schwab@suse.de>
23153
23154 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
23155
23156 * coding.c (decode_coding_big5, produce_chars):
23157 Fix typos in last change.
23158
231592008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
23160
23161 * gnu.h: New icon.
23162
231632008-03-02 Kenichi Handa <handa@m17n.org>
23164
23165 * coding.c (decode_coding_utf_8): When eol-type of CODING is
23166 `dos', don't decode '\r' if that is the last in the source.
23167 (decode_coding_utf_16, decode_coding_emacs_mule)
23168 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
23169 (decode_coding_raw_text, decode_coding_charset): Likewise.
23170 (produce_chars): Don't decode EOL here. Use EMACS_INT.
23171
231722008-03-01 Jason Rumney <jasonr@gnu.org>
23173
23174 * w32font.c (w32font_full_name): Report point size for scalable fonts.
23175
231762008-03-01 Kim F. Storm <storm@cua.dk>
23177
23178 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
23179
231802008-03-01 Jason Rumney <jasonr@gnu.org>
23181
23182 * w32font.c (w32font_full_name): New function.
23183 (w32font_open_internal): Use it.
23184
231852008-03-01 Kim F. Storm <storm@cua.dk>
23186
23187 * dispnew.c (line_draw_cost): Fix invalid glyph check.
23188
231892008-03-01 Jason Rumney <jasonr@gnu.org>
23190
23191 * font.c (font_unparse_fcname): Increase len when style is a symbol.
23192
231932008-03-01 Jan Djärv <jan.h.d@swipnet.se>
23194
23195 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
23196 xg_frame_resized when the event is for the edit widget.
23197
ef1b0ba7 23198 * gtkutil.h (xg_frame_resized): Rename from xg_resize_widgets.
aac0c6e3
MR
23199
23200 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
23201 set_char_size.
ef1b0ba7 23202 (xg_frame_resized): Rename from xg_resize_widgets. Remove all
aac0c6e3
MR
23203 operations on widgets here. Just set frame size if needed.
23204 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
23205 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
23206 (x_wm_set_size_hint): Set size hints on the edit widget only, not
23207 the whole frame.
23208 (xg_create_tool_bar): Move attachment of the tool bar to
23209 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
23210 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
23211
232122008-03-01 Jason Rumney <jasonr@gnu.org>
23213
23214 * w32fns.c (w32_msg_pump): Disable debug code.
23215
232162008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23217
23218 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
23219
232202008-02-29 Chong Yidong <cyd@stupidchicken.com>
23221
23222 * xdisp.c (next_overlay_string): Don't set
23223 overlay_strings_at_end_processed_p if we're currently reading from
23224 a display string.
23225
232262008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
23227
23228 * xdisp.c (get_overlay_strings_1): Fix typo.
23229
232302008-02-29 Chong Yidong <cyd@stupidchicken.com>
23231
23232 * xdisp.c (get_overlay_strings_1): Add missing argument type.
23233
232342008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
23235
23236 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
23237
23238 * xdisp.c (display_mode_element): Cancel the previous change.
23239 (decode_mode_spec): Likewise.
23240 (handle_auto_composed_prop): Don't make composition if it->string
23241 is a string.
23242
232432008-02-27 Kim F. Storm <storm@cua.dk>
23244
23245 * lisp.h (GLYPH): Change type from int to struct with separate char
23246 and face_id members.
23247 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
23248 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
23249 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
23250 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
23251 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
23252 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
23253 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
23254 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
23255 handle new Lisp glyph code encoding, either an integer or a cons.
23256
23257 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
23258 (GLYPH_ALIAS): Delete.
23259 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
23260 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
23261 (GLYPH_FROM_CHAR): Replace macro by ...
23262 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
23263
23264 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
23265 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
23266 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
23267 (GLYPH_INVALID_P): New macro.
23268 (spec_glyph_lookup_face): Update prototype.
23269
23270 * dispnew.c (line_draw_cost): Adapt to new glyph type.
23271 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
23272 new glyph code encoding.
23273 (spec_glyph_lookup_face): No return value; update passed glyph instead.
23274 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
23275
23276 * xdisp.c (get_next_display_element, next_element_from_display_vector):
23277 Adapt to new glyph type and new glyph code encoding.
23278
23279 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
23280
23281 * indent.c (current_column, current_column_1, Fmove_to_column)
23282 (compute_motion): Adapt to new glyph code encoding.
23283
23284 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
23285
232862008-02-27 Chong Yidong <cyd@stupidchicken.com>
23287
23288 * process.c (wait_reading_process_output): Check for window
23289 changes caused by timers.
23290 Suggested by Johan Bockgård.
23291
232922008-02-27 Glenn Morris <rgm@gnu.org>
23293
23294 * emacs.c (USAGE1): Add `--disable-font-backend'.
23295
232962008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
23297
23298 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
23299 is made to the buffer.
23300
233012008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
23302
23303 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
23304 (face_at_string_position):
23305 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
23306 (face_at_string_position):
23307 * xdisp.c (display_string, next_overlay_change):
23308 * buffer.h (overlays_at):
23309 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
23310 Update callers.
23311
233122008-02-26 Chong Yidong <cyd@stupidchicken.com>
23313
23314 * editfns.c (Fformat): Doc fix.
23315
233162008-02-26 Juanma Barranquero <lekktu@gmail.com>
23317
23318 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
23319 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
23320 (Ffont_otf_alternates, Fquery_font): Doc fixes.
23321
233222008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
23323
23324 * buffer.c (Fbuffer_swap_text): New function.
23325 (syms_of_buffer): Defsubr it.
23326
233272008-02-25 Chong Yidong <cyd@stupidchicken.com>
23328
23329 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
23330
233312008-02-25 Jason Rumney <jasonr@gnu.org>
23332
23333 * w32font.c (w32font_draw): Draw one character at a time when padding.
23334
233352008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
23336
23337 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
23338 Handle a nil arg. Use run_window_configuration_change_hook.
23339 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
23340 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
23341 Use run_window_configuration_change_hook.
23342
233432008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
23344
23345 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
23346 1-pixel width.
23347
233482008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
23349
23350 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
23351 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
23352 if the glyph in the font is zero pixel with.
23353
23354 * dispextern.h (struct glyph_string): New member padding_p.
23355
23356 * w32font.c (w32font_draw): Pay attention to s->padding_p.
23357
23358 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
23359
23360 * xfont.c (xfont_draw): Pay attention to s->padding_p.
23361
23362 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
23363
23364 * font.c: If the font driver doesn't have `shape' function, return Qnil.
23365
233662008-02-25 Jason Rumney <jasonr@gnu.org>
23367
23368 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
23369
233702008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
23371
23372 Allow fine-grained image-cache flushing.
23373 * dispextern.h (struct image): Add `dependencies' field.
23374 (clear_image_caches): Change arg to Lisp_Object.
23375 * image.c (make_image): Initialize `dependencies' field.
23376 (clear_image_cache): Change arg to allow fine-grained flushing.
23377 Perform the flush even if image-cache-eviction-delay is nil.
23378 (clear_image_caches): Change arg to Lisp_Object.
23379 (Fclear_image_cache): Expand meaning of the argument.
23380 (mark_image): Mark `dependencies' field.
23381 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
23382 (lface_hash): Use XHASH rather than XFASTINT.
23383 (face_at_buffer_position): Fix int -> EMACS_INT position.
23384 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
23385 (select_frame_for_redisplay): Remove code duplication.
23386 (redisplay_internal): Adapt arg to call to clear_image_caches.
23387
233882008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
23389
23390 * s/vms4-0.h:
23391 * s/vms4-2.h:
23392 * s/vms4-4.h:
23393 * s/vms5-5.h: Remove, unused.
23394
23395 * s/irix5-2.h:
23396 * s/irix6-0.h:
23397 * s/riscos5.h:
23398 * s/mach-bsd4-3.h:
23399 * m/mips4.h: Remove files for obsolete systems.
23400
23401 * Makefile.in:
23402 * filelock.c:
23403 * unexmips.c:
23404 * m/hp9000s300.h:
23405 * m/iris4d.h:
23406 * s/aix3-1.h:
23407 * s/hpux.h:
23408 * s/msdos.h:
23409 * s/usg5-0.h:
23410 * s/usg5-2-2.h:
23411 * s/usg5-2.h:
23412 * s/usg5-3.h: Remove references to obsolete variables.
23413
23414 * s/irix5-0.h: Remove, move all the contents ...
23415 * s/irix6-5.h: ... here. Simplify.
23416 * config.in: Regenerate.
23417
234182008-02-24 Jason Rumney <jasonr@gnu.org>
23419
23420 * w32term.c (x_draw_glyph_string_background): Clear the background
23421 manually when cleartype is in use.
23422 (x_draw_glyph_string_foreground): Draw text transparently when
23423 cleartype is in use.
23424
23425 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
23426 a font into it unless we have to.
23427
234282008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
23429
23430 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
23431 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 23432
aac0c6e3
MR
234332008-02-18 Jason Rumney <jasonr@gnu.org>
23434
23435 * w32fns.c (Fw32_shell_execute): Encode parameters.
23436
234372008-02-09 Eli Zaretskii <eliz@gnu.org>
23438
23439 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
23440
234412008-02-05 Juanma Barranquero <lekktu@gmail.com>
23442
23443 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
23444
234452008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
23446
23447 * xterm.c (x_set_offset): Don't change the gravity if
23448 CHANGE_GRAVITY is -1.
23449
234502008-02-23 Chong Yidong <cyd@stupidchicken.com>
23451
23452 * fileio.c (auto_save_error_occurred): New var.
23453 (auto_save_error): Set it.
23454 (Fdo_auto_save): Don't overwrite the error message if an auto-save
23455 error occurred.
23456
234572008-02-23 Eli Zaretskii <eliz@gnu.org>
23458
23459 * w32.c (globals_of_w32): Add initializations for
23460 g_b_init_get_sid_sub_authority and
23461 g_b_init_get_sid_sub_authority_count.
23462
234632008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
23464
23465 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
23466 (font_parse_xlfd): Use them for sanity check.
23467 (Finternal_set_font_style_table): Make sure the table is bijective.
23468
23469 Consolidate the image_cache to the terminal struct.
23470 * termhooks.h (P_): Remove redundant def.
23471 (struct terminal): New field `image_cache'.
23472 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
23473 of FRAME_X_IMAGE_CACHE.
23474 * xterm.h (struct x_display_info): Remove image_cache field.
23475 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
23476 * w32term.h (struct w32_display_info): Remove image_cache field.
23477 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
23478 * macterm.h (struct mac_display_info): Remove image_cache field.
23479 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
23480 * xterm.c (x_term_init):
23481 * w32term.c (w32_term_init):
23482 * macterm.c (mac_term_init): Set the image_cache in the terminal.
23483 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
23484 Remove declarations.
23485 (clear_image_caches, mark_image_cache): New declarations.
23486 * xfaces.c (clear_face_cache):
23487 * xdisp.c (redisplay_internal): Use clear_image_caches.
23488 * image.c (clear_image_cache): Don't check that a frame is on
23489 a window-system before checking if it shares the same cache.
23490 (clear_image_caches): New function.
23491 (Fclear_image_cache): Use it.
23492 (mark_image): Move from allo.c.
23493 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
23494 * alloc.c (mark_image, mark_image_cache): Move to image.c.
23495 (mark_object): Don't call mark_image_cache for frames.
23496 (mark_terminals): Call mark_image_cache.
23497
23498 * lisp.h (Fdelete_terminal): Declare.
23499
23500 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
23501 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
23502 wrong_type_argument.
23503
235042008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
23505
23506 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
23507 malayalam.el, and tamil.el. Add sinhala.el.
23508
235092008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
23510
23511 * xterm.c (x_connection_closed): Consolidate identical tests.
23512 (x_delete_terminal): Don't crash if called via x_connection_closed.
23513
235142008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
23515
23516 * xdisp.c (decode_mode_spec): New arg string.
23517 (display_mode_element): Adjust for the above change.
23518
235192008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
23520
23521 * callint.c (Fcall_interactively): Use AREF.
23522
235232008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
23524
23525 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
23526
235272008-02-18 Jan Djärv <jan.h.d@swipnet.se>
23528
23529 * xfns.c (Fx_show_tip): Set string to " " if empty.
23530
235312008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
23532
23533 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
23534 with Qt.
23535
235362008-02-17 Kenichi Handa <handa@m17n.org>
23537
23538 * ftfont.c (ftfont_shape): Return Lispy number.
23539
23540 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
23541 for GCs.
23542 (Finternal_set_font_selection_order): Call font_update_sort_order
23543 only when enable_font_backend is set.
23544 (realize_x_face): Set face->font_info to that of default face only
23545 when enable_font_backend is set.
23546
23547 * xdisp.c (handle_composition_prop): Set it->c to the fist
23548 character of the composed region.
23549 (fill_composite_glyph_string): Set base_face->font_info to
23550 s->font_info. Get a face for ascii from base_face->ascii_face.
23551 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
23552 with a face already decided.
23553 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
23554 non-negative.
23555 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
23556 call font_prepare_composition unconditionally.
23557
23558 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
23559
23560 * xterm.h (struct x_display_info): New member font.
23561
23562 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
23563 (x_set_mouse_face_gc, x_new_font): Likewise.
23564 (x_term_init): Setup display_info->font.
23565 (x_delete_terminal): Free display_info->font.
23566
23567 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
23568
23569 * ftxfont.c (ftxfont_default_fid): Delete it.
23570 (ftxfont_open): Set xfont->fid to 0.
23571 (ftxfont_end_for_frame): Clear data specific to the frame and the
23572 font-driver.
23573
23574 * xftfont.c (xftfont_default_fid): Delete it.
23575 (xftfont_open): Set xfont->fid to 0.
23576
23577 * fontset.c (FONTSET_OBJLIST): New macro.
23578 (fontset_find_font): Update font-object list of the fontset.
23579 (free_realized_fontset): New function.
23580 (free_face_fontset): Call free_realized_fontset.
23581 (Ffont_info): Call font_close_object only when enable_font_backend
23582 is set.
23583
23584 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
23585 [HAVE_NTGUI]: Include w32term.h.
23586 [MAC_OS]: Include macterm.ch.
23587 (font_otf_ValueRecord): Use make_number.
23588 (font_finish_cache): Fix handling of reference count.
23589 (font_clear_cache): Update num_fonts.
23590 (font_open_entity): Update smallest_char_width and
23591 smallest_font_height of the frame.
23592 (font_close_object): Update num_fonts.
23593 (Fclear_font_cache): Fix finding the target cache data.
23594
235952008-02-16 Glenn Morris <rgm@gnu.org>
23596
23597 * fontset.c (Finternal_char_font): Fix compilation warning.
23598
235992008-02-16 Eli Zaretskii <eliz@gnu.org>
23600
23601 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
23602 instead of char arrays. Enlarge the size of array passed to
23603 get_token_information.
23604
23605 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
23606 warnings.
23607
236082008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
23609
23610 * .gdbinit: Don't set `args', it breaks gdb --args.
23611
236122008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
23613
23614 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
23615 within a narrowed buffer.
23616
236172008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
23618
23619 * coding.c (decode_coding_object, encode_coding_object):
23620 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
23621
236222008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
23623
23624 * coding.c (coding_set_destination): Use BEG_BYTE rather than
23625 hardcoding 1.
23626 (detect_coding_system):
23627 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
23628 (string_char_to_byte, string_byte_to_char, insert_from_gap):
23629 * insdel.c (insert_from_gap):
23630 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
23631 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
23632 (string_to_multibyte):
23633 * character.c (chars_in_text, multibyte_chars_in_text):
23634 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
23635
23636 * character.h (FETCH_STRING_CHAR_ADVANCE)
23637 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
23638 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
23639 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
23640
23641 * casefiddle.c (casify_region): Only call after-change and composition
23642 functions on the part of the region that was changed.
23643
23644 * keyboard.c (read_avail_input):
23645 * frame.c (Fdelete_frame): Call Fdelete_terminal.
23646
236472008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
23648
23649 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
23650 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
23651
236522008-02-11 Juanma Barranquero <lekktu@gmail.com>
23653
23654 * w32menu.c (push_submenu_start, push_submenu_end)
23655 (push_left_right_boundary, push_menu_pane, push_menu_item):
23656 * keyboard.c (read_key_sequence): Don't pass args with side effects
23657 to AREF, it fails when compiling with -DENABLE_CHECKING.
23658
236592008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
23660
23661 * Makefile.in (${lispsource}international/charprop.el):
23662 Delete this target.
23663
23664 * search.c (boyer_moore): Fix incorrect synching of the trunk and
23665 emacs-unicode-2.
23666
236672008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
23668
23669 * terminal.c (Fdelete_terminal): Clean up the `force' path.
23670
236712008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
23672
23673 * frame.c (Qnoelisp): New symbol.
23674 (syms_of_frame): Initialize it.
23675 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
23676 harmless Elisp code, from a strong `force' from x_connection_closed.
23677 * frame.h (Qnoelisp): Declare.
23678 * xterm.c (x_connection_closed): Pass `noelisp'.
23679
23680 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
23681 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
23682 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
23683 rather than `int' for the type of `type'.
23684
236852008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
23686
23687 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
23688
23689 * Makefile.in (GNUC): Remove support for gcc-1.x.
23690
236912008-02-10 Richard Stallman <rms@gnu.org>
23692
23693 * lisp.h (ASET): Use AREF, not ASLOT.
23694
236952008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
23696
23697 * lisp.h (ASET): Check bounds.
23698
236992008-02-10 Glenn Morris <rgm@gnu.org>
23700
23701 * buffer.c (mode-name): Doc fix.
23702
237032008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
23704
23705 * Makefile.in:
23706 * emacs.c:
23707 * gmalloc.c:
23708 * keyboard.c:
23709 * lisp.h:
23710 * m/ibm370aix.h:
23711 * process.c:
23712 * regex.c:
23713 * s/hpux.h:
23714 * sysdep.c:
23715 * sysselect.h:
23716 * systty.h:
23717 * unexec.c:
23718 * w32term.c:
23719 * xsmfns.c:
23720 * xterm.c: Remove code that deals with obsolete variables.
23721
23722 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
23723
23724 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
23725 nothing else needs it anymore.
23726
237272008-02-09 Eli Zaretskii <eliz@gnu.org>
23728
23729 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
23730 instead of unibyte_char_to_multibyte.
23731
237322008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
23733
23734 * s/gnu-linux.h: Remove commented out code.
23735
23736 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
23737
23738 * Makefile.in: Update what RMS says about using autoconf.
23739 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
23740 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
23741 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
23742 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
23743
237442008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
23745
23746 * keymap.c (Fkey_description): Move side effect outside of macro call.
23747
23748 * xfaces.c (Finternal_make_lisp_face):
23749 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
23750
23751 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
23752 (syms_of_fontset): Use ASET.
23753
23754 * fns.c (concat): Move side effect outside of macro call.
23755 (hash_clear): Use ASET.
23756
237572008-02-08 Richard Stallman <rms@gnu.org>
23758
23759 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
23760 If FORCE, and frame has a surrogate minibuffer for another frame,
23761 delete the other frame first.
23762
237632008-02-07 Timo Savola <timo.savola@iki.fi>
23764
23765 * xterm.c (x_detect_focus_change): Handle embed client message.
23766 (handle_one_xevent): Ditto.
23767 (handle_one_xevent): If embedded and we get a button press/release,
23768 request focus.
23769 (xembed_set_info, xembed_send_message): New functions.
23770 (x_make_frame_visible): Call xembed_set_info if embedded.
23771 (x_make_frame_invisible): Call xembed_set_info if embedded.
23772 (x_term_init): Initialize Xatom_XEMBED.
23773 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
23774 (x_iconify_frame): Ditto.
23775
23776 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
23777 (enum xembed_info, enum xembed_message, enum xembed_focus)
23778 (enum xembed_modifier, enum xembed_accelerator): New.
23779 (xembed_set_info, xembed_send_message): Declare.
23780 (FRAME_X_EMBEDDED_P): New.
23781
23782 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
23783 gtk_plug_new.
23784
23785 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
23786 window ID of a frame.
23787 (x_window): Reparent frame if embedded.
23788 (Fx_create_frame): Don't set border width if embedded.
23789
23790 * emacs.c (USAGE3): Add --parent-id.
23791 (standard_args): Ditto.
23792
237932008-02-07 Jan Djärv <jan.h.d@swipnet.se>
23794
23795 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
23796
237972008-02-07 Jim Meyering <meyering@redhat.com>
23798
23799 Use "do...while (0)", not "if (1)...else" in macro definitions.
23800 The latter provokes a warning from gcc about the empty else, when
23801 followed by ";". Also, without that trailing semicolon, it would
23802 silently swallow up any following statement.
23803 * syntax.h (SETUP_SYNTAX_TABLE)
23804 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
23805 * buffer.h (DECODE_POSITION): Likewise.
23806 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
23807 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
23808 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
23809 (FETCH_CHAR_ADVANCE): Likewise.
23810 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
23811
238122008-02-07 Jim Meyering <meyering@redhat.com>
23813
23814 * lread.c [lint]: Don't include <sys/inode.h>.
23815
238162008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
23817
23818 * xselect.c (x_handle_dnd_message):
23819 * xmenu.c (digest_single_submenu, xmenu_show):
23820 * xdisp.c (with_echo_area_buffer_unwind_data)
23821 (format_mode_line_unwind_data, unwind_format_mode_line)
23822 (display_menu_bar):
23823 * eval.c (Ffetch_bytecode):
23824 * doc.c (store_function_docstring):
23825 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
23826 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
23827 * buffer.c (add_overlay_mod_hooklist): Use ASET.
23828
238292008-02-07 Kenichi Handa <handa@m17n.org>
23830
23831 * ftxfont.c (ftxfont_open): Don't set
23832 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
23833
23834 * ftfont.c (ftfont_open): Fix previous change.
23835
238362008-02-06 Jason Rumney <jasonr@gnu.org>
23837
23838 * w32font.c (w32font_text_extents): Fill in lbearing metric.
23839 Use cached metrics for ASCII characters.
23840 (w32font_open_internal): Don't set font's owning_frame.
23841 Cache metrics for ASCII characters.
23842
23843 * w32font.h (struct w32font_info): Add ascii_metrics.
23844 Remove owning_frame.
23845
238462008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
23847
23848 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
23849 to negative value.
23850
23851 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
23852
23853 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
23854
23855 * charset.c (syms_of_charset): Set QCtest and Qeq.
23856
238572008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
23858
23859 * process.c (Fstart_process):
23860 * callproc.c (Fcall_process): Handle the case where
23861 Funhandled_file_name_directory returns nil.
23862
23863 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
23864 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
23865 * font.c (check_gstring): Use them and AREF to access the vector before
23866 we know it's really a gstring.
23867 (Ffont_shape_text): Fix typo.
46e722a9 23868 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
23869
23870 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
23871 Declare.
23872
23873 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
23874
238752008-02-05 Jason Rumney <jasonr@gnu.org>
23876
23877 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
23878 Set smallest_font_height and smallest_char_width in display info.
23879
238802008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
23881
23882 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
23883
238842008-02-05 Miles Bader <miles@gnu.org>
23885
23886 * xfaces.c (get_lface_attributes, merge_named_face)
23887 (lookup_named_face, lookup_derived_face, realize_named_face):
23888 Revert 2008-02-01 change by cyd@stupidchicken.com.
23889
238902008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
23891
23892 * fontset.c (Ffontset_info): Handle the case of inhibitting the
23893 fallback fonts.
23894 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
23895
238962008-02-04 Jason Rumney <jasonr@gnu.org>
23897
23898 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
23899 set full_name.
23900 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
23901
239022008-02-03 Jason Rumney <jasonr@gnu.org>
23903
23904 * makefile.w32-in (OBJ1): Include font.o here.
23905 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
23906
239072008-02-02 Jason Rumney <jasonr@gnu.org>
23908
23909 * makefile.w32-in (temacs): Bump EMHEAP to 21.
23910
239112008-02-01 Jason Rumney <jasonr@gnu.org>
23912
23913 * s/cygwin.h: Define VIRT_ADDR_VARIES.
23914
23915 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
23916
239172008-02-01 Andreas Schwab <schwab@suse.de>
23918
23919 * Makefile.in (shortlisp, lisp): Update for rename of
23920 ../lisp/language/myanmar.el.
23921
239222008-02-01 Chong Yidong <cyd@stupidchicken.com>
23923
23924 * xfaces.c (get_lface_attributes): Delete function.
23925 (merge_named_face, lookup_named_face, lookup_derived_face)
23926 (realize_named_face): Call lface_from_face_name directly, and use
23927 the fact that merge_face_vectors does not alter its FROM argument.
23928
239292008-02-01 Jason Rumney <jasonr@gnu.org>
23930
23931 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
23932 input in the default locale. Handle non-Unicode multibyte input.
23933
239342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23935
23936 * fontset.c (reorder_font_vector): Exclude nil elements from the
23937 font group. Don't try multiple fonts.
23938 (fontset_font): Adjust for the above change.
23939 (Finternal_char_font): Return nil if the found font doesn't
23940 contain the character ch.
23941
23942 * Makefile.in (lisp, shortlisp): Add cham.el.
23943
239442008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23945
23946 * font.h (FONTP): Make it return 1 also for a font-object.
23947
23948 * .gdbinit (xfontset): New function.
23949
23950 * font.c (font_find_for_lface): Check if the character C is
23951 supported or not only for the first font.
23952
23953 * fontset.c (reorder_font_vector): Fix typo.
23954 (fontset_find_font): Don't add a font-spec specifying a script.
23955 Use 0 (not Qt) for the indication of empty font-group. Change the
23956 format of RFONT-DEF. Return Qt if no font in the font-group
23957 support the character.
23958 (fontset_font): Adjust for the above change. If no font was
23959 found the character, remember that.
23960 (face_for_char): Adjust for the change of RFONT-DEF.
23961 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
23962 no font for the target.
23963 (Finternal_char_font): Adjust for the change of RFONT-DEF.
23964
239652008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23966
23967 * font.c (font_load_for_face): Handle the case that the font in
23968 face->lface is a string.
23969
239702008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23971
23972 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
23973
239742008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23975
23976 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
23977 Fix previous change. If the frame is not on a window system,
23978 signal an error.
23979
239802008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23981
bba3e508
SM
23982 * coding.c (decode_coding_object, encode_coding_object):
23983 Adjust marker positions after conversion.
aac0c6e3
MR
23984
23985 * lisp.h (struct Lisp_Marker): New member need_adjustment.
23986
239872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23988
23989 * font.c (font_find_for_lface): Fix the handling of the return
23990 value of font_has_char.
23991 (Ffont_shape_text): Fix previous change.
23992
23993 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
23994 (fontset_ref_and_range): Delete it.
23995 (fontset_find_font): Call char_table_ref_and_range instead of
23996 FONTSET_REF_AND_RANGE.
23997 (make_fontset): Don't setup font groups of Latin here.
23998 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
23999 (new_fontset_from_font): Make the specified font the default for
24000 all Latin characters.
24001
240022008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24003
24004 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
24005 is on a window system before accessing the fontset of the frame.
24006
240072008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24008
24009 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
24010
24011 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
24012 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
24013
24014 * font.c (Ffont_shape_text): If the font driver doesn't have a
24015 shaper function, make zero-width glyphs to have at least one-pixel
24016 width. Fix setting of `to' field of glyphs.
24017
240182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24019
24020 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
24021 glyphs.
24022
24023 * font.h (struct font_driver): Improve docstring of member `shape'.
24024
240252008-02-01 Kenichi Handa <handa@m17n.org>
24026
24027 * composite.c (syms_of_composite): Fix docstring of
24028 auto-composition-function.
24029
24030 * font.h (LGLYPH_SIZE): New macro.
24031
24032 * font.c (Ffont_fill_gstring): Stop filling when a character not
24033 supported by the font is found.
24034 (Ffont_shape_text): When a shape callback function returns nil,
24035 try at most two more times with larger gstring.
24036 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
24037
24038 * xdisp.c (handle_auto_composed_prop): Change the argument to
24039 auto-composition-function.
24040
24041 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
24042 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
24043 Lispy glyph and store it in the lgstring.
24044
24045 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
24046
24047 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
24048
240492008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24050
24051 * font.c (Ffont_shape_text): Avoid unnecessary composition.
24052
24053 * fontset.c (Vfont_encoding_charset_alist): New variable.
24054 (syms_of_fontset): DEFVAR it.
24055 (reorder_font_vector, fontset_find_font): Optimize for the case of
24056 no need of reordering.
24057 (face_for_char): Map the charset property by
24058 Vfont_encoding_charset_alist.
24059
240602008-02-01 Jason Rumney <jasonr@gnu.org>
24061
24062 * w32font.c (logfonts_match): Don't check adstyle here.
24063 (font_matches_spec): Check here against physical font instead.
24064 (add_font_entity_to_list): Avoid some substitutions.
24065
24066 * font.c (font_parse_fcname): Default weight and slant to normal.
24067 (font_score): Prefer normal fonts if weight or slant unspecified.
24068 (font_score) [WINDOWSNT]: Scale weight difference down to closer
24069 match freetype scores.
24070
240712008-02-01 Jason Rumney <jasonr@gnu.org>
24072
24073 * w32font.c (w32font_text_extents): Don't use the frame stored in the
24074 font, as it may have been deleted.
24075 (w32_enumfont_pattern_entity): Map generic family to adstyle using
24076 most common hyphenless variation.
24077 (logfonts_match): Check generic family.
24078 (font_matches_spec): Don't check generic family here.
24079 (fill_in_logfont): Set generic family based on adstyle.
24080
24081 * w32font.h (w32font_get_cache): Update declaration.
24082
240832008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24084
24085 * ftfont.c (ftfont_get_cache): Adjust the argument type.
24086
24087 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
24088 If none of the new drivers are available, call font_update_drivers
24089 with the old drivers.
24090
24091 * w32font.c (w32font_get_cache): Adjust the argument type.
24092
24093 * xfont.c (xfont_get_cache): Adjust the argument type.
24094
24095 * font.h (struct font_driver): Change argument type of get_cache.
24096
24097 * xftfont.c (xftfont_start_for_frame): Delete prototype.
24098
24099 * font.c (Ffont_get): Fix arguments to Fassoc.
24100 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
24101 (font_clear_cache): New function.
24102 (font_list_entities, font_matching_entity): Use font_get_cache.
24103 (font_update_drivers): Call font_clear_cache when finishing a driver.
24104
24105 * fontset.c (fontset_find_font): Fix previous change.
24106
241072008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24108
24109 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
24110 dpyinfo->font_table.
24111 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
24112 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
24113
24114 * font.c (font_at): Handle the case that the arg C is negative.
24115 Handle the unibyte case.
24116 (Ffont_at): Call font_at with the arg C -1.
24117
24118 * xdisp.c (handle_auto_composed_prop): Don't get a character at
24119 the position here, and call font_at with the arg C -1.
24120 Don't check the range of the existing composition at the point.
24121
241222008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24123
24124 * fontset.c (fontset_add): New args charset_id and family.
24125 Change caller.
24126 (load_font_get_repertory, fontset_find_font): Assume that
24127 font_spec is always a font-spec object.
24128 (Fset_fontset_font): Always store a font-spec object in a fontset.
24129
24130 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
24131 instead of get_property_and_range.
24132
241332008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24134
24135 * xftfont.c (struct xftfont_info): Delete the member ft_face.
24136 (xftfont_open): Don't keep locking face.
24137 (xftfont_close): Don't unlock face.
24138 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
24139
24140 * fontset.c (fontset_find_font): Don't prefer a font of
24141 supplementary charset.
24142
241432008-02-01 Kenichi Handa <handa@m17n.org>
24144
24145 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
24146 script, langsys_tag to langsys, new member script.
24147 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 24148 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
24149 listing to the script specified in that property. Fix arg to
24150 OTF_check_features.
24151
241522008-02-01 Jason Rumney <jasonr@gnu.org>
24153
24154 * w32font.h: New file.
24155
24156 * w32font.c: Include it.
24157 (struct w32font_info): Add owning_frame field. Move to w32font.h.
24158 (w32font_open): Set owning_frame.
24159 (w32font_text_extents): Use owning_frame.
24160 (struct font_callback_data): Add opentype_only field.
24161 (add_font_entity_to_list): Use it to filter fonts.
24162 Don't check against full name.
24163 (w32font_list_internal): New function.
24164 (w32font_list): Use it.
24165 (w32font_match_internal): New function.
24166 (w32font_match): Use it.
24167 (w32font_open_internal): New function.
24168 (w32font_open): Use it.
24169 (w32font_get_cache, w32font_close, w32font_has_char)
24170 (w32font_encode_char, w32font_text_extents, w32font_draw):
24171 Make non-static.
24172
24173 * makefile.w32-in (w32font.o): Depend on w32font.h.
24174
241752008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24176
24177 * charset.c (Fdefine_charset_internal): Record a supplementary
24178 charset at the tail of Vcharset_order_list.
24179
24180 * font.c (Ffont_shape_text): Fix the return value.
24181
24182 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
24183
24184 * xdisp.c (handle_auto_composed_prop): Fix previous change.
24185
241862008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24187
24188 * ftfont.c (struct OpenTypeSpec): New struct.
24189 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
24190 (ftfont_get_open_type_spec): New function.
24191 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
24192
24193 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
24194
241952008-02-01 Jason Rumney <jasonr@gnu.org>
24196
24197 * w32font.c (add_font_entity_to_list): Compare only the beginning
24198 of full name.
24199
242002008-02-01 Kenichi Handa <handa@m17n.org>
24201
24202 * xdisp.c (handle_auto_composed_prop): Simplify the code.
24203 Never return HANDLED_RECOMPUTE_PROPS.
24204
242052008-02-01 Kenichi Handa <handa@m17n.org>
24206
24207 * font.c (font_gstring_produce): Delete it.
24208
24209 * composite.h (COMPOSITION_METHOD):
24210 Handle COMPOSITION_WITH_GLYPH_STRING.
24211
242122008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24213
24214 * xfont.c (Qx): Delete.
24215 (syms_of_xfont): Don't initialize Qx.
24216
24217 * composite.h (enum composition_method):
24218 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
24219
242202008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24221
24222 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
24223 (choose_face_font): Accept new form of font-spec.
24224
24225 * frame.h (font_driver_list): Declare it unconditionally.
24226 (struct frame): Define members font_driver_list and font_data_list
24227 unconditionally.
24228
24229 * fontset.c: Include "font.h" unconditionally.
24230 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
24231 (Fset_fontset_font): Accept a font-spec object.
24232
24233 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
24234 PIXEL_SIZE part a wild card.
24235
24236 * dispextern.h (struct glyph_string): Define members clip and
24237 num_clips unconditionally.
24238 (struct face): Define members font_info and extra unconditionally.
24239
24240 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
24241 ftfont_info only when HAVE_LIBOTF is defined.
24242
242432008-02-01 Andreas Schwab <schwab@suse.de>
24244
24245 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
24246 and end.
24247
242482008-02-01 Jason Rumney <jasonr@gnu.org>
24249
24250 * w32font.c (w32font_driver): Add new fields.
24251
242522008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24253
24254 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
24255 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
24256 (LIBES): Add @M17N_FLT_CFLAGS@.
24257
24258 * composite.c (compose_text): Don't treat the new style
24259 composition specially.
24260
24261 * emacs.c (main): Call syms_of_font unconditionally.
24262
24263 * font.h (FONT_ENTITY_NOT_LOADABLE)
24264 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
24265 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
24266 (struct font_driver): New member shape.
24267 (font_registry_charsets): Extern it.
24268 (font_find_for_lface, font_prepare_composition): Adjust prototype.
24269 (font_otf_capability, font_drive_otf): Delete their externs.
24270
24271 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
24272 (font_charset_alist, font_registry_charsets): Move from xfont.c
24273 and rename.
24274 (font_prop_validate_otf): New function.
24275 (font_property_table): Register it for QCotf.
24276 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
24277 (font_drive_otf): Delete.
24278 (font_prepare_composition): New arg F. Adjust for the change of
24279 lispy gstring.
24280 (font_find_for_lface): New arg C.
24281 (font_load_for_face): Adjust for the change of font_find_for_lface.
24282 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
24283 lispy gstring.
24284 (Ffont_shape_text): New function.
24285 (Fopen_font): If the font size is not given, use 12-pixel.
24286 (Ffont_at): New arg STRING.
40b1a3a9 24287 (syms_of_font): Initialize font_charset_alist.
aac0c6e3
MR
24288 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
24289 conditionally.
24290
24291 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
24292 fonts of the same font-spec. Change the format of RFONT-DEF.
24293 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
24294 Adjust for the change of RFONT-DEF.
24295 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
24296
24297 * ftfont.h: New file.
24298
24299 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
24300 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
24301 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
24302 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
24303 font_otf_capability and font_drive_otf, set ftfont_shape.
24304 (ftfont_list): Adjust for the change of :otf property value.
24305 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
24306 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
24307 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
24308 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
24309 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
24310 (otf_gstring, gstring, m17n_flt_initialized): New variables.
24311
24312 * w32term.c (x_draw_composite_glyph_string_foreground):
24313 Adjust for the change of lispy gstring.
24314
24315 * xdisp.c (handle_composition_prop): Adjust for the change of
24316 lispy gstring. Call a function for auto-composition with the
24317 third arg it->window.
24318 (fill_composite_glyph_string): Adjust for the change of lispy string.
24319 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
24320
24321 * xfaces.c (set_font_frame_param): Adjust for the change of
24322 font_find_for_lface.
24323
24324 * xfont.c (x_font_charset_alist): Move to font.c and rename.
24325 (xfont_registry_charsets): Likewise. Change caller.
24326 (syms_of_xfont): Don't handle x_font_charset_alist.
24327
24328 * xftfont.c: Include "ftfont.h".
24329 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
24330 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
24331 (xftfont_close) [HAVE_LIBOTF]: Close otf.
24332 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
24333 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
24334 Set xftfont_driver.shape to xftfont_shape.
24335
24336 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
24337 the change of lispy gstring.
24338
243392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24340
24341 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
24342
243432008-02-01 Jason Rumney <jasonr@gnu.org>
24344
24345 * w32font.c (w32font_draw): Fill background manually.
24346
243472008-02-01 Jason Rumney <jasonr@gnu.org>
24348
24349 * font.c (Qfontp): Remove unused symbol.
24350 (QCantialias): New symbol.
24351 (syms_of_font): Define it.
24352 (font_property_table): Set a validator for QCantialias.
24353
24354 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
24355 Define if not already.
24356 (QCfamily): Share with xfaces.c.
24357 (Qstandard, Qsubpixel, Qnatural): New symbols.
24358 (syms_of_w32font): Define them. Don't define QCfamily here.
24359 (w32_antialias_type, lispy_antialias_type): New functions.
24360 (w32_enumfont_pattern_entity): New arg requested_font.
24361 Set antialias parameter if non-default was requested.
24362 (fill_in_logfont): Fill in lfQuality if :antialias specified.
24363
243642008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24365
24366 * lread.c (read1): Undo the previous change.
24367
243682008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
24369
24370 * frame.c (Fdelete_frame): Call font_update_drivers only when
24371 USE_FONT_BACKEND is defined.
24372
243732008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24374
24375 * font.h (struct font_bitmap): New member bits_per_pixel.
24376 (struct font_driver): New members start_for_frame and end_for_frame.
24377 (struct font_data_list): New struct.
24378 (font_put_frame_data, font_get_frame_data): Extern them.
24379
24380 * frame.h (struct frame): New member font_data_list.
24381
24382 * font.c (font_update_drivers): Call driver->start_for_frame and
24383 driver->end_for_frame at proper timings.
24384 (font_put_frame_data, font_get_frame_data): New functions.
24385 (Ffont_spec): Add usage in the docstring.
24386
24387 * frame.c (make_frame): Initialize f->font_data_list to NULL.
24388 (Fdelete_frame): Call font_update_drivers.
24389
24390 * xftfont.c (struct xftface_info): Delete the member xft_draw.
24391 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
24392 (xftfont_get_xft_draw): New function.
24393 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
24394 (xftfont_end_for_frame): New function.
24395 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
24396
24397 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
24398 Change argument. Cache GCs in the per-frame data.
24399 (struct ftxfont_frame_data): New struct.
24400 (ftxfont_draw_bitmap): New arg gc_fore and flush.
24401 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
24402 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
24403 (ftxfont_end_for_frame): New function.
24404 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
24405
24406 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
24407
244082008-02-01 Kenichi Handa <handa@m17n.org>
24409
24410 * xselect.c (Vselection_coding_system)
24411 (Vnext_selection_coding_system): Delete them.
24412 (syms_of_xselect): Don't declare selection-coding-system and
24413 next-selection-coding-system. They are declared in select.el.
24414
244152008-02-01 Jason Rumney <jasonr@gnu.org>
24416
24417 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
24418
24419 * w32fns.c: Include imm.h.
24420 (get_composition_string_fn, get_ime_context_fn): New optional
24421 system functions.
24422 (globals_of_w32fns): Load them from imm32.dll.
24423 (ignore_ime_char): New flag.
24424 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
24425 WM_IME_ENDCOMPOSITION messages.
24426
24427 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
24428 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
24429
244302008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24431
24432 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
24433 (READCHAR_REPORT_MULTIBYTE): New macro.
24434 (readchar): New 2nd arg MULTIBYTE.
24435 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
24436 Make symbol's name multibyte according to the multibyteness of the
24437 source.
24438
244392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24440
24441 * xfaces.c (face_for_overlay_string): Call lookup_face with
24442 correct arguments (fix of synching with the trunk).
24443
244442008-02-01 Kenichi Handa <handa@m17n.org>
24445
24446 * font.c (font_prop_validate_symbol, font_prop_validate_style)
24447 (font_prop_validate_non_neg, font_prop_validate_spacing):
24448 Delete argument prop_index.
24449 (font_property_table): Change arguments to validater. Change Callers.
24450 (font_lispy_object): Delete.
24451 (font_at): Use font_find_object instead fo font_lispy_object.
24452
244532008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24454
24455 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
24456 and file names.
24457
244582008-02-01 Jason Rumney <jasonr@gnu.org>
24459
24460 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
24461 (font_matches_spec): Remove debug output.
24462 (add_font_entity_to_list): Avoid using substituted fonts.
24463
244642008-02-01 Jason Rumney <jasonr@gnu.org>
24465
24466 * doc.c (Fsnarf_documentation):
24467 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
24468
244692008-02-01 Miles Bader <miles@gnu.org>
24470
24471 * dispextern.h (struct glyph_row): Only define "clip" field if
24472 HAVE_WINDOW_SYSTEM is defined.
24473
244742008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
24475
24476 Fix up multi-tty merge.
24477
24478 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
24479 and indentation.
24480
24481 * xfaces.c (free_realized_face, clear_face_gcs):
24482 Include font_done_for_face in the input_blocked section, just in case.
24483
24484 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
24485 (get_char_face_and_encoding): Undo last change and remove the *other*
24486 duplicate definition (i.e. keep the one that's better scoped and that
24487 includes code for the font-backend).
24488
24489 * terminal.c (create_terminal): Default keyboard_coding to
24490 `no-conversion' and terminal_coding to `undecided'.
24491
24492 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
24493
24494 * fontset.c (free_realized_fontsets): Check that the table entry does
24495 contain a fontset before trying to compare it to `base'.
24496
24497 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
24498 syms_of_charset, and syms_of_coding earlier because init_window_once
24499 now needs Vcoding_system_hash_table to be setup.
24500
24501 * coding.h (default_buffer_file_coding): Remove.
24502
24503 * coding.c (default_buffer_file_coding): Remove.
24504 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
24505 than ->symbol, and use the terminal-local coding system.
24506 (syms_of_coding): Don't setup the coding-systems that are not
24507 terminal-local.
24508 (Fdefine_coding_system_internal): Use XCAR/XCDR.
24509
24510 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
24511 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
24512
24513 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
24514 in chartab.c and were re-added here by mistake.
24515 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
24516
24517 * doc.c (Fsnarf_documentation):
24518 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
24519 src to etc.
24520
24521 * ChangeLog.10: Add mistakenly removed entry.
24522
245232008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
24524
24525 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
24526
245272008-02-01 Miles Bader <miles@gnu.org>
24528
24529 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
24530 Add extra args to FACE_FOR_CHAR.
24531
245322008-02-01 Kenichi Handa <handa@m17n.org>
24533
24534 * keymap.c (where_is_internal_1): If key is a cons, store the copy
24535 in sequence.
24536
24537 * chartab.c (map_sub_char_table, map_char_table): If the range
24538 contains just one character, call the function with that character
24539 even if the depth is not 3.
24540
245412008-02-01 Jason Rumney <jasonr@gnu.org>
24542
24543 * w32font.c (w32font_text_extents): Calculate metrics for the
24544 whole string.
24545
245462008-02-01 Jason Rumney <jasonr@gnu.org>
24547
24548 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
24549
245502008-02-01 Jason Rumney <jasonr@gnu.org>
24551
bba3e508
SM
24552 * w32term.c (x_set_glyph_string_clipping):
24553 Use get_glyph_string_clip_rects.
aac0c6e3
MR
24554 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
24555 Adjust for the change of struct glyph_string.
24556
24557 * w32font.c (w32font_draw): Do clipping here.
24558
245592008-02-01 Kenichi Handa <handa@m17n.org>
24560
24561 * xftfont.c (xftfont_draw): Adjust for the change of struct
24562 glyph_string.
24563
bba3e508
SM
24564 * xterm.c (x_set_glyph_string_clipping):
24565 Use get_glyph_string_clip_rects.
aac0c6e3
MR
24566 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
24567 Adjust for the change of struct glyph_string.
24568
24569 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
24570 the resulting clip(s}.
24571 (expose_overlaps): Add arg r. Change callers. Set it to
24572 row->clip temporarily.
24573 (expose_window): Redraw rows overlapping the exposed area.
24574
24575 * dispextern.h (struct glyph_row): New member clip.
24576 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
24577 clip_height, new member clip, and num_clips.
24578
245792008-02-01 Kenichi Handa <handa@m17n.org>
24580
24581 * data.c (Fchar_or_string_p): Fix docstring.
24582
245832008-02-01 Kenichi Handa <handa@m17n.org>
24584
24585 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
24586 create a temporary XftDraw object.
24587
245882008-02-01 Kenichi Handa <handa@m17n.org>
24589
24590 * font.c (Ffontp): Fix docstring.
24591
24592 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
24593 strong evidence of ISO-2022.
24594
245952008-02-01 Kenichi Handa <handa@m17n.org>
24596
24597 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
24598 SYNTAX_ENTRY_FOLLOW_PARENT.
24599
246002008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
24601
24602 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
24603 its type.
24604 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
24605 Update to the new type of weak_hash_tables and next_weak.
24606
24607 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
24608 a plain C pointer to Lisp_Hash_Table.
24609
24610 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
24611 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
24612 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
24613 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
24614 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
24615 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
24616 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
24617 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
24618 (GC_EQ): Remove since they've been identical to their non-GC_
24619 alter-egos ever since the markbit was eradicated.
24620
24621 * alloc.c:
24622 * buffer.c:
24623 * buffer.h:
24624 * data.c:
24625 * fileio.c:
24626 * filelock.c:
24627 * fns.c:
24628 * frame.h:
24629 * lisp.h:
24630 * macterm.c:
24631 * print.c:
24632 * process.c:
24633 * w32fns.c:
24634 * w32menu.c:
24635 * w32term.c:
24636 * xfns.c:
24637 * xmenu.c:
24638 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
24639
246402008-02-01 Kenichi Handa <handa@m17n.org>
24641
24642 * chartab.c (map_sub_char_table): Make it work for the top-level
24643 char-table. Fix handling of parent char-table.
24644 (map_char_table): Adjust for the above change.
24645
246462008-02-01 Jason Rumney <jasonr@gnu.org>
24647
24648 * w32font.c (Qgdi): Rename from Qw32.
24649
246502008-02-01 Jason Rumney <jasonr@gnu.org>
24651
24652 * w32bdf.c (get_quoted_string): Make function static.
24653
246542008-02-01 Kenichi Handa <handa@m17n.org>
24655
24656 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
24657 bigger ascent and descent than those of the font, use them as
24658 font's ascent and descent.
24659
246602008-02-01 Kenichi Handa <handa@m17n.org>
24661
24662 * Makefile.in (${lispsource}international/charprop.el): Move this
24663 target within "#ifdef HAVE_UNIDATA" and "#endif".
24664
246652008-02-01 Kenichi Handa <handa@m17n.org>
24666
24667 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
24668 (shortlisp): Add ../lisp/language/tai-viet.el.
24669
246702008-02-01 Ulrich Mueller <ulm@gentoo.org>
24671
24672 * Makefile.in (${lispsource}international/charprop.el): Depend on
24673 temacs${EXEEXT}.
24674
246752008-02-01 Jason Rumney <jasonr@gnu.org>
24676
24677 * w32font.c (w32font_close): Delete the GDI font object.
24678
24679 * w32menu.c: Include character.h.
24680
24681 * w32proc.c: Likewise.
24682
24683 * w32select.c: Likewise.
24684
24685 * makefile.w32-in (w32proc.o): Depend on character.h.
24686
246872008-02-01 Jason Rumney <jasonr@gnu.org>
24688
24689 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
24690
24691 * w32menu.c (syms_of_w32menu): Likewise.
24692
24693 * w32proc.c (syms_of_ntproc): Likewise.
24694
24695 * w32select.c (syms_of_w32select): Likewise.
24696
24697 * w32term.c (syms_of_w32term): Likewise.
24698
246992008-02-01 Jason Rumney <jasonr@gnu.org>
24700
24701 * w32font.c (w32font_draw): Delete brush after using it.
24702
247032008-02-01 Jason Rumney <jasonr@gnu.org>
24704
24705 * w32font.c (w32font_open): Don't set font_idx.
24706 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
24707 to font settings.
24708 (w32font_draw): Fill background explicitly.
24709
247102008-02-01 Jason Rumney <jasonr@gnu.org>
24711
24712 * w32term.c (w32_initialize): Don't call w32font_initialize.
24713
24714 * w32font.c (w32font_info): Remove subranges.
24715 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
24716 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
24717 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
24718 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
24719 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
24720 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
24721 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
24722 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
24723 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
24724 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
24725 New symbols.
24726 (font_callback_data): New struct.
24727 (w32font_list, w32font_match): Use it.
24728 (w32font_open): Don't populate subranges.
24729 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
24730 (w32font_encode_char): Always return unicode code-point as-is.
24731 (w32font_text_extents): Supply a transformation matrix to
24732 GetGlyphOutline. Never look up by glyph index. Avoid looping
24733 twice. Use unicode version of GetTexExtentPoint32 instead of
24734 glyph index version.
24735 (set_fonts_frame): Remove.
24736 (w32_enumfont_pattern_entity): Add frame parameter, use it to
24737 set frame parameter. Use backward compatible fake foundries.
24738 Save generic family in extra slot under QCfamily. Make width slot
24739 constant. Save QCspacing value. Save list of scripts instead of
24740 binary subranges.
24741 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
bba3e508
SM
24742 (add_font_entity_to_list): Use font_callback_data struct.
24743 Filter unwanted fonts.
aac0c6e3
MR
24744 (add_one_font_entity_to_list): Use font_callback_data struct.
24745 (w32_registry): Default to iso10646_1.
24746 (fill_in_logfont): Use dpi from extra slot. Don't bother with
24747 string font registries. Don't fill in font name if it is a generic
24748 family name, fill family instead. Use spacing, family and script
24749 extra info to fill pitch, family and charset fields.
24750 (list_all_matching_fonts): Use font_callback_data struct.
24751 (unicode_range_for_char): Remove.
24752 (font_supported_scripts): New function.
24753 (w32font_initialize): Remove.
24754 (syms_of_w32font): Update which symbols are defined.
24755
247562008-02-01 Jason Rumney <jasonr@gnu.org>
24757
24758 * font.c (font_pixel_size): Reverse assq_no_quit args.
24759
24760 * w32term.h (FONT_WIDTH): Report max width, not average.
24761 (FONT_MAX_WIDTH): Remove.
24762 (FONT_AVG_WIDTH): New macro.
24763
24764 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
24765 redefinition of FONT_WIDTH.
24766
24767 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
24768 (w32_cache_char_metrics): Use FONT_WIDTH.
24769
24770 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
24771
247722008-02-01 Jason Rumney <jasonr@gnu.org>
24773
24774 * w32font.c (w32font_open): Make lfHeight negative.
24775
24776 * w32fns.c (x_default_font_parameter): Use new style font name.
24777 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
24778
247792008-02-01 Jason Rumney <jasonr@gnu.org>
24780
24781 * w32font.c (QCsubranges): New symbol.
24782 (w32font_open, w32font_has_char): Get subranges from subproperty
24783 of extra.
24784 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
24785 (syms_of_w32font): Define :subranges symbol.
24786
24787 * font.c (font_put_extra): Expose externally.
24788
24789 * font.h (font_put_extra): Move declaration from font.c.
24790
24791 * font.c (Ffont_get): Use font driver to determine otf capability.
24792 (adjust_anchor): Check if driver defines anchor_point before using.
24793
24794 * w32font.c (w32font_open): Handle size, height and pixel_size better.
24795 (w32font_draw): Use options.
24796 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
24797 Fix detection of truetype fonts.
24798 (registry_to_w32_charset): Handle charsets other than iso8859-1
24799 expressed as lisp symbols.
24800 (w32_registry): Express charset as lisp symbol.
24801 (fill_in_logfont): Reverse pixel and point height logic.
24802 Don't set width here. Set quality to default.
24803
24804 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
24805 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
24806
24807 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
24808 Remove redundant loop and allocation.
24809
24810 * makefile.w32-in (font.o, w32font.o): New objects.
24811 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
24812 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
24813
24814 * xdisp.c (fill_composite_glyph_string): Make the first arg to
24815 STORE_XCHARB a valid l-value.
24816
24817 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
24818 calculations for non-Truetype fonts.
24819 (x_draw_glyph_string): Sync with xterm.c.
24820 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
24821 Remove redundant code.
24822 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
24823
24824 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
24825 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
24826
24827 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
24828 (x_to_w32_charset, w32_to_x_charset): Expose externally.
24829
24830 * w32font.c: New file for w32 font backend.
24831
248322008-02-01 Kenichi Handa <handa@m17n.org>
24833
24834 * term.c: Don't include "buffer.h" twice.
24835
248362008-02-01 Kenichi Handa <handa@m17n.org>
24837
24838 * character.c (Funibyte_string): New function.
24839 (syms_of_character): Defsubr it.
24840
248412008-02-01 Jason Rumney <jasonr@gnu.org>
24842
24843 * w32term.c [USE_FONT_BACKEND]:
24844 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
24845 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
24846 (x_draw_glyph_string, x_draw_glyph_string_foreground)
24847 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
24848 (x_free_frame_resources): Sync with xterm.c.
24849
248502008-02-01 Andreas Schwab <schwab@suse.de>
24851
24852 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
24853 char-table size.
24854
248552008-02-01 Kenichi Handa <handa@m17n.org>
24856
24857 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
24858
248592008-02-01 Kenichi Handa <handa@m17n.org>
24860
24861 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
24862 font_otf_gpos, add font_drive_otf.
24863
24864 * fontset.c (fontset_find_font): Pay attention to font size
24865 specified for a font.
24866 (reorder_font_vector): Check contents of font_def.
24867
24868 * font.c (struct otf_list): Delete it.
24869 (otf_list): Make it a lisp variable.
24870 (otf_open): Use lispy otf_list.
24871 (generate_otf_features): Rename from parse_gsub_gpos_spec.
24872 (check_otf_features): New function.
24873 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
24874 New functions.
24875 (font_drive_otf): New function merging font_otf_gsub and
24876 font_otf_gpos.
24877 (font_open_for_lface): New arg spec. Change argument order.
24878 (font_load_for_face): Adjust for the change of font_open_for_lface.
24879 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
24880 Ffont_otf_gpos.
24881 (syms_of_font): Staticpro otf_list. Delete defsubr of
24882 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
24883
24884 * xfaces.c (set_font_frame_param): Adjust for the change of
24885 font_open_for_lface.
24886
24887 * font.h (font_open_for_lface): Adjust prototype.
24888 (struct font_driver): Delete members otf_gsub and otf_gpos, add
24889 member otf_drive.
24890 (font_otf_gsub, font_otf_gpos): Delete externs.
24891 (font_drive_otf): Extern it.
24892
248932008-02-01 Kenichi Handa <handa@m17n.org>
24894
24895 * font.c (font_at): If the window W is not on a window system,
24896 return Qnil.
24897
24898 * coding.c (produce_chars, encode_coding): Don't call
24899 insert_from_gap if no characters to produce.
24900
249012008-02-01 Kenichi Handa <handa@m17n.org>
24902
24903 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
24904 Fclear_face_cache.
24905
24906 * xfaces.c (face_for_font): Check also face->font==font->font.font.
24907
249082008-02-01 Miles Bader <miles@gnu.org>
24909
24910 * emacs.c (main): Change default value of `enable_font_backend' to 1.
24911 Parse "--disable-font-backend" option.
24912 (standard_args): Add "--disable-font-backend" option.
24913
249142008-02-01 Kenichi Handa <handa@m17n.org>
24915
24916 * fontset.c (fontset_find_font): New function.
24917 (fontset_font): Use fontset_find_font.
24918 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
24919 Register the specified font for all Latin characters.
24920 (new_fontset_from_font): Register the specified font for all Latin
24921 characters.
24922 (dump_fontset): For a realized fontset, include the base fontset
24923 name in the returned vector.
24924
249252008-02-01 Kenichi Handa <handa@m17n.org>
24926
24927 * character.h (CHAR_STRING): Cast C to unsigned on calling
24928 char_string.
24929
24930 * character.c (char_string): Type of arg C changed to unsigned.
24931 Signal an error if C is an invalid character code.
24932
24933 * editfns.c (general_insert_function, Fchar_to_string):
24934 Use CHARACTERP, not INTEGERP.
24935
249362008-02-01 Kenichi Handa <handa@m17n.org>
24937
24938 * character.h (MIN_MULTIBYTE_LEADING_CODE)
24939 (MAX_MULTIBYTE_LEADING_CODE): New macros.
24940
24941 * regex.c (analyse_first): Fix for multibyte characters in "case
24942 charset:" and "case categoryspec:".
24943
249442008-02-01 Andreas Schwab <schwab@suse.de>
24945
24946 * Makefile.in (LIBES): Move standard libraries to the end.
24947
249482008-02-01 Kenichi Handa <handa@m17n.org>
24949
24950 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
24951 nonzero, don't shrink the buffer nextb.
24952
24953 * buffer.h (struct buffer_text): New member inhibit_shrinking.
24954
24955 * coding.c (coding_alloc_by_making_gap): New arg offset.
24956 (alloc_destination): Call coding_alloc_by_making_gap with the arg
24957 offset.
24958 (decode_coding_iso_2022): Update coding->safe_charsets.
24959 (decode_coding_gap): Temporarily set
24960 current_buffer->text->inhibit_shrinking to 1.
24961
249622008-02-01 Kenichi Handa <handa@m17n.org>
24963
bba3e508
SM
24964 * xterm.c (x_draw_composite_glyph_string_foreground):
24965 Fix indexing into elements of s->cmp and s->char2b.
aac0c6e3
MR
24966
249672008-02-01 Juanma Barranquero <lekktu@gmail.com>
24968
24969 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
24970
249712008-02-01 Kenichi Handa <handa@m17n.org>
24972
24973 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
24974 target_multibyte instead of multibyte.
24975 (re_match_2_internal): Call bcmp_translate with target_multibyte.
24976 (bcmp_translate): Change the argument name from multibyte to
24977 target_multibyte.
24978
249792008-02-01 Kenichi Handa <handa@m17n.org>
24980
24981 These changes are to compile a regexp into a pattern that can be
24982 used both for multibyte and unibyte targets.
24983
24984 * Makefile.in (search.o): Depend on charset.h.
24985
24986 * character.c (multibyte_char_to_unibyte_safe): New function.
24987
24988 * search.c: Include "charset.h".
24989 (compile_pattern_1): Delete argument multibyte. Don't set
24990 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
24991 (compile_pattern): Don't compare cp->buf.target_multibyte.
24992 Compare cp->buf.charset_unibyte.
24993 (compile_pattern): Set cp->buf.target_multibyte.
24994
24995 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
24996
24997 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
24998
24999 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
25000 multibyte. Change callers.
25001 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
25002 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
25003 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
25004 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
25005 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
25006 (regex_compile): Make the compiled pattern usable both for
25007 multibyte and unibyte targets.
25008 (analyse_first): Make the fastmap usable both for multibyte and
25009 unibyte targets.
25010 (TRANSLATE_VIA_MULTIBYTE): Delete.
25011 (re_match_2_internal): Pay attention to the case that the
25012 multibyteness of bufp and target may be different.
25013
250142008-02-01 Kenichi Handa <handa@m17n.org>
25015
25016 * xdisp.c (x_produce_glyphs): When a font is not found, make the
25017 empty box occupy at least one column width.
25018
250192008-02-01 Miles Bader <miles@gnu.org>
25020
25021 * Makefile.in: Remove redundant HAVE_XFT clause.
25022
250232008-02-01 Kenichi Handa <handa@m17n.org>
25024
25025 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
25026
250272008-02-01 Kenichi Handa <handa@m17n.org>
25028
25029 * fontset.c (Finternal_char_font): Fix for the case of POSITION
25030 being nil.
25031
250322008-02-01 Kenichi Handa <handa@m17n.org>
25033
25034 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
25035
250362008-02-01 Kenichi Handa <handa@m17n.org>
25037
25038 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
25039
250402008-02-01 Kenichi Handa <handa@m17n.org>
25041
25042 * search.c (simple_search): Fix previous change.
25043
250442008-02-01 Kenichi Handa <handa@m17n.org>
25045
25046 * xftfont.c (ftfont_font_format): Extern declaration.
25047
25048 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
25049
25050 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
25051 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
25052
25053 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
25054 (ftfont_font_format): Fix previous change.
25055
25056 * font.h (Ffont_xlfd_name): EXFUN it.
25057
25058 * font.c (font_parse_xlfd): Fix the array size of `f'.
25059 (register_font_driver): Use EQ to compare driver->type.
25060
25061 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
25062 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
25063 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
25064
250652008-02-01 Kenichi Handa <handa@m17n.org>
25066
25067 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
25068 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
25069
250702008-02-01 Kenichi Handa <handa@m17n.org>
25071
25072 * xfont.c (xfont_open): Set font->format.
25073
25074 * xftfont.c (xftfont_open): Set font->format.
25075
25076 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
25077 (ftfont_list): Include FC_FONTFORMAT in FcObject.
25078 (ftfont_open): Set font->format.
25079 (ftfont_font_format): New function.
25080
25081 * font.h (struct font): New member format.
25082
25083 * font.c (Qopentype): New variable.
25084 (syms_of_font): Defsym it.
25085 (Fquery_font): Change the format of the last element of the return
25086 value.
25087
250882008-02-01 Kenichi Handa <handa@m17n.org>
25089
25090 * xfns.c (xic_create_xfontset): Try the default fontset name as a
25091 last resort.
25092
250932008-02-01 Kenichi Handa <handa@m17n.org>
25094
25095 * coding.c (detect_coding_charset): Fix detection of multi-byte
25096 charset.
25097
250982008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
25099
25100 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
25101
251022008-02-01 Kenichi Handa <handa@m17n.org>
25103
25104 * xdisp.c (get_next_display_element): Set it->face_id for the
25105 first component of a composition.
25106 (x_produce_glyphs): Check if the font is changed or not for composition.
25107
251082008-02-01 Kenichi Handa <handa@m17n.org>
25109
25110 * fontset.c (Qlatin): New variable.
25111 (syms_of_fontset): Define it as a lisp symbol.
25112 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
25113
251142008-02-01 Kenichi Handa <handa@m17n.org>
25115
25116 * font.c (font_unparse_fcname): Pay attention to the case that
25117 some of font property is a null string.
25118
251192008-02-01 Kenichi Handa <handa@m17n.org>
25120
25121 * term.c: Include "composite.h".
25122 (encode_terminal_code): Output all components of composition.
25123 Check the size of encode_terminal_src.
25124 (produce_glyphs): For composition, call produce_composite_glyph.
25125 (append_composite_glyph, produce_composite_glyph): New functions.
25126
25127 * xdisp.c (x_produce_glyphs): In handling composition, if a font
25128 is not found, get font_info from the current ascii face.
25129
251302008-02-01 Kenichi Handa <handa@m17n.org>
25131
25132 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
25133 buffer-file-name to Qnil before calling insert_from_buffer.
25134
25135 * font.c (font_unparse_fcname): Pay attention to the case that
25136 foundry is a null string.
25137
251382008-02-01 Kenichi Handa <handa@m17n.org>
25139
25140 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
25141
25142 * font.c (Qunicode_sip): New variable.
25143 (syms_of_font): Declare it as a Lisp symbol.
25144
25145 * font.h (Qunicode_sip): Extern it.
25146
251472008-02-01 Kenichi Handa <handa@m17n.org>
25148
25149 * composite.c (get_composition_id): Pay attention to TAB component.
25150
25151 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
25152 TAB. Adjust for the change of s->char2b which always points to
25153 the first element of allocated memory.
25154
25155 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
25156
25157 * xdisp.c (handle_composition_prop): Set it->c to the first
25158 non-TAB component.
25159 (fill_composite_glyph_string): Change argument.
25160 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
25161 (x_produce_glyphs): Fix handling of left/right padding.
25162
251632008-02-01 Kenichi Handa <handa@m17n.org>
25164
25165 * coding.c (detect_coding_system): Fix for handling off
25166 inhibit_iso_escape_detection. Fix for the case that no coding
25167 system is defined for a specific coding category.
25168
251692008-02-01 Kenichi Handa <handa@m17n.org>
25170
25171 * font.c (font_matching_entity): Delete unused local var.
25172
25173 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
25174 opening a font.
25175
25176 * fileio.c (Finsert_file_contents): On recovering a file, assume
25177 Unix-like eol.
25178 (choose_write_coding_system): On auto-saving a file, force
25179 Unix-like eol.
25180
25181 * coding.c (setup_coding_system): Fix setting of
25182 coding->common_flags based on eol_type.
25183 (coding_inherit_eol_type): If PARENT is not nil, be sure to
25184 inherit from it.
25185
251862008-02-01 Kenichi Handa <handa@m17n.org>
25187
25188 * alloc.c (NSTATICS): Increas to 0x600.
25189
251902008-02-01 Kenichi Handa <handa@m17n.org>
25191
25192 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
25193 (ftfont_list): Don't check :name property.
25194 (ftfont_match): New function.
25195 (ftfont_pattern_entity): If the pattern doesn't contain
25196 FC_SPACING, don't assume FC_MONO.
25197
25198 * font.h (struct font_driver): New member `match'.
25199 (font_update_drivers): Adjust prototype.
25200
25201 * font.c (font_parse_fcname, font_parse_name): Don't change :name
25202 property of FONT.
bba3e508
SM
25203 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring):
25204 Define them unconditionally.
aac0c6e3
MR
25205 (font_matching_entity): New function.
25206 (font_open_by_name): Try font_matching_entity if exact match is
25207 not found.
25208 (font_update_drivers): Delete the arg FONT. Return a list of
25209 actually used backends. Don't free faces, font caches here.
25210 Don't store data in frame parameters. Don't call x_set_font.
25211 (Ffont_spec): Store :name property as is.
25212 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
25213 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
25214 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
25215 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
25216 Call font->driver->otf_gsub instead of font_otf_gsub.
25217
25218 * frame.c (x_set_font_backend): Do more works that were done in
25219 font_update_drivers before.
25220
25221 * xfont.c (xfont_match): New function.
25222 (xfont_driver): Set xfont_driver.match to xfont_match.
25223 (xfont_draw): Set font in GC if necessary.
25224
25225 * ftxfont.c (ftxfont_match): New function.
25226 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
25227
25228 * xftfont.c (xftfont_match): New function.
25229 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
25230
252312008-02-01 Kenichi Handa <handa@m17n.org>
25232
25233 * font.h (struct font): New member scalable.
25234 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
25235 (font_otf_gsub): Adjust prototype.
25236
25237 * font.c (font_otf_capability): Fix handling of the default langsys.
25238 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
25239 Check the contents of SPEC.
25240 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
25241 (check_gstring): New function.
25242 (REPLACEMENT_CHARACTER): New macro.
25243 (font_otf_gsub): New arg alternate_subst. Be sure to set all
25244 glyph codes of GSTRING.
25245 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
25246 (font_prepare_composition): Set cmp->glyph_len.
25247 (font_open_entity): Set font->scalable.
25248 (Ffont_get): Handle :otf property.
bba3e508
SM
25249 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates):
25250 New functions.
aac0c6e3
MR
25251 (Fquery_font): Use font->font.full_name.
25252 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
25253 Sfont_otf_alternates.
25254
25255 * ftfont.c (ftfont_open): Set font->font.full_name and
25256 font->font.name properly. Fix calculation of font->font.height
25257 and font->min_width.
25258
25259 * ftxfont.c (ftxfont_create_gcs): New function.
25260 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
25261 (ftxfont_draw_backgrond): Fix filling region.
25262 (ftxfont_default_fid): New function.
25263 (ftxfont_open): Set xfont->fid to the return value of
25264 ftxfont_default_fid.
25265 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
25266 (ftxfont_done_face): Free only GCs that are created by
25267 ftxfont_create_gcs.
25268 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
25269
25270 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
25271 Clip to src->width, etc (not src->clip_XXX).
25272
25273 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
25274 FontBackend frame parameter.
25275
252762008-02-01 Kenichi Handa <handa@m17n.org>
25277
25278 * font.h (struct font_driver_list): New member `on'.
25279 (Fclear_font_cache): EXFUN it.
25280 (font_update_drivers): Extern it.
25281
25282 * font.c (font_unparse_fcname): Fix typo (swidth->width).
25283 (font_list_entities): Check driver_list->on.
40b1a3a9 25284 (register_font_driver): Initialize `on' member to 0.
aac0c6e3
MR
25285 (font_update_drivers): New function.
25286 (Fclear_font_cache): Check driver_list->on.
25287
25288 * frame.h (Qfont_backend): Extern it.
25289 (x_set_font_backend): Extern it.
25290
25291 * frame.c (Qfont_backend): New variable.
25292 (frame_parms): New element for font-backend.
25293 (x_set_font_backend): New function.
25294
25295 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
25296 FontBackend frame parameter.
25297 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
25298 x_set_font_backend.
25299
25300 * xfont.c (xfont_list): Don't try listing by :name property if the
25301 name is not for XLFD.
25302
253032008-02-01 Kenichi Handa <handa@m17n.org>
25304
25305 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
25306 (LGLYPH_SET_TO): New macros.
25307 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
25308 element of G is vector or not.
25309 (font_at): Extern it.
25310
25311 * font.c: Include window.h.
25312 (font_lispy_object): New function.
25313 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
25314 end of valid glyph.
25315 (font_close_object): Fix getting (struct font *).
25316 (font_at): New function.
25317 (Ffont_get): If FONT is a font-object, get entity from it.
25318 (Ffont_make_gstring): Initialize elements of glyphs with nil.
bba3e508
SM
25319 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX.
25320 Fix range check.
aac0c6e3
MR
25321 (Ffont_at): New function.
25322 (syms_of_font): Defsubr Sfont_at.
25323
25324 * xdisp.c (it_props): Move the entry for Qauto_composed to just
25325 before the entry for Qcomposition.
25326 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
25327 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
25328 the font in gstring.
25329 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
25330 LGLYPH_FORM (g) to detect the end of valid glyph.
25331 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
25332 we are composing with gstring.
25333
25334 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
25335 Check if adjustment is vector or not.
25336
25337 * Makefile.in (font.o): Make it depends on window.h.
25338
253392008-02-01 Kenichi Handa <handa@m17n.org>
25340
25341 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
25342 adjustment is vector or not.
25343
253442008-02-01 Miles Bader <miles@gnu.org>
25345
25346 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
25347
253482008-02-01 Kenichi Handa <handa@m17n.org>
25349
25350 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
bba3e508 25351 (LGLYPH_SET_WIDTH): Adjust for the change of LGLYPH format.
aac0c6e3
MR
25352 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
25353
25354 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
25355 (DEVICE_DELTA): Fix typo.
25356 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
25357 LGLYPH format.
25358
25359 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
25360 the change of LGLYPH format.
25361
253622008-02-01 Kenichi Handa <handa@m17n.org>
25363
25364 * ftfont.c (ftfont_list): Fix typo.
25365 (ftfont_build_basic_charsets): Don't include letters with diacritics.
25366
253672008-02-01 Jan Djärv <jan.h.d@swipnet.se>
25368
25369 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
25370
25371 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
25372 xftface_info is non-NULL.
25373
253742008-02-01 Jan Djärv <jan.h.d@swipnet.se>
25375
25376 * ftfont.c (ftfont_list): Move misplaced #endif.
25377
253782008-02-01 Kenichi Handa <handa@m17n.org>
25379
25380 * ftfont.c (ftfont_list): Pay attention to the case that
25381 FC_CAPABILITY is not defined.
25382
253832008-02-01 Kenichi Handa <handa@m17n.org>
25384
25385 * xftfont.c (xftfont_open): Set charset related members to -1.
25386
25387 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
25388 QCname.
25389 (ftfont_open): Set charset related members to -1.
25390
25391 * fontset.c (Votf_script_alist): New variable.
25392 (syms_of_fontset): Initialize it.
25393 (fontset_font): Delete unused variable.
25394
25395 * fontset.h (Votf_script_alist): Extern it.
25396
25397 * font.c (font_find_for_lface): Optimize code.
25398
25399 * font.h (font_close_object, font_merge_old_spec): Extern them.
25400
254012008-02-01 Kenichi Handa <handa@m17n.org>
25402
25403 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
25404 (syms_of_font): Initialize them.
25405 (font_pixel_size): Allow float value in dpi.
25406 (font_prop_validate_type): Delete.
25407 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
25408 Change caller.
25409 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
25410 (font_prop_validate_extra): Delete.
25411 (font_prop_validate_spacing): New function.
25412 (font_property_table): Add elements for all known properties.
bba3e508
SM
25413 (get_font_prop_index): Rename from check_font_prop_name.
25414 New argument FROM. Change caller.
aac0c6e3
MR
25415 (font_prop_validate): Validate all known properties.
25416 (font_put_extra): Delete argument force. Change caller.
25417 (font_expand_wildcards): Make it static. Fix the way of shrinking
25418 the possible range.
25419 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
25420 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
25421 Change caller.
25422 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
25423 (font_parse_fcname): Delete argument merge. Fix parsing of point
25424 size. Don't validate properties values here. Change caller.
25425 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
25426 (font_open_by_name): Delete unused variable.
25427 (Ffont_spec): Likewise. Validate property values.
25428 (Ffont_match_p): New function.
25429
25430 * font.h (QCscalable): Extern it.
25431 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
25432
25433 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
25434
25435 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
25436 (xfont_list_pattern): New function.
25437 (xfont_list): Use xfont_list_pattern.
25438
254392008-02-01 Kenichi Handa <handa@m17n.org>
25440
25441 * font.h (Flist_fonts): EXFUN it.
25442
254432008-02-01 Jason Rumney <jasonr@gnu.org>
25444
25445 * w32term.c (w32_initialize): Add back smoothing_type and
25446 smoothing_enabled definitions.
25447
254482008-02-01 Kenichi Handa <handa@m17n.org>
25449
25450 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
25451 s->face->font on determining underline position.
25452
254532008-02-01 Kenichi Handa <handa@m17n.org>
25454
25455 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
25456 (font_has_char): Accept font-object too.
25457 (font_find_for_lface): Try at first with a size specified in face.
25458
254592008-02-01 Kenichi Handa <handa@m17n.org>
25460
25461 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
25462 font_open_by_name.
25463
254642008-02-01 Kenichi Handa <handa@m17n.org>
25465
25466 * font.h (QCspacing, QCdpi): Extern them.
25467 (enum font_spacing): New enum.
25468 (FONT_PIXEL_SIZE_QUANTUM): New macro.
25469
25470 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
25471 (QCspacing, QCdpi): New variables.
25472 (syms_of_font): Initialize them.
25473 (font_pixel_size): New function.
25474 (font_put_extra): New function.
25475 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
25476 in FONT_EXTRA.
25477 (font_parse_fcname): Handle enumerated values (e.g. bold).
25478 Fix handling font size. Add QCname property that contains only
25479 unknown properties.
25480 (font_score): Change argument. Change caller. Pay attention to
25481 FONT_PIXEL_SIZE_QUANTUM.
25482 (font_sort_entites, font_list_entities, font_find_for_lface)
25483 (font_open_for_lface, font_open_by_name): Fix handling of font size.
25484 (Ffont_spec): Add QCname property that contains only unknown properties.
25485
bba3e508
SM
25486 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq.
25487 Don't include weight in listing pattern, instead check weight of each
aac0c6e3
MR
25488 listed font. Don't include scalable in pattern. Pay attention to
25489 FONT_PIXEL_SIZE_QUANTUM.
25490
254912008-02-01 Kenichi Handa <handa@m17n.org>
25492
25493 * font.c (font_parse_fcname): Fix parsing of point-size.
25494 (font_unparse_fcname): Produce symbolic names for style properties.
25495 (font_list_entities): Handle float size correctly.
25496 (font_open_by_name): Prefer `normal' property values if the name
25497 doesn't specify them.
25498
25499 * fontset.c (Finternal_char_font): Use font_get_name, not
25500 Ffont_xlfd_name.
25501
25502 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
25503 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
25504 pattern. Don't force scalable.
25505
25506 * xftfont.c (xftfont_open): For generating a name, start from
25507 96-byte buffer.
25508
255092008-02-01 Jan Djärv <jan.h.d@swipnet.se>
25510
25511 * frame.h (x_new_fontset2): Fix prototype.
25512
255132008-02-01 Kenichi Handa <handa@m17n.org>
25514
25515 * font.h (struct font_driver): Delete member parse_name.
25516 (font_match_p, font_get_spec, font_parse_fcname)
25517 (font_unparse_fcname): Extern them.
25518 (font_get_name): Adjust prototype.
25519
25520 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
25521 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
bba3e508
SM
25522 (font_expand_wildcards): Fix handling ENCODING field.
25523 Avoid unnecessary checks for weight, slant, and swidth.
aac0c6e3
MR
25524 (font_parse_fcname): New function.
25525 (font_unparse_fcname): New function.
25526 (font_parse_name): New function.
25527 (font_match_p): New function.
25528 (font_get_name): Change return value to Lisp string.
25529 (font_get_spec): New function.
25530 (Qunspecified, Qignore_defface): Don't extern them.
25531 (font_find_for_lface): Assume that LFACE is fully specified.
25532 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
25533 object, use it for FACE.
25534 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
25535 driver->parse_name.
25536 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
25537
25538 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
25539 prototype.
25540
25541 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
25542 argument F. Don't call Fnew_fontset. Instead, directly call
25543 make_fontset.
25544
25545 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
25546
25547 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
25548 of x_new_fontset2.
25549
25550 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
25551 (Qsans__serif): New variables.
25552 (ftfont_generic_family_list): New variable.
25553 (syms_of_ftfont): Initialize the above variables.
25554 (ftfont_pattern_entity): Delete argument NAME.
25555 (ftfont_list_generic_family): New function.
25556 (ftfont_parse_name): Delete this function.
25557 (ftfont_list): Try generic family only when FcFontList found no font.
25558 (ftfont_list_family): Fix args to FcObjectSetBuild.
25559
25560 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
25561 object in attrs[LFACE_FONT_INDEX].
25562 (set_lface_from_font_name): Cancel all changes for font-backend.
25563 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
25564 function.
25565 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
25566 font object in QCfont attribute.
25567 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
25568 (realize_default_face) [USE_FONT_BACKEND]: Call
25569 set_lface_from_font_and_fontset.
25570
25571 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
25572 "fixed", and signal error here if no suitable font was found.
25573
25574 * xfont.c (xfont_parse_name): Delete this function.
25575
25576 * xftfont.c (xftfont_open): Change coding style of error
25577 handling. Generate fontconfig's fontname pattern.
25578
25579 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
25580 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
25581
25582 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
25583 Both args FONTSET and FONT_OBJECT must be existing ones.
25584
255852008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25586
25587 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
25588
255892008-02-01 Kenichi Handa <handa@m17n.org>
25590
25591 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
25592
25593 * font.h (struct font): Fix typo.
25594
25595 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
25596 XLFD_XXX_INDEX.
25597 (enum xlfd_field_mask): New enum.
ef1b0ba7 25598 (intern_font_field): Change argument. Change caller. If digits
aac0c6e3
MR
25599 are followed by non-digits, return a symbol.
25600 (font_expand_wildcards): New function.
25601 (font_parse_xlfd): Fix wildcard handling.
25602 (Ffont_spec): If :name is specified, reflect the info in the other
25603 properties.
25604
25605 * ftfont.c (ftfont_pattern_entity): Fix typo.
25606 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
25607 locale.
25608
256092008-02-01 Kenichi Handa <handa@m17n.org>
25610
25611 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
25612
25613 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
25614 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
25615 registry doesn't specify encoding part.
25616 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
25617 (font_open_by_name): At first try parsing the name.
25618 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
25619 as Lisp symbols.
25620
25621 * fontset.c (reorder_font_vector): Pay attention to the case that
25622 the 3rd element of font_def is nil.
25623 (fontset_font): For the default fontset, append one more fontset
25624 elements for a script-based font specification. Don't add script
25625 attribute on finding a font.
25626 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
25627 font name.
25628 (fontset_ascii_font): If a font can't be opened, return nil.
25629
25630 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
25631 (ftfont_pattern_entity): New function.
25632 (ftfont_get_cache): Assume that freetype_font_cache is already
25633 initialized.
25634 (ftfont_list): Handle the case that a file is specified in font
25635 name. Use ftfont_pattern_entity to generate entities.
25636 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
25637 (syms_of_ftfont): Initialize freetype_font_cache.
25638
25639 * xftfont.c (xftfont_open): Make the font name fontconfig's
25640 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
25641 (xftfont_close): Free font->font.name if not NULL.
25642
25643 * xfont.c (xfont_list): If script is specified for a font, return
25644 null_vector.
25645 (xfont_list_family): Declare argument type.
25646
25647 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
25648 name, set LFACE_FONT (lface) to nil.
25649
25650 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
25651 return Qnil.
25652
256532008-02-01 Kenichi Handa <handa@m17n.org>
25654
25655 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
25656 (standard_args): Add "-enable-font-backend".
25657
256582008-02-01 Kenichi Handa <handa@m17n.org>
25659
25660 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
25661 (struct xftdraw_list, xftdraw_list): Delete them.
25662 (register_xftdraw, check_xftdraw): Delete them.
25663 (xftfont_prepare_face): Don't call register_xftdraw.
25664 (xftfont_done_face): Don't call check_xftdraw.
25665 (xftfont_draw): Get background color only when with_background is
25666 nonzero.
25667
25668 * xfont.c (xfont_encode_char): Fix calculation of char2b.
25669
256702008-02-01 Kenichi Handa <handa@m17n.org>
25671
25672 These changes are for the new font handling codes.
25673
25674 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
25675 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
25676 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
25677 (FONTSRC, FONTOBJ): New variables.
25678 (obj): Add $(FONTOBJ).
25679 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
25680 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
25681 @LIBOTF_LIBS@.
25682 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
25683 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
25684
25685 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
25686
25687 * character.h (Vscript_representative_chars): Extern it.
25688
25689 * character.c (Vscript_representative_chars): New variable.
25690 (syms_of_character): Declare it as a Lisp variable.
25691
25692 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
25693 enable_font_backend is nonzero, accept the composition method
25694 COMPOSITION_WITH_GLYPH_STRING.
25695
25696 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
25697 enumeration COMPOSITION_WITH_GLYPH_STRING.
25698
25699 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
25700 members clip_x, clip_y, clip_width, and clip_height.
25701 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
25702
25703 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
25704 --enable-font-backend. Call syms_of_font.
25705
25706 * fns.c (assoc_no_quit): New function.
25707
25708 * fontset.h (FONT_INFO_FROM_FACE): New macro.
25709 (face_for_font, new_fontset_from_font)
25710 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
25711
25712 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
25713 (fontset_font, fontset_ascii, face_for_char)
25714 (make_fontset_for_ascii_face, Ffont_info)
25715 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
25716 is nonzero, use font-backend mechanism.
25717 (find_font_encoding): Make it non-static.
25718 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
25719 New functions.
25720
25721 * frame.h (struct frame): New members resx and resy.
25722 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
25723 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
25724
25725 * frame.c [USE_FONT_BACKEND]: Include "font.h".
25726 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
25727
25728 * lisp.h (assoc_no_quit): Extern it.
25729
25730 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
25731 Through out the file, use FONT_INFO_FROM_FACE instead of
25732 FONT_INFO_FROM_ID, use get_per_char_metric instead of
25733 rif->per_char_metric.
25734 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
25735 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
25736 (get_glyph_face_and_encoding, fill_composite_glyph_string)
25737 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
25738 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
25739 nonzero, use font-backend mechanism.
25740 (get_per_char_metric): New function.
25741
25742 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
25743 (set_lface_from_font_name)
25744 (set_font_frame_param, free_realized_face)
25745 (prepare_face_for_display, clear_face_gcs)
25746 (Finternal_set_font_selection_order, realize_x_face)
25747 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
25748 font-backend mechanism.
25749 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
25750 (load_face_font) [USE_FONT_BACKEND]: Abort.
25751 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
25752 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
25753
25754 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
25755 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
25756 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
bba3e508
SM
25757 nonzero, register all available font drivers.
25758 Call x_default_font_parameter for deciding a font.
aac0c6e3
MR
25759 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
25760
25761 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
25762 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
25763 (x_set_glyph_string_clipping_exactly)
25764 (x_compute_glyph_string_overhangs)
25765 (x_draw_glyph_string_foreground)
25766 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
25767 (x_free_frame_resources) [USE_FONT_BACKEND]: If
25768 enable_font_backend is nonzero, use font-backend mechanism.
25769 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
25770
257712008-02-01 Kenichi Handa <handa@m17n.org>
25772
25773 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
25774 system_eol_type.
25775 (syms_of_coding): Initialize system_eol_type.
25776
25777 * process.c (Fset_process_coding_system): Inherit system's eol
25778 format if necessary.
25779
257802008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25781
25782 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
25783
257842008-02-01 Kenichi Handa <handa@m17n.org>
25785
25786 * coding.c (decode_eol): Pay attention to buffer relocation in
25787 del_range_2.
25788 (decode_coding): Call decode_eol before restoring undo_list.
25789
257902008-02-01 Kenichi Handa <handa@m17n.org>
25791
25792 * charset.c (Fdefine_charset_internal): Fix setting of
25793 emacs_mule_bytes.
25794
257952008-02-01 Kenichi Handa <handa@m17n.org>
25796
25797 * keyboard.c (read_char): Check if C is a character or not before
25798 looking up Vkeyboard_translate_table.
25799
258002008-02-01 Kenichi Handa <handa@m17n.org>
25801
bba3e508
SM
25802 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION):
25803 Fix condition to terminate the loop.
aac0c6e3
MR
25804
258052008-02-01 Kenichi Handa <handa@m17n.org>
25806
25807 * coding.c (produce_composition): Compare charbuf[i] instead of
25808 args[i] against 0.
25809 (Fterminal_coding_system): Use EQ to compare Lisp objects.
25810
258112008-02-01 Kenichi Handa <handa@m17n.org>
25812
25813 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
25814 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
25815 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
25816 detect_coding.
25817 (emacs_mule_char): Handle old style (Emacs 20) component character
25818 of a composition.
25819 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
25820 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
25821 composition rule.
25822 (decode_coding_emacs_mule): Handle invalid bytes correctly.
25823
258242008-02-01 Kenichi Handa <handa@m17n.org>
25825
25826 * coding.c (encode_coding_ccl): Allocate destination dynamically
25827 when necessary.
25828
258292008-02-01 Kenichi Handa <handa@m17n.org>
25830
25831 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
25832 the loop. When quitted, show a proper error message.
25833
258342008-02-01 Kenichi Handa <handa@m17n.org>
25835
bba3e508
SM
25836 * xterm.c (x_set_glyph_string_clipping_exactly):
25837 Set src->clip_head and src->clip_tail temporarily instead of src->hl.
aac0c6e3
MR
25838
25839 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
25840 character sequence.
25841 (Fccl_execute_on_string): Use ASET, not XSET.
25842
258432008-02-01 Kenichi Handa <handa@m17n.org>
25844
25845 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
25846
258472008-02-01 Kenichi Handa <handa@m17n.org>
25848
25849 * coding.c (decode_coding): Fix the condition of terminating the
25850 decoding loop.
25851
258522008-02-01 Kenichi Handa <handa@m17n.org>
25853
25854 * data.c (Faset): On setting a character bigger than 255 in a
25855 unibyte string, signal an error instead of make the string multibyte.
25856
258572008-02-01 Kenichi Handa <handa@m17n.org>
25858
25859 * charset.c (map_charset_chars): Fix for ascii-compatible charset
25860 made by a mapping table.
25861
258622008-02-01 Kenichi Handa <handa@m17n.org>
25863
25864 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
25865 not.
25866 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
25867 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
25868
bba3e508
SM
25869 * xterm.c (x_draw_composite_glyph_string_foreground):
25870 Check s->face is NULL or not.
aac0c6e3
MR
25871
258722008-02-01 Kenichi Handa <handa@m17n.org>
25873
25874 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
25875 (x_draw_glyph_string): Fix drawing of right_overhang and
25876 left_overhang around/on cursor.
25877
25878 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
25879
258802008-02-01 Kenichi Handa <handa@m17n.org>
25881
25882 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
25883
258842008-02-01 Kenichi Handa <handa@m17n.org>
25885
25886 * coding.c (Fdefine_coding_system_internal)
25887 (Fdefine_coding_system_alias): Avoid a duplicated element in
25888 Vcoding_system_alist.
25889
258902008-02-01 Kenichi Handa <handa@m17n.org>
25891
25892 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
25893
25894 * coding.c (Qcoding_system_define_form): New variable.
25895 (syms_of_coding): Intern and staticpro it.
25896 (Fcoding_system_p): Check Qcoding_system_define_form.
25897 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
25898
25899 * coding.h (CODING_SYSTEM_P): If ID is not available, call
25900 Fcoding_system_p.
25901 (CHECK_CODING_SYSTEM): If ID is not available, call
25902 Fcheck_coding_system.
25903 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
25904 Try also Fcheck_coding_system.
25905
259062008-02-01 Kenichi Handa <handa@m17n.org>
25907
25908 * coding.c (code_conversion_restore): GCPRO arg.
25909
259102008-02-01 Kenichi Handa <handa@m17n.org>
25911
25912 * character.c (lisp_string_width): Check multibyteness of STRING.
25913
259142008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25915
25916 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
25917 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
25918 (decode_mac_font_name): Use decode_coding_c_string instead of
25919 decode_coding.
bba3e508
SM
25920 (x_load_font): Initialize fontp->fontset to -1.
25921 Set fontp->encoding_type.
aac0c6e3
MR
25922
259232008-02-01 Kenichi Handa <handa@m17n.org>
25924
25925 * search.c (search_buffer): Give up BM search on case-fold-search
25926 if one of a target character has a case-equivalence of different
3b59c351 25927 byte length even if that target character is an ASCII.
aac0c6e3
MR
25928 (simple_search): Fix calculation of byte length of matched text.
25929 (boyer_moore): Fix handling of case-equivalent multibyte characters.
25930
259312008-02-01 Kenichi Handa <handa@m17n.org>
25932
25933 * coding.c (decode_coding): Fix handling of invalid bytes.
25934
259352008-02-01 Kenichi Handa <handa@m17n.org>
25936
25937 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
25938 Unicode characters.
25939
259402008-02-01 Kenichi Handa <handa@m17n.org>
25941
25942 * coding.c (encode_coding_object): If a pre-write-conversion
25943 function makes a new buffer, kill it.
25944
259452008-02-01 Kenichi Handa <handa@m17n.org>
25946
25947 * coding.c (QCascii_compatible_p): New variable.
25948 (syms_of_coding): Initialize it.
25949 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
25950 calling string_char.
25951 (record_conversion_result): Add `default:' case.
25952 (coding_charset_list): Delete unused variable `coding_type'.
25953 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
25954 property in the plist of the coding system.
25955 (Fcoding_system_put): Check QCascii_compatible_p.
25956
259572008-02-01 Miles Bader <miles@gnu.org>
25958
25959 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
25960 removed calculation of frame `f', as it's now used.
25961
259622008-02-01 Kenichi Handa <handa@m17n.org>
25963
25964 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
25965 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
25966 (UNIDATA): New variable.
25967 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
bba3e508
SM
25968 (bootstrap-emacs${EXEEXT}): Depends on charprop.el.
25969 Run $(RUN_TEMACS) unconditionally.
aac0c6e3
MR
25970
259712008-02-01 Kenichi Handa <handa@m17n.org>
25972
25973 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
25974 (admindir): New variable.
25975 ($(lispsource)international/charprop.el): New target.
25976
259772008-02-01 Miles Bader <miles@gnu.org>
25978
25979 * character.c (chars-in-region): Remove obsolete function.
25980 (syms_of_character): Remove its initialization.
25981
259822008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
25983
25984 * w32select.c (validate_coding_system)
25985 (setup_windows_coding_system): New functions.
bba3e508
SM
25986 (convert_to_handle_as_coded, Fw32_get_clipboard_data):
25987 Use setup_windows_coding_system.
25988 (setup_config, Fw32_get_clipboard_data):
25989 Use validate_coding_system.
aac0c6e3
MR
25990 (Fx_selection_exists): Move call to setup_config to a place
25991 where signals are allowed.
25992
25993 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
25994 (Fcheck_coding_system): Add declarations.
25995
259962008-02-01 Kenichi Handa <handa@m17n.org>
25997
25998 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
25999
260002008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26001
26002 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
26003 string as the second argument for x_new_fontset.
26004
260052008-02-01 Kenichi Handa <handa@m17n.org>
26006
26007 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
26008 (encode_coding_object): Use safe_call instead of call2.
26009
260102008-02-01 Kenichi Handa <handa@m17n.org>
26011
26012 * fontset.c (Fset_fontset_font): Check family element of a given vector.
26013
26014 * Makefile.in (lisp): Include charprop.el.
26015
260162008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26017
26018 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
26019 Not sure if it's unnecessary.
26020
260212008-02-01 Steven Tamm <steventamm@mac.com>
26022
26023 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
26024 some possibly unnecessary fontset checking code that crashed
26025 when creating a new frame.
26026
260272008-02-01 Kenichi Handa <handa@m17n.org>
26028
26029 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
26030 lookup_face.
26031
26032 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
26033
26034 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
26035
260362008-02-01 Kenichi Handa <handa@m17n.org>
26037
26038 * coding.c: Cancel the change done in HEAD on 2008-02-01.
26039 (coding_charset_list): New function.
26040
26041 * coding.h (coding_charset_list): Extern it.
26042
260432008-02-01 Kenichi Handa <handa@m17n.org>
26044
26045 * fontset.c (Fset_fontset_font): Call find_font_encoding with
26046 concatenation of family and registry.
26047
260482008-02-01 Kenichi Handa <handa@m17n.org>
26049
26050 * character.h (BYTE8_STRING): Fix typo.
26051
26052 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
26053 string to multibyte (sync to HEAD).
26054
26055 * casefiddle.c (casify_region): Handle changes in byte-length
26056 using replace_range_2 (sync to HEAD).
26057
260582008-02-01 Andreas Schwab <schwab@suse.de>
26059
26060 * chartab.c (map_char_table): GCPRO table and arg.
26061
260622008-02-01 Kenichi Handa <handa@m17n.org>
26063
26064 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
26065 already at limit.
26066
260672008-02-01 Kenichi Handa <handa@m17n.org>
26068
26069 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
26070 instead of fast_c_string_match_ignore_case.
bba3e508
SM
26071 (find_font_encoding): Change argument to Lisp_Object.
26072 Use fast_string_match_ignore_case instead of
aac0c6e3
MR
26073 fast_c_string_match_ignore_case. Change caller.
26074
260752008-02-01 Kenichi Handa <handa@m17n.org>
26076
26077 * xdisp.c (get_next_display_element): In unibyte case, decide to
26078 display in octal form by checking a character by
26079 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
26080
26081 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
26082
26083 * character.c (unibyte_has_multibyte_table): New variable.
26084
26085 * character.h (unibyte_has_multibyte_table): Extern it.
26086 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
26087
260882008-02-01 Kenichi Handa <handa@m17n.org>
26089
26090 * coding.c (encode_coding_iso_2022): Fix handling of charset
26091 annotation.
26092
260932008-02-01 Kenichi Handa <handa@m17n.org>
26094
26095 * coding.c (setup_coding_system): If coding_system is nil, use
26096 Qundecided.
26097 (Fterminal_coding_system): Return nil if terminal coding system is
26098 `undecided'.
bba3e508
SM
26099 (syms_of_coding): Define coding-system `undecided' here.
26100 Setup terminal_coding as `undecided'.
aac0c6e3
MR
26101
261022008-02-01 Kenichi Handa <handa@m17n.org>
26103
bba3e508
SM
26104 * xdisp.c (message_dolog, set_message_1):
26105 Call unibyte_char_to_multibyte with arg type int.
aac0c6e3
MR
26106
26107 * lread.c (read1): Fix reading of a char-table.
26108
26109 * print.c (print_object): Include sub char-table in circularities
26110 detection.
26111
261122008-02-01 Kenichi Handa <handa@m17n.org>
26113
26114 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
26115 Append the found sequences in car of ARGS instead of prepending.
26116
261172008-02-01 Kenichi Handa <handa@m17n.org>
26118
26119 * fileio.c (report_file_error): Make a unibyte string from
26120 strerror (errorno).
26121 (Fsubstitute_in_file_name): Fix the arg to
26122 unibyte_char_to_multibyte. It is evaluated twice.
26123
261242008-02-01 Kenichi Handa <handa@m17n.org>
26125
26126 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
26127
261282008-02-01 Kenichi Handa <handa@m17n.org>
26129
26130 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
26131 BOM is not found.
26132 (detect_coding, detect_coding_system): Optimization for ISO-2022
26133 when no 8-bit data is found.
26134
261352008-02-01 Jason Rumney <jasonr@gnu.org>
26136
26137 * w32fns.c (x_to_w32_font): Update to use new coding struct.
26138
261392008-02-01 Kenichi Handa <handa@m17n.org>
26140
26141 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
26142 CHARS.
26143
261442008-02-01 Steven Tamm <steventamm@mac.com>
26145
26146 * macterm.c (mac_encode_char): Add charset argument and update
26147 to use encoding_type.
26148 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
26149 switch to pure fontset.
26150 (decode_mac_font_name): Temporarily remove decoding.
26151 (x_font_name_to_mac_font_name): Temporarily remove encoding.
26152 (x_load_font): Temporarily remove encoding.
26153
261542008-02-01 Kenichi Handa <handa@m17n.org>
26155
26156 * xfaces.c (Fface_font): If frame is not on a window system,
26157 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
26158 refer to face->font.
26159 (split_font_name_into_vector, build_font_name_from_vector)
26160 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
26161 when HAVE_WINDOW_SYSTEM is defined.
26162
261632008-02-01 Kenichi Handa <handa@m17n.org>
26164
26165 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
26166 (x_produce_glyphs): Fix setting of members of cmp in case
26167 cmp->glyph_len is zero.
26168
26169 * fontset.c (Fset_fontset_font): Fix docstring.
26170 (Ffontset_info): Make it backward compatible. New arg ALL.
26171
261722008-02-01 Kim F. Storm <storm@cua.dk>
26173
26174 * process.c (read_process_output): Grow decoding_buf when needed;
26175 this could cause a crash in allocate_string and compact_small_strings.
26176
261772008-02-01 Kenichi Handa <handa@m17n.org>
26178
26179 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
26180
261812008-02-01 Kenichi Handa <handa@m17n.org>
26182
26183 * coding.c (setup_coding_system): Set coding->common_flags
26184 correctly for raw-text.
26185 (consume_chars): On encoding unibyte text by raw-text, don't check
26186 multibyte form.
26187 (encode_coding): On encoding by raw-text, never use translation tables.
26188
26189 * fileio.c (e_write): Short cut for the case of no encoding.
26190
261912008-02-01 Kenichi Handa <handa@m17n.org>
26192
26193 * coding.c (detect_coding, detect_coding_system): Delete unused
26194 variables.
26195
261962008-02-01 Kenichi Handa <handa@m17n.org>
26197
26198 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
26199 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
26200
262012008-02-01 Kenichi Handa <handa@m17n.org>
26202
bba3e508
SM
26203 * coding.c (Ffind_coding_systems_region_internal):
26204 Include raw-text and no-conversion in the result.
aac0c6e3
MR
26205
262062008-02-01 Kenichi Handa <handa@m17n.org>
26207
26208 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
26209 (load_font_get_repertory): Delete unnecessary check of ENCODING of
26210 FONT_DEF.
26211 (font_def_arg, add_arg, from_arg, to_arg): New args.
26212 (set_fontset_font): Change argument.
26213 (Fset_fontset_font): Fix for the case that TARGET is a script
26214 name and charset name.
26215 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
26216
262172008-02-01 Kenichi Handa <handa@m17n.org>
26218
26219 * fontset.c (fontset_font): Rename from fontset_face. Change return
26220 value.
26221 (face_suitable_for_char_p, face_for_char): Adjust for the change
26222 of fontset_font.
26223 (make_fontset_for_ascii_face): Fix setting of the fontset element
26224 for ASCII.
26225 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
26226 to get a font name.
26227 (Ffontset_info): Adjust for the change of fontset_font.
26228
26229 * coding.c (emacs_mule_char): Check invalid code more rigidly.
26230
26231 * character.h (LEADING_CODE_LATIN_1_MIN)
26232 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
26233
262342008-02-01 Kenichi Handa <handa@m17n.org>
26235
26236 * editfns.c (check_translation): New function.
26237 (Ftranslate_region_internal): Handle M:N mapping.
26238
262392008-02-01 Kenichi Handa <handa@m17n.org>
26240
26241 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
26242
262432008-02-01 Kenichi Handa <handa@m17n.org>
26244
26245 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
26246 goto invalid_code.
26247 (decode_coding_iso_2022): Fix handling of invalid designation.
26248
26249 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
26250 after calling code_conversion_save.
26251
262522008-02-01 Kenichi Handa <handa@m17n.org>
26253
26254 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
26255
26256 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
26257
26258 * fontset.c: Include "intervals.h".
26259 (fontset_face): Fix comparing of Lisp_Objects.
bba3e508
SM
26260 (free_face_fontset, new_fontset_from_font_name):
26261 Fix Lisp_Object/int mixup.
aac0c6e3
MR
26262
26263 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
26264
26265 * coding.c: Add many prototypes for static functions.
26266 (get_translation_table): Allow max_lookup to be NULL.
26267 (decode_coding, Ffind_coding_systems_region_internal)
bba3e508
SM
26268 (Funencodable_char_position, Fcheck_coding_systems_region):
26269 Call get_translation_table with max_lookup NULL.
aac0c6e3
MR
26270
262712008-02-01 Kenichi Handa <handa@m17n.org>
26272
26273 * coding.c (get_translation_table): Declare it as Lisp_Object.
26274 (LOOKUP_TRANSLATION_TABLE): New macro.
26275 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
26276 instead of CHAR_TABLE_REF.
26277
262782008-02-01 Kenichi Handa <handa@m17n.org>
26279
26280 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
26281 annotation data format.
26282 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
26283 Change arguments FROM and TO to single argument NCHARS. Change caller.
26284 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
26285 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
26286 (decode_coding_ccl, decode_coding_charset): Pay attention to
26287 coding->charbuf_used.
26288 (get_translation): New function.
26289 (produce_chars): New arguments translation_table and last_block.
26290 Translate characters here. Return number of carryover chars.
26291 Change caller.
26292 (produce_composition): New argument pos. Change caller.
26293 Adjust for the change of annotation data format.
26294 (produce_charset, produce_annotation): Likewise.
26295 (decode_coding, encode_coding): Don't call translate_chars.
26296 (consume_chars): New arg translation_table. Change caller.
26297 (translate_chars): Delete.
26298 (syms_of_coding): Make translation-table's number of extra slots 2.
26299
263002008-02-01 Kenichi Handa <handa@m17n.org>
26301
26302 * search.c (simple_search): Fix setting this_pos_byte in backward
26303 search.
26304
26305 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
26306 byte sequence.
26307 (detect_coding_ccl): Fix setting of the variable valids.
26308
263092008-02-01 Kenichi Handa <handa@m17n.org>
26310
26311 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
26312
26313 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
26314
26315 * editfns.c (Ftranslate_region_internal): Rename from
26316 Ftranslate_region. Accept a char-table in TABLE.
26317 (syms_of_editfns): Defsubr Stranslate_region_internal.
26318
26319 * xfaces.c (set_lface_from_font_name): If a font is specified for
26320 a frame, generate a fontset from the font.
26321 (build_scalable_font_name): If the scalable font is requested for
26322 a specific size, don't change that size.
26323 (try_font_list): Try a scalable font also in the case that a
26324 pattern string is specified.
26325
263262008-02-01 Kenichi Handa <handa@m17n.org>
26327
26328 * xfaces.c (Fface_font): New optional arg CHARACTER.
26329
263302008-02-01 Kenichi Handa <handa@m17n.org>
26331
26332 * charset.h (CHARSET_OFFSET): New macro.
26333
263342008-02-01 Kenichi Handa <handa@m17n.org>
26335
26336 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
26337
26338 * fontset.c (fontset_face): Handle the case that repertory is a
26339 char-table.
26340 (find_font_encoding): Return nil for unknown encoding.
26341 (Fset_fontset_font): Ignore a font of unknown encoding.
26342
263432008-02-01 Kenichi Handa <handa@m17n.org>
26344
26345 * keymap.c (describe_vector): Handle default value of a char table.
26346
26347 * fontset.c (fontset_face): Handle fallback fonts correctly.
26348 (Ffontset_info): Return infomation about fallback fonts.
26349
263502008-02-01 Kenichi Handa <handa@m17n.org>
26351
26352 * fontset.c (FONTSET_DEFAULT): New macro.
26353 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
26354 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
26355 the case that it is nil.
26356 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
26357 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
26358
26359 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
26360 subset or superset.
26361
263622008-02-01 Kenichi Handa <handa@m17n.org>
26363
26364 * emacs.c (main): Call init_charset after syms_of_XXX.
26365
26366 * charset.c (Vcharset_map_directory): Delete.
26367 (Vcharset_map_path): New variable.
26368 (load_charset_map_from_file): Use Vcharset_map_path instead.
26369 (init_charset): Initialize Vcharset_map_path.
26370 (syms_of_charset): Delete declaration of "charset-map-directory",
26371 add declaration of "charset-map-path".
26372
263732008-02-01 Kenichi Handa <handa@m17n.org>
26374
26375 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
26376 ASCII only string.
26377
26378 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
26379
26380 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
26381 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
26382
263832008-02-01 Kenichi Handa <handa@m17n.org>
26384
26385 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
26386
26387 * coding.c (QCmnemonic, QCdefalut_char)
26388 (QCdecode_translation_table, QCencode_translation_table)
26389 (QCpost_read_conversion, QCpre_write_conversion): New variables.
26390 (get_translation_table): Return a list of translation tables if
26391 necessary.
26392 (decode_coding): Call get_translation_table with ENCODEP 0.
26393 (char_encodable_p): If translation_table is non-nil, always call
26394 translate_char.
26395 (Fdefine_coding_system_internal): Accept list of translation
26396 tables as :encode-translation-table and :decode-translation-table.
26397 (Fcoding_system_put): New function.
bba3e508
SM
26398 (syms_of_coding): Declare new symbols.
26399 Defsubr Scoding_system_put.
aac0c6e3
MR
26400 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
26401 typically JISX0212.
26402
26403 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
26404 when the charset is superset type.
26405
26406 * character.c (translate_char): Accept list of translation tables.
26407
264082008-02-01 Kenichi Handa <handa@m17n.org>
26409
26410 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
26411 (CODING_ATTR_TRANS_TBL): New macro.
26412
26413 * coding.c (get_translation_table): New function.
26414 (translate_chars): Fix the bug of skipping annotation data.
26415 (decode_coding, encode_coding): Utilize get_translation_table.
26416 (char_encodable_p, Funencodable_char_position): Translate char if
26417 necessary.
26418 (Ffind_coding_systems_region_internal)
26419 (Fcheck_coding_systems_region): Setup translation table for encode
26420 in a coding system attribute vector in advance.
26421 (Fdefine_coding_system_internal): Allow a symbol as translation
26422 table. For shift-jis type coding system, allow 4th charset.
26423
264242008-02-01 Kenichi Handa <handa@m17n.org>
26425
26426 * coding.c (decode_coding_sjis): Check the first byte rigidly.
26427
26428 * xdisp.c (get_next_display_element): Pass -1 as POS to
26429 FACE_FOR_CHAR if displaying a C-string.
26430
264312008-02-01 Kenichi Handa <handa@m17n.org>
26432
26433 * composite.c (get_composition_id): Handle xoff and yoff in a
26434 composition rule.
26435
26436 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
26437 (struct composition): New member lbearing and rbearing.
26438
26439 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
26440 (x_get_glyph_overhangs): Handle a composition glyph.
26441 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
26442
26443 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
26444 composition glyph.
26445
264462008-02-01 Kenichi Handa <handa@m17n.org>
26447
26448 * print.c: Include charset.h.
26449 (Vprint_charset_text_property): New variable.
26450 (Qdefault): Extern it.
26451 (PRINT_STRING_NON_CHARSET_FOUND)
26452 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
26453 (print_check_string_result): New variable.
26454 (print_check_string_charset_prop): New function.
26455 (print_prune_charset_plist): New variable.
26456 (print_prune_string_charset): New function.
26457 (print_object): Call print_prune_string_charset if
26458 Vprint_charset_text_property is not t.
26459 (print_interval): Print nothing if interval->plist is nil.
26460 (syms_of_print): Declare Vprint_charset_text_property as a lisp
26461 variable. Init and staticpro print_prune_charset_plist.
26462
264632008-02-01 Kenichi Handa <handa@m17n.org>
26464
26465 * fontset.c (new_fontset_from_font_name): Use the specified font
26466 for all characters in the new fontset.
26467
26468 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
26469 OBJECT args.
26470
26471 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
26472 OBJECT args for composition too.
26473
26474 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
26475 OBJECT args.
26476
264772008-02-01 Kenichi Handa <handa@m17n.org>
26478
26479 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
26480
26481 * fontset.c (reorder_font_vector): Adjust for the change of
26482 FONT_DEF format.
26483 (fontset_face): New arg id. Change caller.
26484 (face_for_char): New args pos and object.
26485 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
26486 (fs_query_fontset): Check NAME by Fassoc too.
26487 (Fset_fontset_font): Allow non-XLFD font name.
26488 (Ffontset_info): Adjust for the change of FONT_DEF format.
26489
26490 * fontset.h (face_for_char): Adjust prototype.
26491
26492 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
26493 (append_space, extend_face_to_end_of_line)
26494 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
26495 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
26496
26497 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
26498 POS and OBJECT args.
26499
26500 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
26501 POS and OBJECT args.
26502
265032008-02-01 Jason Rumney <jasonr@gnu.org>
26504
26505 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
26506 of GlobalAlloc'ed memory.
26507
265082008-02-01 Kenichi Handa <handa@m17n.org>
26509
26510 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
26511
26512 * charset.h (charset_table_used): Delete extern.
26513
26514 * charset.c (charset_table_used): Make it static.
26515 (map_charset_chars): Fix args to c_function with.
26516
26517 * chartab.c (map_sub_char_table_for_charset): Fix args to
26518 c_function with.
26519
bba3e508
SM
26520 * coding.h (enum coding_result_code):
26521 Delete CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
aac0c6e3
MR
26522
26523 * coding.c (Qinsufficient_source, Qinconsistent_eol)
26524 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
26525 (Vlast_code_conversion_error): New variables.
26526 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
26527 (ONE_MORE_BYTE): Record error if any instead of signaling an
26528 error. If non-ASCII multibyte char is found, return the negative
26529 value of the code. All callers changed to check it.
26530 (ONE_MORE_BYTE_NO_CHECK): Likewise.
26531 (record_conversion_result): New function. Change all codes setting
26532 coding->result to call this function.
26533 (detect_coding_utf_8, decode_coding_utf_8)
26534 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
26535 Don't use the local variable incomplete.
26536 (emacs_mule_char): Change the second arg to `const'.
26537 (decode_coding): Fix of flushing out unprocessed data.
26538 (make_conversion_work_buffer): Fix making of a work buffer.
26539 (decode_coding_object): Return coding->dst_object.
26540
26541 * fontset.c (set_fontset_font): Fix args.
26542
26543 * lisp.h (CHARACTERBITS): Define as 22.
26544
26545 * process.c (send_process): Be sure to set coding->src_multibyte.
26546
26547 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
26548
265492008-02-01 Kenichi Handa <handa@m17n.org>
26550
26551 * xdisp.c (handle_auto_composed_prop): Give limit to
26552 Fnext_single_char_property_change.
26553
265542008-02-01 Kenichi Handa <handa@m17n.org>
26555
26556 * composite.c (syms_of_composite): Don't make the composition hash
26557 table weak.
26558
26559 * fontset.c (Fset_fontset_font): Fix docstring.
26560
26561 * lisp.h (detect_coding_system): Adjust prototype.
26562
26563 * fileio.c (kill_workbuf_unwind): Delete this function.
26564 (Finsert_file_contents): Adjust the call of detect_coding_system.
26565 Get conversion_buffer by code_conversion_save. Use the macro
26566 CODING_MAY_REQUIRE_DECODING. After decoding, update
26567 coding_system.
26568
26569 * coding.h (make_conversion_work_buffer): Delete extern.
26570 (code_conversion_save): Extern it.
26571
26572 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
26573 (CODING_GET_INFO): Delete argument eol_type. Change callers.
26574 (decode_coding_utf_8): Don't do eol converion.
26575 (detect_coding_utf_16): Check coding->src_chars, not
26576 coding->src_bytes. Add heuristics for those that have no signature.
26577 (decode_coding_emacs_mule, decode_coding_iso_2022)
26578 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
26579 Don't do eol converion.
26580 (adjust_coding_eol_type): Return a new coding system.
26581 (detect_coding): Don't detect eol. Fix for utf-16 detection.
26582 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
26583 each change.
26584 (decode_coding): Pay attention to undo_list. Do eol conversion for
26585 all types of coding-systems (if necessary).
26586 (Vcode_conversion_work_buf_list): Delete it.
26587 (Vcode_conversion_reused_workbuf): Rename from
26588 Vcode_conversion_reused_work_buf.
26589 (Vcode_conversion_workbuf_name): New variable.
26590 (reused_workbuf_in_use): New variable.
26591 (make_conversion_work_buffer): Delete the arg DEPTH.
26592 (code_conversion_restore): Change argument to cons.
26593 (code_conversion_save): Delete the argument BUFFER. Change callers.
26594 (detect_coding_system): New argument src_chars. Change callers.
26595 Fix for utf-16 detection.
26596 (init_coding_once): Don't use ISO_carriage_return.
26597 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
26598 reused_workbuf_in_use.
26599
266002008-02-01 Kenichi Handa <handa@m17n.org>
26601
26602 * keymap.c (store_in_keymap): Pay attention to the case that idx
26603 is a cons specifying a character range.
26604
266052008-02-01 Kenichi Handa <handa@m17n.org>
26606
26607 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
26608 HANDLED_RECOMPUTE_PROPS.
26609
26610 * coding.c (Fdefine_coding_system_internal): Fix checking of
26611 ascii compatibility.
26612
266132008-02-01 Kenichi Handa <handa@m17n.org>
26614
26615 * charset.c (find_charsets_in_text): Delete unused locale variable.
26616 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
26617
26618 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
26619 Resync charset_list to Vemacs_mule_charset_list.
26620
26621 * keymap.c (store_in_keymap): Pay attention to the case that idx
26622 is a cons specifying a character range.
26623
266242008-02-01 Kenichi Handa <handa@m17n.org>
26625
26626 * composite.c (update_compositions): Bind inhibit-read-only, etc
26627 to t before calling remove-list-of-text-properties.
26628
26629 * print.c (print_object): Always print ASCII chars as is.
26630
266312008-02-01 Kenichi Handa <handa@m17n.org>
26632
26633 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
26634
26635 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
26636 is a char table.
26637
266382008-02-01 Kenichi Handa <handa@m17n.org>
26639
26640 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
26641
266422008-02-01 Kenichi Handa <handa@m17n.org>
26643
26644 * xfaces.c (set_lface_from_font_name): Fix for the case that
26645 FONTNAME is not fontset name.
26646
266472008-02-01 Kenichi Handa <handa@m17n.org>
26648
26649 * fns.c (base64_encode_1): Fix previous change.
26650
266512008-02-01 Kenichi Handa <handa@m17n.org>
26652
26653 * fontset.c (set_fontset_font): New function.
26654 (Fset_fontset_font): If a font is specified for a charset, use
26655 map_charset_chars to store the font spec in a fontset.
26656
266572008-02-01 Kenichi Handa <handa@m17n.org>
26658
26659 * fontset.c (fontset_face): Create a fallback fontset on demand.
26660 (make_fontset): Don't create a fallback fontset here.
26661 (free_face_fontset): Free a fallback fontset (if any) too.
26662 (n_auto_fontsets): Delete this variable.
26663 (auto_fontset_alist): New variable.
26664 (new_fontset_from_font_name): Check auto_fontset_alist.
26665 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
26666 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
26667 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
26668 Defsubr Sfontset_list_all.
26669
266702008-02-01 Kenichi Handa <handa@m17n.org>
26671
26672 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
26673
266742008-02-01 Kenichi Handa <handa@m17n.org>
26675
26676 * fontset.c (Fnew_fontset): Check NAME more rigidly.
26677
266782008-02-01 Kenichi Handa <handa@m17n.org>
26679
26680 * editfns.c (Fgoto_char): Fix docstring.
26681
266822008-02-01 Kenichi Handa <handa@m17n.org>
26683
26684 * insdel.c (insert_from_gap): Adjust intervals correctly.
26685
266862008-02-01 Jason Rumney <jasonr@gnu.org>
26687
26688 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
26689 (pfnGetFontUnicodeRanges): New dynamically loaded function.
26690 (w32_initialize): Try to load it.
26691 (x_get_font_repertory): Use it if available.
26692 (w32_encode_char): Add shortcut for unicode output.
26693
26694 * w32fns.c (w32_load_system_font): Default charset to -1.
26695 (x_to_w32_charset): Match all fonts for unicode.
26696 (w32_to_x_charset): New parameter matching. Don't return partial
26697 or wildcard charsets.
26698 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
26699 (w32_codepage_for_font): Return CP_UNICODE for unicode.
26700 (w32_to_x_font): Match charset to real charset.
26701 (enum_font_cb2): Always list unicode versions.
26702
26703 * makefile.w32-in (temacs): Increase EMHEAP.
26704
267052008-02-01 Jason Rumney <jasonr@gnu.org>
26706
26707 * w32term.c (w32_encode_char): New charset parameter.
26708 font_info.encoding becomes encoding_type.
26709 (x_get_font_repertory): New function. Warning: stub only!
26710 (x_new_font): Return quickly if font already set.
26711 (x_new_fontset): fontsetname parameter is Lisp_Object.
26712 Use new fs_query_fontset. Try new_fontset_from_font_name.
26713 Use fontset_name for return value.
26714
26715 * w32term.h: Declare x_get_font_repertory.
26716
26717 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
26718 place of find_charset_in_text. Use encode_coding_object in place
26719 of encode_coding.
26720 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
26721 decode_coding.
26722
26723 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
26724 of x_new_fontset.
26725 (w32_load_system_font): Initialize charset as unicode.
26726 font_info.encoding becomes encoding_type.
26727 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
26728 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
26729 (syms_of_w32fns): Set get_font_repertory_func.
26730
26731 * w32console.c: Include character.h. Use terminal_encode_buffer
26732 from term.c.
bba3e508
SM
26733 (write_glyphs): Use new version of encode_terminal_code.
26734 Use encode_coding_object in place of encode_coding.
aac0c6e3
MR
26735
26736 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
26737 encoding becomes encoding_type.
26738
26739 * term.c (terminal_encode_buffer): Make externally visible.
26740
26741 * makefile.w32-in: Add character.h dependancies.
26742 (character.o, chartab.o): New targets.
26743
267442008-02-01 Kenichi Handa <handa@m17n.org>
26745
26746 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
26747 CODING_ID_EOL_TYPE.
26748
267492008-02-01 Andreas Schwab <schwab@suse.de>
26750
26751 * coding.c (produce_chars): Revert last change.
26752
267532008-02-01 Kenichi Handa <handa@m17n.org>
26754
26755 * charset.h (charset_unicode): Extern it.
26756
26757 * charset.c (string_xstring_p): Check by (C >= 0x100).
bba3e508
SM
26758 (find_charsets_in_text): Change format of the arc CHARSETS.
26759 New arg MULTIBYTE.
aac0c6e3
MR
26760 (Ffind_charset_region, Ffind_charset_string): Adjust for the
26761 change of find_charsets_in_text.
26762 (Fsplit_char): Fix doc. Never return unknown.
26763
26764 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
26765
bba3e508
SM
26766 * coding.c (Fdefine_coding_system_alias):
26767 Update Vcoding_system_list.
aac0c6e3
MR
26768
26769 * fontset.c (load_font_get_repertory): Pay attention to the case
26770 that ENCODING of a font is specified by a char-table.
26771
26772 * xterm.c (x_get_font_repertory): Handle the case that the
26773 encoding of font is other than Unicode.
26774
267752008-02-01 Kenichi Handa <handa@m17n.org>
26776
bba3e508
SM
26777 * term.c (encode_terminal_code): Don't handle glyph-table.
26778 Check if a character is encodable by the terminal coding system.
26779 If not, produces proper number of `?'s. Update
aac0c6e3
MR
26780 terminal_encode_buffer and terminal_encode_buf_size if necessary.
26781 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
26782
267832008-02-01 Kenichi Handa <handa@m17n.org>
26784
bba3e508
SM
26785 * term.c (terminal_encode_buffer, terminal_encode_buf_size):
26786 New variables.
aac0c6e3
MR
26787 (encode_terminal_code): Change argument. Encode multiple
26788 characters at once. Store the result of encoding in
26789 terminal_encode_buffer.
26790 (write_glyphs, insert_glyphs): Adjust for the change of
26791 encode_terminal_code.
26792 (term_init): Initialize terminal_encode_buffer and
26793 terminal_encode_buf_size.
26794
26795 * coding.c (consume_chars): If coding->src_object is nil, don't
26796 check annotation.
26797
267982008-02-01 Kenichi Handa <handa@m17n.org>
26799
26800 * character.c (char_string): Use ASCII_CHAR_P instead of
26801 SINGLE_BYTE_CHAR_P.
26802
268032008-02-01 Kenichi Handa <handa@m17n.org>
26804
26805 * xdisp.c (handle_auto_composed_prop): Check if the last
26806 characters of auto-composed region is newly composed with the
26807 following characters.
26808 (handle_composition_prop): Fix checking of point being inside
26809 composition.
26810
268112008-02-01 Kenichi Handa <handa@m17n.org>
26812
26813 * fns.c (concat): Don't change multibyteness of the result by
26814 concatenating an 8-bit character.
26815
26816 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
26817 multibyteness of the result when newelt is an 8-bit character.
26818
268192008-02-01 Dave Love <fx@gnu.org>
26820
26821 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
26822 EMACS_INT.
26823
26824 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
26825
26826 * xfaces.c (face_numeric_value): Declare dim size_t.
26827 (Finternal_lisp_face_equal_p): Remove unused f.
26828
26829 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
26830 (MATRIX_ROW): Remove unused vars.
26831 (draw_glyphs, x_insert_glyphs, fast_find_position)
26832 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
26833 byte/char counts.
26834
26835 * regex.c (regex_compile): Remove unused var.
26836
26837 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
26838
26839 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
26840 (Faccessible_keymaps, where_is_internal): Remove unused vars.
26841
26842 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
26843
26844 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
26845
26846 * fileio.c (Fwrite_region): Remove unused var.
26847
26848 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
26849 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
26850
26851 * composite.c (Fremove_list_of_text_properties): Declare.
26852
26853 * coding.c (inhibit_pre_post_conversion): Remove (unused).
26854 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
26855 (coding_inherit_eol_type): Remove unused attrs.
26856 (detect_coding): Cast arg of detect_eol.
26857
26858 * charset.c (syms_of_charset): Remove unused var p.
26859 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
26860 byte/char counts.
26861
26862 * casetab.c (set_case_table): Remove unused var.
26863
bba3e508
SM
26864 * window.c (Fdisplay_buffer, Fframe_selected_window):
26865 Remove unused vars.
aac0c6e3
MR
26866
268672008-02-01 Dave Love <fx@gnu.org>
26868
26869 * xterm.c (x_bitmap_mask): Declare.
26870
268712008-02-01 Dave Love <fx@gnu.org>
26872
26873 * xterm.c (x_term_init): Fix type error.
26874
26875 * lisp.h: Add Funibyte_char_to_multibyte.
26876
26877 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
26878 (Fset_coding_system_priority): Doc fix.
26879
26880 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
26881
26882 * indent.c (check_composition): Make start and end EMACS_INT.
26883
26884 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
26885
26886 * xdisp.c (handle_composition_prop, check_point_in_composition):
26887 Make buffer positions EMACS_INT.
26888
26889 * composite.c (find_composition, run_composition_function)
26890 (update_compositions, Ffind_composition_internal): Make buffer
26891 positions EMACS_INT.
26892
bba3e508
SM
26893 * composite.h (find_composition, update_compositions):
26894 Make position args EMACS_INT.
aac0c6e3
MR
26895
26896 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
26897
26898 * intervals.c (get_property_and_range):
26899 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
26900
26901 * unexalpha.c: Don't include varargs.h.
26902
269032008-02-01 Dave Love <fx@gnu.org>
26904
26905 * coding.h (ENCODE_UTF_8): New.
26906
26907 * Makefile.in (gtkutil.o): Depend on coding.h.
26908
26909 * coding.c (Fset_coding_system_priority): Doc fix.
26910
269112008-02-01 Kenichi Handa <handa@m17n.org>
26912
26913 * fileio.c (Finsert_file_contents): Call setup_coding_system in
26914 the case of auto saving.
26915
269162008-02-01 Andreas Schwab <schwab@suse.de>
26917
bba3e508
SM
26918 * chartab.c (map_char_table, map_char_table_for_charset):
26919 Protect `range' from GC.
aac0c6e3
MR
26920
269212008-02-01 Kenichi Handa <handa@m17n.org>
26922
26923 * coding.c (decode_coding_sjis): Check bytes more rigidly.
26924
269252008-02-01 Kenichi Handa <handa@m17n.org>
26926
26927 * fileio.c (choose_write_coding_system): Return a decided coding system.
26928 (Fwrite_region): Set Vlast_coding_system_used to the return value
26929 of choose_write_coding_system.
26930
269312008-02-01 Kenichi Handa <handa@m17n.org>
26932
26933 * charset.c (Fset_charset_priority): Pay attention to duplicated
26934 arguments.
26935
26936 * coding.c (QCcategory): New variable.
26937 (syms_of_coding): Defsym it. Set all elements of
26938 Vcoding_category_table and their symbol values.
26939 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
26940 coding-category-XXX, and coding-category-list.
26941 (Fdefine_coding_system_internal): Add category in the plist.
26942
269432008-02-01 Kenichi Handa <handa@m17n.org>
26944
26945 * callproc.c (Fcall_process): Handle carryover correctly.
26946
26947 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
26948 (raw_text_coding_system): Check NILP (coding_system).
26949 (coding_inherit_eol_type): Check NILP (coding_system) and
26950 NILP (parent).
26951 (consume_chars): Fix for the case of raw-text.
26952
26953 * process.c (read_process_output): Handle carryover correctly.
26954
269552008-02-01 Dave Love <fx@gnu.org>
26956
26957 * regex.c (re_search_2): Fix last change.
26958
269592008-02-01 Kenichi Handa <handa@m17n.org>
26960
26961 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
26962 target_multibyte. Even in a unibyte case, return a converted
26963 multibyte char.
26964 (GET_CHAR_AFTER): New macro.
26965 (PATFETCH): Translate via multibyte char.
26966 (HANDLE_UNIBYTE_RANGE): Delete this macro.
26967 (SETUP_MULTIBYTE_RANGE): New macro.
26968 (regex_compile): Setup compiled code so that its multibyteness
26969 matches that of a target. Fix the handling of "[X-YZ]" using
26970 SETUP_MULTIBYTE_RANGE.
26971 (analyse_first) <charset>: For filling fastmap for all multibyte
26972 characters, don't check by BASE_LEADING_CODE_P.
26973 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
26974 the same as RE_MULTIBYTE_P (bufp) now.
26975 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
26976 (TARGET_CHAR_AND_LENGTH): Delete this macro.
26977 (TRANSLATE_VIA_MULTIBYTE): New macro.
26978 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
26979 It is the same as RE_MULTIBYTE_P (bufp) now.
26980 <exactn>: Translate via multibyte.
bba3e508
SM
26981 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH.
26982 Don't translate it.
aac0c6e3
MR
26983 <charset, charset_not>: Fetch a character by
26984 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
26985 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
26986 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
26987 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
26988 by GET_CHAR_AFTER.
26989 (bcmp_translate): Likewise.
26990
26991 * search.c (compile_pattern): Check the member target_multibyte,
26992 not the member multibyte of buf.
26993
26994 * lread.c (read1): While reading a string, set force_singlebyte
26995 and force_multibyte correctly.
26996
26997 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
26998 up of unibyte_to_multibyte_table.
26999
270002008-02-01 Kenichi Handa <handa@m17n.org>
27001
27002 * coding.c (setup_coding_system): If coding has
27003 post-read-conversion or pre-write-conversion, set
27004 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
27005 respectively.
27006 (decode_coding_gap): Run post-read-conversion if any.
27007
27008 * fileio.c (Finsert_file_contents): Even if we read into a
27009 unibyte buffer, check if we must decode the result or not.
27010
270112008-02-01 Kenichi Handa <handa@m17n.org>
27012
27013 * coding.c (make_conversion_work_buffer): Change the work buffer
27014 name to the same one as that of Emacs 21.
27015
270162008-02-01 Kenichi Handa <handa@m17n.org>
27017
27018 * coding.h (make_conversion_work_buffer): Adjust prototype.
27019 (code_conversion_restore): Don't extern it.
27020
27021 * coding.c (detected_mask): Delete unused variable.
27022 (decode_coding_iso_2022): Pay attention to the byte sequence of
27023 CTEXT extended segment, and retain those bytes as is.
27024 (decode_coding_ccl): Delete unused variable `valids'.
27025 (setup_coding_system): Delete unused variable `category'.
27026 (consume_chars): Delete unused variable `category'. Make it work
27027 for non-multibyte case.
27028 (make_conversion_work_buffer): Change argument.
27029 (saved_coding): Delete unused variable.
27030 (code_conversion_restore): Don't check saved_coding->destination.
27031 (code_conversion_save): New function.
27032 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
27033 instead of record_unwind_protect.
27034 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
27035 (detect_coding_system): Delete unused variable `mask'.
27036 (Fdefine_coding_system_internal): Delete unused variable id.
27037
27038 * fileio.c (kill_workbuf_unwind): New function.
27039 (Finsert_file_contents): On replacing, call
27040 make_conversion_work_buffer with correct args, and call
27041 record_unwind_protect with the first arg kill_workbuf_unwind.
27042
27043 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
27044
270452008-02-01 Kenichi Handa <handa@m17n.org>
27046
27047 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
27048 (fontset_add): Fix for the case that TO is less than TO1.
27049 (Ffontset_info): Don't use fallback fontset on checking the
27050 default fontset.
27051 (dump_fontset): New function for debugging.
27052
27053 * coding.c (Fdefine_coding_system_internal): Fix for the case that
27054 coding_type is Qcharset.
27055
270562008-02-01 Kenichi Handa <handa@m17n.org>
27057
27058 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
27059 (map_char_table): Don't inherit the value from the parent on
27060 initializing VAL. Adjust for the above change.
27061
270622008-02-01 Kenichi Handa <handa@m17n.org>
27063
27064 * coding.c (Qsignature, Qendian): Delete these variables.
27065 (syms_of_coding): Don't initialize them.
27066 (CATEGORY_MASK_UTF_16_AUTO): New macro.
27067 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
27068 detect_info->found.
27069 (decode_coding_utf_16): Don't detect BOM here.
27070 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
27071 is NOT utf_16_without_bom.
27072 (setup_coding_system): For a coding system of type utf-16, check
27073 if the attribute :endian is Qbig or not (not nil or not), and set
27074 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
27075 (detect_coding): If coding type is utf-16 and BOM detection is
27076 required, detect it.
27077 (Fdefine_coding_system_internal): For a coding system of type
27078 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
27079
270802008-02-01 Kenichi Handa <handa@m17n.org>
27081
27082 * coding.c (coding_set_source): Fix for the case that the current
27083 buffer is different from coding->src_object.
27084 (decode_coding_object): Don't use the conversion work buffer if
27085 DST_OBJECT is a buffer.
27086
270872008-02-01 Dave Love <fx@gnu.org>
27088
27089 * lread.c (read_emacs_mule_char) [len==2]: Index
27090 emacs_mule_charset correctly.
27091
270922008-02-01 Dave Love <fx@gnu.org>
27093
27094 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
27095 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
27096 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
27097 treated specially.)
27098 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
27099 (detected_mask): Remove Big5 bits.
27100
271012008-02-01 Kenichi Handa <handa@m17n.org>
27102
27103 The following changes are to make the font rescaling facility
27104 compatible with Emacs 21.
27105
27106 * xfaces.c (Vface_font_rescale_alist): Rename from
27107 Vface_resizing_fonts.
27108 (struct font_name): Rename member resizing_ratio to rescale_ratio.
27109 (font_rescale_ratio): Rename from font_resizing_ratio.
27110 (split_font_name): Set font->rescale_ratio.
27111 (better_font_p): Pay attention to font->rescale_ratio.
27112 (build_scalable_font_name): Likewise. Change RESX, and RESY
27113 fields.
27114 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
27115
271162008-02-01 Kenichi Handa <handa@m17n.org>
27117
27118 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
27119 (Qutf_16_le): Remove these variables.
27120 (syms_of_coding): Don't DEFSYM them.
27121 (decode_coding_utf_16): Fix handling of BOM.
27122 (encode_coding_utf_16): Fix handling of BOM.
27123
271242008-02-01 Kenichi Handa <handa@m17n.org>
27125
27126 * fileio.c (Finsert_file_contents): On replacing, before decoding
27127 the file into the work buffer, set point of the work buffer to the end.
27128
271292008-02-01 Dave Love <fx@gnu.org>
27130
27131 * coding.c (Fcheck_coding_systems_region): Fix type errors.
27132
271332008-02-01 Dave Love <fx@gnu.org>
27134
27135 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
27136 and fix C types.
27137
271382008-02-01 Kenichi Handa <handa@m17n.org>
27139
27140 * xdisp.c (SKIP_GLYPHS): New macro.
27141 (set_cursor_from_row): Pay attention to string display properties.
27142
27143 * category.c (copy_category_entry): Fix for the case that RANGE
27144 is an integer.
27145
27146 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
27147
27148 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
27149
271502008-02-01 Kenichi Handa <handa@m17n.org>
27151
27152 * charset.c (Fcharset_id_internal): New function.
27153 (syms_of_charset): Defsubr it.
27154
27155 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
27156 with the last arg charset_list acquired from coding.
27157 (Fdefine_coding_system_internal): For ccl-based coding system, fix
27158 the attribute coding_attr_ccl_valids.
27159
27160 * coding.h (enum define_coding_ccl_arg_index): Set the first
27161 member coding_arg_ccl_decoder to coding_arg_max.
27162
27163 * ccl.h (ccl_driver): Adjust prototype.
27164
27165 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
27166 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 27167 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
27168 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
27169 last arg Qnil.
27170
271712008-02-01 Kenichi Handa <handa@m17n.org>
27172
27173 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
27174 call encode_char.
27175
27176 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
27177
271782008-02-01 Dave Love <fx@gnu.org>
27179
27180 * composite.c (syms_of_composite): Make composition_hash_table weak.
27181
271822008-02-01 Kenichi Handa <handa@m17n.org>
27183
27184 * dispextern.h (check_face_attributes, generate_ascii_font_name)
27185 (font_name_registry): Don't extern them.
27186 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
27187
27188 * fontset.h (Qfontset): Don't extern it.
27189 (new_fontset_from_font_name): Extern it.
27190
27191 * fontset.c: Give 8 extra slots to fontset objects.
27192 (Qfontset_info): New variable.
27193 (syms_of_fontset): Defsym it.
27194 (FONTSET_FALLBACK): New macro.
27195 (fontset_face): Try also the default fontset.
27196 (make_fontset): Realize a fallback fontset from the default fontset.
27197 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
27198 using split_font_name_into_vector and build_font_name_from_vector.
27199 (Fset_fontset_font): Access the elements of font_spec by enum
27200 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
27201 name by using split_font_name_into_vector.
27202 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
bba3e508
SM
27203 generate a proper font name from the fontset name.
27204 Update Vfontset_alias_alist.
aac0c6e3
MR
27205 (n_auto_fontsets): New variable.
27206 (new_fontset_from_font_name): New function.
27207 (Ffont_info): Store the information about fonts generated from the
27208 default fontset in the first extra slot of the returned char-table.
27209
27210 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
27211 (font_name_registry): Delete function.
27212 (split_font_name_into_vector): New function.
27213 (build_font_name_from_vector): New function.
27214 (font_list): The argument REGISTRY is now a list of registry names.
27215 (choose_face_font): If we are choosing an ASCII font, and ATTRS
27216 specifies an explicit font name, return the name as is. Make a
27217 list of registy names.
27218
27219 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
27220 of x_new_fontset.
27221 (Fx_create_frame): Don't call x_new_fontset here. Just use
27222 x_list_fonts to check the existence of fonts.
27223
27224 * xterm.h (x_new_fontset): Adjust prototype.
27225
27226 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
27227 string. Use new_fontset_from_font_name to create a fontset from a
27228 font name.
27229
272302008-02-01 Kenichi Handa <handa@m17n.org>
27231
27232 * syntax.c (Vfind_word_boundary_function_table): New name for
27233 Vnext_word_boundary_function_table.
27234 (find-word-boundary-function-table): New name for
27235 next-word-boundary-function-table.
27236
272372008-02-01 Dave Love <fx@gnu.org>
27238
27239 * Makefile.in: Fix some dependencies.
27240
27241 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
27242 set it to nil before returning.
27243
27244 * composite.c (update_compositions): Fix type error.
27245
27246 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
27247
272482008-02-01 Kenichi Handa <handa@m17n.org>
27249
27250 * xterm.c (x_new_font): Optimize for the case that the font is
27251 already set for the frame.
27252
272532008-02-01 Kenichi Handa <handa@m17n.org>
27254
27255 * chartab.c (char_table_ascii): Check if the char table contents
27256 is sub-char-table or not.
27257 (char_table_set, char_table_set_range): Fix argument to
27258 char_table_ascii.
27259
27260 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
27261 (detect_coding_utf_8, detect_coding_utf_16)
27262 (detect_coding_emacs_mule, detect_coding_iso_2022)
27263 (detect_coding_sjis, detect_coding_big5)
27264 (detect_coding_ccl, detect_coding_charset): Change argument MASK
27265 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
27266 sequence is valid in this coding system. Change callers.
27267 (MAX_ANNOTATION_LENGTH): New macro.
27268 (ADD_ANNOTATION_DATA): New macro.
bba3e508
SM
27269 (ADD_COMPOSITION_DATA): Change argument. Change callers.
27270 Call ADD_ANNOTATION_DATA. Change the format of annotation data.
aac0c6e3
MR
27271 (ADD_CHARSET_DATA): New macro.
27272 (emacs_mule_char): New argument ID. Change callers.
27273 (decode_coding_emacs_mule, decode_coding_iso_2022)
27274 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
27275 Produce charset annotation data in coding->charbuf.
27276 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
27277 to charset annotation data in coding->charbuf.
27278 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
27279 coding->common_flags if the coding system is iso-2022 based and
27280 uses designation.
27281 (produce_composition): Adjust for the new annotation data format.
27282 (produce_charset): New function.
27283 (produce_annotation): Handle charset annotation.
bba3e508
SM
27284 (handle_composition_annotation, handle_charset_annotation):
27285 New functions.
aac0c6e3
MR
27286 (consume_chars): Handle charset annotation. Utilize the above two
27287 functions.
27288 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
27289 buffer, get the deleted text as a string and set
27290 coding->src_object to that string.
27291 (detect_coding, detect_coding_system): Use the new struct
27292 coding_detection_info.
27293
27294 * coding.h (struct coding_detection_info): New structure.
27295 (struct coding_system): Adjust prototype of the member `detector'.
27296 (CODING_ANNOTATE_CHARSET_MASK): New macro.
27297
272982008-02-01 Kenichi Handa <handa@m17n.org>
27299
27300 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
27301
273022008-02-01 Dave Love <fx@gnu.org>
27303
27304 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
27305 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
27306 to new local and nullify apropos_accumulate before returning.
27307 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
27308
273092008-02-01 Kenichi Handa <handa@m17n.org>
27310
27311 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
27312 correctly.
e3eea1fc 27313
aac0c6e3
MR
273142008-02-01 Dave Love <fx@gnu.org>
27315
27316 * fns.c (Flanginfo): Call synchronize_system_time_locale.
27317
273182008-02-01 Kenichi Handa <handa@m17n.org>
27319
27320 The following changes are to make character composition happen
27321 automatically on displaying.
27322
27323 * Makefile.in (lisp, shortlisp): Add composite.elc.
27324
27325 * composite.h (Qauto_composed, Vauto_composition_function)
27326 (Qauto_composition_function): Extern them.
27327
27328 * composite.c (Vcomposition_function_table)
27329 (Qcomposition_function_table): Delete variables.
27330 (Qauto_composed, Vauto_composition_function)
27331 (Qauto_composition_function): New variables.
27332 (run_composition_function): Don't call
27333 compose-chars-after-function.
27334 (update_compositions): Clear `auto-composed' text property.
27335 (compose_chars_in_text): Delete this function.
27336 (syms_of_composite): Staticpro Qauto_composed and
27337 Qauto_composition_function. Declare Vauto_composition_function as
27338 a Lisp variable.
27339
27340 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
27341
27342 * xdisp.c (it_props): Add an entry for Qauto_composed.
27343 (handle_auto_composed_prop): New function.
27344
27345 * xselect.c (selection_data_to_lisp_data): Don't call
27346 compose_chars_in_text.
27347
273482008-02-01 Dave Love <fx@gnu.org>
27349
27350 * keyboard.c (read_char): Modify checking around use of
27351 Vkeyboard_translate_table.
27352
27353 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
27354 and fix C types.
27355
273562008-02-01 Kenichi Handa <handa@m17n.org>
27357
27358 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
27359 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
27360 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
27361 the case that the last byte is '\r' correctly.
27362 (decode_coding): Flush out the unprocessed data correctly.
27363 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
27364
273652008-02-01 Dave Love <fx@gnu.org>
27366
27367 * xterm.c (XTread_socket): Fix changes for defined keysyms.
27368 Add XK_ISO... case.
27369 (xaw_scroll_callback): Revert last change.
27370
273712008-02-01 Kenichi Handa <handa@m17n.org>
27372
27373 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
27374
273752008-02-01 Kenichi Handa <handa@m17n.org>
27376
27377 * xfaces.c (Vface_resizing_fonts): New variable.
27378 (struct font_name): New member `resizing_ratio'.
27379 (font_resizing_ratio): New function.
27380 (split_font_name): Set font->resizing_ratio.
27381 (better_font_p): Pay attention to font->resizing_ratio.
27382 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
27383 RESX, and RESY fields.
27384 (try_alternative_families): Try scalable fonts if
27385 Vscalable_fonts_allowed is not Qt.
27386 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
27387
273882008-02-01 Dave Love <fx@gnu.org>
27389
27390 * xterm.c (xaw_scroll_callback): Cast correctly.
27391
273922008-02-01 Dave Love <fx@gnu.org>
27393
27394 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
27395 (lispy_kana_keys): Comment out.
27396 (make_lispy_event) [XK_kana_A]: Comment out.
27397
27398 * xterm.c (xaw_scroll_callback): Cast call_data.
27399 (XTread_socket): Deal with ASCII keysyms.
27400 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
27401
274022008-02-01 Dave Love <fx@gnu.org>
27403
27404 * xterm.c (Vx_keysym_table): New.
27405 (syms_of_xterm): Initialize it.
27406 (XTread_socket): Use it.
27407 From head: Eliminate incorrect optimization that tried to avoid
27408 decoding the output of X*LookupString.
27409 (x_get_font_repertory): Delete charset declaration.
27410
274112008-02-01 Kenichi Handa <handa@m17n.org>
27412
27413 * coding.c (detect_coding_charset): If only ASCII bytes are found,
27414 return 0.
bba3e508
SM
27415 (Fdefine_coding_system_internal):
27416 Setup CODING_ATTR_ASCII_COMPAT (attrs) correctly.
aac0c6e3
MR
27417
274182008-02-01 Dave Love <fx@gnu.org>
27419
27420 * coding.c (Fcheck_coding_system): Doc fix.
27421
27422 * editfns.c (Finsert_byte): Return a proper value.
27423
274242008-02-01 Kenichi Handa <handa@m17n.org>
27425
bba3e508
SM
27426 * coding.c (decode_coding): Fix args to translate_chars.
27427 Pay attention to Vstandard_translation_table_for_decode.
aac0c6e3
MR
27428 (encode_coding): Fix args to translate_chars. Pay attention to
27429 Vstandard_translation_table_for_encode.
27430
27431 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
27432 SINGLE_BYTE_CHAR_P.
27433
27434 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
27435 not by SINGLE_BYTE_CHAR_P.
27436
27437 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
27438 SINGLE_BYTE_CHAR_P.
27439
27440 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
27441 SINGLE_BYTE_CHAR_P.
27442
27443 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
27444 by SINGLE_BYTE_CHAR_P.
27445
27446 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
27447 SINGLE_BYTE_CHAR_P.
27448
274492008-02-01 Dave Love <fx@gnu.org>
27450
27451 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
27452
274532008-02-01 Dave Love <fx@gnu.org>
27454
27455 * fns.c (Flanginfo): Fix typo.
27456
27457 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
27458
274592008-02-01 Kenichi Handa <handa@m17n.org>
27460
27461 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
27462 (detect_coding_emacs_mule, detect_coding_iso_2022)
27463 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
27464 incomplete byte sequence. Don't update *mask when correctly detected.
27465 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
27466 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
27467 (detect_coding, detect_coding_system): Adjust for the changes above.
27468
274692008-02-01 Kenichi Handa <handa@m17n.org>
27470
27471 * character.c (char_string): Rename from
27472 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
27473 (string_char): Rename from string_char.
27474
27475 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
27476 if C is greater than MAX_3_BYTE_CHAR.
bba3e508
SM
27477 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE):
27478 Call string_char instead of string_char_with_unification.
aac0c6e3
MR
27479
274802008-02-01 Dave Love <fx@gnu.org>
27481
27482 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
27483
274842008-02-01 Kenichi Handa <handa@m17n.org>
27485
27486 * keymap.c (push_key_description): Pay attention to force_multibyte.
27487
27488 * regex.c (re_search_2): Fix for the case of unibyte buffer.
27489
274902008-02-01 Dave Love <fx@gnu.org>
27491
27492 * charset.c (define_charset_internal): Rename `supprementary'.
27493
27494 * Makefile.in (lisp, shortlisp): Remove latin-N.
27495
274962008-02-01 Dave Love <fx@gnu.org>
27497
27498 * xfns.c (x_window, x_window): Use use_xim.
27499
27500 * xterm.c (use_xim): Initialize.
27501 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
27502 (x_term_init): Maybe set use_xim.
27503
27504 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
27505
275062008-02-01 Kenichi Handa <handa@m17n.org>
27507
27508 * search.c (search_buffer): Fix case-fold-search of multibyte
27509 characters.
27510 (boyer_moore): Rename the last argument to char_high_bits.
27511
275122008-02-01 Kenichi Handa <handa@m17n.org>
27513
27514 * xdisp.c (display_string): Fix for the case of zero width glyph.
27515
27516 * xfns.c (x_set_font): Change the error message of the case that
27517 x_new_fontset returns Qt.
27518
27519 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
27520 (Finternal_set_lisp_face_attribute): Use signal_error for the
27521 error of invalid fontset.
27522
27523 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
27524 fontset, return Qt.
27525
275262008-02-01 Dave Love <fx@gnu.org>
27527
27528 * unexelf.c (unexec): Make .got handling not SGI-specific.
27529
27530 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
27531
27532 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
27533
27534 * keyboard.c (read_key_sequence): Fix type error.
27535
bba3e508
SM
27536 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte):
27537 Fix type error.
aac0c6e3
MR
27538
27539 * fontset.c (fontset_add): Return Lisp_Object.
27540
275412008-02-01 Dave Love <fx@gnu.org>
27542
27543 * charset.h (charset_ordered_list_tick): Declare extern.
27544
275452008-02-01 Kenichi Handa <handa@m17n.org>
27546
27547 The following changes (and some of 2008-02-01 changes of mine) are
27548 for handling syntax, category, and case conversion for unibyte
27549 characters by converting them to multibyte on the fly. With these
27550 changes, we don't have to setup syntax and case tables for unibyte
27551 characters in each language environment.
27552
27553 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
27554 multibyte if necessary.
27555
27556 * bytecode.c (Fbyte_code): Likewise.
27557
27558 * character.h (LEADING_CODE_LATIN_1_MIN)
27559 (LEADING_CODE_LATIN_1_MAX): New macros.
27560 (unibyte_to_multibyte_table): Extern it.
27561 (unibyte_char_to_multibyte): New macro.
27562 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
27563 (CHAR_LEADING_CODE): New macro.
27564 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
27565
27566 * character.c (unibyte_to_multibyte_table): New variable.
27567 (unibyte_char_to_multibyte): Move to character.h and define as macro.
27568 (multibyte_char_to_unibyte): If C is an eight-bit character,
27569 convert it to the corresponding byte value.
27570
27571 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
27572 not 1, signals an error. Update the elements of
27573 unibyte_to_multibyte_table.
27574 (init_charset_once): Initialize unibyte_to_multibyte_table.
27575 (syms_of_charset): Define the charset `iso-8859-1'.
27576
27577 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
27578 as is without converting it to unibyte. In a unibyte buffer,
27579 convert C to multibyte before checking the syntax.
27580
27581 * lisp.h (unibyte_char_to_multibyte): Delete extern.
27582
27583 * minibuf.c (Fminibuffer_complete_word): Use the macro
27584 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
27585
27586 * regex.h (struct re_pattern_buffer): New member target_multibyte.
27587
27588 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
bba3e508
SM
27589 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte.
27590 If that is zero, convert an eight-bit char to multibyte.
aac0c6e3
MR
27591 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
27592 non-emacs case.
27593 (PATFETCH): Convert an eight-bit char to multibyte.
27594 (HANDLE_UNIBYTE_RANGE): New macro.
27595 (regex_compile): Setup the compiled pattern for multibyte chars
27596 even if the given regex string is unibyte. Use PATFETCH_RAW
27597 instead of PATFETCH in many places. To handle `charset'
27598 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
27599 only for ASCII chars.
27600 (analyse_first) <exactn>: Simplify because the compiled pattern
27601 is multibyte.
27602 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
27603 <charset>: Use CHAR_LEADING_CODE to get leading codes.
27604 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
27605 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
27606 multibyte always 1.
27607 (re_search_2): In emacs, set the locale variable multibyte to 1,
27608 otherwise to 0. New local variable target_multibyte. Check it
bba3e508
SM
27609 to decide the multibyteness of STR1 and STR2.
27610 If target_multibyte is zero, convert unibyte chars to multibyte
aac0c6e3
MR
27611 before translating and checking fastmap.
27612 (TARGET_CHAR_AND_LENGTH): New macro.
27613 (re_match_2_internal): In emacs, set the locale variable multibyte
bba3e508
SM
27614 to 1, otherwise to 0. New local variable target_multibyte.
27615 Check it to decide the multibyteness of STR1 and STR2.
27616 Use TARGET_CHAR_AND_LENGTH to fetch a character from D.
aac0c6e3
MR
27617 <charset, charset_not>: If multibyte is nonzero, check fastmap
27618 only for ASCII chars. Call bcmp_translate with
27619 target_multibyte, not with multibyte.
27620 <begline>: Declare the local variable C as `unsigned'.
27621 (bcmp_translate): Change the last arg name to target_multibyte.
27622
27623 * search.c (compile_pattern_1): Don't adjust the multibyteness of
27624 the regexp pattern and the matching target. Set cp->buf.multibyte
27625 to the multibyteness of the regexp pattern. Set
27626 cp->but.target_multibyte to the multibyteness of the matching target.
27627 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
27628 FETCH_STRING_CHAR_ADVANCE.
27629 (Freplace_match): Convert unibyte chars to multibyte.
27630
27631 * syntax.c (char_quoted, back_comment, scan_words)
27632 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
27633 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
27634 unibyte chars to multibyte.
27635 (skip_chars): Delete the arg syntaxp, and move the code for
27636 handling syntaxes to skip_syntaxes. Change callers.
27637 Fix the case that the multibyteness of STRING and the current
27638 buffer doesn't match.
27639 (skip_syntaxes): New function.
27640 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
27641 SINGLE_BYTE_CHAR_P.
27642
276432008-02-01 Kenichi Handa <handa@m17n.org>
27644
27645 * xfaces.c (QCfontset): New variable.
27646 (LFACE_FONTSET): New macro.
27647 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
27648 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
27649 (Finternal_set_lisp_face_attribute)
27650 (Finternal_get_lisp_face_attribute): Handle QCfontset.
27651 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
27652 check also LFACE_FONTSET_INDEX.
27653 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
27654 attrs[LFACE_FONT_INDEX].
27655 (syms_of_xfaces): Intern and staticpro QCfontset.
27656
27657 * dispextern.h (enum lface_attribute_index): New member
27658 LFACE_FONTSET_INDEX.
27659
27660 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
27661
276622008-02-01 Kenichi Handa <handa@m17n.org>
27663
27664 * coding.c (coding_set_destination): Fix coding->destination for
27665 the case converting a region.
27666 (encode_coding_utf_8): Encode eight-bit chars as single byte.
27667 (encode_coding_object): Fix coding->dst_pos and
27668 coding->dst_pos_byte for the case converting a region.
27669
27670 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
27671
27672 * character.h (BYTE8_STRING): New macro.
27673
27674 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
27675
276762008-02-01 Kenichi Handa <handa@m17n.org>
27677
27678 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
27679 characters by octal form.
27680
27681 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
27682
27683 * buffer.h (_fetch_multibyte_char_len): Delete extern.
27684 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
27685 _fetch_multibyte_char_len.
27686 (FETCH_CHAR_AS_MULTIBYTE): New macro.
27687
27688 * casetab.c (set_canon, set_identity, shuffle): Simplify.
27689
27690 * casefiddle.c (casify_object): Simplify. Handle the case that
27691 the case conversion change the byte length.
27692 (casify_region): Likewise.
27693
27694 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
27695
27696 * character.c (_fetch_multibyte_char_len): Delete this variable.
27697 (syms_of_character): Setup Vprintable_chars.
27698
27699 * editfns.c (Fchar_equal): Fix for the unibyte case.
27700 (Finsert_byte): New function.
27701 (syms_of_editfns): Defsubr it.
27702
27703 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
27704 of direct code 0x3ffff.
27705
27706 * search.c (Freplace_match): Fix for the unibyte case.
27707
277082008-02-01 Kenichi Handa <handa@m17n.org>
27709
27710 * lread.c (safe_to_load_p): Fix the logic.
27711
27712 * syntax.c (scan_words): Don't treat characters belonging to
27713 different scripts as constituting a word.
27714
27715 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
27716
27717 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
27718
27719 * emacs.c (main): In the case of --unibyte, instead of aborting on
27720 finding non-empty buffer, make it unibyte.
27721
277222008-02-01 Kenichi Handa <handa@m17n.org>
27723
27724 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
27725 to create a fontset.
27726
277272008-02-01 Dave Love <fx@gnu.org>
27728
27729 * character.c (Funibyte_char_to_multibyte): Doc fix.
27730
27731 * xfns.c [HAVE_STDLIB_H]: Fix last change.
27732
277332008-02-01 Kenichi Handa <handa@m17n.org>
27734
27735 * fontset.c (fontset_add): Make the type `int'.
27736 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
27737
27738 * character.c (unibyte_char_to_multibyte)
27739 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
27740 charset_unibyte, not charset_primary.
27741
27742 * charset.h (charset_unibyte): Extern it instead of charset_primary.
27743
27744 * charset.c (charset_unibyte): Rename from charset_primary.
27745 (Funibyte_charset): Rename from Fprimary_charset.
27746 (Fset_unibyte_charset): Rename from Fset_primary_charset.
27747 (syms_of_charset): Adjust for the above changes.
27748
27749 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
27750 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
27751 it->multibyte_p is zero.
27752
27753 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
27754 Delete extern.
27755
277562008-02-01 Kenichi Handa <handa@m17n.org>
27757
27758 * coding.c (Fdefine_coding_system_internal): Fix category setting
27759 for a coding system of type iso-2022.
27760
277612008-02-01 Kenichi Handa <handa@m17n.org>
27762
27763 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
27764
277652008-02-01 Kenichi Handa <handa@m17n.org>
27766
27767 * syntax.c (Vnext_word_boundary_function_table): New variable.
27768 (next-word-boundary-function-table): Declare it as a Lisp variable
27769 in syms_of_syntax.
27770 (scan_words): Call functions in Vnext_word_boundary_function_table
27771 if any.
27772
27773 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
27774
27775 * fontset.c (fs_load_font): If fontp->charset is not negative,
27776 return fontp without setting its members.
27777
277782008-02-01 Dave Love <fx@gnu.org>
27779
27780 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
27781
27782 * m/sparc.h (HAVE_ALLOCA): Delete.
27783
27784 * s/irix6-5.h: Don't include strings.h.
27785 (bcopy, bzero, bcmp): Don't undef.
27786
27787 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
27788
27789 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
27790 (TIOCSIGSEND): Don't test IRIX6.
27791 (bcopy, bzero, bcmp): Define conditionally.
27792
277932008-02-01 Kenichi Handa <handa@m17n.org>
27794
27795 * buffer.c (Qas, Qmake, Qto): New variables.
27796 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
27797 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
27798
27799 * callproc.c (Fcall_process): Don't call insert_1_both directly if
27800 we are inserting a process output into a multibyte buffer.
27801
27802 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
27803 multibyte_char_to_unibyte.
27804
27805 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
27806 by the primary charset, make it eight-bit char.
27807 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
27808
27809 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
27810 (charset_8_bit__control, charset_8_bit_graphic)
27811 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
27812 (define_charset_internal): New function.
27813 (syms_of_charset): Call define_charset_internal for pre-defined
27814 charsets.
27815
27816 * charset.h (charset_8_bit): Extern it.
27817
27818 * coding.c (make_conversion_work_buffer): Adjust for the change
27819 of Fset_buffer_multibyte.
27820 (encode_coding_raw_text): Increment p0 in the loop.
27821
27822 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
27823
bba3e508
SM
27824 * xdisp.c (setup_echo_area_for_printing, set_message_1):
27825 Adjust for the change of Fset_buffer_multibyte.
aac0c6e3
MR
27826
27827 * fns.c (Fstring_to_multibyte): New function.
27828 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
27829
278302008-02-01 Dave Love <fx@gnu.org>
27831
27832 * xfns.c (x_put_x_image): Declare args.
27833
27834 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
27835 (try_font_list): Declare an arg.
27836
27837 * xdisp.c (message2_nolog, set_message): Declare an arg.
27838
27839 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
27840
27841 * syntax.c (scan_sexps_forward): Declare an arg.
27842
27843 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
27844 Declare an arg.
27845
27846 * lisp.h (Fnew_fontset): Declare.
27847
27848 * keymap.c (push_key_description): Call CHARACTERP correctly.
27849
27850 * fontset.c (fontset_add): Declare args. Call make_number correctly.
27851 (face_for_char): Delete unused vars.
27852 (Fset_fontset_font): Doc fix. Delete unused vars.
27853
27854 * doc.c (Fsubstitute_command_keys): Delete unused vars.
27855
27856 * composite.c (update_compositions): Declare arg.
27857
27858 * cm.c (calccost, cmgoto): Declare args.
27859
27860 * charset.c: Remove `emacs' conditional. Doc fixes.
27861 (map_char_table_for_charset): Declare.
27862
27863 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
27864
27865 * ccl.c: Remove `emacs' conditional.
27866
278672008-02-01 Kenichi Handa <handa@m17n.org>
27868
27869 The following changes are to allow specifying multiple font
27870 patterns for a character range (specified by script or charset).
27871
27872 * Makefile.in (abbrev.o): Depend on syntax.h.
27873 (xfaces.o): Depend on charset.h.
27874
27875 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
27876 SINGLE_BYTE_CHAR_P.
27877
27878 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
27879
27880 * character.h (Vchar_script_table): Extern it.
27881
27882 * character.c (Vscript_alist): Delete.
27883 (Vchar_script_table, Qchar_script_table): New variable.
27884 (syms_of_character): Declare Vchar_script_table as a lisp variable
27885 and initialize it.
27886
27887 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
27888 have property char-table-extra-slots, make no extra slot.
27889
27890 * dispextern.h (struct face): Delete member `charset'.
27891 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
27892 SINGLE_BYTE_CHAR_P.
27893 (choose_face_font, lookup_non_ascii_face, font_name_registry):
27894 Add prototypes.
27895 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
27896 (generate_ascii_font_name): Rename from generate_ascii_font.
27897
27898 * fontset.h (get_font_repertory_func): New prototype.
27899 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
27900 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
27901
27902 * fontset.c (Qprepend, Qappend): New variables.
27903 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
27904 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
27905 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
27906 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
27907 (fontset_ref_and_range, fontset_add, reorder_font_vector)
27908 (load_font_get_repertory): New functions.
27909 (fontset_set): Delete.
27910 (fontset_face): New arg FACE. Return face ID, not face.
27911 Complete re-write to handle new fontset structure. Change caller.
27912 (free_face_fontset): Use ASET istead of AREF (X) = Y.
27913 (face_for_char): Don't call lookup_face.
27914 (make_fontset_for_ascii_face): New arg FACE.
27915 (fs_load_font): New arg CHARSET_ID. Don't check
27916 Vfont_encoding_alist here.
27917 (find_font_encoding): New function.
27918 (list_fontsets): Use STRINGP, not ! NILP.
27919 (accumulate_script_ranges): New function.
bba3e508
SM
27920 (Fset_fontset_font, Fnew_fontset, Ffontset_info):
27921 Completely re-written to handle new fontset structure.
aac0c6e3 27922 (Ffontset_font): Return a copy of element.
bba3e508
SM
27923 (syms_of_fontset): Define symbols Qprepend and Qappend.
27924 Fix docstring of font-encoding-alist.
aac0c6e3
MR
27925
27926 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
27927 (Fset_fotset_font): Fix arguments to 5.
27928
27929 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
27930
27931 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
27932 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
27933 (highlight_trailing_whitespace): Adjust for the change of
27934 lookup_named_face.
27935
27936 * xfaces.c: Include charset.h.
27937 (load_face_font): Delete argument C. Change caller.
27938 (generate_ascii_font_name): Rename from generate_ascii_font.
27939 (font_name_registry): New function.
27940 (cache_face): Store ascii faces before non-ascii faces in buckets.
27941 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
27942 Lookup only ascii faces.
27943 (lookup_non_ascii_face): New function.
27944 (lookup_named_face): Delete argument C. Change caller.
27945 (lookup_derived_face): Delete argument C. Change caller.
27946 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
27947 a string, just call font_list with it.
27948 (choose_face_font): Delete arguments FACE and C. New arg
27949 FONT_SPEC. Change caller.
27950 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
27951 Change caller.
27952 (realize_non_ascii_face): New function.
27953 (realize_x_face): Call load_face_font here.
27954 (realize_tty_face): Delete argument C. Change caller.
27955 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
27956 get a face ID.
27957 (dump_realized_face): Don't print charset of FACE.
27958
27959 * xfns.c (x_set_font): Always call x_new_fontset and
27960 store_frame_parameter.
27961 (Fx_create_frame): Call x_new_fontset, not x_new_font.
27962 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
27963
27964 * xterm.h (x_get_font_repertory): Extern it.
27965
27966 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
27967 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
27968 it->multibyte_p is zero.
27969 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
27970 (x_new_fontset): If FONTSETNAME doesn't match any existing
27971 fontsets, create a new one.
27972 (x_get_font_repertory): New function.
27973
279742008-02-01 Kenichi Handa <handa@m17n.org>
27975
27976 * coding.c (Ffind_coding_systems_region_internal): Detect an
27977 ASCII only string correctly.
27978
27979 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
27980 version is 0.
27981
279822008-02-01 Kenichi Handa <handa@m17n.org>
27983
27984 * lread.c: Include "coding.h".
27985 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
27986 (load_each_byte, unread_char): New variables.
27987 (readchar_backlog): Delete.
27988 (readchar): Return a character unless load_each_byte is nonzero.
27989 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
27990 cons. If unread_char is not -1, simply return it.
27991 (unreadchar): Handle the case that readcharfun is
27992 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
27993 (read_multibyte): Delete.
27994 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
27995 (read_emacs_mule_char): New functions.
27996 (Fload): Even if the file doesn't have the extension ".elc", if
27997 safe_to_load_p returns a positive version number, assume that the
27998 file contains bytecompiled code. If the version is less than 22,
27999 load the file while decoding multibyte sequences by emacs-mule.
28000 (readevalloop): Don't use readchar_backlog.
28001 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
28002 (Fread_from_string): Pay attention to the case that STREAM is a cons.
28003 (read_escape): Delete the arg BYTEREP.
28004 (read1): Set load_each_byte to 1 temporarily while handling
28005 #@NUMBER. Don't call read_multibyte.
28006 (read_vector): Call Fread with a cons. If readcharfun is
28007 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
28008 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
28009 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
28010 and Qload_force_doc_strings.
28011
280122008-02-01 Kenichi Handa <handa@m17n.org>
28013
bba3e508
SM
28014 * xdisp.c (face_before_or_after_it_pos):
28015 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
aac0c6e3
MR
28016
280172008-02-01 Kenichi Handa <handa@m17n.org>
28018
28019 * character.h (TRAILING_CODE_P): New macro.
28020 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
28021 (string_char_with_unification): Fix prototype.
28022 (Vscript_alist): Extern it.
28023
28024 * character.c (Vscript_alist): New variable.
28025 (string_char_with_unification, str_as_unibyte)
28026 (string_escape_byte8): Add `const' to local variables.
28027 (syms_of_character): Declare script-alist as a Lisp variable.
28028
28029 * charset.h (Vcharset_ordered_list): Extern it.
28030 (charset_ordered_list_tick): Extern it.
28031 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
28032 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
28033 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
28034 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
28035 (Funify_charset): Adjust for the change of Funify_charset.
28036
28037 * charset.c (charset_ordered_list_tick): New variable.
28038 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
28039 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
6e051c0a 28040 deunify instead of unify a charset.
aac0c6e3
MR
28041 (string_xstring_p): Add `const' to local variables.
28042 (find_charsets_in_text): Add `const' to arguments and local variables.
bba3e508
SM
28043 (encode_char): Adjust for the change of Funify_charset.
28044 Fix detecting of invalid code.
aac0c6e3
MR
28045 (Fset_charset_priority): Increment charset_ordered_list_tick.
28046 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
28047 and TO_CODE.
28048
28049 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
28050 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
28051 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
28052 (decode_coding_ccl, consume_chars)
28053 (Ffind_coding_systems_region_internal)
28054 (Fcheck_coding_systems_region): Add `const' to local variables.
28055
28056 * print.c (print_object): Use octal form for printing the
28057 contents of a bool vector.
28058
280592008-02-01 Dave Love <fx@gnu.org>
28060
28061 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
28062 <version == 20>: Refuse to load.
28063
280642008-02-01 Dave Love <fx@gnu.org>
28065
28066 * fns.c: Move coding.h.
28067 (Qcodeset, Qdays, Qmonths): New.
28068 (concat): Use CHARACTERP instead of INTEGERP.
28069 (Flocale_codeset): Delete.
28070 (Flanginfo): New function.
28071 (syms_of_fns): Change accordingly.
28072
28073 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
28074
280752008-02-01 Dave Love <fx@gnu.org>
28076
bba3e508
SM
28077 * casetab.c (init_casetab_once, init_casetab_once):
28078 Fix CHAR_TABLE_SET call.
aac0c6e3
MR
28079
28080 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
28081
28082 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
28083
28084 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
28085 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
28086 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
28087
28088 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
28089
28090 * coding.c (ENCODE_DESIGNATION, decode_eol)
28091 (make_conversion_work_buffer, code_conversion_restore)
28092 (Fdefine_coding_system_internal): Convert Lisp types.
28093 (code_conversion_restore): Use EQ, not ==.
28094 (Fencode_coding_string): Fix code_convert_string call.
28095
28096 * coding.h (code_convert_region): Fix prototype.
28097
28098 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
28099
28100 * fontset.c (fontset_ref, fontset_set, fs_load_font)
28101 (Ffontset_info): Convert Lisp types.
28102
28103 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
28104
28105 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
28106
28107 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
28108
28109 * chartab.c: Include "...h", not <...h> in some cases.
28110
28111 * callproc.c (Fcall_process): Remove unused variables.
28112
281132008-02-01 Dave Love <fx@gnu.org>
28114
28115 * coding.c (Fset_coding_system_priority): Allow null arg list.
28116
281172008-02-01 Dave Love <fx@gnu.org>
28118
28119 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
28120 (Fself_insert_and_exit): Use CHARACTERP.
28121
28122 * callproc.c (Fcall_process): Remove unused vars.
28123
28124 * xterm.c (XTread_socket): Add extra dead keysyms.
28125
28126 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
28127
28128 * dispextern.h: Remove prototypes for redraw_frame,
28129 redraw_garbaged_frames.
28130
28131 * cmds.c (Fself_insert_command): Use CHARACTERP.
28132
28133 * chartab.c (make_sub_char_table): Remove unused var.
28134 (Fset_char_table_default, Fmap_char_table): Doc fix.
28135
28136 * keymap.c (access_keymap): Remove generic char code.
28137 (push_key_description): Use CHARACTERP.
28138
281392008-02-01 Dave Love <fx@gnu.org>
28140
28141 * charset.c: Doc fixes.
28142 (Funify_charset): Extra checking.
28143
281442008-02-01 Dave Love <fx@gnu.org>
28145
28146 * lread.c: Remove some unused variables.
28147 (safe_to_load_p): If safe, return the magic number version byte.
28148 (Fload): Maybe use load-with-code-conversion.
28149
281502008-02-01 Kenichi Handa <handa@m17n.org>
28151
28152 * category.c (Fmodify_category_entry): Don't modify the contents
bba3e508
SM
28153 of category_set for characters out of the range.
28154 Avoid unnecessary modification.
aac0c6e3
MR
28155
28156 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
28157 Vchar_unify_table. The default value of the table is now nil.
28158
28159 * character.c (syms_of_character): Setup Vchar_width_table for
28160 eight-bit-control and raw-byte chars.
28161
bba3e508
SM
28162 * charset.h (enum define_charset_arg_index):
28163 Delete charset_arg_parents and add charset_arg_subset and
aac0c6e3
MR
28164 charset_arg_superset.
28165 (enum charset_attr_index): Delete charset_parents and add
28166 charset_subset and charset_superset.
28167 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
28168 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
28169 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
28170 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
28171 (CHARSET_SUPERSET): New macros.
28172 (charset_work): Extern it.
28173 (ENCODE_CHAR): Use charset_work.
28174 (CHAR_CHARSET_P): Adjust for the change of encoder format.
28175 (map_charset_chars): Extern it.
28176
28177 * charset.c (load_charset_map): Set the default value of encoder
28178 and deunifier char-tables to nil.
bba3e508
SM
28179 (map_charset_chars): Change argument. Change callers.
28180 Use map_char_table_for_charset instead of map_char_table.
aac0c6e3
MR
28181 (Fmap_charset_chars): New optional args from_code and to_code.
28182 (Fdefine_charset_internal): Adjust for the change of
28183 `define-charset' (:parents -> :subset or :superset).
28184 (charset_work): New variable.
28185 (encode_char, syms_of_charset): Adjust for the change of
28186 Fdefine_charset_internal.
28187 (Ffind_charset_string): Setup the vector `charsets' correctly.
28188
bba3e508
SM
28189 * chartab.c (sub_char_table_ref_and_range): New arg default.
28190 Fix the previous change.
aac0c6e3
MR
28191 (char_table_ref_and_range): Adjust for the above change.
28192 (map_sub_char_table_for_charset): New function.
28193 (map_char_table_for_charset): New function.
28194
28195 * keymap.c (describe_vector): Handle a char-table directly here.
28196 (describe_char_table): Delete.
28197
28198 * lisp.h (map_charset_chars): Delete.
28199
282002008-02-01 Dave Love <fx@gnu.org>
28201
28202 * fns.c (count_combining): Comment out (unused).
28203 (Flocale_codeset): New.
28204 (syms_of_fns): Defsubr it.
28205
28206 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
28207 (size_t): Remove.
28208
282092008-02-01 Dave Love <fx@gnu.org>
28210
28211 * Makefile.in (chartab.o): Depend on charset.h.
28212
282132008-02-01 Kenichi Handa <handa@m17n.org>
28214
28215 * character.c (syms_of_character): Set the default value of
28216 Vprintable_chars to Qnil.
28217
282182008-02-01 Dave Love <fx@gnu.org>
28219
28220 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
28221
282222008-02-01 Kenichi Handa <handa@m17n.org>
28223
28224 * charset.c (load_charset_map): Handle the case that from < to
28225 correctly.
28226
28227 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
28228 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
28229 Pay attention to raw-8-bit chars.
28230
282312008-02-01 Kenichi Handa <handa@m17n.org>
28232
28233 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
28234 It is not bytecompiled now.
28235
28236 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
28237 (charset_jisx0208): New variables.
28238 (Fdefine_charset_internal): Setup them if appropriate.
28239 (init_charset_once): Initialize them to -1.
28240
28241 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
28242 (charset_jisx0208): Extern them.
28243
28244 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
28245 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
28246 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
28247 (setup_iso_safe_charsets): Fix arguments to Fassq.
28248 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
28249 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
28250 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
28251 (encode_coding_iso_2022): Change the 1st arg to
28252 ENCODE_ISO_CHARACTER to a variable.
28253
282542008-02-01 Kenichi Handa <handa@m17n.org>
28255
28256 * charset.h (enum define_charset_arg_index): New enums
28257 charset_arg_min_code and charset_arg_max_code.
28258 (struct charset): New member char_index_offset.
28259
28260 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
28261 Take charset->char_index_offset into account.
28262 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
28263 args[charset_arg_max_code]. Setup charset.char_index_offset.
28264 (syms_of_charset): Fix args to Fdefine_charset_internal.
28265
282662008-02-01 Dave Love <fx@gnu.org>
28267
28268 * coding.c (decode_coding_utf_8): Reject overlong sequences.
28269
282702008-02-01 Dave Love <fx@gnu.org>
28271
28272 * coding.c: Doc fixes.
28273 (Fcoding_system_aliases): Fix return value.
28274 (Qmac): Remove (duplicated) definition.
28275
282762008-02-01 Dave Love <fx@gnu.org>
28277
362654a6
JB
28278 * charset.c (Fcharset_priority_list, Fset_charset_priority):
28279 New functions.
aac0c6e3
MR
28280
28281 * character.c (Fstring): Doc fix.
28282
28283 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
28284
362654a6 28285 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
28286 (font-encoding-alist): Doc fix.
28287
282882008-02-01 Dave Love <fx@gnu.org>
28289
28290 * term.c (costs_set): Declare static, non-initialized for pcc.
28291 (encode_terminal_code): Remove unused var.
28292
28293 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
28294 for K&R.
28295
28296 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
28297
28298 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
28299 (suffixes): Move out of make_subsidiaries for K&R.
28300
28301 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
28302
28303 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
28304
283052008-02-01 Dave Love <fx@gnu.org>
28306
28307 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
28308
28309 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
28310
283112008-02-01 Yong Lu <lyongu@asia-infonet.com>
28312
28313 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
28314
28315 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
28316
283172008-02-01 Kenichi Handa <handa@m17n.org>
28318
28319 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
28320 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
28321
283222008-02-01 Kenichi Handa <handa@m17n.org>
28323
28324 * coding.c (decode_coding_charset): Adjust for the change of
28325 Fdefine_coding_system_internal.
28326 (Fdefine_coding_system_internal): For a coding system of
28327 `charset' type, store a list of charset IDs in
28328 `charset_attr_charset_valids' element of coding attributes.
28329
283302008-02-01 Kenichi Handa <handa@m17n.org>
28331
28332 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
bba3e508
SM
28333 (emacs_mule_char): New arg src. Delete arg `composition'.
28334 Change caller. Handle 2-byte and 3-byte charsets correctly.
aac0c6e3
MR
28335 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
28336 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
28337 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
ef1b0ba7
SM
28338 (DECODE_EMACS_MULE_21_COMPOSITION):
28339 Call DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
aac0c6e3
MR
28340 sequence.
28341 (decode_coding_emacs_mule): Handle composition correctly. Rewind
28342 `src' and `consumed_chars' correctly before calling emacs_mule_char.
28343 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
28344 and alt&rule composition.
28345 (decode_coding_iso_2022): Handle composition correctly.
28346 (init_coding_once): Setup emacs_mule_bytes for private charsets.
28347
28348 * charset.c (Fdefine_charset_internal): Fix bug for the case of
28349 re-defining a charset. If the charset has :emacs-mule-id, setup
28350 emacs_mule_bytes.
28351 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
28352
283532008-02-01 Kenichi Handa <handa@m17n.org>
28354
28355 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
28356 (encode_coding_big5, encode_coding_charset): If coding requires safe
28357 encoding, produce a character specified by
28358 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
28359
283602008-02-01 Dave Love <fx@gnu.org>
28361
28362 * xterm.c (XSetIMValues): Declare.
28363
28364 * process.c: Conditionally include sys/wait.h, pty.h.
28365
28366 * print.c (print_object): Fix print format for 64-bit systems.
28367
28368 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
28369
28370 * buffer.c (emacs_strerror): Declare.
28371
28372 * fontset.c (Fclear_face_cache): Declare.
28373 (accumulate_font_info): Comment-out (unused).
28374 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
28375 variables.
28376
28377 * character.h (string_escape_byte8): Declare.
28378
bba3e508
SM
28379 * charset.c (load_charset_map, load_charset_map_from_file):
28380 Remove unused vars.
aac0c6e3
MR
28381 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
28382 (Fmap_charset_chars): Doc fix.
28383
28384 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
28385 (Fset_coding_system_priority, Fset_coding_system_priority)
28386 (Fdefine_coding_system_internal): Doc fix.
28387
283882008-02-01 Dave Love <fx@gnu.org>
28389
28390 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
28391
283922008-02-01 Kenichi Handa <handa@m17n.org>
28393
28394 * character.c (string_escape_byte8): Make multibyte string with
28395 correct size.
28396
28397 * charset.c (Fmake_char): Delete unnecessary code.
28398
283992008-02-01 Kenichi Handa <handa@m17n.org>
28400
28401 * xfns.c (x_encode_text): Allocate coding.destination here, and
28402 call encode_coding_object with dst_object Qnil.
28403
28404 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
28405 multibyte form correctly.
28406
28407 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
28408 against Vfont_encoding_alist.
28409
28410 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
28411 handling of charset list.
28412 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
28413 (decode_coding_object): Move point to coding->dst_pos before
28414 calling post-read-conversion function.
28415 (encode_coding_object): Give correct arguments to
28416 pre-write-conversion. Ignore the return value of
28417 pre-write-conversion function. Pay attention to the case that
28418 pre-write-conversion changes the current buffer. If dst_object is
28419 Qt, even if coding->src_bytes is zero, allocate at least one byte
28420 to coding->destination.
28421
28422 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
28423
28424 * charset.c (Fmake_char): Make it more backward compatible.
28425 (Fmap_charset_chars): Fix docstring.
28426
284272008-02-01 Dave Love <fx@gnu.org>
28428
28429 * coding.c: Doc fixes.
28430 (Fdefine_coding_system_alias): Use names, not symbols, in
28431 coding-system-alist.
28432
284332008-02-01 Kenichi Handa <handa@m17n.org>
28434
28435 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
28436 of calling free_realized_face.
28437
284382008-02-01 Yong Lu <lyongu@asia-infonet.com>
28439
28440 * charset.c (read_hex): Don't treat SPC as a comment starter.
28441 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
28442 (Fdecode_char): Fix typo.
28443
284442008-02-01 Kenichi Handa <handa@m17n.org>
28445
28446 * charset.h (struct charset): New member `code_space_mask'.
28447
28448 * coding.c (coding_set_source): Delete the local variable beg_byte.
28449 (encode_coding_charset, Fdefine_coding_system_internal):
28450 Delete the local variable charset.
bba3e508
SM
28451 (Fdefine_coding_system_internal):
28452 Setup attrs[coding_attr_charset_valids] correctly.
aac0c6e3
MR
28453
28454 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
28455 member to check if CODE is valid or not.
28456 (Fdefine_charset_internal): Initialize `code_space_mask' member.
28457 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
28458 is within the range of charset->min_code and carset->max_code.
28459
284602008-02-01 Dave Love <fx@gnu.org>
28461
28462 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
28463
28464 * dispextern.h (generate_ascii_font): Fix return type.
28465
28466 * xfaces.c (generate_ascii_font): Fix arg declaration.
28467
28468 * coding.c (coding_inherit_eol_type)
28469 (Fset_terminal_coding_system_internal)
28470 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
28471
284722008-02-01 Kenichi Handa <handa@m17n.org>
28473
bba3e508
SM
28474 * coding.c (decode_coding_charset, encode_coding_charset):
28475 Handle multiple charsets correctly.
aac0c6e3
MR
28476
284772008-02-01 Kenichi Handa <handa@m17n.org>
28478
28479 * search.c (boyer_moore): Fix handling of multibyte character
28480 translation.
28481
28482 * xdisp.c (display_mode_element): When the variable `elt' is
28483 changed, update `this' and `lisp_string'.
28484
284852008-02-01 Kenichi Handa <handa@m17n.org>
28486
28487 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
28488
28489 * callproc.c (Fcall_process): Be sure to give the current buffer
28490 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
28491
28492 * charset.c (struct charset_map_entries): New struct.
28493 (load_charset_map): Rename from parse_charset_map. New args
28494 entries and n_entries. Change caller.
28495 (load_charset_map_from_file): Rename from load_charset_map.
28496 Change caller. New arg control_flag. Call load_charset_map at
28497 the tail.
28498 (load_charset_map_from_vector): New function.
28499 (Fdefine_charset_internal): Setup charset.compact_codes_p.
28500 (encode_char): If the charset is compact, change a character index
28501 to a code point.
28502
28503 * coding.c (coding_alloc_by_making_gap): Check the case that the
28504 source and destination are the same correctly.
28505 (decode_coding_raw_text): Set coding->consumed_char and
28506 coding->consumed to 0.
28507 (produce_chars): If coding->chars_at_source is nonzero, update
28508 coding->consumed_char and coding->consumed before calling
28509 alloc_destination.
28510 (Fdefine_coding_system_alias): Register ALIAS in
28511 Vcoding_system_alist.
28512 (syms_of_coding): Define `no-conversion' coding system at the tail.
28513
28514 * fileio.c (Finsert_file_contents): Set coding_system instead of
28515 val. If the current buffer is multibyte, always call
28516 decode_coding_gap.
28517
28518 * xfaces.c (try_font_list): Give higher priority to fontset's
28519 family than face's family.
28520
285212008-02-01 Kenichi Handa <handa@m17n.org>
28522
28523 * callproc.c (Fcall_process): Be sure to give the current buffer
28524 to decode_coding_c_string.
28525
28526 * xfaces.c (try_font_list): Give a family specified in a fontset
28527 higher priority than a family specified in a face.
28528
285292008-02-01 Kenichi Handa <handa@m17n.org>
28530
28531 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
28532 Fix arguments to insert_from_buffer.
28533
28534 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
28535
285362008-02-01 Kenichi Handa <handa@m17n.org>
28537
28538 * coding.c (produce_chars): Set the variable `multibytep' correctly.
28539 (decode_coding_gap): Set coding->dst_multibyte correctly.
28540
285412008-02-01 Kenichi Handa <handa@m17n.org>
28542
28543 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
28544 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
28545 (encode_coding_utf_16): Substitute coding->default_char for
28546 non-Unicode characters.
28547 (decode_coding): Don't call record_insert here.
28548 (setup_coding_system): Initialize `surrogate' of
28549 coding->spec.utf_16 to 0.
28550 (EMIT_ONE_BYTE): Fix for multibyte case.
28551
28552 * insdel.c (insert_from_gap): Call record_insert.
28553
285542008-02-01 Kenichi Handa <handa@m17n.org>
28555
28556 * casefiddle.c (casify_region): Fix multibyte case.
28557
28558 * character.c (c_string_width): Add return type `int'.
28559 (char_string_with_unification): Delete arg ADVANCED.
28560
28561 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
28562 (CHAR_STRING): Adjust for the change of char_string_with_unification.
28563 (CHAR_STRING_ADVANCE): Make it do-while statement.
28564
28565 * chartab.c (sub_char_table_set_range): Optimize for the case
28566 DEPTH == 3. Add workaround code for a GCC optimization bug.
28567
28568 * charset.c (parse_charset_map): Remove an unused variable.
28569
28570 * coding.c: Delete unused variables.
28571
28572 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
28573 earlier. If inserted is zero and the coding system doesn't
28574 require flushing, don't call decode_coding_gap.
28575
28576 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
28577
285782008-02-01 Kenichi Handa <handa@m17n.org>
28579
28580 The following changes are for using Unicode as an internal
28581 character model, and use UTF-8 format for buffer/string
28582 representation.
28583
28584 * .gdbinit (xchartable): Adjust for the change of char table structure.
28585 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
28586
28587 * Makefile.in (obj): Add character.o and chartab.o.
28588 (lisp, shortlisp): Remove utf-8.elc.
28589 (*.o): For many files, change dependency on charset.h to
28590 character.h, and add dependency on character.h.
28591 (character.o, chartab.o): New targets.
28592
28593 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
28594 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
28595 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
28596 of "charset.h".
28597
28598 * dired.c, filelock.c: Include "character.h".
28599
28600 * alloc.c: Include "character.h" instead of "charset.h".
28601 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
28602 (syms_of_alloc): Remove defsubr for Smake_char_table.
28603
28604 * buffer.c: Include "character.h" instead of "charset.h", don't
28605 include "coding.h".
28606 (Fset_buffer_multibyte): Adjust for UTF-8.
28607
28608 * buffer.h: EXFUN Fbuffer_live_p.
28609
28610 * callproc.c: Include "character.h" instead of "charset.h".
28611 (Fcall_process): Big change for the new code-conversion APIs.
28612
28613 * casetab.c: Include "character.h" instead of "charset.h".
28614 (set_canon, set_identity, shuffle): Adjust for the new
28615 map_char_table spec.
28616 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
28617 accessing the char table structure.
28618
28619 * chartab.c: New file that implements char table.
28620
28621 * category.c: Include "character.h".
28622 (copy_category_entry): New function.
28623 (copy_category_table): Call map_char_table and copy_category_entry.
28624 (Fmake_category_table): Initialize all top-level slots.
28625 (char_category_set): New function.
28626 (modify_lower_category_set): Delete.
28627 (Fmodify_category_entry): Call char_table_ref_and_range.
28628
28629 * category.h (CATEGORY_SET): Just call char_category_set.
28630
28631 * ccl.c: Include "character.h".
28632 (Qccl, Qcclp): New variables.
28633 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
28634 it's less than 256.
28635 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
28636 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
28637 and DST type.
28638 (ccl_driver): Change types of argument, adjust code accordingly.
28639 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
28640 ccl_driver.
28641 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
28642
28643 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
28644 New members src_multibyte, dst_multibyte, consumed, and produced.
28645 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
28646 (CODING_SPEC_CCL_PROGRAM): New macro.
28647 (ccl_driver): Update prototype.
28648 (Qccl, Qcclp, Fccl_program_p): Extern them.
28649 (CHECK_CCL_PROGRAM): New macro.
28650
28651 * character.c, character.h, chartab.c: New files.
28652
28653 * charset.c: Mostly re-written. Move character and multibyte sequence
28654 handling codes to character.c.
28655
28656 * charset.h: Mostly re-written. Move character and multibyte sequence
28657 handling codes to character.h.
28658
28659 * coding.c, coding.h: Mostly re-written.
28660
28661 * composite.c: Include "character.h" instead of "charset.h".
28662 (CHAR_WIDTH): Move to character.h.
28663 (HASH_KEY, HASH_VALUE): Delete.
28664
28665 * composite.h (enum composition_method): Change order of enumeration
28666 symbols.
28667
28668 * data.c: Include "character.h" instead of "charset.h".
28669 (Faref): Call CHAR_TABLE_REF for a char table.
28670 (Faset): Call CHAR_TABLE_SET for a char table.
28671
28672 * dispextern.h (free_realized_face, check_face_attribytes)
28673 (generate_ascii_font): Extern them.
28674 (free_realized_multibyte_face): Delete extern.
28675
28676 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
28677 table structure.
28678
28679 * editfns.c: Include "character.h" instead of "charset.h".
28680 (Fchar_to_string): Always call CHAR_STRING.
28681
28682 * emacs.c (main): Call init_charset_once, init_charset,
28683 syms_of_chartab, and syms_of_character.
28684
28685 * fileio.c: Include "character.h" instead of "charset.h".
28686 (Finsert_file_contents): Big change for the new code-conversion API.
28687 (choose_write_coding_system, Fwrite_region): Likewise.
28688 (build_annotations_2): Delete.
28689 (e_write): Big change for the new code-conversion API.
28690
28691 * fns.c: Include "character.h" instead of "charset.h".
28692 (copy_sub_char_table): Move to chartab.c.
28693 (Fcopy_sequence): Call copy_char_table for a char table.
28694 (concat): Delete codes calling count_multibyte.
28695 (string_char_to_byte, string_byte_to_char): Adjust for the new
28696 multibyte form.
28697 (internal_equal): Adjust for the change of char table structure.
28698 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
28699 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
28700 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
28701 (char_table_translate, optimize_sub_char_table)
28702 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
28703 chartab.c.
28704 (char_table_ref_and_index): Delete.
28705 (HASH_KEY, HASH_VALUE): Move to lisp.h.
28706 (Fmd5): Call preferred_coding_system instead of accessing
28707 Vcoding_category_list. Adjust for the new code-conversion API.
28708 (syms_of_fns): Move defsubr for char table related functions to
28709 chartab.c.
28710
28711 * fontset.c: Mostly re-written.
28712
28713 * fontset.h (struct font_info): Change type of the member encoding_type.
28714 (enum FONT_SPEC_INDEX): New enum.
28715 (fontset_font_pattern, fs_load_font): Update prototype.
28716 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
28717
28718 * indent.c: Include "character.h" instead of "charset.h".
28719 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
28720
28721 * insdel.c: Include "character.h" instead of "charset.h".
28722 (copy_text): Don't refer to Vnonascii_translation_table.
28723 (insert_from_gap): New function.
28724
28725 * keyboard.c: Include "character.h" instead of "charset.h".
28726 (command_loop_1): Never call direct_output_forward_char before
28727 a non-ASCII character.
28728 (read_char): If Vkeyboard_translate_table is a char table, always
28729 translate a character.
28730
28731 * keymap.c: Include "character.h".
28732 (store_in_keymap): Handle the case that IDX is a cons.
28733 (Fdefine_key): Handle the case that KEY is a cons and the car part
28734 is also a cons (range).
28735 (push_key_description): Adjust for the new character code.
28736 (describe_vector): Call describe_char_table for a char table.
28737 (describe_char_table): New function.
28738
28739 * keymap.h (describe_char_table): Extern it.
28740
28741 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
28742 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
28743 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
28744 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
28745 Delete.
28746 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
28747 structure.
28748 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
28749 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
28750 (CHARTAB_SIZE_BITS_3): New macros.
28751 (chartab_size): Extern it.
28752 (struct Lisp_Char_Table): Re-design.
28753 (struct Lisp_Sub_Char_Table): New structure.
28754 (HASH_KEY, HASH_VALUE): Move from fns.c.
28755 (CHARACTERBITS): Define as 22.
28756 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
28757 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
28758 (GC_SUB_CHAR_TABLE_P): New macro.
28759 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
ef1b0ba7 28760 (code_convert_string_norecord): Delete extern.
aac0c6e3
MR
28761 (init_character_once, syms_of_character, init_charset)
28762 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
28763
28764 * lread.c: Include "character.h".
28765 (read_multibyte): New arg NBYTES.
28766 (read_escape): Change the meaning of returned *BYTEREP.
28767 (to_multibyte): Delete.
28768 (read1): Adjust the handling of char table and string.
28769
28770 * print.c: Include "character.h" instead of "charset.h".
28771 (print_string): Convert 8-bit raw bytes to octal form by
28772 string_escape_byte8.
28773 (print_object): Adjust for the new multibyte form. Print 8-bit
28774 raw bytes always in octal form. Handle sub char table correctly.
28775
28776 * process.c: Include "character.h" instead of "charset.h".
28777 (read_process_output, send_process): Adjust for the new
28778 code-conversion API.
28779
28780 * puresize.h (BASE_PURESIZE): Increase.
28781
28782 * regex.c: Include "character.h" instead of "charset.h".
28783 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
28784 (regex_compile): Accept a range whose starting and ending
28785 character have different leading bytes.
28786 (analyse_first): Adjust for the above change.
28787
28788 * search.c: Include "character.h" instead of "charset.h".
28789 (search_buffer, boyer_moore): Adjust for the new multibyte form.
28790 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
28791
28792 * syntax.c: Include "character.h" instead of "charset.h".
28793 (syntax_parent_lookup): Delete.
28794 (Fmodify_syntax_entry): Accept a cons as CHAR.
28795 (skip_chars): Adjust for the new multibyte form.
28796 (init_syntax_once): Call char_table_set_range instead of directly
28797 accessing the structure of a char table.
28798
28799 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
28800 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
28801 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
28802 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
28803
28804 * term.c: Include "buffer.h" and "character.h".
28805 (encode_terminal_code, write_glyphs): Adjust for the new
28806 code-conversion API.
28807 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
28808
28809 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
28810
28811 * xdisp.c: Include "character.h".
28812 (get_next_display_element): Adjust for the new multibyte form.
28813 (disp_char_vector): Adjust for the new char table structure.
28814 (decode_mode_spec_coding): Adjust for the new structure of
28815 coding system.
28816 (decode_mode_spec): Adjust for the new code-conversion API.
28817
28818 * xfaces.c: Include "character.h" instead of "charset.h".
28819 (load_face_font): Adjust for the change of choose_face_font and
28820 FS_LOAD_FONT.
28821 (generate_ascii_font): New function.
28822 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
28823 (set_font_frame_param): Adjust for the change of choose_face_font.
28824 (free_realized_face): Make it public.
28825 (free_realized_faces_for_fontset): Rename from
28826 free_realized_multibyte_face. Free also faces realized for ASCII.
28827 (choose_face_font): Change arguments. Adjust for the change of
28828 fontset_font_pattern and FS_LOAD_FONT.
28829
28830 * xfns.c: Include "character.h".
28831 (x_encode_text): Adjust for the new code-conversion API.
28832
28833 * xselect.c: Don't include "charset.h".
28834 (selection_data_to_lisp_data): Adjust for the new code conversion API.
28835
28836 * xterm.c: Include "character.h".
28837 (x_encode_char): New argument CHARSET. Change caller.
28838 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
28839 Call ENCODE_CHAR instead of SPLIT_CHAR.
28840 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
28841 CHAR_WIDTH instead of CHARSET_WIDTH.
28842 (XTread_socket): Adjust for the new code-conversion API.
28843 (x_new_font): Adjust for the change of FS_LOAD_FONT.
28844 (x_load_font): Adjust for the change of struct font.
28845
288462008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
28847
28848 * xfaces.c (face_at_buffer_position): Remove unused vars.
28849
288502008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
28851
28852 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
28853 Fix overflow checking.
28854
288552008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
28856
28857 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
28858 Cancel previous change.
28859
288602008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
28861
28862 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
28863 ccl->eight_bit_control. Fix check for buffer overflow.
28864 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
28865 (ccl_driver): Initialize extra_bytes to 0.
28866
288672008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
28868
28869 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
28870 return it ORed with ctrl_modifier.
28871
288722008-01-29 Miles Bader <miles@gnu.org>
28873
28874 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
28875
288762008-01-28 Jason Rumney <jasonr@gnu.org>
28877
28878 * w32.c (stat): Don't double check for networked drive.
28879
288802008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
28881
28882 * window.c (run_window_configuration_change_hook): New function.
28883 Code extracted from set_window_buffer. Set the selected frame.
28884 (set_window_buffer): Use it.
28885 * window.h (run_window_configuration_change_hook): Declare.
28886 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
28887
28888 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
28889
288902008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
28891
28892 * Makefile.in: Remove references to unused macros.
28893
288942008-01-26 Eli Zaretskii <eliz@gnu.org>
28895
28896 * w32.c (g_b_init_get_sid_sub_authority)
28897 (g_b_init_get_sid_sub_authority_count): New static variables.
28898 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
28899 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
28900 (init_user_info): Use them to retrieve uid and gid.
28901 Use 500/513, the Windows defaults, as Administrator's uid/gid.
28902 (fstat): Use pw_uid and pw_gid from the_passwd structure for
28903 st_uid and st_gid of the file.
28904
289052008-01-26 Jason Rumney <jasonr@gnu.org>
28906
28907 * w32.c (logon_network_drive): New function.
28908 (stat): Use it.
28909
289102008-01-26 Chong Yidong <cyd@stupidchicken.com>
28911
28912 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
28913 invisible text covered with an ellipsis.
28914
289152008-01-25 Richard Stallman <rms@gnu.org>
28916
28917 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
28918 jump back to beginning. Move some other initializations after that.
28919 (Qwindow_text_change_functions, Vwindow_text_change_functions):
28920 New variables.
28921 (syms_of_xdisp): Init them.
28922
28923 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
28924
28925 * buffer.c (reset_buffer_local_variables):
28926 Implement `permanent-local-hook'.
28927 (Qpermanent_local_hook): New variable.
28928 (syms_of_buffer): Init and staticpro it.
28929
289302008-01-25 Michael Albinus <michael.albinus@gmx.de>
28931
28932 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
28933
289342008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
28935
28936 * fns.c (Fclrhash): Return TABLE.
28937
289382008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28939
28940 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
28941 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
28942 is set even without positional changes.
28943 (x_scroll_bar_clear): Set bar->redraw_needed_p.
28944
28945 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
28946
289472008-01-23 Jason Rumney <jasonr@gnu.org>
28948
28949 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
28950
28951 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
28952 the unicode range available in MULE by locale-coding-system.
28953 Improve dbcs lead byte detection. Set event timestamp and modifiers
28954 earlier.
28955
289562008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28957
28958 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
28959 [MAC_OSX] (init_mac_osx_environment): Initialize it.
28960 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
28961 when used on child processes.
28962
289632008-01-21 Michael Albinus <michael.albinus@gmx.de>
28964
28965 * dbusbind.c (Fdbus_method_return_internal): Rename from
28966 Fdbus_method_return.
28967 (Fdbus_unregister_object): Move to dbus.el.
28968 (Fdbus_call_method, Fdbus_method_return_internal)
28969 (Fdbus_send_signal): Improve debug messages.
28970
289712008-01-20 Martin Rudalics <rudalics@gmx.at>
28972
28973 * undo.c (undo_inhibit_record_point): New variable.
28974 (syms_of_undo): Initialize it.
28975 (record_point): Don't record point when undo_inhibit_record_point
28976 is set.
28977
289782008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
28979
28980 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
28981
28982 * xdisp.c (Qauto_hscroll_mode): New var.
28983 (syms_of_xdisp): Initialize it.
28984 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
28985 window's buffer.
28986 (hscroll_windows): Don't check automatic_hscrolling_p here.
28987
28988 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
28989 vscroll if we're setting window-buffer to the value it already has.
28990
289912008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
28992
28993 * m/intel386.h: Remove references to XENIX.
28994
289952008-01-17 Andreas Schwab <schwab@suse.de>
28996
28997 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
28998 instead of HAVE_X86_64_LIB64_DIR.
28999 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
29000
290012008-01-17 Glenn Morris <rgm@gnu.org>
29002
29003 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
29004 to HAVE_X86_64_LIB64_DIR.
29005
290062008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
29007
29008 * s/irix3-3.h:
29009 * s/irix4-0.h:
29010 * s/386-ix.h:
29011 * s/domain.h:
29012 * s/hpux9-x11r4.h:
29013 * s/hpux9shxr4.h: Remove files for systems no longer supported.
29014
29015 * sysdep.c: Remove code containing references to symbols defined
29016 by unsupported systems.
29017
290182008-01-16 Glenn Morris <rgm@gnu.org>
29019
29020 * coding.c (select-safe-coding-system-function): Doc fix.
29021
290222008-01-15 Glenn Morris <rgm@gnu.org>
29023
29024 * config.in: Revert 2008-01-13 change: this is a generated file.
29025
290262008-01-13 Tom Tromey <tromey@redhat.com>
29027
29028 * lisp.h: Fix typo.
29029
290302008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
29031
29032 * m/sequent-ptx.h:
29033 * m/sequent.h:
29034 * s/ptx.h:
29035 * s/ptx4-2.h:
29036 * s/ptx4.h: Remove files for systems no longer supported.
29037
29038 * callproc.c (Fcall_process): Fix previous change.
29039
290402008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
29041
29042 * unexsunos4.c: Remove file, system not supported anymore.
29043
29044 * m/mips.h:
29045 * m/intel386.h:
29046 * callproc.c:
29047 * config.in:
29048 * ecrt0.c:
29049 * emacs.c:
29050 * fileio.c:
29051 * frame.c:
29052 * getpagesize.h:
29053 * keyboard.c:
29054 * lread.c:
29055 * process.c:
29056 * puresize.h:
29057 * sysdep.c:
29058 * systty.h:
29059 * syswait.h:
29060 * unexec.c:
29061 * xdisp.c:
29062 * alloc.c: Remove code containing references to symbols defined by
29063 unsupported systems.
29064
290652008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
29066
29067 * coding.c (detect_coding_mask): Fix previous change.
29068
290692008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
29070
29071 * coding.c (detect_coding_iso2022): New arg
29072 latin_extra_code_state. Allow Latin extra codes only
29073 when *latin_extra_code_state is nonzero.
29074 (detect_coding_mask): If there is a NULL byte, detect the encoding
29075 as UTF-16 or binary. If Latin extra codes exist, detect the
29076 encoding as ISO-2022 only when there's no other proper encoding is
29077 found.
29078
290792008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29080
29081 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
29082 #ifdef MAC_OS.
29083
290842008-01-08 Richard Stallman <rms@gnu.org>
29085
29086 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
29087
290882008-01-06 Nick Roberts <nickrob@snap.net.nz>
29089
29090 * keyboard.c (parse_menu_item): Don't enclose key bindings on
29091 menu bar in parentheses.
29092
290932008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
29094
29095 * m/7300.h:
29096 * m/acorn.h:
29097 * m/alliant-2800.h:
29098 * m/alliant.h:
29099 * m/alliant1.h:
29100 * m/alliant4.h:
29101 * m/altos.h:
29102 * m/amdahl.h:
29103 * m/apollo.h:
29104 * m/att3b.h:
29105 * m/aviion-intel.h:
29106 * m/aviion.h:
29107 * m/celerity.h:
29108 * m/clipper.h:
29109 * m/cnvrgnt.h:
29110 * m/convex.h:
29111 * m/cydra5.h:
29112 * m/delta88k.h:
29113 * m/dpx2.h:
29114 * m/dual.h:
29115 * m/elxsi.h:
29116 * m/f301.h:
29117 * m/gould-np1.h:
29118 * m/gould.h:
29119 * m/i860.h:
29120 * m/ibmps2-aix.h:
29121 * m/ibmrt-aix.h:
29122 * m/ibmrt.h:
29123 * m/irist.h:
29124 * m/is386.h:
29125 * m/isi-ov.h:
29126 * m/mega68.h:
29127 * m/mg1.h:
29128 * m/news-r6.h:
29129 * m/news-risc.h:
29130 * m/news.h:
29131 * m/nh3000.h:
29132 * m/nh4000.h:
29133 * m/ns16000.h:
29134 * m/ns32000.h:
29135 * m/nu.h:
29136 * m/orion.h:
29137 * m/orion105.h:
29138 * m/paragon.h:
29139 * m/pfa50.h:
29140 * m/plexus.h:
29141 * m/pyramid.h:
29142 * m/pyrmips.h:
29143 * m/sh3el.h:
29144 * m/sps7.h:
29145 * m/sr2k.h:
29146 * m/stride.h:
29147 * m/sun1.h:
29148 * m/sun2.h:
29149 * m/sun3-68881.h:
29150 * m/sun3-fpa.h:
29151 * m/sun3-soft.h:
29152 * m/sun3.h:
29153 * m/sun386.h:
29154 * m/symmetry.h:
29155 * m/tad68k.h:
29156 * m/tahoe.h:
29157 * m/targon31.h:
29158 * m/tek4300.h:
29159 * m/tekxd88.h:
29160 * m/tower32.h:
29161 * m/tower32v3.h:
29162 * m/ustation.h:
29163 * m/wicat.h:
29164 * m/xps100.h:
29165 * s/cxux.h:
29166 * s/cxux7.h:
29167 * s/dgux.h:
29168 * s/dgux4.h:
29169 * s/dgux5-4-3.h:
29170 * s/dgux5-4r2.h:
29171 * s/esix.h:
29172 * s/esix5r4.h:
29173 * s/hiuxmpp.h:
29174 * s/hiuxwe2.h:
29175 * s/iris3-5.h:
29176 * s/iris3-6.h:
29177 * s/isc2-2.h:
29178 * s/isc3-0.h:
29179 * s/isc4-0.h:
29180 * s/isc4-1.h:
29181 * s/newsos5.h:
29182 * s/newsos6.h:
29183 * s/osf1.h:
29184 * s/osf5-0.h:
29185 * s/riscix1-1.h:
29186 * s/riscix12.h:
29187 * s/sco4.h:
29188 * s/sco5.h:
29189 * s/sunos4-0.h:
29190 * s/sunos4-1.h:
29191 * s/sunos413.h:
29192 * s/sunos4shr.h:
29193 * s/umax.h:
29194 * s/unipl5-2.h:
29195 * s/xenix.h:
29196 * cxux-crt0.s:
29197 * unexapollo.c:
29198 * unexconvex.c:
29199 * unexenix.c:
29200 * unexsni.c: Remove files for systems no longer supported.
29201
29202 * m/intel386.h: Remove references to unsupported systems.
29203
29204 * w32.c (get_emacs_configuration): Remove reference to i860.
29205
29206 * sysdep.c: Remove dead code.
29207
292082008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
29209
29210 * s/rtu.h:
29211 * m/masscomp.h: Remove files. Platform is obsolete.
29212
292132008-01-04 Michael Albinus <michael.albinus@gmx.de>
29214
29215 * dbusbind.c (Fdbus_method_return): New function.
29216 (xd_read_message): Add the serial number to the event.
29217 (Fdbus_register_method): Activate the function.
29218
292192008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
29220
29221 * keyboard.c (read_key_sequence): Fix typo.
29222
292232008-01-03 Michael Albinus <michael.albinus@gmx.de>
29224
29225 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
29226 (xd_signature, xd_append_arg): Handle element type detection for
29227 empty arrays.
29228 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
29229 SDATA () calls; this must be solved more general.
29230 (Fdbus_register_signal): Use SBYTES instead of strlen.
29231
292322008-01-03 Magnus Henoch <magnus@zemdatav>
29233
29234 * dbusbind.c (xd_append_arg): Use unsigned char instead of
29235 unsigned int for byte values (necessary for big-endian platform).
29236 (Fdbus_call_method): Handle the case of no returned arguments.
29237
292382007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
29239
29240 * dbusbind.c (xd_read_message): Use non-static input_event struct.
29241
292422007-12-31 Magnus Henoch <mange@freemail.hu>
29243
29244 * dbusbind.c (xd_signature): Signature of variant is just "v".
29245
292462007-12-30 Michael Albinus <michael.albinus@gmx.de>
29247
29248 * dbusbind.c: Fix several errors and compiler warnings.
29249 Reported by Tom Tromey <tromey@redhat.com>.
29250 (XD_ERROR, XD_DEBUG_MESSAGE)
29251 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
29252 (xd_append_arg): Part for basic D-Bus types rewritten.
29253 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
29254 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
29255 appropriate.
29256 (xd_read_message): Return Qnil. Don't signal an error; it is not
29257 useful during event reading.
29258 (Fdbus_register_signal): Signal an error if the check for
29259 FUNCTIONP fails.
29260 (Fdbus_register_method): New function. The implementation is not
29261 complete, the call of the function signals an error therefore.
29262 (Fdbus_unregister_object): New function, renamed from
29263 Fdbus_unregister_signal. The initial check signals an error, if
29264 the object is not well formed.
29265
292662007-12-30 Richard Stallman <rms@gnu.org>
29267
29268 * textprop.c (get_char_property_and_overlay):
29269 Signal error if POSITION is out of range in a buffer.
29270
292712007-12-29 Martin Rudalics <rudalics@gmx.at>
29272
29273 * w32fns.c (Fx_create_frame): Make copy of frame parameters
29274 because the original parameters are in pure storage now.
29275
292762007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29277
29278 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
29279
292802007-12-22 Eli Zaretskii <eliz@gnu.org>
29281
29282 * callint.c (syms_of_callint) <command-history>: Add reference to
29283 history-length in the doc string.
29284
292852007-12-17 Jason Rumney <jasonr@gnu.org>
29286
29287 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
29288 before passing as wParam.
29289
292902007-12-22 Michael Albinus <michael.albinus@gmx.de>
29291
29292 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
29293 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
29294 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
29295 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
29296 as number.
29297 (Fdbus_call_method): Fix docstring.
29298
292992007-12-21 Michael Albinus <michael.albinus@gmx.de>
29300
29301 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
29302 New macros.
29303 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
29304 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
29305 Simplify.
29306 (xd_signature): New function.
29307 (xd_append_arg): Compute also signatures. Major rewrite.
29308 (xd_retrieve_arg): Make debug messages friendly.
29309 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
29310 Check for signatures of arguments.
29311
293122007-12-19 Michael Albinus <michael.albinus@gmx.de>
29313
29314 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
29315 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
29316 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
29317 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
29318 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
29319 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
29320 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
29321 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
29322 (xd_retrieve_value): Remove. Functionality included in ...
29323 (xd_append_arg): New function.
29324 (Fdbus_call_method, Fdbus_send_signal): Apply it.
29325
293262007-12-16 Michael Albinus <michael.albinus@gmx.de>
29327
29328 * dbusbind.c (top): Include <stdio.h>.
29329 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
29330 dbus_message_new_method_call and dbus_message_new_signal.
29331 (Fdbus_register_signal): Rename unique_name to uname.
29332 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
29333 non-existing unique name. Fix typos in matching rule. Return an
29334 object which is useful in Fdbus_unregister_signal.
29335 (Fdbus_unregister_signal): Reimplementation, in order to remove
29336 only the corresponding entry.
29337 (Vdbus_registered_functions_table): Change the order of entries.
29338 Apply these changes in xd_read_message and Fdbus_register_signal.
29339
293402007-12-16 Andreas Schwab <schwab@suse.de>
29341
29342 * fileio.c (Finsert_file_contents): Fix overflow check to not
29343 depend on undefined integer overflow.
29344
293452007-12-14 Jason Rumney <jasonr@gnu.org>
29346
29347 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
29348 for characters above 127.
29349
293502007-12-13 Jason Rumney <jasonr@gnu.org>
29351
29352 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
29353 before dereferencing array.
29354 (lookup_vk_code): Remove zero comparison.
29355
293562007-12-14 Michael Albinus <michael.albinus@gmx.de>
29357
29358 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
29359 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
29360 Use `unsigned int' instead of `uint'.
29361 (xd_read_message, Fdbus_register_signal): Split expressions into
29362 multiple lines before operators "&&" and "||", according to the
29363 GNU Coding Standards.
29364
293652007-12-14 Eli Zaretskii <eliz@gnu.org>
29366
29367 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
29368
293692007-12-12 Juri Linkov <juri@jurta.org>
29370
29371 * buffer.c (Frename_buffer): In interactive spec replace
29372 `read-buffer' with `read-string' that uses `buffer-name-history'
29373 as history, and the current buffer's name as default.
29374
293752007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
29376
29377 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
29378 manipulating the backtrace manually.
29379 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
29380 (struct backtrace, backtrace_list): Remove.
29381 (command_loop_1): Remove dead var `no_direct'.
29382
29383 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
29384 preserve non-built-in buffer-local variables.
29385 (Fkill_all_local_variables): Don't re-create&re-set permanent
29386 buffer-local variables.
29387
293882007-12-09 Juri Linkov <juri@jurta.org>
29389
29390 * buffer.c (Frename_buffer): Change interactive spec from "s" to
29391 Lisp code that uses `read-buffer' with current buffer as default.
29392
293932007-12-08 Michael Albinus <michael.albinus@gmx.de>
29394
29395 * dbusbind.c (xd_read_message): Generate an event for every
29396 registered handler. There might be several handlers registered
29397 for the same signal.
29398 (Fdbus_register_signal): Don't overwrite a registration for the
29399 same signal. Add a new registration if handlers are different.
29400 (Vdbus_registered_functions_table): Rework doc string.
29401
294022007-12-07 Michael Albinus <michael.albinus@gmx.de>
29403
29404 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
29405 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
29406 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
29407 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
29408 Unify argument lists.
29409 (xd_read_message, Fdbus_register_signal): Reorder and extend event
29410 arguments and hash table keys. Use unique name for service.
29411 (Fdbus_unregister_signal): Remove checks.
29412 (Vdbus_registered_functions_table): Fix doc string.
29413
294142007-12-05 Magnus Henoch <mange@freemail.hu>
29415
29416 * process.c (make_process): Initialize pty_flag to 0.
29417
294182007-12-05 Jason Rumney <jasonr@gnu.org>
29419
29420 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
29421 specified XBMs.
29422
294232007-12-05 Richard Stallman <rms@gnu.org>
29424
29425 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
29426
294272007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29428
29429 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
29430 New variable.
29431 (mac_try_close_socket) [MAC_OSX]: New function.
29432 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
29433 Update cfsockets_for_select. Replace invalid CFRunLoop source.
29434
29435 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
29436 Use mac_try_close_socket.
29437
294382007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29439
29440 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
29441 reloc_base.
29442 (copy_dysymtab): Compute relocation base here.
29443 (rebase_reloc_address) [__ppc64__]: New function.
29444 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
29445 changed.
29446
294472007-12-05 Jason Rumney <jasonr@gnu.org>
29448
29449 * w32proc.c (sys_spawnve): Quote args with wildcards.
29450
294512007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29452
29453 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
29454 __objc_* sections.
29455 (unrelocate) [_LP64]: Set relocation base to address of data segment.
29456
294572007-12-05 Michael Albinus <michael.albinus@gmx.de>
29458
29459 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
29460 Move check for Vdbus_registered_functions_table to
29461 xd_read_queued_messages.
29462 (xd_read_queued_messages): Protect xd_read_message calls by
29463 internal_condition_case_1.
29464
294652007-12-04 Michael Albinus <michael.albinus@gmx.de>
29466
29467 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
29468 Qdbus_system_bus and Qdbus_session_bus, respectively.
29469 (Vdbus_intern_symbols): Remove.
29470 (Vdbus_registered_functions_table): New hash table.
29471 (XD_SYMBOL_INTERN_SYMBOL): Remove.
29472 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
29473 Rewrite in order to manage registered functions by hash table
29474 Vdbus_registered_functions_table.
29475
294762007-12-03 Jan Djärv <jan.h.d@swipnet.se>
29477
29478 * xterm.c: Update URL to Window Manager Specification in comment.
29479
294802007-12-02 Michael Albinus <michael.albinus@gmx.de>
29481
29482 * config.in (HAVE_DBUS): Add.
29483
29484 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
29485 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
29486 (obj): Add $(DBUS_OBJ).
29487 (LIBES): Add $(DBUS_LIBS).
29488 (dbusbind.o): New target.
29489
29490 * dbusbind.c: New file.
29491
29492 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
29493
29494 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
29495 (Qdbus_event): New Lisp symbol.
29496 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
29497 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 29498 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
29499
29500 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
29501
295022007-12-01 Richard Stallman <rms@gnu.org>
29503
29504 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
29505
295062007-11-30 Jason Rumney <jasonr@gnu.org>
29507
29508 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
29509 (w32con_reset_terminal_modes): Clear screen buffer.
29510 (w32_face_attributes): Don't use color indexes that are out of range.
29511 Only reverse the default colors.
29512
29513 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
29514 WINDOWSNT.
29515
29516 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
29517
295182007-11-29 Jason Rumney <jasonr@gnu.org>
29519
29520 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
29521 (w32_face_attributes): Use Vtty_defined_color_alist to determine
29522 if the terminal colors are initialized.
29523 (unspecified_fg, unspecified_bg): Remove unused declarations.
29524
295252007-11-29 Andreas Schwab <schwab@suse.de>
29526
29527 * keyboard.c (apply_modifiers): Fix typo.
29528
295292007-11-29 Richard Stallman <rms@gnu.org>
29530
29531 * keymap.c (Fcurrent_local_map): Doc fix.
29532
295332007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
29534
29535 * s/gnu-kfreebsd.h: New file.
29536
295372007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
29538
29539 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
29540 Don't cast redundantly.
29541
29542 * keyboard.c (KEY_TO_CHAR): New macro.
29543 (parse_modifiers, apply_modifiers): Accept integer arguments.
29544 (read_key_sequence): Use them to unify the "shift->unshift" mapping
29545 for chars and symbol keys.
29546 After doing such remapping, apply function-key-map again.
29547
295482007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
29549
29550 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
29551 compiled anymore.
29552
295532007-11-26 Andreas Schwab <schwab@suse.de>
29554
29555 * process.c (list_processes_1): Fix indentation level of the
29556 command column.
29557
295582007-11-23 Andreas Schwab <schwab@suse.de>
29559
29560 * editfns.c (Fformat): Handle %c specially since it requires the
29561 argument to be of type int.
29562
295632007-11-23 Markus Triska <markus.triska@gmx.at>
29564
29565 * emacs.c (main): Call init_editfns before init_process, since
29566 init_process sets Vprocess_connection_type depending on OS release.
29567
295682007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
29569
29570 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
29571 (find_symbol_value): Use do_symval_forwarding.
29572
29573 * data.c (set_internal): Set the value in the `cons-cell' (for
29574 Buffer_Local_values) not only for frame-local variables.
29575
295762007-11-22 Andreas Schwab <schwab@suse.de>
29577
29578 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
29579 values to sprintf.
29580 * keymap.c (Fsingle_key_description): Likewise.
29581 * print.c (print_object): Likewise.
29582
295832007-11-22 Jan Djärv <jan.h.d@swipnet.se>
29584
29585 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
29586 file for image is nil.
29587
295882007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
29589
29590 * term.c: Include stdarg.h.
29591 (fatal): Implement using varargs.
29592 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
29593
295942007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
29595
29596 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
29597 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
29598 Update call to buffer_slot_type_mismatch.
29599 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
29600 (buffer_slot_type_mismatch): Update.
29601 * buffer.c (buffer_local_types): Remove.
29602 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
29603 (defvar_per_buffer): Set the type in the buffer_objfwd.
29604
296052007-11-21 Jason Rumney <jasonr@gnu.org>
29606
29607 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
29608 CreateFileMapping returns NULL on failure.
29609
296102007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
29611
29612 * search.c (Fset_match_data): Remove the `evaporate' feature.
29613 (unwind_set_match_data): Don't use the `evaporate' feature.
29614
296152007-11-21 Jason Rumney <jasonr@gnu.org>
29616
29617 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
29618
29619 * w32console.c (w32con_write_glyphs): Remove unused variables.
29620
296212007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
29622
29623 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
29624
29625 * s/darwin.h (MULTI_KBOARD): Remove.
29626
29627 * macfns.c (x_create_tip_frame, Fx_create_frame)
29628 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
29629
296302007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
29631
29632 * buffer.c (Fbuffer_local_value): Remove redundant test.
29633 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
29634 than in `current-buffer' to match the comment.
29635 Do the swap using swap_in_global_binding.
29636
29637 * data.c (store_symval_forwarding, set_internal):
29638 * eval.c (specbind): Remove dead code.
29639
29640 * coding.c (detect_coding, Fupdate_coding_systems_internal):
29641 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
29642 Since we do not want to see internal Lisp_*fwd objects here.
29643
296442007-11-18 Jan Djärv <jan.h.d@swipnet.se>
29645
29646 * sysdep.c (init_system_name): Use getaddrinfo if available.
29647
29648 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
29649 (x_scroll_bar_note_movement): start, end, with, height in struct
29650 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
29651
296522007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
29653
29654 * puresize.h (BASE_PURESIZE): Increase to 1190000.
29655
296562007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
29657
29658 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
29659 This undoes Richard's change of 14-Oct-2002.
29660
29661 * alloc.c (allocate_other_vector):
29662 * lisp.h (allocate_other_vector): Remove.
29663
29664 * window.c (struct save_window_data): Move non-lisp data to the end
29665 and make it `int' rather than Lisp_Object.
29666 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
29667 Done wrap/unwrap integer values.
29668 (Fset_window_configuration, compare_window_configurations):
29669 Update use of fields to their new types.
29670
29671 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
29672 Turn integer fields into `int'. Merge x_window_low and x_window_high.
29673 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
29674 (SET_SCROLL_BAR_X_WINDOW): Remove.
29675 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
29676 Access the new x_window field directly.
29677 * xterm.c (x_scroll_bar_create): Use a pseudovector.
29678 Don't wrap/unwrap integers into Lisp_Objects.
29679 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
29680 (x_scroll_bar_report_motion):
29681 Don't wrap/unwrap integers into Lisp_Objects.
29682 (x_term_init): Use SDATA.
29683 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
29684 (x_scroll_bar_set_handle, x_scroll_bar_remove)
29685 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
29686 (x_scroll_bar_report_motion, x_scroll_bar_clear):
29687 * xfns.c (x_set_background_color):
29688 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
29689 Access the new x_window field directly.
29690
29691 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
29692 (allocate_pseudovector): Make non-static.
29693
29694 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
29695 (allocate_pseudovector): Declare.
29696 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
29697
296982007-11-15 Andreas Schwab <schwab@suse.de>
29699
29700 * editfns.c (Fformat): Correctly format EMACS_INT values.
29701 Also take precision into account when formatting an integer.
29702
29703 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
29704
297052007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
29706
29707 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
29708 (syms_of_keyboard): Defsubr it.
29709
29710 * data.c (swap_in_global_binding): Fix longstanding bug where
29711 store_symval_forwarding was not called with the right second argument,
29712 thus causing objfwd-ing from being dropped.
29713
297142007-11-14 Juanma Barranquero <lekktu@gmail.com>
29715
29716 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
29717 (Fx_display_pixel_height, Fx_display_planes)
29718 (Fx_display_color_cells, Fx_server_max_request_size)
29719 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
29720 (Fx_display_visual_class, Fx_display_save_under):
29721 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
29722 (Fx_display_pixel_height, Fx_display_planes)
29723 (Fx_display_color_cells, Fx_server_max_request_size)
29724 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
29725 (Fx_display_mm_height, Fx_display_mm_width)
29726 (Fx_display_backing_store, Fx_display_visual_class)
29727 (Fw32_select_font, Fx_display_save_under):
29728 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
29729 (Fx_display_pixel_height, Fx_display_planes)
29730 (Fx_display_color_cells, Fx_server_max_request_size)
29731 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
29732 (Fx_display_save_under): Fix typos in docstrings.
29733
297342007-11-14 Juanma Barranquero <lekktu@gmail.com>
29735
29736 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
29737 corresponding to deleted entries; they are an implementation detail.
29738 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
29739 Remove variables.
29740 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
29741 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
29742 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
29743 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
29744 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
29745 (Fw32_define_rgb_color, Fw32_load_color_file)
29746 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
29747 Fix typos in docstrings.
29748 (Fx_server_version): Reflow docstring.
29749 (Fw32_shell_execute): Doc fixes.
29750
297512007-11-13 Juanma Barranquero <lekktu@gmail.com>
29752
29753 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
29754 if w32_parse_hot_key returned nil.
29755
297562007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
29757
29758 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
29759
297602007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 29761
aac0c6e3
MR
29762 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
29763
29764 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
29765
29766 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
29767 Remove W32_SCROLL_BAR_CLICK_EVENT.
29768
29769 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
29770 Add MULTIMEDIA_KEY_EVENT.
29771
29772 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
29773 (lispy_multimedia_keys) [WINDOWSNT]: New array.
29774 (make_lispy_event) [WINDOWSNT]: Use it to translate
29775 MULTIMEDIA_KEY_EVENT.
29776
29777 * w32term.h (WM_APPCOMMAND): Define if not already.
29778 (GET_APPCOMMAND_LPARAM): Likewise.
29779
29780 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
29781 WM_APPCOMMAND.
29782
29783 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
29784 (syms_of_w32fns): Export and initialize it.
29785 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
29786
297872007-11-09 Chong Yidong <cyd@stupidchicken.com>
29788
29789 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
29790 twice.
29791
29792 * xdisp.c (handle_face_prop): Fix last change.
29793
297942007-11-09 Richard Stallman <rms@gnu.org>
29795
29796 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
29797 not just for after-strings and before-strings.
29798 Call face_for_overlay_string and pass the overlay to it.
29799 (handle_display_prop): Determine whether property came from an overlay.
29800 Pass OVERLAY arg to handle_single_display_spec.
29801 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
29802 (load_overlay_strings): Fill in it->string_overlays.
29803 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
29804
29805 * xfaces.c (face_for_overlay_string): Function renamed from
29806 face_at_buffer_position_no_overlays, and add arg OVERLAY.
29807
29808 * dispextern.h (struct it): New elt string_overlays.
29809 New elt from_overlay, also in stack.
29810 Rearrange a few elements.
29811 (face_for_overlay_string): Decl renamed from
29812 face_at_buffer_position_no_overlays, and add argument.
29813
298142007-11-09 Richard Stallman <rms@gnu.org>
29815
29816 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
29817 to get the base face for an overlay string.
29818
29819 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
29820
29821 * xfaces.c (face_at_buffer_position_no_overlays): New function.
29822
29823 * xdisp.c (handle_stop): Move some code out of loop.
29824
298252007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29826
29827 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
29828 Fix conversion from Lisp object to ATSUFontID.
29829
298302007-11-09 Jason Rumney <jasonr@gnu.org>
29831
29832 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
29833
298342007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29835
29836 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
29837 Don't assume regions are aligned to page boundary.
29838 (print_load_command_name): Add LC_UUID if defined.
29839
298402007-11-09 Richard Stallman <rms@gnu.org>
29841
29842 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
29843
298442007-11-07 Jason Rumney <jasonr@gnu.org>
29845
29846 * s/windows95.h: Remove.
29847
298482007-11-06 Jan Djärv <jan.h.d@swipnet.se>
29849
29850 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
29851 abort with a message on unhandled store_type values.
29852
298532007-11-01 Jan Djärv <jan.h.d@swipnet.se>
29854
29855 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
29856 Remove HAVE_X11R5 and HAVE_X11R4.
29857
298582007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
29859
29860 * Makefile.in: Remove references to sunfns.c and sunfns.o.
29861
298622007-11-01 Johan Bockgård <bojohan@gnu.org>
29863
29864 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
29865 Don't set s->stippled_p here, since it has already been set by
29866 x_set_glyph_string_gc from x_draw_glyph_string.
29867
298682007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
29869
29870 * sunfns.c: Remove file.
29871
29872 * m/sun386.h:
29873 * m/sun2.h:
29874 * m/sparc.h: Remove Sun windows code.
29875
298762007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
29877
29878 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
29879 (init_keyboard): Set current_kboard's window-system to nil.
29880 (tty_read_avail_input): Typo.
29881 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
29882
298832007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
29884
29885 * s/usg5-4.h:
29886 * s/usg5-3.h:
29887 * s/ptx.h:
29888 * m/is386.h:
29889 * m/ibmps2-aix.h:
29890 * Makefile.in: Remove all mentions of X10.
29891
29892 * dispnew.c (syms_of_display): Don't mention version 10.
29893
298942007-10-28 Juanma Barranquero <lekktu@gmail.com>
29895
29896 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
29897 ($(BLD)/abbrev.$(O)): Remove.
29898
298992007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
29900
29901 Rewrite abbrev.c in Elisp.
29902 * image.c (Qcount): Don't declare as extern.
29903 (syms_of_image): Initialize and staticpro `Qcount'.
29904 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
29905 * emacs.c (main): Don't call syms_of_abbrev.
29906 * Makefile.in (obj): Remove abbrev.o.
29907 (abbrev.o): Remove.
29908 * abbrev.c: Remove.
29909
299102007-10-26 Martin Rudalics <rudalics@gmx.at>
29911
29912 * window.c (window_min_size_2): Don't count header-line.
29913
299142007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
29915
29916 * frame.h (struct frame): Move all bit fields after the first bit
29917 field to take advantage of the available space. Group all the
29918 chars together to reduce wasted space due to padding.
29919
299202007-10-26 Juanma Barranquero <lekktu@gmail.com>
29921
29922 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
29923
29924 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
29925 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
29926 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
29927 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
29928 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
29929 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
29930 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
29931 (last_marked, mark_object_loop_halt): Make static.
29932
29933 * frame.c (syms_of_frame) <delete-frame-functions>:
29934 Fix typo in docstring.
29935
299362007-10-25 Juanma Barranquero <lekktu@gmail.com>
29937
29938 * w32.c (init_environment): Fix tiny memory leak.
29939 (w32_get_resource): Remove unused variable `ok'.
29940
299412007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
29942
29943 Make `window-system' into a keyboard-local variable (rather than
29944 frame-local as done originally by multi-tty).
29945
29946 * keyboard.h (struct kboard): Add Vwindow_system.
29947 * keyboard.c (init_kboard): Set a default for Vwindow_system.
29948 (mark_kboards): Mark Vwindow_system.
29949
29950 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
29951 (init_display): Don't set the obsolete `window-system' frame-param.
29952
29953 * xterm.c (x_term_init):
29954 * w32term.c (w32_create_terminal):
29955 * term.c (init_tty): Set Vwindow_system.
29956 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
29957 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
29958
29959 * xfns.c (Fx_create_frame, x_create_tip_frame):
29960 * w32fns.c (Fx_create_frame, x_create_tip_frame):
29961 * macfns.c (Fx_create_frame):
29962 Don't set the obsolete `window-system' frame-param.
29963
29964 * frame.h (Qwindow_system): Remove.
29965 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
29966 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
29967
299682007-10-24 Richard Stallman <rms@gnu.org>
29969
29970 * frame.c (x_figure_window_size): For fullscreen case,
29971 set USPosition | PPosition without clobbering rest of window_prompting.
29972
29973 * keyboard.c (Fcurrent_idle_time): Doc fix.
29974
29975 * print.c (Fwith_output_to_temp_buffer): Doc fix.
29976
299772007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
29978
29979 * process.c (unwind_request_sigio): Only define if __ultrix__.
29980
29981 * callproc.c (child_setup): Remove spurious *.
29982
29983 * lisp.h (Fget_text_property): Declare.
29984 (have_menus_p): Declare it here rather than in sys-dep header files.
29985 * macterm.h (have_menus_p):
29986 * msdos.h (have_menus_p):
29987 * xterm.h (have_menus_p): Remove.
29988
29989 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
29990 (Fmake_variable_frame_local): Just check the variable's const-ness
29991 rather than checking nil or t.
29992
299932007-10-22 Jason Rumney <jasonr@gnu.org>
29994
29995 * w32fns.c: Include math.h.
29996 (w32_abort): Declaration moved to nt/config.nt.
29997
29998 * s/ms-w32.h (HAVE_STDLIB_H): Define.
29999 (abort): Redefinition moved to nt/config.nt.
30000
30001 * m/windowsnt.h: Remove.
30002
300032007-10-22 Juanma Barranquero <lekktu@gmail.com>
30004
30005 * emacs.c (Fdump_emacs): Fix typo in message.
30006 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
30007 <installation-directory>: Reflow docstring.
30008
300092007-10-22 Juri Linkov <juri@jurta.org>
30010
30011 * minibuf.c: Allow minibuffer default to be a list of default values.
30012 With empty input use the first element of this list as returned default.
30013 (string_to_object)
30014 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
30015 (read_minibuf): If defalt is cons, set histstring to its car.
30016 (Fread_string): If default_value is cons, set val to its car.
30017 (Fread_buffer): If def is cons, use its car.
30018 (Fcompleting_read): If defalt is cons, set val to its car.
30019
300202007-10-21 Michael Albinus <michael.albinus@gmx.de>
30021
30022 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
30023
300242007-10-20 Juanma Barranquero <lekktu@gmail.com>
30025
30026 * doc.c (Fdocumentation): Check for advice in all cases.
30027
300282007-10-19 Chong Yidong <cyd@stupidchicken.com>
30029
30030 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
30031
300322007-10-19 Richard Stallman <rms@gnu.org>
30033
30034 * doc.c (Fdocumentation): Check for and handle an advised function.
30035
300362007-10-19 Juanma Barranquero <lekktu@gmail.com>
30037
30038 * process.c (Fset_process_filter): Doc fix.
30039
300402007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
30041
30042 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
30043 which caused key-translation-map to applied repeatedly (thus breaking
30044 double-mode).
30045
300462007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
30047
30048 * xselect.c (x_own_selection, x_handle_selection_clear)
30049 (x_clear_frame_selections):
30050 * w32menu.c (list_of_panes, list_of_items):
30051 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
30052 * textprop.c (validate_plist, interval_has_all_properties)
30053 (interval_has_some_properties, interval_has_some_properties_list)
30054 (add_properties, text_property_list):
30055 * process.c (Fget_buffer_process, list_processes_1, status_notify):
30056 * minibuf.c (Fassoc_string):
30057 * macselect.c (x_own_selection, x_clear_frame_selections)
30058 (Fx_disown_selection_internal):
30059 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
30060 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
30061
300622007-10-17 Chong Yidong <cyd@stupidchicken.com>
30063
30064 * process.c: Link to libs for calling res_init() if available.
30065 (Fmake_network_process): Call res_init() before getaddrinfo or
30066 gethostbyname, if possible.
30067
300682007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
30069
30070 * lread.c (read1): Set pvectype for char_tables.
30071
30072 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
30073 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
30074 Add type checks.
30075 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
30076
30077 * alloc.c (free_misc): Use XMISCTYPE.
30078 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
30079
300802007-10-17 Glenn Morris <rgm@gnu.org>
30081
30082 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
30083 (syms_of_minibuf): Add Qcompletion_ignore_case.
30084 * dired.c (Qcompletion_ignore_case): Change to external.
30085 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
30086 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
30087 (Fread_file_name): Use it rather than intern'ing.
30088
30089 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
30090 (Fread_coding_system): Ignore case of user input.
30091
300922007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30093
30094 * xdisp.c (handle_display_prop): Ignore display specs after
30095 replacing one when string text is being replaced.
30096 (handle_single_display_spec): Pretend as if characters with display
30097 property haven't been consumed only when buffer text is being replaced.
30098
300992007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
30100
30101 * xfns.c (Fx_create_frame, Fx_display_list):
30102 * window.c (window_fixed_size_p, enlarge_window)
30103 (shrink_window_lowest_first):
30104 * macterm.c (init_font_name_table):
30105 * macfns.c (Fx_create_frame, Fx_display_list):
30106 * lread.c (close_load_descs):
30107 * keyboard.c (read_char_x_menu_prompt):
30108 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
30109 * coding.c (code_convert_region_unwind): Test the type of an object
30110 rather than just !NILP before extracting data from it.
30111
30112 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
30113
30114 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
30115 (XMISCANY): New macro.
30116 (XMISCTYPE): Use it.
30117 (struct Lisp_Misc_Any): New type.
30118 (union Lisp_Misc): Use it.
30119 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
30120 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
30121 (find_symbol_value, set_internal, default_value, Fset_default)
30122 (Fmake_variable_buffer_local, Fmake_local_variable)
30123 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
30124 (Flocal_variable_if_set_p, Fvariable_binding_locus):
30125 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
30126 * alloc.c (allocate_buffer): Set the size and tag.
30127 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
30128 Use XMISCANY.
30129 (die): Follow the GNU convention for error messages.
30130 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
30131 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
30132 tag any more.
30133 (set_buffer_internal_1):
30134 * frame.c (store_frame_param):
30135 * eval.c (specbind):
30136 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
30137
30138 * doc.c (Fsnarf_documentation): Simplify.
30139
301402007-10-14 Juanma Barranquero <lekktu@gmail.com>
30141
30142 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
30143 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
30144
301452007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
30146
30147 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
30148
301492007-10-14 Juanma Barranquero <lekktu@gmail.com>
30150
30151 * eval.c (do_autoload): Don't save autoloads.
30152
30153 * data.c (Ffset): Save autoload of the function being set.
30154
301552007-10-07 John Paul Wallington <jpw@pobox.com>
30156
30157 * xfns.c (x_create_tip_frame): Set the `display-type' frame
30158 parameter before setting up faces.
30159
301602007-10-13 Eli Zaretskii <eliz@gnu.org>
30161
30162 * ccl.c (Fregister_code_conversion_map):
30163 * keyboard.c (append_tool_bar_item): Reformat last change.
30164
30165 * lisp.h (eabs): Rename from `abs'. All callers changed.
30166
301672007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
30168
30169 * buffer.c (add_overlay_mod_hooklist):
30170 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
30171 * fontset.c (make_fontset):
30172 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
30173 (append_tool_bar_item):
30174 * macmenu.c (grow_menu_items):
30175 * w32menu.c (grow_menu_items):
30176 * xmenu.c (grow_menu_items): Use larger_vector.
30177
301782007-10-13 Eli Zaretskii <eliz@gnu.org>
30179
30180 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
30181 selected frame'' on MSDOS).
30182
301832007-10-12 Martin Rudalics <rudalics@gmx.at>
30184
30185 * frame.c (Qexplicit_name): New variable.
30186 (x_report_frame_params): Report it in parameter alist.
30187 (syms_of_frame): Intern and staticpro it.
30188
301892007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
30190
30191 * macfns.c (x_create_tip_frame): Set terminal for frame.
30192
301932007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
30194
30195 * frame.c (Qenvironment): Remove.
30196 (syms_of_frame) <Qenvironment>: Don't initialize.
30197 (Fdelete_frame): Don't treat the `environment' param specially.
30198 * frame.h (Qenvironment): Don't declare.
30199 * callproc.c (set_initial_environment): Don't set unused frame param.
30200
30201 * frame.c (Fframe_with_environment): Remove.
30202 (syms_of_frame) <Sframe_with_environment>: Don't declare.
30203
30204 * lisp.h (Fframe_with_environment): Don't declare.
30205
302062007-10-10 Juanma Barranquero <lekktu@gmail.com>
30207
30208 * indent.c (indent_tabs_mode, last_known_column)
30209 (last_known_column_modified): Make static.
30210 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
30211
302122007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
30213
30214 * puresize.h (BASE_PURESIZE): Increase to 1170000.
30215
302162007-10-09 Jason Rumney <jasonr@gnu.org>
30217
30218 * w32term.c (x_set_window_size): Disable code that attempts to tell
30219 Lisp code about a size change before it actually happens.
30220
302212007-10-09 Richard Stallman <rms@gnu.org>
30222
30223 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
30224 return HANDLED_RETURN.
30225
302262007-10-08 Martin Rudalics <rudalics@gmx.at>
30227
30228 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
30229 when there's an unread command event.
30230
30231 * frame.c (focus_follows_mouse): Move here from frame.el to allow
30232 window autoselection act appropriately when leaving selected frame.
30233 (syms_of_frame): Initialize focus_follows_mouse.
30234 * frame.h (focus_follows_mouse): Extern it.
30235 * macterm.c (XTread_socket): When focus_follows_mouse is nil
30236 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
30237 * msdos.c (dos_rawgetc): Likewise.
30238 * w32term.c (w32_read_socket): Likewise.
30239 * xterm.c (handle_one_xevent): Likewise.
30240 * xdisp.c (syms_of_xdisp): In doc-string of
30241 mouse-autoselect-window mention focus-follows-mouse.
30242
302432007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30244
30245 * macterm.c (mac_load_query_font): Fix missing return value.
30246 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
30247 Add BLOCK_INPUT.
30248
302492007-10-08 Richard Stallman <rms@gnu.org>
30250
30251 * xdisp.c (get_window_cursor_type): Implement documented behavior
30252 for cursor-in-non-selected-windows = t.
30253
302542007-10-08 Jason Rumney <jasonr@gnu.org>
30255
30256 * w32.c (w32_get_resource): Always close registry keys.
30257
302582007-10-08 Jason Rumney <jasonr@gnu.org>
30259
30260 * makefile.w32-in (LIBS): Add COMCTL32.
30261
30262 * w32fns.c (globals_of_w32fns): Init common controls.
30263
302642007-10-08 Richard Stallman <rms@gnu.org>
30265
30266 * image.c (our_memory_buffer): Rename from omfib_buffer.
30267
302682007-10-08 Richard Stallman <rms@gnu.org>
30269
30270 * buffer.c (Foverlays_at): Doc fix.
30271
302722007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
30273
30274 * fns.c (Fplist_put): Preserve uneven tail data.
30275
302762007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
30277
30278 * termhooks.h (enum event_kind): Remove trailing comma.
30279
30280 * frame.h (enum): Remove trailing comma.
30281
302822007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
30283
30284 * w32proc.c (delete_child): Don't terminate threads of zombies.
30285
302862007-10-08 Martin Rudalics <rudalics@gmx.at>
30287
30288 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
30289
30290 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
30291 last-repeatable-command.
30292 (init_kboard): Initialize Vlast_repeatable_command.
30293 (command_loop_1): Set it to real_this_command unless that was
30294 bound to an input event.
30295 (mark_kboards): Mark it.
30296
302972007-10-08 Richard Stallman <rms@gnu.org>
30298
30299 * eval.c (condition-case): Doc fix.
30300
303012007-10-08 Masatake YAMATO <jet@gyve.org>
30302
30303 * xfaces.c (tty_supports_face_attributes_p): Fix code
30304 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
30305 was copied and not edited.
30306
303072007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
30308
30309 Add new `input-decode-map' keymap and use it for terminal
30310 escape sequences.
30311 * keyboard.h (struct kboard): Add Vinput_decode_map.
30312 Remove Vlocal_key_translation_map.
30313 * keyboard.c (read_key_sequence): Add support for input-decode-map.
30314 (init_kboard): Init input-decode-map.
30315 Replace local-key-translation-map back with key-translation-map.
30316 (syms_of_keyboard): Declare input-decode-map.
30317 Remove local-key-translation-map. Update docstrings.
30318 (mark_kboards): Mark Vinput_decode_map.
30319 Don't mark Vlocal_key_translation_map.
30320 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
30321 Replace local-key-translation-map back with key-translation-map.
30322 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
30323 Bind in input-decode-map rather than function-key-map.
30324
30325 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
30326 This was made redundant by the previous introduction of XSETPVECTYPE.
30327
303282007-10-09 Richard Stallman <rms@gnu.org>
30329
30330 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
30331
303322007-09-29 Richard Stallman <rms@gnu.org>
30333
30334 * eval.c (internal_condition_case_2, internal_condition_case_1)
30335 (internal_condition_case): Reenable abort if x_catching_errors ()
30336 to see if that really happens and why.
30337
303382007-10-06 Andreas Schwab <schwab@suse.de>
30339
30340 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
30341
303422007-10-04 Juanma Barranquero <lekktu@gmail.com>
30343
30344 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
30345
303462007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
30347
30348 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
30349
303502007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
30351
30352 * window.h (struct window):
30353 * window.c (struct save_window_data, struct saved_window):
30354 * termhooks.h (struct terminal):
30355 * process.h (struct Lisp_Process):
30356 * frame.h (struct frame):
30357 * buffer.h (struct buffer):
30358 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
30359 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
30360 The size field of (pseudo)vectors is now unsigned.
30361 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
30362
30363 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
30364 Turn `count' into an integer.
30365
30366 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
30367 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
30368 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
30369 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
30370 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
30371
30372 * alloc.c (allocate_pseudovector): New fun.
30373 (ALLOCATE_PSEUDOVECTOR): New macro.
30374 (allocate_window, allocate_terminal, allocate_frame)
30375 (allocate_process): Use it.
30376 (mark_vectorlike): New function.
30377 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
30378 (mark_terminals): Use it.
30379 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
30380 (Fmake_byte_code): Use XSETPVECTYPE.
30381
30382 * frame.c (Fframe_parameters): Minor simplification.
30383
30384 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
30385
30386 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
30387
30388 * buffer.c (Fget_buffer_create, init_buffer_once):
30389 * lread.c (defsubr):
30390 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
30391
30392 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
30393 defined differently in the m/*.h files.
30394 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
30395 (XSETPVECTYPE): New macro.
30396 (XSETPSEUDOVECTOR): Use it.
30397
30398 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
30399 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
30400
30401 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
30402 * lread.c (defvar_per_buffer):
30403 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
30404
30405 * window.c (candidate_window_p): Only consider as visible frames that
30406 are on the same terminal.
30407
30408 * m/ibms390x.h (MARKBIT): Remove unused macro.
30409
304102007-10-01 Juanma Barranquero <lekktu@gmail.com>
30411
30412 * lread.c (Fload): Fix typo in docstring.
30413
304142007-10-01 Michaël Cadilhac <michael@cadilhac.name>
30415
30416 * floatfns.c (Fexpt): Manually check for overflows, so that a power
30417 of a non-zero value can't yield zero.
30418
304192007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
30420
30421 * term.c (term_clear_mouse_face, term_mouse_highlight)
30422 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
30423
30424 * print.c (safe_debug_print): Use XHASH.
30425
30426 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
30427 Lisp elements such as tags.
30428 (XHASH): New macro.
30429 (EQ): Use it.
30430 (SREF, SSET, STRING_COPYIN): Use SDATA.
30431 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
30432
30433 * alloc.c (mark_terminal): Remove left-over declaration.
30434 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
30435 (allocate_vectorlike): Remove type argument. Adjust callers.
30436 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
30437 Only handle the one remaining MEM_TYPE_VECTORLIKE.
30438
30439 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
30440 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
30441 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
30442 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
30443 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
30444 Use them.
30445
30446 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
30447 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
30448 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
30449
304502007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
30451
30452 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
30453 loaded by default.
30454
304552007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
30456
30457 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
30458 on this tty.
30459 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
30460
30461 * term.c (mouse_face_window): Rename from Qmouse_face_window.
30462 Update all users.
30463 (handle_one_term_event): Use Gpm_DrawPointer.
30464 (Fgpm_mouse_start): Rename from Fterm_open_connection.
30465 Signal errors instead of returning nil. Always return nil.
30466 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
30467 Make it a noop if gpm-mouse was not activated.
30468 (syms_of_term): Update names.
30469
304702007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
30471
30472 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
30473 (init_sys_modes): Check that gpm_tty is the current tty.
30474
30475 * alloc.c (allocate_terminal): Set the vector size to only count the
30476 lisp fields. Initialize those to nil.
30477 (mark_object): Don't treat terminals specially.
30478 (mark_terminal): Remove.
30479 (mark_terminals): Use mark_object instead.
30480
30481 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
30482 the GC to the beginning.
30483
30484 * indent.h:
30485 * indent.c: Use EMACS_INT for ints coming from Elisp data.
30486
30487 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
30488
304892007-09-25 Jason Rumney <jasonr@gnu.org>
30490
30491 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
30492
30493 * w32console.c (create_w32cons_output): Remove.
30494
30495 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
30496
30497 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
30498 (reset_sys_modes): Use reset_terminal_modes_hook.
30499
305002007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
30501
30502 * eval.c (do_autoload): Don't output any message.
30503
305042007-09-24 Juri Linkov <juri@jurta.org>
30505
30506 * emacs.c (standard_args): Change priority of "--no-splash"
30507 from 40 to 3. Add "--no-desktop" with the same priority.
30508
305092007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
30510
30511 * alloc.c (gc_sweep): Check cons cell mark bits word by word
30512 and optimize the case where they are all 1.
30513
305142007-09-23 Johannes Weiner <hannes@saeurebad.de>
30515
30516 * lisp.h (abs): Define if not defined.
30517 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
30518 Don't define `abs', since it's defined in lisp.h.
30519
305202007-09-22 Eli Zaretskii <eliz@gnu.org>
30521
30522 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
30523 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
30524 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
30525 (init_tty): Use DEV_TTY instead of "/dev/tty".
30526 [WINDOWSNT]: No need to protect from NAME arg being null.
30527
305282007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
30529
30530 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
30531 up the tty state.
30532
305332007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
30534
30535 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
30536 (gpm_tty): Change its type.
30537 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
30538 (gpm_tty): Change its type and initialize it.
30539 (Fterm_open_connection): Check the frame is indeed a tty.
30540 Use the new gpm_tty.
30541 (Fterm_close_connection): Use the new gpm_tty.
30542 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
30543 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
30544
305452007-09-21 Juanma Barranquero <lekktu@gmail.com>
30546
30547 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
30548 underline_color, to draw strike-through.
30549
305502007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
30551
30552 * lisp.h (allocate_terminal): Declare.
30553
30554 * window.c (candidate_window_p): Consider frames that are being placed
30555 by the user as somewhere between visible and iconified.
30556 (window_loop): Prefer windows on the current frame.
30557 (Fselect_window): Move the use of select-frame to the beginning so we
30558 can just delegate all the work (it'll call us back anyway).
30559
30560 * frame.c (Qdisplay_environment_variable):
30561 * frame.h (Qdisplay_environment_variable): Delete.
30562
30563 * .gdbinit (xbacktrace): Print the arg's address rather than the value
30564 of the first arg, since that value may be a union.
30565
30566 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
30567 parameter rather than Qdisplay_environment_variable. If all else
30568 fails, look for DISPLAY in initial-environment.
30569
305702007-09-21 Glenn Morris <rgm@gnu.org>
30571
30572 * Makefile.in (emacstool): Remove target.
30573 (lisp, shortlisp): Remove termdev.elc.
30574
305752007-09-21 Markus Triska <markus.triska@gmx.at>
30576
30577 * xterm.c (x_delete_display): Compile session management conditionally.
30578
305792007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
30580
30581 * callproc.c (getenv_internal_1): New function.
30582 (getenv_internal): Use it.
30583 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
30584
30585 * terminal.c (get_terminal): Don't accept ints to represent terminals.
30586 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
30587 (Fset_terminal_parameter): Work with dead terminals as well.
30588 (Fmodify_terminal_parameters): Remove.
30589
30590 * terminal.c (get_terminal): Handle terminals.
30591 Make sure the terminal returned is live.
30592 (create_terminal): Use allocate_terminal.
30593 (mark_terminals): Move to alloc.c.
30594 (delete_terminal): Use terminal->name as liveness status.
30595 NULL out fields after freeing their contents.
30596 Don't deallocate the object.
30597 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
30598 rather than an int.
30599 (Fterminal_live_p): Accept non-integer arguments.
30600 (Fterminal_list): Return terminal objects rather than an ints.
30601
30602 * alloc.c (enum mem_type): New member for `terminal' objects.
30603 (allocate_terminal): New function.
30604 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
30605 Handle terminals.
30606 (mark_terminal): New fun.
30607 (mark_terminals): Move from terminal.c.
30608
30609 * term.c (get_tty_terminal): Don't treat output_initial specially.
30610 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
30611 (delete_tty): Use terminal->name as liveness status.
30612
30613 * termhooks.h (struct terminal): Make it into a pseudovector.
30614 Remove `deleted' replaced by checking `name's nullness.
30615
30616 * print.c (print_object): Handle terminals.
30617
30618 * lisp.h (enum pvec_type): New `terminal' pseudovector.
30619 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
30620
30621 * frame.c (make_terminal_frame):
30622 * keyboard.c (tty_read_avail_input):
30623 * w32term.c (x_delete_terminal):
30624 * xfns.c (Fx_create_frame, x_create_tip_frame):
30625 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
30626
306272007-09-20 Glenn Morris <rgm@gnu.org>
30628
30629 * process.c (Fmake_network_process): Doc fix.
30630
306312007-09-19 Jason Rumney <jasonr@gnu.org>
30632
30633 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
30634
306352007-09-19 Michaël Cadilhac <michael@cadilhac.name>
30636
30637 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
30638 Fix a C warning regarding variable constness.
30639
30640 * xterm.c (handle_one_xevent): Fix a C warning.
30641
306422007-09-18 Jason Rumney <jasonr@gnu.org>
30643
30644 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
30645
306462007-09-17 Jan Djärv <jan.h.d@swipnet.se>
30647
30648 * gtkutil.c (gdpy_def): New variable.
30649 (xg_initialize): Initialize gdpy_def.
30650 (xg_display_close): If no other display exists, set gdpy_def to a
30651 new connection.
30652
306532007-09-16 Jan Djärv <jan.h.d@swipnet.se>
30654
30655 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
30656 when we have no file name for the icon.
30657 (xg_tool_bar_expose_callback): Remove.
30658 (xg_create_tool_bar): Don't connect expose signal to
30659 xg_tool_bar_expose_callback.
30660 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
30661
306622007-09-16 Andreas Schwab <schwab@suse.de>
30663
30664 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
30665 values instead of zapping them.
30666
306672007-09-14 Glenn Morris <rgm@gnu.org>
30668
30669 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
30670 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
30671 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
30672 scope and rename to omfib_buffer for clarity.
30673 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
30674
306752007-09-14 Kenichi Handa <handa@m17n.org>
30676
30677 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
30678
306792007-09-13 Jason Rumney <jasonr@gnu.org>
30680
30681 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
30682
30683 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
30684
30685 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
30686 (mac_term_init): Call here instead, passing rif.
30687
306882007-09-13 Glenn Morris <rgm@gnu.org>
30689
30690 * s/hpux.h: No longer define `static' as nothing.
30691
306922007-09-13 Johan Bockgård <bojohan@gnu.org>
30693
30694 * callint.c (Fcall_interactively): Remove unused var `fun'.
30695
306962007-09-12 Romain Francoise <romain@orebokech.com>
30697
30698 * window.c (prefer_window_split_horizontally, display_buffer):
30699 Revert 2007-09-08 change.
30700
307012007-09-12 Glenn Morris <rgm@gnu.org>
30702
30703 * alloca.c: Remove file.
30704 * Makefile.in (alloca): Do not undef.
30705 (allocaobj, alloca.o): Remove.
30706 (otherobj): Remove allocaobj.
30707 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
30708 * regex.c (C_ALLOCA): Remove all references and code that was only
30709 used when this was defined.
30710 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
30711 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
30712 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
30713
30714 * Makefile.in (SOURCES, unlock, relock): Delete.
30715
30716 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
30717 (menu_grab_callback): All uses changed.
30718
30719 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
30720 (x_reply_selection_request): All uses changed.
30721
307222007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
30723
30724 * lread.c (load_warn_old_style_backquotes): Change message to look
30725 better when it appears in the middle of byte-compiler messages.
30726
307272007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
30728
30729 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
30730
30731 * xterm.c (x_create_terminal): Add comment.
30732
30733 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
30734
307352007-09-10 Richard Stallman <rms@gnu.org>
30736
30737 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
30738
307392007-09-10 Michaël Cadilhac <michael@cadilhac.name>
30740
30741 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
30742 (DEFUN): Document `intspec', use it instead of `prompt'.
30743
30744 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
30745
30746 * data.c (Finteractive_form): If the interactive specification starts
30747 with a `(', use it as a Lisp form.
30748
30749 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
30750 name and file modes.
30751
30752 * callint.c (Fcall_interactively): Comment fixes.
30753
307542007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
30755
30756 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
30757 and compiled functions.
30758
307592007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
30760
30761 * window.c (prefer_window_split_horizontally): New variable.
30762 (display_buffer): Consider splitting window horizontally depending
30763 on prefer_window_split_horizontally.
30764
307652007-09-08 Eli Zaretskii <eliz@gnu.org>
30766
30767 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
30768
307692007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
30770
30771 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
30772
30773 * frame.c (x_set_frame_parameters): Check number is positive before
30774 using XFASTINT.
30775
30776 * window.c (freeze_window_start): Don't presume selected_window holds
30777 a window object.
30778 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
30779
307802007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
30781
30782 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
30783
307842007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
30785
30786 * window.c (Vsplit_window_preferred_function): New var.
30787 (Fdisplay_buffer): Use it.
30788 (syms_of_window): Export, and initialize it.
30789
307902007-09-06 Pixel <pixel@mandriva.com> (tiny change)
30791
30792 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
30793
307942007-09-06 Glenn Morris <rgm@gnu.org>
30795
30796 * gtkutil.c (menu_grab_callback) <cnt>:
30797 * xselect.c (x_reply_selection_request) <cnt>: Move static
30798 variable to file scope.
30799
308002007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
30801
30802 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
30803 consistent values of selected_frame and selected_window.
30804
308052007-09-04 Jason Rumney <jasonr@gnu.org>
30806
30807 * w32console.c (initialize_w32_display): Zero unused hooks.
30808
308092007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
30810
30811 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
30812 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
30813
308142007-09-04 Jason Rumney <jasonr@gnu.org>
30815
30816 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
30817 in w32console.c. Set up input. Remove XXX comments that have been
30818 confirmed as correct.
30819
30820 * s/ms-w32.h (MULTI_KBOARD): Define.
30821
30822 * w32console.c (one_and_only_w32cons): Remove.
30823 (initialize_w32_display): Take terminal argument.
30824
30825 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
30826 initialize_w32_display.
30827 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
30828
30829 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
30830
30831 * keyboard.c (discard_mouse_events): Discard it.
30832 (make_lispy_event): Translate it to a lisp event.
30833 (lispy_wheel_names): Add wheel-left and right events.
30834 (syms_of_keyboard): Enlarge wheel_syms.
30835
30836 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
30837 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
30838
30839 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
30840
30841 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
30842 from WM_MOUSEHWHEEL.
30843 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
30844
30845 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
30846 terminal.
30847
30848 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
30849 keyboard for the terminal.
30850
308512007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
30852
30853 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
30854 (Vresume_tty_hook): Rename from Vresume_tty_functions.
30855 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
30856 and resume-tty-function to resume-tty-hook.
30857 (Fsuspend_tty, Fresume_tty): Use new names.
30858
308592007-09-02 Jan Djärv <jan.h.d@swipnet.se>
30860
30861 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
30862 if it starts with "n:".
30863
308642007-08-31 Jan Djärv <jan.h.d@swipnet.se>
30865
30866 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
30867
308682007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
30869
30870 * frame.h:
30871 * frame.c (Qterm_environment_variable): Remove.
30872 (syms_of_frame): Don't init and staticpro it.
30873
30874 * callproc.c (getenv_internal): Remove special case for $TERM.
30875
30876 * callproc.c (Vinitial_environment): New variable.
30877 (set_initial_environment): Initialize it.
30878 (syms_of_callproc): Declare it.
30879 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
30880 TERM under which a process runs is never related to the TERM in which
30881 Emacs is running.
30882
308832007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
30884
30885 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
30886 * s/darwin.h: ... do it here.
30887
308882007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
30889
30890 * lisp.h (set_initial_environment): Rename from set_global_environment.
30891
30892 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
30893 removed by mistake on the multi-tty branch.
30894
30895 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
30896 (Fmodify_frame_parameters): Return a value.
30897
30898 * image.c (png_load): Comment-out var only used in commented-out code.
30899
30900 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
30901 before passing it to mark_object.
30902
30903 * xfaces.c (internal_resolve_face_name): Return a value.
30904 (internal_resolve_face_name, resolve_face_name_error): Comment out.
30905
30906 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
30907 (x_icon): Comment-out var only used in commented-out code.
30908
309092007-08-29 Romain Francoise <romain@orebokech.com>
30910
30911 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
30912 QUIT hasn't been provided.
30913
309142007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
30915
30916 * callproc.c (child_setup, getenv_internal): Use the
30917 display-environment-variable and term-environment-variable frame params.
30918 (set_initial_environment): Initialise Vprocess_environment.
30919
30920 * config.in: Disable multi-keyboard support on a mac.
30921
30922 * frame.c (Qterm_environment_variable)
30923 (Qdisplay_environment_variable): New variables.
30924 (syms_of_frame): Intern and staticpro them.
30925 (Fmake_terminal_frame): Disable output method test.
30926
30927 * frame.h: Declare them here.
30928
30929 * macfns.c (x_set_mouse_color): Get rif from the frame.
30930 (x_set_tool_bar_lines): Don't use updating_frame.
30931 (mac_window): Add 2 new parameters for consistency with other systems.
30932 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
30933 frame parameters following what is done in X11 and w32. Don't use
30934 FRAME_MAC_DISPLAY_INFO.
30935 (Fx_open_connection, start_hourglass): Remove window-system check.
30936 (x_create_tip_frame): Get the keyboard from the terminal.
30937
30938 * macmenu.c: Reorder includes.
30939 (Fx_popup_menu): Use terminal specific mouse_position_hook.
30940
30941 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
30942 terminal parameter.
30943 (x_clear_frame): Add a frame parameter.
30944 (note_mouse_movement): Get rif from the frame.
30945 (mac_term_init): Initialize the terminal.
30946 (mac_initialize): Make static and move terminal initialization ...
30947 (mac_create_terminal): ... to this new function.
30948
30949 * macterm.h (struct mac_display_info): Add terminal.
30950 (mac_initialize): Delete declaration.
30951
30952 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
30953
30954 * sysdep.c: Comment out text after #endif.
30955
30956 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
30957 is defined. Better initialize ttys in windows. Use terminal
30958 specific mouse_position_hook.
30959
30960 * termhooks.h (union display_info): Add mac_display_info.
30961
30962 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
30963 Set the default minibuffer frame, window_system and the rest of the
30964 frame parameters following what is done in X11.
30965
30966 * w32term.c (w32_initialize): Make static.
30967
30968 * xselect.c (x_handle_selection_clear): Only access
30969 terminal->kboard when MULTI_KBOARD is defined.
30970
30971 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
30972 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
30973
309742007-08-29 Jason Rumney <jasonr@gnu.org>
30975
30976 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
30977 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
30978
30979 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
30980 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
30981
30982 * keyboard.c (restore_kboard_configuration): Only define when
30983 MULTI_KBOARD defined.
30984
30985 * makefile.w32-in: Update dependancies from Makefile.in.
30986 (OBJ1): Add terminal.$(O)
30987
30988 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
30989 Don't define function body.
30990 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
30991
30992 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
30993
30994 * w32.c (request_sigio, unrequest_sigio): Remove.
30995
30996 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
30997 (w32con_clear_frame, w32con_clear_end_of_line)
30998 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
30999 (w32con_delete_glyphs, w32con_set_terminal_window)
31000 (scroll_line, w32_sys_ring_bell): Add frame arg.
31001 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
31002 Add terminal arg.
31003 (PICK_FRAME): Remove.
31004 (w32con_write_glyphs): Use frame specific terminal coding.
31005 (one_and_only_w32cons): New global variable.
31006 (initialize_w32_display): Use it for storing hooks.
31007 (create_w32cons_output): New function.
31008
31009 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
31010 arg a frame.
31011
31012 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
31013 Set window_system.
31014 (x_set_tool_bar_lines): Don't use updating_frame.
31015 (Fx_create_frame): Set terminal and ref count.
31016 (Fx_open_connection): Remove window-system check.
31017
31018 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
31019
31020 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
31021 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
31022 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
31023 Add frame arg.
31024 (x_delete_terminal, w32_create_terminal): New functions.
31025 (w32_term_init): Create a terminal.
31026 (w32_initialize): Move terminal specific initialization to
31027 w32_create_terminal.
31028
31029 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
31030 (w32_clear_rect, w32_clear_area): Use background from frame.
31031 (w32_display_info): Add terminal.
31032 (w32_sys_ring_bell, x_delete_display): Declare here.
31033
31034 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
31035
31036 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
31037
310382007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
31039
31040 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
31041 Fix get_named_tty calls for the controlling tty.
31042
310432007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
31044
194d44e7 31045 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
31046
310472007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
31048
31049 * term.c (tty_insert_glyphs): Add missing first parameter.
31050
310512007-08-29 Károly Lőrentey <karoly@lorentey.hu>
31052
31053 * buffer.c (Fbuffer_list, Fbury_buffer):
31054 Take frame->buried_buffer_list into account.
31055
31056 * cm.c (current_tty): New variable, for cmputc().
31057 (cmputc): Use it.
31058 (cmcheckmagic): Add tty parameter, look up terminal streams there.
31059 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
31060 (cmgoto): Add tty parameter. Pass it on to calccost().
31061 Use emacs_tputs() instead of tputs().
31062
31063 * cm.h (emacs_tputs): New macro to set current_tty, and then call
31064 tputs().
31065 (current_tty): New variable, for cmputc().
31066 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
31067
31068 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
31069 (internal_condition_case, internal_condition_case_1)
31070 (internal_condition_case_2): Don't abort when x_catching_errors.
31071
31072 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
31073 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
31074 prevent crashes caused by bogus longjmps in read_char.
31075
31076 * keymap.h (Fset_keymap_parent): Add EXFUN.
31077
31078 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
31079 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
31080 Remove redundant definition.
31081
31082 * macfns.c (x_set_mouse_color, x_make_gc):
31083 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
31084
31085 * w32term.c (x_free_frame_resources):
31086 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
31087 (w32_initialize): Use the accessor macros for terminal characteristics.
31088
31089 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
31090 Use the accessor macros for terminal characteristics.
31091 * msdos.c (internal_terminal_init): Use the accessor macros for
31092 terminal characteristics.
31093 (ScreenVisualBell, internal_terminal_init):
31094 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
31095
31096 * termopts.h (no_redraw_on_reenter): Declare.
31097
31098 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
31099 (mark_terminals, mark_ttys): Declare.
31100 (Fgarbage_collect): Call them.
31101 (mark_object): Mark buried_buffer_list.
31102
31103 * prefix-args.c: Include stdlib.h for exit.
31104
31105 * syssignal.h: Add comment.
31106
31107 * indent.c: Include stdio.h.
31108
31109 * window.h (Vinitial_window_system): Declare.
31110 (Vwindow_system): Delete declaration.
31111
31112 * fontset.c (Finternal_char_font): Use FRAME_RIF.
31113
31114 * image.c (lookup_image): Don't initialize `c' until the xasserts
31115 have been run.
31116
31117 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
31118 FRAME_FOREGROUND_PIXEL.
31119
31120 * print.c (print_preprocess): Don't lose print_depth levels while
31121 iterating.
31122
31123 * widget.c (update_from_various_frame_slots):
31124 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
31125
31126 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
31127 frames.
31128 (window_internal_height): Remove bogus make_number call.
31129 (init_window_once): Call make_terminal_frame with two zero parameters.
31130
31131 * fileio.c (Fread_file_name): Update comment.
31132
31133 * callint.c (Fcall_interactively):
31134 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
31135 Make sure it is correctly unwound.
31136
31137 * xsmfns.c (x_session_close): New function.
31138
31139 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
31140 Delete declarations.
31141
31142 * xterm.h: Remove declaration for x_fully_uncatch_errors.
31143 (x_output): Remove background_pixel and foreground_pixel fields.
31144 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
31145 (x_delete_device, x_session_close): Declare.
31146
31147 * lread.c: Include setjmp.h. Update declaration of `read_char'.
31148 (read_filtered_event): Call `read_char' with a local
31149 `wrong_kboard_jmpbuf'.
31150
31151 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
31152 Don't call single_kboard_state. Use FRAME_RIF.
31153
31154 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
31155 systems.
31156
31157 * lisp.h (set_process_environment): Rename to `set_global_environment'.
31158 (Fframe_with_environment, Fset_input_meta_mode)
31159 (Fset_quit_char): EXFUN.
31160 (x_create_device, tty_output, terminal, tty_display_info): Declare.
31161 (init_sys_modes, reset_sys_modes): Update prototypes.
31162 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
31163
31164 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
31165 Vlocal_key_translation_map, and Vkeyboard_translate_table.
31166 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
31167 Delete declarations.
31168 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
31169 (temporarily_switch_to_single_kboard, tty_read_avail_input):
31170 New declarations.
31171
31172 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
31173 already does that during init_display(). Call syms_of_keymap
31174 before syms_of_keyboard. Call `syms_of_terminal'.
31175 Call set_initial_environment, not set_process_environment.
31176 (shut_down_emacs): Call reset_all_sys_modes() instead of
31177 reset_sys_modes().
31178
31179 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
31180 (internal_resolve_face_name, resolve_face_name_error): New functions.
31181 (resolve_face_name): Protect against loops and errors thrown by Fget.
31182 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
31183 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
31184
31185 * scroll.c: Replace CURTTY() with local variables throughout the
31186 file (where applicable).
31187 (calculate_scrolling, calculate_direct_scrolling)
31188 (scrolling_1, scroll_cost): Use the accessor macros for terminal
31189 characteristics.
31190
31191 * keymap.c (Vfunction_key_map): Remove.
31192 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
31193 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
31194 (Vkey_translation_map): Remove.
31195 (syms_of_keymap): Remove DEFVAR for key-translation-map.
31196 (Fdescribe_buffer_bindings)
31197 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
31198 Update for terminal-local key-translation-map.
31199
31200 * Makefile.in (callproc.o): Update dependencies.
31201 (lisp, shortlisp): Add termdev.elc.
31202 (obj): Add terminal.o.
31203 (terminal.o): Add dependencies.
31204 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
31205 (data.o, fns.o): Add termhooks.h dependency.
31206 (SOME_MACHINE_LISP): Add dnd.elc.
31207 (minibuf.o): Fix typo.
31208 Update dependencies.
31209
31210 * data.c (do_symval_forwarding, store_symval_forwarding)
31211 (find_symbol_value): Use the selected frame's keyboard, not
31212 current_kboard.
31213
31214 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
31215 Vwindow_system.
31216
31217 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
31218 Fmenu_bar_open.
31219 (syms_of_xmenu): Update defsubr.
31220 (mouse_position_for_popup, Fx_popup_menu)
31221 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
31222 (set_frame_menubar, free_frame_menubar)
b97439ce 31223 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
31224 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
31225 an X frame.
31226
31227 * xselect.c (x_own_selection): Abort if not an X frame.
31228 (some_frame_on_display): Check if it is an X frame.
31229 (x_handle_selection_clear): Deal with MULTI_KBOARD.
31230
31231 * coding.c: Include frame.h and termhooks.h.
31232 (terminal_coding, keyboard_coding): Delete.
31233 (Fset_terminal_coding_system_internal)
31234 (Fset_keyboard_coding_system_internal)
31235 (Fkeyboard_coding_system)
31236 (Fterminal_coding_system): Add a terminal parameter.
31237 Get terminal_coding from the terminal.
31238 (init_coding_once): Don't call setup_coding_system here.
31239
31240 * dispextern.h (set_scroll_region, turn_off_insert)
31241 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
31242 (tty_clear_end_of_line, tty_setup_colors)
31243 (delete_tty, updating_frame)
31244 (produce_special_glyphs, produce_glyphs, write_glyphs)
31245 (insert_glyphs): Remove.
31246 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
31247 (tty_turn_off_highlight, get_tty_size): Add declaration.
31248 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
31249
31250 * frame.h (enum output_method): Add output_initial.
31251 (struct x_output): Delete.
31252 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
31253 Access foreground_pixel and background_pixel directly from the frame.
31254 (tty_display): Delete.
31255 (struct frame): Add buried_buffer_list, foreground_pixel,
31256 background_pixel and terminal. Delete kboard.
31257 (union output_data): Add tty.
31258 (FRAME_KBOARD): Get the kboard from the terminal.
31259 (FRAME_INITIAL_P): New macro.
31260 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
31261 (Qterm_environment_variable, Qdisplay_environment_variable)
31262 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
31263 New declarations.
31264
31265 * termchar.h (tty_output, tty_display_info): New structures.
31266 (tty_list): Declare.
31267 (FRAME_TTY, CURTTY): New macros.
31268 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
31269 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
31270 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
31271 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
31272
31273 * callproc.c: Include frame.h and termhooks.h, for terminal
31274 parameters.
31275 (add_env): New function.
31276 (child_setup): Use it.
31277 (child_setup, getenv_internal): Handle the new Vprocess_environment.
31278 (getenv_internal): Fix get_terminal_param call.
31279 (Fgetenv_internal, egetenv): Update doc.
31280 (syms_of_callproc): Initialize Vprocess_environment to nil.
31281 Register and initialize them. Remove obsolete defvars. Update doc
31282 strings.
31283 (child_setup): Handle Vlocal_environment_variables.
31284 (getenv_internal): Add terminal parameter.
31285 Handle Vlocal_environment_variables.
31286 (Fgetenv_internal): Add terminal parameter.
31287 (child_setup, getenv_internal, Fgetenv_internal): Store the local
31288 environment in a frame (not terminal) parameter. Update doc strings.
31289 (set_initial_environment): Rename from set_global_environment.
31290 Store Emacs environment in initial frame parameter.
31291
31292 * xdisp.c (redisplay_internal): Update references to
31293 `previous_terminal_frame'.
31294 (display_mode_line, Fformat_mode_line): Replace calls to
31295 `push_frame_kboard' with `push_kboard'.
31296 (get_glyph_string_clip_rects): Add extra parentheses and
31297 braces to prevent compiler warnings.
31298 (calc_pixel_width_or_height): Add xassert to check that the
31299 frame is alive. Don't call `lookup_image' on a termcap frame.
31300 (message2_nolog, message3_nolog, redisplay_internal)
31301 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
31302 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
31303 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
31304 (Fx_display_pixel_width, Fx_display_pixel_height)
31305 (Fx_display_planes, Fx_display_color_cells)
31306 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
31307 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
31308 (Fx_display_backing_store, Fx_display_visual_class)
31309 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
31310 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
31311
31312 * xfns.c (x_set_foreground_color x_set_background_color)
31313 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
31314 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
31315 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
31316 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
31317 terminal that is being deleted.
31318 (Fx_create_frame): Use `store_frame_param' to set `window-system'
31319 frame parameter, and make sure it overrides any user-supplied setting.
31320 (Fx_close_connection, Fx_synchronize): Unify argument names with
31321 the rest of the DEFUNs.
31322
31323 * dispnew.c (Fsend_string_to_terminal): Update call to
31324 `get_tty_terminal'.
31325 (Fredraw_frame, Fsend_string_to_terminal)
31326 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
31327 FRAME_TERMCAP_P and FRAME_TTY.
31328 (window_change_signal): Don't believe width/height values that are
31329 impossibly small.
31330 (Vinitial_window_system): Rename from Vwindow_system.
31331 (termscript, Wcm, rif): Delete.
31332
31333 * termhooks.h (struct terminal): New struct containing the
31334 previously global text display hooks and new members NAME,
31335 DELETED and PARAM_ALIST.
31336 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
31337 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
31338 (FRAME_RIF): New macros.
31339 (get_terminal_param, get_device): New declarations.
31340 (termscript): Delete declaration.
31341
31342 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
31343 (XTflash, x_free_frame_resources, x_scroll_bar_create)
31344 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
31345 FRAME_FOREGROUND_PIXEL.
31346 (x_fully_uncatch_errors): Disable definition.
31347 (x_scroll_bar_expose): Fix reference to foreground pixel.
31348 (XTread_socket): Disable loop on all X displays.
31349 (x_delete_terminal): Don't set terminal->deleted and let
31350 delete_terminal delete the frames on the terminal.
31351 (x_delete_display): Doc update to reflect changes in
31352 delete_terminal.
31353 (x_display_info) <terminal>: Move member earlier in the struct.
31354 (deleting_tty): Remove old variable.
31355 (Fsuspend_tty): Call clear_tty_hooks.
31356 (Fresume_tty, init_tty): Call set_tty_hooks.
31357 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
31358 errors on X frames.
31359 (x_catch_errors_unwind): Abort if x_error_message is NULL.
31360 (handle_one_xevent): Initialize `f' to NULL.
31361 (x_delete_terminal, x_create_terminal): New functions.
31362 (XTset_terminal_modes, XTreset_terminal_modes)
31363 (XTread_socket, x_connection_closed, x_term_init)
31364 (x_term_init, x_delete_display): Add terminal parameter.
31365 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
31366 X connections.
31367
31368 * frame.c: Include termchar.h.
31369 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
31370 (Qwindow_system, Qenvironment, Qterm_environment_variable)
31371 (Qdisplay_environment_variable): New vars.
31372 (Fframep): Deal with output_initial.
31373 (Fframe-live-p): Doc fix.
31374 (Fwindow-system): New function.
31375 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
31376 (make_terminal_frame): Don't create frames on a terminal that is
31377 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
31378 (store_frame_param): Check for found_for_frame before calling XFRAME.
31379 (Fmake_terminal_frame): Handle NULL tty names correctly.
31380 (syms_of_frame): Enhance doc string of `default-frame-alist'.
31381 (Fdelete_frame): Remove unused variable `count'. Don't allow other
31382 frames to refer to a deleted frame in their 'environment parameter.
31383 (Fframe_with_environment): New function.
31384 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
31385 (get_future_frame_param): New function.
31386 (Fmake_terminal_frame): Use it.
31387 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
31388
31389 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
31390 * sysdep.c (reset_sys_modes): Update for renames.
31391
31392 * keyboard.c (tty_read_avail_input): New function.
31393 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
31394 (syms_of_keyboard): Defsubr them.
31395 (Fset_input_meta_mode, Fset_quit_char): New functions.
31396 (Fset_input_mode): Split to above functions.
31397 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
31398 parameter. Use it in call to `read_char'.
31399 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
31400 Set wrong_kboard_jmpbuf correctly in recursive calls.
31401 Use current_kboard to access Vkeyboard_translate_table.
31402 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
31403 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
31404 Update longjmp invocations. Remember the original current_kboard,
31405 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
31406 changes it. Comment out unnecessary calls to
31407 `record_single_kboard_state' and `any_kboard_state'.
31408 Update recursive calls.
31409 (wrong_kboard_jmpbuf): Remove global variable.
31410 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
31411 Handle deleted interrupted_kboards correctly; that is a legal
31412 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
31413 and read_char calls. Abort if interrupted_kboard died in read_char.
31414 (any_kboard_state, single_kboard_state)
31415 (push_frame_kboard): Remove function.
31416 (pop_kboard): Switch out of single_kboard mode if the kboard has
31417 been deleted. Remove unused variable. Help debugging by not
31418 changing current_kboard unnecessarily. Set current_kboard to the
31419 kboard of the selected frame when the stored kboard object has
31420 been deleted before pop_kboard.
31421 (temporarily_switch_to_single_kboard): Change first parameter to a
31422 frame pointer. Throw an error when caller wants to change kboards
31423 while in single_kboard mode. Don't push_kboard if we weren't in
31424 single kboard state. Don't pop_kboard if we popped into any
31425 kboard state.
31426 (restore_kboard_configuration): Abort if pop_kboard changed the
31427 kboard in single_kboard mode. Call pop_kboard only after setting
31428 up single_kboard mode.
31429 (Frecursive_edit): Switch to single_kboard mode only in nested
31430 command loops.
31431 (cmd_error, command_loop, command_loop_1, timer_check):
31432 Comment out unnecessary call to `any_kboard_state' and
31433 `record_single_kboard_state'.
31434 (delete_kboard): Exit single_kboard mode if we have just deleted
31435 that kboard. Use FRAME_KBOARD.
31436 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
31437 `fatal_error_signal'.
31438 (record_single_kboard_state): Don't push_kboard if we weren't in
31439 single kboard state. Don't pop_kboard if we popped into any
31440 kboard state.
31441 (push_frame_kboard): Rename to push_kboard.
31442 (kbd_buffer_get_event): Use FRAME_TERMINAL.
31443 (read_avail_input): Read input from all terminals.
31444 (mark_kboards): Also mark Vkeyboard_translate_table.
31445 (kbd_buffer_store_event_hold): Simplify condition.
31446 (read_key_sequence): Reinitialize fkey and keytran at each replay.
31447 (Vkeyboard_translate_table): Move to struct kboard.
31448 (init_kboard): Initialize Vkeyboard_translate_table.
31449 (syms_of_keyboard): Use DEFVAR_KBOARD to define
31450 Vkeyboard_translate_table. Update doc strings. Update docs of
31451 local-function-key-map and function-key-map.
31452
31453 * terminal.c: New file.
31454
31455 * term.c: Include errno.h.
31456 (Vring_bell_function, device_list, initial_device)
31457 (next_device_id, ring_bell, update_begin, update_end)
31458 (set_terminal_window, cursor_to, raw_cursor_to)
31459 (clear_to_end, clear_frame, clear_end_of_line)
31460 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
31461 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
31462 (syms_of_term): Move their initialization to terminal.c.
31463 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
31464 (Ftty_display_color_cells)
31465 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
31466 (clear_tty_hooks, set_tty_hooks)
31467 (init_tty, maybe_fatal): New functions.
31468 (Ftty_type): Return nil if terminal is not on a tty instead of
31469 throwing an error. Doc update.
31470 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
31471 Doc update. Initialize new subrs and variables.
31472 (delete_tty): Use terminal->deleted.
31473 (tty_set_terminal_modes): Rename from set_terminal_modes.
31474 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
31475 (set_scroll_region): Rename to `tty_set_scroll_region'.
31476 (turn_on_insert): Rename to `tty_turn_on_insert'.
31477 (turn_off_insert): Rename to `tty_turn_off_insert'.
31478 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
31479 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
31480 (toggle_highligh): Rename to `tty_toggle_highlight'.
31481 (background_highlight): Rename to `tty_background_highlight'.
31482 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
31483 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
31484 (tty_set_scroll_region, tty_background_highlight)
31485 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
31486 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
31487 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
31488 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
31489 Add static modifier.
31490 (tty_reset_terminal_modes, tty_set_terminal_window)
31491 (tty_set_scroll_region, tty_background_highlight)
31492 (tty_highlight_if_desired, tty_cursor_to)
31493 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
31494 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
31495 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
31496 renames.
31497
314982007-08-28 Jan Djärv <jan.h.d@swipnet.se>
31499
31500 * keyboard.c: Qrtl is new.
31501 (parse_tool_bar_item): Handle :rtl keyword.
31502 (syms_of_keyboard): Intern :rtl keyword.
31503
31504 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
31505
31506 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
31507 so no Lisp code is executed.
31508 (file_for_image, find_rtl_image): New functions.
31509 (xg_get_image_for_pixmap): Use file_for_image.
31510 (update_frame_tool_bar): If direction is RTL, use RTL image if
31511 defined. Use Gtk stock images if defined.
31512
315132007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31514
31515 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
31516 for nonexistent or zero-width glyph in composition glyph.
31517
315182007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
31519
31520 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
31521
31522 * xdisp.c (Finvisible_p): New function.
31523 (syms_of_xdisp): defsubr it.
31524
315252007-08-24 Juanma Barranquero <lekktu@gmail.com>
31526
31527 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
31528 Doc fixes.
31529
315302007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31531
31532 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
31533
315342007-08-24 Martin Rudalics <rudalics@gmx.at>
31535
31536 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
31537 whether decoding has modified buffer contents.
31538
315392007-08-24 Jason Rumney <jasonr@gnu.org>
31540
31541 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
31542 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
31543 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
31544 (init_svg_functions) [HAVE_NTGUI]: New function.
31545 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
31546 (svg_load_image): Use them.
31547 (svg_load_image) [HAVE_NTGUI]: Implement background.
31548
315492007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31550
31551 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
31552 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
31553 (LIBX): Remove @RSVG_LIBS@.
31554 (LIBES): Add $(RSVG_LIBS).
31555
31556 * image.c (svg_load_image): Blend with specified background if exists.
31557 Use IMAGE_BACKGROUND. Add Mac OS Support.
31558
31559 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
31560 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
31561 Remove macros.
31562 [MAC_OSX] (socket_callback): Do nothing.
31563 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
31564 ReceiveNextEvent.
31565 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
31566 socket_callback.
31567 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
31568
315692007-08-22 Glenn Morris <rgm@gnu.org>
31570
31571 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
31572
315732007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
31574
31575 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
31576
31577 * image.c: Add support for SVG images. Some additional comments
31578 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
31579 (svg_image_p): New function to test for SVG image.
31580 (svg_load): New function to load SVG image.
31581 (svg_load_image): New function, helper for svg_load.
31582 (Qsvg): New Lisp_object.
31583 (svg_keyword_index): New enum.
31584 (svg_format): New static `image_keyword' struct.
31585 (svg_type): New static `image_type' struct.
31586 (librsvg/rsvg.h): Include it.
31587
315882007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
31589
31590 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
31591
315922007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
31593
31594 * lread.c (Qold_style_backquotes): New var.
31595 (syms_of_lread): Init and staticpro it.
31596 (load_warn_old_style_backquotes): New fun.
31597 (Fload): Use them to warn about old style backquotes.
31598 (end_of_file_error, Fload): Remove unused vars.
31599
31600 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
31601
31602 * lread.c (Vold_style_backquotes): New var.
31603 (syms_of_lread): Init and export it to Elisp.
31604 (read1): Set it when we find an old-style (back)quote.
31605
316062007-08-22 Jason Rumney <jasonr@gnu.org>
31607
31608 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
31609
316102007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
31611
31612 * puresize.h (BASE_PURESIZE): Increase to 1140000.
31613
316142007-08-19 Richard Stallman <rms@gnu.org>
31615
31616 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
31617
316182007-08-19 Andreas Schwab <schwab@suse.de>
31619
31620 * alloc.c (pure): Round PURESIZE up.
31621
316222007-08-17 Jan Djärv <jan.h.d@swipnet.se>
31623
31624 * xterm.c (handle_one_xevent): Remove check that mouse click is in
31625 active frame.
31626
316272007-08-16 Richard Stallman <rms@gnu.org>
31628
31629 * eval.c (Fcommandp): Add parens to clarify.
31630
31631 * minibuf.c (Fall_completions): Use enum for type of table.
31632
31633 * emacs.c (USAGE2): Improve text.
31634
316352007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
31636
31637 * term.c (tty_default_color_capabilities): Declare static
31638 variables in file scope, to avoid HPUX compiler problem.
31639
316402007-08-13 Jan Djärv <jan.h.d@swipnet.se>
31641
31642 * gtkutil.c (update_frame_tool_bar): Use -1 as index
31643 to gtk_toolbar_insert.
31644
316452007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
31646
31647 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
31648
31649 * insdel.c (reset_var_on_error): New fun.
31650 (signal_before_change, signal_after_change):
31651 Use it to reset (after|before)-change-functions to nil in case of error.
31652 Bind inhibit-modification-hooks to t.
31653 Don't bind (after|before)-change-functions to nil while they run.
31654
316552007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31656
31657 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
31658 filling pixmap with stippled background.
31659
316602007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31661
31662 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
31663 Don't use invisible frame as parent window for repositioning.
31664
316652007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
31666
31667 * print.c (new_backquote_output): Rename from old_backquote_output.
31668 (print): Inverse its logic (according to its name) so as to match the
31669 behavior of new_backquote_flag in lread.c.
31670
316712007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31672
31673 * gmalloc.c (posix_memalign): New function.
31674
31675 * macterm.c (frame_highlight, frame_unhighlight): Don't call
31676 ActivateControl/DeactivateControl here.
31677 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
31678 frame-notice-user-settings is non-nil.
31679 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
31680 for kEventParamFMFontStyle.
31681 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
31682 mac_pass_command_to_system and mac_pass_control_to_system here.
31683 (XTread_socket): Call ActivateControl/DeactivateControl here.
31684 (XTread_socket) [TARGET_API_MAC_CARBON]:
31685 Check mac_pass_command_to_system and mac_pass_control_to_system here.
31686 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
31687 for window repositioning.
31688
316892007-08-08 Glenn Morris <rgm@gnu.org>
31690
31691 * Replace `iff' in doc-strings and comments.
31692
316932007-08-07 Chong Yidong <cyd@stupidchicken.com>
31694
31695 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
31696
316972007-08-07 Martin Rudalics <rudalics@gmx.at>
31698
31699 * fileio.c (Finsert_file_contents): Run format-decode and
31700 after_insert_file_functions on entire buffer when REPLACE is
31701 non-nil and inhibit modification_hooks and point_motion_hooks.
31702 For consistency, run after_insert_file_functions iff something
31703 got inserted. Move signal_after_change and update_compositions
31704 after code running after_insert_file_functions. Make sure that
31705 undo_list doesn't record intermediate steps of the decoding process.
31706
317072007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31708
31709 * emacs.c (main)
31710 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
31711 Call malloc_enable_thread on interactive startup.
31712
31713 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
31714 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
31715 [USE_PTHREAD]: Conditionalize with it.
31716 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
31717 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
31718 New functions.
31719
317202007-08-06 Chong Yidong <cyd@stupidchicken.com>
31721
31722 * xdisp.c (redisplay_window): When restoring original buffer
31723 position, make sure it is still valid.
31724
31725 * image.c (png_load): Ignore png-supplied background color.
31726
317272007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31728
31729 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
31730 Use kCFAbsoluteTimeIntervalSince1970.
31731
31732 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
31733 New variable.
31734 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
31735 event loop should be quit.
31736 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
31737 Quit dialog event loop if quit_dialog_event_loop is set.
31738
31739 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
31740 (Selection): New typedef. Use instead of ScrapRef.
31741 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
31742 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
31743 (mac_clear_selection): Rename from clear_scrap.
31744 (get_flavor_type_from_symbol): New argument SEL and subsume function of
31745 scrap_has_target_type. All uses changed.
31746 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
31747 (mac_selection_has_target_p): New functions.
31748 (mac_put_selection_value): Rename from put_scrap_string.
31749 (mac_get_selection_value): Rename from get_scrap_string.
31750 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
31751 (put_scrap_private_timestamp, scrap_has_target_type)
31752 (get_scrap_private_timestamp): Remove functions.
31753 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
31754 (x_own_selection, x_get_local_selection):
31755 Use mac_valid_selection_value_p.
31756 (x_own_selection): Don't use put_scrap_private_timestamp.
31757 Record OWNERSHIP-INFO into Vselection_alist instead.
31758 (x_get_local_selection): Don't check type if request is local.
31759 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
31760 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
31761
317622007-08-04 Jan Djärv <jan.h.d@swipnet.se>
31763
31764 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
31765 add comment explaining why.
31766
317672007-08-03 Richard Stallman <rms@gnu.org>
31768
31769 * fileio.c (Fvisited_file_modtime): Use make_time.
31770
317712007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
31772
31773 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
31774 build.
31775
317762007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
31777
31778 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
31779
317802007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
31781
31782 * puresize.h (BASE_PURESIZE): Increase to 1130000.
31783
317842007-07-30 Richard Stallman <rms@gnu.org>
31785
31786 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
31787
317882007-07-29 Jan Djärv <jan.h.d@swipnet.se>
31789
31790 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
31791
317922007-07-28 Nick Roberts <nickrob@snap.net.nz>
31793
31794 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
31795 remote default-directory.
31796
31797 * buffer.c (mode-line-format): Update doc string.
31798
317992007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31800
31801 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
31802 scroll bar gap.
31803 (x_scroll_bar_create): Set bar->fringe_extended_p.
31804 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
31805 on frame edge. Check fringe background extension. Don't clear
31806 extended fringe background area.
31807
31808 * w32term.h (struct scroll_bar): New member fringe_extended_p.
31809 (w32_fill_area): Enclose multiple statements with do ... while (0).
31810
31811 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
31812 Extend fringe background to scroll bar gap.
31813 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
31814 Set bar->fringe_extended_p.
31815 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
31816 Put leftmost/rightmost scroll bars on frame edge. Check fringe
31817 background extension. Don't clear extended fringe background area.
31818
31819 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
31820 New member fringe_extended_p.
31821
318222007-07-25 Glenn Morris <rgm@gnu.org>
31823
31824 * Relicense all FSF files to GPLv3 or later.
31825
31826 * COPYING: Switch to GPLv3.
31827
318282007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
31829
31830 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
31831
31832 * data.c (Finteractive_form): Check for the presence of an
31833 `interactive-form' symbol property more thoroughly.
31834
31835 * data.c (Finteractive_form): Use an `interactive-form' property if
31836 present, analogous to the function-documentation property.
31837
318382007-07-24 Jason Rumney <jasonr@gnu.org>
31839
31840 * w32fns.c (x_real_positions): Get real position from OS instead of
31841 calculating it.
31842
318432007-07-23 Jason Rumney <jasonr@gnu.org>
31844
31845 * filelock.c (current_lock_owner): Allow for @ sign in username.
31846
318472007-07-22 Nick Roberts <nickrob@snap.net.nz>
31848
31849 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
31850 remote default-directory.
31851
31852 * buffer.c (mode-line-format): Describe above case in doc string.
31853
318542007-07-20 Eli Zaretskii <eliz@gnu.org>
31855
31856 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
31857 Define if not defined.
31858
318592007-07-18 Jason Rumney <jasonr@gnu.org>
31860
31861 * w32proc.c (w32_executable_type): Handle 64 bit executables.
31862
318632007-07-18 Richard Stallman <rms@gnu.org>
31864
31865 * data.c (Fsetq_default): Doc fix.
31866
31867 * eval.c (Fsetq): Doc fix.
31868
318692007-07-18 Juanma Barranquero <lekktu@gmail.com>
31870
31871 * coding.c (Ffind_operation_coding_system):
31872 * eval.c (For, Fand): Doc fixes.
31873 Reported by Johan Bockgård.
31874
318752007-07-18 Jan Djärv <jan.h.d@swipnet.se>
31876
31877 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
31878
31879 * xterm.h: Declare x_ewmh_activate_frame.
31880
31881 * xterm.c (x_ewmh_activate_frame): New function.
31882 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
31883
318842007-07-17 Martin Rudalics <rudalics@gmx.at>
31885
31886 * window.c (Fdisplay_buffer): If largest or LRU window is the
31887 only window, split it even if it is not eligible for splitting.
31888 This restores the original behavior broken by the 2007-07-15
31889 change.
31890
318912007-07-17 Glenn Morris <rgm@gnu.org>
31892
31893 * abbrev.c (abbrev_check_chars): New function.
31894 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
31895 Call abbrev_check_chars to check abbrev characters are word
31896 constituents. Doc fix.
31897
318982007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
31899
31900 * process.c (Fstart_process, Fmake_network_process)
31901 (read_process_output): Fix up last changes.
31902
319032007-07-16 Eli Zaretskii <eliz@gnu.org>
31904
31905 * makefile.w32-in (clean): Don't delete *~.
31906
319072007-07-16 Andreas Schwab <schwab@suse.de>
31908
31909 * window.c (Fdisplay_buffer): Use NILP.
31910 (Fset_window_scroll_bars): Likewise.
31911
319122007-07-15 Martin Rudalics <rudalics@gmx.at>
31913
31914 * window.c (window_min_size_2): New function.
31915 (window_min_size_1, size_window, Fdisplay_buffer)
31916 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
31917 windows without mode- or header-lines when window-min-height is
31918 too small.
31919 (size_window): Reset nodelete_p after testing it, following an
31920 earlier note by Kim F. Storm.
31921 (display_buffer): Do not set split_height_threshold to twice the
31922 value of window_min_height to avoid changing the value of a
31923 customizable variable. Rather explicitly check whether the
31924 height of the window that shall be splitted is at least as large
31925 as split_height_threshold.
31926 (Fwindow_full_width_p): New defun.
31927 (syms_of_window): Defsubr it.
31928
31929 * window.h: Add EXFUN for Fwindow_full_width_p.
31930
319312007-07-14 Jason Rumney <jasonr@gnu.org>
31932
31933 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
31934
319352007-07-14 Richard Stallman <rms@gnu.org>
31936
31937 * eval.c (maybe_call_debugger): New function.
31938 (find_handler_clause): Use maybe_call_debugger.
31939 Call it when the handler says `debug'.
31940 Eliminate DEBUGGER_VALUE_PTR.
31941 (Fsignal): Eliminate debugger_value.
31942 (Qdebug): New variable.
31943 (syms_of_eval): Initialize it.
31944
319452007-07-14 Juanma Barranquero <lekktu@gmail.com>
31946
31947 * eval.c (Fprogn):
31948 * keyboard.c (Ftrack_mouse):
31949 * print.c (Fwith_output_to_temp_buffer):
31950 * window.c (Fsave_window_excursion): Doc fix.
31951
319522007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
31953
31954 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
31955
319562007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
31957
31958 * process.h (struct Lisp_Process): Turn slots infd, outfd,
31959 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
31960 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
31961 read_output_delay, and read_output_skip from Lisp_Objects to ints.
31962 Remove unused encoding_carryover.
31963 * process.c: Adjust all functions accordingly.
31964
319652007-07-12 Richard Stallman <rms@gnu.org>
31966
31967 * term.c: Include unistd.h only if HAVE_UNISTD_H.
31968
319692007-07-11 Jason Rumney <jasonr@gnu.org>
31970
31971 * makefile.w32-in (LIBS): Include OLE32.
31972
31973 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
31974 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
31975
319762007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
31977
31978 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
31979 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
31980 from a Lisp_Object into a bare pointer.
31981 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
31982 Adjust the code correspondingly.
31983
31984 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
31985
31986 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
31987 (term_show_mouse_face): Remove unused var `j'.
31988 (handle_one_term_event): Remove unused vars `i' and `j'.
31989 Don't cast return value of ttyname since it's not necessary.
31990
319912007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
31992
31993 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
31994 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
31995
31996 * fns.c (map_char_table): Use an array of int for `indices' rather than
31997 an array of Lisp_Objects (which are only ever integers anyway).
31998 (Fmap_char_table): Update caller.
31999 * lisp.h: Update prototype.
32000 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
32001 * fontset.c (Ffontset_info):
32002 * casetab.c (set_case_table): Update callers.
32003
32004 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
32005
32006 * keymap.c (struct accessible_keymaps_data)
32007 (struct where_is_internal_data): New structures.
32008 (accessible_keymaps_1, where_is_internal_1): Use them to change
32009 interface to adhere to the one used by map_keymap.
32010 (Faccessible_keymaps, where_is_internal): Use map_keymap.
32011 (accessible_keymaps_char_table, where_is_internal_2): Remove.
32012
32013 * keymap.h (map_keymap_function_t): More informative prototype.
32014
320152007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
32016
32017 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
32018 (looking_at_1): Don't change search_regs and last_thing_searched
32019 if `inhibit-changing-match-data' is non-nil.
32020 (string_match_1, search_buffer, set_search_regs): Likewise.
32021 (syms_of_search): Add Lisp level definition for
32022 `inhibit-changing-match-data' and set it to nil.
32023 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
32024 start and end of the match, instead of using values in search_regs.
32025
320262007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
32027
32028 * minibuf.c (Fcompleting_read): New value `confirm-only'
32029 for `require-match'.
32030
320312007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
32032
32033 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
32034 part of the 2007-06-27 change to syms_of_fileio.
32035
320362007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32037
32038 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
32039 Check WINDOWP before using XWINDOW. Consolidate return statements.
32040
320412007-06-27 Richard Stallman <rms@gnu.org>
32042
32043 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
32044
320452007-06-27 Juanma Barranquero <lekktu@gmail.com>
32046
32047 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
32048
320492007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32050
32051 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
32052 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
32053 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
32054 (_free_internal, memalign): Use them.
32055 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
32056 Initialize to PTHREAD_MUTEX_INITIALIZER.
32057 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
32058 (morecore_nolock): Rename from morecore. All uses changed.
32059 Use only nolock versions of internal allocation functions.
32060 (_malloc_internal_nolock, _realloc_internal_nolock)
32061 (_free_internal_nolock): New functions created from
32062 _malloc_internal, _realloc_internal, and _free_internal.
32063 (_malloc_internal, _realloc_internal, _free_internal): Use them.
32064 Copy hook value to automatic variable before its use.
32065 (memalign): Copy hook value to automatic variable before its use.
32066
320672007-06-26 Kenichi Handa <handa@m17n.org>
32068
32069 * coding.c (Ffind_operation_coding_system): Docstring improved.
32070 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
32071
320722007-06-25 David Kastrup <dak@gnu.org>
32073
32074 * keymap.c (Fcurrent_active_maps): Add `position' argument.
32075 (Fwhere_is_internal): Adjust call to `current-active-maps' to
32076 cater for additional parameter.
32077
32078 * keymap.h: Adjust number of parameters to `current-active-maps'.
32079
32080 * doc.c (Fsubstitute_command_keys): Adjust call of
32081 `current-active-maps'.
32082
320832007-06-25 David Kastrup <dak@gnu.org>
32084
32085 * callint.c (Fcall_interactively): Make the parsing of interactive
32086 specs somewhat more readable.
32087
320882007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32089
32090 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
32091 to scroll bar gap also when bitmap fills fringe. Draw only foreground
32092 if extended background has already been filled.
32093
320942007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32095
32096 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
32097 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
32098
32099 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
32100 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
32101 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
32102 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
32103 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
32104 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
32105 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
32106 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
32107 Run timers during dialog popup.
32108 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
32109
321102007-06-21 Jason Rumney <jasonr@gnu.org>
32111
32112 * image.c (convert_mono_to_color_image): Swap fore and background.
32113
321142007-06-20 Jason Rumney <jasonr@gnu.org>
32115
32116 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
32117 (w32_free_bdf_font): Unmap memory not handle.
32118
321192007-06-20 Sam Steingold <sds@gnu.org>
32120
32121 * gmalloc.c (__morecore): Fix the declaration to comply with the
32122 definition.
32123
321242007-06-20 Juanma Barranquero <lekktu@gmail.com>
32125
32126 * w32term.c (w32_delete_display): Remove leftover declaration.
32127 (w32_define_cursor, w32_initialize): Make static.
32128
32129 * w32.c (_wsa_errlist): Fix typo in error message.
32130 (init_environment): Ignore any environment variable from the
32131 registry having a null value.
32132
321332007-06-20 Glenn Morris <rgm@gnu.org>
32134
32135 * Makefile.in (LIBGIF): Default to -lgif.
32136
321372007-06-17 Jason Rumney <jasonr@gnu.org>
32138
32139 * w32menu.c (add_menu_item): Don't use multibyte string functions on
32140 unicode strings.
32141
321422007-06-16 Juanma Barranquero <lekktu@gmail.com>
32143
32144 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
32145 Fix typo in docstring.
32146
321472007-06-16 Eli Zaretskii <eliz@gnu.org>
32148
32149 * w32menu.c (add_menu_item): Escape `&' characters in menu items
32150 and their keybindings.
32151
321522007-06-15 Chong Yidong <cyd@stupidchicken.com>
32153
32154 * composite.c (update_compositions): Fix last fix.
32155
321562007-06-14 Jason Rumney <jasonr@gnu.org>
32157
32158 * w32.c (get_process_times_fn): New function pointer.
32159 (globals_of_w32): Intialize it if present in kernel32.dll.
32160 (w32_get_internal_run_time): New function.
32161
32162 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
32163
321642007-06-14 Kenichi Handa <handa@etlken.m17n.org>
32165
32166 * composite.c (update_compositions): Check the validness of
32167 compositions.
32168
321692007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32170
32171 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
32172 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
32173
32174 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
32175 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
32176
32177 * macgui.h (USE_MAC_TOOLBAR): New define.
32178
32179 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
32180 Return immediately unless popup is activated.
32181
32182 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
32183 background to scroll bar gap.
32184 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
32185 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
32186 scroll bars on frame edge. Check fringe background extension.
32187 Don't clear extended fringe background area.
32188 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
32189 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
32190 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
32191 [USE_MAC_TOOLBAR]: New macros.
32192 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
32193 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
32194 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
32195 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
32196 [USE_MAC_TOOLBAR]: New functions.
32197 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
32198 manually if previous repositioning has failed.
32199 (mac_handle_keyboard_event): Use precomputed event kind.
32200 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
32201 as tool bar item click. Handle mouse movement over tool bar items.
32202
32203 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
32204 toolbar_win_gravity.
32205 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
32206 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
32207 Add externs.
32208
32209 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
32210 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
32211
322122007-06-14 Chong Yidong <cyd@stupidchicken.com>
32213
32214 * image.c (search_image_cache): Remove unused variable.
32215
322162007-06-13 Chong Yidong <cyd@stupidchicken.com>
32217
32218 * xfns.c, xmenu.c: Link to xaw3d if available.
32219
322202007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32221
32222 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
32223 frame_foreground and frame_background.
32224
32225 * image.c (lookup_image): Save frame foreground and background colors.
32226 (search_image_cache): Check if saved and current frame colors match.
32227
322282007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
32229
32230 * regex.c (regex_compile): Remove the `regnum' counter.
32231 Use bufp->re_nsub instead. Add support for \(?N:RE\).
32232
322332007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
32234
32235 * term.c: Include intervals.h to declare Fget_text_property.
32236
322372007-06-10 Jason Rumney <jasonr@gnu.org>
32238
32239 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
32240
322412007-06-08 Juanma Barranquero <lekktu@gmail.com>
32242
32243 * callint.c (Fcall_interactively):
32244 * editfns.c (Fdelete_and_extract_region):
32245 * fileio.c (Fread_file_name):
32246 * fns.c (Fmapconcat):
32247 * keyboard.c (cmd_error_internal):
32248 * keymap.c (Fkey_description):
32249 * lread.c (openp):
32250 * minibuf.c (read_minibuf):
32251 * search.c (wordify):
32252 * sunfns.c (sel_read):
32253 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
32254 * xfns.c (x_default_scroll_bar_color_parameter):
32255 * xmenu.c (menu_help_callback):
32256 * xselect.c (Fx_get_atom_name):
32257 * xterm.c (x_term_init): Use empty_unibyte_string.
32258
322592007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
32260
32261 * alloc.c (init_strings): Initialize canonical empty strings.
32262 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
32263 canonical empty string when the requested size is 0.
32264
32265 * emacs.c (empty_unibyte_string): Rename from empty_string.
32266 (empty_multibyte_string): New canonical empty string.
32267 (syms_of_emacs): Don't initialize empty_string.
32268
32269 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
32270 string, if appropriate.
32271 (empty_unibyte_string, empty_multibyte_string): New externs.
32272 (empty_string): Remove extern.
32273
32274 * lread.c (syms_of_lread): Use empty_unibyte_string.
32275
322762007-06-07 Jason Rumney <jasonr@gnu.org>
32277
32278 * s/ms-w32.h: Don't define HAVE_TZNAME.
32279
32280 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
32281
322822007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32283
32284 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
32285
32286 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
32287 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
32288
32289 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
32290 Don't call next handler.
32291 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
32292 Remove argument. Install handler to application.
32293 (set_frame_menubar): Don't change deep_p.
32294 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
32295 FRAME_OUTER_TO_INNER_DIFF_Y.
32296 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
32297 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
32298 [HAVE_DIALOGS]: New macros.
32299 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
32300 Use them.
32301 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
32302
32303 * macselect.c [MAC_OSX] (install_service_handler): Rename from
32304 init_service_handler. All callers changed. Return OSStatus value.
32305
32306 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
32307 All callers changed so as not to call SetPortWindowPort.
32308 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
32309 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
32310 mac_draw_string_common.
32311 (mac_draw_image_string_qd): Likewise.
32312 (mac_draw_string_common): Use them. Add INLINE.
32313 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
32314 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
32315 GetGlobalMouse.
32316 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
32317 and FRAME_OUTER_TO_INNER_DIFF_Y.
32318 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
32319 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
32320 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
32321 repositioning window to mac_handle_window_event.
32322 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
32323 saving window location to mac_handle_window_event
32324 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
32325 (install_menu_target_item_handler): Remove argument in extern.
32326 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
32327 Also accept command events.
32328 (do_keystroke): New function created from XTread_socket.
32329 (init_command_handler): Remove functions.
32330 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
32331 and save window location by kEventWindowShowing and kEventWindowHiding
32332 handlers here. Don't call next handler for window state change and
32333 focus events.
32334 (mac_handle_application_event, mac_handle_keyboard_event)
32335 [TARGET_API_MAC_CARBON]: New functions.
32336 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
32337 kEventWindowShowing and kEventWindowHiding events. Move installation
32338 of mouse, font, text input and menu target item handlers to
32339 install_application_handler.
32340 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
32341 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
32342 New function.
32343 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
32344 Register it.
32345 (XTread_socket) [TARGET_API_MAC_CARBON]:
32346 Consolidate SendEventToEventTarget calls.
32347 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
32348 Move application activation handler to mac_handle_application_event.
32349 Move keyboard handler to mac_handle_keyboard_event.
32350 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
32351 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
32352 init_command_handler. Call install_application_handler.
32353
32354 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
32355 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
32356
323572007-06-07 Glenn Morris <rgm@gnu.org>
32358
32359 * emacs.c (main): Use `emacs-copyright' in --version output.
32360
323612007-06-06 Chong Yidong <cyd@stupidchicken.com>
32362
32363 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
32364
323652007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32366
32367 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
32368
32369 * macgui.h: Replace WindowPtr with WindowRef.
32370
32371 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
32372 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
32373 Replace ControlHandle with ControlRef.
32374 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
32375
32376 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
32377 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
32378 Replace ControlHandle with ControlRef.
32379 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
32380 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
32381
32382 * macterm.h (struct scroll_bar): Rename member control_handle_low
32383 and control_handle_high to control_ref_low and control_ref_high.
32384 All uses changed.
32385 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
32386 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
32387 respectively. All uses changed.
32388 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
32389 (install_window_handler, remove_window_handler): Replace WindowPtr
32390 with WindowRef in externs.
32391
323922007-06-05 Juanma Barranquero <lekktu@gmail.com>
32393
32394 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
32395
323962007-06-03 Nick Roberts <nickrob@snap.net.nz>
32397
32398 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
32399
32400 * frame.c (Fmouse_position, Fmouse_pixel_position):
32401 Condition on HAVE_GPM too.
32402
32403 * term.c (term_mouse_highlight): Remove unused variables.
32404 (Fterm_open_connection): Set gpm_zerobased to 1.
32405 (term_mouse_movement, term_mouse_click, handle_one_term_event):
32406 Use zero based co-ordinates.
32407 (handle_one_term_event): Report a drag as mouse movement too.
32408
32409 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
32410
324112007-06-03 Chong Yidong <cyd@stupidchicken.com>
32412
32413 * image.c (search_image_cache): New function. Require background
32414 color match if background color is unspecified in the image spec.
32415 (uncache_image, lookup_image): Use it.
32416
324172007-06-01 Juanma Barranquero <lekktu@gmail.com>
32418
32419 * window.c (Fshrink_window): Reflow docstring.
32420
324212007-06-02 Chong Yidong <cyd@stupidchicken.com>
32422
32423 * Version 22.1 released.
32424
324252007-06-01 Richard Stallman <rms@gnu.org>
32426
32427 * xfns.c (x_encode_text): Add GCPRO.
32428
324292007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32430
32431 * xfns.c (x_set_name_internal): Save encoded name before
32432 x_encode_text in case string data is relocated.
32433
324342007-05-31 Richard Stallman <rms@gnu.org>
32435
32436 * buffer.c (syms_of_buffer): Doc fix.
32437
324382007-05-30 Nick Roberts <nickrob@snap.net.nz>
32439
32440 * sysdep.c (init_sys_modes): Add rather than replace with
32441 O_NONBLOCK.
32442
32443 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
32444 term_mouse_moveto.
32445
32446 * termhooks.h (term_mouse_moveto): New extern.
32447
32448 * term.c (mouse_face_window): Rename...
32449 (Qmouse_face_window): ...to this.
32450 (term_show_mouse_face, term_clear_mouse_face)
32451 (term_mouse_highlight): Use Qmouse_face_window.
32452 (term_mouse_moveto): New function.
32453 (term_mouse_position): Make it work.
32454 (syms_of_term): Uncomment assignment to mouse_position_hook.
32455 Staticpro Qmouse_face_window.
32456
324572007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32458
32459 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
32460 around current_column call.
32461
324622007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
32463
32464 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
32465 * xdisp.c (next_element_from_buffer):
32466 * window.c (delete_window):
32467 * term.c (term_mouse_highlight):
32468 * msdos.c (getdefdir):
32469 * macterm.c (mac_create_bitmap_from_bitmap_data)
32470 (init_font_name_table):
32471 * fns.c (Fsxhash):
32472 * data.c (Fmake_local_variable):
32473 * ccl.c (ccl_driver): Likewise.
32474
324752007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32476
32477 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
32478 Call mac_wakeup_from_rne on window size change.
32479
324802007-05-25 Chong Yidong <cyd@stupidchicken.com>
32481
32482 * image.c (uncache_image): Fix typo.
32483
324842007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
32485
32486 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
32487
324882007-05-22 Richard Stallman <rms@gnu.org>
32489
32490 * xterm.c (x_connection_closed): Remove NO_RETURN.
32491
324922007-05-22 Martin Rudalics <rudalics@gmx.at>
32493
32494 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
32495
324962007-05-21 Chong Yidong <cyd@stupidchicken.com>
32497
32498 * image.c (uncache_image): New function.
32499 (Fimage_refresh): New function.
32500
325012007-05-20 Jan Djärv <jan.h.d@swipnet.se>
32502
32503 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
32504
325052007-05-20 Nick Roberts <nickrob@snap.net.nz>
32506
32507 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
32508 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
32509
325102007-05-20 Nick Roberts <nickrob@snap.net.nz>
32511
32512 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
32513 conditional on [HAVE_GPM_H].
32514
325152007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
32516
32517 * syntax.c (skip_chars): Update syntax-table only after we checked that
32518 the new location is valid.
32519
325202007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32521
32522 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
32523 mac_get_window_bounds.
32524
325252007-05-20 Nick Roberts <nickrob@snap.net.nz>
32526
32527 * Makefile.in (LIBGPM): Allow it to be set from configure.
32528 If set then link Emacs with it.
32529
32530 * config.in: Regenerate.
32531
32532 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
32533 New externs.
32534
32535 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
32536 Include gpm.h.
32537 (handle_one_term_event, term_gpm): New externs.
32538
32539 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
32540 and allow it to be interrupted by SIGIO.
32541
32542 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
32543 (wait_reading_process_output): Wait on gpm_fd too.
32544 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
32545 (add_gpm_wait_descriptor_called_flag): New variable.
32546 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
32547
32548 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
32549 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
32550 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
32551 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
32552 (make_lispy_event): Add case GPM_CLICK_EVENT.
32553 (read_avail_input): Handle mouse input.
32554
32555 * term.c (write_glyphs_with_face): New function.
32556 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
32557 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
32558 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
32559 (mouse_face_face_id, term_gpm, pos_x, pos_y)
32560 (last_mouse_x, last_mouse_y): New variables.
32561 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
32562 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
32563 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
32564 (Fterm_close_connection): New functions.
32565 (term_init): Initialise mouse_face_window.
32566
325672007-05-19 Chong Yidong <cyd@stupidchicken.com>
32568
32569 * xdisp.c (redisplay_window): If first window line is a
32570 continuation line, recompute the new window start instead of
32571 recentering.
32572
325732007-05-18 Glenn Morris <rgm@gnu.org>
32574
32575 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
32576 Suggested by Alfred M. Szmidt <ams@gnu.org>.
32577
325782007-05-17 Glenn Morris <rgm@gnu.org>
32579
32580 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
32581
325822007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32583
32584 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
32585 dead key repeat and up events.
32586
325872007-05-14 Chong Yidong <cyd@stupidchicken.com>
32588
32589 * image.c (pbm_load): Check image size for monochrome pbm.
32590
325912007-05-13 Chong Yidong <cyd@stupidchicken.com>
32592
32593 * xterm.c (XTread_socket): Revert last change.
32594
325952007-05-12 Chong Yidong <cyd@stupidchicken.com>
32596
32597 * image.c (pbm_load): Correctly check image size for greyscale pbm.
32598
32599 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
32600
326012007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
32602
32603 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
32604 mixup (YAILOM).
32605
326062007-05-07 Andreas Schwab <schwab@suse.de>
32607
32608 * keymap.c (Flookup_key): Fix typo in last change.
32609
326102007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
32611
32612 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
32613 mapping for unibyte strings.
32614
326152007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32616
32617 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
32618 (Fx_popup_dialog) [MAC_OSX]: Likewise.
32619
326202007-04-29 Richard Stallman <rms@gnu.org>
32621
32622 * insdel.c (replace_range): For undo, record insertion first.
32623
326242007-04-29 Andreas Schwab <schwab@suse.de>
32625
32626 * lisp.h (VECSIZE): Use OFFSETOF.
32627
326282007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32629
32630 * xdisp.c (try_window_reusing_current_matrix): Fix number of
32631 disabled lines.
32632
326332007-04-28 Richard Stallman <rms@gnu.org>
32634
32635 * lread.c (read_escape): In a string, \s is always space.
32636
326372007-04-27 Jan Djärv <jan.h.d@swipnet.se>
32638
32639 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
32640
32641 * gtkutil.c (xg_update_menubar, create_menus): Create empty
32642 submenu for menu bar items.
32643
32644See ChangeLog.10 for earlier changes.
32645
32646;; Local Variables:
32647;; coding: utf-8
aac0c6e3
MR
32648;; End:
32649
73b0cd50 32650 Copyright (C) 2007-2011 Free Software Foundation, Inc.
aac0c6e3
MR
32651
32652 This file is part of GNU Emacs.
32653
32654 GNU Emacs is free software: you can redistribute it and/or modify
32655 it under the terms of the GNU General Public License as published by
32656 the Free Software Foundation, either version 3 of the License, or
32657 (at your option) any later version.
32658
32659 GNU Emacs is distributed in the hope that it will be useful,
32660 but WITHOUT ANY WARRANTY; without even the implied warranty of
32661 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32662 GNU General Public License for more details.
32663
32664 You should have received a copy of the GNU General Public License
32665 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.