* xfns.c: conform to C89 pointer rules
[bpt/emacs.git] / src / ChangeLog
1 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
2
3 * xterm.c (x_alloc_nearest_color_1): Avoid unportable int assumption.
4 Emacs assumes two's complement elsewhere, but the assumption is
5 easy to remove here, and this suppresses a warning with Sun C 5.8.
6
7 conform to C89 pointer rules
8
9 * xterm.c (x_draw_fringe_bitmap, handle_one_xevent, x_bitmap_icon):
10 (same_x_server, x_term_init):
11 Change types between char * and unsigned char *, to satisfy C89
12 rules about pointer type compatibility.
13 * doc.c (get_doc_string, Fsnarf_documentation):
14 (Fsubstitute_command_keys): Likewise.
15 * xfns.c (Fx_open_connection, Fx_window_property): Likewise.
16 * bitmaps/gray.xbm (gray_bits): Likewise.
17
18 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
19
20 don't ignore chdir failure
21 * sysdep.c (sys_subshell) [!defined DOS_NT]: Diagnose chdir
22 failure and exit.
23 (sys_subshell) [defined DOS_NT]: Mark with a FIXME the two
24 remaining unchecked chdir calls in this function; some DOS/NT
25 expert needs to fix them.
26 * emacs.c (main): Mark with a FIXME the unchecked chdir calls
27 in this function; some NextStep expert needs to fix them.
28
29 2011-02-05 Glenn Morris <rgm@gnu.org>
30
31 * xfaces.c (Finternal_set_lisp_face_attribute):
32 Try to clarify some error messages. (Bug#2659)
33
34 2011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * editfns.c (save_restriction_restore): Don't forget to invalidate the
37 current_column cache (bug#7946).
38
39 2011-02-05 Kenichi Handa <handa@m17n.org>
40
41 * ftfont.c (ftfont_open): Use FC_DUAL only when it is defined.
42
43 * xftfont.c (xftfont_open): Likewise.
44
45 2011-02-05 Andreas Schwab <schwab@linux-m68k.org>
46
47 * window.c (Fselect_window): Add missing return value.
48
49 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
50
51 xstrcasecmp: conform to C89 pointer rules
52 * xfaces.c (xstrcasecmp): Change args from const unsigned char *
53 to const char *, since they're usually low-level C strings, and
54 this stays compatible with C89 pointer rules. All callers changed.
55
56 * charset.c: conform to C89 pointer rules
57 (define_charset_internal): Switch between char * and unsigned char *.
58
59 * xmenu.c: conform to C89 const rules
60 (xmenu_show, xdialog_show): Declare local var as char *, not
61 const char *, to stay compatible with C89 const rules.
62
63 * xdisp.c: conform to C89 pointer rules
64 (store_mode_line_noprop, display_string, reseat_to_string):
65 (c_string_pos, number_of_chars, message_dolog):
66 (message_log_check_duplicate, set_message_1, store_mode_line_noprop):
67 (display_mode_element, display_string):
68 Switch between char * and unsigned char * to stay compatible wth
69 C89 pointer rules.
70
71 * regex.c: conform to C89 pointer rules
72 (re_wctype): Add cast, as C89 does not allow assigning between
73 char * and unsigned char *.
74 (regex_compile): Likewise.
75
76 sync from gnulib to remove HAVE_STDBOOL_H
77 * config.in: Regenerate.
78
79 2011-02-04 Eli Zaretskii <eliz@gnu.org>
80
81 * makefile.w32-in (LISP_H, PROCESS_H): New variables.
82 Replace all uses of lisp.h with $(LISP_H), and all uses of
83 process.h with $(PROCESS_H).
84 ($(BLD)/editfns.$(O)): Depend on ../lib/strftime.h.
85 ($(BLD)/print.$(O)): Depend on ../lib/ftoastr.h and ../lib/intprops.h.
86
87 * deps.mk: Update for recent changes: gnutls support, gnulib
88 imports, addition of globals.h.
89
90 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on
91 ../lib/ignore-value.h.
92
93 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
94
95 allow C code to suppress warnings about ignored return values
96
97 We need to go through the code and for each such warning, either
98 fix the code to pay attention to the returned value, or tell GCC
99 that we really do want to ignore the returned value. Here is one
100 example of how to do the latter.
101 * sysdep.c: Include <ignore-value.h>.
102 (sys_subshell): Suppress an undesirable warning about not checking
103 the returned value of 'write', as there's nothing useful one can
104 do with that returned value.
105
106 2011-02-03 Jan Djärv <jan.h.d@swipnet.se>
107
108 * xterm.c (x_connection_closed): Remove all calls that calls
109 XSync (Bug#7949).
110
111 2011-02-01 Eli Zaretskii <eliz@gnu.org>
112
113 * image.c (tiff_load): Avoid compiler warning in 2nd arg to
114 TIFFClientOpen.
115
116 2011-02-01 Jan Djärv <jan.h.d@swipnet.se>
117
118 * xsmfns.c (ice_connection_closed): Call delete_read_fd.
119 (x_session_check_input): Change args and return type so it can be used
120 as argument to add_read_fd. Make static. Remove call to select.
121 Call kbd_buffer_store_event for emacs_event.
122 (smc_save_yourself_CB): Also store initial argv to SmRestartCommand.
123 (ice_conn_watch_CB): Call add_read_fd.
124
125 * xterm.c (XTread_socket): Remove HAVE_X_SM block with call to
126 x_session_check_input.
127 (x_session_initialized): Remove definition.
128 (x_initialize): Remove setting of x_session_initialized.
129
130 * xterm.h (x_session_check_input): Remove declaration.
131
132 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
133
134 format-time-string now supports subsecond time stamp resolution
135 * editfns.c (emacs_nmemftime): Renamed from emacs_memftimeu,
136 for consistency with its new argument and with gnulib nstrftime.
137 All callers changed. New argument NS.
138 (Fformat_time_string): Check that the time argument's microseconds
139 component, if any, is in range; this avoids integer overflow and
140 also nstrftime needs this. Document %N.
141
142 2011-01-31 Andreas Schwab <schwab@linux-m68k.org>
143
144 * image.c (DEF_IMGLIB_FN): Add parameter rettype, use it instead
145 of int. All uses adjusted.
146 (PNG_JMPBUF, png_load, jpeg_load, tiff_load, gif_load)
147 (svg_load_image): Remove casts.
148
149 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
150
151 * image.c (fn_png_longjmp, fn_png_set_longjmp_fn): New png
152 function definitions for compiling with libpng-1.5.
153 (PNG_LONGJMP, PNG_JMPBUF): New macros for libpng-1.5.
154 (my_png_error, png_load): Use them. Suggested by Thomas Klausner
155 (Bug#7908).
156
157 2011-01-31 Eli Zaretskii <eliz@gnu.org>
158
159 * s/ms-w32.h (HAVE_STRFTIME): Don't define.
160
161 * makefile.w32-in (OBJ2): Remove strftime.$(O).
162 ($(BLD)/strftime.$(O)): Remove prerequisites.
163
164 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
165
166 src/emacs.c now gets version number from configure.in
167 * emacs.c (emacs_version): Set to VERSION so that it
168 is determined automatically from ../configure.in.
169
170 2011-01-31 Jim Meyering <meyering@redhat.com>
171
172 * charset.c (load_charset_map): Don't deref NULL on failed malloc.
173 Use xmalloc rather than malloc.
174
175 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
176
177 strftime: import from gnulib
178 * Makefile.in (obj): Remove strftime.o, as gnulib now does this for us.
179 * deps.mk (strftime.o): Remove.
180 * editfns.c: Include <strftime.h>, supplied by gnulib.
181 (emacs_strftimeu): Remove decl.
182 (emacs_memftimeu): Use nstrftime (the gnulib name) rather than
183 emacs_strftimeu.
184 * config.in: Regenerate.
185 * strftime.c: Remove; we now use strftime from gnulib.
186
187 Use SSDATA when the context wants char *.
188 * alloc.c, buffer.c, bytecode.c, callproc.c, dired.c:
189 * dispnew.c, doc.c, editfns.c, emacs.c, fileio.c, filelock.c:
190 * fns.c, font.c, frame.c, image.c, indent.c, keyboard.c:
191 * lread.c, minibuf.c, print.c, process.c, search.c, widget.c:
192 * xdisp.c, xfaces.c, xfns.c, xml.c, xselect.c, xterm.c:
193 Use SSDATA (not SDATA) when the context of the expression wants
194 char * (not unsigned char *).
195
196 2011-01-30 Jan Djärv <jan.h.d@swipnet.se>
197
198 * .gdbinit: Read global lisp variables as globals.f_V*.
199
200 2011-01-30 Andreas Schwab <schwab@linux-m68k.org>
201
202 * font.c (PROP_MATCH): Remove parameter N and use strlen instead.
203 All uses changed.
204 (PROP_SAVE): Likewise.
205
206 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
207
208 * keyboard.c (make_lispy_position): Fix typo in last change
209 (Bug#7935).
210
211 2011-01-29 Eli Zaretskii <eliz@gnu.org>
212
213 * s/ms-w32.h (HAVE_MKTIME): Remove.
214
215 * makefile.w32-in (LOCAL_FLAGS): Add -I../lib.
216 (GNULIB): New variable.
217 (LIBS): Add $(GNULIB).
218 $(TEMACS): Depend on $(GNULIB).
219 <top-level>: Fix font-lock disrupted by a lone `"'.
220
221 2011-01-29 Jan Djärv <jan.h.d@swipnet.se>
222
223 * nsselect.m (ns_string_from_pasteboard): Get length of string
224 and use make_string instead of build_string (Bug#7934).
225 (ns_string_to_pasteboard_internal): Use initWithBytesNoCopy
226 instead of stringWithUTF8String (Bug#7934).
227
228 2011-01-29 Anders Lindgren <andlind@gmail.com> (tiny change)
229
230 * nsfont.m (nsfont_open): Ensure that fonts with inexact
231 descenders would not become one pixel too tall (Bug#7887).
232
233 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
234
235 * keyboard.c (make_lispy_position): For clicks on right fringe or
236 margin, compute text position using the X coordinate relative to
237 the left of the text area (Bug#7839).
238
239 2011-01-28 Kenichi Handa <handa@m17n.org>
240
241 * ftfont.c (ftfont_spec_pattern): Check each extra property
242 value.
243
244 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * xdisp.c (safe_eval_handler): Distinguish symbols and strings.
247
248 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
249
250 * font.c (font_parse_fcname): Undefine a temporary macro.
251
252 2011-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 Let the debugger continue to the normal handler (bug#7825).
255 * eval.c (maybe_call_debugger): Declare before new use.
256 (find_handler_clause): Don't call debugger any more.
257 Ignore Vstack_trace_on_error.
258 Use XCAR/XCDR.
259 (syms_of_eval): Remove Vstack_trace_on_error.
260 (Fsignal): Only modify handlerlist when we know we need to do it.
261 Call the debugger when necessary.
262 * globals.h (Vstack_trace_on_error): Remove.
263
264 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
265
266 * font.c (font_parse_fcname): Rewrite GTK font name parser.
267
268 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
269
270 * xdisp.c (handle_fontified_prop): Be careful with font-lock changing
271 the buffer's point-max (bug#7876).
272
273 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
274
275 * lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases.
276 Remove unused case (Bug#6811).
277
278 2011-01-23 Jan Djärv <jan.h.d@swipnet.se>
279
280 * nsterm.m (x_set_offset): Set dont_constrain to 0 so the call to
281 setFrameTopLeftPoint is constrained.
282
283 2011-01-23 Paul Eggert <eggert@cs.ucla.edu>
284
285 Check return values of some library calls.
286 * emacs.c (main): Check dup result.
287 * frame.c: Include <limits.h>, for INT_MIN and INT_MAX.
288 (frame_name_fnn_p): Check strtol result.
289
290 * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clash
291 when calling XpmCreatePixmapFromData.
292
293 Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
294 * lisp.h (SSDATA): New macro.
295 All uses of (char *) SDATA (x) replaced with SSDATA (x),
296 and all uses of (unsigned char *) SDATA (x) replaced with SDATA (x).
297 * gtkutil.c (SSDATA): Remove, as lisp.h now defines this.
298 * xsmfns.c (SSDATA): Likewise.
299
300 2011-01-22 Martin Rudalics <rudalics@gmx.at>
301
302 * window.c (select_window): New function.
303 (Fselect_window): Call it.
304 (inhibit_point_swap): Variable deleted.
305 (Fset_window_configuration): Call select_window directly.
306
307 2011-01-22 Jan Djärv <jan.h.d@swipnet.se>
308
309 * nsterm.m (constrainFrameRect): Only constrain the first time called.
310
311 2011-01-21 Jan Djärv <jan.h.d@swipnet.se>
312
313 * nsterm.m (x_set_offset, windowDidMove): When calculating y, use first
314 screen, not the window screen.
315 (x_set_window_size): Remove constraints.
316 Calculate origin.y only if zooming is 0 and without referring to a
317 screen.
318 (windowWillResize): Don't modify frameSize.
319 (windowDidBecomeKey, mouseDown): Set dont_constrain to 1.
320 (initFrameFromEmacs): Initialize ns_userRect.
321 (windowShouldZoom): Set zooming to one. Remove all other code.
322 (windowWillUseStandardFrame): Move static ns_userRect to EmacsView.
323 Zero it after restore.
324 (constrainFrameRect): New method for EmacsWindow.
325 (mouseDragged): Always post NSWindowDidResizeNotification after call to
326 windowWillResize.
327
328 * nsterm.h (ns_output): Add dont_constrain and zooming.
329 (EmacsView): Add ns_userRect.
330
331 * nsterm.m (keyDown): If ns_right_alternate_modifier is Qleft, check
332 if ns_alternate_modifier is none.
333
334 2011-01-20 Jan Djärv <jan.h.d@swipnet.se>
335
336 * unexmacosx.c: Add comment about include order.
337
338 2011-01-20 Glenn Morris <rgm@gnu.org>
339
340 * minibuf.c (syms_of_minibuf) <read-expression-history>:
341 Give it a doc string.
342 * globals.h: Add Vread_expression_history.
343
344 * macros.c (syms_of_macros) <kbd-macro-termination-hook>:
345 Give it a doc string.
346 * globals.h: Add Vkbd_macro_termination_hook.
347
348 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
349
350 * fns.c (Fyes_or_no_p): Revert 2011-01-07 change, removing ARGS.
351
352 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
353
354 Fix X11 compilation failure.
355 * globals.h (struct emacs_globals): Document f_Vselection_alist.
356 * xselect.c (Vselection_alist): Remove declaration, moving its
357 documentation to globals.h. This fixes a compilation failure
358 induced by the earlier change to globals.h today.
359
360 2011-01-19 Jan Djärv <jan.h.d@swipnet.se>
361
362 * unexmacosx.c: Include config.h before unistd.h (Bug#7859).
363
364 * nsterm.m (ns_input_file, ns_input_font, ns_input_fontsize)
365 (ns_input_line, ns_input_color, ns_input_text, ns_working_text)
366 (ns_input_spi_name, ns_input_spi_arg)
367 (ns_alternate_modifier, ns_right_alternate_modifier)
368 (ns_command_modifier, ns_right_command_modifier, ns_control_modifier)
369 (ns_right_control_modifier, ns_function_modifier)
370 (ns_antialias_text, ns_confirm_quit): Move to globals.h.
371 (Vx_toolkit_scroll_bars, x_use_underline_position_properties)
372 (x_underline_at_descent_line): Remove declaration.
373 (syms_of_nsterm): Remove & from DEFVAR_LISP and DEFVAR_BOOL.
374
375 * nsselect.m (Vns_sent_selection_hooks, Vns_lost_selection_hooks
376 (Vselection_alist, Vselection_converter_alist): Move to globals.h.
377 (syms_of_nsselect): Remove & from DEFVAR_LISP.
378
379 * nsmenu.m (Voverriding_local_map, Voverriding_local_map_menu_flag):
380 Remove declaration.
381
382 * nsfont.m (Vns_reg_to_script, ns_antialias_text): Move to
383 globals.h.
384 (syms_of_nsfont): Remove & from DEFVAR_LISP.
385
386 * nsfns.m (Vmenu_bar_mode, Vtool_bar_mode): Remove declaration.
387 (Vns_icon_type_alist, Vns_version_string): Move to globals.h.
388 (syms_of_nsfns): Remove & from DEFVAR_LISP calls.
389
390 * globals.h (struct emacs_globals): Add f_ns_input_file,
391 f_ns_input_font, f_ns_input_fontsize, f_ns_input_line,
392 f_ns_input_color, f_ns_input_text, f_ns_working_text,
393 f_ns_input_spi_name, f_ns_input_spi_arg, f_ns_alternate_modifier,
394 f_ns_right_alternate_modifier, f_ns_command_modifier,
395 f_ns_right_command_modifier, f_ns_control_modifier,
396 f_ns_right_control_modifier, f_ns_function_modifier,
397 f_ns_antialias_text, f_ns_confirm_quit, f_Vns_icon_type_alist,
398 f_Vns_version_string, f_Vns_sent_selection_hooks,
399 f_Vns_lost_selection_hooks, f_Vselection_alist, f_Vns_reg_to_script
400 and corresponding defines.
401
402
403 2011-01-19 Sam Steingold <sds@gnu.org>
404
405 * w32.c (check_windows_init_file): Remove declarations of
406 Vwindow_system, Vload_path, Qfile_exists_p to fix compilation.
407 * w32fns.c: Fix an error introduced by the previous patch.
408
409 2011-01-19 Tom Tromey <tromey@redhat.com>
410
411 * window.c: Fix error introduced by previous patch.
412
413 2011-01-18 Tom Tromey <tromey@parfait>
414
415 * globals.h: New file.
416 * xterm.h (Vx_pixel_size_width_font_regexp): Remove declaration.
417 * window.h (Vinitial_window_system, Vminibuf_scroll_window)
418 (Vwindow_system_version): Remove declaration.
419 * w32term.h (Vw32_enable_palette)
420 (Vx_pixel_size_width_font_regexp): Remove declaration.
421 * w32menu.c (Voverriding_local_map)
422 (Voverriding_local_map_menu_flag): Remove declaration.
423 * w32inevt.c (Vw32_alt_is_meta, Vw32_apps_modifier)
424 (Vw32_capslock_is_shiftlock, Vw32_enable_caps_lock)
425 (Vw32_enable_num_lock, Vw32_lwindow_modifier)
426 (Vw32_pass_lwindow_to_system, Vw32_pass_rwindow_to_system)
427 (Vw32_phantom_key_code, Vw32_recognize_altgr)
428 (Vw32_rwindow_modifier, Vw32_scroll_lock_modifier)
429 (w32_use_full_screen_buffer): Remove declaration.
430 * w32.c (Vsystem_configuration, Vw32_downcase_file_names)
431 (Vw32_generate_fake_inodes, Vw32_get_true_file_attributes)
432 (w32_num_mouse_buttons, w32_pipe_read_delay): Remove declaration.
433 * termopts.h (Vtruncate_partial_width_windows, inverse_video)
434 (no_redraw_on_reenter, visible_bell): Remove declaration.
435 * sysdep.c (Vsystem_name): Remove declaration.
436 * syntax.h (parse_sexp_lookup_properties): Remove declaration.
437 * menu.h (Vmenu_updating_frame): Remove declaration.
438 * macros.h (Vexecuting_kbd_macro, executing_kbd_macro_index):
439 Remove declaration.
440 * lisp.h (Vafter_init_time, Vafter_load_alist)
441 (Vauto_save_list_file_name, Vbefore_init_time, Vcommand_history)
442 (Vcompletion_regexp_list, Vcurrent_load_list)
443 (Vcurrent_prefix_arg, Vdata_directory, Vdebug_on_error)
444 (Vdoc_directory, Vdoc_file_name, Vdynamic_library_alist)
445 (Vexec_directory, Vexec_path, Vexec_suffixes)
446 (Vface_font_rescale_alist, Vface_ignored_fonts, Vfeatures)
447 (Vhelp_form, Vhistory_length, Vinhibit_field_text_motion)
448 (Vinhibit_quit, Vinhibit_read_only, Vinhibit_redisplay)
449 (Vinstallation_directory, Vinvocation_directory)
450 (Vinvocation_name, Vload_file_rep_suffixes, Vload_history)
451 (Vload_suffixes, Vmark_even_if_inactive, Vmemory_full)
452 (Vmessage_log_max, Vobarray, Vprint_length, Vprint_level)
453 (Vpurify_flag, Vquit_flag, Vsaved_region_selection)
454 (Vscalable_fonts_allowed, Vselect_active_regions)
455 (Vshell_file_name, Vstandard_input, Vstandard_output)
456 (Vsystem_name, Vtemporary_file_directory, Vthrow_on_input)
457 (Vtop_level, Vtty_erase_char, Vundo_outer_limit)
458 (Vuser_login_name, Vwindow_scroll_functions)
459 (Vwindow_system_version, Vx_no_window_manager)
460 (Vx_resource_class, Vx_resource_name, baud_rate)
461 (completion_ignore_case, debug_on_next_call, gc_cons_threshold)
462 (history_delete_duplicates, inhibit_x_resources)
463 (last_nonmenu_event, load_in_progress, max_specpdl_size)
464 (minibuffer_auto_raise, print_escape_newlines, scroll_margin)
465 (use_dialog_box, use_file_dialog): Remove declaration. Include
466 globals.h.
467 * keymap.h (Voverriding_local_map)
468 (Voverriding_local_map_menu_flag, meta_prefix_char): Remove
469 declaration.
470 * keyboard.h (Vdouble_click_time, Vfunction_key_map)
471 (Vinput_method_function, Vkey_translation_map)
472 (Vlucid_menu_bar_dirty_flag, Vthis_original_command)
473 (do_mouse_tracking, extra_keyboard_modifiers)
474 (num_nonmacro_input_events): Remove declaration.
475 * intervals.h (Vchar_property_alias_alist)
476 (Vdefault_text_properties, Vinhibit_point_motion_hooks)
477 (Vtext_property_default_nonsticky): Remove declaration.
478 * gtkutil.h (x_gtk_file_dialog_help_text)
479 (x_gtk_show_hidden_files, x_gtk_use_old_file_dialog)
480 (x_gtk_whole_detached_tool_bar): Remove declaration.
481 * frame.h (Vdefault_frame_alist, Vframe_alpha_lower_limit)
482 (Vmenu_bar_mode, Vmouse_highlight, Vterminal_frame)
483 (Vtool_bar_mode, Vx_resource_class, Vx_resource_name)
484 (focus_follows_mouse): Remove declaration.
485 * fontset.h (Valternate_fontname_alist, Vfontset_alias_alist)
486 (Vignore_relative_composition, Votf_script_alist)
487 (Vuse_default_ascent, Vvertical_centering_font_regexp): Remove
488 declaration.
489 * font.h (Vfont_log): Remove declaration.
490 * dosfns.h (Vdos_display_scancodes, Vdos_version)
491 (Vdos_windows_version, dos_codepage, dos_country_code)
492 (dos_decimal_point, dos_hyper_key, dos_keyboard_layout)
493 (dos_keypad_mode, dos_super_key, dos_timezone_offset): Remove
494 declaration.
495 * disptab.h (Vglyph_table, Vstandard_display_table): Remove
496 declaration.
497 * dispextern.h (Vface_remapping_alist, Vglyphless_char_display)
498 (Vmouse_autoselect_window, Voverflow_newline_into_fringe)
499 (Vshow_trailing_whitespace, Vtool_bar_button_margin)
500 (Vtool_bar_style, cursor_in_echo_area, display_hourglass_p)
501 (inverse_video, mode_line_in_non_selected_windows)
502 (tool_bar_button_relief, tool_bar_max_label_size)
503 (underline_minimum_offset)
504 (unibyte_display_via_language_environment, x_stretch_cursor_p):
505 Remove declaration.
506 * composite.h (Vauto_composition_function)
507 (Vcomposition_function_table): Remove declaration.
508 * commands.h (Vexecuting_kbd_macro)
509 (Vminibuffer_local_completion_map)
510 (Vminibuffer_local_filename_completion_map)
511 (Vminibuffer_local_filename_must_match_map)
512 (Vminibuffer_local_map, Vminibuffer_local_must_match_map)
513 (Vminibuffer_local_ns_map, Vthis_command)
514 (Vunread_command_events, cursor_in_echo_area)
515 (last_command_event, last_nonmenu_event, unread_command_char):
516 Remove declaration.
517 * coding.h (Vcoding_system_for_read, Vcoding_system_for_write)
518 (Vdefault_file_name_coding_system)
519 (Vdefault_process_coding_system, Vfile_name_coding_system)
520 (Vlast_coding_system_used, Vlocale_coding_system)
521 (Vselect_safe_coding_system_function)
522 (Vtranslation_table_for_input, coding_system_require_warning)
523 (eol_mnemonic_dos, eol_mnemonic_mac, eol_mnemonic_undecided)
524 (eol_mnemonic_unix, inherit_process_coding_system): Remove
525 declaration.
526 * charset.h (Vcharset_list, Vcurrent_iso639_language): Remove
527 declaration.
528 * character.h (Vauto_fill_chars, Vchar_direction_table)
529 (Vchar_script_table, Vchar_width_table, Vprintable_chars)
530 (Vscript_representative_chars, Vtranslation_table_vector)
531 (Vunicode_category_table): Remove declaration.
532 * ccl.h (Vfont_ccl_encoder_alist): Remove declaration.
533 * buffer.h (Vafter_change_functions, Vbefore_change_functions)
534 (Vdeactivate_mark, Vfirst_change_hook, Vtransient_mark_mode)
535 (inhibit_modification_hooks): Remove declaration.
536 * xterm.c (syms_of_xterm): Update.
537 (Vx_alt_keysym, Vx_hyper_keysym, Vx_keysym_table)
538 (Vx_meta_keysym, Vx_super_keysym, Vx_toolkit_scroll_bars)
539 (x_mouse_click_focus_ignore_position)
540 (x_underline_at_descent_line)
541 (x_use_underline_position_properties): Remove.
542 * xsmfns.c (syms_of_xsmfns): Update.
543 (Vx_session_id, Vx_session_previous_id): Remove.
544 * xsettings.c (syms_of_xsettings): Update.
545 (Vxft_settings, use_system_font): Remove.
546 * xselect.c (syms_of_xselect): Update.
547 (Vselection_converter_alist, Vx_lost_selection_functions)
548 (Vx_sent_selection_functions, x_selection_timeout): Remove.
549 * xfns.c (syms_of_xfns): Update.
550 (Vgtk_version_string, Vmotif_version_string)
551 (Vx_cursor_fore_pixel, Vx_hourglass_pointer_shape)
552 (Vx_max_tooltip_size, Vx_mode_pointer_shape)
553 (Vx_no_window_manager, Vx_nontext_pointer_shape)
554 (Vx_pixel_size_width_font_regexp, Vx_pointer_shape)
555 (Vx_sensitive_text_pointer_shape)
556 (Vx_window_horizontal_drag_shape, x_gtk_file_dialog_help_text)
557 (x_gtk_show_hidden_files, x_gtk_use_old_file_dialog)
558 (x_gtk_use_system_tooltips, x_gtk_whole_detached_tool_bar):
559 Remove.
560 * xfaces.c (syms_of_xfaces): Update.
561 (Vface_default_stipple, Vface_font_rescale_alist)
562 (Vface_ignored_fonts, Vface_new_frame_defaults)
563 (Vface_remapping_alist, Vfont_list_limit)
564 (Vscalable_fonts_allowed, Vtty_defined_color_alist): Remove.
565 * xdisp.c (syms_of_xdisp): Update.
566 (Vauto_resize_tool_bars, Vblink_cursor_alist)
567 (Vdisplay_pixels_per_inch, Vfontification_functions)
568 (Vframe_title_format, Vglobal_mode_string)
569 (Vglyphless_char_display, Vhourglass_delay, Vhscroll_step)
570 (Vicon_title_format, Vinhibit_redisplay)
571 (Vline_number_display_limit, Vline_prefix)
572 (Vmax_mini_window_height, Vmenu_bar_update_hook)
573 (Vmenu_updating_frame, Vmessage_log_max)
574 (Vmouse_autoselect_window, Vnobreak_char_display)
575 (Voverlay_arrow_position, Voverlay_arrow_string)
576 (Voverlay_arrow_variable_list, Vredisplay_end_trigger_functions)
577 (Vresize_mini_windows, Vshow_trailing_whitespace)
578 (Vtool_bar_border, Vtool_bar_button_margin, Vtool_bar_style)
579 (Vtruncate_partial_width_windows, Vvoid_text_area_pointer)
580 (Vwindow_scroll_functions, Vwindow_size_change_functions)
581 (Vwindow_text_change_functions, Vwrap_prefix)
582 (auto_raise_tool_bar_buttons_p, automatic_hscrolling_p)
583 (debug_end_pos, display_hourglass_p, emacs_scroll_step)
584 (highlight_nonselected_windows, hscroll_margin)
585 (inhibit_eval_during_redisplay, inhibit_free_realized_faces)
586 (inhibit_menubar_update, inhibit_try_cursor_movement)
587 (inhibit_try_window_id, inhibit_try_window_reusing)
588 (line_number_display_limit_width)
589 (make_cursor_line_fully_visible_p, message_truncate_lines)
590 (mode_line_inverse_video, multiple_frames, overline_margin)
591 (scroll_conservatively, scroll_margin, tool_bar_button_relief)
592 (tool_bar_max_label_size, underline_minimum_offset)
593 (unibyte_display_via_language_environment, x_stretch_cursor_p):
594 Remove.
595 * window.c (syms_of_window): Update.
596 (Vminibuf_scroll_window, Vother_window_scroll_buffer)
597 (Vrecenter_redisplay, Vscroll_preserve_screen_position)
598 (Vtemp_buffer_show_function, Vwindow_configuration_change_hook)
599 (Vwindow_point_insertion_type, auto_window_vscroll_p)
600 (mode_line_in_non_selected_windows, next_screen_context_lines)
601 (window_min_height, window_min_width): Remove.
602 (scroll_margin): Remove declaration.
603 * w32term.c (syms_of_w32term): Update.
604 (Vw32_capslock_is_shiftlock, Vw32_grab_focus_on_raise)
605 (Vw32_recognize_altgr, Vw32_swap_mouse_buttons)
606 (Vx_toolkit_scroll_bars, w32_num_mouse_buttons)
607 (w32_use_visible_system_caret, x_underline_at_descent_line)
608 (x_use_underline_position_properties): Remove.
609 (Vcommand_line_args, Vsystem_name, extra_keyboard_modifiers):
610 Remove declaration.
611 * w32select.c (syms_of_w32select): Update.
612 (Vnext_selection_coding_system, Vselection_coding_system): Remove.
613 * w32proc.c (syms_of_ntproc): Update.
614 (Vw32_downcase_file_names, Vw32_generate_fake_inodes)
615 (Vw32_get_true_file_attributes, Vw32_quote_process_args)
616 (Vw32_start_process_inherit_error_mode)
617 (Vw32_start_process_share_console)
618 (Vw32_start_process_show_window, w32_pipe_read_delay): Remove.
619 (Vsystem_name): Remove declaration.
620 * w32font.c (syms_of_w32font): Update.
621 (Vw32_charset_info_alist): Remove.
622 * w32fns.c (globals_of_w32fns, syms_of_w32fns): Update.
623 (Vw32_alt_is_meta, Vw32_apps_modifier, Vw32_bdf_filename_alist)
624 (Vw32_color_map, Vw32_enable_caps_lock, Vw32_enable_num_lock)
625 (Vw32_enable_palette, Vw32_lwindow_modifier)
626 (Vw32_pass_alt_to_system, Vw32_pass_lwindow_to_system)
627 (Vw32_pass_rwindow_to_system, Vw32_phantom_key_code)
628 (Vw32_rwindow_modifier, Vw32_scroll_lock_modifier)
629 (Vx_cursor_fore_pixel, Vx_hourglass_pointer_shape)
630 (Vx_max_tooltip_size, Vx_mode_pointer_shape)
631 (Vx_no_window_manager, Vx_nontext_pointer_shape)
632 (Vx_pixel_size_width_font_regexp, Vx_pointer_shape)
633 (Vx_sensitive_text_pointer_shape)
634 (Vx_window_horizontal_drag_shape, w32_ansi_code_page)
635 (w32_enable_synthesized_fonts, w32_mouse_button_tolerance)
636 (w32_mouse_move_interval)
637 (w32_pass_extra_mouse_buttons_to_system)
638 (w32_pass_multimedia_buttons_to_system, w32_quit_key)
639 (w32_strict_fontnames, w32_strict_painting): Remove.
640 (Vhourglass_delay, Vmenu_bar_mode, Vtool_bar_mode)
641 (Vw32_recognize_altgr, Vwindow_system_version)
642 (w32_num_mouse_buttons, w32_use_visible_system_caret): Remove
643 declaration.
644 * w32console.c (syms_of_ntterm): Update.
645 (w32_use_full_screen_buffer): Remove.
646 (Vtty_defined_color_alist): Remove declaration.
647 * w16select.c (syms_of_win16select): Update.
648 (Vnext_selection_coding_system, Vselection_coding_system): Remove.
649 * undo.c (syms_of_undo): Update.
650 (Vundo_outer_limit, Vundo_outer_limit_function)
651 (undo_inhibit_record_point, undo_limit, undo_strong_limit):
652 Remove.
653 * textprop.c (syms_of_textprop): Update.
654 (Vchar_property_alias_alist, Vdefault_text_properties)
655 (Vinhibit_point_motion_hooks, Vtext_property_default_nonsticky):
656 Remove.
657 * terminal.c (syms_of_terminal): Update.
658 (Vdelete_terminal_functions, Vring_bell_function): Remove.
659 * term.c (syms_of_term): Update.
660 (Vresume_tty_functions, Vsuspend_tty_functions)
661 (no_redraw_on_reenter, system_uses_terminfo, visible_cursor):
662 Remove.
663 * syntax.c (syms_of_syntax): Update.
664 (Vfind_word_boundary_function_table, multibyte_syntax_as_symbol)
665 (open_paren_in_column_0_is_defun_start)
666 (parse_sexp_ignore_comments, parse_sexp_lookup_properties)
667 (words_include_escapes): Remove.
668 * search.c (syms_of_search): Update.
669 (Vinhibit_changing_match_data, Vsearch_spaces_regexp): Remove.
670 * process.c (syms_of_process): Update.
671 (Vprocess_adaptive_read_buffering, Vprocess_connection_type)
672 (delete_exited_processes): Remove.
673 * print.c (syms_of_print): Update.
674 (Vfloat_output_format, Vprint_charset_text_property)
675 (Vprint_circle, Vprint_continuous_numbering, Vprint_gensym)
676 (Vprint_length, Vprint_level, Vprint_number_table)
677 (Vstandard_output, print_escape_multibyte)
678 (print_escape_newlines, print_escape_nonascii, print_quoted):
679 Remove.
680 * msdos.c (syms_of_msdos): Update.
681 (Vdos_unsupported_char_glyph): Remove.
682 (unibyte_display_via_language_environment): Remove declaration.
683 * minibuf.c (syms_of_minibuf): Update.
684 (Vcompletion_regexp_list, Vhistory_add_new_input)
685 (Vhistory_length, Vminibuffer_completing_file_name)
686 (Vminibuffer_completion_confirm)
687 (Vminibuffer_completion_predicate, Vminibuffer_completion_table)
688 (Vminibuffer_exit_hook, Vminibuffer_help_form)
689 (Vminibuffer_history_position, Vminibuffer_history_variable)
690 (Vminibuffer_prompt_properties, Vminibuffer_setup_hook)
691 (Vread_buffer_function, Vread_expression_map)
692 (completion_ignore_case, enable_recursive_minibuffers)
693 (history_delete_duplicates, minibuffer_allow_text_properties)
694 (minibuffer_auto_raise, read_buffer_completion_ignore_case):
695 Remove.
696 * marker.c (syms_of_marker): Update.
697 (byte_debug_flag): Remove.
698 * macros.c (syms_of_macros): Update.
699 (Vexecuting_kbd_macro, executing_kbd_macro_index): Remove.
700 * lread.c (syms_of_lread): Update.
701 (Vafter_load_alist, Vbyte_boolean_vars)
702 (Vbytecomp_version_regexp, Vcurrent_load_list)
703 (Veval_buffer_list, Vload_file_name, Vload_file_rep_suffixes)
704 (Vload_history, Vload_path, Vload_read_function)
705 (Vload_source_file_function, Vload_suffixes, Vobarray)
706 (Vold_style_backquotes, Vpreloaded_file_list, Vread_circle)
707 (Vread_symbol_positions_list, Vread_with_symbol_positions)
708 (Vsource_directory, Vstandard_input, Vuser_init_file, Vvalues)
709 (force_load_messages, load_convert_to_unibyte)
710 (load_dangerous_libraries, load_force_doc_strings)
711 (load_in_progress): Remove.
712 * keymap.c (syms_of_keymap): Update.
713 (Vdefine_key_rebound_commands, Vemulation_mode_map_alists)
714 (Vminibuffer_local_completion_map)
715 (Vminibuffer_local_filename_completion_map)
716 (Vminibuffer_local_filename_must_match_map)
717 (Vminibuffer_local_map, Vminibuffer_local_must_match_map)
718 (Vminibuffer_local_ns_map, Vminor_mode_map_alist)
719 (Vminor_mode_overriding_map_alist, Vwhere_is_preferred_modifier):
720 Remove.
721 * keyboard.c (syms_of_keyboard): Update.
722 (Vauto_save_timeout, Vcommand_error_function)
723 (Vcommand_hook_internal, Vdeactivate_mark)
724 (Vdeferred_action_function, Vdeferred_action_list)
725 (Vdisable_point_adjustment, Vdouble_click_time)
726 (Vecho_keystrokes, Venable_disabled_menus_and_buttons)
727 (Vfunction_key_map, Vglobal_disable_point_adjustment)
728 (Vhelp_char, Vhelp_event_list, Vhelp_form)
729 (Vinput_method_function, Vinput_method_previous_message)
730 (Vkey_translation_map, Vlast_event_frame)
731 (Vlucid_menu_bar_dirty_flag, Vmenu_bar_final_items)
732 (Vminibuffer_message_timeout, Voverriding_local_map)
733 (Voverriding_local_map_menu_flag, Vpost_command_hook)
734 (Vpre_command_hook, Vprefix_help_command)
735 (Vsaved_region_selection, Vselect_active_regions)
736 (Vshow_help_function, Vspecial_event_map, Vsuggest_key_bindings)
737 (Vthis_command, Vthis_command_keys_shift_translated)
738 (Vthis_original_command, Vthrow_on_input, Vtimer_idle_list)
739 (Vtimer_list, Vtool_bar_separator_image_expression, Vtop_level)
740 (Vtty_erase_char, Vunread_command_events)
741 (Vunread_input_method_events, Vunread_post_input_method_events)
742 (auto_save_interval, cannot_suspend, do_mouse_tracking)
743 (double_click_fuzz, extra_keyboard_modifiers)
744 (inhibit_local_menu_bar_menus, last_command_event)
745 (last_input_event, last_nonmenu_event, menu_prompt_more_char)
746 (menu_prompting, meta_prefix_char, num_input_keys)
747 (num_nonmacro_input_events, polling_period, unread_command_char):
748 Remove.
749 * insdel.c (syms_of_insdel): Update.
750 (Vcombine_after_change_calls, check_markers_debug_flag): Remove.
751 * indent.c (syms_of_indent): Update.
752 (indent_tabs_mode): Remove.
753 * image.c (syms_of_image): Update.
754 (Vimage_cache_eviction_delay, Vimage_types)
755 (Vimagemagick_render_type, Vmax_image_size, Vx_bitmap_file_path)
756 (cross_disabled_images): Remove.
757 * fringe.c (syms_of_fringe): Update.
758 (Vfringe_bitmaps, Voverflow_newline_into_fringe): Remove.
759 * frame.c (syms_of_frame): Update.
760 (Vdefault_frame_alist, Vdefault_frame_scroll_bars)
761 (Vdelete_frame_functions, Vframe_alpha_lower_limit)
762 (Vmake_pointer_invisible, Vmenu_bar_mode, Vmouse_highlight)
763 (Vmouse_position_function, Vterminal_frame, Vtool_bar_mode)
764 (Vx_resource_class, Vx_resource_name, focus_follows_mouse):
765 Remove.
766 * fontset.c (syms_of_fontset): Update.
767 (Valternate_fontname_alist, Vfont_encoding_charset_alist)
768 (Vfontset_alias_alist, Vignore_relative_composition)
769 (Votf_script_alist, Vuse_default_ascent)
770 (Vvertical_centering_font_regexp): Remove.
771 * font.c (syms_of_font): Update.
772 (Vfont_encoding_alist, Vfont_log, Vfont_slant_table)
773 (Vfont_weight_table, Vfont_width_table): Remove.
774 * fns.c (syms_of_fns): Update.
775 (Vfeatures, use_dialog_box, use_file_dialog): Remove.
776 * filelock.c (syms_of_filelock): Update.
777 (Vtemporary_file_directory): Remove.
778 * fileio.c (syms_of_fileio): Update.
779 (Vafter_insert_file_functions, Vauto_save_include_big_deletions)
780 (Vauto_save_list_file_name, Vauto_save_visited_file_name)
781 (Vdefault_file_name_coding_system, Vfile_name_coding_system)
782 (Vfile_name_handler_alist, Vinhibit_file_name_handlers)
783 (Vinhibit_file_name_operation, Vset_auto_coding_function)
784 (Vwrite_region_annotate_functions)
785 (Vwrite_region_annotations_so_far)
786 (Vwrite_region_post_annotation_function)
787 (delete_by_moving_to_trash, write_region_inhibit_fsync): Remove.
788 (Vw32_get_true_file_attributes): Remove declaration.
789 * eval.c (syms_of_eval): Update.
790 (Vdebug_ignored_errors, Vdebug_on_error, Vdebug_on_signal)
791 (Vdebugger, Vinhibit_quit, Vmacro_declaration_function)
792 (Vquit_flag, Vsignal_hook_function, Vstack_trace_on_error)
793 (debug_on_next_call, debug_on_quit, debugger_may_continue)
794 (max_lisp_eval_depth, max_specpdl_size): Remove.
795 * emacs.c (syms_of_emacs): Update.
796 (Vafter_init_time, Vbefore_init_time, Vcommand_line_args)
797 (Vdynamic_library_alist, Vemacs_copyright, Vemacs_version)
798 (Vinstallation_directory, Vinvocation_directory)
799 (Vinvocation_name, Vkill_emacs_hook, Vpath_separator)
800 (Vprevious_system_messages_locale, Vprevious_system_time_locale)
801 (Vsystem_configuration, Vsystem_configuration_options)
802 (Vsystem_messages_locale, Vsystem_time_locale, Vsystem_type)
803 (inhibit_x_resources, noninteractive1): Remove.
804 * editfns.c (syms_of_editfns): Update.
805 (Vbuffer_access_fontified_property)
806 (Vbuffer_access_fontify_functions, Vinhibit_field_text_motion)
807 (Voperating_system_release, Vsystem_name, Vuser_full_name)
808 (Vuser_login_name, Vuser_real_login_name): Remove.
809 * dosfns.c (syms_of_dosfns): Update.
810 (Vdos_display_scancodes, Vdos_version, Vdos_windows_version)
811 (dos_codepage, dos_country_code, dos_decimal_point)
812 (dos_hyper_key, dos_keyboard_layout, dos_keypad_mode)
813 (dos_super_key, dos_timezone_offset): Remove.
814 * doc.c (syms_of_doc): Update.
815 (Vbuild_files, Vdoc_file_name): Remove.
816 * dispnew.c (syms_of_display): Update.
817 (Vglyph_table, Vinitial_window_system)
818 (Vredisplay_preemption_period, Vstandard_display_table)
819 (Vwindow_system_version, baud_rate, cursor_in_echo_area)
820 (inverse_video, redisplay_dont_pause, visible_bell): Remove.
821 * dired.c (syms_of_dired): Update.
822 (Vcompletion_ignored_extensions): Remove.
823 (Vw32_get_true_file_attributes): Remove declaration.
824 * dbusbind.c (syms_of_dbusbind): Update.
825 (Vdbus_debug, Vdbus_registered_buses)
826 (Vdbus_registered_objects_table): Remove.
827 * data.c (syms_of_data): Update.
828 (Vmost_negative_fixnum, Vmost_positive_fixnum): Remove.
829 * composite.c (syms_of_composite): Update.
830 (Vauto_composition_function, Vauto_composition_mode)
831 (Vcompose_chars_after_function, Vcomposition_function_table):
832 Remove.
833 * coding.c (syms_of_coding): Update.
834 (Vcharset_revision_table, Vcoding_category_list)
835 (Vcoding_system_alist, Vcoding_system_for_read)
836 (Vcoding_system_for_write, Vcoding_system_list)
837 (Vdefault_process_coding_system, Venable_character_translation)
838 (Vfile_coding_system_alist, Vlast_code_conversion_error)
839 (Vlast_coding_system_used, Vlatin_extra_code_table)
840 (Vlocale_coding_system, Vnetwork_coding_system_alist)
841 (Vprocess_coding_system_alist)
842 (Vselect_safe_coding_system_function)
843 (Vstandard_translation_table_for_decode)
844 (Vstandard_translation_table_for_encode)
845 (Vtranslation_table_for_input, coding_system_require_warning)
846 (eol_mnemonic_dos, eol_mnemonic_mac, eol_mnemonic_undecided)
847 (eol_mnemonic_unix, inherit_process_coding_system)
848 (inhibit_eol_conversion, inhibit_iso_escape_detection)
849 (inhibit_null_byte_detection): Remove.
850 * cmds.c (syms_of_cmds): Update.
851 (Vpost_self_insert_hook): Remove.
852 * charset.c (syms_of_charset): Update.
853 (Vcharset_list, Vcharset_map_path, Vcurrent_iso639_language)
854 (inhibit_load_charset_map): Remove.
855 * character.c (syms_of_character): Update.
856 (Vauto_fill_chars, Vchar_direction_table, Vchar_script_table)
857 (Vchar_width_table, Vprintable_chars)
858 (Vscript_representative_chars, Vtranslation_table_vector)
859 (Vunicode_category_table): Remove.
860 * ccl.c (syms_of_ccl): Update.
861 (Vcode_conversion_map_vector, Vfont_ccl_encoder_alist)
862 (Vtranslation_hash_table_vector): Remove.
863 * category.c (syms_of_category): Update.
864 (Vword_combining_categories, Vword_separating_categories): Remove.
865 * callproc.c (syms_of_callproc): Update.
866 (Vconfigure_info_directory, Vdata_directory, Vdoc_directory)
867 (Vexec_directory, Vexec_path, Vexec_suffixes)
868 (Vinitial_environment, Vprocess_environment)
869 (Vshared_game_score_directory, Vshell_file_name): Remove.
870 * callint.c (syms_of_callint): Update.
871 (Vcommand_debug_status, Vcommand_history, Vcurrent_prefix_arg)
872 (Vmark_even_if_inactive, Vmouse_leave_buffer_hook): Remove.
873 * bytecode.c (syms_of_bytecode): Update.
874 (Vbyte_code_meter, byte_metering_on): Remove.
875 * buffer.c (syms_of_buffer): Update.
876 (Vafter_change_functions, Vbefore_change_functions)
877 (Vchange_major_mode_hook, Vfirst_change_hook)
878 (Vinhibit_read_only, Vkill_buffer_query_functions)
879 (Vtransient_mark_mode, inhibit_modification_hooks): Remove.
880 * alloc.c (syms_of_alloc): Update.
881 (Vgc_cons_percentage, Vgc_elapsed, Vmemory_full)
882 (Vmemory_signal_data, Vpost_gc_hook, Vpurify_flag)
883 (cons_cells_consed, floats_consed, garbage_collection_messages)
884 (gc_cons_threshold, gcs_done, intervals_consed)
885 (misc_objects_consed, pure_bytes_used, string_chars_consed)
886 (strings_consed, symbols_consed, vector_cells_consed): Remove.
887
888 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
889 (DEFVAR_INT): Assume global is in `globals'.
890 * alloc.c (globals): Define.
891
892 2011-01-18 Tom Tromey <tromey@redhat.com>
893
894 * image.c (Vimagemagick_render_type): Remove redundant
895 definition.
896
897 2011-01-18 Tom Tromey <tromey@redhat.com>
898
899 * xdisp.c (emacs_scroll_step): Rename from scroll_step.
900 (try_scrolling): Rename argument to 'arg_scroll_conservatively'.
901 (redisplay_window): Update.
902 (syms_of_xdisp): Update.
903
904 2011-01-18 Tom Tromey <tromey@redhat.com>
905
906 * gtkutil.h (x_gtk_use_old_file_dialog, x_gtk_show_hidden_files)
907 (x_gtk_file_dialog_help_text, x_gtk_whole_detached_tool_bar):
908 Declare.
909 * gtkutil.c (xg_uses_old_file_dialog):
910 (xg_get_file_with_chooser):
911 (xg_tool_bar_detach_callback): Don't redeclare globals.
912
913 2011-01-18 Tom Tromey <tromey@redhat.com>
914
915 * lisp.h (DEFVAR_BUFFER_DEFAULTS): New macro.
916 * buffer.c (syms_of_buffer): Use DEFVAR_BUFFER_DEFAULTS.
917
918 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
919
920 * lisp.h (DECL_ALIGN): Define if HAVE_ATTRIBUTE_ALIGNED, not if
921 defined __GNUC__. ../configure now checks for this GCC feature,
922 which is now also supported by IBM and Oracle compilers.
923 (USE_LSB_TAG) [defined DECL_ALIGN]: Also define if defined __sun,
924 since Solaris malloc returns mult-of-8.
925
926 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
927
928 * image.c (syms_of_image): Don't access XSYMBOL's internals directly.
929
930 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
931
932 Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.
933 * lisp.h (FLOAT_TO_STRING_BUFSIZE): New macro.
934 * data.c (Fnumber_to_string): Use it.
935 * print.c (float_to_string, print_object): Likewise.
936
937 Include <unistd.h> unilaterally.
938 * alloc.c, atimer.c, buffer.c, callproc.c, dired.c, dispnew.c, doc.c:
939 * doprnt.c, editfns.c, emacs.c, fileio.c, filelock.c, fns.c:
940 * getloadavg.c, getpagesize.h, gmalloc.c, image.c, keyboard.c:
941 * lread.c, process.c, process.h, ralloc.c, regex.c, sysdep.c:
942 * systty.h, term.c, termcap.c, xfns.c, xrdb.c, xselect.c, xsmfns.c:
943 * xterm.c:
944 Include <unistd.h> without worrying about HAVE_UNISTD_H, since
945 unistd.h is always present now, possibly supplied by gnulib.
946
947 * mktime.c: Remove; moving to ../lib.
948
949 Use gnulib's mktime module.
950 * deps.mk (mktime.o): Remove rule.
951
952 Use gnulib's ftoastr module.
953 * print.c: Include ftoastr.h.
954 (FLT_RADIX, DBL_MANT_DIG, DBL_DIG, DBL_MIN, DOUBLE_DIGITS_BOUND):
955 Remove; no longer needed.
956 (float_to_string): Use dtoastr rather than rolling our own code,
957 which had an off-by-one bug on non-IEEE hosts.
958
959 Automate syncing from gnulib.
960 * Makefile.in (lib): New macro.
961 (ALL_CFLAGS): Add -I$(lib) -I$(srcdir)/../lib.
962 ($(lib)/libgnu.a): New rule.
963 (temacs$(EXEEXT)): Also link $(lib)/libgnu.a.
964
965 * xfns.c (x_real_positions): Fix signedness of local var 'ign'.
966 XGetGeometry wants unsigned int *, not int *, for its last 4 args,
967 so change the type of 'ign' to unsigned int from int.
968
969 * regex.c (analyse_first): Remove unreachable 'continue' statement.
970
971 * xterm.h (struct x_display_info): Remove stray semicolon.
972 The extra semicolon didn't conform to the C standard.
973 Problem reported by Sun cc.
974
975 * lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics.
976 These changes make compilation easier to follow with Sun cc.
977 (ARRAY_MARK_FLAG): Make it signed, so that it can be assigned to
978 EMACS_INT values without provoking overflow diagnostics.
979 (PSEUDOVECTOR_FLAG): Likewise, for consistency.
980 (XSET) [! USE_LSB_TAG]: Use unsigned left shift to avoid overflow
981 diagnostic with signed left shift.
982
983 * fileio.c (make_temp_name): Remove unreachable code.
984
985 * fontset.c (free_realized_fontset): Mark unreachable code with if (0).
986 Previously it was marked by preceding it with "return;", but
987 Sun cc complains about this.
988
989 * coding.c (decode_coding_emacs_mule): Remove unreachable code.
990 This is a typo left over from 2009-03-06T07:51:52Z!handa@m17n.org,
991 which fixed Bug#2370. Caught by Sun cc.
992
993 2011-01-15 Martin Rudalics <rudalics@gmx.at>
994
995 * window.c (inhibit_point_swap): New variable.
996 (Fselect_window): If inhibit_point_swap is nonzero, avoid swapping
997 point this time.
998 (Fset_window_configuration): Set inhibit_point_swap to 1 instead
999 of setting selected_window to nil (Bug#7728).
1000
1001 2011-01-11 Tassilo Horn <tassilo@member.fsf.org>
1002
1003 * image.c (imagemagick_load_image, Finit_image_library):
1004 Free intermediate image after creating a MagickWand from it.
1005 Terminate MagickWand environment after image loading.
1006
1007 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
1008
1009 * dbusbind.c (Fdbus_register_service): Raise an error in case of
1010 unexpected return values.
1011 (Fdbus_register_method): Remove connection initialization.
1012
1013 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
1014
1015 * dbusbind.c (QCdbus_request_name_allow_replacement): New symbol;
1016 used by Fdbus_register_service.
1017 (QCdbus_request_name_replace_existing): Likewise.
1018 (QCdbus_request_name_do_not_queue): Likewise.
1019 (QCdbus_request_name_reply_primary_owner): Likewise.
1020 (QCdbus_request_name_reply_in_queue): Likewise.
1021 (QCdbus_request_name_reply_exists): Likewise.
1022 (QCdbus_request_name_reply_already_owner): Likewise.
1023 (Fdbus_register_service): New function.
1024 (Fdbus_register_method): Use Fdbus_register_service to do the name
1025 registration.
1026 (syms_of_dbusbind): Add symbols dbus-register-service,
1027 :allow-replacement, :replace-existing, :do-not-queue,
1028 :primary-owner, :existing, :in-queue and :already-owner.
1029
1030 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
1031
1032 * gtkutil.c (update_frame_tool_bar): Don't advance tool-bar index
1033 when removing extra buttons.
1034
1035 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
1036
1037 * fns.c (Fyes_or_no_p): Doc fix.
1038
1039 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
1040
1041 * fns.c (Fyes_or_no_p): Add usage.
1042
1043 2011-01-08 Glenn Morris <rgm@gnu.org>
1044
1045 * makefile.w32-in ($(EMACS)):
1046 * Makefile.in (emacs$(EXEEXT)): -batch implies -q.
1047
1048 * xdisp.c (syms_of_xdisp) <Qrisky_local_variable>: Move from here...
1049 * emacs.c (syms_of_emacs) <Qrisky_local_variable>: ...to here.
1050
1051 2011-01-07 Andreas Schwab <schwab@linux-m68k.org>
1052
1053 * image.c (imagemagick_load_image): Fix some resource leaks and
1054 error handling.
1055
1056 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
1057
1058 * fns.c (Fyes_or_no_p): Accept format string args.
1059
1060 2011-01-07 Glenn Morris <rgm@gnu.org>
1061
1062 * emacs.c (no_site_lisp): New int.
1063 (USAGE1): Add --no-site-lisp, mention -Q uses it.
1064 (main): Set no_site_lisp.
1065 (standard_args): Add --no-site-lisp.
1066 * lisp.h (no_site_lisp): New int.
1067 * lread.c (init_lread): If no_site_lisp, don't re-add site-lisp
1068 directories to Vload_path.
1069
1070 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
1071
1072 * alloc.c (mark_stack): Use __builtin_unwind_init if available.
1073
1074 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
1075
1076 * dbusbind.c (Fdbus_register_method): Add optional parameter
1077 dont_register_service. Updated docstring accordingly.
1078
1079 2011-01-04 Glenn Morris <rgm@gnu.org>
1080
1081 * emacs.c (emacs_copyright): Update short copyright year to 2011.
1082
1083 2011-01-03 Eli Zaretskii <eliz@gnu.org>
1084
1085 * image.c (png_jmpbuf): Remove definition.
1086 (my_png_error, png_load): Don't use png_jmpbuf.
1087
1088 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1089
1090 * keyboard.c (Vselect_active_regions): Doc fix. (Bug#7702)
1091
1092 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1093
1094 * image.c <Qlibpng_version>: New variable.
1095 (syms_of_image): Intern and staticpro it. Set its value to the
1096 version of PNG library we were compiled with.
1097 (my_png_error, png_load): Avoid GCC warnings about direct access
1098 to png_ptr->jmpbuf. (Bug#7716)
1099 (png_jmpbuf): New macro.
1100 (my_png_error, png_load): Use it instead of #ifdef'ing according
1101 to PNG_LIBPNG_VER_MAJOR and PNG_LIBPNG_VER_MINOR.
1102
1103 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * .gdbinit (xgetptr): Fix the union+lsb case.
1106 (xbacktrace): Fix the union case.
1107
1108 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
1109
1110 * window.c (Fmove_to_window_line): Avoid abort when called in a buffer
1111 different from selected-window's.
1112
1113 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1114
1115 * keyboard.c (parse_menu_item): Prepend " " to the key sequence
1116 equivalent of a menu item when the key sequence is given by the
1117 `:keys' attribute. (Bug#7662)
1118
1119 * xdisp.c (Fformat_mode_line): Doc fix: no need to state that only
1120 the basic faces are supported.
1121
1122 2011-01-02 Jan Djärv <jan.h.d@swipnet.se>
1123
1124 * xterm.c (x_check_fullscreen): Fix pixel/character mixup.
1125
1126 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1127
1128 * xdisp.c (Fformat_mode_line): Fix last change.
1129
1130 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
1131
1132 * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic
1133 faces (Bug#7587).
1134
1135 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1136
1137 * fileio.c (Fexpand_file_name): One more doc fix.
1138
1139 2011-01-01 Chong Yidong <cyd@stupidchicken.com>
1140
1141 * gtkutil.c (xg_get_tool_bar_widgets): Use NULL for a missing
1142 image or label in the container.
1143 (xg_make_tool_item): Replace VERT_ONLY arg with HORIZ, TEXT_IMAGE.
1144 (xg_show_toolbar_item): Function deleted.
1145 (xg_tool_item_stale_p): New function.
1146 (update_frame_tool_bar): Calculate tool-bar style once per call.
1147 Instead of hiding text labels, omit them. Don't use
1148 xg_show_toolbar_item; create new GtkToolItems from scratch if
1149 necessary, instead of trying to re-use them. This avoids an
1150 annoying animation when changing tool-bars.
1151
1152 2010-12-31 Jan Djärv <jan.h.d@swipnet.se>
1153
1154 * nsfns.m (ns_set_name_as_filename): Always use buffer name for
1155 title and buffer filename only for RepresentedFilename.
1156 Handle bad UTF-8 in buffer name (Bug#7517).
1157
1158 2010-12-30 Jan Djärv <jan.h.d@swipnet.se>
1159
1160 * coding.h (ENCODE_UTF_8): Remove "Used by ..." comment.
1161
1162 * nsfns.m (ns_set_name_iconic): Remove.
1163 (ns_set_name_internal): New function (Bug#7517).
1164 (Vicon_title_format): Extern declare.
1165 (ns_set_name): Call ns_set_name_internal.
1166 (x_explicitly_set_name): Remove call to ns_set_name_iconic.
1167 (x_implicitly_set_name): Ditto.
1168 (x_set_title): Remove commet about EXPLICIT. Call ns_set_name_internal.
1169 (ns_set_name_as_filename): Encode name with ENCODE_UTF_8 (Bug#7517).
1170
1171 2010-12-29 Štěpán Němec <stepnem@gmail.com> (tiny change)
1172
1173 * window.c (syms_of_window): Add missing defsubr for
1174 window-use-time.
1175
1176 2010-12-28 Andreas Schwab <schwab@linux-m68k.org>
1177
1178 * xterm.h (x_alloc_lighter_color_for_widget): Restore declaration.
1179 * xterm.c (x_alloc_lighter_color_for_widget): Restore.
1180
1181 2010-12-27 Andreas Schwab <schwab@linux-m68k.org>
1182
1183 * buffer.c: Remove unused declarations.
1184 * buffer.h: Likewise.
1185 * charset.h: Likewise.
1186 * composite.h: Likewise.
1187 * dispextern.h: Likewise.
1188 * dispnew.c: Likewise.
1189 * font.h: Likewise.
1190 * fontset.c: Likewise.
1191 * fontset.h: Likewise.
1192 * intervals.h: Likewise.
1193 * keymap.h: Likewise.
1194 * lisp.h: Likewise.
1195 * syntax.c: Likewise.
1196 * syntax.h: Likewise.
1197 * termhooks.h: Likewise.
1198 * window.h: Likewise.
1199 * xsettings.h: Likewise.
1200 * xterm.c: Likewise.
1201 * xterm.h: Likewise.
1202
1203 * chartab.c (sub_char_table_ref): Make static.
1204 * dispnew.c (line_hash_code, required_matrix_height)
1205 (required_matrix_width): Likewise.
1206 * eval.c (interactive_p, apply_lambda): Likewise.
1207 * fns.c (string_make_multibyte, copy_hash_table, hash_clear):
1208 Likewise.
1209 * font.c (QCadstyle, QCregistry, font_make_spec)
1210 (font_parse_fcname, font_encode_char, font_at): Likewise.
1211 * frame.c (x_frame_get_arg): Likewise.
1212 * keymap.c (get_keyelt): Likewise.
1213 * lread.c (read_filtered_event): Likewise.
1214 * print.c (write_string_1): Likewise.
1215 * window.c (delete_window, window_height, window_width)
1216 (foreach_window): Likewise.
1217 * xrdb.c (x_get_customization_string, x_get_resource): Likewise.
1218 * xterm.c (x_scroll_bar_clear, xembed_set_info)
1219 (xembed_send_message): Likewise.
1220
1221 * eval.c (run_hook_list_with_args): Delete.
1222 * font.c (font_unparse_gtkname, font_update_lface): Likewise.
1223 * terminal.c (get_terminal_param): Likewise.
1224 * xterm.c (x_alloc_lighter_color_for_widget): Likewise.
1225
1226 * scroll.c: Fix comment.
1227
1228 * dispnew.c (add_window_display_history)
1229 (add_frame_display_history, glyph_row_slice_p)
1230 (find_glyph_row_slice, flush_stdout)
1231 (check_matrix_pointer_lossage, matrix_row)
1232 (check_matrix_invariants, check_window_matrix_pointers)
1233 (check_matrix_pointers, window_to_frame_vpos)
1234 (window_to_frame_hpos): Prototize.
1235 * textprop.c (erase_properties): Likewise.
1236
1237 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
1238
1239 * print.c (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): Remove.
1240 (print_preprocess): Fix handling of uninterned symbols in last change.
1241
1242 * print.c (print, print_preprocess, print_object): Use a hash table
1243 rather than a linear table for Vprint_number_table.
1244
1245 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
1246
1247 * frame.c (focus_follows_mouse): Default to 0 (Bug#7269).
1248
1249 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
1250
1251 * keyboard.c (Vtool_bar_separator_image_expression): New variable.
1252 (parse_tool_bar_item): Use it to obtain image separators for
1253 displays not using native tool-bar separators.
1254
1255 * xdisp.c (build_desired_tool_bar_string): Don't handle separators
1256 specially, since this is now done in parse_tool_bar_item.
1257
1258 2010-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 Minor clean up to silence some gcc warnings.
1261 * window.c (Fset_window_buffer):
1262 * xterm.c (x_set_frame_alpha): Restructure code to silence
1263 compiler warning.
1264 (handle_one_xevent): Remove unused var `p'.
1265 (do_ewmh_fullscreen): Remove unused var `lval'.
1266 (xembed_set_info): Remove unused var `atom'.
1267 * textprop.c (Fremove_list_of_text_properties): Add braces to silence
1268 compiler warning.
1269 * fontset.c (fontset_id_valid_p, dump_fontset):
1270 * ftfont.c (ftfont_drive_otf): Modernize k&r declaration.
1271 * eval.c (Feval, Ffuncall): Avoid unneeded gotos.
1272 * dispnew.c (update_frame, update_frame_1): Compile the `do_pause'
1273 label only when it's used.
1274 * image.c (x_create_bitmap_from_xpm_data):
1275 * dispextern.h (x_create_bitmap_from_xpm_data): Use const char** like
1276 its callers.
1277 * coding.c (detect_coding_utf_16): Remove unused vars `src_base' and
1278 `consumed_chars'.
1279 (DECODE_EMACS_MULE_21_COMPOSITION): Remove unused var `charbuf_base'.
1280 (decode_coding_emacs_mule): Remove unused label `retry'.
1281 (detect_eol): Add parens to silence compiler warning.
1282 * alloc.c (bytes_used_when_reconsidered): Move to the #ifdef where
1283 it's used to silence the compiler.
1284 (make_number): Modernize k&r declaration.
1285 (mark_char_table): Add parens to silence compiler warning.
1286
1287 2010-12-17 Chong Yidong <cyd@stupidchicken.com>
1288
1289 * keyboard.c (parse_tool_bar_item): Allow menu separators in
1290 tool-bar maps.
1291 (menu_separator_name_p): New function, from gtkutil.c.
1292 (separator_names): Move from gtkutil.c.
1293
1294 * keyboard.h (menu_separator_name_p): Add prototype.
1295
1296 * gtkutil.c (XG_BIN_CHILD): New macro.
1297 (xg_get_menu_item_label, xg_update_menubar)
1298 (xg_update_menu_item, xg_tool_bar_menu_proxy)
1299 (xg_show_toolbar_item, update_frame_tool_bar): Use it.
1300 (separator_names, xg_separator_p): Move to keyboard.c.
1301 (create_menus, xg_update_submenu, update_frame_tool_bar):
1302 Use menu_separator_name_p.
1303
1304 * nsmenu.m (name_is_separator): Function deleted.
1305 (addItemWithWidgetValue): Use menu_separator_name_p.
1306
1307 * w32menu.c (name_is_separator): Function deleted.
1308 (add_menu_item): Use menu_separator_name_p.
1309
1310 2010-12-16 Jan Djärv <jan.h.d@swipnet.se>
1311
1312 * nsterm.m (ns_draw_window_cursor): If the cursor color is the
1313 same as the background, use the face forground as cursor.
1314
1315 2010-12-13 Eli Zaretskii <eliz@gnu.org>
1316
1317 * fileio.c (Fexpand_file_name): Doc fix. (Bug#7617)
1318
1319 2010-12-13 Eli Zaretskii <eliz@gnu.org>
1320
1321 * xdisp.c (string_pos_nchars_ahead, c_string_pos)
1322 (face_before_or_after_it_pos, next_element_from_string)
1323 (next_element_from_c_string, produce_stretch_glyph): Remove unused
1324 calculations of maximum string length before calling
1325 string_char_and_length and STRING_CHAR_AND_LENGTH.
1326 (string_char_and_length): Update commentary: MAXLEN is no longer
1327 needed.
1328
1329 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
1330
1331 * keyboard.c (kbd_buffer_get_event): Construct SAVE_SESSION_EVENT
1332 as (Qsave_session arg).
1333
1334 * xsmfns.c (smc_interact_CB): Set arg to Qnil.
1335 (smc_die_CB): Make an event with arg Qt.
1336 (Fhandle_save_session): If event has Qt as argument,
1337 call Fkill_emacs (Bug#7552).
1338
1339 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
1340
1341 * buffer.c (transient-mark-mode): Doc fix (Bug#7465).
1342
1343 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
1344
1345 * xsmfns.c (smc_die_CB): Call Fkill_emacs (Bug#7552).
1346
1347 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
1348
1349 * dispextern.h (struct it): New member overlay_strings_charpos.
1350
1351 * xdisp.c (next_overlay_string, load_overlay_strings): Record the
1352 charpos where we computed n_overlay_strings.
1353 (next_overlay_string): Load overlay strings at recorded position,
1354 which may not be the same as the iterator's charpos (Bug#7016).
1355
1356 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
1357
1358 * xdisp.c (try_scrolling): Avoid infloop if the first line is
1359 obscured due to a vscroll (Bug#7537).
1360
1361 2010-12-13 Jan Djärv <jhd@zeplinf.localdomain>
1362
1363 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
1364
1365 * nsterm.m (x_set_window_size, windowWillResize, initFrameFromEmacs):
1366 Use FRAME_TOOLBAR_HEIGHT.
1367 (x_set_offset): Handle XNegative and YNegative in
1368 f->size_hint_flags (Bug#7510).
1369
1370 2010-12-11 Eli Zaretskii <eliz@gnu.org>
1371
1372 * w32fns.c (Fx_show_tip): Call try_window with last argument
1373 TRY_WINDOW_IGNORE_FONTS_CHANGE. Delete the TODO ifdef: problem
1374 solved. Round up the tip height to an integral multiple of the
1375 frame's line height. Add FRAME_COLUMN_WIDTH to the tip width.
1376 (Bug#7398)
1377
1378 2010-12-08 Glenn Morris <rgm@gnu.org>
1379
1380 * fileio.c (Fverify_visited_file_modtime): Default to current buffer.
1381
1382 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1383
1384 * xml.c (parse_region): Ignore blank HTML nodes.
1385 (make_dom): Return CDATA sections (like <style>foo</style>) as
1386 text nodes.
1387
1388 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1389
1390 * lread.c (read1): Allow newstyle unquote outside of backquote.
1391 Disallow old-style backquotes inside new-style backquotes.
1392 Don't count unquotes to figure out when we're "syntactically inside
1393 but semantically outside of a backquote" any more.
1394 Extend the restriction no-unescaped-commas-and-backquotes-in-symbols
1395 to all contexts.
1396
1397 2010-12-05 Chong Yidong <cyd@stupidchicken.com>
1398
1399 * process.c: Remove checks for HAVE_SYS_IOCTL_H (Bug#7484).
1400
1401 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
1402
1403 * Makefile.in (M_FILE): Substitute @M_FILE@ instead of @machfile@.
1404 (S_FILE): Substitute @S_FILE@ instead of @opsysfile@.
1405 * m/arm.h, m/sh3.h, m/xtensa.h: Remove files.
1406
1407 2010-12-03 Andreas Schwab <schwab@linux-m68k.org>
1408
1409 * lisp.h (union Lisp_Object): Explicitly declare signedness of
1410 bit-field.
1411 (XINT): Remove variant for EXPLICIT_SIGN_EXTEND.
1412 * m/alpha.h (EXPLICIT_SIGN_EXTEND): Don't define.
1413 * m/amdx86-64.h (EXPLICIT_SIGN_EXTEND): Likewise.
1414 * m/ia64.h (EXPLICIT_SIGN_EXTEND): Likewise.
1415 * m/ibms390.h (EXPLICIT_SIGN_EXTEND): Likewise.
1416 * m/ibms390x.h (EXPLICIT_SIGN_EXTEND): Likewise.
1417 * m/iris4d.h (EXPLICIT_SIGN_EXTEND): Likewise.
1418 * m/m68k.h (EXPLICIT_SIGN_EXTEND): Likewise.
1419 * m/sparc.h (EXPLICIT_SIGN_EXTEND): Likewise.
1420 * m/template.h (EXPLICIT_SIGN_EXTEND): Likewise.
1421 * m/hp800.h: Remove file.
1422 * m/mips.h: Remove file.
1423
1424 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
1425
1426 * nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background
1427 with cursor color and draw a rectangle around the image (Bug#7412).
1428
1429 2010-12-03 Andreas Schwab <schwab@linux-m68k.org>
1430
1431 * frame.c (x_set_font): Remove unused variable.
1432
1433 2010-12-02 Jan Djärv <jan.h.d@swipnet.se>
1434
1435 * nsmenu.m (update_frame_tool_bar): Remove NSLog on invalid image.
1436
1437 * nsterm.m (ns_draw_glyph_string): Switch fore- and background if
1438 drawing text under filled box cursor (Bug#7479).
1439
1440 2010-11-27 Kenichi Handa <handa@m17n.org>
1441
1442 * charset.c (emacs_mule_charset): Make it an array of charset ID;
1443 i.e. integer.
1444 (Fdefine_charset_internal): Adjust for the above change.
1445 (init_charset_once): Likewise.
1446
1447 * charset.h (emacs_mule_charset): Adjust the prototype.
1448 Delete duplicated extern.
1449
1450 * coding.c (emacs_mule_char): Adjust for the change of
1451 emacs_mule_charset.
1452
1453 * lread.c (read_emacs_mule_char): Adjust for the change of
1454 emacs_mule_charset.
1455
1456 2010-11-27 Eli Zaretskii <eliz@gnu.org>
1457
1458 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
1459 of w32api >= 3.15. (Bug#6989) (Bug#7452)
1460
1461 2010-11-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1462
1463 * alloc.c (mark_terminals): Ensure that the image cache is marked
1464 even if the terminal object was marked earlier (Bug#6301).
1465
1466 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
1467
1468 * editfns.c (Fbyte_to_string): Signal an error arg is not a byte.
1469
1470 2010-11-27 Jan Djärv <jan.h.d@swipnet.se>
1471
1472 * gtkutil.c (menubar_map_cb): New function (Bug#7425).
1473 (xg_update_frame_menubar): Connect signal map to menubar_map_cb.
1474 Use 23 as menubar height if 0. (Bug#7425).
1475
1476 2010-11-26 Eli Zaretskii <eliz@gnu.org>
1477
1478 * xdisp.c (set_message_1): Force paragraph direction in echo area
1479 be left-to-right.
1480
1481 * keyboard.c (make_lispy_position): Put a meaningful value in yret
1482 when the click is on the header or mode line.
1483
1484 2010-11-25 Eli Zaretskii <eliz@gnu.org>
1485
1486 * xdisp.c (set_cursor_from_row): Don't forget to consider the
1487 `cursor' property of the first character in overlay strings.
1488 (Bug#7474) (Bug#7481)
1489
1490 2010-11-24 Jan Djärv <jan.h.d@swipnet.se>
1491
1492 * nsterm.m (NSLeftControlKeyMask, NSLeftCommandKeyMask)
1493 (NSLeftAlternateKeyMask): New defines.
1494 (keyDown): Parse left and right keys separately (Bug#7458).
1495 Compare Left key masks exactly (Bug#7458).
1496
1497 2010-11-23 Eli Zaretskii <eliz@gnu.org>
1498
1499 * intervals.c (temp_set_point_both): Define before calling, to
1500 avoid GCC warnings.
1501
1502 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
1503
1504 * nsmenu.m: Use #include <config.h> instead of "config.h".
1505
1506 * term.c (Qglyphless_char,last_glyphless_glyph_frame)
1507 (last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id):
1508 Move declarations ...
1509 * lisp.h (Qglyphless_char,last_glyphless_glyph_frame)
1510 (last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id):
1511 ... here.
1512
1513 * emacs.c (gdb_use_union, gdb_valbits,gdb_gctypebits)
1514 (gdb_data_seg_bits, gdb_array_mark_flag, PVEC_FLAG)
1515 (gdb_pvec_type):
1516 * print.c (print_output_debug_flag):
1517 * lisp.h (debug_print): Mark as EXTERNALLY_VISIBLE.
1518 (safe_debug_print): New declaration.
1519
1520 * xterm.c:
1521 * systty.h:
1522 * sound.c: Include <sys/ioctl.h> unconditionally.
1523
1524 2010-11-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1525
1526 * alloc.c (mark_maybe_object): Return early if given a Lisp
1527 integer (Bug#6301).
1528
1529 2010-11-21 Ken Brown <kbrown@cornell.edu>
1530
1531 * sheap.c (STATIC_HEAP_SIZE): Revert previous change.
1532
1533 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
1534
1535 * nsterm.m (ns_right_command_modifier, ns_right_control_modifier):
1536 Define (Bug#7458).
1537 (NSRightCommandKeyMask, NSRightControlKeyMask): Define (Bug#7458).
1538 (EV_MODIFIERS): Check for NSRightCommandKeyMask and
1539 NSRightControlKeyMask also (Bug#7458).
1540 (keyDown): Ditto (Bug#7458).
1541 (syms_of_nsterm): Defvar ns-right-command-modifier and
1542 ns-right-control-modifier (Bug#7458).
1543
1544 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1545
1546 * sysdep.c (sys_subshell): Remove SET_EMACS_PRIORITY.
1547 * emacs.c (emacs_priority, syms_of_emacs): Remove emacs_priority.
1548
1549 * intervals.h (temp_set_point, temp_set_point_both):
1550 * buffer.h (offset_intervals, copy_intervals): Remove INLINE.
1551
1552 2010-11-20 Ken Brown <kbrown@cornell.edu>
1553
1554 * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
1555
1556 2010-11-20 Eli Zaretskii <eliz@gnu.org>
1557
1558 * term.c (produce_glyphless_glyph): Use \uNNNN, \UNNNNNN, or
1559 \xNNNNNN for hex-code display of glyphless characters.
1560
1561 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
1562
1563 * gtkutil.c (xg_make_tool_item): Take vert_only as argument.
1564 Set important to ! vert_only.
1565 (xg_show_toolbar_item): Don't show label horizontally if
1566 tool item isn't important.
1567 (update_frame_tool_bar): Get TOOL_BAR_ITEM_VERT_ONLY and pass it to
1568 xg_make_tool_item, or update important on existing tool item.
1569
1570 * keyboard.c (QCvert_only): New variable.
1571 (parse_tool_bar_item): Check for QCvert_only.
1572 (syms_of_keyboard): Initialize QCvert_only.
1573
1574 * dispextern.h (tool_bar_item_idx): Add TOOL_BAR_ITEM_VERT_ONLY.
1575
1576 2010-11-20 Eli Zaretskii <eliz@gnu.org>
1577
1578 * msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the
1579 same in-line.
1580
1581 2010-11-20 Andreas Schwab <schwab@linux-m68k.org>
1582
1583 * xfaces.c (lookup_face): Make static.
1584 * dispnew.c (copy_row_except_pointers): Likewise.
1585 * syntax.c (dec_bytepos): Likewise.
1586 (inc_bytepos): Remove.
1587 * dispextern.h (lookup_face): Remove declaration.
1588
1589 2010-11-19 Eli Zaretskii <eliz@gnu.org>
1590
1591 * xdisp.c (set_cursor_from_row): Display cursor after all the
1592 glyphs that come from an overlay. Don't overstep the last glyph
1593 when skipping glyphs from an overlay. (Bug#6687)
1594
1595 2010-11-18 Dan Nicolaescu <dann@ics.uci.edu>
1596
1597 * alloc.c (refill_memory_reserve): Move declaration ...
1598 * lisp.h (refill_memory_reserve): ... here.
1599
1600 * strftime.c (_strftime_copytm): Add declaration.
1601
1602 * callproc.c (syms_of_callproc): Use intern_c_string.
1603
1604 Move declarations from .c files to .h files.
1605 * process.c (timers_run):
1606 * minibuf.c (quit_char):
1607 * lread.c (read_emacs_mule_char):
1608 * keyboard.c (minibuf_level, message_enable_multibyte)
1609 (pending_malloc_warning):
1610 * insdel.c (Vselect_active_regions, Vsaved_region_selection)
1611 (Qonly): Remove declarations.
1612 * lisp.h (pending_malloc_warning, Vsaved_region_selection)
1613 (Vselect_active_regions):
1614 * keyboard.h (timers_run): Add declarations.
1615
1616 * strftime.c (my_strftime_gmtime_r, my_strftime_localtime_r)
1617 (tm_diff): Convert definitions to standard C.
1618 (extra_args_spec_iso): Remove, unused.
1619
1620 2010-11-18 Jan Djärv <jan.h.d@swipnet.se>
1621
1622 * xsettings.c (init_gconf): Check HAVE_G_TYPE_INIT.
1623
1624 * config.in (HAVE_G_TYPE_INIT): New symbol.
1625
1626 2010-11-18 Eli Zaretskii <eliz@gnu.org>
1627
1628 * lread.c (Fload): Mention `load-in-progress' and
1629 `load-file-name'. (Bug#7346)
1630
1631 * keyboard.c (kbd_buffer_nr_stored): Define only ifdef subprocesses.
1632 (kbd_buffer_store_event_hold, kbd_buffer_get_event)
1633 (tty_read_avail_input): Call kbd_buffer_nr_stored only ifdef
1634 subprocesses. Use buffer_free only ifdef subprocesses.
1635
1636 * process.c (init_process) [subprocesses]: Init kbd_is_on_hold in
1637 the subprocesses version, not in the non-subprocesses one.
1638
1639 * Makefile.in: Don't use ## comment, it breaks the MSDOS build.
1640
1641 2010-11-17 Eli Zaretskii <eliz@gnu.org>
1642
1643 * xdisp.c (set_cursor_from_row): Fix cursor positioning in empty
1644 lines on text-mode terminals. (bug#7417)
1645
1646 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1647
1648 * xterm.c (get_current_wm_state): Rename from get_current_vm_state.
1649 (do_ewmh_fullscreen, x_handle_net_wm_state): Update callers.
1650
1651 2010-11-17 Kenichi Handa <handa@m17n.org>
1652
1653 * coding.c (Fset_terminal_coding_system_internal): Fix previous
1654 change (set charset-ID list instead of charset-symbol list).
1655
1656 2010-11-16 Chong Yidong <cyd@stupidchicken.com>
1657
1658 * keyboard.c (make_lispy_position): For text area clicks, record Y
1659 pixel position relative to the text area, excluding header line.
1660 Also change X and Y to Lisp_Objects, not pointers; don't return
1661 coordinate values via pointers. Pass ON_TEXT_AREA coordinate to
1662 buffer_posn_from_coords counting from the start of the text area.
1663 (Fposn_at_x_y, make_lispy_event): Callers changed.
1664
1665 * window.c (coordinates_in_window): Change X and Y to ints rather
1666 than pointers; don't return coordinates via pointers.
1667 (struct check_window_data): Change X and Y from pointers to ints.
1668 (window_from_coordinates): Remove args WX and WY; don't return
1669 coordinates via pointers.
1670 (Fcoordinates_in_window_p, window_from_coordinates):
1671 (check_window_containing, Fwindow_at): Callers changed.
1672 (window_relative_x_coord): New function.
1673
1674 * window.h (window_from_coordinates, window_relative_x_coord):
1675 Update prototypes.
1676
1677 * dispnew.c (buffer_posn_from_coords): Assume that X counts from
1678 the start of the text area.
1679
1680 * xdisp.c (remember_mouse_glyph): Change window_from_coordinates
1681 call. Use window_relative_x_coord.
1682 (note_mouse_highlight): Change window_from_coordinates call.
1683
1684 * w32term.c (w32_read_socket):
1685 * msdos.c (dos_rawgetc):
1686 * xterm.c (handle_one_xevent): Likewise.
1687
1688 2010-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1689
1690 * strftime.c (LOCALE_PARAM_DECL): Update for standard C.
1691 (LOCALE_PARAM, LOCALE_PARAM_PROTO): Remove, unused.
1692 (memcpy_lowcase, so_week_days, extra_args_spec, emacs_strftimeu):
1693 Convert definitions to standard C.
1694 * regex.c: Do not include <stdlib.h>, config.h does it.
1695 Include unistd.h.
1696 (xrealloc, init_syntax_once, re_match, regcomp, regexec)
1697 (regerror, regfree): Convert definitions to standard C.
1698 * mktime.c (my_mktime_localtime_r, ydhms_tm_diff, ranged_convert)
1699 (__mktime_internal): Convert definitions to standard C.
1700
1701 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1702
1703 * w32proc.c:
1704 * w32inevt.c:
1705 * w32heap.c:
1706 * w32.c: Remove config.h include guards.
1707
1708 * callproc.c (child_setup): Reorder code to simplify #ifdefs.
1709 No code changes.
1710
1711 * process.c: Include <sys/ioctl.h> unconditionally,
1712 keyboard.c already does it.
1713
1714 * keyboard.c (pending_malloc_warning): Add const to match
1715 definition in alloc.c.
1716 (Fset_input_interrupt_mode): Simplify #ifdefs.
1717
1718 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1719
1720 Clean up systty.h macros.
1721 * systty.h (EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP, EMACS_GET_TTY)
1722 (EMACS_SET_TTY): Remove unneeded abstraction, instead inline the
1723 definition in all uses.
1724 (EMACS_TTY_TABS_OK): Remove, it has a single user.
1725 * sysdep.c (discard_tty_input, child_setup_tty)
1726 (init_sys_modes, tabs_safe_p, reset_sys_modes):
1727 * emacs.c (shut_down_emacs):
1728 * callproc.c (child_setup):
1729 * term.c (dissociate_if_controlling_tty): Inline removed macros.
1730
1731 * data.c (sign_extend_temp, sign_extend_lisp_int): Remove, unused.
1732
1733 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
1734
1735 * w32fns.c (Fx_create_frame):
1736 * nsfns.m (Fx_create_frame): Don't check for the cursorColor
1737 resource here; it's now done at startup.
1738
1739 2010-11-14 Jan Djärv <jan.h.d@swipnet.se>
1740
1741 * xterm.c (set_wm_state): Add Qnil to final cons.
1742
1743 * xselect.c (x_send_client_event): Remove unused variables cons and
1744 size.
1745
1746 2010-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1747
1748 * keyboard.c (modify_event_symbol) : Add const to array elements of
1749 arg NAME_TABLE.
1750 (lispy_accent_keys, lispy_function_keys, lispy_multimedia_keys)
1751 (lispy_kana_keys, iso_lispy_function_keys, lispy_wheel_names)
1752 (lispy_wheel_names, lispy_drag_n_drop_names, modifier_names):
1753 Add const to array elements.
1754 (scroll_bar_parts): Make static. Fix position of const.
1755
1756 * w32fns.c (lispy_function_keys): Add const to extern.
1757
1758 * w32inevt.c (lispy_function_keys): Likewise.
1759
1760 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
1761
1762 * xfns.c (Fx_create_frame): Don't check for the cursorColor
1763 resource here; it's now done at startup.
1764
1765 2010-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1766
1767 * xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif.
1768
1769 Fix compilation on Solaris.
1770 * sysdep.c: Do not #include <term.h>.
1771 (tputs): Add declaration, similar to what cm.c does. (Bug#7178)
1772
1773 * s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore.
1774
1775 2010-11-13 Jan Djärv <jan.h.d@swipnet.se>
1776
1777 * xterm.c (set_wm_state): Don't put Atom in cons, call
1778 make_fixnum_or_float on them first.
1779 (x_term_init): Initialize Xatom_net_supporting_wm_check and
1780 Xatom_net_supported correctly.
1781
1782 * xselect.c (x_send_client_event): Move CHECK_STRING ...
1783 (Fx_send_client_event): to here.
1784
1785 2010-11-13 Martin Rudalics <rudalics@gmx.at>
1786
1787 * window.c (Fwindow_use_time): New function.
1788
1789 2010-11-13 Eli Zaretskii <eliz@gnu.org>
1790
1791 * xdisp.c (set_cursor_from_row): Fix cursor positioning on
1792 zero-width characters.
1793
1794 * .gdbinit (pgx): Adapt to latest changes in `struct glyph'.
1795
1796 * w32term.c (x_draw_glyphless_glyph_string_foreground): Draw the
1797 box before drawing the glyphs inside it.
1798
1799 * xdisp.c (syms_of_xdisp) <glyphless-char-display>: Doc fix.
1800
1801 * dispextern.h (enum glyphless_display_method):
1802 Rename GLYPHLESS_DISPLAY_HEXA_CODE to GLYPHLESS_DISPLAY_HEX_CODE.
1803 All users changed.
1804
1805 * term.c (append_glyphless_glyph, produce_glyphless_glyph):
1806 Fix comments.
1807 (produce_glyphless_glyph): Enclose "U+nnnn" and "empty box"
1808 whitespace in "[]", to simulate a box. Don't use uninitialized
1809 variable `width'.
1810
1811 2010-11-11 Julien Danjou <julien@danjou.info>
1812
1813 * xsettings.c (init_xsettings): Use already fetch atoms.
1814
1815 * xsmfns.c (create_client_leader_window): Use SM_CLIENT_ID atom
1816 from dpyinfo.
1817
1818 * xselect.c (Fx_send_client_event): Split and create
1819 x_send_client_event.
1820
1821 * lisp.h: Do not EXFUN Fx_send_client_event.
1822
1823 * xterm.c (x_set_frame_alpha): Use _NET_WM_WINDOW_OPACITY atom
1824 from dpyinfo.
1825 (wm_supports): Use atoms from dpyinfo.
1826 (do_ewmh_fullscreen): Use atoms from dpyinfo.
1827 (x_ewmh_activate_frame): Use atoms from dpyinfo.
1828 (xembed_set_info): Use atoms from dpyinfo.
1829 (x_term_init): Fetch _XEMBED_INFO, _NET_SUPPORTED,
1830 _NET_SUPPORTING_WM_CHECK, _NET_WM_WINDOW_OPACITY and
1831 _NET_ACTIVE_WINDOW, XSETTINGS atoms.
1832 Get all atoms in one round-trip.
1833 (set_wm_state): Use x_send_client_event rather than
1834 Fx_send_client_event, using Atom directly.
1835 (x_ewmh_activate_frame): Ditto.
1836 (x_set_sticky): Pass atoms to set_wm_state.
1837 (do_ewmh_fullscreen): Ditto.
1838
1839
1840 * xterm.h (x_display_info): Add Xatom_net_supported,
1841 Xatom_net_supporting_wm_check, Xatom_net_active_window,
1842 Xatom_net_wm_window_opacity, Xatom_XEMBED_INFO, SM_CLIENT_ID.
1843
1844 * xfns.c (Fx_show_tip): Fix typo in docstring.
1845
1846 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1847
1848 * cmds.c (Fself_insert_command): Don't call XFASTINT without checking
1849 it's not negative.
1850
1851 2010-11-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1852
1853 * font.c (font_filter_properties): Add const to array elements of
1854 properties args.
1855
1856 * font.h (font_filter_properties): Likewise.
1857
1858 * ftfont.c (ftfont_booleans, ftfont_non_booleans): Add const to array
1859 elements.
1860
1861 * w32font.c (w32font_booleans, w32font_non_booleans): Likewise.
1862
1863 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
1864
1865 * dbusbind.c (QCdbus_type_unix_fd): New Lisp object.
1866 (XD_BASIC_DBUS_TYPE, xd_symbol_to_dbus_type, xd_signature)
1867 (xd_append_arg, xd_retrieve_arg): Support DBUS_TYPE_UNIX_FD.
1868 (Fdbus_call_method): Add DBUS_TYPE_UNIX_FD type mapping to doc string.
1869 (syms_of_dbusbind): Initialize QCdbus_type_unix_fd).
1870
1871 2010-11-10 Glenn Morris <rgm@gnu.org>
1872
1873 * emacs.c (syms_of_emacs) <system-type>: Doc fix.
1874
1875 2010-11-09 Eli Zaretskii <eliz@gnu.org>
1876
1877 * xfns.c (x_real_positions): Fix declaration-after-statement problem.
1878
1879 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
1880
1881 * image.c (free_image): Don't garbage the frame here, since this
1882 function can be called while redisplaying (Bug#7210).
1883 (uncache_image): Garbage the frame here (Bug#6426).
1884
1885 2010-11-09 Jan Djärv <jan.h.d@swipnet.se>
1886
1887 * xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if our
1888 parent is the root window. Check this after traversing window tree.
1889
1890 * xterm.c (x_term_init): Initialize Xatom_net_frame_extents.
1891
1892 * xterm.h (struct x_display_info): Xatom_net_frame_extents is new.
1893
1894 * xfns.c (x_real_positions): Try to get _NET_FRAME_EXTENTS first
1895 before traversing window tree (Bug#5721).
1896
1897 2010-11-07 Jan Djärv <jan.h.d@swipnet.se>
1898
1899 * xfns.c (set_machine_and_pid_properties): Let X set WM_CLIENT_MACHINE.
1900
1901 * xdisp.c (note_mode_line_or_margin_highlight):
1902 Initialize Cursor to No_Cursor for HAVE_WINDOW_SYSTEM also.
1903
1904 2010-11-06 Eli Zaretskii <eliz@gnu.org>
1905
1906 * xfns.c (Fx_show_tip): If any of the tool-tip text lines is R2L,
1907 adjust width of tool-tip frame to the width of text, excluding the
1908 stretch glyph at the beginning of R2L glyph rows.
1909
1910 * w32fns.c (Fx_show_tip): Likewise.
1911
1912 2010-11-06 Jan Djärv <jan.h.d@swipnet.se>
1913
1914 * nsfont.m: Include termchar for new mouse-highlight.
1915 (nsfont_draw): Use MOUSE_HL_INFO.
1916
1917 2010-11-05 Eli Zaretskii <eliz@gnu.org>
1918
1919 Unify mouse-highlight code for all GUI and TTY sessions.
1920
1921 * term.c: Remove static mouse_face_* variables. All users
1922 changed.
1923 (term_show_mouse_face, term_clear_mouse_face)
1924 (fast_find_position, term_mouse_highlight): Functions deleted.
1925 (tty_draw_row_with_mouse_face): New function.
1926 (term_mouse_movement): Call note_mouse_highlight instead of
1927 term_mouse_highlight.
1928
1929 * nsterm.m (ns_update_window_begin, ns_update_window_end)
1930 (ns_update_end, x_destroy_window, ns_frame_up_to_date)
1931 (ns_dumpglyphs_box_or_relief, ns_maybe_dumpglyphs_background)
1932 (ns_dumpglyphs_image, ns_dumpglyphs_stretch)
1933 (ns_initialize_display_info, keyDown, mouseMoved, mouseExited):
1934 Replace Display_Info with Mouse_HLInfo everywhere where
1935 mouse_face_* members were accessed for mouse highlight purposes.
1936
1937 * xterm.c (x_update_window_begin, x_update_window_end)
1938 (x_update_end, XTframe_up_to_date, x_set_mouse_face_gc)
1939 (handle_one_xevent, x_free_frame_resources, x_term_init):
1940 Replace Display_Info with Mouse_HLInfo everywhere where mouse_face_*
1941 members were accessed for mouse highlight purposes.
1942
1943 * w32term.c (x_update_window_begin, x_update_window_end)
1944 (x_update_end, w32_read_socket, x_free_frame_resources)
1945 (w32_initialize_display_info): Replace Display_Info with
1946 Mouse_HLInfo everywhere where mouse_face_* members were accessed
1947 for mouse highlight purposes.
1948
1949 * xdisp.c (show_mouse_face, note_mode_line_or_margin_highlight)
1950 (note_mouse_highlight) [HAVE_WINDOW_SYSTEM]: Don't run GUI code
1951 unless the frame is on a window-system.
1952 (get_tool_bar_item, handle_tool_bar_click)
1953 (note_tool_bar_highlight, draw_glyphs, erase_phys_cursor)
1954 (show_mouse_face, clear_mouse_face, coords_in_mouse_face_p)
1955 (note_mode_line_or_margin_highlight, note_mouse_highlight)
1956 (x_clear_window_mouse_face, cancel_mouse_face, expose_frame):
1957 Replace Display_Info with Mouse_HLInfo everywhere where
1958 mouse_face_* members were accessed for mouse highlight purposes.
1959 (coords_in_mouse_face_p): Move prototype out of the
1960 HAVE_WINDOW_SYSTEM conditional.
1961 (x_y_to_hpos_vpos, frame_to_window_pixel_xy): Move out of the
1962 HAVE_WINDOW_SYSTEM block.
1963 (try_window_id) [HAVE_GPM || MSDOS]:
1964 Call x_clear_window_mouse_face.
1965 (draw_row_with_mouse_face): Implementation for HAVE_WINDOW_SYSTEM
1966 systems. Call tty_draw_row_with_mouse_face for TTY systems.
1967 (show_mouse_face): Call draw_row_with_mouse_face, instead of
1968 calling draw_glyphs directly.
1969 (show_mouse_face, clear_mouse_face, coords_in_mouse_face_p)
1970 (cursor_in_mouse_face_p, rows_from_pos_range)
1971 (mouse_face_from_buffer_pos, mouse_face_from_string_pos)
1972 (note_mode_line_or_margin_highlight, note_mouse_highlight)
1973 (x_clear_window_mouse_face, cancel_mouse_face): Move out of the
1974 HAVE_WINDOW_SYSTEM block. Ifdef away window-system specific
1975 fragments.
1976 (note_mouse_highlight): Call popup_activated for MSDOS as well.
1977 Clear mouse highlight if pointer is over glyphs whose OBJECT is an
1978 integer.
1979 (mouse_face_from_buffer_pos): Add parentheses around && within ||.
1980 (x_consider_frame_title, tool_bar_lines_needed):
1981 Move prototypes to HAVE_WINDOW_SYSTEM-only part.
1982 (get_window_cursor_type): Move inside a HAVE_WINDOW_SYSTEM-only
1983 part. Remove "#ifdef HAVE_WINDOW_SYSTEM" from body of function.
1984 (null_glyph_slice): Move declaration into HAVE_WINDOW_SYSTEM-only
1985 part.
1986
1987 * dispnew.c (mirror_make_current): Set Y coordinate of the
1988 mode-line and header-line rows.
1989 (init_display): Setup initial frame's output_data for text
1990 terminal frames.
1991
1992 * xmenu.c (popup_activated): Don't define on MSDOS, which now has
1993 its own definition on msdos.c.
1994
1995 * msdos.c (show_mouse_face, clear_mouse_face)
1996 (fast_find_position, IT_note_mode_line_highlight)
1997 (IT_note_mouse_highlight): Functions deleted.
1998 (IT_frame_up_to_date, dos_rawgetc): Call note_mouse_highlight
1999 instead of IT_note_mouse_highlight.
2000 (draw_row_with_mouse_face, popup_activated): New functions.
2001 (dos_set_window_size, draw_row_with_mouse_face, IT_update_begin)
2002 (IT_update_end, IT_frame_up_to_date, internal_terminal_init)
2003 (dos_rawgetc): Replace Display_Info with Mouse_HLInfo everywhere
2004 where mouse_face_* members were accessed for mouse highlight
2005 purposes.
2006
2007 * msdos.h (initialize_msdos_display): Add prototype.
2008
2009 * frame.h (MOUSE_HL_INFO): New macro.
2010
2011 * lisp.h (Mouse_HLInfo): New data type.
2012
2013 * xterm.h (struct x_display_info):
2014 * w32term.h (struct w32_display_info):
2015 * nsterm.h (struct ns_display_info):
2016 * termchar.h (struct tty_display_info): Use it instead of
2017 mouse_face_* members.
2018
2019 * dispextern.h (show_mouse_face, clear_mouse_face): Update type of
2020 1st argument.
2021 (frame_to_window_pixel_xy, note_mouse_highlight)
2022 (x_clear_window_mouse_face, cancel_mouse_face, clear_mouse_face)
2023 (show_mouse_face, cursor_in_mouse_face_p): Move prototypes out of
2024 HAVE_WINDOW_SYSTEM conditional.
2025 (draw_row_with_mouse_face): Declare prototype.
2026 (tty_draw_row_with_mouse_face): Declare prototype.
2027
2028 2010-11-05 Eli Zaretskii <eliz@gnu.org>
2029
2030 * term.c (append_glyphless_glyph, produce_glyphless_glyph):
2031 Remove unused variables.
2032
2033 2010-11-05 Adrian Robert <Adrian.B.Robert@gmail.com>
2034
2035 * nsterm.m (EmacsView-mouseExited:): Correct error in conditional
2036 logic pointed out by Eli Zaretskii.
2037
2038 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2039
2040 * coding.c (coding-category-list): Refer to set-coding-system-priority
2041 instead of the obsolete set-coding-priority in the doc string.
2042
2043
2044 2010-11-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2045
2046 * nsfont.m (nsfont_draw): Correct previous patch to return
2047 correct value.
2048 * nsimage.m (EmacsImage-setXBMColor:): Correct previous patch:
2049 don't change the method signature, change the return.
2050
2051 2010-11-04 Ismail Donmez <ismail@namtrac.org> (tiny change)
2052
2053 * nsfont.m (nsfont_draw)
2054 * nsimage.m (EmacsImage-setXBMColor:)
2055 * nsterm.m (EmacsView-performDragOperation:): Correct empty return.
2056
2057 2010-11-03 Julien Danjou <julien@danjou.info>
2058
2059 * image.c (gif_load): Add support for transparency and specified
2060 :background.
2061
2062 2010-11-01 Kenichi Handa <handa@m17n.org>
2063
2064 * dispextern.h (lookup_glyphless_char_display): Extern it.
2065
2066 * termhooks.h (struct terminal): New member charset_list.
2067
2068 * coding.c (Fset_terminal_coding_system_internal): Set the
2069 `charset_list' member of struct terminal.
2070
2071 * term.c (produce_glyphs): Handle the case it->what == IT_GLYPHLESS.
2072 (append_glyphless_glyph, produce_glyphless_glyph): New functions.
2073
2074 * xdisp.c (lookup_glyphless_char_display): Make it non-static.
2075 (lookup_glyphless_char_display): Set it->what at the end.
2076 (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
2077 (last_glyphless_glyph_merged_face_id): Make them non-static.
2078
2079 * w32term.c (x_draw_glyphless_glyph_string_foreground):
2080 Fix the arg with_background for font->driver->draw.
2081
2082 2010-11-01 Kenichi Handa <handa@m17n.org>
2083
2084 * w32gui.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
2085 Surround chp by parentheses.
2086
2087 2010-11-01 Kenichi Handa <handa@m17n.org>
2088
2089 Implement various display methods for glyphless characters.
2090
2091 * xdisp.c (Qglyphless_char, Vglyphless_char_display)
2092 (Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space)
2093 (Qzero_width): New variables.
2094 (THIN_SPACE_WIDTH): New macro.
2095 (lookup_glyphless_char_display): New funciton.
2096 (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
2097 (last_glyphless_glyph_merged_face_id): New variables.
2098 (get_next_display_element): Check glyphless characters.
2099 (redisplay_internal): Initialize last_glyphless_glyph_frame and
2100 last_glyphless_glyph_face_id.
2101 (fill_glyphless_glyph_string): New function.
2102 (BUILD_GLYPHLESS_GLYPH_STRING): New macro.
2103 (BUILD_GLYPH_STRINGS): Handle the case GLYPHLESS_GLYPH.
2104 (append_glyphless_glyph, produce_glyphless_glyph): New functions.
2105 (x_produce_glyphs): If a suitable font is not found, produce a
2106 glyphless glyph. Handle the case it->what == IT_GLYPHLESS.
2107 (syms_of_xdisp): Intern and staticpro Qglyphless_char,
2108 Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space, and
2109 Qzero_width.
2110 (Vglyphless_char_display): Declare it as a Lisp variable.
2111
2112 * dispextern.h (enum glyph_type): Add GLYPHLESS_GLYPH.
2113 (struct glyph): Change the size of the member "type" to 3.
2114 Add glyphless to the union slice and u.
2115 (enum display_element_type): Add IT_GLYPHLESS.
2116 (enum glyphless_display_method): New enum.
2117 (struct it): New member glyphless_method.
2118 (Vglyphless_char_display): Extern it.
2119
2120 * xterm.c (x_draw_glyphless_glyph_string_foreground): New function.
2121 (x_draw_glyph_string): Handle the case GLYPHLESS_GLYPH.
2122
2123 * w32term.c (x_draw_glyphless_glyph_string_foreground): New function.
2124 (x_draw_glyph_string): Handle the case GLYPHLESS_GLYPH.
2125
2126 * nsterm.m (ns_draw_glyph_string): Handle the case
2127 GLYPHLESS_GLYPH (the detail is not yet implemented).
2128
2129 2010-10-31 Glenn Morris <rgm@gnu.org>
2130
2131 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Fix merge, maybe.
2132
2133 * frame.c (syms_of_frame) <tool-bar-mode>:
2134 Default to nil if !HAVE_WINDOW_SYSTEM. (Bug#7299)
2135
2136 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
2137
2138 * xterm.c (x_connection_closed): Print informative error message
2139 when aborting on GTK. This requires using shut_down_emacs
2140 directly instead of Fkill_emacs.
2141
2142 2010-10-29 Eli Zaretskii <eliz@gnu.org>
2143
2144 * emacs.c (main): Call syms_of_filelock unconditionally.
2145
2146 * filelock.c (syms_of_filelock): Move out of #ifdef CLASH_DETECTION
2147 clause, but keep part of it conditioned on CLASH_DETECTION.
2148
2149 2010-10-29 Glenn Morris <rgm@gnu.org>
2150
2151 * nsfns.m (Fx-display-save-under, Fx-open-connection)
2152 (Fxw-color-defined-p, Fxw-display-color-p, Fx-show-tip):
2153 * w32fns.c (Fxw_color_defined_p, Fx_open_connection):
2154 * xfns.c (Fxw_color_defined_p, Fx_open_connection):
2155 Sync docs between X, W32, NS.
2156
2157 * buffer.c (syms_of_buffer) <abbrev-mode, transient-mark-mode>:
2158 * frame.c (syms_of_frame) <tool-bar-mode>: Move doc here from Lisp.
2159
2160 2010-10-26 Juanma Barranquero <lekktu@gmail.com>
2161
2162 * eval.c (init_eval_once): Set max_lisp_eval_depth to 600;
2163 otherwise, bootstrapping on Windows fails to compile macroexp.el.
2164
2165 2010-10-26 Eli Zaretskii <eliz@gnu.org>
2166
2167 * cmds.c (internal_self_insert): Don't insert if argument N is
2168 zero or negative. (Bug#7281)
2169
2170 2010-10-26 Jan Djärv <jan.h.d@swipnet.se>
2171
2172 * gtkutil.c (qttip_cb): Set title to empty for ATK (Bug#7278).
2173
2174 2010-10-25 Glenn Morris <rgm@gnu.org>
2175
2176 * Makefile.in (SOME_MACHINE_LISP): Remove easymenu.elc.
2177
2178 2010-10-24 Glenn Morris <rgm@gnu.org>
2179
2180 * w32fns.c (Fx_synchronize, Fx_change_window_property)
2181 (Fx_window_property, Fx_file_dialog):
2182 * xfns.c (Fx_synchronize, Fx_change_window_property)
2183 (Fx_window_property, Fx_file_dialog): Sync docs between w32 and X.
2184
2185 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
2186
2187 * xterm.c (x_connection_closed): Kill Emacs unconditionally.
2188
2189 2010-10-24 Eli Zaretskii <eliz@gnu.org>
2190
2191 * frame.c (Fframep, Fwindow_system): Deprecate use as a predicate.
2192
2193 * dispnew.c (syms_of_display) <initial-window-system, window-system>:
2194 Deprecate use as a boolean flag.
2195
2196 2010-10-24 Jim Meyering <jim@meyering.net>
2197
2198 * emacs.c (argmatch): Don't treat "--" as "--chdir".
2199
2200 2010-10-24 Glenn Morris <rgm@gnu.org>
2201
2202 * w16select.c (syms_of_win16select) <selection-coding-system>:
2203 <next-selection-coding-system>:
2204 * w32select.c (syms_of_w32select) <selection-coding-system>:
2205 <next-selection-coding-system>:
2206 Sync docs with select.el.
2207
2208 * xfaces.c (syms_of_xfaces) <tty-defined-color-alist>: Sync doc with
2209 Lisp version.
2210
2211 * w32term.c (syms_of_w32term) <x-use-underline-position-properties>:
2212 Sync doc with the xterm.c version.
2213
2214 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
2215 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
2216
2217 2010-10-23 Glenn Morris <rgm@gnu.org>
2218
2219 * buffer.c (syms_of_buffer) <cursor-in-non-selected-windows>:
2220 * frame.c (syms_of_frame) <menu-bar-mode>:
2221 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode, display-hourglass>:
2222 <hourglass-delay>: Sync docs with Lisp.
2223
2224 2010-10-23 Eli Zaretskii <eliz@gnu.org>
2225
2226 Implement mouse highlight for bidi-reordered lines.
2227
2228 * xdisp.c (fast_find_string_pos): #ifdef away, not used anymore.
2229 (mouse_face_from_string_pos): New function, replaces
2230 fast_find_string_pos.
2231 (note_mouse_highlight): Call it instead of fast_find_string_pos.
2232 (note_mode_line_or_margin_highlight): Support bidi-reordered
2233 strings and R2L glyph rows. Fix comments.
2234 (note_mouse_highlight): When bidi reordering is turned on in a
2235 buffer, call next-single-property-change and
2236 previous-single-property-change with last argument nil.
2237 Clear mouse highlight when mouse pointer is in a R2L row on the stretch
2238 glyph that stands for no text beyond the line end.
2239 (row_containing_pos): Don't return too early when CHARPOS is in a
2240 bidi-reordered continued line. Return immediately when the first
2241 hit is found in a line that is not continued, or when an exact
2242 match for CHARPOS is found.
2243 (rows_from_pos_range): New function.
2244 (mouse_face_from_buffer_pos): Use it instead of calling
2245 row_containing_pos for START_CHARPOS and END_CHARPOS. Rewrite the
2246 function to support mouse highlight in bidi-reordered lines and
2247 not to assume that START_CHARPOS is always in mouse_face_beg_row.
2248 If necessary, swap mouse_face_beg_row and mouse_face_end_row so
2249 that the former is always above the latter or identical to it.
2250 (show_mouse_face): Support drawing highlighted R2L lines.
2251 (coords_in_mouse_face_p): New function, bidi-aware.
2252 (cursor_in_mouse_face_p, note_mouse_highlight, erase_phys_cursor):
2253 Call it instead of comparing with mouse-face members of dpyinfo.
2254 (note_mode_line_or_margin_highlight): Fix confusingly swapped
2255 usage of hpos and vpos.
2256
2257 2010-10-22 Jan Djärv <jan.h.d@swipnet.se>
2258
2259 * xrdb.c: Include keyboard.h for MOTIF.
2260
2261 * xmenu.c: Revert 2010-07-27 change: lwlib.h is needed for
2262 MOTIF (Bug#7263).
2263
2264 * xfns.c: Include Xm/TextF and Xm/List.
2265 (file_dialog_cb, file_dialog_unmap_cb, clean_up_file_dialog):
2266 Make ANSI prototypes.
2267
2268 2010-10-22 Glenn Morris <rgm@gnu.org>
2269
2270 * Makefile.in (SOME_MACHINE_LISP): Add w32-vars.
2271 Remove ccl and duplicate mouse.
2272
2273 2010-10-21 Chong Yidong <cyd@stupidchicken.com>
2274
2275 * insdel.c (prepare_to_modify_buffer): Don't set
2276 saved-region-selection if modification hooks are disabled.
2277
2278 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
2279
2280 * cmds.c (Fdelete_char): Doc fix.
2281
2282 2010-10-19 Ken Brown <kbrown@cornell.edu>
2283
2284 * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
2285
2286 2010-10-19 Kenichi Handa <handa@m17n.org>
2287
2288 Fix incorrect font metrics when the same font is opened with
2289 different pixelsizes.
2290
2291 * xftfont.c: Include composite.h.
2292 (xftfont_shape): New function.
2293 (syms_of_xftfont): Set xftfont_driver.shape.
2294
2295 2010-10-18 Julien Danjou <julien@danjou.info>
2296
2297 * frame.c (Fframe_pointer_visible_p):
2298 Add `frame-pointer-visible-p' to get the pointer visibility.
2299
2300 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2301
2302 * gnutls.c (emacs_gnutls_read): Return 0 if we get a
2303 non-"EAGAIN"-like error to signal to Emacs that the socket should
2304 be closed.
2305
2306 2010-10-15 Eli Zaretskii <eliz@gnu.org>
2307
2308 * unexcoff.c (make_hdr): Fix prototype according to changes in
2309 2010-10-03T13:59:56Z!dann@ics.uci.edu.
2310
2311 * image.c (tiff_load): Cast 3rd argument to avoid compiler warning.
2312
2313 2010-10-15 Tassilo Horn <tassilo@member.fsf.org>
2314
2315 * Makefile.in (really-oldXMenu): Fix typo in variable name that
2316 made building the X menu fail.
2317 (really-oldXMenu): Fix my previous fix.
2318
2319 2010-10-14 Damyan Pepper <damyanp@gmail.com>
2320
2321 Fix handling of font properties on Windows (bug#6303).
2322 * font.c (font_filter_properties): New function, refactored from
2323 ftfont_filter_properties.
2324 * font.h (font_filter_properties): Declare.
2325 * ftfont.c (ftfont_filter_properties): Use font_filter_properties.
2326 * w32font.c (w32font_booleans, w32font_non_booleans): New variables.
2327 (w32font_filter_properties): New function.
2328 (w32font_driver): Add w32font_filter_properties.
2329
2330 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
2331
2332 * font.c (Ffont_variation_glyphs):
2333 * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
2334
2335 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
2336
2337 * w32fns.c (w32_wnd_proc, file_dialog_callback):
2338 * w32font.c (w32_generic_family):
2339 * w32inevt.c (key_event):
2340 * w32menu.c (fill_in_menu):
2341 * w32proc.c (reader_thread, w32_executable_type, compare_env)
2342 (merge_and_sort_env, int_from_hex, enum_locale_fn, enum_codepage_fn):
2343 * w32term.c (w32_read_socket): Make static.
2344
2345 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
2346
2347 * image.c (DEF_IMGLIB_FN): Add argument to adapt to strict
2348 prototypes; all callers changed.
2349
2350 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
2351
2352 * makefile.w32-in (TLIB2): Rename from TLIBW32.
2353 (OBJ2): New macro.
2354 (WIN32OBJ, FONTOBJ): Remove.
2355 (OBJ1): Redistribute object files with OBJ2.
2356 (LIBS, $(TEMACS)): Use TLIB2.
2357 (make-buildobj-CMD, make-buildobj-SH): Use OBJ2.
2358 ($(TLIB2), TAGS, TAGS-LISP, TAGS-gmake): Depend on OBJ2.
2359
2360 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
2361
2362 * emacs.c (Vdynamic_library_alist)
2363 (syms_of_emacs) <dynamic-library-alist>: Move from image.c and rename.
2364 Doc fix.
2365
2366 * lisp.h (Vdynamic_library_alist): Declare extern.
2367
2368 * image.c (Vimage_library_alist)
2369 (syms_of_image) <image-library-alist>: Move to emacs.c and rename.
2370 (lookup_image_type): Use Vdynamic_library_alist.
2371 (Finit_image_library): Doc fix.
2372
2373 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2374
2375 * Makefile.in (lispsource, libsrc, etc, oldxmenudir, lwlibdir)
2376 (lispdir): Remove trailing /, update all uses.
2377
2378 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
2379
2380 * nsterm.m (Qleft): Declare.
2381 (ns_right_alternate_modifier): New variable
2382 (NSRightAlternateKeyMask): New define.
2383 (EV_MODIFIERS): Parse NSRightAlternateKeyMask if
2384 ns_right_alternate_modifier isn't Qleft.
2385 (keyDown): If ns_right_alternate_modifier isn't Qleft, use it
2386 as emacs modifier for NSRightAlternateKeyMask.
2387 (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
2388
2389 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2390
2391 * gnutls.c (emacs_gnutls_write): If we're trying to write before
2392 gnutls is ready, return EAGAIN as the errno.
2393
2394 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2395
2396 * vm-limit.c:
2397 * unexhp9k800.c:
2398 * unexelf.c:
2399 * unexaix.c:
2400 * termcap.c: Remove #ifdef emacs / #ifndef emacs code, unused.
2401
2402 * Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line.
2403 (PROFILING_LDFLAGS): Remove, not needed anymore.
2404
2405 * Makefile.in: Use $(...) everywhere instead of ${...}
2406 (CRT_DIR): Move near potential user.
2407 (START_FILE): Move near CRT_DIR, it might use it.
2408
2409 * sysdep.c (LPASS8): Remove, unused.
2410 (emacs_ospeed): Change from being a global to a local in the only
2411 user: init_baud_rate.
2412
2413 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2414
2415 * gnutls.c (syms_of_gnutls): All the bootprops are keywords.
2416 (emacs_gnutls_write): Remove the debuggin fsync call.
2417 (emacs_gnutls_read): Return -1 if we got an error from
2418 gnutls_read. This allows us to actually read lots of data from
2419 the GnuTLS stream.
2420 (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
2421 According to the documentation, this is correct, and it seems to
2422 make things work.
2423
2424 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * xterm.c (x_draw_relief_rect): Clear corner pixels.
2427
2428 2010-10-08 Michael Albinus <michael.albinus@gmx.de>
2429
2430 * keyboard.c: Revert last change; it was not intended to be
2431 synchronized with the trunk.
2432
2433 2010-10-08 Kenichi Handa <handa@m17n.org>
2434
2435 * coding.c (complement_process_encoding_system): Fix previous change.
2436
2437 2010-10-08 Michael Albinus <michael.albinus@gmx.de>
2438
2439 * dbusbind.c (syms_of_dbusbind): Move putenv call ...
2440 (Fdbus_init_bus): ... here. (Bug#7113)
2441
2442 2010-10-08 Glenn Morris <rgm@gnu.org>
2443
2444 * buffer.c (before-change-functions, after-change-functions):
2445 Three-year overdue doc fix following 2007-08-13 change.
2446
2447 2010-10-08 Kenichi Handa <handa@m17n.org>
2448
2449 * coding.c (coding_inherit_eol_type): If parent doesn't specify
2450 eol-format, inherit from the system's default.
2451 (complement_process_encoding_system): Make a new coding system
2452 inherit the original eol-format.
2453
2454 2010-10-08 Kenichi Handa <handa@m17n.org>
2455
2456 * coding.c (complement_process_encoding_system): New function.
2457
2458 * coding.h (complement_process_encoding_system): Extern it.
2459
2460 * callproc.c (Fcall_process): Complement the coding system for
2461 encoding arguments.
2462 (Fcall_process_region): Complement the coding system for encoding
2463 the input to the process.
2464
2465 * process.c (Fstart_process): Complement the coding system for
2466 encoding arguments.
2467 (send_process): Complement the coding system for encoding what
2468 sent to the process.
2469
2470 2010-10-08 Kenichi Handa <handa@m17n.org>
2471
2472 * xfont.c (xfont_open): Fix setting of font->average_width from
2473 :avgwidth property (Bug#7123).
2474
2475 2010-10-08 Michael Albinus <michael.albinus@gmx.de>
2476
2477 * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
2478 is more portable.
2479
2480 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
2481 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
2482 has not defined SIGIO.
2483
2484 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
2485
2486 * xterm.c (x_draw_relief_rect): If box width is larger than 1,
2487 draw the outermost line using the black relief, for legibility.
2488 Omit drawing the four corner pixels.
2489
2490 2010-10-04 Chong Yidong <cyd@stupidchicken.com>
2491
2492 * keyboard.c (echo_prompt): Function moved into read_key_sequence.
2493 (read_key_sequence): Inline echo_prompt.
2494 (echo_dash): Add a dash only if key is continued (Bug#7137).
2495
2496 2010-10-04 Dan Nicolaescu <dann@ics.uci.edu>
2497
2498 Remove O_RDONLY, O_WRONLY definitions, not needed.
2499 * unexcoff.c:
2500 * lread.c:
2501 * fileio.c:
2502 * doc.c:
2503 * callproc.c:
2504 * alloc.c:
2505 * termcap.c: Remove O_RDONLY O_WRONLY definitions.
2506
2507 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
2508
2509 * gnutls.h (GNUTLS_LOG2): Convenience macro.
2510
2511 * gnutls.c: Add property list symbol holders.
2512 (emacs_gnutls_handshake): Clarify how sockets are passed to
2513 GnuTLS.
2514 (gnutls_log_function2): Convenience function using GNUTLS_LOG2.
2515 (Fgnutls_boot): Get all parameters from a plist. Require trustfiles
2516 and keyfiles to be a list of file names. Default to "NORMAL" for
2517 the priority string. Improve logging.
2518
2519 2010-10-03 Glenn Morris <rgm@gnu.org>
2520
2521 * fileio.c (Vdirectory_sep_char): Remove.
2522
2523 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2524
2525 * termhooks.h: Remove #ifdef CONSP.
2526
2527 * xterm.c (NO_INLINE, noinline): Move definitions to ../configure.in.
2528
2529 Include <fcntl.h> unconditionally.
2530 * termcap.c:
2531 * sysdep.c:
2532 * lread.c:
2533 * keyboard.c:
2534 * filelock.c:
2535 * fileio.c:
2536 * doc.c:
2537 * callproc.c:
2538 * alloc.c: Remove include guards for <fcntl.h>, process.c already
2539 does it.
2540
2541 * process.c: Do not include <sys/wait.h>, syswait.h does it.
2542
2543 * sysdep.c (flush_pending_output): Remove code, does not do
2544 anything on any platform.
2545
2546 Remove unused code.
2547 * sysdep.c (select_alarm, sys_select, read_input_waiting):
2548 Remove select emulation, all systems support select.
2549 (set_exclusive_use): Remove, the only user is in an #if 0 block.
2550 * process.c (create_process): Remove #if 0 code.
2551
2552 Remove unused arguments for unexec.
2553 The third one is never used, and the last two are always passed as zero.
2554 * emacs.c (unexec): Add declaration.
2555 (Fdump_emacs): Only pass the first two arguments to unexec.
2556 Simplify #ifdef.
2557 * unexw32.c (unexec):
2558 * unexsol.c (unexec):
2559 * unexhp9k800.c (unexec):
2560 * unexcw.c (unexec): Remove the last 3 arguments, unused.
2561 * unexelf.c (unexec): Remove the last 3 arguments, unused.
2562 (find_section): Use const.
2563 * unexmacosx.c (unexec): Remove the last 3 arguments, unused.
2564 (unexec_error): Declare it NO_RETURN.
2565 * unexcoff.c (make_hdr): Assume bss_start is always zero, remove
2566 it as an argument, remove data_start and entry_address arguments, unused.
2567 (unexec): Remove bss_start, data_start and
2568 entry_address arguments.
2569 * unexaix.c (make_hdr): Assume bss_start is always zero, remove
2570 it as an argument, remove data_start and entry_address arguments, unused.
2571 (unexec): Remove bss_start, data_start and
2572 entry_address arguments.
2573
2574 2010-10-03 Juanma Barranquero <lekktu@gmail.com>
2575
2576 * makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake): Add $(FONTOBJ).
2577
2578 * gnutls.c (emacs_gnutls_handshake, gnutls_make_error)
2579 (gnutls_emacs_global_init, gnutls_emacs_global_deinit): Make static.
2580 (Fgnutls_get_initstage, Fgnutls_deinit, Fgnutls_boot, Fgnutls_bye):
2581 Fix typos in docstrings.
2582 (Fgnutls_error_fatalp, Fgnutls_error_string): Doc fixes.
2583 (Fgnutls_errorp): Doc fix; use ERR for the argument name.
2584
2585 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
2586
2587 * keyboard.c (command_loop_1): Make sure the mark is really alive
2588 before using it (Bug#7044).
2589
2590 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
2591
2592 * makefile.w32-in (tags): Rename target to full-tags.
2593
2594 2010-10-02 Eli Zaretskii <eliz@gnu.org>
2595
2596 * emacs.c (main): Remove !WINDOWSNT conditional.
2597 (Fkill_emacs): Don't mention exemption on MS-Windows.
2598
2599 2010-10-02 Glenn Morris <rgm@gnu.org>
2600
2601 * character.c (Fchar_bytes): Remove obsolete function.
2602 (syms_of_character): Remove Schar_bytes.
2603
2604 * emacs.c (fatal_error_signal): Also run Fkill_emacs on SIGINT.
2605 (main) [!WINDOWSNT]: Handle SIGINT with fatal_error_signal
2606 in batch-mode.
2607 (Fkill_emacs): Doc fix. Also run the hook in batch mode.
2608 (kill-emacs-hook): Doc fix.
2609
2610 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2611
2612 * xml.c (Flibxml_parse_xml_region, Flibxml_parse_html_region)
2613 (parse_region): Rework to take regions instead of strings, and
2614 renamed to reflect that these are the libxml functions.
2615
2616 2010-10-01 Eli Zaretskii <eliz@gnu.org>
2617
2618 * term.c (init_tty) [DOS_NT]: Don't call Wcm_clear after setting
2619 screen dimensions in tty->Wcm.
2620
2621 * xdisp.c (set_cursor_from_row): When the row is truncated and
2622 point is outside the range of displayed characters, position the
2623 cursor inside the scroll margin. (Bug#6349)
2624
2625 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
2626
2627 Do not include stdlib.h and string.h, config.h does it.
2628 * xfont.c:
2629 * w32term.c:
2630 * w32reg.c:
2631 * w32inevt.c:
2632 * w32heap.c:
2633 * w32console.c:
2634 * w16select.c:
2635 * unexsol.c:
2636 * term.c:
2637 * sound.c:
2638 * scroll.c (m):
2639 * gtkutil.c:
2640 * font.c:
2641 * filelock.c:
2642 * fileio.c:
2643 * dosfns.c:
2644 * dbusbind.c:
2645 * bidi.c:
2646 * callproc.c:
2647 * process.c:
2648 * msdos.c:
2649 * charset.c: Do not include stdlib.h and string.h, config.h does it.
2650
2651 * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h
2652 defines it.
2653
2654 * process.c: Move #include <pty.h> earlier.
2655 (SIGCHLD): Remove conditional definition, syssignal.h defines it.
2656 (pty_name): Move definition later.
2657
2658 * nsselect.m (syms_of_nsselect):
2659 * nsmenu.m (syms_of_nsmenu):
2660 * nsfns.m (syms_of_nsfns):
2661 * msdos.c (syms_of_msdos):
2662
2663 * image.c (syms_of_image):
2664 * charset.c (syms_of_charset): Use intern_c_string instead of intern.
2665
2666 * point.h: Remove, unused.
2667
2668 2010-10-01 Eli Zaretskii <eliz@gnu.org>
2669
2670 * makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
2671 (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake)
2672 (nt-TAGS-gmake, nt-TAGS-nmake): New targets.
2673
2674 2010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
2675
2676 * xml.c (parse_string): Use const.
2677
2678 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2679
2680 * eval.c (Fbacktrace): Don't overwrite print-level on exit.
2681 Also only override Vprint_level if it isn't already bound, and increase
2682 the level to 8 to produce more useful backtraces for bug reports.
2683
2684 2010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
2685
2686 * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
2687
2688 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
2689
2690 * w32console.c (vga_stdcolor_name): Remove unused function;
2691 presumed dead after 2007-11-30T13:57:21Z!jasonr@gnu.org.
2692
2693 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2694
2695 * gnutls.c (emacs_gnutls_handshake): Made into internal function.
2696 (Fgnutls_boot): Start the handshake.
2697 (emacs_gnutls_read): Perform the handshake from the reader loop.
2698 (Fgnutls_boot): Remove some debugging messages.
2699 Change indentation throughout to use the Emacs style.
2700 (emacs_gnutls_handshake): Cast the fds to something that's
2701 possibly the expected length.
2702 (emacs_gnutls_write): Return -1 if we try to write before handshake.
2703
2704 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
2705
2706 * process.c (make_process): Set the gnutls_p field to zero by
2707 default.
2708 (read_process_output): Always call the gnutls_read function if the
2709 stream is a gnutls stream.
2710 (send_process): Ditto for writes.
2711
2712 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
2713 or write anything until the state is GNUTLS_STAGE_READY.
2714 (Fgnutls_boot): Mark the stream as being a gnutls stream.
2715
2716 2010-09-29 Eli Zaretskii <eliz@gnu.org>
2717
2718 * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to
2719 NEUTRAL_DIR.
2720 (handle_invisible_prop, iterate_out_of_display_property)
2721 (next_element_from_buffer): If bidi_it.first_elt is set, call
2722 bidi_paragraph_init with NO_DEFAULT_P argument non-zero.
2723 (Bug#7128)
2724
2725 * print.c (print_object): Fix format string and argument types for
2726 printing a Lisp_Misc_Marker.
2727
2728 * xdisp.c (pos_visible_p, c_string_pos, number_of_chars)
2729 (load_overlay_strings, get_overlay_strings_1)
2730 (get_overlay_strings, forward_to_next_line_start)
2731 (back_to_previous_visible_line_start, reseat, reseat_to_string)
2732 (get_next_display_element, next_element_from_string)
2733 (next_element_from_c_string, next_element_from_buffer)
2734 (move_it_vertically_backward, move_it_by_lines, add_to_log)
2735 (message_dolog, message_log_check_duplicate, message2_nolog)
2736 (message3, message3_nolog, vmessage, set_message, set_message_1)
2737 (hscroll_window_tree, text_outside_line_unchanged_p)
2738 (set_cursor_from_row, set_vertical_scroll_bar, redisplay_window)
2739 (find_last_unchanged_at_beg_row)
2740 (find_first_unchanged_at_end_row, row_containing_pos)
2741 (trailing_whitespace_p, display_mode_element, decode_mode_spec)
2742 (display_count_lines, x_produce_glyphs, note_mouse_highlight):
2743 Use EMACS_INT for buffer and string positions.
2744
2745 * dispextern.h (struct it) <string_nchars>: Declare EMACS_INT.
2746 (row_containing_pos): Adjust prototype.
2747
2748 * lisp.h (pos_visible_p, message2, message2_nolog, message3)
2749 (message2_nolog, set_message): Adjust prototypes.
2750
2751 2010-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2752
2753 * gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
2754 (Fgnutls_boot): Use SDATA.
2755 (Fgnutls_handshake): Remove unused var `max_log_level'.
2756
2757 2010-09-27 Michael Albinus <michael.albinus@gmx.de>
2758
2759 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
2760 (Bug#7113)
2761
2762 2010-09-27 Jan Djärv <jan.h.d@swipnet.se>
2763
2764 * xgselect.c (xg_select): Clear file descriptors not set from
2765 rfds and wfds.
2766
2767 * process.c (wait_reading_process_output): Add missing FD_CLR
2768 for write_mask (must mirror connect_wait_mask).
2769
2770 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2771
2772 * gnutls.c (gnutls_log_function): Show level and "gnutls.c"
2773 prefix.
2774 (Fgnutls_boot): Use changed process members. Use log level with a
2775 function parameter to set it. Bring back Emacs-level debugging
2776 messages at log level 1 and 2.
2777
2778 * process.c (make_process): Initialize gnutls_log_level.
2779
2780 * process.h: Add gnutls_log_level and rename x509_cred and
2781 anon_cred to have the gnutls_ prefix for consistency.
2782
2783 * gnutls.h (GNUTLS_LOG): Add convenience macro.
2784
2785 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
2786
2787 * w32.c (g_b_init_get_sid_identifier_authority)
2788 (GetSidIdentifierAuthority_Proc, get_sid_identifier_authority):
2789 Remove, not used.
2790 (globals_of_w32): Don't set g_b_init_get_sid_identifier_authority.
2791 (init_winsock): Remove useless assignment.
2792 (open_process_token, get_token_information, lookup_account_sid)
2793 (get_sid_sub_authority, get_sid_sub_authority_count, get_file_security)
2794 (get_security_descriptor_owner, get_security_descriptor_group)
2795 (is_valid_sid, equal_sid, get_length_sid, copy_sid)
2796 (get_native_system_info, get_system_times, init_user_info, crlf_to_lf)
2797 (is_unc_volume, GetCachedVolumeInformation, get_volume_info)
2798 (is_fat_volume, open_unc_volume, read_unc_volume, close_unc_volume)
2799 (unc_volume_file_attributes, convert_from_time_t)
2800 (create_toolhelp32_snapshot, process32_first, process32_next)
2801 (open_thread_token, impersonate_self, revert_to_self)
2802 (get_process_memory_info, get_process_working_set_size)
2803 (global_memory_status, global_memory_status_ex, socket_to_fd)
2804 (shutdown_handler): Make static.
2805
2806 2010-09-27 Michael Albinus <michael.albinus@gmx.de>
2807
2808 * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
2809 (xd_pending_messages): Functions removed.
2810 (xd_read_queued_messages): Add parameters fd, *data, for_read in
2811 order to be compatible with add_read_fd. Determine bus from data,
2812 and call xd_read_message just for this bus.
2813 (xd_add_watch): Use xd_read_queued_messages as callback function.
2814 Add data.
2815
2816 * lisp.h (xd_pending_messages, xd_read_queued_messages): Remove.
2817
2818 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2819
2820 * gnutls.c (gnutls_log_function): Add more debugging.
2821 (emacs_gnutls_read): Don't infloop while reading.
2822
2823 2010-09-27 Kenichi Handa <handa@m17n.org>
2824
2825 These changes are to remove restriction on the number of glyphs in
2826 one composition.
2827
2828 * dispextern.h (struct glyph): Change the member "slice" to union.
2829 Remove u.cmp.from and u.cmp.to. Give more bits to u.cmp.id.
2830 (GLYPH_SLICE_EQUAL_P): Adjust for the above change.
2831
2832 * dispnew.c (buffer_posn_from_coords): Use glyph->slice.img
2833 instead of glyph->slice.
2834 (marginal_area_string): Likewise.
2835
2836 * term.c (encode_terminal_code): Use glyph->slice.cmp instead of
2837 glyph->u.cmp.
2838 (append_composite_glyph): Likewise.
2839
2840 * xdisp.c (dump_glyph): Use glyph->slice.cmp instead of
2841 glyph->u.cmp.
2842 (fill_gstring_glyph_string, x_get_glyph_overhangs)
2843 (append_composite_glyph): Likewise.
2844 (fill_image_glyph_string): Use glyph->slice.img instead of
2845 glyph->slice.
2846 (append_glyph, produce_image_glyph, append_stretch_glyph)
2847 (note_mouse_highlight): Likewise.
2848
2849 2010-09-26 Jan Djärv <jan.h.d@swipnet.se>
2850
2851 * process.c (add_keyboard_wait_descriptor)
2852 (delete_keyboard_wait_descriptor): Reinstate ifdef subprocesses.
2853 (wait_reading_process_output): Don't pass write_mask to select
2854 if SELECT_CANT_DO_WRITE_MASK is defined.
2855 (SELECT_CANT_DO_WRITE_MASK): Define if SELECT_CANT_DO_WRITE_MASK.
2856
2857 * process.h (add_read_fd, delete_read_fd, add_write_fd)
2858 (delete_write_fd): Declare.
2859
2860 * process.c (gpm_wait_mask, max_gpm_desc): Remove.
2861 (write_mask): New variable.
2862 (max_input_desc): Rename from max_keyboard_desc.
2863 (fd_callback_info): New variable.
2864 (add_read_fd, delete_read_fd, add_write_fd, delete_write_fd):
2865 New functions.
2866 (Fmake_network_process): FD_SET write_mask.
2867 (deactivate_process): FD_CLR write_mask.
2868 (wait_reading_process_output): Connecting renamed to Writeok.
2869 check_connect removed. check_write is new. Remove references to gpm.
2870 Use Writeok/check_write unconditionally (i.e. no #ifdef
2871 NON_BLOCKING_CONNECT) instead of Connecting.
2872 Loop over file descriptors and call callbacks in fd_callback_info
2873 if file descriptor is ready for I/O.
2874 (add_gpm_wait_descriptor): Just call add_keyboard_wait_descriptor.
2875 (delete_gpm_wait_descriptor): Just call delete_keyboard_wait_descriptor.
2876 (keyboard_bit_set): Use max_input_desc.
2877 (add_keyboard_wait_descriptor, delete_keyboard_wait_descriptor):
2878 Remove #ifdef subprocesses. Use max_input_desc.
2879 (init_process): Initialize write_mask and fd_callback_info.
2880
2881 * keyboard.c (readable_events, gobble_input): Remove DBUS code.
2882
2883 * dbusbind.c: Include process.h.
2884 (dbus_fd_cb, xd_find_watch_fd, xd_toggle_watch)
2885 (xd_read_message_1): New functions.
2886 (xd_add_watch, xd_remove_watch): Call xd_find_watch_fd.
2887 Handle watch for both read and write.
2888 (Fdbus_init_bus): Also register xd_toggle_watch.
2889 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
2890 (Fdbus_method_error_internal, Fdbus_send_signal): Remove call
2891 to dbus_connection_flush.
2892 (xd_read_message): Move most of the code to xd_read_message_1.
2893 Call xd_read_message_1 until status is COMPLETE.
2894
2895 2010-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2896
2897 * term.c: Do not include sys/ioctl.h, not needed.
2898 (init_tty): Reorder code to reduce the number of #ifdefs.
2899 No code changes.
2900
2901 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
2902
2903 * process.h: Set up GnuTLS support.
2904
2905 * process.c (make_process, Fstart_process)
2906 (read_process_output, send_process): Set up GnuTLS support for
2907 process input/output file descriptors.
2908
2909 * gnutls.h: The GnuTLS glue for Emacs, macros and enums.
2910
2911 * gnutls.c: The source code for GnuTLS support in Emacs.
2912
2913 * emacs.c: Set up GnuTLS support and call syms_of_gnutls.
2914
2915 * config.in: Set up GnuTLS support.
2916
2917 * Makefile.in (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS, ALL_CFLAGS)
2918 (obj, LIBES): Set up GnuTLS support.
2919
2920 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
2921
2922 * w32.c (get_emacs_configuration_options): Fix previous change.
2923
2924 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
2925
2926 * insdel.c (prepare_to_modify_buffer): Ensure the mark marker is
2927 alive before using it (Bug#6977).
2928
2929 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2930
2931 * xdisp.c (face_before_or_after_it_pos): EMACS_INT/int fixup.
2932
2933 * dispextern.h: EMACS_INT/int fixup.
2934
2935 * xdisp.c (string_pos_nchars_ahead, init_iterator): EMACS_INT/int
2936 fixup.
2937
2938 * xrdb.c (magic_file_p): EMACS_INT/int fixup.
2939
2940 2010-09-25 Eli Zaretskii <eliz@gnu.org>
2941
2942 * window.c (Fpos_visible_in_window_p, Fdelete_other_windows)
2943 (Fselect_window, window_scroll_pixel_based)
2944 (window_scroll_line_based, Frecenter, Fset_window_configuration):
2945 Use EMACS_INT for buffer positions.
2946
2947 * textprop.c (validate_interval_range, interval_of)
2948 (property_change_between_p, Fadd_text_properties)
2949 (set_text_properties_1, Fremove_text_properties)
2950 (Fremove_list_of_text_properties, Ftext_property_any)
2951 (Ftext_property_not_all, copy_text_properties)
2952 (text_property_list, extend_property_ranges)
2953 (verify_interval_modification): Use EMACS_INT for buffer
2954 positions.
2955
2956 * term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT
2957 for buffer positions.
2958
2959 * process.c (read_process_output, send_process)
2960 (Fprocess_send_region, status_notify): Use EMACS_INT for buffer
2961 and string positions and size.
2962
2963 * print.c (print_object, print_string, strout): Use EMACS_INT for
2964 string indices.
2965
2966 * minibuf.c (string_to_object): Use EMACS_INT for string position
2967 and size.
2968
2969 * marker.c (verify_bytepos): Use EMACS_INT for buffer positions.
2970
2971 * lread.c <read_from_string_index, read_from_string_index_byte>
2972 <read_from_string_limit, readchar_count>: Define EMACS_INT.
2973 (readchar, unreadchar, read_internal_start): Use EMACS_INT for
2974 buffer positions and string length.
2975
2976 * keyboard.c <last_point_position, last_non_minibuf_size>: Declare
2977 EMACS_INT.
2978 (echo_truncate, adjust_point_for_property, read_char)
2979 (gen_help_event, make_lispy_event, modify_event_symbol)
2980 (Fexecute_extended_command, stuff_buffered_input): Use EMACS_INT
2981 for buffer positions and string length.
2982
2983 * keyboard.h (gen_help_event): Adjust prototype.
2984
2985 * termhooks.h <struct input_event>: Make `code' member EMACS_INT.
2986
2987 * commands.h <last_point_position>: Declare EMACS_INT.
2988
2989 * xdisp.c <help_echo_pos>: Define as EMACS_INT.
2990 (truncate_echo_area): Accept EMACS_INT argument.
2991
2992 * dispextern.h <help_echo_pos>: Declare EMACS_INT.
2993
2994 * lisp.h (truncate_echo_area): Adjust prototype.
2995
2996 * composite.c (composition_adjust_point): Return EMACS_INT.
2997
2998 * composite.h (composition_adjust_point): Adjust prototype.
2999
3000 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
3001
3002 * process.c (Fmake_network_process): When arg :host is 'local,
3003 use address 127.0.0.1, not name "localhost". (Bug#6781)
3004
3005 2010-09-24 Eli Zaretskii <eliz@gnu.org>
3006
3007 * indent.c (Fcurrent_indentation, indented_beyond_p)
3008 (compute_motion): Use EMACS_INT for buffer position variables.
3009
3010 * lisp.h (indented_beyond_p): Adjust prototype.
3011
3012 * buffer.c (overlay_strings): Return EMACS_INT.
3013
3014 * buffer.h (overlay_strings): Adjust prototype.
3015
3016 * region-cache.c (pp_cache): Adjust format to arguments.
3017
3018 * eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
3019 (call_debugger): Use EMACS_INT for specpdl_size related variables.
3020 (verror): Use EMACS_INT for size of allocated buffer.
3021
3022 * keyboard.c (make_lispy_position): Use EMACS_INT for buffer
3023 positions.
3024
3025 * xdisp.c (redisplay_internal, try_window_id)
3026 (set_cursor_from_row, find_first_unchanged_at_end_row):
3027 Use EMACS_INT for buffer positions.
3028
3029 * dispextern.h (set_cursor_from_row): Adjust prototype.
3030
3031 * dispnew.c (increment_matrix_positions)
3032 (increment_row_positions, copy_glyph_row_contents)
3033 (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
3034 positions.
3035
3036 * dispextern.h (mode_line_string, marginal_area_string)
3037 (increment_matrix_positions, increment_row_positions):
3038 Adjust prototypes.
3039
3040 * data.c (Faref, Faset): Use EMACS_INT for string length and
3041 positions.
3042
3043 * cmds.c (internal_self_insert): Use EMACS_INT for the count of
3044 characters to insert.
3045
3046 * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
3047 position and size.
3048
3049 * syntax.c (scan_words, update_syntax_table)
3050 (prev_char_comend_first, back_comment, skip_chars)
3051 (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars):
3052 Use EMACS_INT for buffer and string positions.
3053
3054 * syntax.h (scan_words, update_syntax_table): Adjust prototypes.
3055
3056 * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
3057 positions.
3058
3059 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3060
3061 * scroll.c (calculate_scrolling, line_ins_del)
3062 (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int
3063 conversion.
3064
3065 * region-cache.c (move_cache_gap, set_cache_region, pp_cache)
3066 (region_cache_backward, region_cache_forward)
3067 (revalidate_region_cache, set_cache_region): FIX EMACS_INT/int
3068 conversion.
3069
3070 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
3071
3072 * eval.c (verror): Fix EMACS_INT/int conversion.
3073
3074 * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
3075 (print_preprocess, print_check_string_charset_prop)
3076 (print_object): Fix EMACS_INT/int conversion.
3077
3078 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
3079
3080 2010-09-24 Eli Zaretskii <eliz@gnu.org>
3081
3082 * callproc.c (Fcall_process): Use EMACS_INT for count of
3083 characters read from the subprocess.
3084
3085 * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
3086 positions.
3087 (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
3088 positions.
3089
3090 * buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
3091 (struct sortstrlist, overlay_str_len): Use EMACS_INT for string
3092 length.
3093 (advance_to_char_boundary, Fset_buffer_multibyte)
3094 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
3095 (overlay_touches_p, record_overlay_string, overlay_strings)
3096 (recenter_overlay_lists, fix_start_end_in_overlays)
3097 (modify_overlay, Fmove_overlay, report_overlay_modification)
3098 (evaporate_overlays): Use EMACS_INT for buffer positions.
3099
3100 * lisp.h (fix_start_end_in_overlays, overlay_touches_p):
3101 Adjust prototypes.
3102
3103 * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
3104 positions.
3105
3106 * fns.c (Fcompare_strings, Fstring_lessp, concat)
3107 (string_make_unibyte, Fstring_as_unibyte, Fsubstring)
3108 (Fsubstring_no_properties, substring_both, Ffillarray)
3109 (Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
3110 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
3111 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
3112 (Fmd5): Use EMACS_INT for buffer and string positions and length
3113 variables and arguments.
3114
3115 * lisp.h (substring_both): Adjust prototype.
3116
3117 2010-09-24 Juanma Barranquero <lekktu@gmail.com>
3118
3119 Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
3120 * w32fns.c (clipboard_sequence_fn): Don't declare.
3121 (globals_of_w32fns): Don't initialize it.
3122
3123 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3124
3125 * syntax.c (back_comment): Detect the case where a 1-char comment
3126 starter is also the 2nd char of a 2-char comment ender.
3127
3128 2010-09-23 Jan Djärv <jan.h.d@swipnet.se>
3129
3130 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
3131
3132 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3133
3134 * eval.c (verror): EMACS_INT/int cleanup.
3135
3136 * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
3137 unwind_protect more than 2GB worth of functions.
3138
3139 * editfns.c (Finsert_char): EMACS_INT/int cleanup.
3140
3141 * lisp.h: Have oblookup take EMACS_INT to allow interning big
3142 string and avoid compiler warnings.
3143 (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
3144 all users.
3145
3146 * lread.c (oblookup): EMACS_INT/int cleanup.
3147
3148 * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup.
3149
3150 2010-09-23 Eli Zaretskii <eliz@gnu.org>
3151
3152 * editfns.c (clip_to_bounds): Return an EMACS_INT value.
3153
3154 * lisp.h (clip_to_bounds): Adjust prototype.
3155
3156 * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
3157
3158 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3159
3160 * lisp.h: doprnt.c EMACS_INT/int cleanup.
3161
3162 * doprnt.c (doprnt): EMACS_INT/int cleanup.
3163
3164 * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int
3165 cleanup.
3166
3167 * lisp.h: Change the definition of all marker.c functions that
3168 take and return buffer stuff to be EMACS_INT instead of int.
3169
3170 * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both)
3171 (buf_charpos_to_bytepos, bytepos_to_charpos)
3172 (buf_bytepos_to_charpos, Fbuffer_has_markers_at)
3173 (set_marker_restricted, set_marker_both): Convert int to EMACS_INT
3174 for all buffer positions.
3175
3176 2010-09-23 Chong Yidong <cyd@stupidchicken.com>
3177
3178 * intervals.c (traverse_intervals, rotate_right, rotate_left)
3179 (split_interval_right, find_interval, next_interval)
3180 (delete_node, delete_interval, interval_deletion_adjustment)
3181 (adjust_intervals_for_deletion, merge_interval_right)
3182 (merge_interval_left, graft_intervals_into_buffer)
3183 (copy_intervals): Convert EMACS_UINTs to EMACS_INT.
3184
3185 * intervals.h (traverse_intervals): Update prototype.
3186
3187 2010-09-23 Eli Zaretskii <eliz@gnu.org>
3188
3189 * indent.c (compute_motion): Use EMACS_INT for arguments to
3190 region_cache_forward.
3191
3192 * region-cache.c (struct boundary, struct region_cache):
3193 Use EMACS_INT for positions.
3194 (find_cache_boundary, move_cache_gap, insert_cache_boundary)
3195 (delete_cache_boundaries, set_cache_region)
3196 (invalidate_region_cache, know_region_cache)
3197 (region_cache_forward, region_cache_backward, pp_cache):
3198 Use EMACS_INT for buffer positions.
3199
3200 * region-cache.h (know_region_cache, invalidate_region_cache)
3201 (region_cache_forward, region_cache_backward): Adjust prototypes.
3202
3203 * search.c (string_match_1, fast_c_string_match_ignore_case)
3204 (looking_at_1, scan_buffer, scan_newline)
3205 (find_next_newline_no_quit, find_before_next_newline)
3206 (search_command, trivial_regexp_p, search_buffer, simple_search)
3207 (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
3208 and string positions and length.
3209
3210 * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
3211 (find_before_next_newline): Adjust prototypes.
3212
3213 * editfns.c (transpose_markers, update_buffer_properties)
3214 (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
3215 (get_pos_property, Fconstrain_to_field)
3216 (Fline_beginning_position, Fline_end_position, Fprevious_char)
3217 (Fchar_after, Fchar_before, Finsert_char)
3218 (Finsert_buffer_substring, Fcompare_buffer_substrings)
3219 (Fsubst_char_in_region, Fformat, Ftranspose_regions):
3220 Use EMACS_INT for buffer and string position variables.
3221 (Finsert_char): Protect against too large insertions.
3222
3223 * lisp.h (clip_to_bounds): Adjust prototype.
3224
3225 * intervals.c (traverse_intervals, rotate_right, rotate_left)
3226 (balance_an_interval, split_interval_right, split_interval_left)
3227 (find_interval, next_interval, update_interval)
3228 (adjust_intervals_for_insertion, delete_node, delete_interval)
3229 (interval_deletion_adjustment, adjust_intervals_for_deletion)
3230 (offset_intervals, merge_interval_right, merge_interval_left)
3231 (graft_intervals_into_buffer, adjust_for_invis_intang)
3232 (move_if_not_intangible, get_local_map, copy_intervals)
3233 (copy_intervals_to_string, compare_string_intervals)
3234 (set_intervals_multibyte_1): Use EMACS_INT for buffer positions
3235 and for interval tree size.
3236
3237 * intervals.h (traverse_intervals, split_interval_right)
3238 (split_interval_left, find_interval, offset_intervals)
3239 (graft_intervals_into_buffer, copy_intervals)
3240 (copy_intervals_to_string, move_if_not_intangible, get_local_map)
3241 (update_interval): Adjust prototypes.
3242
3243 * xdisp.c (check_point_in_composition, reconsider_clip_changes):
3244 Use EMACS_INT for buffer position variables and arguments.
3245
3246 * composite.c (get_composition_id, find_composition)
3247 (run_composition_function, compose_text)
3248 (composition_gstring_width, autocmp_chars)
3249 (composition_update_it, Ffind_composition_internal): Use EMACS_INT
3250 for buffer positions and string length variables and arguments.
3251
3252 * composite.h (get_composition_id, find_composition, compose_text)
3253 (composition_gstring_width): Adjust prototypes.
3254
3255 * editfns.c (Fformat): Use EMACS_INT for string size variables.
3256
3257 * xdisp.c (store_mode_line_noprop, display_mode_element):
3258 Use EMACS_INT for string positions.
3259
3260 * intervals.c (get_property_and_range): Use EMACS_INT for buffer
3261 position arguments.
3262
3263 * intervals.h (get_property_and_range): Adjust prototype.
3264
3265 * character.c (parse_str_as_multibyte, str_as_multibyte)
3266 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
3267 (string_count_byte8, string_escape_byte8, c_string_width)
3268 (strwidth, lisp_string_width, multibyte_chars_in_text):
3269 Use EMACS_INT for string length variables and arguments.
3270
3271 * character.h (parse_str_as_multibyte, str_as_multibyte)
3272 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
3273 (c_string_width, strwidth, lisp_string_width):
3274 Adjust prototypes.
3275
3276 * font.c (font_intern_prop): Use EMACS_INT for string length
3277 variables.
3278
3279 * font.c (font_intern_prop): Use EMACS_INT for string length
3280 variables.
3281
3282 * fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
3283 variables.
3284
3285 * alloc.c <total_string_size>: Declare as EMACS_INT, not int.
3286 (Fmake_string): Protect against too large strings.
3287 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
3288 (live_misc_p): Use ptrdiff_t instead of int for pointer
3289 differences.
3290 (string_bytes, check_sblock, check_string_free_list)
3291 (allocate_string_data, compact_small_strings, Fmake_string)
3292 (Fmake_bool_vector, make_string, make_unibyte_string)
3293 (make_multibyte_string, make_string_from_bytes)
3294 (make_specified_string_string, Fmake_list, Fmake_vector):
3295 Use EMACS_INT for string length variables and arguments.
3296 (find_string_data_in_pure, make_pure_string, make_pure_c_string)
3297 (Fpurecopy): Use EMACS_INT for string size.
3298 (mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
3299 for vector size.
3300
3301 * lisp.h (make_string, make_unibyte_string, make_multibyte_string)
3302 (make_string_from_bytes, make_specified_string_string)
3303 (make_pure_string, string_bytes, check_point_in_composition):
3304 Adjust prototypes.
3305
3306 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3307
3308 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
3309 (check_translation): Use EMACS_INT for buffer positions and
3310 length.
3311
3312 * undo.c (record_marker_adjustment, record_delete)
3313 (record_change, record_point, record_insert)
3314 (record_property_change, Fprimitive_undo): Use EMACS_INT for
3315 buffer positions.
3316
3317 * lisp.h (record_marker_adjustment, record_delete)
3318 (record_change, record_point, record_insert)
3319 (record_property_change, Fprimitive_undo): Adjust prototypes.
3320
3321 2010-09-22 Juanma Barranquero <lekktu@gmail.com>
3322 Eli Zaretskii <eliz@gnu.org>
3323
3324 * w32.c (get_emacs_configuration_options): Fix buffer overrun.
3325
3326 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3327
3328 * minibuf.c (Fminibuffer_contents)
3329 (Fminibuffer_contents_no_properties)
3330 (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
3331 positions.
3332
3333 * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
3334 mark.
3335
3336 * alloc.c (make_uninit_string, make_uninit_multibyte_string)
3337 (allocate_string_data): Accept EMACS_INT for string length.
3338
3339 * editfns.c (Ffield_string, Ffield_string_no_properties)
3340 (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
3341 (Fbuffer_substring_no_properties, find_field, Fdelete_field)
3342 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
3343 (Ffield_end): Use EMACS_INT for buffer positions.
3344
3345 * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
3346 point with mark.
3347
3348 * lisp.h (allocate_string_data, make_uninit_string)
3349 (make_uninit_multibyte_string, make_buffer_string)
3350 (make_buffer_string_both): Adjust prototypes.
3351
3352 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
3353
3354 * xml.c: Switch to GNU indentation.
3355 (make_dom): Change parse tree format to match xml.el.
3356 (Fxml_parse_html_string_internal): Rename from html-parse-string.
3357 (Fxml_parse_string_internal): Rename from xml-parse-string.
3358
3359 2010-09-22 Kenichi Handa <handa@m17n.org>
3360
3361 * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
3362 only if we are not at a composition.
3363 (set_iterator_to_next): Give it->end_charpos to
3364 composition_compute_stop_pos.
3365 (set_iterator_to_next, next_element_from_buffer): Likewise.
3366
3367 * dispnew.c (buffer_posn_from_coords): Fix position when the
3368 current display element is a grapheme cluster in bidi-reordered
3369 region.
3370
3371 2010-09-21 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3372
3373 * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
3374 the regions may overlap.
3375
3376 2010-09-21 Juanma Barranquero <lekktu@gmail.com>
3377
3378 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
3379
3380 2010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3381
3382 * emacs.c: Do not include sys/ioctl.h, not needed.
3383
3384 * doprnt.c: Do not include stdlib.h, config.h does it.
3385 Move #include before macro definition.
3386
3387 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
3388
3389 * Makefile.in (temacs): Link using $(CC) not $(LD).
3390 (LD_FIRSTFLAG): Define using autoconf.
3391 (LD): Remove.
3392
3393 Remove HAVE_TERMIOS definitions.
3394 * s/usg5-4-common.h (HAVE_TERMIOS):
3395 * s/template.h (HAVE_TERMIOS):
3396 * s/gnu-linux.h (HAVE_TERMIOS):
3397 * s/darwin.h (HAVE_TERMIOS):
3398 * s/cygwin.h (HAVE_TERMIOS):
3399 * s/bsd-common.h (HAVE_TERMIOS):
3400 * s/aix4-2.h (HAVE_TERMIOS):
3401 * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
3402 defined on all non-MS platforms.
3403 (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
3404
3405 * xterm.c (xt_action_hook): Use const.
3406
3407 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
3408
3409 Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
3410 * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
3411 (gethostname) [!HAVE_SOCKETS]: Remove.
3412 (SOCK_REPLACE_HANDLE): Remove macro.
3413 (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
3414 (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
3415 * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
3416 (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
3417
3418 2010-09-18 Eli Zaretskii <eliz@gnu.org>
3419
3420 * deps.mk (xml.o): Add dependencies.
3421
3422 * xdisp.c (Fcurrent_bidi_paragraph_direction):
3423 Call bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
3424
3425 * bidi.c (bidi_paragraph_init): Accept an additional argument
3426 NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero,
3427 search back until a paragraph with a strong directional character
3428 is found, and use that to determine paragraph's base direction.
3429
3430 * dispextern.h (bidi_paragraph_init): Update prototype.
3431
3432 2010-09-17 Eli Zaretskii <eliz@gnu.org>
3433
3434 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
3435 of w32api >= 3.15. (Bug#6989)
3436
3437 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3438
3439 * process.c (wait_reading_process_output): Don't message about
3440 accept-process-output unless the time limit really is zero.
3441
3442 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
3445 int/Lisp_Object mixup).
3446
3447 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
3448
3449 * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
3450 not HELP.
3451
3452 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
3453
3454 * frame.c (Ftool_bar_pixel_width): New function to expose tool
3455 bar's pixel width to Lisp (Bug#7048).
3456
3457 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
3458
3459 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
3460
3461 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
3462
3463 * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
3464 with argument top/left if tool bar is vertical/horizontal (Bug#7051).
3465
3466 2010-09-17 Kenichi Handa <handa@m17n.org>
3467
3468 * ftfont.c (ftfont_check_otf): Fix previous change.
3469
3470 2010-09-14 Kenichi Handa <handa@m17n.org>
3471
3472 * ftfont.c (ftfont_check_otf): Fix the case of checking just
3473 existence of GSUB or GPOS.
3474
3475 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
3476
3477 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
3478
3479 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3480
3481 * xml.c (parse_buffer): Rename to parse_string(), since that's
3482 what it does.
3483 (parse_string): Return nil when the document can't be parsed.
3484
3485 2010-09-14 Jan Djärv <jan.h.d@swipnet.se>
3486
3487 * xterm.c (get_current_vm_state): New function.
3488 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
3489 want_fullscreen so set_wm_state calls are few (Bug#7013).
3490 (x_handle_net_wm_state): Move code to get_current_vm_state and
3491 call that function.
3492
3493 2010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
3494
3495 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
3496
3497 2010-09-14 Kenichi Handa <handa@m17n.org>
3498
3499 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
3500 we may use designation or locking-shift.
3501
3502 2010-09-14 Kenichi Handa <handa@m17n.org>
3503
3504 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
3505 sequence when the source is multibyte.
3506
3507 2010-09-14 Andreas Schwab <schwab@linux-m68k.org>
3508
3509 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
3510 Don't make first argument optional. Doc fix.
3511
3512 2010-09-14 Leo <sdl.web@gmail.com> (tiny change)
3513
3514 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
3515 parameters for the doc string.
3516
3517 2010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3518
3519 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
3520
3521 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3522
3523 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
3524 (syms_of_fns): Don't defsubr Sy_or_n_p.
3525 * lisp.h: Don't declare Fy_or_n_p.
3526 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
3527
3528 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3529
3530 * xml.c (Fxml_parse_buffer): New function to parse XML files.
3531
3532 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3533
3534 * xml.c: New file.
3535 (Fhtml_parse_buffer): New function to interface to the libxml2
3536 html parsing function.
3537
3538 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
3539
3540 * biditype.h: Regenerate.
3541
3542 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
3543
3544 * nsimage.m (ns_load_image): Check argument types.
3545
3546 * image.c: Remove all uses of gcpro.
3547 (xpm_load): Check all lisp types.
3548 (pbm_load): Likewise.
3549 (png_load): Likewise.
3550 (jpeg_load): Likewise.
3551 (tiff_load): Likewise.
3552 (gif_load): Likewise.
3553 (imagemagick_load_image): Likewise.
3554 (imagemagick_load): Likewise.
3555 (svg_load): Likewise.
3556 (gs_load): Likewise.
3557
3558 2010-09-04 Eli Zaretskii <eliz@gnu.org>
3559
3560 * w32uniscribe.c (uniscribe_shape): Update commentary.
3561 Don't try to reorder grapheme clusters, since LGSTRING should always
3562 hold them in the logical order.
3563 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
3564 return glyph codes in the logical order.
3565
3566 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
3567
3568 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
3569 (imagemagick_load_image): Fix type mismatch.
3570 (Fimagemagick_types): Likewise. Doc fix.
3571
3572 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3573
3574 * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
3575
3576 * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
3577
3578 * xselect.c: Remove declaration of cut-buffer objects and functions.
3579 (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
3580 (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
3581 (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
3582 (Fx_rotate_cut_buffers_internal): Remove.
3583 (syms_of_xselect): Remove defsubr of above.
3584 Remove intern of QCUT_BUFFERn.
3585
3586 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3587
3588 * cmds.c (Vblink_paren_function): Remove.
3589 (internal_self_insert): Make it insert N chars at a time.
3590 Don't call blink-paren-function.
3591 (Fself_insert_command): Adjust accordingly.
3592 (syms_of_cmds): Don't declare blink-paren-function.
3593
3594 2010-08-31 Kenichi Handa <handa@m17n.org>
3595
3596 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
3597 characters.
3598
3599 * term.c (encode_terminal_code): Fix the previous change.
3600 (produce_glyphs): Don't set it->char_to_display here.
3601 Don't handle unibyte-display-via-language-environment here.
3602 (produce_special_glyphs): Set temp_it.char_to_display before
3603 calling produce_glyphs.
3604
3605 * xdisp.c (get_next_display_element): Set it->char_to_display
3606 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
3607 characters.
3608 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
3609 calling PRODUCE_GLYPHS.
3610 (append_space_for_newline): Save and store it->char_to_display.
3611 Set it->char_to_display before calling PRODUCE_GLYPHS.
3612 (extend_face_to_end_of_line): Set it->char_to_display before
3613 calling PRODUCE_GLYPHS.
3614 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
3615 character to its byte value.
3616 (get_char_glyph_code): New function.
3617 (produce_stretch_glyph): Set it2.char_to_display too before
3618 calling x_produce_glyphs.
3619 (x_produce_glyphs): Simplify by using the same code for ASCII and
3620 non-ASCII characters. Don't set it->char_to_display here.
3621 Don't handle unibyte-display-via-language-environment here. For a
3622 character of no glyph, use font->space_width instead of FONT_WIDTH.
3623
3624 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3625
3626 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
3627
3628 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
3629
3630 * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
3631
3632 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3633
3634 * marker.c (Fcopy_marker): Make the first arg optional.
3635
3636 2010-08-30 Kenichi Handa <handa@m17n.org>
3637
3638 * composite.c (composition_update_it): Fix computing of
3639 cmp_it->width.
3640
3641 2010-08-29 Kenichi Handa <handa@m17n.org>
3642
3643 * term.c (encode_terminal_code): Encode byte chars to the
3644 corresponding bytes.
3645
3646 2010-08-29 Jan Djärv <jan.h.d@swipnet.se>
3647
3648 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
3649
3650 2010-08-26 Kenichi Handa <handa@m17n.org>
3651
3652 * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
3653 on calling composition_compute_stop_pos.
3654
3655 2010-08-25 Kenichi Handa <handa@m17n.org>
3656
3657 * fontset.c (reorder_font_vector): Prefer a font-spec specifying
3658 :otf.
3659
3660 * composite.c (composition_compute_stop_pos): Don't break
3661 composition at PT.
3662 (composition_reseat_it): Likewise. Fix calculation of character
3663 position starting a composition.
3664 (Fcomposition_get_gstring): Don't limit the number of components
3665 for automatic composition.
3666
3667 2010-08-25 Kenichi Handa <handa@m17n.org>
3668
3669 * composite.c (composition_compute_stop_pos): In forward search,
3670 pay attention to the possibility that some character after ENDPOS
3671 will be composed with charactrs before ENDPOS.
3672
3673 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
3674
3675 * keyboard.c (command_loop_1): Don't clobber primary selection
3676 during handle-switch-frame (Bug#6872).
3677
3678 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
3679
3680 * dbusbind.c: Accept UNIX domain sockets as bus address.
3681 (Fdbus_close_bus): New function.
3682 (Vdbus_registered_buses): New variable.
3683 (xd_initialize): Implement string as bus address.
3684 (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
3685 (Fdbus_get_unique_name, Fdbus_call_method)
3686 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
3687 (Fdbus_method_error_internal, Fdbus_send_signal)
3688 (Fdbus_register_signal, Fdbus_register_method): Remove bus type
3689 check. This is done in xd_initialize_bus. Adapt doc string, if
3690 necessary.
3691 (xd_pending_messages, xd_read_queued_messages): Loop over buses in
3692 Vdbus_registered_buses.
3693 (Vdbus_registered_objects_table): Create hash.
3694
3695 2010-08-22 Juri Linkov <juri@jurta.org>
3696
3697 * keyboard.c (Fexecute_extended_command): Move reading a command name
3698 with `completing-read' to a new Elisp function `read-extended-command'.
3699 Call it to read a command to `function' (bug#5364, bug#5214).
3700
3701 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3702
3703 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
3704
3705 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
3706
3707 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
3708 instead of SAFE_ALLOCA.
3709
3710 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3711
3712 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
3713 (Bug#6214).
3714
3715 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
3716
3717 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
3718
3719 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
3720
3721 * doc.c (Fsnarf_documentation): Initialize skip_file before
3722 build-files test.
3723
3724 2010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
3725
3726 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
3727 New definitions.
3728 (HAVE_TERMIO): Remove.
3729
3730 2010-08-22 Eli Zaretskii <eliz@gnu.org>
3731
3732 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
3733
3734 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
3735 for w32.
3736
3737 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
3738 it's done in nt/config.nt.
3739
3740 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
3741
3742 * unexcoff.c (report_error, make_hdr, write_segment)
3743 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
3744 Convert argument lists and prototypes to ANSI C.
3745 (make_hdr, write_segment): Remove unused variables.
3746 (unexec): Remove commented-out line. Initialize `new' to shut up
3747 compiler warnings.
3748
3749 2010-08-22 Dan Nicolaescu <dann@ics.uci.edu>
3750
3751 Simplify termio code.
3752 All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
3753 HAVE_TERMIO code is obsolete.
3754 Replace HAVE_TERMIOS conditionals with !DOS_NT.
3755 * systty.h: Do not define HAVE_TCATTR.
3756 Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
3757 Do not define EMACS_HAVE_TTY_PGRP. Only define
3758 EMACS_GET_TTY_PGRP for !DOS_NT.
3759 * sysdep.c: Include sysselect.h unconditionally. Do not include
3760 sys/ioctl.h and termios.h, systty.h does it.
3761 Use HAVE_SYS_UTSNAME_H instead of USG as an include guard.
3762 (init_baud_rate): Remove HAVE_TERMIO code.
3763 (child_setup_tty): Remove HAVE_TERMIO code.
3764 (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
3765 and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
3766 (new_ltchars, new_tchars): Remove, unused.
3767 (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
3768 code. Remove special casing for __mips__, it was a no-op.
3769 Remove HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
3770 (init_sys_modes): Remove HPUX special case.
3771 * process.c: Include stdlib.h unconditionally. Do not include
3772 fcntl.h, systty.h does it. Remove conditional code for
3773 HAVE_SERIAL, it is always true.
3774 (process_send_signal): Remove HAVE_TERMIOS conditional, it's
3775 always true when SIGNALS_VIA_CHARACTERS is true.
3776 (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
3777 !WINDOWSNT means HAVE_TERMIOS.
3778 (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
3779 conditional, which is true for all HAVE_TERMIOS systems.
3780 * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
3781 instead of HAVE_TERMIOS.
3782 * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
3783 EMACS_HAVE_TTY_PGRP.
3784 * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
3785 non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
3786 anyway.
3787
3788 2010-08-21 Eli Zaretskii <eliz@gnu.org>
3789
3790 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
3791 mirroring pixel positions.
3792
3793 2010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
3794
3795 * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
3796 write only.
3797 (init_alloc_once): Remove writes to malloc_sbrk_unused, and
3798 malloc_sbrk_used, nothing uses them.
3799
3800 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
3801 defined, unconditionally defined in lisp.h.
3802
3803 * term.c: Do not include <termios.h>, systty.h does it.
3804
3805 * s/unixware.h (HAVE_TCATTR):
3806 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
3807 systty.h defines it when HAVE_TERMIOS is defined.
3808
3809 2010-08-20 Eli Zaretskii <eliz@gnu.org>
3810
3811 * dispnew.c (buffer_posn_from_coords): Fix last change for text
3812 terminals: add one-character offset for R2L lines.
3813
3814 * emacs.c <emacs_version>: Add a comment regarding
3815 msdos/mainmake.v2's dependency on the syntax of this declaration.
3816
3817 2010-08-20 Eli Zaretskii <eliz@gnu.org>
3818
3819 * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
3820 position for R2L lines by mirroring the pixel position wrt the
3821 text are box. Improve commentary.
3822
3823 2010-08-20 Andreas Schwab <schwab@linux-m68k.org>
3824
3825 * image.c (imagemagick_clear_image): Remove debugging output.
3826
3827 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3828
3829 * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
3830 (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
3831 (internal_self_insert): Run Qpost_self_insert_hook rather than handle
3832 self-insert-face.
3833 (syms_of_cmds): Initialize the new vars.
3834
3835 2010-08-19 Jason Rumney <jasonr@gnu.org>
3836
3837 * w32menu.c (set_frame_menubar): Remove call to undefined function.
3838
3839 * w32fns.c (w32_wnd_proc): Don't check context before initializing.
3840
3841 2010-08-19 Jan Djärv <jan.h.d@swipnet.se>
3842
3843 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
3844
3845 2010-08-18 Eli Zaretskii <eliz@gnu.org>
3846
3847 * xterm.c (x_draw_bar_cursor):
3848 * w32term.c (x_draw_bar_cursor): If the character under cursor is
3849 R2L, draw the bar cursor on its right rather than on its left.
3850
3851 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
3852
3853 * eval.c (Fdefmacro): Only obey one declaration.
3854
3855 * casefiddle.c (casify_region): Setup gl_state.
3856
3857 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
3858
3859 * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
3860
3861 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
3862
3863 * gtkutil.c (update_frame_tool_bar): Literal strings are const char*.
3864
3865 2010-08-18 David De La Harpe Golden <david@harpegolden.net>
3866
3867 * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
3868 (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
3869 QPRIMARY => NXPrimaryPboard.
3870 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
3871 NXPrimaryPboard => QPRIMARY.
3872 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
3873 NXSecondaryPboard = SecondarySelection.
3874 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
3875
3876 2010-08-18 Joakim Verona <joakim@verona.se>
3877
3878 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
3879 defined:
3880 (imagemagick_image_p): New function to test for ImageMagic image.
3881 (imagemagick_load): New function to load ImageMagick image.
3882 (imagemagick_load_image): New function, helper for imagemagick_load.
3883 (imagemagick-types): New function.
3884 (Qimagemagick): New Lisp_object.
3885 (imagemagick-render-type): New variable, decides which renderer to use.
3886
3887 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
3888
3889 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
3890 is a string.
3891
3892 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
3893
3894 * nsfns.m (ns_frame_parm_handlers): Add a slot for the
3895 x_set_tool_bar_position handler.
3896
3897 2010-08-17 Eli Zaretskii <eliz@gnu.org>
3898
3899 * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
3900 x_set_tool_bar_position handler, needed to support changes from
3901 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796)
3902
3903 2010-08-16 Jan Djärv <jan.h.d@swipnet.se>
3904
3905 * nsselect.m: include keyboard.h for QPRIMARY, remove its
3906 declaration (Bug#6863).
3907 (syms_of_nsselect): Don't intern QPRIMARY.
3908
3909 * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
3910
3911 * keyboard.h (QPRIMARY): Declare (Bug#6864).
3912
3913 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
3914
3915 * keyboard.c (command_loop_1): Avoid setting selection twice,
3916 since it's done in deactivate-mark as well.
3917 (Vselect_active_regions): Change default to t. Replace `lazy'
3918 with non-default value `only', meaning only set PRIMARY for
3919 temporarily active regions.
3920
3921 * insdel.c (prepare_to_modify_buffer): Handle `only' value of
3922 select-active-regions.
3923
3924 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
3925
3926 * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
3927 isn't a string.
3928
3929 2010-08-15 Andreas Schwab <schwab@linux-m68k.org>
3930
3931 * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
3932
3933 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
3934
3935 * keyboard.c (parse_tool_bar_item): malloc buf.
3936 Set TOOL_BAR_ITEM_LABEL to empty string if not set to
3937 new_lbl (Bug#6855).
3938
3939 2010-08-14 Eli Zaretskii <eliz@gnu.org>
3940
3941 * xterm.c (x_draw_stretch_glyph_string):
3942 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
3943 the cursor on the right edge of the stretch glyph.
3944
3945 * xdisp.c (window_box_right_offset, window_box_right):
3946 Fix commentary.
3947
3948 * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
3949 direction when point is inside a run of whitespace characters.
3950
3951 * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
3952
3953 2010-08-14 Jason Rumney <jasonr@gnu.org>
3954
3955 * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
3956
3957 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
3958
3959 * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
3960
3961 2010-08-13 Jason Rumney <jasonr@gnu.org>
3962
3963 * w32menu.c (simple_dialog_show): Use unicode message box if available.
3964 (MessageBoxW_Proc): New function typedef.
3965 (unicode-message-box): New function pointer.
3966 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
3967
3968 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
3969
3970 * frame.h (Qtool_bar_position): Declare.
3971
3972 * xfns.c (Fx_create_frame): Call x_default_parameter for
3973 Qtool_bar_position.
3974
3975 2010-08-13 Eli Zaretskii <eliz@gnu.org>
3976
3977 * unexcoff.c: Remove the parts used when "emacs" is not defined.
3978 (report_error, report_error_1): Ditto.
3979 (write_segment): Remove "#if 0" unused code.
3980 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
3981 NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
3982 (start_of_text): Remove unused function (was used only if NO_REMAP
3983 was NOT defined).
3984
3985 * msdos.c (IT_set_face): Fix format string to match argument
3986 types.
3987 (IT_write_glyphs, IT_note_mode_line_highlight)
3988 (IT_set_frame_parameters): Remove unused variables.
3989 (x_set_menu_bar_lines): Declare set_menu_bar_lines.
3990 (IT_set_terminal_modes): Disambiguate expression in if clause.
3991 (Fmsdos_remember_default_colors): Return Qnil.
3992 (IT_set_frame_parameters): Add parens to disambiguate boolean
3993 expression for logging the cursor type to termscript.
3994 (keyboard_layout_list, keypad_translate_map)
3995 (grey_key_translate_map): Add braces in inner initializers.
3996 (dos_rawgetc): Add parens in condition for mouse-3 button-press.
3997 (dos_rawgetc): Remove unused label.
3998 (XMenuActivate): Add braces to remove ambiguous `else'.
3999 (dos_ttraw): Always return a value.
4000 (spawnve): Declare.
4001 (run_msdos_command): Cast 3rd arg of spawnve to "char **".
4002
4003 * dosfns.h (x_set_title): Declare.
4004
4005 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
4006 Remove unused variables.
4007
4008 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
4009 variables.
4010 (init_dosfns): Declare get_lim_data.
4011 (system_process_attributes): Declare Fget_internal_run_time.
4012
4013 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
4014 list to be consistent with menu.h.
4015
4016 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
4017 warnings due to mixing of "char *" and "const char *".
4018
4019 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 Introduce a new comment style "c" flag.
4022 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
4023 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
4024 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
4025 (syntax_prefix_flag_p): New function.
4026 (Fstring_to_syntax): Understand new "c" flag.
4027 (Finternal_describe_syntax_value): Recognize new flag; use the
4028 SYNTAX_FLAGS_* macros.
4029 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
4030 comment style to accomodate the new styles.
4031 (back_comment, forw_comment, Fforward_comment, scan_lists)
4032 (scan_sexps_forward): Update code to obey the new comment style flag.
4033
4034 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
4035
4036 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
4037
4038 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
4039
4040 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
4041 first.
4042 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
4043
4044 * gtkutil.h (xg_check_special_colors): Declare.
4045
4046 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
4047 (xg_create_frame_widgets): Connect theme name changes to
4048 style_changed_cb.
4049
4050 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
4051 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
4052 (x_term_init): Use char[] display_opt and name_opt instead of
4053 string literal. file is const char*.
4054
4055 * xsmfns.c (NOSPLASH_OPT): Change to char[].
4056 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
4057 props. Free them at the end.
4058
4059 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
4060
4061 * xrdb.c (get_system_app): Make path const and use char *p for
4062 non-const char.
4063
4064 * xmenu.c (Fx_popup_dialog): error_name is const char*.
4065 (xmenu_show): error parameter is const char **. pane_string is const
4066 char *.
4067 (button_names): Is const char *.
4068 (xdialog_show): error_name and pane_string is const.
4069
4070 * process.h (synch_process_death): Is const char*.
4071
4072 * w32menu.c (w32_menu_show):
4073 * nsmenu.m (ns_menu_show): error parameter is const char **.
4074
4075 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
4076 is const char **.
4077
4078 * menu.c (Fx_popup_menu): error_name is const.
4079
4080 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
4081 with unsigned char and XtPointer with void *.
4082
4083 * gtkutil.h: Replace widget_value with struct _widget_value.
4084 (enum button_type, struct _widget_value): Remove and use the one from
4085 keyboard.h.
4086
4087 * gtkutil.c (get_utf8_string): Always return an allocated string.
4088 Parameter is const.
4089 (create_dialog, xg_create_one_menuitem, create_menus)
4090 (xg_item_label_same_p, xg_update_menu_item): Free result from
4091 get_utf8_string.
4092 (xg_separator_p, xg_item_label_same_p): label is const.
4093
4094 * font.h (font_open_by_name): Make name const.
4095
4096 * font.c (font_open_by_name): Make name const.
4097
4098 * floatfns.c (matherr): Use a const char* variable for x->name.
4099
4100 * emacs.c (main): Pass char[] to putenv instead of literal.
4101
4102 * callproc.c (synch_process_death): Make const.
4103 (Fcall_process): Make signame const.
4104
4105 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
4106 (addDisplayItemWithImage): Use const char*.
4107
4108 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
4109 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
4110
4111 * nsfont.m (ns_descriptor_to_entity): Use const char*.
4112
4113 * keyboard.h (_widget_value): name, value and key are const char*.
4114
4115 * unexmacosx.c (unexec_error): Use const char *.
4116
4117 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4118
4119 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
4120 (font_parse_name, font_open_by_name):
4121 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
4122 (font_parse_name, font_open_by_name): Remove const.
4123
4124 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
4125
4126 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
4127 definition.
4128
4129 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
4130 * m/amdx86-64.h: Likewise.
4131 * m/arm.h: Likewise.
4132 * m/hp800.h: Likewise.
4133 * m/ia64.h: Likewise.
4134 * m/ibmrs6000.h: Likewise.
4135 * m/ibms390.h: Likewise.
4136 * m/intel386.h: Likewise.
4137 * m/iris4d.h: Likewise.
4138 * m/m68k.h: Likewise.
4139 * m/macppc.h: Likewise.
4140 * m/mips.h: Likewise.
4141 * m/sh3.h: Likewise.
4142 * m/sparc.h: Likewise.
4143 * m/template.h: Likewise.
4144 * m/vax.h: Likewise.
4145 * m/xtensa.h: Likewise.
4146 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
4147 WORDS_BIG_ENDIAN.
4148 * lisp.h: Likewise.
4149 * md5.c: Likewise.
4150 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
4151
4152 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4153
4154 Use const char* instead of char*.
4155 Reduce the number of warnings with -Wwrite-strings.
4156 * xrdb.c (get_environ_db, get_system_name):
4157 * unexelf.c (find_section):
4158 * term.c (string_cost, string_cost_one_line, per_line_cost)
4159 (get_named_tty, init_tty):
4160 * sysdep.c (sys_subshell):
4161 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
4162 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
4163 * search.c (Freplace_match):
4164 * process.c (Fmake_network_process, send_process, init_process):
4165 * lread.c (Fload, init_lread):
4166 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
4167 * keyboard.c (parse_tool_bar_item, struct event_head):
4168 * gtkutil.h (xg_get_font_name):
4169 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
4170 (make_widget_for_menu_item, make_menu_item, create_menus)
4171 (xg_make_tool_item):
4172 * font.c (parse_matrix, font_parse_name):
4173 * floatfns.c (rounding_driver, float_error_fn_name):
4174 * filelock.c (get_boot_time_1, lock_file_1):
4175 * fileio.c (barf_or_query_if_file_exists, check_writable):
4176 * editfns.c (get_system_name, get_operating_system_release)
4177 (Fencode_time, Fset_time_zone_rule):
4178 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
4179 * buffer.c (defvar_per_buffer): Use const.
4180
4181 2010-08-08 Kenichi Handa <handa@m17n.org>
4182
4183 * charset.c: Include <stdlib.h>.
4184 (struct charset_sort_data): New struct.
4185 (charset_compare): New function.
4186 (Fsort_charsets): New function.
4187 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
4188
4189 * coding.c (decode_coding_iso_2022): Fix checking of dimension
4190 number in CTEXT extended segment.
4191
4192 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4193
4194 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
4195 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
4196
4197 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4198
4199 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
4200 (Fhash_table_size): Fix typos in docstrings.
4201 (Fmake_hash_table): Doc fix.
4202
4203 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4204
4205 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
4206 Doc fix (bug#5625).
4207
4208 2010-08-08 Ken Brown <kbrown@cornell.edu>
4209
4210 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
4211 the MSDOS definition.
4212
4213 2010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
4214
4215 Use const char* instead of char*.
4216 * xterm.c (x_create_toolkit_scroll_bar):
4217 * xfont.c (xfont_list_pattern):
4218 * xfns.c (x_default_scroll_bar_color_parameter)
4219 (xic_create_fontsetname, x_default_font_parameter)
4220 (x_screen_planes):
4221 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
4222 (store_mode_line_string, decode_mode_spec, display_string):
4223 * menu.c (digest_single_submenu):
4224 * keymap.h (initial_define_key, initial_define_lispy_key):
4225 * keymap.c (initial_define_key, initial_define_lispy_key):
4226 * image.c (image_error, image_keyword):
4227 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
4228 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
4229 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
4230 (ftfont_list, ftfont_match):
4231 * frame.c (frame_parm_table):
4232 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
4233 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
4234 (font_add_log, font_deferred_log):
4235 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
4236 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
4237 (font_add_log, font_deferred_log):
4238 * emacs.c (argmatch):
4239 * dispextern.h (struct it):
4240 * coding.c (ENCODE_DESIGNATION):
4241 * charset.c (define_charset_internal): Use const.
4242
4243 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
4244
4245 * xrdb.c: Remove include guard.
4246 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
4247 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
4248 realloc->xrealloc instead of using #defines.
4249
4250 2010-08-08 Eli Zaretskii <eliz@gnu.org>
4251
4252 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
4253 * editfns.c (Fline_beginning_position, Fline_end_position):
4254 State in the doc strings that start and end of line are in the
4255 logical order.
4256
4257 * xdisp.c (display_line): Move the handling of overlay arrow after
4258 the call to find_row_edges. (Bug#6699)
4259
4260 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
4261
4262 * keyboard.c (command_loop_1):
4263 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
4264
4265 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
4266
4267 * insdel.c (prepare_to_modify_buffer): Save active region text to
4268 Vsaved_region_selection.
4269
4270 * xselect.c (QPRIMARY): Move to keyboard.c.
4271
4272 * keyboard.c (Vselect_active_regions): Move from simple.el.
4273 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
4274 (command_loop_1): Set window selection prior to deactivating the mark.
4275
4276 2010-08-07 Juanma Barranquero <lekktu@gmail.com>
4277
4278 * alloc.c (lisp_malloc):
4279 * buffer.c (set_buffer_internal, set_buffer_internal_1):
4280 * charset.h (emacs_mule_charset):
4281 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
4282 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
4283 (bitch_at_user):
4284 * lisp.h (Fcheck_coding_system, Fget_text_property)
4285 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
4286 Remove duplicate declarations.
4287
4288 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4289
4290 * process.c: Simplify include logic.
4291
4292 * keyboard.h (quit_char): Add declaration.
4293 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
4294 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
4295 Add declarations.
4296 * sysdep.c:
4297 * w32.c: Remove the above declarations.
4298
4299 Remove extern declarations in .c files, .h files have them.
4300 * xterm.c:
4301 * xdisp.c:
4302 * msdos.c:
4303 * image.c:
4304 * gtkutil.c:
4305 * fileio.c:
4306 * eval.c: Remove declarations.
4307
4308 * frame.c (frame_params): Make const.
4309
4310 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
4311
4312 * emacs.c (emacs_copyright, emacs_version): Make static.
4313 (Vinitial_window_system, Vauto_save_list_file_name)
4314 (Vinhibit_redisplay): Remove declarations.
4315 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
4316 for AIX.
4317
4318 Use const for some arrays and functions.
4319 * xterm.h (xg_set_icon_from_xpm_data):
4320 * xfns.c (xg_set_icon_from_xpm_data):
4321 * term.c (fkeys):
4322 * keyboard.c (lispy_accent_keys, lispy_function_keys)
4323 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
4324 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
4325 (frame.c frame_parms):
4326 * emacs-icon.h (gnu_xpm_bits):
4327 * callint.c (callint_argfuns): Use const.
4328
4329 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
4330
4331 * sysdep.c: Move include term.h last of includes (Bug#6812).
4332
4333 2010-08-06 Eli Zaretskii <eliz@gnu.org>
4334
4335 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
4336
4337 * msdos.c (IT_display_cursor): Log cursor position on termscript.
4338
4339 * .gdbinit (pgx): Display the avoid_cursor_p flag.
4340
4341 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
4342
4343 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
4344
4345 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
4346
4347 * xterm.h (x_get_focus_frame): Declare.
4348
4349 * keyboard.h (poll_for_input_1): Unconditionally declare.
4350
4351 * nsterm.h (x_set_menu_bar_lines): Declare.
4352
4353 * window.c: Don't include menu.h, it depends on lots of other .h-files.
4354
4355 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
4356
4357 * window.c: Include menu.h.
4358
4359 * unexmacosx.c (print_region_list, print_regions)
4360 (build_region_list, find_emacs_zone_regions)
4361 (unexec_regions_merge, read_load_commands, dump_it)
4362 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
4363
4364 * term.c: Check HAVE_SYS_IOCTL_H.
4365
4366 * sysdep.c: Check HAVE_TERM_H.
4367
4368 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
4369
4370 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
4371 (ns_ring_bell, ns_defined_color, hide_hourglass)
4372 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
4373 Convert to ANSI C prototypes.
4374 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
4375 before code.
4376
4377 * nsterm.h : Include sysselect.h.
4378 (x_sync, x_get_focus_frame, x_set_mouse_position)
4379 (x_set_mouse_pixel_position, x_make_frame_visible)
4380 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
4381 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
4382 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
4383 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
4384 Declare.
4385
4386 * nsmenu.m (popup_activated, name_is_separator)
4387 (syms_of_nsmenu): Convert to ANSI C prototypes.
4388 (runMenuAt): Prototypes and move declarations before code.
4389
4390 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
4391
4392 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
4393 prototypes.
4394
4395 * nsfns.m (have_menus_p, ns_display_info_for_name)
4396 (x_set_cursor_type, ns_appkit_version_str)
4397 (ns_appkit_version_int, ns_do_applescript)
4398 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
4399 (syms_of_nsfns): Convert to ANSI C prototypes.
4400
4401 * menu.h (x_set_menu_bar_line): Declare.
4402 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
4403
4404 * lisp.h (fmod_float): Declare.
4405
4406 * image.c (xpm_scan, xpm_make_color_table_v)
4407 (xpm_put_color_table_v, xpm_get_color_table_v)
4408 (xpm_make_color_table_h, xpm_put_color_table_h)
4409 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
4410 (xpm_load): Convert to ANSI C prototypes.
4411
4412 * emacs.c: Include nsterm.h if HAVE_NS.
4413
4414 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
4415
4416 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4417
4418 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
4419 subprocesses, only MSDOS does not define HAVE_SOCKETS.
4420 (socket_options): Use const char* for name.
4421
4422 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
4423
4424 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
4425
4426 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
4427 Don't declare xmalloc_widget_value and digest_single_submenu.
4428
4429 * w32font.c (Qlatin): Remove declaration.
4430
4431 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
4432
4433 * dired.c (compile_pattern): Restore declaration.
4434
4435 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
4436
4437 Remove extern declarations in .c files, .h files have them.
4438 * data.c:
4439 * dired.c:
4440 * editfns.c:
4441 * filelock.c:
4442 * fns.c:
4443 * font.c:
4444 * fontset.c:
4445 * frame.c:
4446 * fringe.c:
4447 * ftfont.c:
4448 * gtkutil.c:
4449 * indent.c:
4450 * keyboard.c:
4451 * keymap.c:
4452 * lread.c:
4453 * menu.c:
4454 * print.c:
4455 * search.c:
4456 * sound.c:
4457 * window.c:
4458 * xdisp.c:
4459 * xfaces.c:
4460 * xfns.c:
4461 * xfont.c:
4462 * xftfont.c:
4463 * xmenu.c:
4464 * xterm.c: Remove declarations.
4465
4466 Cleanup syssignal.h.
4467 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
4468 (main_thread): Move down to remove #ifdef.
4469 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
4470 Remove conditional definition following unconditional ones.
4471
4472 * lisp.h: Remove HAVE_SHM code, unused.
4473 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
4474 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
4475 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
4476 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
4477 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
4478 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
4479 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
4480 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
4481 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
4482 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
4483 (Qwindow_scroll_functions, Vafter_load_alist)
4484 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
4485 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
4486 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
4487 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
4488 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
4489 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
4490 (initial_argv, last_nonmenu_event, load_in_progress)
4491 (noninteractive_need_newline, scroll_margin): Add declarations.
4492
4493 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
4494 Remove declarations, menu.h has them.
4495 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
4496 (Vinput_method_function, Qinput_method_function)
4497 (Qevent_symbol_element_mask, last_event_timestamp):
4498 * dispextern.h (Voverflow_newline_into_fringe):
4499 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
4500 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
4501 (syms_of_w32font, syms_of_nsfont):
4502 * fontset.h (find_font_encoding, Qlatin):
4503 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
4504 (Vtool_bar_mode, set_frame_menubar):
4505 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
4506 * xterm.h (Qx_gtk_map_stock):
4507 * keymap.h (meta_prefix_char): Add declarations.
4508
4509 * term.c: Remove dead code.
4510
4511 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
4512 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
4513 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
4514 which is what was there before BSD_PGRPS was removed.
4515
4516 2010-08-05 Eli Zaretskii <eliz@gnu.org>
4517
4518 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
4519
4520 * unexcoff.c: Renamed from unexec.c.
4521
4522 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4523
4524 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
4525
4526 2010-08-03 Johan Bockgård <bojohan@gnu.org>
4527
4528 * data.c (Flocal_variable_p): Handle variable aliases correctly.
4529 (Bug#6744)
4530
4531 2010-08-02 Jan Djärv <jan.h.d@swipnet.se>
4532
4533 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
4534 to TRUE if depth of screen is < 16.
4535
4536 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
4537 USE_GTK_TOOLTIP.
4538 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
4539 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
4540 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
4541 USE_GTK_TOOLTIP.
4542 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
4543
4544 * xterm.h (USE_GTK_TOOLTIP): New define.
4545 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
4546
4547 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
4548 to Control-D (Bug#6771).
4549
4550 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
4551
4552 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
4553 Wording by Drew Adams <drew.adams@oracle.com>.
4554
4555 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
4556
4557 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
4558 ttip_lbl.
4559
4560 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
4561 calling gtk_widget_queue_draw.
4562 (x_free_frame_resources): Call xg_free_frame_widgets.
4563
4564 * xfns.c (x_gtk_use_system_tooltips): New variable.
4565 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
4566 new gtkutil tooltip functions to show the tooltip.
4567 (Fx_hide_tip): Call xg_hide_tooltip.
4568 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
4569
4570 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
4571 (xg_show_tooltip, xg_hide_tooltip): Declare.
4572
4573 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
4574 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
4575 New functions.
4576 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
4577 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
4578 Remove code that is commented out.
4579
4580 2010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4581
4582 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
4583
4584 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
4585
4586 * xselect.c (x_own_selection): Use list4.
4587
4588 2010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4589
4590 * buffer.c (Qwindow): Do not define, already defined in data.c.
4591 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
4592
4593 2010-07-29 Chad Brown <yandros@mit.edu>
4594
4595 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
4596 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
4597 * config.in: Undef HAVE_DIRENT_H.
4598 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
4599 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
4600
4601 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
4602
4603 Rename s/usg5-4.h -> s/usg5-4-common.h.
4604 * s/usg5-4.h: Rename file to ...
4605 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
4606 * s/unixware.h:
4607 * s/sol2-6.h:
4608 * s/irix6-5.h: Update includes accordingly.
4609
4610 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4611
4612 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
4613
4614 * xterm.h (struct x_output): Add toolbar_top_height,
4615 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
4616 Remove toolbar_height.
4617 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
4618 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
4619 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
4620 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
4621
4622 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
4623
4624 * xfns.c (x_set_tool_bar_position): New function.
4625 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
4626 (x_frame_parm_handlers): Add x_set_tool_bar_position.
4627 (syms_of_xfns): If USE_GTK, provide move-toolbar.
4628
4629 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
4630 and FRAME_TOOLBAR_LEFT_WIDTH.
4631
4632 * gtkutil.h (xg_change_toolbar_position): Declare.
4633
4634 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
4635 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
4636 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
4637 (xg_create_frame_widgets): Create a hobox for placing widgets
4638 vertically. Use gtk_box_pack_start.
4639 (xg_height_or_width_changed): Rename from xg_height_changed.
4640 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
4641 (xg_update_frame_menubar, free_frame_menubar): Change to
4642 xg_height_or_width_changed.
4643 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
4644 size correctly. Remove hardcoded 4, instead use handlebox size -
4645 toolbar size.
4646 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
4647 size correctly. Use handlebox size + toolbar size as additional size.
4648 (xg_pack_tool_bar): POS is a new parameter.
4649 Set orientation of tool bar based on pos.
4650 Only make handlebox_widget if NULL.
4651 Check if tool bar goes to vbox or hbox depending on pos.
4652 (xg_update_tool_bar_sizes): New function.
4653 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
4654 height, call xg_update_tool_bar_sizes instead.
4655 (free_frame_tool_bar): Remove from hbox or vbox depending on
4656 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
4657 (xg_change_toolbar_position): New function.
4658
4659 * frame.h (struct frame): Add tool_bar_position.
4660 (Qbottom): Declare.
4661
4662 * frame.c (Qtool_bar_position): New variable.
4663 (make_frame): Set tool_bar_position to Qtop.
4664 (frame_parms): Add tool-bar-position.
4665 (x_report_frame_params): Store tool_bar_position.
4666 (x_set_fringe_width): Reset wm size hint after fringe changes.
4667
4668 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
4669
4670 Make lisp_time_argument declaration work on all systems.
4671 * lisp.h (lisp_time_argument): Move declaration ...
4672 * systime.h (lisp_time_argument): ... here
4673 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
4674
4675 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4676
4677 * vm-limit.c (POINTER): Add typedef for it.
4678 (start_of_data): Change return type from POINTER to char *.
4679
4680 * frame.h (Qtty_color_mode): Move declaration out of ifdef
4681 HAVE_WINDOW_SYSTEM.
4682
4683 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
4684
4685 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
4686 Remove reference to __osf__, unused.
4687
4688 * mem-limits.h: Remove duplicated includes.
4689 (NULL): Remove definition, unused.
4690 (POINTER): Remove definition.
4691 (start_of_data): Use char* in prototype, as the function
4692 definition does.
4693
4694 Remove extern declarations from .c files, and them to .h files.
4695 * keyboard.h (Qhelp_echo, waiting_for_input)
4696 (input_available_clear_time, ignore_mouse_drag_p)
4697 (Vdouble_click_time, real_this_command, Vthis_original_command):
4698 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
4699 (Voverriding_local_map_menu_flag):
4700 * lisp.h (Qinteractive_form, use_file_dialog)
4701 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
4702 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
4703 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
4704 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
4705 (Qfunction, debug_on_next_call, Qfield)
4706 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
4707 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
4708 (Qfile_directory_p, Qinsert_file_contents)
4709 (Qcompletion_ignore_case, Qcompletion_ignore_case)
4710 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
4711 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
4712 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
4713 (Qminibuffer_prompt)
4714 (Vtemporary_file_directory,char_ins_del_vector, Qface):
4715 * xterm.h (gray_bitmap_width, gray_bitmap_height)
4716 (gray_bitmap_bits, xic_create_fontsetname):
4717 * coding.h (Vtranslation_table_for_input): Add extern declarations.
4718
4719 * xsmfns.c (Vuser_login_name):
4720 * xrdb.c (Vdouble_click_time):
4721 * xfaces.c (xic_create_fontsetname):
4722 * w32select.c (waiting_for_input):
4723 * print.c (minibuffer_auto_raise):
4724 * msdos.c (Qhelp_echo):
4725 * macros.c (real_this_command):
4726 * keymap.c (Voverriding_local_map):
4727 * xterm.c (poll_for_input_1, gray_bitmap_width)
4728 (gray_bitmap_height, gray_bitmap_bits;
4729 * xmenu.c ( Voverriding_local_map)
4730 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
4731 (use_file_dialog, Xt_app_con):
4732 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
4733 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
4734 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
4735 (Qtool_bar_lines, ignore_mouse_drag_p):
4736 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
4737 (Qrear_nonsticky, nconc2):
4738 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
4739 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
4740 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
4741 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
4742 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
4743 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
4744 (gc_in_progress):
4745 * doc.c (Voverriding_local_map, Qremap):
4746 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
4747 (Vcompletion_regexp_list):
4748 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
4749 (Qcompletion_ignore_case):
4750 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
4751 (Vhistory_length, Vthis_original_command, real_this_command)
4752 (Qface, Qminibuffer_prompt, history_delete_duplicates):
4753 * image.c (Qrisky_local_variable):
4754 * fontset.c (QCname):
4755 * fns.c (minibuffer_auto_raise, QCname):
4756 * dispnew.c (char_ins_del_cost):
4757 * composite.c (font_fill_lglyph_metrics):
4758 * cmds.c (Qface, Vtranslation_table_for_input):
4759 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
4760 * ccl.c (charset_unicode):
4761 * callproc.c (Vtemporary_file_directory):
4762 * buffer.c (emacs_strerror): Remove extern declarations.
4763
4764 * data.c (Qwindow): Make non-static, used from other files too.
4765 * frame.c (validate_x_resource_name): Remove shadow definition for i.
4766
4767 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
4768 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
4769 * s/usg5-4.h (COFF):
4770 * s/template.h:
4771 * s/msdos.h (COFF, NO_REMAP):
4772 * s/ms-w32.h (NO_REMAP):
4773 * s/hpux10-20.h (NO_REMAP):
4774 * m/sparc.h (SEGMENT_MASK):
4775 * m/m68k.h (NO_REMAP):
4776 * m/intel386.h (SEGMENT_MASK):
4777 * m/arm.h (NO_REMAP):
4778 * m/alpha.h (COFF):
4779 * m/template.h: Remove references to unused defines.
4780
4781 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
4782
4783 * xsettings.c (Ftool_bar_get_system_style): Also check for
4784 Qtext_image_horiz.
4785
4786 * xdisp.c (Qtext_image_horiz): Define.
4787 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
4788 to documentation of tool-bar-style.
4789
4790 * lisp.h (Qtext_image_horiz): Declare.
4791
4792 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
4793 style text_image_horiz.
4794
4795 2010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4796
4797 * emacs.c (Fkill_emacs): Remove return statement.
4798
4799 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
4800 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
4801 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys):
4802 Remove local extern declarations.
4803
4804 * xmenu.c: Do not included lwlib.h, not needed.
4805
4806 * m/iris4d.h (XUINT, XSET): Remove, not needed.
4807
4808 * process.c: Move definitions earlier to minimize #ifdefs.
4809
4810 * xterm.h (x_get_customization_string, x_load_resources)
4811 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
4812 (x_check_errors, x_property_data_to_lisp, defined_color)
4813 (xic_set_xfontset, x_defined_color): Use const.
4814
4815 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
4816 (x_text_icon, x_check_errors, x_connection_closed): Use const.
4817
4818 * xselect.c (selection_data_to_lisp_data)
4819 (x_property_data_to_lisp):
4820 * xrdb.c (x_get_string_resource, file_p)
4821 (x_get_customization_string, magic_file_p, search_magic_path)
4822 (get_system_app, get_user_app, x_load_resources, x_get_resource)
4823 (x_get_string_resource): Use const.
4824
4825 * xfns.c: Include xlwmenu.h when USE_LUCID.
4826 (x_defined_color, xic_set_xfontset): Use const.
4827 (Fx_hide_tip): Remove local extern declaration.
4828
4829 * xfaces.c (Qmouse_face): Remove declaration.
4830 (face_color_gray_p, tty_defined_color, defined_color)
4831 (face_color_gray_p, face_color_supported_p): Add const.
4832
4833 * xdisp.c (do_mouse_tracking): Remove declaration.
4834 (add_to_log): Use const.
4835
4836 * minibuf.c (Qmouse_face): Remove declaration.
4837
4838 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
4839
4840 * keyboard.h (do_mouse_tracking): Add declaration.
4841
4842 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
4843 (QCdata, QCtype, Qcenter): Remove declarations.
4844
4845 * frame.c (x_get_resource_string, x_get_string_resource)
4846 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
4847 (x_default_parameter): Use const.
4848
4849 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
4850 (QCheight, QCsize, QCname): Remove declarations.
4851
4852 * emacs.c (main): Remove local extern declaration.
4853
4854 * editfns.c (region_limit, syms_of_editfns): Remove local extern
4855 declarations.
4856
4857 * dispnew.c: Remove duplicate #include <unistd.h>.
4858 (update_window, update_frame_1, init_display): Remove local extern
4859 declarations.
4860
4861 * dispextern.h (add_to_log): Remove declaration.
4862 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
4863 (x_frame_get_and_record_arg, x_default_parameter): Add const.
4864
4865 * dired.c (scmp): Add const.
4866 (directory_files_internal): Remove local extern declaration.
4867
4868 * data.c (Finteractive_form): Use const.
4869
4870 * composite.c (syms_of_composite): Remove local extern declarations.
4871
4872 * charset.c (add_to_log): Remove declaration.
4873
4874 * character.c (strwidth, parse_str_to_multibyte): Add const.
4875
4876 * character.h (strwidth, parse_str_to_multibyte): Likewise.
4877
4878 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
4879
4880 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
4881 (Lisp_Subr): Make doc and intspec constant.
4882 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
4883 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
4884 (QCheight, QCsize, QCname, QCwidth, QCforeground)
4885 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
4886 (display_arg): Add declarations.
4887
4888 2010-07-27 Christoph Scholtes <cschol2112@gmail.com>
4889
4890 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
4891
4892 * window.c (Fwindow_height): Doc fix (bug#6518).
4893
4894 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
4895
4896 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
4897
4898 2010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
4899
4900 * keyboard.c (Ftop_level, Fexit_recursive_edit)
4901 (Fabort_recursive_edit): Remove return statements in NO_RETURN
4902 functions.
4903
4904 * frame.h (Qtty_color_mode): Add declaration.
4905
4906 * lisp.h (Ftop_level, Fexit_recursive_edit)
4907 (Fabort_recursive_edit): Mark as NO_RETURN.
4908
4909 2010-07-26 Kenichi Handa <handa@m17n.org>
4910
4911 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
4912 number of glyphs gets smaller than the original length. (Bug#6621)
4913
4914 2010-07-26 Juanma Barranquero <lekktu@gmail.com>
4915
4916 * lread.c (unreadpure, mapatoms_1): Make static.
4917
4918 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
4919
4920 * terminfo.c (tparam): Fix prototype of tparm.
4921
4922 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
4923
4924 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
4925 find start of text segment.
4926 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
4927 is defined.
4928
4929 * callproc.c (set_initial_environment): Avoid unbalanced braces.
4930
4931 2010-07-25 Ken Brown <kbrown@cornell.edu>
4932
4933 * vm-limit.c (check_memory_limits): Fix previous change;
4934 accidentally reverted an earlier change.
4935
4936 2010-07-25 Ken Brown <kbrown@cornell.edu>
4937
4938 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
4939 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
4940
4941 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
4942
4943 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
4944 * dired.c (opendir, readdir): Fix prototypes.
4945 * editfns.c (w32_get_internal_run_time): Fix prototypes.
4946 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
4947 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
4948 (telldir): Remove declaration.
4949 * ralloc.c (real_morecore, __morecore): Fix prototypes.
4950 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
4951 * syssignal.h (strsignal): Fix prototype.
4952 * term.c (tparam): Fix prototype.
4953 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
4954 (term_get_fkeys): Set inside "#ifndef DOS_NT".
4955 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
4956 and __morecore.
4957 * w32gui.h (XParseGeometry): Fix prototype.
4958 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
4959 * w32term.c (my_set_focus): Declare inside #if 0.
4960 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
4961 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
4962 (drain_message_queue, get_next_msg, post_msg, parse_button)
4963 (ClipboardSequence_Proc): Fix prototypes.
4964 (wait_for_sync): Remove declaration.
4965
4966 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
4967
4968 * w32fns.c (w32_to_x_color): Remove, unused.
4969
4970 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
4971
4972 * lisp.h: Remove leftover P_.
4973
4974 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
4975
4976 * ecrt0.c, unexalpha.c: Remove files, unused.
4977
4978 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
4979
4980 * cmds.c (internal_self_insert): Make static.
4981 * lisp.h (internal_self_insert): Remove declaration.
4982
4983 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
4984
4985 * alloc.c (free_float):
4986 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
4987 * frame.c (delete_frame_handler):
4988 * ralloc.c (reorder_bloc):
4989 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
4990 Remove unused static functions.
4991
4992 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
4993 it is called only from NS code.
4994
4995 * w32term.c (my_set_focus): #ifdef away; it is called only from
4996 "#ifdef 0" code.
4997
4998 * w32fns.c (x_edge_detection):
4999 * xfaces.c (may_use_scalable_font_p):
5000 Remove obsolete static declarations.
5001
5002 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
5003
5004 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
5005 (emacs_blocked_realloc, uninterrupt_malloc):
5006 * fringe.c (w32_reset_fringes):
5007 * image.c (convert_mono_to_color_image, lookup_rgb_color)
5008 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
5009 * sound.c (be2hs, do_play_sound):
5010 * vm-limit.c (get_lim_data, ret_lim_data):
5011 * w32term.c (x_free_frame_resources):
5012 * xfaces.c (x_create_gc, x_free_gc):
5013 Convert definitions to standard C.
5014
5015 2010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5016
5017 * eval.c (Feval, Ffuncall): Use the new names.
5018
5019 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
5020 (DEFUN): Add braces around the union initialisation and use ## to
5021 specify the right union alternative and avoid a cast.
5022
5023 2010-07-18 Juanma Barranquero <lekktu@gmail.com>
5024
5025 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
5026
5027 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
5028
5029 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
5030
5031 2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
5032
5033 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
5034 is related to the menu bar (Bug#6499).
5035 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
5036
5037 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
5038
5039 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
5040
5041 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
5042
5043 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
5044 i.e. don't put back ButtonRelease (Bug#6608).
5045
5046 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
5047 instead of Window. Call xg_event_is_for_menubar when
5048 USE_GTK (Bug#6499).
5049
5050 * gtkutil.h (xg_event_is_for_menubar): Declare.
5051
5052 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
5053
5054 2010-07-16 Eli Zaretskii <eliz@gnu.org>
5055
5056 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
5057 when it's the same as the old foreground. (Bug#6609)
5058
5059 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
5060
5061 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
5062 widget is non-null (Bug#6645).
5063
5064 2010-07-15 Andreas Schwab <schwab@linux-m68k.org>
5065
5066 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
5067 Convert old-style definition.
5068
5069 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
5070 timestamp argument.
5071
5072 2010-07-15 Eli Zaretskii <eliz@gnu.org>
5073
5074 * fringe.c (update_window_fringes): Restore mistakenly reverted
5075 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
5076
5077 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
5078
5079 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
5080 (SET_SAVED_KEY_EVENT): Remove (not used).
5081 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
5082 remove size parameter.
5083 (handle_one_xevent): Check popup_activated () for menu for Xt also.
5084 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
5085 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
5086 ButtonRelease.
5087 (x_set_window_size_1): scroll_bar_actual_width is always
5088 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
5089
5090 * xdisp.c (pending_menu_activation): Remove extern declaration.
5091 (prepare_menu_bars): Remove setting of pending_menu_activation.
5092
5093 * xmenu.c (pending_menu_activation): Remove.
5094 (x_activate_menubar): Set popup_activated_flag for Xt also.
5095 Remove setting of pending_menu_activation.
5096 (set_frame_menubar): Remove check of pending_menu_activation.
5097 Declare menubar_size before code. Correct spelling in comment.
5098
5099 2010-07-14 Kenichi Handa <handa@m17n.org>
5100
5101 * font.c (font_open_entity): Cancel previous change.
5102 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
5103
5104 2010-07-13 Eli Zaretskii <eliz@gnu.org>
5105
5106 Remove subprocesses #ifdefs.
5107 * process.c <inhibit_sentinels>: Move to the common part.
5108 (Fwaiting_for_user_input_p): Move to the common part; return nil
5109 if async subprocesses aren't supported.
5110 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
5111 MS-DOS. Remove "#ifdef subprocesses".
5112 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
5113 (gettimeofday): Remove "#ifdef subprocesses".
5114 (wait_without_blocking): Remove function.
5115 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
5116 Remove "#ifdef subprocesses".
5117 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
5118 compiled on MS-DOS.
5119 * callproc.c (Fcall_process) [!MSDOS]: Don't call
5120 wait_for_termination on MS-DOS.
5121 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
5122 initialization of inhibit_sentinels.
5123 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
5124 subprocesses" conditional.
5125 * callproc.c (Fcall_process) [!subprocesses]: Don't call
5126 wait_for_termination, since `buffer' cannot be an integer when
5127 async subprocesses are not supported
5128 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
5129 for ifdefing away the call to Fprocess_status.
5130
5131 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
5132 away the entire body of the function.
5133
5134 2010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
5135
5136 Remove subprocesses #ifdefs from term.c.
5137 * process.c (add_keyboard_wait_descriptor)
5138 (delete_keyboard_wait_descriptor): Move to common section, do
5139 nothing when subprocesses is not defined.
5140 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
5141 Remove subprocesses #ifdefs.
5142
5143 Convert maybe_fatal to standard C.
5144 * lisp.h (verror): Declare.
5145 * eval.c (verror): New function containing the code from ...
5146 (error): ... this. Call verror.
5147 * term.c (vfatal): New function containing the code from ...
5148 (fatal): ... this. Call vfatal.
5149 (maybe_fatal): Convert to standard C, use variable number of
5150 arguments. Declare as non-return.
5151 (init_tty): Fix maybe_fatal call.
5152
5153 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
5154
5155 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
5156 (_scroll_bar_note_movement): Convert definitions to standard C.
5157 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
5158 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
5159
5160 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
5161
5162 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
5163 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
5164 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
5165 (xaw_jump_callback, xaw_scroll_callback)
5166 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
5167 (x_wm_set_size_hint, x_activate_timeout_atimer):
5168 Convert definitions to standard C.
5169 * xmenu.c (menubar_id_to_frame, popup_get_selection)
5170 (popup_activate_callback, popup_deactivate_callback)
5171 (menu_highlight_callback, menubar_selection_callback)
5172 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
5173 (free_frame_menubar, popup_selection_callback, as)
5174 (create_and_show_popup_menu, dialog_selection_callback)
5175 (create_and_show_dialog):
5176 * xfns.c (hack_wm_protocols, x_window):
5177 * xfaces.c (x_update_menu_appearance):
5178 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
5179 (char_to_pixel_size, round_size_to_char, get_wm_shell)
5180 (set_frame_size, update_wm_hints, setup_frame_gcs)
5181 (update_various_frame_slots, update_from_various_frame_slots)
5182 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
5183 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
5184 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
5185
5186 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
5187
5188 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
5189
5190 2010-07-12 Eli Zaretskii <eliz@gnu.org>
5191
5192 * process.c (setup_process_coding_systems): Move to the part
5193 shared by non-subprocesses systems, and make its body empty when
5194 subprocesses is not defined.
5195 (close_process_descs): Move to the part shared by non-subprocesses
5196 systems.
5197 (wait_reading_process_output) [!subprocesses]: Convert arg list to
5198 ANSI C.
5199
5200 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
5201
5202 * editfns.c (transpose_markers): Convert old-style definition.
5203 * emacs.c (abort, shut_down_emacs, fixup_locale)
5204 (synchronize_system_time_locale)
5205 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
5206 * floatfns.c (extract_float, matherr, init_floatfns)
5207 (syms_of_floatfns): Likewise.
5208 * fns.c (make_hash_table): Likewise.
5209 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
5210 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
5211 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
5212 (ftfont_variation_glyphs): Likewise.
5213 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
5214 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
5215 * lread.c (read_filtered_event): Likewise.
5216 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
5217 * process.c (wait_reading_process_output): Likewise.
5218 * scroll.c (do_line_insertion_deletion_costs): Likewise.
5219 * search.c (search_buffer, boyer_moore): Likewise.
5220 * syntax.c (scan_sexps_forward): Likewise.
5221 * xdisp.c (try_scrolling): Likewise.
5222 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
5223 (face_at_string_position): Likewise.
5224 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
5225 * xselect.c (x_get_window_property, receive_incremental_selection)
5226 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
5227 Likewise.
5228 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
5229
5230 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
5231
5232 * callproc.c (child_setup): Remove subprocesses conditional.
5233 Remove code dealing with SET_EMACS_PRIORITY, unused.
5234
5235 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
5236 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
5237
5238 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
5239 (__do_global_dtors, __main): Use void in definition.
5240 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
5241 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
5242 the only users from ...
5243 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
5244 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
5245 (HAVE_VOLATILE): Remove, unused.
5246
5247 Convert more function definitions to standard C.
5248 * xdisp.c (window_box_edges, handle_single_display_spec)
5249 (display_string): Convert definition to standard C.
5250 * scroll.c (do_direct_scrolling, scrolling_1):
5251 * dispnew.c (allocate_matrices_for_frame_redisplay)
5252 (mirrored_line_dance):
5253 * coding.c (code_convert_string):
5254 * charset.c (map_charset_chars):
5255 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
5256 (Fregister_ccl_program, Fregister_code_conversion_map):
5257 * keyboard.c (kbd_buffer_nr_stored): Likewise.
5258 (head_table): Make static and const.
5259
5260 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
5261
5262 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
5263 (PROFILING_LDFLAGS): Set from substitution.
5264 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
5265 CFLAGS last.
5266
5267 2010-07-12 Kenichi Handa <handa@m17n.org>
5268
5269 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
5270 (shortlisp): Likewise.
5271
5272 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
5273
5274 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
5275 of FONT_ENTITY_INDEX.
5276 (Ffont_get): If KEY is :otf and the font-object doesn't have the
5277 property, get the property value dynamically.
5278 (Ffont_put): Accept font-entity and font-object too.
5279 (Ffont_get_glyhphs): Rename from Fget_font_glyphs. Arguments and
5280 return value changed.
5281 (syms_of_font): Adjust for the above change.
5282
5283 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
5284
5285 * blockinput.h: Remove obsolete comment.
5286
5287 * lisp.h: Include <stddef.h>.
5288 (OFFSETOF): Don't define.
5289 (VECSIZE): Use offsetof instead of OFFSETOF.
5290 (PSEUDOVECSIZE): Likewise.
5291 * process.c (conv_sockaddr_to_lisp): Likewise.
5292 * alloc.c: Don't include <stddef.h>.
5293 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
5294
5295 * process.c: Remove obsolete comment.
5296
5297 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
5298
5299 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
5300
5301 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
5302
5303 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
5304 index, rindex.
5305 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
5306 * editfns.c (Fuser_full_name, Fformat): Likewise.
5307 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
5308 * fileio.c (Ffile_symlink_p): Likewise.
5309 * filelock.c (current_lock_owner): Likewise.
5310 * font.c (font_parse_name, font_parse_family_registry): Likewise.
5311 * fontset.c (fontset_pattern_regexp): Likewise.
5312 * lread.c (read1): Likewise.
5313 * sysdep.c (init_system_name): Likewise.
5314 * xfns.c (select_visual): Likewise.
5315 * s/hpux10-20.h (index, rindex): Don't define.
5316 * s/ms-w32.h (index): Likewise.
5317 * s/usg5-4.h: Likewise.
5318
5319 * callproc.c (relocate_fd): Use F_DUPFD if defined.
5320
5321 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
5322 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
5323 (egetenv): Likewise.
5324 * doprnt.c (doprnt): Likewise.
5325 * editfns.c (set_time_zone_rule, format2): Likewise.
5326 * emacs.c (decode_env_path): Likewise.
5327 * eval.c (signal_error, error): Likewise.
5328 * insdel.c (replace_range_2): Likewise.
5329 * keyboard.c (cmd_error_internal): Likewise.
5330 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
5331 * print.c (write_string, write_string_1, print_error_message):
5332 Likewise.
5333 * vm-limit.c (warn_function, memory_warnings): Likewise.
5334 * xdisp.c (message1, message1_nolog, message_with_string)
5335 (vmessage, message, message_nolog): Likewise.
5336 * emacs.c: Remove duplicate declaration.
5337 * keyboard.h: Likewise.
5338 * lisp.h: Update prototypes.
5339
5340 * eval.c: Fix indentation problem.
5341
5342 * keyboard.c: Include "process.h"
5343
5344 * eval.c: Remove obsolete noinline declaration.
5345 * fns.c: Likewise.
5346
5347 2010-07-11 Ken Raeburn <raeburn@raeburn.org>
5348
5349 * doprnt.c (doprnt): Take a va_list argument instead of count and
5350 pointer.
5351 * eval.c (error): Change to a standard-C variadic function.
5352 * xdisp.c (vmessage): Rename from message, made static, and
5353 changed to take a va_list argument.
5354 (message): New variadic wrapper.
5355 (message_nolog): Now a variadic function, calling vmessage.
5356 * lisp.h: Include stdarg.h for va_list.
5357 (doprnt, error, message, message_nolog): Decls updated.
5358
5359 2010-07-11 Eli Zaretskii <eliz@gnu.org>
5360
5361 * process.c (syms_of_process) <delete-exited-processes>: Define
5362 even if !subprocesses.
5363 (delete_exited_processes): Ditto.
5364
5365 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
5366 (delete_exited_processes): Don't define.
5367
5368 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
5369
5370 * frame.c (make_frame): Initialize menu_bar_lines and
5371 tool_bar_lines members.
5372 (make_initial_frame, make_terminal_frame):
5373 Initialize menu_bar_lines using value of menu-bar-mode.
5374
5375 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
5376
5377 2010-07-10 Eli Zaretskii <eliz@gnu.org>
5378
5379 * process.c: Reshuffle #include's. Condition some of the global
5380 and static variables on `subprocesses'.
5381 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
5382 Leave only one implementation.
5383 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
5384 (kill_buffer_processes, Flist_system_processes)
5385 (Fprocess_attributes, init_process, syms_of_process): Unify the
5386 implementations for with subprocesses and without them.
5387
5388 2010-07-09 Jan Djärv <jan.h.d@swipnet.se>
5389
5390 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
5391 correct size for Motif.
5392 (free_frame_menubar): Call x_set_window_size to update frame size.
5393
5394 * xfns.c (x_window): Set borderWidth to 0 for pane and
5395 EmacsFrame. Frame size calculation is wrong otherwise.
5396
5397 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
5398
5399 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
5400 allows to suppress errors when polling in Emacs' main loop.
5401 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
5402 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
5403 (Fdbus_method_error_internal, Fdbus_send_signal)
5404 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
5405 (Fdbus_register_method): Use it. (Bug#6579)
5406
5407 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
5408
5409 * alloc.c: Convert DEFUNs to standard C.
5410 * buffer.c:
5411 * bytecode.c:
5412 * callint.c:
5413 * callproc.c:
5414 * casefiddle.c:
5415 * casetab.c:
5416 * category.c:
5417 * character.c:
5418 * charset.c:
5419 * chartab.c:
5420 * cmds.c:
5421 * coding.c:
5422 * composite.c:
5423 * data.c:
5424 * dbusbind.c:
5425 * dired.c:
5426 * dispnew.c:
5427 * doc.c:
5428 * dosfns.c:
5429 * editfns.c:
5430 * emacs.c:
5431 * eval.c:
5432 * fileio.c:
5433 * filelock.c:
5434 * floatfns.c:
5435 * fns.c:
5436 * font.c:
5437 * fontset.c:
5438 * frame.c:
5439 * fringe.c:
5440 * image.c:
5441 * indent.c:
5442 * insdel.c:
5443 * keyboard.c:
5444 * keymap.c:
5445 * lread.c:
5446 * macros.c:
5447 * marker.c:
5448 * menu.c:
5449 * minibuf.c:
5450 * msdos.c:
5451 * nsfns.m:
5452 * nsmenu.m:
5453 * nsselect.m:
5454 * print.c:
5455 * process.c:
5456 * search.c:
5457 * sound.c:
5458 * syntax.c:
5459 * term.c:
5460 * terminal.c:
5461 * textprop.c:
5462 * undo.c:
5463 * w16select.c:
5464 * w32console.c:
5465 * w32fns.c:
5466 * w32font.c:
5467 * w32menu.c:
5468 * w32proc.c:
5469 * w32select.c:
5470 * window.c:
5471 * xdisp.c:
5472 * xfaces.c:
5473 * xfns.c:
5474 * xmenu.c:
5475 * xselect.c:
5476 * xsettings.c:
5477 * xsmfns.c: Likewise.
5478
5479 2010-07-08 Eli Zaretskii <eliz@gnu.org>
5480
5481 * process.c (kbd_is_on_hold, hold_keyboard_input)
5482 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
5483
5484 2010-07-08 Jan Djärv <jan.h.d@swipnet.se>
5485
5486 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
5487 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
5488 unless USE_LUCID.
5489
5490 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
5491
5492 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
5493 declaration.
5494
5495 Clean up include guards.
5496 * tparam.c: Remove include guards for config.h, string.h and code
5497 that assumes #ifndef emacs.
5498 * termcap.c:
5499 * unexalpha.c:
5500 * sysdep.c:
5501 * filemode.c:
5502 * filelock.c:
5503 * bidi.c: Likewise.
5504
5505 Remove prefix-args.c
5506 * prefix-args.c: Remove file.
5507 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
5508 * Makefile.in (temacs${EXEEXT}): Remove references to
5509 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
5510 (mostlyclean): Remove reference to prefix-args.
5511 (prefix-args): Remove.
5512
5513 Simplify cstart_of_data, start_of_code and related code.
5514 * mem-limits.h: Remove !emacs and _LIBC conditional code.
5515 (start_of_data): Merge into start_of_data function.
5516 * sysdep.c (start_of_text): Remove. Move simplified versions of
5517 it in the only users: unexaix.c and unexec.c.
5518 (read_input_waiting): Remove local declaration of quit_char.
5519 (start, etext): Remove declarations.
5520 (start_of_data): Merge with the version in mem-limits.h and move
5521 to vm-limits.c.
5522 * vm-limit.c (start_of_data): Merged and simplified version of the
5523 code formerly in mem-limits.h and sysdep.c.
5524 * unexec.c (start): New declaration, moved from sysdep.c.
5525 (start_of_text): Simplified version of the code formerly in sysdep.c.
5526 * unexaix.c (start_of_text): Simplified version of the code
5527 formerly in sysdep.c.
5528 * m/alpha.h (HAVE_TEXT_START): Remove.
5529 (TEXT_START): Move ...
5530 * unexalpha.c (TEXT_START): ... here.
5531 * s/hpux10-20.h (TEXT_START): Remove.
5532 * s/darwin.h (TEXT_START):
5533 * m/mips.h (TEXT_START):
5534 * m/macppc.h (HAVE_TEXT_START):
5535 * m/m68k.h (TEXT_START):
5536 * m/iris4d.h (TEXT_START):
5537 * m/intel386.h (TEXT_START):
5538 * m/ibmrs6000.h (TEXT_START):
5539 * m/ia64.h (HAVE_TEXT_START):
5540 * s/msdos.h (TEXT_START): Likewise.
5541
5542 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
5543
5544 * alloc.c (overrun_check_malloc, overrun_check_realloc)
5545 (overrun_check_free, xstrdup, allocate_string)
5546 (allocate_string_data, compact_small_strings, Fmake_string)
5547 (make_unibyte_string, make_multibyte_string)
5548 (make_string_from_bytes, make_specified_string, make_float)
5549 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
5550 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
5551 memcpy, memmove, memset, memcmp.
5552 * atimer.c (start_atimer, set_alarm): Likewise.
5553 * buffer.c (clone_per_buffer_values, report_overlay_modification)
5554 (mmap_realloc, init_buffer_once): Likewise.
5555 * callint.c (Fcall_interactively): Likewise.
5556 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
5557 (getenv_internal_1): Likewise.
5558 * casefiddle.c (casify_object): Likewise.
5559 * ccl.c (ccl_driver): Likewise.
5560 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
5561 * charset.c (load_charset_map_from_file)
5562 (load_charset_map_from_file, load_charset_map_from_vector)
5563 (Fdefine_charset_internal): Likewise.
5564 * cm.c (Wcm_clear): Likewise.
5565 * coding.c (decode_eol, decode_coding_object)
5566 (Fset_coding_system_priority, make_subsidiaries): Likewise.
5567 * data.c (Faset): Likewise.
5568 * dired.c (directory_files_internal, file_name_completion_stat):
5569 Likewise.
5570 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
5571 (clear_glyph_row, copy_row_except_pointers)
5572 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
5573 (save_current_matrix, restore_current_matrix)
5574 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
5575 (mirror_line_dance, scrolling_window): Likewise.
5576 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
5577 Likewise.
5578 * doprnt.c (doprnt): Likewise.
5579 * editfns.c (Fuser_full_name, make_buffer_string_both)
5580 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
5581 * emacs.c (sort_args): Likewise.
5582 * eval.c (Fapply, Ffuncall): Likewise.
5583 * fileio.c (Ffile_name_directory, make_temp_name)
5584 (Fexpand_file_name, search_embedded_absfilename)
5585 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
5586 (auto_save_error): Likewise.
5587 * fns.c (Fstring_equal, Fcopy_sequence, concat)
5588 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
5589 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
5590 (Fmake_hash_table): Likewise.
5591 * fringe.c (Fdefine_fringe_bitmap): Likewise.
5592 * ftfont.c (ftfont_text_extents): Likewise.
5593 * getloadavg.c (getloadavg): Likewise.
5594 * image.c (define_image_type, make_image, make_image_cache)
5595 (x_create_x_image_and_pixmap, xbm_image_p)
5596 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
5597 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
5598 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
5599 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
5600 (tiff_image_p, tiff_read_from_memory, gif_image_p)
5601 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
5602 Likewise.
5603 * indent.c (scan_for_column, compute_motion): Likewise.
5604 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
5605 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
5606 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
5607 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
5608 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
5609 (store_user_signal_events, menu_bar_items, tool_bar_items)
5610 (process_tool_bar_item, append_tool_bar_item)
5611 (read_char_minibuf_menu_prompt, read_key_sequence)
5612 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
5613 Likewise.
5614 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
5615 Likewise.
5616 * lisp.h (STRING_COPYIN): Likewise.
5617 * lread.c (Fload, read1, oblookup): Likewise.
5618 * msdos.c (Frecent_doskeys): Likewise.
5619 * nsfns.m (Fx_create_frame): Likewise.
5620 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
5621 Likewise.
5622 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
5623 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
5624 Likewise.
5625 * nsmenu.m (ns_update_menubar): Likewise.
5626 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
5627 * print.c (print_unwind, printchar, strout, print_string)
5628 (print_error_message): Likewise.
5629 * process.c (conv_lisp_to_sockaddr, set_socket_option)
5630 (Fmake_network_process, Fnetwork_interface_list)
5631 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
5632 (init_process): Likewise.
5633 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
5634 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
5635 Likewise.
5636 * scroll.c (do_scrolling, do_direct_scrolling)
5637 (scrolling_max_lines_saved): Likewise.
5638 * search.c (search_buffer, wordify, Freplace_match): Likewise.
5639 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
5640 * syntax.c (skip_chars, skip_syntaxes): Likewise.
5641 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
5642 (emacs_set_tty): Likewise.
5643 * term.c (encode_terminal_code, calculate_costs)
5644 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
5645 Likewise.
5646 * termcap.c (tgetst1, gobble_line): Likewise.
5647 * termhooks.h (EVENT_INIT): Likewise.
5648 * tparam.c (tparam1): Likewise.
5649 * unexalpha.c (unexec): Likewise.
5650 * unexec.c (write_segment): Likewise.
5651 * unexmacosx.c (unexec_write_zero): Likewise.
5652 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
5653 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
5654 * w32font.c (w32font_list_family, w32font_text_extents)
5655 (w32font_list_internal, w32font_match_internal)
5656 (w32font_open_internal, compute_metrics, Fx_select_font):
5657 Likewise.
5658 * w32menu.c (set_frame_menubar, add_menu_item)
5659 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
5660 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
5661 * w32uniscribe.c (uniscribe_list_family): Likewise.
5662 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
5663 * window.c (make_window, replace_window, set_window_buffer)
5664 (Fsplit_window): Likewise.
5665 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
5666 (add_to_log, message3, x_consider_frame_title)
5667 (append_space_for_newline, extend_face_to_end_of_line)
5668 (decode_mode_spec_coding, init_glyph_string): Likewise.
5669 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
5670 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
5671 (face_attr_equal_p, make_realized_face, make_face_cache)
5672 (free_realized_faces, lookup_named_face, smaller_face)
5673 (face_with_height, lookup_derived_face)
5674 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
5675 (Finternal_set_font_selection_order, realize_default_face)
5676 (compute_char_face, face_at_buffer_position)
5677 (face_for_overlay_string, face_at_string_position, merge_faces):
5678 Likewise.
5679 * xfns.c (xic_create_fontsetname, Fx_create_frame)
5680 (Fx_window_property, x_create_tip_frame)
5681 (Fx_backspace_delete_keys_p): Likewise.
5682 * xfont.c (xfont_list, xfont_match, xfont_list_family)
5683 (xfont_text_extents): Likewise.
5684 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
5685 * xrdb.c (magic_file_p, x_get_resource): Likewise.
5686 * xselect.c (x_queue_event, x_get_window_property)
5687 (receive_incremental_selection): Likewise.
5688 * xsmfns.c (x_session_check_input): Likewise.
5689 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
5690 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
5691 Likewise.
5692 * character.h (BCOPY_SHORT): Removed.
5693 * config.in: Regenerate.
5694 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
5695 * emacs.c (main) [PROFILING]: Don't declare
5696 dump_opcode_frequencies.
5697 * lisp.h (safe_bcopy): Remove declaration.
5698 (memset) [!HAVE_MEMSET]: Declare.
5699 (memcpy) [!HAVE_MEMCPY]: Likewise.
5700 (memmove) [!HAVE_MEMMOVE]: Likewise.
5701 (memcmp) [!HAVE_MEMCMP]: Likewise.
5702 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
5703 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
5704 Don't define.
5705 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
5706 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
5707 (BCOPY_DOWNWARD_SAFE): Don't define.
5708 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
5709 (memcpy) [!HAVE_MEMCPY]: Define.
5710 (memmove) [!HAVE_MEMMOVE]: Define.
5711 (memcmp) [!HAVE_MEMCMP]: Define.
5712
5713 2010-07-07 Jan Djärv <jan.h.d@swipnet.se>
5714
5715 * process.c (kbd_is_on_hold): New variable.
5716 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
5717 New functions.
5718 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
5719 select on empty input mask.
5720 (init_process): Initialize kbd_is_on_hold to 0.
5721
5722 * process.h (hold_keyboard_input, unhold_keyboard_input)
5723 (kbd_on_hold_p): Declare.
5724
5725 * keyboard.c (input_available_signal): Declare.
5726 (kbd_buffer_nr_stored): New function.
5727 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
5728 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
5729 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
5730 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
5731 (tty_read_avail_input): If input is on hold, return.
5732 Don't read more that free slots in kbd_buffer (Bug#6571).
5733
5734 2010-07-07 Eli Zaretskii <eliz@gnu.org>
5735
5736 * msdos.h:
5737 * msdos.c:
5738 * dosfns.c:
5739 * w16select.c: Convert function definitions to ANSI C.
5740
5741 * msdos.h (ctrl_break_func, install_ctrl_break_check):
5742 Remove unused prototypes.
5743
5744 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
5745
5746 * coding.c, sysdep.c: Convert some more functions to standard C.
5747
5748 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
5749
5750 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
5751 (encode_coding_object): Use SPECPDL_INDEX.
5752 (syms_of_coding): Use DOS_NT.
5753
5754 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
5755
5756 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
5757
5758 Make the function member of Lisp_Subr use standard C prototypes.
5759 * lisp.h (struct Lisp_Subr): Use a union for the function member.
5760 (DECL_ALIGN): Add a cast for the function.
5761 * eval.c (Feval, Ffuncall): Use the proper type for each type
5762 function call.
5763
5764 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
5765
5766 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
5767 fringe face id, so face-remapping-alist works (Bug#6091).
5768
5769 2010-07-06 Juanma Barranquero <lekktu@gmail.com>
5770
5771 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
5772 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
5773 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
5774
5775 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
5776
5777 * xterm.c (x_get_keysym_name): Change type of parameter to int.
5778 * lisp.h: Declare x_get_keysym_name.
5779 * keyboard.c (modify_event_symbol): Don't declare
5780 x_get_keysym_name here.
5781
5782 2010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
5783
5784 * ecrt0.c: Revert conversion to standard C.
5785
5786 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
5787
5788 * vm-limit.c (memory_warnings):
5789 * keyboard.c (modify_event_symbol):
5790 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
5791 (round2, emacs_rint):
5792 * process.c (send_process, old_sigpipe): Convert function
5793 definitions and declarations to standard C.
5794
5795 2010-07-05 Juanma Barranquero <lekktu@gmail.com>
5796
5797 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
5798 * xdisp.c: Convert function definitions to standard C.
5799
5800 * cm.c (cmputc): Arg C is now int, not char.
5801 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
5802
5803 2010-07-05 James Cloos <cloos@jhcloos.com>
5804
5805 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
5806
5807 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
5808 _NET_WM_ICON_NAME atoms.
5809
5810 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
5811 and _NET_WM_ICON_NAME properties, too, matching what is
5812 done in the Gtk+ case.
5813
5814 2010-07-05 Jan Djärv <jan.h.d@swipnet.se>
5815
5816 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
5817
5818 * xsmfns.c (SSDATA): New macro.
5819 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
5820 passed to strlen/strcpy/strcat.
5821 (create_client_leader_window): Surround with #ifndef USE_GTK.
5822 Cast 7:th arg to XChangeProperty to (unsigned char *).
5823
5824 * xsettings.c (something_changedCB, parse_settings)
5825 (apply_xft_settings): Reformat prototype.
5826 (something_changedCB, init_gconf): Remove unused variable i.
5827 (read_settings): Remove unused variable long_len.
5828
5829 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
5830 (xg_get_image_for_pixmap, create_dialog)
5831 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
5832 (menuitem_highlight_callback, make_menu_item)
5833 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
5834 (xg_create_scroll_bar, xg_update_scrollbar_pos)
5835 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
5836 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
5837 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
5838 (xg_tool_bar_item_expose_callback): Reformat prototype.
5839 (xg_update_menubar): GList *group => GSList *group.
5840 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
5841 before use.
5842 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
5843 to GTK_IMAGE (wimage).
5844
5845 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
5846
5847 * atimer.c: Use "" instead of <> for local includes for
5848 consistency with the rest of the code.
5849
5850 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
5851 * xrdb.c (get_system_name):
5852 * window.c (shrink_windows):
5853 * syntax.c (forw_comment):
5854 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
5855 (ins_del_costs):
5856 * mem-limits.h (start_of_data):
5857 * lread.c (readevalloop):
5858 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
5859 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
5860 * frame.c (x_get_focus_frame):
5861 * floatfns.c (fmod_float):
5862 * fileio.c (choose_write_coding_system):
5863 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
5864 (malloc_initialize_hook, sort_args, synchronize_locale):
5865 * doprnt.c (doprnt):
5866 * dired.c (compile_pattern):
5867 * data.c (fmod_float):
5868 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
5869 (map_char_table_for_charset):
5870 * charset.c (define_charset_internal):
5871 * alloc.c (Fgarbage_collect): Convert declarations or definitions
5872 to standard C.
5873
5874 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
5875 Stefan Monnier <monnier@iro.umontreal.ca>
5876
5877 * lread.c (read1): Fix up last change to not mess up `c'.
5878
5879 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
5880
5881 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
5882
5883 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
5884
5885 Fix prototypes.
5886
5887 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
5888 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
5889 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
5890 arg, as required by internal_condition_case_1.
5891 * print.c (strout): Use const char* for arg PTR.
5892 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
5893 (analyse_first): Fix "const const".
5894 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
5895 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
5896 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
5897
5898 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
5899
5900 * alloc.c: Convert function definitions to standard C.
5901 * atimer.c:
5902 * bidi.c:
5903 * bytecode.c:
5904 * callint.c:
5905 * callproc.c:
5906 * casefiddle.c:
5907 * casetab.c:
5908 * category.c:
5909 * ccl.c:
5910 * character.c:
5911 * charset.c:
5912 * chartab.c:
5913 * cmds.c:
5914 * coding.c:
5915 * composite.c:
5916 * data.c:
5917 * dbusbind.c:
5918 * dired.c:
5919 * dispnew.c:
5920 * doc.c:
5921 * doprnt.c:
5922 * ecrt0.c:
5923 * editfns.c:
5924 * fileio.c:
5925 * filelock.c:
5926 * filemode.c:
5927 * fns.c:
5928 * font.c:
5929 * fontset.c:
5930 * frame.c:
5931 * fringe.c:
5932 * ftfont.c:
5933 * ftxfont.c:
5934 * gtkutil.c:
5935 * indent.c:
5936 * insdel.c:
5937 * intervals.c:
5938 * keymap.c:
5939 * lread.c:
5940 * macros.c:
5941 * marker.c:
5942 * md5.c:
5943 * menu.c:
5944 * minibuf.c:
5945 * prefix-args.c:
5946 * print.c:
5947 * ralloc.c:
5948 * regex.c:
5949 * region-cache.c:
5950 * scroll.c:
5951 * search.c:
5952 * sound.c:
5953 * strftime.c:
5954 * syntax.c:
5955 * sysdep.c:
5956 * termcap.c:
5957 * terminal.c:
5958 * terminfo.c:
5959 * textprop.c:
5960 * tparam.c:
5961 * undo.c:
5962 * unexelf.c:
5963 * window.c:
5964 * xfaces.c:
5965 * xfns.c:
5966 * xfont.c:
5967 * xftfont.c:
5968 * xgselect.c:
5969 * xmenu.c:
5970 * xrdb.c:
5971 * xselect.c:
5972 * xsettings.c:
5973 * xsmfns.c:
5974 * xterm.c: Likewise.
5975
5976 2010-07-03 Eli Zaretskii <eliz@gnu.org>
5977
5978 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
5979 frames other than the initial one. Fix reversal of colors when
5980 `reverse' is specified in the frame parameters.
5981 Call update_face_from_frame_parameter instead of
5982 internal-set-lisp-face-attribute. Initialize screen colors from
5983 initial_screen_colors[] when f->default_face_done_p is zero,
5984 instead of depending on being called with default-frame-alist as
5985 the alist argument.
5986
5987 * xfaces.c (update_face_from_frame_parameter): Move out of
5988 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
5989 with HAVE_WINDOW_SYSTEM.
5990
5991 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
5992 to menu-bar-mode, if not set in the frame parameters or in
5993 default-frame-alist.
5994
5995 * w32console.c (sys_tputs): Adjust argument list to prototype in
5996 term.c.
5997
5998 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
5999
6000 * lisp.h (memory_warnings): Fix prototype.
6001
6002 * cm.h (evalcost): Fix prototype.
6003
6004 * cm.c (evalcost): Fix arg type.
6005
6006 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
6007
6008 * term.c (term_clear_mouse_face, Fidentity):
6009 * syssignal.h (signal_handler_t):
6010 * lisp.h (memory_warnings):
6011 * coding.h (preferred_coding_system):
6012 * cm.h (evalcost):
6013 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
6014
6015 2010-07-02 Eli Zaretskii <eliz@gnu.org>
6016
6017 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
6018 from prototypes.
6019
6020 * msdos.h (load_pixmap): Don't define away.
6021
6022 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
6023
6024 * lisp.h:
6025 * atimer.h: Remove define for P_.
6026
6027 * alloc.c: Remove __P and P_ from .c and .m files.
6028 * atimer.c:
6029 * buffer.c:
6030 * callint.c:
6031 * category.c:
6032 * charset.c:
6033 * chartab.c:
6034 * cm.c:
6035 * coding.c:
6036 * composite.c:
6037 * data.c:
6038 * dired.c:
6039 * dispnew.c:
6040 * doc.c:
6041 * editfns.c:
6042 * emacs.c:
6043 * eval.c:
6044 * fileio.c:
6045 * filelock.c:
6046 * fns.c:
6047 * font.c:
6048 * fontset.c:
6049 * frame.c:
6050 * ftfont.c:
6051 * ftxfont.c:
6052 * gmalloc.c:
6053 * gtkutil.c:
6054 * image.c:
6055 * indent.c:
6056 * intervals.c:
6057 * keyboard.c:
6058 * keymap.c:
6059 * lread.c:
6060 * marker.c:
6061 * menu.c:
6062 * minibuf.c:
6063 * print.c:
6064 * process.c:
6065 * scroll.c:
6066 * search.c:
6067 * sound.c:
6068 * strftime.c:
6069 * syntax.c:
6070 * sysdep.c:
6071 * term.c:
6072 * terminal.c:
6073 * textprop.c:
6074 * unexalpha.c:
6075 * w32console.c:
6076 * w32fns.c:
6077 * w32font.c:
6078 * w32menu.c:
6079 * w32term.c:
6080 * w32uniscribe.c:
6081 * window.c:
6082 * xdisp.c:
6083 * xfaces.c:
6084 * xfns.c:
6085 * xfont.c:
6086 * xftfont.c:
6087 * xmenu.c:
6088 * xselect.c:
6089 * xterm.c: Likewise.
6090
6091 Remove P_ and __P macros.
6092 * atimer.h: Remove P_ and __P macros.
6093 * buffer.h:
6094 * category.h:
6095 * ccl.h:
6096 * character.h:
6097 * charset.h:
6098 * cm.h:
6099 * coding.h:
6100 * composite.h:
6101 * dispextern.h:
6102 * disptab.h:
6103 * dosfns.h:
6104 * font.h:
6105 * fontset.h:
6106 * frame.h:
6107 * gtkutil.h:
6108 * indent.h:
6109 * intervals.h:
6110 * keyboard.h:
6111 * keymap.h:
6112 * lisp.h:
6113 * macros.h:
6114 * md5.h:
6115 * menu.h:
6116 * msdos.h:
6117 * nsterm.h:
6118 * puresize.h:
6119 * region-cache.h:
6120 * syntax.h:
6121 * syssignal.h:
6122 * systime.h:
6123 * termhooks.h:
6124 * w32font.h:
6125 * w32term.h:
6126 * widget.h:
6127 * window.h:
6128 * xgselect.h:
6129 * xsettings.h:
6130 * xterm.h: Likewise.
6131
6132 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
6133
6134 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
6135
6136 Cleanup old code.
6137 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
6138 * syssignal.h: Remove code for Lynx, not supported anymore.
6139 * vm-limit.c: Remove unused code the depends on emacs not being
6140 defined and NO_LIM_DATA being defined.
6141 * mem-limits.h: Remove dead code.
6142
6143 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
6144
6145 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
6146
6147 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
6148 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
6149
6150 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
6151 parameters, they are already absolute.
6152
6153 * nsterm.m (x_set_window_size, initFrameFromEmacs):
6154 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
6155
6156 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
6157
6158 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
6159 Update FRAME_TOOLBAR_HEIGHT.
6160
6161 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
6162 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
6163
6164 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
6165
6166 * frame.c (get_future_frame_param, Fmake_terminal_frame):
6167 Don't check default-frame-alist.
6168
6169 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
6170
6171 * process.c (create_process): Avoid using invalid file descriptors.
6172
6173 * callproc.c (child_setup): Avoid closing a file descriptor twice.
6174
6175 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
6176
6177 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
6178 Improve documentation. Return font regardless of use_system_font.
6179 (syms_of_xsettings): Improve documentation for font-use-system-font.
6180
6181 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
6182
6183 * xfaces.c (realize_face): Garbage the frame if a face is removed
6184 (Bug#6593).
6185
6186 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
6187
6188 * keyboard.c: Remove duplicate <setjmp.h>.
6189 (read_key_sequence): Remove volatile qualifiers.
6190
6191 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6192
6193 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
6194 (struct glyph_row): New members left_fringe_offset and
6195 right_fringe_offset.
6196
6197 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
6198 specially.
6199 * w32term.c (w32_draw_fringe_bitmap): Likewise.
6200 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
6201
6202 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
6203 Take account of bitmap offset.
6204 (draw_window_fringes): Take account of window vscroll.
6205 (update_window_fringes): Likewise. Extend top-aligned top indicator
6206 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
6207 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
6208 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
6209
6210 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
6211
6212 * w32fns.c (Qtooltip): Declare.
6213 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
6214
6215 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
6216
6217 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
6218 grab on just Press (Bug#6499).
6219
6220 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
6221
6222 * frame.c (Qtooltip): New var.
6223 (delete_frame): Use it. Fix faulty if statement. Don't update
6224 mode line for tooltip frames. Suggested by Martin Rudalics.
6225
6226 * xfns.c (x_create_tip_frame):
6227 * w32fns.c (x_create_tip_frame): Use it.
6228
6229 2010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
6230
6231 * xftfont.c (xftfont_open): Check font width one by one also when
6232 spacing is dual.
6233
6234 * ftfont.c (ftfont_open): Ditto.
6235
6236 2010-06-30 Glenn Morris <rgm@gnu.org>
6237
6238 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
6239
6240 * Makefile.in (CANNOT_DUMP): Update for configure name change.
6241
6242 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
6243 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
6244 * s/darwin.h (SYSTEM_MALLOC):
6245 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
6246
6247 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
6248
6249 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
6250 (ns_get_screen): Don't assign integer to f.
6251 (Fx_display_color_cells): Declarations before statements.
6252
6253 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
6254
6255 * xfns.c (x_default_font_parameter): Remove got_from_system
6256 (Bug#6526).
6257
6258 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
6259 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper):
6260 New defines based on what configure finds.
6261
6262 * xterm.c (XTflash): Use gtk_widget_get_window.
6263 (xg_scroll_callback): Use gtk_adjustment_get_upper and
6264 gtk_adjustment_get_page_size.
6265 (handle_one_xevent): Use gtk_widget_get_mapped.
6266 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
6267 messages.
6268
6269 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
6270
6271 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
6272 HAVE_GTK_FILE_SELECTION_NEW.
6273
6274 * gtkutil.c (xg_display_open, xg_display_close):
6275 Remove HAVE_GTK_MULTIDISPLAY, it is always defined.
6276 (xg_display_open): Return type is void.
6277 (gtk_widget_set_has_window)
6278 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
6279 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
6280 (gtk_adjustment_set_page_increment)
6281 (gtk_adjustment_get_step_increment): #define these if not found
6282 by configure.
6283 (remove_submenu): New define based on Gtk+ version.
6284 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar):
6285 Use gtk_widget_get_window.
6286 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
6287 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
6288 (create_dialog): Use gtk_dialog_get_action_area and
6289 gtk_dialog_get_content_area.
6290 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
6291 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
6292 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
6293 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item):
6294 Use g_object_ref and g_object_unref.
6295 (xg_update_menu_item, xg_tool_bar_menu_proxy):
6296 Use gtk_widget_get_sensitive.
6297 (xg_update_submenu): Use remove_submenu.
6298 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
6299 properties instead to get old x and y position.
6300 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
6301 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
6302 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
6303 (xg_get_tool_bar_widgets): New function.
6304 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
6305 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
6306 (toolbar_set_orientation): New #define based on if configure
6307 finds gtk_orientable_set_orientation.
6308 (xg_create_tool_bar): Call toolbar_set_orientation.
6309 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
6310 instead of gtk_box_pack_start_defaults.
6311
6312 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
6313
6314 * cmds.c (Fdelete_backward_char): Move into Lisp.
6315
6316 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
6317
6318 * s/freebsd.h (BSD4_2): Remove redundant definition.
6319 bsd-common.h defines it already.
6320
6321 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
6322
6323 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
6324 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
6325 tool-bar-mode, which are now set using these X resources at
6326 startup, to determine the defaults (Bug#2249).
6327
6328 * w32fns.c (Fx_create_frame):
6329 * nsfns.m (Fx_create_frame): Likewise.
6330
6331 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
6332
6333 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
6334
6335 * gtkutil.c (xg_update_scrollbar_pos):
6336 Avoid C99 mid-block variable declaration.
6337
6338 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
6339
6340 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
6341
6342 * gtkutil.h (xg_show_scroll_bar): Remove.
6343
6344 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
6345 if height is less than scroll bar min size.
6346 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
6347
6348 * xfns.c (x_default_font_parameter): Try to open font from system
6349 before using it (bug#6478). Rename got_from_gconf to got_from_system.
6350
6351 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
6352
6353 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
6354
6355 2010-06-20 Eli Zaretskii <eliz@gnu.org>
6356
6357 * xdisp.c (try_scrolling): When scroll-conservatively is set to
6358 most-positive-fixnum, be extra accurate when scrolling window
6359 start, to avoid missing the cursor line.
6360
6361 2010-06-19 Eli Zaretskii <eliz@gnu.org>
6362
6363 * xdisp.c (try_scrolling): Compute the limit for searching point
6364 in forward scroll from scroll_max, instead of an arbitrary limit
6365 of 10 screen lines.
6366 See http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
6367 and
6368 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
6369 for details.
6370
6371 2010-06-16 Glenn Morris <rgm@gnu.org>
6372
6373 * editfns.c (Fbyte_to_string): Pacify compiler.
6374
6375 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * lread.c (read1): Phase out old-style backquotes a bit more.
6378
6379 2010-06-12 Eli Zaretskii <eliz@gnu.org>
6380
6381 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
6382 bidimirror.h.
6383
6384 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
6385
6386 * bidi.c (bidi_initialize): Remove explicit initialization of
6387 bidi_type_table; include biditype.h instead. Don't support
6388 entries whose second codepoint is zero. Initialize bidi_mirror_table.
6389 (bidi_mirror_char): Use bidi_mirror_table.
6390
6391 * biditype.h: New file.
6392
6393 * bidimirror.h: New file.
6394
6395 * window.c (syms_of_window): Doc fix (bug#6409).
6396
6397 2010-06-12 Romain Francoise <romain@orebokech.com>
6398
6399 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
6400 ediff-hook.
6401
6402 2010-06-10 Glenn Morris <rgm@gnu.org>
6403
6404 * editfns.c (Fbyte_to_string): Pacify compiler.
6405
6406 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
6407
6408 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
6409
6410 * alloc.c (Fmake_byte_code): Don't access undefined argument
6411 (Bug#6517).
6412
6413 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
6414
6415 * xdisp.c (next_element_from_image): Ensure that after-strings are
6416 read the next time we hit handle_stop (Bug#1336).
6417
6418 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
6419
6420 * lread.c (read1): Signal error if #s is not followed by paren.
6421
6422 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
6423
6424 * image.c (free_image): Mark frame as garbaged (Bug#6426).
6425
6426 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
6427
6428 2010-06-15 Glenn Morris <rgm@gnu.org>
6429
6430 * editfns.c (Fbyte_to_string): Pacify compiler.
6431
6432 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6433
6434 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
6435 Check `object's type before accessing its guts.
6436
6437 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
6438
6439 * s/usg5-4.h: Fix previous change.
6440 Suggested by Lawrence Mitchell <wence@gmx.li>
6441
6442 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
6443
6444 * minibuf.c (Fall_completions): Add more checks.
6445
6446 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
6447
6448 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
6449
6450 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
6451
6452 * lread.c (X_OK): Remove, unused.
6453
6454 * dispnew.c: Remove obsolete comment.
6455
6456 Remove INCLUDED_FCNTL.
6457 * xterm.c (INCLUDED_FCNTL):
6458 * callproc.c (INCLUDED_FCNTL):
6459 * alloc.c (INCLUDED_FCNTL):
6460 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
6461 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
6462
6463 2010-06-07 Martin Rudalics <rudalics@gmx.at>
6464
6465 * window.c (Fselect_window): Move `record_buffer' up to the
6466 beginning of this function, so the buffer gets recorded
6467 even if the selected window does not change.
6468 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
6469
6470 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
6471
6472 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
6473 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
6474
6475 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
6476
6477 Remove BSTRING related code, all platforms define it.
6478 * s/usg5-4.h (BSTRING): Remove definition.
6479 * s/template.h (BSTRING):
6480 * s/msdos.h (BSTRING):
6481 * s/ms-w32.h (BSTRING):
6482 * s/hpux10-20.h (BSTRING):
6483 * s/gnu-linux.h (BSTRING):
6484 * s/darwin.h (BSTRING):
6485 * s/cygwin.h (BSTRING):
6486 * s/bsd-common.h (BSTRING):
6487 * s/aix4-2.h (BSTRING): Likewise.
6488 * sysdep.c: Remove code depending on BSTRING not being defined.
6489
6490 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
6491
6492 Remove obsolete macro BASE_LEADING_CODE_P.
6493 * character.h (BASE_LEADING_CODE_P): Remove.
6494 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
6495 * buffer.c (Fset_buffer_multibyte):
6496 * indent.c (scan_for_column, compute_motion):
6497 * insdel.c (count_combining_before, count_combining_after):
6498 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
6499
6500 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
6501
6502 Turn `directory-sep-char' into a noop.
6503
6504 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
6505 (DIRECTORY_SEP): Define unconditionally.
6506
6507 * s/ms-w32.h (DIRECTORY_SEP): Remove.
6508
6509 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
6510 call dostounix_filename directly.
6511
6512 * fileio.c (CORRECT_DIR_SEPS): Remove.
6513 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
6514 (Fsubstitute_in_file_name): Use dostounix_filename instead.
6515 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
6516 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
6517
6518 * w32proc.c (CORRECT_DIR_SEPS): Remove.
6519 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
6520
6521 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
6522
6523 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
6524 (Bug#6346)
6525
6526 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
6527
6528 * ccl.c (Fccl_program_p): Fix typo in docstring.
6529
6530 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
6531
6532 Move UNEXEC definition to autoconf.
6533 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
6534 * s/sol2-10.h (UNEXEC):
6535 * s/irix6-5.h (UNEXEC):
6536 * s/hpux10-20.h (UNEXEC):
6537 * s/gnu-linux.h (UNEXEC):
6538 * s/darwin.h (UNEXEC):
6539 * s/cygwin.h (UNEXEC):
6540 * s/bsd-common.h (UNEXEC):
6541 * s/aix4-2.h (UNEXEC):
6542 * m/alpha.h (UNEXEC): Likewise.
6543 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
6544
6545 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
6546
6547 Remove obsolete pre-unicode2 macros.
6548 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
6549 * composite.c (composition_reseat_it):
6550 * data.c (Faset):
6551 * fns.c (Ffillarray):
6552 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
6553 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
6554
6555 2010-06-03 Juri Linkov <juri@jurta.org>
6556
6557 * buffer.c (Fother_buffer): Add CHECK_FRAME.
6558 (Fswitch_to_buffer): Remove unused variable `err'.
6559
6560 2010-06-03 Glenn Morris <rgm@gnu.org>
6561
6562 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
6563
6564 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
6565 now that AH_BOTTOM does it.
6566
6567 * m/hp800.h (HAVE_ALLOCA):
6568 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
6569
6570 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
6571 Remove NOT_C_CODE tests, it is always true now.
6572
6573 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
6574
6575 Fix config.h includes.
6576 * xsettings.c:
6577 * xgselect.c:
6578 * nsterm.m:
6579 * nsselect.m:
6580 * nsimage.m:
6581 * nsfont.m:
6582 * nsfns.m:
6583 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
6584 other files do.
6585
6586 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
6587
6588 * s/sol2-6.h: Remove obsolete comments.
6589
6590 Remove unnecessary alloca.h includes.
6591 * keymap.c: Do not include alloca.h, config.h does that.
6592 * sysdep.c: Likewise. Do not define fwrite, not used.
6593
6594 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6595
6596 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
6597 the HAVE_TERMIO where it belongs (bug#6149).
6598
6599 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6600
6601 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
6602 of bug#6305).
6603
6604 2010-05-30 Eli Zaretskii <eliz@gnu.org>
6605
6606 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
6607 state is always cached (bug#6306).
6608
6609 2010-05-29 Eli Zaretskii <eliz@gnu.org>
6610
6611 Fix cursor motion in bidi-reordered continued lines.
6612 * xdisp.c (try_cursor_movement): Backup to non-continuation line
6613 only after finding point's row. Fix the logic. Rewrite the loop
6614 over continuation lines in bidi-reordered buffers.
6615 Return CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
6616 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
6617
6618 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
6619
6620 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
6621
6622 2010-05-28 Kenichi Handa <handa@m17n.org>
6623
6624 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
6625 Don't sheck SPEC if it is nil.
6626 (font_list_entities): Call font_delete_unmatched if
6627 Vface_ignored_fonts is non-nil. (Bug#6287)
6628
6629 2010-05-28 Glenn Morris <rgm@gnu.org>
6630
6631 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
6632
6633 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
6634
6635 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
6636 whether to trash.
6637 (internal_delete_file, Frename_file): Callers changed.
6638 (delete_by_moving_to_trash): Doc fix.
6639 (Fdelete_directory_internal): Don't move to trash.
6640
6641 * callproc.c (delete_temp_file):
6642 * buffer.c (Fkill_buffer): Callers changed.
6643
6644 * lisp.h: Update prototype.
6645
6646 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
6647
6648 * xdisp.c (redisplay_window): After redisplay, check if point is
6649 still valid before setting it (Bug#6177).
6650
6651 2010-05-27 Glenn Morris <rgm@gnu.org>
6652
6653 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
6654 Convert comments to Makefile format.
6655
6656 * Makefile.in (bootstrap-clean): No more Makefile.c.
6657
6658 2010-05-26 Glenn Morris <rgm@gnu.org>
6659
6660 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
6661 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
6662
6663 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
6664 Remove.
6665 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
6666
6667 2010-05-26 Kenichi Handa <handa@m17n.org>
6668
6669 * composite.c (composition_compute_stop_pos): Fix condition for
6670 backward scanning.
6671
6672 2010-05-25 Glenn Morris <rgm@gnu.org>
6673
6674 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
6675 Move before TEMACS_LDFLAGS.
6676 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
6677 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
6678
6679 * Makefile.in (NOT_C_CODE): No longer define.
6680 (config.h): No longer include.
6681
6682 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
6683 variables it may reference.
6684
6685 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
6686 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
6687
6688 2010-05-25 Kenichi Handa <handa@m17n.org>
6689
6690 * dispextern.h (struct composition_it): New members rule_idx and
6691 charpos.
6692
6693 * xdisp.c (set_iterator_to_next): While scanning backward, assume
6694 that the character positions of IT point the last character of the
6695 current grapheme cluster.
6696 (next_element_from_composition): Don't change character positions
6697 of IT.
6698 (append_composite_glyph): Set glyph->charpos to
6699 it->cmp_it.charpos.
6700
6701 * composite.c (autocmp_chars): Change the first argument to RULE,
6702 and try composition with RULE only.
6703 (composition_compute_stop_pos): Record the index number of the
6704 composition rule in CMP_IT->rule_idx.
6705 (composition_reseat_it): Call autocmp_chars repeatedly until the
6706 correct rule of the composition is found.
6707 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
6708 is at the last character of the current grapheme cluster when
6709 CMP_IT->reversed_p is nonzero.
6710
6711 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6712
6713 * editfns.c (Fbyte_to_string): New function.
6714
6715 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6716
6717 * process.c (Fmake_network_process): Set :host to nil if it's not used.
6718 Suggested by Masatake YAMATO <yamato@redhat.com>.
6719
6720 2010-05-23 Eli Zaretskii <eliz@gnu.org>
6721
6722 * dispextern.h (init_iterator): Sync prototype with changed definition.
6723
6724 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
6725
6726 * s/netbsd.h: If terminfo is found, use it in preference to
6727 termcap. (Bug#6190) [Backport from trunk]
6728
6729 2010-05-19 Eli Zaretskii <eliz@gnu.org>
6730
6731 Redesign and reimplement bidi-aware edge positions of glyph rows.
6732
6733 * dispextern.h (struct glyph_row): New members minpos and maxpos.
6734 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
6735 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
6736 and maxpos members instead of start.pos and end.pos, respectively.
6737
6738 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
6739 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
6740 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
6741 (try_window_reusing_current_matrix, try_window_id):
6742 Use ROW->minpos rather than ROW->start.pos.
6743 (init_from_display_pos, init_iterator): Use EMACS_INT for
6744 character and byte positions.
6745 (find_row_edges): Rename from find_row_end. Accept additional
6746 arguments for minimum and maximum buffer positions seen by
6747 display_line for this row. Don't use iterator to find the
6748 position following the maximum one; instead, increment the
6749 position found by display_line directly. Fix logic; eol_pos
6750 should be tested before the rest. Handle the case of characters
6751 delivered from display vector (bug#6036). Fix tests related to
6752 it->method. Handle the truncated_on_right_p rows.
6753 (RECORD_MAX_MIN_POS): New macro.
6754 (display_line): Use it to record the minimum and maximum buffer
6755 positions for glyphs in the row being assembled. Record the
6756 position of the newline that terminates the line. If word wrap is
6757 in effect, restore minimum and maximum positions seen up to the
6758 wrap point, when iterator returns to it.
6759 (try_window_reusing_current_matrix): Give up if in bidi-reordered
6760 row and cursor not already at point. Restore original pre-bidi
6761 code for unidirectional buffers.
6762
6763 * dispnew.c (increment_row_positions, check_matrix_invariants):
6764 Increment and check row->start.pos and row->end.pos, in addition
6765 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
6766
6767 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
6768 Display truncated_on_left_p and truncated_on_right_p flags.
6769 Formatting fixes.
6770 (pmtxrows): Display the ordinal number of each row. Don't display
6771 rows beyond the last one.
6772
6773 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
6774 it is not copied by bidi_copy_it.
6775
6776 2010-05-22 Eli Zaretskii <eliz@gnu.org>
6777
6778 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
6779 (Bug#6237)
6780
6781 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
6782
6783 * image.c (Fimage_flush): Rename from image-refresh.
6784
6785 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
6786
6787 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
6788 just one window.
6789
6790 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
6791 (clear_image_cache): If the number of cached images is unusually
6792 large, decrease the cache eviction delay (Bug#6230).
6793
6794 2010-05-21 Glenn Morris <rgm@gnu.org>
6795
6796 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
6797 Move these rules to ns.mk.
6798 * ns.mk: New file.
6799
6800 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
6801
6802 * Makefile.in (CANNOT_DUMP): New, set by configure.
6803 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
6804
6805 2010-05-20 Juri Linkov <juri@jurta.org>
6806
6807 * fileio.c (Fdelete_file): Change interative spec to use
6808 `read-file-name' like in `find-file-read-args' where the default
6809 value is `default-directory' instead of `buffer-file-name'.
6810 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
6811
6812 2010-05-20 Kevin Ryde <user42@zip.com.au>
6813
6814 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
6815 (Voverriding_terminal_local_map, Vsystem_key_alist)
6816 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
6817
6818 2010-05-20 Glenn Morris <rgm@gnu.org>
6819
6820 * Makefile.in (DEPDIR): New constant.
6821 (DEPFLAGS): Set with configure, not cpp.
6822 (MKDEPDIR): New, set by configure.
6823 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
6824 (clean): Use $DEPDIR.
6825 (deps_frag): Include from configure.
6826 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
6827 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
6828
6829 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state):
6830 Fix reallocation of the cache. (Bug#6210)
6831
6832 2010-05-19 Glenn Morris <rgm@gnu.org>
6833
6834 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
6835
6836 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
6837 (GNULIB_VAR): Remove.
6838 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
6839
6840 * m/ibms390x.h (LINKER):
6841 * m/macppc.h (LINKER) [GNU_LINUX]:
6842 * s/aix4-2.h (ORDINARY_LINK):
6843 * s/cygwin.h (LINKER):
6844 * s/darwin.h (ORDINARY_LINK):
6845 * s/gnu.h (ORDINARY_LINK):
6846 * s/netbsd.h (LINKER):
6847 * s/usg5-4.h (ORDINARY_LINK):
6848 Move to configure.
6849
6850 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
6851
6852 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
6853
6854 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
6855 prevent stack overflow if number of arguments is too large
6856 (Bug#6214).
6857
6858 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
6859
6860 * charset.c (load_charset_map_from_file): Don't call close after fclose.
6861
6862 2010-05-18 Glenn Morris <rgm@gnu.org>
6863
6864 * s/gnu-linux.h: Combine two conditionals.
6865
6866 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
6867 $(POST_ALLOC_OBJ).
6868
6869 * Makefile.in (RALLOC_OBJ): New, set by configure.
6870 (rallocobj): Replace with the previous variable.
6871 (otherobj): Use $RALLOC_OBJ.
6872
6873 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
6874 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
6875
6876 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
6877 (gmallocobj, vmlimitobj): Replace with previous two variables.
6878 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
6879
6880 2010-05-17 Glenn Morris <rgm@gnu.org>
6881
6882 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
6883 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
6884
6885 2010-05-16 Glenn Morris <rgm@gnu.org>
6886
6887 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
6888
6889 * Makefile.in (clean): Get rid of HAVE_NS conditional.
6890
6891 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
6892 trailing "/".
6893
6894 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
6895 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
6896
6897 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
6898 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
6899 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
6900 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
6901 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
6902
6903 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
6904 Remove ${STARTFLAGS}, nothing ever sets it.
6905
6906 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
6907
6908 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
6909
6910 2010-05-16 Glenn Morris <rgm@gnu.org>
6911
6912 * Makefile.in (LIBX_BASE): Always define.
6913
6914 * Makefile.in (LIBX_OTHER): Move out of cpp section.
6915
6916 * Makefile.in (LIBXT): Always define.
6917
6918 2010-05-15 Glenn Morris <rgm@gnu.org>
6919
6920 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
6921
6922 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
6923 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
6924
6925 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
6926
6927 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
6928 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
6929
6930 * emacs.c (main): Initialize initial-environment and
6931 process-environment before generating from env, not after.
6932
6933 Handle --version reasonably in CANNOT_DUMP configuration.
6934 * emacs.c (emacs_version, emacs_copyright): New string variables.
6935 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
6936 (syms_of_emacs): Defvar them, and initialize them from the C
6937 string variables.
6938 (main): If initialization hasn't been done, print initial version
6939 info from the C strings, instead of starting an interactive session.
6940
6941 2010-05-15 Eli Zaretskii <eliz@gnu.org>
6942
6943 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
6944 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
6945 (bidi_paragraph_init): Remove redundant assertion that we are at
6946 the beginning of a line after call to bidi_find_paragraph_start.
6947
6948 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
6949 (syms_of_xdisp): Defsubr it.
6950
6951 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
6952
6953 * Makefile.in: Fix MSDOS-related comments.
6954
6955 2010-05-15 Glenn Morris <rgm@gnu.org>
6956
6957 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
6958 (really-lwlib, really-oldXMenu): Always define.
6959 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
6960
6961 * Makefile.in: Simplify cpp conditional.
6962
6963 * Makefile.in (${ns_appdir}): Simplify using umask.
6964
6965 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
6966
6967 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6968
6969 * eval.c (specbind): Remove left-over duplicate test.
6970 Disallow let-binding frame-local vars. Add comment.
6971
6972 2010-05-14 Eli Zaretskii <eliz@gnu.org>
6973
6974 Make the cache of bidi iterator states dynamically allocated.
6975 * bidi.c (bidi_cache_shrink): New function.
6976 (bidi_init_it): Call it.
6977 (bidi_cache_iterator_state): Enlarge the cache if needed.
6978
6979 * bidi.c (bidi_move_to_visually_next): Rename from
6980 bidi_get_next_char_visually. All callers changed.
6981
6982 2010-05-14 Kenichi Handa <handa@m17n.org>
6983
6984 * dispextern.h (struct composition_it): New member reversed_p.
6985
6986 * composite.c (composition_compute_stop_pos): Search backward if
6987 ENDPOS < CHARPOS.
6988 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
6989 Set CMP_IT->reversed_p.
6990 (composition_update_it): Pay attention to CMP_IT->reversed_p.
6991
6992 * xdisp.c (set_iterator_to_next):
6993 Call composition_compute_stop_pos with negative ENDPOS if we are
6994 scanning backward. Call composition_compute_stop_pos if scan
6995 direction is changed.
6996 (next_element_from_buffer): Call composition_compute_stop_pos with
6997 negative ENDPOS if we are scanning backward.
6998 (next_element_from_composition): Pay attention to
6999 IT->cmp_it.reversed_p.
7000
7001 2010-05-14 Kenichi Handa <handa@m17n.org>
7002
7003 * font.c (font_range): Return the range for the font found at first.
7004
7005 2010-05-14 Glenn Morris <rgm@gnu.org>
7006
7007 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
7008
7009 * Makefile.in (mktime, X11, register): Move undefs to configure.
7010
7011 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
7012 (MSDOS_X_OBJ): New variable.
7013 (MSDOS_SUPPORT_REAL): New constant.
7014 (MSDOS_SUPPORT): Set as a variable, not with cpp.
7015 (obj): Use MSDOS_X_OBJ.
7016 (lisp): Use MSDOS_SUPPORT as a variable.
7017
7018 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
7019 (GPM_MOUSE_SUPPORT): Now it's a constant.
7020 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
7021 not cpp.
7022
7023 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
7024 (ns_appresdir): Remove, unused.
7025
7026 * Makefile.in (SHELL): Move outside cpp section.
7027
7028 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
7029
7030 2010-05-13 Glenn Morris <rgm@gnu.org>
7031
7032 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
7033 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
7034
7035 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
7036 HAVE_WINDOW_SYSTEM must be too.
7037
7038 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
7039 (lisp): Remove WINNT_SUPPORT.
7040
7041 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
7042 Let configure set these variables (to empty) in this case as well.
7043
7044 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
7045 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
7046
7047 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
7048 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
7049 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
7050 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
7051 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
7052 the values output by configure.
7053 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
7054
7055 2010-05-12 Glenn Morris <rgm@gnu.org>
7056
7057 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
7058 (LINKER_WAS_SPECIFIED): Remove.
7059
7060 * Makefile.in (LIB_GCC): Set using configure, not cpp.
7061 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
7062 * m/arm.h (LIB_GCC) [GNU_LINUX]:
7063 * s/cygwin.h (LIB_GCC):
7064 * s/freebsd.h (LIB_GCC):
7065 * s/gnu-linux.h (LIB_GCC):
7066 * s/msdos.h (LIB_GCC):
7067 * s/netbsd.h (LIB_GCC):
7068 Move to configure.
7069
7070 2010-05-11 Karel Klíč <kklic@redhat.com>
7071
7072 * ftfont.c: Fix incorrect parentheses of #if condition for
7073 definining M17N_FLT_USE_NEW_FEATURE.
7074
7075 2010-05-11 Glenn Morris <rgm@gnu.org>
7076
7077 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
7078 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
7079
7080 2010-05-10 Eli Zaretskii <eliz@gnu.org>
7081
7082 * xdisp.c (init_iterator): Don't turn on bidi reordering in
7083 unibyte buffers. See
7084 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
7085
7086 2010-05-10 Glenn Morris <rgm@gnu.org>
7087
7088 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
7089 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
7090 (LIBES): Use LIBS_SYSTEM as a variable.
7091 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
7092 * s/aix4-2.h (LIBS_SYSTEM):
7093 * s/freebsd.h (LIBS_SYSTEM):
7094 * s/hpux10-20.h (LIBS_SYSTEM):
7095 * s/sol2-6.h (LIBS_SYSTEM):
7096 * s/unixware.h (LIBS_SYSTEM):
7097 Move to configure.
7098
7099 * s/aix4-2.h (MAIL_USE_LOCKF):
7100 * s/bsd-common.h (MAIL_USE_FLOCK):
7101 * s/darwin.h (MAIL_USE_FLOCK):
7102 * s/gnu-linux.h (MAIL_USE_FLOCK):
7103 * s/irix6-5.h (MAIL_USE_FLOCK):
7104 * s/template.h (MAIL_USE_FLOCK):
7105 Move to configure.
7106
7107 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
7108
7109 * Version 23.2 released.
7110
7111 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
7112
7113 * composite.c (autocmp_chars): Save point as marker before calling
7114 auto-composition-function (Bug#5984).
7115
7116 * lisp.h (restore_point_unwind): Add prototype.
7117
7118 * fileio.c (restore_point_unwind): Remove static attribute.
7119
7120 2010-05-08 Kenichi Handa <handa@m17n.org>
7121
7122 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
7123 new feature of libotf and m17n-flt.
7124 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
7125 Call OTF_check_features even if no specific feature is given.
7126 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
7127 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
7128 that OUT is NULL. Use OTF_drive_gsub_with_log and
7129 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
7130 OTF_drive_gpos.
7131 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
7132 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
7133 Setup mflt_enable_new_feature and mflt_try_otf.
7134
7135 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
7136
7137 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
7138
7139 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
7140 box and toolbar (Bug #6139).
7141 (xg_create_tool_bar): Remove comment (Bug #6139).
7142 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
7143 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
7144
7145 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
7146
7147 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
7148 Update dependencies.
7149
7150 2010-05-08 Eli Zaretskii <eliz@gnu.org>
7151
7152 * fringe.c (update_window_fringes): Set up truncation bitmaps for
7153 R2L lines.
7154
7155 2010-05-08 Glenn Morris <rgm@gnu.org>
7156
7157 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
7158
7159 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
7160 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
7161 (termcapobj): Replace with TERMCAP_OBJ.
7162 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
7163 (LIBES): Use LIBS_TERMCAP as a variable.
7164
7165 * s/freebsd.h (osreldate.h): No longer include, since this file
7166 does not use __FreeBSD_version any more.
7167
7168 * s/aix4-2.h (TERMINFO):
7169 * s/cygwin.h (TERMINFO):
7170 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
7171 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
7172 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
7173 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
7174 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
7175 * s/irix6-5.h (TERMINFO):
7176 * s/netbsd.h (LIBS_TERMCAP):
7177 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
7178 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
7179 * s/usg5-4.h (TERMINFO):
7180 Move to configure.
7181
7182 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7183
7184 * eval.c (unbind_to): Don't unbind a local binding into the global
7185 binding when the local binding disappeared. Inversely, don't unbind
7186 a global binding into a newly created local binding.
7187 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
7188 can specify the frame to use, when applicable. Adjust callers.
7189
7190 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
7191 Stefan Monnier <monnier@iro.umontreal.ca>
7192
7193 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
7194
7195 2010-05-07 Eli Zaretskii <eliz@gnu.org>
7196
7197 * w32fns.c: Include w32.h.
7198 (Fw32_shell_execute): Decode the error message before passing it
7199 to `error'. (Bug#6126)
7200
7201 * msdos.c (dos_set_window_size):
7202 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
7203 instead of `XSYMBOL (foo)->value'.
7204
7205 2010-05-07 Eli Zaretskii <eliz@gnu.org>
7206
7207 Fix the MS-DOS build, broken by autoconfiscation.
7208
7209 * Makefile.in: Don't use Make-style comments past the "start of
7210 cpp stuff" line.
7211 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
7212
7213 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
7214 edited directly by msdos/sed1v2.inp).
7215
7216 2010-05-07 Glenn Morris <rgm@gnu.org>
7217
7218 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
7219 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
7220 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
7221 move out of cpp section.
7222 * s/freebsd.h (LD_SWITCH_SYSTEM):
7223 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
7224 * s/netbsd.h (LD_SWITCH_SYSTEM):
7225 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
7226
7227 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
7228
7229 Define LIB_STANDARD and START_FILES using autoconf.
7230 * s/usg5-4.h (LIB_STANDARD):
7231 * s/netbsd.h (START_FILES):
7232 * s/irix6-5.h (LIB_STANDARD):
7233 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
7234 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
7235 * s/freebsd.h (START_FILES):
7236 * s/darwin.h (START_FILES):
7237 * s/cygwin.h (START_FILES):
7238 * s/aix4-2.h (LIB_STANDARD):
7239 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
7240 * Makefile.in (STARTFILES): Rename to START_FILES, define using
7241 autoconf, not cpp.
7242
7243 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
7244
7245 Remove NEED_BSDTTY and NEED_UNISTD_H.
7246 * s/hpux10-20.h (NEED_BSDTTY): Remove.
7247 * s/aix4-2.h (NEED_UNISTD_H): Remove.
7248 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
7249 <sys/ptyio.h> and <unistd.h>.
7250
7251 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
7252
7253 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
7254 * s/gnu.h (START_FILES): Remove empty definition.
7255
7256 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
7257
7258 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
7259
7260 2010-05-06 Glenn Morris <rgm@gnu.org>
7261
7262 * Makefile.in (CPP, LN_S): Remove unused variables.
7263
7264 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7265
7266 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
7267
7268 2010-05-05 Lawrence Mitchell <wence@gmx.li>
7269
7270 * m/sparc.h: Fix typo in earlier change.
7271
7272 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7273
7274 Misc tweaks.
7275 * eval.c (Fdefvaralias): Remove unintended nested if.
7276 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
7277
7278 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
7279
7280 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
7281
7282 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
7283
7284 Remove BSD_PGRPS.
7285 * s/bsd-common.h (BSD_PGRPS): Remove undef.
7286 * s/gnu-linux.h (BSD_PGRPS): Remove.
7287 * term.c (dissociate_if_controlling_tty):
7288 * sysdep.c (narrow_foreground_group, widen_foreground_group)
7289 (init_sys_modes, reset_sys_modes):
7290 * emacs.c (main):
7291 * callproc.c (Fcall_process, child_setup): Remove code depending
7292 on BSD_PGRPS.
7293
7294 Remove POSIX_SIGNALS.
7295 * s/usg5-4.h (POSIX_SIGNALS):
7296 * s/netbsd.h (POSIX_SIGNALS):
7297 * s/msdos.h (POSIX_SIGNALS):
7298 * s/ms-w32.h (POSIX_SIGNALS):
7299 * s/hpux11.h (POSIX_SIGNALS):
7300 * s/gnu.h (POSIX_SIGNALS):
7301 * s/gnu-linux.h (POSIX_SIGNALS):
7302 * s/freebsd.h (POSIX_SIGNALS):
7303 * s/darwin.h (POSIX_SIGNALS):
7304 * s/cygwin.h (POSIX_SIGNALS):
7305 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
7306 * s/unixware.h:
7307 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
7308 * process.c (create_process):
7309 * syssignal.h:
7310 * sysdep.c (wait_for_termination, init_signals):
7311 * process.c (create_process):
7312 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
7313 remove all code that assumes the contrary.
7314
7315 2010-05-04 Glenn Morris <rgm@gnu.org>
7316
7317 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
7318 variable.
7319 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
7320 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
7321 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
7322 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
7323 LD_SWITCH_SYSTEM_tmp.
7324 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
7325 New variables, set by configure.
7326
7327 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
7328 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
7329 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
7330 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
7331 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
7332
7333 * s/aix4-2.h (C_SWITCH_SYSTEM):
7334 * m/alpha.h (C_SWITCH_MACHINE):
7335 Move to configure.in.
7336 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
7337 New variables, set by configure.
7338 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
7339 $c_switch_machine and $c_switch_system.
7340
7341 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
7342
7343 * s/hpux10-20.h (LIB_STANDARD): New definition.
7344 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
7345 on it, not used anymore.
7346
7347 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
7348
7349 * eval.c (internal_condition_case_n): Rename from
7350 internal_condition_case_2.
7351 (internal_condition_case_2): New function.
7352
7353 * xdisp.c (safe_call): Use internal_condition_case_n.
7354
7355 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
7356 (internal_delete_file, Frename_file): Callers changed.
7357
7358 * buffer.c (Fkill_buffer):
7359 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
7360
7361 * lisp.h: Update prototypes.
7362
7363 2010-05-03 Glenn Morris <rgm@gnu.org>
7364
7365 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
7366 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
7367 (LIBXT): Set with configure, not cpp.
7368 (LIBX): Remove.
7369 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
7370
7371 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
7372
7373 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
7374 The FreeBSD is not needed, the default works, Solaris version is
7375 not needed, and the remaining case is not supported by configure.
7376
7377 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
7378
7379 * xsmfns.c (CHDIR_OPT): New define.
7380 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
7381 restarting emacs.
7382
7383 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
7384 shut_down_emacs.
7385
7386 * emacs.c (USAGE1): Mention --chdir.
7387 (main): Handle --chdir.
7388 (standard_args): Add --chdir.
7389 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
7390 #5552).
7391
7392 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
7393
7394 Remove LD_SWITCH_MACHINE.
7395 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
7396 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
7397
7398 Clean up IRIX code.
7399 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
7400 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
7401
7402 Clean up AIX code.
7403 * m/ibmrs6000.inp: Remove file, unused.
7404 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
7405 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
7406 definition ...
7407 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
7408
7409 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
7410 unused.
7411
7412 2010-05-01 Eli Zaretskii <eliz@gnu.org>
7413
7414 Emulate POSIX_SIGNALS on MS-Windows.
7415
7416 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
7417 (SIG_SETMASK, SIG_UNBLOCK): Define.
7418
7419 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
7420 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
7421 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
7422
7423 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
7424 New stubs.
7425
7426 Miscellaneous fixes of bidi display.
7427
7428 * xdisp.c (find_row_end): New function, refactored from display_line.
7429 (display_line): Use it.
7430 (extend_face_to_end_of_line): In almost-filled rows, extend only
7431 if the row is R2L and not continued.
7432 (display_line): Fix prepending of truncation glyphs to R2L rows.
7433 Preserve overlay and string info in row->end.
7434 (insert_left_trunc_glyphs): Support addition of left truncation
7435 glyphs to R2L rows.
7436 (set_cursor_from_row): Don't place cursor on the vertical border
7437 glyph between adjacent windows. Fix a crash when a display string
7438 is continued to the next line. Don't return zero if cursor was
7439 found by `cursor' property of a display string.
7440 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
7441 test for that explicitly.
7442
7443 2010-05-01 Glenn Morris <rgm@gnu.org>
7444
7445 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
7446 for clarity.
7447 (OTHER_OBJ): Remove.
7448 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
7449 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
7450
7451 2010-05-01 Karel Klíč <kklic@redhat.com>
7452
7453 * fileio.c (Ffile_selinux_context): Context functions may return null.
7454
7455 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
7456
7457 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
7458
7459 2010-04-30 Glenn Morris <rgm@gnu.org>
7460
7461 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
7462 (OTHER_OBJ): Define as a separate variable, for clarity.
7463
7464 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
7465
7466 * xsettings.c: include limits.h and update file comment.
7467
7468 2010-04-30 Glenn Morris <rgm@gnu.org>
7469
7470 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
7471 Set with configure, not cpp.
7472 (LIBW): Remove, replace with $TOOLKIT_LIBW.
7473
7474 * Makefile.in (mallocobj): Remove.
7475 (otherobj): Simplify using @OTHER_OBJ@.
7476
7477 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
7478 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
7479 Don't bother making nsgui.h dependency platform-specific.
7480
7481 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
7482
7483 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7484
7485 * process.c (read_process_output, exec_sentinel): Don't burp if the
7486 sentinel/filter kills the current buffer (bug#6060).
7487
7488 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
7489 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
7490 Remove unused var `args'.
7491 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
7492 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
7493 * doc.c (store_function_docstring): Use XSETCAR.
7494
7495 2010-04-28 Glenn Morris <rgm@gnu.org>
7496
7497 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
7498 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
7499
7500 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
7501
7502 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
7503 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
7504
7505 * Makefile.in (FONT_OBJ): New, set by configure.
7506 (FONT_DRIVERS): Use $FONT_OBJ.
7507
7508 * Makefile.in (LIBXMU): Set with configure, not cpp.
7509 * s/aix4-2.h (LIBXMU):
7510 * s/hpux10-20.h (LIBXMU):
7511 Remove definition, now set in configure.
7512
7513 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
7514
7515 * m/amdx86-64.h [i386]: Move this test to configure.in.
7516
7517 2010-04-27 Glenn Morris <rgm@gnu.org>
7518
7519 * Makefile.in (LIBXTR6): Set with configure, not cpp.
7520 * s/unixware.h (NEED_LIBW): Remove definition.
7521
7522 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
7523 (TOOLKIT_LIBW): New, set by configure.
7524 (@X_TOOLKIT_TYPE@): No longer define it.
7525
7526 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
7527 (MOTIF_LIBW): Set with configure, not cpp.
7528 * s/aix4-2.h (LIB_MOTIF):
7529 * s/gnu-linux.h (LIB_MOTIF):
7530 * s/unixware.h (LIB_MOTIF): Move to configure.in.
7531
7532 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
7533
7534 Reduce CPP usage.
7535 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
7536 (obj): Use autoconf for unexec instead of cpp.
7537 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE):
7538 Remove definitions and undefs. Inline definitions in the only user.
7539 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
7540
7541 2010-04-27 Glenn Morris <rgm@gnu.org>
7542
7543 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
7544 since the defaults (set by the system file) are fine in most cases.
7545 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
7546 * m/ibms390x.h (START_FILES, LIB_STANDARD):
7547 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
7548 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
7549 Remove definitions, since they are set correctly in s/gnu-linux.h.
7550 * s/freebsd.h (START_FILES, LIB_STANDARD):
7551 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
7552 * s/hpux10-20.h (START_FILES):
7553 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
7554 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
7555
7556 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
7557 (MOTIF_LIBW): Use $LIBXP.
7558 (otherobj): Use $WIDGET_OBJ.
7559
7560 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
7561
7562 * Makefile.in (LIBS_MACHINE): Remove, unused.
7563
7564 Use autoconf instead of cpp for LIB_MATH.
7565 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
7566 * s/cygwin.h (LIB_MATH): Likewise.
7567 * Makefile.in (LIB_MATH): Do not define with cpp.
7568 (LIBES): Use autoconf for LIB_MATH.
7569
7570 2010-04-26 Kenichi Handa <handa@m17n.org>
7571
7572 * composite.c (Ffind_composition_internal): Fix the return value
7573 for an automatic composition.
7574
7575 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
7576
7577 Remove all NO_ARG_ARRAY uses.
7578 * fns.c (concat2, concat3, nconc2):
7579 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
7580 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
7581 * m/xtensa.h (NO_ARG_ARRAY):
7582 * m/template.h (NO_ARG_ARRAY):
7583 * m/sparc.h (NO_ARG_ARRAY):
7584 * m/sh3.h (NO_ARG_ARRAY):
7585 * m/mips.h (NO_ARG_ARRAY):
7586 * m/macppc.h (NO_ARG_ARRAY):
7587 * m/iris4d.h (NO_ARG_ARRAY):
7588 * m/intel386.h (NO_ARG_ARRAY):
7589 * m/ibms390x.h (NO_ARG_ARRAY):
7590 * m/ibms390.h (NO_ARG_ARRAY):
7591 * m/ibmrs6000.h (NO_ARG_ARRAY):
7592 * m/ia64.h (NO_ARG_ARRAY):
7593 * m/hp800.h (NO_ARG_ARRAY):
7594 * m/arm.h (NO_ARG_ARRAY):
7595 * m/amdx86-64.h (NO_ARG_ARRAY):
7596 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
7597
7598 2010-04-25 Eli Zaretskii <eliz@gnu.org>
7599
7600 * xdisp.c (display_line): Don't assume 2nd call to
7601 get_next_display_element cannot return zero. (Bug#6030)
7602 (iterate_out_of_display_property): New function, body from pop_it.
7603 (pop_it): Use it.
7604
7605 2010-04-24 Glenn Morris <rgm@gnu.org>
7606
7607 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
7608 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
7609 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
7610 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
7611
7612 2010-04-24 Eli Zaretskii <eliz@gnu.org>
7613
7614 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
7615 use `get_next_display_element' and `set_iterator_to_next' to
7616 advance to the next character, when looking for the character that
7617 begins the next row.
7618
7619 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
7620 definition of "struct Lisp_Symbol".
7621
7622 2010-04-24 Glenn Morris <rgm@gnu.org>
7623
7624 * Makefile.in (CRT_DIR): New variable, set by configure.
7625 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
7626 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
7627
7628 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
7629
7630 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
7631
7632 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
7633
7634 Remove redundant flags.
7635 * s/freebsd.h (C_SWITCH_SYSTEM):
7636 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
7637 * s/netbsd.h (C_SWITCH_SYSTEM):
7638 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
7639 of these.
7640
7641 Simplify m/intel386.h.
7642 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
7643 user: ecrt0.c.
7644 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
7645 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
7646 the only user: s/unixware.h.
7647 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
7648 from m/intel386.h.
7649 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE):
7650 Definitions moved here from m/intel386.h.
7651
7652 * m/mips.h: Remove #if 0 code.
7653
7654 2010-04-23 Eli Zaretskii <eliz@gnu.org>
7655
7656 Fix display of composed characters from L2R scripts in bidi buffers.
7657 * xdisp.c (set_iterator_to_next, next_element_from_composition):
7658 After advancing IT past the composition, resync the bidi iterator
7659 with IT's position. (Bug#5977)
7660
7661 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
7662
7663 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
7664 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
7665
7666 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7667
7668 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
7669
7670 2010-04-23 Eli Zaretskii <eliz@gnu.org>
7671
7672 Support `display' text properties and overlay strings in bidi buffers.
7673 * xdisp.c (pop_it): When the stack is popped after displaying
7674 from a string, bidi-iterate to exit from the text portion covered
7675 by the `display' property or overlay. (Bug#5988, bug#5920)
7676
7677 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
7678
7679 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
7680 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
7681
7682 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
7683 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
7684
7685 Simplify STARTFILES definition.
7686 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
7687 relying on Makefile.in to define it.
7688 * s/cygwin.h (START_FILES): Likewise.
7689 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
7690
7691 Clean up Solaris code.
7692 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
7693 (LIB_MOTIF): Remove, configure takes care of this.
7694 (NOT_USING_MOTIF): Remove, unused.
7695 * xrdb.c: Remove #if 0-ed #include.
7696 (SYSV): Remove conditional for old SysV.
7697 * sysdep.c (closedir): Remove conditional code for Solaris,
7698 Solaris has closedir.
7699
7700 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
7701
7702 * xsettings.c (read_and_apply_settings): Check if current_font is
7703 NULL before strcmp (Bug#6001).
7704
7705 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
7706
7707 Clean up HP-UX files.
7708 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
7709 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
7710 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
7711 * s/hpux10-20.h: ... to the only user, here.
7712
7713 2010-04-21 Eli Zaretskii <eliz@gnu.org>
7714
7715 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
7716 use buffer-local values of paragraph-start and paragraph-separate.
7717 <paragraph_start_re, paragraph_separate_re>: Rename from
7718 fallback_paragraph_start_re and fallback_paragraph_separate_re.
7719 (Bug#5992)
7720
7721 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
7722
7723 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
7724 current_tool_bar_style are new.
7725 (store_config_changed_event): Rename from store_font_changed_event.
7726 (XSETTINGS_TOOL_BAR_STYLE): New define.
7727 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
7728 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
7729 HAVE_XFT.
7730 (something_changedCB): store_font_changed_event is now
7731 store_config_changed_event.
7732 (parse_settings): Rename from parse_xft_settings.
7733 Read non-xft xsettings outside #ifdef HAVE_XFT.
7734 (read_settings): Rename from read_xft_settings.
7735 (apply_xft_settings): Take current settings as parameter. Do not
7736 call read_(xft)_settings.
7737 (read_and_apply_settings): New function.
7738 (xft_settings_event): Do non-xft stuff out of HAVE_XFT.
7739 Call read_and_apply_settings if there are settings to be read.
7740 (init_xsettings): Rename from init_xfd_settings.
7741 Call read_and_apply_settings unconditionally.
7742 (xsettings_initialize): Call init_xsettings.
7743 (Ftool_bar_get_system_style): New function.
7744 (syms_of_xsettings): Define Qmonospace_font_name and
7745 Qtool_bar_style. Initialize current_tool_bar_style to nil.
7746 defsubr Stool_bar_get_system_style. Fprovide on
7747 dynamic-setting.
7748 Move misplaced HAVE_GCONF
7749
7750 * xsettings.h (Ftool_bar_get_system_style): Declare.
7751
7752 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
7753 Qtext, Qboth, Qboth_horiz are new.
7754 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
7755 Vtool_bar_style, tool_bar_max_label_size.
7756
7757 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
7758
7759 * keyboard.c: QClabel is new.
7760 (parse_tool_bar_item): Take out QClabel from tool bar items.
7761 Try to construct a label if ther is no QClabel.
7762 (syms_of_keyboard): Intern :label as QClabel.
7763
7764 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
7765 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
7766 New.
7767
7768 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
7769 dynamic-setting.el.
7770
7771 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
7772 (xg_make_tool_item, xg_show_toolbar_item): New function.
7773 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
7774 Call xg_make_tool_item to make a tool bar item.
7775 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
7776
7777 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
7778 into account for toolbars.
7779
7780 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
7781
7782 * data.c (make_blv): Declarations before code (Bug#5993).
7783
7784 2010-04-21 Glenn Morris <rgm@gnu.org>
7785
7786 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
7787 Define using autoconf, not cpp.
7788 (LIBXSM): New variable, set by autoconf.
7789 (LIBXT): Use $LIBXSM.
7790
7791 2010-04-21 Dan Nicolaescu <local_user@dannlt>
7792
7793 Remove NOMULTIPLEJOBS, unused.
7794 * s/template.h (NOMULTIPLEJOBS):
7795 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
7796
7797 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
7798 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
7799 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
7800 detects -znocombreloc and passes it to the linker
7801 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
7802
7803 2010-04-21 Glenn Morris <rgm@gnu.org>
7804
7805 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
7806
7807 2010-04-21 Karel Klíč <kklic@redhat.com>
7808
7809 * Makefile.in (LIBSELINUX_LIBS): New.
7810 (LIBES): Add $LIBSELINUX_LIBS.
7811 * eval.c, lisp.h (call7): New function.
7812 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
7813 (Ffile_selinux_context, Fset_file_selinux_context):
7814 New functions.
7815 (Fcopy_file): New parameter preserve-selinux-context.
7816 (Frename_file): Preserve selinux context when renaming by copy-file.
7817
7818 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
7819 Eli Zaretskii <eliz@gnu.org>
7820
7821 Don't depend on cm.c or termcap.c on Windows, use stubs.
7822 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
7823 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
7824 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
7825 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
7826 (sys_tputs, sys_tgetstr): New stubs.
7827 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
7828 (tputs, tgetstr): New; define to sys_*.
7829
7830 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
7831
7832 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
7833
7834 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7835
7836 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
7837 Just signal a warning rather than an error when inside a let.
7838 (Fmake_variable_frame_local): Add the same test.
7839
7840 * font.c (syms_of_font): Make the style table vars read-only.
7841
7842 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
7843 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
7844
7845 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
7846
7847 2010-04-20 Eli Zaretskii <eliz@gnu.org>
7848
7849 Fix R2L paragraph display on TTY.
7850
7851 * xdisp.c (unproduce_glyphs): New function.
7852 (display_line): Use it when produced glyphs are discarded from R2L
7853 glyph rows.
7854 (append_composite_glyph): In R2L rows, prepend the glyph rather
7855 than appending it.
7856
7857 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
7858 rather than append it. Set up the resolved_level and bidi_type
7859 attributes of the appended glyph.
7860 (produce_special_glyphs): Mirror the backslash continuation
7861 character in R2L lines.
7862
7863 Implement display of R2L paragraphs in GUI sessions.
7864
7865 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
7866 append_stretch_glyph.
7867 (set_cursor_from_row) <cursor_x>: Remove unused variable.
7868 Fix off-by-one error in computing x at end of text in the row.
7869 (append_stretch_glyph): In reversed row, prepend the glyph rather
7870 than append it. Set resolved_level and bidi_type of the glyph.
7871 (extend_face_to_end_of_line): If the row is reversed, prepend a
7872 stretch glyph whose width is such that the rightmost glyph will be
7873 drawn at the right margin of the window. Fix off-by-one error on
7874 TTY frames in testing whether a line needs face extension.
7875 Fix face extension at ZV. If this is the last glyph row, use
7876 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
7877 region face.
7878 (set_cursor_from_row, display_line):
7879 Use MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
7880 row->continuation_lines_width.
7881 (next_element_from_buffer): Don't call bidi_paragraph_init if we
7882 are at ZV. Fixes a crash when reseated to ZV by
7883 try_window_reusing_current_matrix.
7884 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
7885 which happens with R2L glyph rows. Fixes a crash when inserting a
7886 character at end of an R2L line.
7887 (set_cursor_from_row): Don't be fooled by truncated rows: don't
7888 treat them as having zero-width characters. Improve comments.
7889 Don't reverse pos_before and pos_after for reversed glyph rows.
7890 Set cursor.x to negative value when the cursor might be on the
7891 left fringe.
7892 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
7893 left fringe, not the right one.
7894 (notice_overwritten_cursor, draw_phys_cursor_glyph)
7895 (erase_phys_cursor): For reversed cursor_row, support cursor on
7896 the left fringe.
7897
7898 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
7899 of continuation indicators on the fringes.
7900 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
7901 left fringe.
7902
7903 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
7904 draw cursor on the left fringe.
7905
7906 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
7907 cursor on the left fringe.
7908
7909 * dispnew.c (update_text_area): Handle reversed desired rows when
7910 the cursor is on the left fringe.
7911 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
7912 below, not by 0, for when the cursor is on the left fringe.
7913
7914 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
7915
7916 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
7917 widget is a scrollbar.
7918
7919 2010-04-20 Kenichi Handa <handa@m17n.org>
7920
7921 * charset.c (char_charset): Consider Vcharset_non_preferred_head
7922 only when the arg CHARSET_LIST is nil.
7923
7924 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7925
7926 Make variable forwarding explicit rather the using special values.
7927 Basically, this makes the structure of buffer-local values and object
7928 forwarding explicit in the type of Lisp_Symbols rather than use
7929 special Lisp_Objects for that. This tends to lead to slightly more
7930 verbose code, but is more C-like, simpler, and makes it easier to make
7931 sure we handled all cases, among other things by letting the compiler
7932 help us check it.
7933 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
7934 Removing forwarding objects.
7935 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
7936 (struct Lisp_Symbol): Make the various forms of variable-forwarding
7937 explicit rather than hiding them inside Lisp_Object "values".
7938 (XFWDTYPE): New macro.
7939 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
7940 (XBUFFER_LOCAL_VALUE): Remove.
7941 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
7942 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
7943 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
7944 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
7945 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
7946 Remove the Lisp_Misc_* header.
7947 (struct Lisp_Buffer_Local_Value): Redefine.
7948 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
7949 (struct Lisp_Misc_Any): Add filler to get the right size.
7950 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
7951 Lisp_Intfwd.
7952 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
7953 (DEFVAR_KBOARD): Allocate a forwarding object.
7954 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
7955 (let_shadows_global_binding_p): New function.
7956 (union Lisp_Val_Fwd): New type.
7957 (make_blv): New function.
7958 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
7959 (store_symval_forwarding, swap_in_global_binding, Fboundp)
7960 (swap_in_symval_forwarding, find_symbol_value, Fset)
7961 (let_shadows_buffer_binding_p, set_internal, default_value)
7962 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
7963 (Fkill_local_variable, Fmake_variable_frame_local)
7964 (Flocal_variable_p, Flocal_variable_if_set_p)
7965 (Fvariable_binding_locus):
7966 * xdisp.c (select_frame_for_redisplay):
7967 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
7968 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
7969 * frame.c (store_frame_param):
7970 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
7971 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
7972 value structure.
7973 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
7974 (clone_per_buffer_values): Only adjust markers into the current buffer.
7975 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
7976 (Fbuffer_local_value, set_buffer_internal_1)
7977 (swap_out_buffer_local_variables):
7978 Adapt to the new symbol value structure.
7979 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
7980 (defvar_per_buffer): Take a new arg for the fwd object.
7981 (buffer_lisp_local_variables): Return a proper alist (different fix
7982 for bug#4138).
7983 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
7984 (Fgarbage_collect): Don't handle buffer_defaults specially.
7985 (mark_object): Handle new symbol value structure rather than the old
7986 special Lisp_Misc_* objects.
7987 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
7988 * term.c (set_tty_color_mode):
7989 * bidi.c (bidi_initialize): Don't access the ->value field directly.
7990 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
7991 a buffer_local_flags.
7992 * print.c (print_object): Get rid of impossible forwarding objects.
7993
7994 2010-04-19 Eli Zaretskii <eliz@gnu.org>
7995
7996 * bidi.c (bidi_get_type, bidi_get_category)
7997 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
7998 (bidi_type_of_next_char, bidi_level_of_next_char):
7999 Declare static. Use `INLINE' rather than `inline'.
8000
8001 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
8002
8003 * dired.c (Ffile_attributes): Fix typo in docstring.
8004
8005 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8006
8007 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
8008 NSInteger (Bug#5811).
8009
8010 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8011
8012 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
8013 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
8014
8015 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8016
8017 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
8018
8019 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
8020
8021 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
8022 terminal frames (Bug#5837).
8023
8024 2010-04-19 Eli Zaretskii <eliz@gnu.org>
8025
8026 * .gdbinit (xsubchartable): New command.
8027
8028 2010-04-19 Eli Zaretskii <eliz@gnu.org>
8029
8030 * xdisp.c (display_line): Don't write beyond the last glyph row in
8031 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
8032 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
8033 and
8034 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
8035
8036 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8037
8038 * alloc.c (Fpurecopy): Hash-cons if requested.
8039 (syms_of_alloc): Update purify-flag docstring.
8040
8041 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
8042
8043 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
8044 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
8045
8046 2010-04-17 Eli Zaretskii <eliz@gnu.org>
8047
8048 Fix a crash when an NSM character is inserted at BEGV.
8049
8050 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
8051 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
8052 NEUTRAL_B or UNKNOWN_BT.
8053
8054 2010-04-16 Eli Zaretskii <eliz@gnu.org>
8055
8056 * xdisp.c (set_cursor_from_row): Don't consider possibility of
8057 other rows with cursor unless they are different from this row and
8058 this row is part of a continued line. (Bug#5943)
8059
8060 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
8061
8062 * s/freebsd.h: Restore osreldate.h include.
8063 Suggested by Naohiro Aota.
8064
8065 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
8066
8067 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
8068
8069 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
8070
8071 * s/cygwin.h: Avoid linking against static libgcc.
8072
8073 2010-04-15 Juri Linkov <juri@jurta.org>
8074
8075 * window.c: Add Qscroll_command.
8076 Remove Vscroll_preserve_screen_position_commands.
8077 (window_scroll_pixel_based, window_scroll_line_based): Check the
8078 `scroll-command' property on the last command instead of searching
8079 the last command in Vscroll_preserve_screen_position_commands.
8080 (syms_of_window): Initialize and staticpro `Qscroll_command'.
8081 Put Qscroll_command property on Qscroll_up and Qscroll_down.
8082 (scroll-preserve-screen-position): Doc fix.
8083 (Vscroll_preserve_screen_position_commands): Remove variable.
8084
8085 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
8086
8087 * xdisp.c (message): Do not use NO_ARG_ARRAY.
8088
8089 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
8090
8091 Reduce cpp use in Makefile.in.
8092 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
8093 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
8094 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
8095 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
8096 (CRT0_COMPILE): Remove, inline it in the only user.
8097
8098 2010-04-14 Juri Linkov <juri@jurta.org>
8099
8100 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
8101 `scroll-up-command' and `M-v' from `scroll-down' to
8102 `scroll-down-command'.
8103
8104 2010-04-14 Juri Linkov <juri@jurta.org>
8105
8106 * window.c (Vscroll_preserve_screen_position_commands): New variable
8107 with the default value as the list of Qscroll_down and Qscroll_up.
8108 (window_scroll_pixel_based, window_scroll_line_based): Search the
8109 last command in the list Vscroll_preserve_screen_position_commands
8110 instead of comparing with Qscroll_up and Qscroll_down.
8111
8112 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
8113
8114 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
8115 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
8116 does that.
8117
8118 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
8119 to zero.
8120
8121 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8122
8123 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
8124
8125 Try to solve the problem of spurious EOF chars in long lines of text
8126 sent to interactive subprocesses.
8127 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
8128 (system_process_attributes): Remove unused var `ttotal'.
8129 * process.c (send_process): Don't bother breaking long line with EOF
8130 chars when talking to ttys any more.
8131 (wait_reading_process_output): Output a warning when called in such
8132 a way that it could block without being interruptible.
8133
8134 Try to detect file modification within the same second.
8135 * buffer.h (struct buffer): New field modtime_size.
8136 * buffer.c (reset_buffer): Initialize it.
8137 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
8138 (Fverify_visited_file_modtime): Check it.
8139 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
8140 (Fset_visited_file_modtime): Set (or clear) it.
8141
8142 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8143
8144 * process.c (status_notify): Remove unused var `ro'.
8145
8146 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
8147
8148 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
8149 more than one visual (Bug#5938).
8150
8151 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
8152
8153 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
8154 Undefine.
8155
8156 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
8157
8158 Remove C_SWITCH_SYSTEM_TEMACS.
8159 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
8160 (malloc, realloc, free): Use emacs, not temacs for conditional
8161 definition.
8162
8163 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
8164 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
8165
8166 Use autoconf, not cpp for some variables.
8167 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
8168 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
8169 (ALL_CFLAGS): Use them as make variables.
8170 (really-lwlib, really-oldXMenu): Do not pass them.
8171
8172 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
8173
8174 * xmenu.c (apply_systemfont_to_dialog): New.
8175 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
8176
8177 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8178
8179 * process.c (exec_sentinel): Preserve current-buffer.
8180
8181 * process.c (read_process_output): Move the save-current-buffer to
8182 apply to both the filter and the non-filter branches.
8183
8184 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
8185
8186 * s/msdos.h (UNEXEC): New definition.
8187
8188 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8189
8190 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
8191 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
8192
8193 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
8194 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
8195 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
8196 TRY_WINDOW_CHECK_MARGINS.
8197
8198 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
8199 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
8200 width only when it is for padding.
8201
8202 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
8203
8204 * xfns.c (Fx_show_tip): Call try_window in a loop until
8205 fonts_changed_p is zero (Bug#2423).
8206
8207 2010-04-08 Eli Zaretskii <eliz@gnu.org>
8208
8209 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
8210 the end of TEXT_AREA. (Bug#5856)
8211
8212 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
8213
8214 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
8215 HAVE_GCONF.
8216
8217 2010-04-08 Eli Zaretskii <eliz@gnu.org>
8218
8219 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
8220 prev.orig_type, for resolving type of NSM. (Bug#5858)
8221
8222 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
8223
8224 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
8225 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
8226 in current_font.
8227 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
8228 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
8229 New functions.
8230 (syms_of_xsettings): Initialize current_font.
8231 defsubr Sfont_get_system_normal_font.
8232
8233 * xsettings.h (Ffont_get_system_normal_font)
8234 (xsettings_get_system_normal_font): Declare.
8235
8236 * xfns.c (extern xlwmenu_default_font): Remove.
8237 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
8238 to xlwmenu.c.
8239
8240 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
8241 menu items in UTF-8.
8242
8243 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
8244 (apply_systemfont_to_menu): New function.
8245 (set_frame_menubar, create_and_show_popup_menu):
8246 Call apply_systemfont_to_menu.
8247
8248 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
8249
8250 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
8251 FRAME_LINE_TO_PIXEL_Y.
8252
8253 * xterm.c (x_set_window_size_1): Don't add border_width/height to
8254 pixelwidth/height.
8255
8256 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
8257
8258 Simplify code for HP machines.
8259 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
8260 for GNU_LINUX, not needed.
8261 (UNEXEC, NEED_BSDTTY): Move definitions...
8262 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
8263
8264 * m/iris4d.h (UNEXEC): Move definition ...
8265 * s/irix6-5.h (UNEXEC): ... here.
8266
8267 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
8268
8269 * xfns.c (set_machine_and_pid_properties): New function.
8270 (Fx_create_frame): Call set_machine_and_pid_properties.
8271
8272 2010-04-03 Eli Zaretskii <eliz@gnu.org>
8273
8274 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char):
8275 Check bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
8276 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
8277
8278 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
8279 in this function. (Bug#5703)
8280
8281 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
8282
8283 * nsterm.h: Fix last change.
8284
8285 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
8286
8287 * m/intel386.h (NO_REMAP): Move definition ...
8288 * s/msdos.h (NO_REMAP): ... here.
8289
8290 * m/vax.h (CRT0_DUMMIES): Remove, unused.
8291
8292 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
8293 used on those platforms.
8294
8295 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
8296
8297 Remove extern errno declarations.
8298 * xterm.c:
8299 * xrdb.c:
8300 * w32term.c:
8301 * unexec.c:
8302 * unexaix.c:
8303 * sysdep.c:
8304 * process.c:
8305 * lread.c:
8306 * keyboard.c:
8307 * floatfns.c:
8308 * filelock.c:
8309 * fileio.c:
8310 * emacs.c (main):
8311 * ecrt0.c:
8312 * dispnew.c:
8313 * callproc.c:
8314 * buffer.c: Remove errno extern declarations.
8315 * s/netbsd.h (NEED_ERRNO): Remove.
8316
8317 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
8318
8319 Remove all uses of LIBX11_SYSTEM.
8320 * Makefile.in (LIBX11_SYSTEM): Remove.
8321 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
8322 instead.
8323
8324 2010-04-01 Eli Zaretskii <eliz@gnu.org>
8325
8326 Remove support for DJGPP v1.x (bug#5813).
8327
8328 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8329 * s/msdos.h:
8330 * unexec.c (make_hdr, copy_text_and_data):
8331 * sysdep.c (wait_for_termination, sys_subshell):
8332 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
8333 (IT_set_terminal_modes, __write, _rename, gethostname)
8334 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
8335 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
8336 the value of __DJGPP__.
8337 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
8338 compatibility code.
8339 * lread.c:
8340 * gmalloc.c (memalign):
8341 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
8342 * emacs.c (main):
8343 * dosfns.c (init_dosfns):
8344 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
8345
8346 2010-04-01 Eli Zaretskii <eliz@gnu.org>
8347
8348 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
8349 string with `cursor' property comes from an `after-string'
8350 overlay. (Bug#5816)
8351
8352 2010-04-01 Glenn Morris <rgm@gnu.org>
8353
8354 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
8355 Define as Makefile variables.
8356 (LIBX): Use above variables rather than directly using autoconf.
8357
8358 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
8359
8360 Clean up BSD_SYSTEM use.
8361 * xterm.c:
8362 * process.c:
8363 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
8364 for including <sys/ioctl.h>.
8365 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
8366 code is only used for MSDOS.
8367
8368 2010-03-31 Juri Linkov <juri@jurta.org>
8369
8370 * image.c: Add `Qextension_data'.
8371 (syms_of_image): Initialize and staticpro `Qextension_data'.
8372 (Fimage_metadata): Rename from `Fimage_extension_data'.
8373 (gif_load): Put GIF extension data to the property
8374 `Qextension_data'.
8375
8376 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
8377
8378 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
8379 * nsterm.h: Fix prototype.
8380
8381 2010-03-31 Eli Zaretskii <eliz@gnu.org>
8382
8383 * xdisp.c (highlight_trailing_whitespace): Support highlight of
8384 trailing whitespace in right-to-left rows.
8385
8386 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8387
8388 Get rid of the direct_output optimizations.
8389 * keyboard.c (nonundocount): Remove extern declaration.
8390 (command_loop_1): Remove brittle optimisation for cheap and
8391 common operations.
8392 * xdisp.c (redisplay_internal): Don't bother checking
8393 redisplay_performed_directly_p any more.
8394 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
8395 any more.
8396 * dispnew.c (redisplay_performed_directly_p)
8397 (direct_output_for_insert, direct_output_forward_char):
8398 * dispextern.h (redisplay_performed_directly_p)
8399 (direct_output_for_insert, direct_output_forward_char): Remove.
8400 * cmds.c (nonundocount): Make it static.
8401
8402 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
8403
8404 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
8405
8406 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
8407
8408 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
8409 invisible (Bug#5766).
8410
8411 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
8412
8413 * xdisp.c (x_consider_frame_title, update_window_cursor):
8414 Remove HAVE_NS conditionals.
8415 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
8416
8417 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
8418 filename for the title.
8419 (ns_set_doc_edited): Do nothing if the selected window is a
8420 minibuffer window.
8421
8422 * nsterm.h: Add prototypes for ns_set_name_as_filename and
8423 ns_set_doc_edited.
8424
8425 * nsterm.m: Remove unneeded prototype.
8426
8427 2010-03-31 Glenn Morris <rgm@gnu.org>
8428
8429 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
8430 in the DOC file. (Bug#5336)
8431
8432 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
8433
8434 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
8435
8436 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8437
8438 * window.c (keys_of_window): Remove redundant/overridden bindings.
8439
8440 2010-03-30 Eli Zaretskii <eliz@gnu.org>
8441
8442 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
8443 Restore original behavior when the iterator is not bidi_p.
8444
8445 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
8446
8447 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
8448
8449 2010-03-30 Eli Zaretskii <eliz@gnu.org>
8450
8451 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
8452 are outside the range of cached character positions.
8453
8454 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
8455
8456 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
8457
8458 2010-03-30 Eli Zaretskii <eliz@gnu.org>
8459
8460 Initial support for bidirectional editing.
8461
8462 * Makefile.in (obj): Include bidi.o.
8463 (bidi.o): New target.
8464
8465 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
8466 ($(BLD)/bidi.$(O)): New target.
8467
8468 * bidi.c: New file.
8469
8470 * buffer.h (struct buffer): New members bidi_display_reordering
8471 and bidi_paragraph_direction.
8472
8473 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
8474 and bidi_paragraph_direction.
8475 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
8476 and bidi-paragraph-direction.
8477 (Fbuffer_swap_text): Swap the values of
8478 bidi_display_reordering and bidi_paragraph_direction.
8479
8480 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
8481 (bidi_type_t, bidi_dir_t): New types.
8482 (bidi_saved_info, bidi_stack, bidi_it): New structures.
8483 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
8484 prev_stop, base_level_stop, and eol_pos.
8485 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
8486 (IT_STACK_SIZE): Enlarge to 5.
8487 (struct glyph_row): New member reversed_p.
8488 <string_buffer_position>: Update prototype.
8489 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
8490 glyph_row if bidi_it.paragraph_dir == R2L.
8491 (struct glyph): New members resolved_level and bidi_type.
8492
8493 * dispnew.c (direct_output_forward_char): Give up if we need bidi
8494 processing or buffer's direction is right-to-left.
8495 (prepare_desired_row): Preserve the reversed_p flag.
8496 (row_equal_p): Compare the reversed_p attributes as well.
8497
8498 * xdisp.c (init_iterator): Initialize it->bidi_p.
8499 Call bidi_init_it and set it->paragraph_embedding from the current
8500 buffer's value of bidi_paragraph_direction.
8501 (reseat_1): Initialize bidi_it.first_elt.
8502 (set_iterator_to_next, next_element_from_buffer): Use the value of
8503 paragraph_embedding to determine the paragraph direction.
8504 (set_iterator_to_next): Under bidi reordering, call
8505 bidi_get_next_char_visually. Call bidi_paragraph_init if the
8506 new_paragraph flag is set in the bidi iterator.
8507 (next_element_from_buffer): If bidi_it.first_elt is set,
8508 initialize paragraph direction and find the first character to
8509 display in the visual order. If reseated to a middle of a line,
8510 prime the bidi iterator starting at the line's beginning.
8511 Handle the situation where we overstepped stop_charpos due to
8512 non-linearity of the bidi iteration. Likewise for when we back up
8513 beyond the previous stop_charpos. When moving across stop_charpos,
8514 record it in prev_stop.
8515 (display_line): Set row->end and it->start for the next row to the
8516 next character in logical order. Always extend reversed_p rows to
8517 the end of line, even if they end at ZV. Copy the reversed_p flag
8518 to the next glyph row. Keep calling set_cursor_from_row for
8519 bidi-reordered rows even if we already have a possible candidate
8520 for cursor position. Set row_end after all the row's glyphs have
8521 been produced, by looping over the glyphs. Record the position
8522 after EOL in it->eol_pos, and use it to set end_pos of the last
8523 row produced for a continued line.
8524 <Qright_to_left, Qleft_to_right>: New variables.
8525 (syms_of_xdisp): Initialize and staticpro them.
8526 (string_buffer_position_lim): New function.
8527 (string_buffer_position): Most of code moved to
8528 string_buffer_position_lim. Last argument and return value are
8529 now EMACS_INT; all callers changed.
8530 (set_cursor_from_row): Rewritten to support bidirectional text and
8531 reversed glyph rows.
8532 (text_outside_line_unchanged_p, try_window_id):
8533 Disable optimizations if we are reordering bidirectional text and the
8534 paragraph direction can be affected by the change.
8535 (append_glyph, append_composite_glyph)
8536 (produce_image_glyph, append_stretch_glyph): Set the
8537 resolved_level and bidi_type members of each glyph.
8538 (append_glyph): If the glyph row is reversed, prepend the glyph
8539 rather than appending it.
8540 (handle_stop_backwards): New function.
8541 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
8542 (reseat): call handle_stop_backwards to recompute prev_stop and
8543 base_level_stop for the new position.
8544 (handle_invisible_prop): Under bidi iteration, skip invisible text
8545 using bidi_get_next_char_visually. If we are `reseat'ed, init the
8546 paragraph direction. Update IT->prev_stop after skipping
8547 invisible text.
8548 (move_it_in_display_line_to): New variables prev_method
8549 and prev_pos. Compare for strict equality in
8550 BUFFER_POS_REACHED_P.
8551 (try_cursor_movement): Examine all the candidate rows that occlude
8552 point, to return the best match. If rows are bidi-reordered
8553 and point moved backwards, back up to the row that is not a
8554 continuation line, and start looking for a suitable row from
8555 there.
8556
8557 * term.c (append_glyph): Reverse glyphs by pre-pending them,
8558 rather than appending, if the glyph_row's reversed_p flag is set.
8559 Set the resolved_level and bidi_type members of each glyph.
8560
8561 * .gdbinit (pbiditype): New command.
8562 (pgx): Use it to display bidi level and type of the glyph.
8563 (pitx): Display some bidi information about the iterator.
8564 (prowlims, pmtxrows): New commands.
8565
8566 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
8567
8568 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
8569 * s/usg5-4.h (LIBS_DEBUG):
8570 * s/irix6-5.h (C_DEBUG_SWITCH):
8571 * s/gnu-linux.h (LIBS_DEBUG):
8572 * s/darwin.h (LIBS_DEBUG):
8573 * s/bsd-common.h (LIBS_DEBUG):
8574 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
8575 * m/iris4d.h (LIBS_DEBUG):
8576 * m/hp800.h (LIBS_DEBUG): Remove definitions.
8577
8578 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
8579 (LIBS_DEBUG): Remove definition.
8580
8581 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
8582
8583 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
8584 Windows.
8585
8586 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8587
8588 * process.c (Fmake_network_process): Don't call turn_on_atimers around
8589 `connect' (Bug#5723).
8590
8591 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
8592
8593 * process.c (Fmake_network_process): Call `select' for interrupted
8594 `connect' rather than creating new socket (Bug#5173).
8595
8596 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
8597
8598 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
8599
8600 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
8601
8602 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
8603
8604 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8605
8606 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
8607 XLoadQueryFont.
8608
8609 2010-03-24 Kenichi Handa <handa@m17n.org>
8610
8611 * coding.c (decode_coding_ccl): Fix previous change for the
8612 multibyte case.
8613 (encode_coding_ccl): Don't setup ccl program here. Fix for the
8614 case that the output buffer is fullfilled.
8615 (encode_coding): Setup ccl program here.
8616
8617 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
8618
8619 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
8620
8621 Simplify LIBS_MACHINE definitions.
8622 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
8623 * m/iris4d.h (LIBS_MACHINE): Likewise.
8624 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
8625 * s/aix4-2.h (LIBS_SYSTEM): ... here.
8626 * s/netbsd.h: Remove commented out code.
8627
8628 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
8629
8630 Remove dead code dealing with POSIX_SIGNALS.
8631 * atimer.c (set_alarm): Remove dead code, all USG systems define
8632 POSIX_SIGNALS.
8633 * data.c (arith_error): Likewise.
8634 * keyboard.c (input_available_signal, handle_user_signal)
8635 (interrupt_signal): Likewise.
8636 * process.c (sigchld_handler): Likewise.
8637 (create_process): Remove if 0 code. Remove HPUX conditional when
8638 !defined (POSIX_SIGNALS), it cannot be true.
8639 * syssignal.h: Remove USG5_4 and USG conditionals when
8640 !POSIX_SIGNALS, they cannot be true.
8641
8642 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
8643 NO_SOCK_SIGIO, not used anymore.
8644
8645 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
8646
8647 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
8648 support vax on BSDs.
8649
8650 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
8651 * s/aix4-2.h (ORDINARY_LINK): ... here.
8652
8653 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
8654
8655 * Makefile.in (abs_builddir): Define.
8656 (bootstrap_exe): Use it.
8657 (VPATH): Use $(srcdir) instead of @srcdir@.
8658
8659 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8660
8661 * Makefile.in (bootstrap_exe): Use an absolute name.
8662
8663 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
8664
8665 Remove support for old GNU/Linux using libc version 5.
8666 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
8667 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
8668
8669 Consolidate redundant definitions in s/bsd-common.h.
8670 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
8671 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
8672 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
8673 doing it in all files that include this one.
8674 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
8675 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
8676 (LDAV_SYMBOL, KERNEL_FILE): Remove.
8677 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
8678 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
8679 (LDAV_SYMBOL, KERNEL_FILE): Remove.
8680 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
8681 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
8682 (LDAV_SYMBOL, KERNEL_FILE): Remove.
8683
8684 Consolidate redundant definitions.
8685 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
8686 it's undefined in all files that include this one.
8687 (POSIX_SIGNALS): Define here instead of doing it in all files that
8688 include this one.
8689 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
8690 (POSIX_SIGNALS): Do not define.
8691 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
8692 (POSIX_SIGNALS): Do not define.
8693 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
8694 (POSIX_SIGNALS): Do not define.
8695
8696 Remove support for old UNIX System V systems.
8697 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
8698 * s/usg-5-4-2.h: Remove.
8699
8700 Remove support for Solaris on PPC and for old versions.
8701 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
8702 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
8703 that cancel each other.
8704 * s/sol2-3.h:
8705 * s/sol2-4.h:
8706 * s/sol2-5.h: Remove.
8707 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
8708 (NO_REMAP): Remove, unused.
8709 (UNEXEC): Move definition ...
8710 * s/aix4-2.h (UNEXEC): ... here.
8711
8712 * s/openbsd.h: Remove support for non-ELF and for systems that do
8713 not support shared libraries.
8714 * s/netbsd.h:
8715 * s/freebsd.h: Likewise.
8716
8717 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
8718
8719 Remove non-working support for lynxos 3.0.
8720 * s/lynxos.h: Remove file.
8721
8722 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
8723 COFF_BSD_SYMBOLS, nothing defines it anymore.
8724
8725 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
8726
8727 Remove obsolete uses of HAVE_SHM.
8728 * emacs.c (standard_args):
8729 (Fdump_emacs):
8730 (syms_of_emacs): Remove code depending on HAVE_SHM.
8731
8732 * alloc.c: Remove HAVE_SHM dependent definition.
8733
8734 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
8735
8736 2010-03-18 Glenn Morris <rgm@gnu.org>
8737
8738 * emacs.c (USAGE4): Hard-code bug address.
8739 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
8740 (bug_reporting_address): Remove.
8741 (main): Don't call bug_reporting_address.
8742
8743 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
8744 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
8745
8746 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
8747
8748 * xfns.c (Fx_create_frame):
8749 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
8750 on left.
8751
8752 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
8753
8754 * editfns.c (Fformat): Account for string precision when computing
8755 field width (Bug#5710).
8756
8757 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
8758
8759 * xfns.c (Fx_create_frame): Set default to Qright.
8760
8761 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
8762 all window systems.
8763
8764 2010-03-12 Eli Zaretskii <eliz@gnu.org>
8765
8766 These changes remove termcap.c from the build on Posix platforms.
8767 * Makefile.in (termcapobj): Move termcap.o from here...
8768 (MSDOS_OBJ): ...to here.
8769 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
8770 now identical to when LIBS_TERMCAP is defined.
8771
8772 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
8773
8774 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
8775
8776 * config.in: Regenerated. (See top-level ChangeLog.)
8777
8778 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
8779
8780 * Branch for 23.2.
8781
8782 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8783
8784 Cleanup setup of gl_state in various parts of the code.
8785 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
8786 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
8787 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
8788 (skip_chars):
8789 * regex.c (regex_compile): Use it.
8790 (re_compile_pattern): Don't set gl_state.current_syntax_table since
8791 it's now set in regex_compile when/if we need it.
8792
8793 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8794
8795 Make it possible to C-g in a tight bytecode loop again (bug#5680).
8796 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
8797 (QUIT): Use it to consolidate code and remove redundancy.
8798 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
8799
8800 * regex.c (regex_compile): Setup gl_state as well.
8801
8802 * syntax.c (skip_chars): Setup gl_state (bug#3823).
8803 (in_classes): Use CONSP before XCAR/XCDR.
8804
8805 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
8806
8807 * keymap.c (Fwhere_is_internal): Use Fequal to compare
8808 definitions, so that keyboard macros are correctly handled
8809 (Bug#5481).
8810
8811 2010-03-02 Eli Zaretskii <eliz@gnu.org>
8812
8813 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
8814 text that could be relocated inside the call to emacs_mule_char.
8815 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
8816 (CODING_DECODE_CHAR): Add a comment describing its purpose.
8817
8818 2010-03-02 Kenichi Handa <handa@m17n.org>
8819
8820 * character.c (parse_str_as_multibyte): Fix handling of the
8821 multibyte form of raw-bytes.
8822 (str_as_multibyte): Likewise.
8823
8824 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
8825 form of raw-bytes.
8826
8827 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
8828
8829 * charset.c (load_charset_map_from_file)
8830 (load_charset_map_from_vector): Zero out allocated
8831 charset_map_entries before using them.
8832
8833 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
8834
8835 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
8836
8837 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
8838
8839 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
8840 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
8841
8842 2010-02-26 Kenichi Handa <handa@m17n.org>
8843
8844 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
8845
8846 * xdisp.c (reseat_to_string): Fix previous change.
8847
8848 2010-02-26 David Reitter <david.reitter@gmail.com>
8849
8850 * nsfont.m (nsfont_draw): ns_antialias_text should be a
8851 Lisp_Object (Bug#4736).
8852
8853 2010-02-25 Kenichi Handa <handa@m17n.org>
8854
8855 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
8856
8857 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
8858
8859 * xterm.c (XTflash): Move declarations before statements.
8860
8861 * gtkutil.c (xg_get_gdk_display): Remove (unused).
8862 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
8863 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
8864 (xg_create_tool_bar): Remove unused variables.
8865 (x_wm_set_size_hint): Move declarations before statements.
8866 (xg_create_frame_widgets): Remove variable grav.
8867
8868 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
8869
8870 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
8871
8872 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8873
8874 * term.c (fatal): Add a final \n if needed (bug#5596).
8875
8876 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
8877
8878 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
8879
8880 2010-02-18 Glenn Morris <rgm@gnu.org>
8881
8882 * callint.c (Finteractive): Doc fix.
8883
8884 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
8885
8886 * coding.c (record_conversion_result):
8887 Handle CODING_RESULT_INSUFFICIENT_DST.
8888 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
8889 memory allocation error.
8890
8891 2010-02-17 Kenichi Handa <handa@m17n.org>
8892
8893 * coding.c (decode_coding_ccl): Don't setup ccl program here.
8894 Fix for the case that the output buffer is fullfilled.
8895 (decode_coding): Setup ccl program here. Keep looping when the
8896 decoder stopped because the output buffer is
8897 fullfilled (bug#5534).
8898
8899 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
8900
8901 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
8902
8903 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
8904 bug #5571.
8905 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
8906 overdrawn.
8907
8908 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
8909
8910 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
8911 doing_interact here.
8912 (ice_connection_closed): New function.
8913 (x_session_check_input, smc_die_CB, ice_io_error_handler)
8914 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
8915 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
8916 returns I/O error.
8917 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
8918 bug #5512.
8919
8920 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
8921
8922 * nsfont.m (nsfont_open): The system's value for the font descent
8923 is negative, so round it down to avoid clipping.
8924
8925 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
8926
8927 * charset.c (load_charset_map_from_file)
8928 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
8929 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
8930
8931 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
8932
8933 * charset.c (load_charset_map_from_file): Allocate large
8934 charset_map_entries structure on the heap rather than the stack.
8935 (Bug#5526).
8936
8937 2010-01-31 Kenichi Handa <handa@m17n.org>
8938
8939 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
8940 size in NAME is invalid, return -1 (Bug#5396).
8941
8942 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
8943
8944 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
8945 <deactivated@gmail.com> (Bug#3605).
8946
8947 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
8948
8949 * fileio.c (Frename_file): Correctly rename symlinks to
8950 directories (Bug#5496).
8951
8952 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
8953
8954 * nsterm.m (ns_ring_bell): Handle visible bell like X.
8955
8956 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
8957
8958 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
8959
8960 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
8961
8962 * frame.c (DEFAULT_ROWS): Change default to 35.
8963
8964 * xfns.c (x_default_font_parameter): Change default XFT font to
8965 monospace-10 (Bug#3643).
8966
8967 2010-01-29 Eli Zaretskii <eliz@gnu.org>
8968
8969 * w32inevt.c (key_event): Remove unnecessary comparison of
8970 event->uChar.AsciiChar with 128.
8971
8972 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
8973
8974 * fileio.c (Frename_file): Fix last change (Bug#5487).
8975
8976 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
8977
8978 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
8979
8980 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
8981
8982 * xfns.c (Fx_create_frame): Remove window size matching code from
8983 2010-01-15.
8984 (x_get_current_desktop, x_get_desktop_workarea): Remove.
8985
8986 2010-01-27 Jason Rumney <jasonr@gnu.org>
8987
8988 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
8989 (key_event): Use unicode for characters 128 and higher (Bug#4567).
8990
8991 2010-01-27 Kenichi Handa <handa@m17n.org>
8992
8993 * regex.c (analyse_first): Fix setting of fastmap for unibyte
8994 pattern string (Bug#4209).
8995
8996 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
8997
8998 * fileio.c (Frename_file): Call copy-directory and
8999 delete-directory for directories, in order to handle cross-device
9000 renaming (Bug#3353).
9001
9002 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
9003
9004 * xfns.c (Fx_create_frame): If frame height is too big, try
9005 sizes 24 and 10. Bug #3643.
9006
9007 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
9008
9009 Try and fix bug#788, hopefully for real this time.
9010 * keymap.c (shadow_lookup): Add `remap' arg.
9011 (describe_map, describe_vector): Update calls to shadow_lookup.
9012 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
9013 `remapped' so this flag is applicable to `sequence'. Be careful to
9014 perform remapping during shadow_lookup check of remapped_sequences.
9015
9016 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
9017
9018 * image.c (png_load): Use png_sig_cmp instead of the obsolete
9019 png_check_sig, which has been removed in libpng 1.4.
9020
9021 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9022
9023 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
9024 lacks this header file).
9025
9026 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9027
9028 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
9029 as in Emacs 22.
9030
9031 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9032
9033 * lisp.h (make_pure_string): String pointer arg now points to const.
9034
9035 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
9036 args now point to const.
9037
9038 2010-01-22 Eli Zaretskii <eliz@gnu.org>
9039
9040 * lread.c (Fload): Don't treat files without .elc extension as
9041 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
9042 them. (bug#5303)
9043
9044 2010-01-20 Kenichi Handa <handa@m17n.org>
9045
9046 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
9047 treat the source as actual byte sequence.
9048
9049 2010-01-19 Alan Mackenzie <acm@muc.de>
9050
9051 Fix spurious before-change-functions invocation from (insert ?\n).
9052 * textprop.c (set_text_properties): Rename parameter
9053 `signal_after_change_p' to `coherent_change_p', and make the
9054 invocation of `modify_region' conditional on it.
9055
9056 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
9057
9058 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
9059 for debug purpose.
9060 (syms_of_xsettings): Declare xft-settings.
9061
9062 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
9063
9064 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
9065
9066 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
9067
9068 * xterm.c (event_handler_gdk): Block input (Bug#5037).
9069
9070 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
9071
9072 * emacs.c (standard_args): Adjust arg priorities to reflect how
9073 they are processed in startup.el.
9074
9075 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
9076
9077 * Makefile.in (lisp, shortlisp): Update.
9078
9079 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
9080
9081 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
9082 code, link the new kboard into all_kboard before running Lisp code,
9083 and protect the new terminal with GCPRO (Bug#5365).
9084 (x_term_init): Remove unused var `atom'.
9085 (x_delete_display, x_delete_terminal): Remove unused var `i'.
9086
9087 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
9088
9089 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
9090 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
9091 to find out usable size of the desktop. Don't make frames larger than
9092 this. Bug #3643.
9093
9094 2010-01-15 Kenichi Handa <handa@m17n.org>
9095
9096 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
9097
9098 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
9099
9100 * nsterm.m (Qnone): Define.
9101
9102 * nsfns.m (Qnone): Move definition to nsterm.m.
9103
9104 2010-01-14 Kenichi Handa <handa@m17n.org>
9105
9106 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
9107 systems.
9108
9109 2010-01-14 Kenichi Handa <handa@m17n.org>
9110
9111 Make auto-composition work on all buffers even if they are
9112 fundamental mode.
9113
9114 * composite.c (Vauto_composition_mode): New variable.
9115 (composition_compute_stop_pos): Check Vauto_composition_mode
9116 instead of Vauto_composition_function.
9117 (composition_adjust_point, Ffind_composition_internal): Likewise.
9118 (syms_of_composite): Declare Lisp variable
9119 "auto-composition-mode" here.
9120
9121 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
9122
9123 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
9124 during call to vendor-specific-keysyms (Bug#5365).
9125
9126 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9127
9128 * keyboard.c (input_available_signal) [SYNC_INPUT]:
9129 Call SIGNAL_THREAD_CHECK (Bug#5333).
9130
9131 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
9132 Call SIGNAL_THREAD_CHECK.
9133
9134 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9135
9136 Try to fix bug#5314. This is probably not the final word, tho.
9137 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
9138 recent-auto-save-p as a side-effect.
9139 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
9140 * buffer.c (Fkill_buffer, reset_buffer):
9141 * editfns.c (Fsubst_char_in_region):
9142 * fileio.c (Finsert_file_contents, Fdo_auto_save)
9143 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
9144
9145 2010-01-13 Kenichi Handa <handa@m17n.org>
9146
9147 Display buffer name, etc. in mode line by composing correctly.
9148
9149 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
9150 STRING is not nil.
9151 (display_mode_element): Adjust for the change of
9152 decode_mode_spec and display_line.
9153 (decode_mode_spec): Change arg MULTIBYTE to STRING.
9154 (display_string): Handle the case that STRING is non-null and
9155 LISP_STRING is not nil.
9156
9157 * xterm.c (x_draw_composite_glyph_string_foreground):
9158 Pay attention to s->face->overstrike.
9159
9160 * composite.c (composition_reseat_it): Don't check PT if STRING is
9161 non nil.
9162
9163 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9164
9165 * keyboard.c (read_char): Don't apply previous change when current
9166 buffer is unchanged by command execution.
9167
9168 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
9169
9170 * keyboard.c (read_char): Return after executing from special map.
9171
9172 2010-01-12 Glenn Morris <rgm@gnu.org>
9173
9174 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
9175 bug-gnu-emacs rather than emacs-pretest-bug.
9176
9177 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
9178
9179 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
9180 initializing the Lisp variables that depend on them.
9181
9182 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9183
9184 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
9185 Clear areas that will not be updated after change of menu bar lines.
9186 Clear the menu bar window's current matrix when the window gets empty.
9187
9188 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
9189
9190 * intervals.h, textprop.c (extend_property_ranges): Return value
9191 and args changed. Discard properties that begin at or after the
9192 new end (Bug#5306).
9193
9194 * editfns.c (Fformat): Caller changed.
9195
9196 * nsterm.m (ns_set_default_prefs): Delete function.
9197 (syms_of_nsterm): Initialize ns_command_modifier,
9198 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
9199 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
9200
9201 * xdisp.c (pos_visible_p): Check for invisible text at the correct
9202 position (Bug#4040).
9203
9204 2010-01-09 Eli Zaretskii <eliz@gnu.org>
9205
9206 * editfns.c (Ffloat_time): Doc fix.
9207
9208 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
9209
9210 * xfns.c (Fx_create_frame): Don't create frame larger than display
9211 by default bug#3643.
9212
9213 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9214
9215 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
9216 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
9217 windows above internal border.
9218
9219 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
9220 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
9221 windows above internal border.
9222
9223 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
9224 tool bar windows specially.
9225
9226 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
9227
9228 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
9229 specially.
9230 (XTflash): Take account of menu bar height.
9231
9232 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
9233 specially.
9234
9235 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
9236
9237 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
9238 also be true before we can return early (bug #5339).
9239
9240 2010-01-06 David Reitter <david.reitter@gmail.com>
9241
9242 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
9243 (Fns_display_usable_bounds): Rewrite, computing bounds properly
9244 (Bug#3233).
9245
9246 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
9247
9248 * font.c (font_open_entity): Enable chache and call cached_font_ok
9249 for the driver if defined.
9250 (QCuser_spec): New symbol.
9251 (font_spec_from_name): Save name as user-spec.
9252 (font_load_for_lface): Keep user-spec instead of name.
9253 (font_open_by_name): Save name as user-spec.
9254 (syms_of_font): Initialize QCuser_spec.
9255 (font_clear_prop): Clear name if it exists in font (bug#5157).
9256
9257 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
9258 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
9259 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
9260
9261 * font.h (struct font_driver): Add cached_font_ok.
9262
9263 * xterm.c (x_clear_frame): Queue draw for scroll bars.
9264
9265 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
9266
9267 * xterm.c (x_new_font): Move code for setting rows/cols before
9268 resizing ...
9269 (x_set_window_size): ... to here. Bug #2568.
9270
9271 * gtkutil.c (xg_clear_under_internal_border): New function.
9272 (xg_frame_resized, xg_frame_set_char_size):
9273 Call xg_clear_under_internal_border.
9274 (xg_update_scrollbar_pos): Clear under old scroll bar position.
9275
9276 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
9277
9278 * keyboard.c (read_key_sequence): Catch keyboard switch after
9279 making a new tty frame (Bug#5095).
9280
9281 2010-01-05 Kenichi Handa <handa@m17n.org>
9282
9283 * fontset.c (fontset_find_font): Fix getting the frame pointer.
9284
9285 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9286
9287 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
9288 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
9289 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
9290
9291 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
9292
9293 * dbusbind.c (xd_add_watch): Improve debug message.
9294 (xd_remove_watch): Improve debug message. If DATA is the session
9295 bus, unset D-Bus session environment.
9296 (Fdbus_init_bus): Pass the bus as argument to
9297 dbus_connection_set_watch_functions. (Bug#5283)
9298
9299 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
9300
9301 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
9302
9303 * lread.c (syms_of_lread): Make it clearer that these are the
9304 names of loaded files (Bug#5068).
9305
9306 * eval.c (run_hook_with_args): Handle the case where the global
9307 value has the obsolete single-function form (Bug#5026).
9308
9309 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
9310
9311 * minibuf.c (Fall_completions): Minor optimization.
9312
9313 2009-12-26 Eli Zaretskii <eliz@gnu.org>
9314
9315 * .gdbinit (pgx): Fix display of composite glyphs.
9316 Display cmp.from and cmp.to as well.
9317 (pitx): Fix last change.
9318
9319 2009-12-25 Kenichi Handa <handa@m17n.org>
9320
9321 * composite.h (composition_adjust_point): Update prototype.
9322
9323 * composite.c (composition_reseat_it): Don't make a composition
9324 spanning over point.
9325 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
9326 composable characters.
9327 (composition_adjust_point): New arg NEW_PT. Callers changed.
9328
9329 * keyboard.c (command_loop_1): Force redisplay if the last point
9330 was within a composition.
9331 (adjust_point_for_property): Don't adjust point for automatic
9332 composition when called after buffer modification.
9333
9334 2009-12-19 Eli Zaretskii <eliz@gnu.org>
9335
9336 * .gdbinit (pitx): Don't use enum names, use their values.
9337 Remove reference to non-existing value GET_FROM_COMPOSITION.
9338 (pgx): Don't use enum names, use their values.
9339 (pitmethod): New helper command.
9340 (pitx): Use it to display iteration method.
9341 (pgrowit): New command.
9342
9343 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
9344
9345 Update dependencies in Makefile.in.
9346
9347 * Makefile.in (alloc.o): Depend on termhooks.h.
9348 (atimer.o): Depend on blockinput.h.
9349 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
9350 and frame.h.
9351 (callint.o): Depend on systime.h, coding.h, and composite.h.
9352 (callproc.o): Depend on buffer.h.
9353 (casefiddle.o): Don't depend on charset.h.
9354 (casetab.o): Depend on character.h.
9355 (ccl.o): Depend on composite.h.
9356 (chartab.o): Depend on ccl.h.
9357 (cm.o): Depend on dispextern.h.
9358 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
9359 (coding.o): Don't depend on $(INTERVALS_H).
9360 (composite.o): Don't depend on dispextern.h explicitly (it's in
9361 $(INTERVALS_H)). Depend on ccl.h.
9362 (data.o): Depend on systime.h, coding.h, composite.h,
9363 dispextern.h, font.h, and ccl.h.
9364 (dired.o): Depend on composite.h.
9365 (dispnew.o): Depend on coding.h. Don't depend explicitly on
9366 composite.h (it's in $(INTERVALS_H)).
9367 (doc.o): Depend on systime.h, coding.h, and composite.h.
9368 (editfns.o): Don't depend explicitly on dispextern.h.
9369 (emacs.o): Depend on frame.h and coding.h.
9370 (eval.o): Depend on coding.h, composite.h, and xterm.h.
9371 (fileio.o): Depend on frame.h and commands.h. Don't depend
9372 explicitly on dispextern.h.
9373 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
9374 composite.h.
9375 (fns.o): Don't depend on termhooks.h.
9376 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
9377 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
9378 coding.h, $(INTERVALS_H), window.h, xterm.h.
9379 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
9380 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
9381 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
9382 fontset.h, ccl.h, and ftfont.h.
9383 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
9384 (gtkutil.o): Depend on dispextern.h and composite.h.
9385 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
9386 termhooks.h, and ccl.h.
9387 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
9388 (intervals.o): Depend on systime.h and coding.h.
9389 (keyboard.o): Depend on composite.h and coding.h.
9390 (keymap.o): Depend on coding.h and frame.h.
9391 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
9392 (macros.o): Depend on systime.h, coding.h, and composite.h.
9393 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
9394 and atimer.h.
9395 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
9396 dispextern.h explicitly.
9397 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
9398 Don't depend explicitly on dispextern.h and composite.h.
9399 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
9400 (regex.o): Don't depend on charset.h.
9401 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
9402 (search.o): Don't depend explicitly on composite.h.
9403 (sound.o): Depend on atimer.h and systime.h.
9404 (syntax.o): Don't depend explicitly on composite.h.
9405 (sysdep.o): Depend on coding.h and composite.h.
9406 (term.o): Depend on xterm.h and buffer.h.
9407 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
9408 (textprop.o): Don't depend on dispextern.h explicitly.
9409 (undo.o): Depend on dispextern.h.
9410 (window.o): Depend on coding.h and termhooks.h. Don't depend on
9411 dispextern.h and composite.h explicitly.
9412 (xdisp.o): Depend on ccl.h.
9413 (xfaces.o): Depend on coding.h and ccl.h.
9414 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
9415 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
9416 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
9417 ftfont.h.
9418 (xgselect.o): New dependency.
9419 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
9420 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
9421 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
9422 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
9423 (xsmfns.o): Depend on frame.h and dispextern.h.
9424 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
9425 sysselect.h.
9426
9427 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
9428
9429 * font.c (Fclear_font_cache): Pass correct cache argument to
9430 font_clear_cache.
9431
9432 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
9433
9434 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
9435 twice.
9436
9437 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
9438
9439 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
9440 calling file-remote-p. Reported by Jim Meyering.
9441
9442 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
9443
9444 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
9445 avoid compiler warnings. (Bug #5217)
9446
9447 2009-12-14 Kenichi Handa <handa@m17n.org>
9448
9449 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
9450 in 8-bit encoding.
9451
9452 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
9453
9454 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
9455 tooltip windows.
9456
9457 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
9458
9459 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
9460 Xatom_net_window_type.
9461
9462 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
9463 Xatom_net_window_type.
9464
9465 * xterm.c (my_log_handler): New function.
9466 (x_term_init): Set my_log_handler as log handler during gtk_init
9467 so we can filter out buggy messages. (Bug #5120).
9468
9469 * xterm.c (xg_scroll_callback): Parameter list changed,
9470 use parameter GtkScrollType to determine scroll/line/page.
9471 Only allow dragging if a button < 4 is grabbed (bug #5177).
9472 (xg_end_scroll_callback): New function.
9473 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
9474 xg_create_scroll_bar.
9475
9476 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
9477 (scroll_end_callback): Remove.
9478 (xg_create_scroll_bar): Add parameter end_callback, bind it to
9479 button-release-event. Replace value-changed event with change-value,
9480 bug #5177.
9481 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
9482 bug #5177.
9483
9484 * gtkutil.h (XG_LAST_SB_DATA): Remove.
9485 (xg_create_scroll_bar): Add GCallback end_callback.
9486
9487 * xftfont.c (QClcdfilter): New variable.
9488 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
9489 (syms_of_xftfont): Initialize QClcdfilter.
9490
9491 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
9492
9493 * xsettings.c (struct xsettings): Add member seen.
9494 (parse_xft_settings): Update member seen with what we have read.
9495 Return non-zero if Xft-settings have been parsed, 0 otherwise.
9496 (apply_xft_settings): Only update Xft settings with what member seen
9497 indicates as new.
9498
9499 2009-12-12 Eli Zaretskii <eliz@gnu.org>
9500
9501 * dispextern.h (struct text_pos): Use EMACS_INT.
9502 (struct glyph): Use EMACS_INT for charpos.
9503 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
9504 region_beg_charpos, region_end_charpos,
9505 redisplay_end_trigger_charpos, and also for
9506 iterator_stack_entry.end_charpos and
9507 iterator_stack_entry.stop_charpos.
9508
9509 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
9510
9511 * gtkutil.c (scroll_end_callback): New function (bug #5177).
9512 (xg_create_scroll_bar): Call scroll_end_callback on button release
9513 event (bug #5177).
9514 (xg_event_is_for_scrollbar): != replaced with ==.
9515
9516 2009-12-12 Kenichi Handa <handa@m17n.org>
9517
9518 * ftfont.c (struct ftfont_info): New member matrix.
9519 (ftfont_open): Setup xftfont_info->matrix.
9520 (MFLTFontFT): New member matrix.
9521 (FLOOR, CEIL, ROUND): New macros.
9522 (ftfont_get_metrics): Handle matrix transformation.
9523 (ftfont_shape_by_flt): New arg matrix. Callers changed.
9524
9525 * xftfont.c (struct xftfont_info): New member matrix.
9526 (xftfont_open): Setup xftfont_info->matrix.
9527
9528 2009-12-10 Kenichi Handa <handa@m17n.org>
9529
9530 * xdisp.c (append_space_for_newline): Consider face-remapping.
9531
9532 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
9533
9534 * xsettings.c: Include "keyboard.h".
9535
9536 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
9537
9538 Fix implicit function declarations.
9539 * cmds.c: Include "frame.h".
9540 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
9541 * frame.h: Move declaration of delete_frame outside of
9542 HAVE_WINDOW_SYSTEM.
9543
9544 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
9545
9546 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
9547
9548 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
9549 GTK builds.
9550
9551 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
9552
9553 * unexelf.c (unexec): Don't search for .data twice.
9554
9555 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
9556
9557 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
9558 if push failed.
9559 (handle_line_prefix): Set avoid_cursor_p here. Check return value
9560 of push_display_prop (Bug#5000).
9561
9562 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
9563 value of font_list_entities (Bug#5085).
9564
9565 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
9566
9567 Fix `string-to-number' to deal consistently with integers and floats.
9568 * lread.c (isfloat_string): New argument ignore_trailing to accept all
9569 trailing characters, not just whitespace.
9570 (read1): Pass new arg 0 to keep old behavior.
9571 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
9572 trailing chars, as it is already done for integers. Doc fixes.
9573 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
9574
9575 2009-12-04 Eli Zaretskii <eliz@gnu.org>
9576
9577 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
9578 Delete unused enumeration value.
9579
9580 2009-12-03 Eli Zaretskii <eliz@gnu.org>
9581
9582 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
9583
9584 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
9585
9586 * process.c (Fmake_network_process): Fix up the tests for
9587 "connectionless socket", so they DTRT for seqpacket sockets as well.
9588
9589 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9590
9591 * process.c (Qseqpacket): New symbol.
9592 (HAVE_SEQPACKET): New macro.
9593 (Fmake_network_process): Accept new :type `seqpacket'.
9594 (init_process): Add `seqpacket' feature when applicable.
9595 (syms_of_process): Initialize Qseqpacket.
9596
9597 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9598
9599 * font.c (font_load_for_lface, font_open_by_name): Don't store name
9600 if entity is Qnil.
9601
9602 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9603
9604 * print.c (print_preprocess): Preprocess the key_and_value table of
9605 hashtables, even tho they're "hidden" (bug#5082).
9606
9607 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
9608
9609 * frame.c (frame_make_pointer_invisible)
9610 (frame_make_pointer_visible): Declare f before statements.
9611
9612 2009-11-28 Eli Zaretskii <eliz@gnu.org>
9613
9614 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
9615 omitted dependencies on lisp.h.
9616
9617 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
9618
9619 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
9620 is NULL.
9621
9622 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
9623
9624 * frame.c (frame_make_pointer_invisible)
9625 (frame_make_pointer_visible): Just return if there isn't any selected
9626 frame.
9627
9628 * search.c (simple_search): Remove warning by making *p const.
9629
9630 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
9631
9632 * xdisp.c (power_letter): Remove duplicate const.
9633
9634 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
9635
9636 * term.c (delete_tty): Remove check for last terminal (bug#4970).
9637
9638 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
9639 defaults (bug #5025).
9640
9641 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9642
9643 * insdel.c (adjust_markers_for_delete): Move it in the
9644 right direction! (bug#4803)
9645
9646 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9647
9648 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
9649
9650 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
9651
9652 2009-11-24 Glenn Morris <rgm@gnu.org>
9653
9654 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
9655
9656 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
9657
9658 * Makefile.in: Must create deps for ecrt0.o in its rule.
9659
9660 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
9661 because that is what Gtk+ font dialog understands.
9662
9663 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
9664 of Fcopy_sequence.
9665 (font_open_by_name): Put name given into QCname for font-object returned.
9666
9667 * frame.c (x_set_font): Save original font name as frame parameter
9668 font-parameter.
9669
9670 * xsettings.c (set_default_xft_settings): New function.
9671 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
9672 is found.
9673
9674 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
9675
9676 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
9677 searching backwards through multibyte buffer.
9678
9679 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
9680
9681 * xterm.c: #include xgselect.h.
9682 (x_initialize): Call xgselect_initialize.
9683
9684 * xsettings.c (something_changedCB): C++ comments => C comments.
9685 (init_gconf): Do not deal with any GLib file descriptors, xg_select
9686 does that now.
9687
9688 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
9689 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
9690 (scroll_bar_button_cb): Remove.
9691 (create_menus): C++ comments => C comments. Don't bind grab-notify
9692 event.
9693 (xg_create_scroll_bar): Don't bind button-press-event and
9694 button-release-event.
9695
9696 * process.c: Include xgselect.h if defined (USE_GTK) ||
9697 defined (HAVE_GCONF).
9698 (wait_reading_process_output): Call xg_select for the same condition.
9699
9700 * xgselect.c (xg_select): New function to better integrate with
9701 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
9702
9703 * xgselect.h: New file, declare xg_select, xgselect_initialize.
9704
9705 * Makefile.in (XOBJ): Add xgselect.o.
9706
9707 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
9708
9709 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
9710 Remove ignored second argument. All callers changed.
9711 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
9712 (RE_STRING_CHAR_AND_LENGTH): Likewise.
9713 * xdisp.c (string_char_and_length): Likewise.
9714
9715 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
9716
9717 * xterm.c (x_new_font):
9718 * print.c (print_object):
9719 * cmds.c (Fself_insert_command): Move declarations before statements.
9720
9721 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
9722
9723 * s/cygwin.h: Remove unneeded linker flags.
9724
9725 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
9726
9727 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
9728
9729 * xsettings.h: Declare xsettings_get_system_font.
9730
9731 * xsettings.c (xsettings_get_system_font): New function.
9732 (init_gconf): No use initiating gconf unless we have Xft also.
9733 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
9734 HAVE_GCONF.
9735
9736 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
9737 add a blank entry so it doesn't collapse into nothing.
9738
9739 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9740
9741 * lread.c (Funintern): Comment out last change.
9742
9743 2009-11-19 Richard Stallman <rms@gnu.org>
9744
9745 * lread.c (Funintern): Error if symbol is t or nil.
9746
9747 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9748
9749 * insdel.c (make_gap_larger): Don't make as many assumptions about the
9750 representation of Lisp integers.
9751 Reported by MJ Chan <mjchan.inbox@gmail.com>.
9752
9753 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
9754
9755 * lisp.h: Remove declaration of Ffont_get_system_font.
9756 * xfns.c: Move include of "xsettings.h".
9757 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
9758
9759 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
9760
9761 * xsettings.c (something_changedCB, Ffont_get_system_font):
9762 Check use_system_font.
9763 (syms_of_xsettings): DEFVAR font-use-system-font.
9764
9765 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
9766
9767 * xfns.c (x_default_font_parameter): Remove dead assignment.
9768
9769 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
9770
9771 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
9772
9773 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
9774 not have FC_LCD_*. #define them if not there.
9775
9776 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
9777
9778 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
9779
9780 * xterm.c (handle_one_xevent): Call xft_settings_event for
9781 ClientMessage, PropertyNotify and DestroyNotify.
9782 (x_term_init): If we have XFT, get DPI from Xft.dpi.
9783 Call xsettings_initialize.
9784
9785 * xftfont.c (xftfont_fix_match): New function.
9786 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
9787 Call xftfont_fix_match after XftFontMatch.
9788
9789 * xfont.c (xfont_driver): Initialize all members.
9790
9791 * xfns.c (x_default_font_parameter):
9792 Try font from Ffont_get_system_font.
9793 Do not get font from x_default_parameter if we got one from
9794 Ffont_get_system_font.
9795 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
9796
9797 * w32font.c (w32font_driver): Initialize all members.
9798
9799 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
9800
9801 * lisp.h: Declare syms_of_xsettings.
9802
9803 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
9804 Handle CONFIG_CHANGED_EVENT.
9805
9806 * ftfont.c (ftfont_filter_properties): New function.
9807
9808 * frame.c (x_set_font): Remove unused variable lval.
9809
9810 * font.h (struct font_driver): Add filter_properties.
9811
9812 * font.c (font_put_extra): Don't return if val is nil, it means
9813 boolean option is off.
9814 (font_parse_fcname): Collect all extra properties in extra_props
9815 and call filter_properties for all drivers with extra_props and
9816 font as parameter.
9817 (font_open_entity): Do not use cache, it does not pick up new
9818 fontconfig settings like hinting.
9819 (font_load_for_lface): If spec had a name in it, store it in entity.
9820
9821 * emacs.c (main): Call syms_of_xsettings.
9822
9823 * config.in: HAVE_GCONF is new.
9824
9825 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
9826 xsettings.o is new.
9827
9828 2009-11-17 Kenichi Handa <handa@m17n.org>
9829
9830 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
9831 back to the default font in case that no suitable font is found.
9832
9833 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9834
9835 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
9836 Suggested by Chad Brown <yandros@mit.edu>.
9837 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
9838
9839 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
9840
9841 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
9842
9843 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
9844
9845 * Makefile.in: Ignore errors from mkdir when creating deps directory.
9846
9847 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
9848
9849 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
9850 has a parent.
9851
9852 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
9853 dependency files in deps/. Include those files into Makefile.
9854
9855 * config.in: Generated (AUTO_DEPEND).
9856
9857 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
9858
9859 * dbusbind.c (Vdbus_registered_objects_table): Rename from
9860 Vdbus_registered_functions_table, because it contains also
9861 properties. Fix docstring.
9862 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
9863
9864 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9865
9866 * alloc.c (mark_object): Don't reprocess marked strings.
9867 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
9868 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
9869
9870 2009-11-13 Kenichi Handa <handa@m17n.org>
9871
9872 * category.c (word_boundary_p): Adjust for the change of the
9873 semantics of Vword_combining_categories.
9874 (Vword_combining_categories): Describe the slight change of the
9875 semantics.
9876
9877 2009-11-13 Eli Zaretskii <eliz@gnu.org>
9878
9879 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
9880
9881 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
9882
9883 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * xdisp.c (syms_of_xdisp): Fix typo in last change.
9886
9887 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
9888
9889 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
9890
9891 2009-11-11 David Reitter <david.reitter@gmail.com>
9892
9893 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
9894 variables to fix 2009-11-09 change.
9895
9896 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
9897
9898 * process.c (ifflag_def): Make flag_sym constant.
9899 (Fnetwork_interface_info): Use a constant pointer.
9900 (ifflag_table):
9901 * xfns.c (cursor_bits):
9902 * xdisp.c (power_letter):
9903 * termcap.c (speeds, esctab):
9904 * sysdep.c (baud_convert):
9905 * keyboard.c (lispy_accent_codes, modifier_names):
9906 * image.c (xbm_format, xpm_format, pbm_format, png_format)
9907 (jpeg_format, tiff_format, gif_format, svg_format)
9908 (interlace_start, interlace_increment, gs_format):
9909 * gtkutil.c (separator_names):
9910 * fringe.c (swap_nibble):
9911 * fns.c (base64_value_to_char, base64_char_to_value):
9912 * fileio.c (make_temp_name_tbl):
9913 * coding.c (suffixes): Make constant.
9914
9915 * frame.c (make_initial_frame):
9916 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
9917 build_string.
9918 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
9919
9920 * s/freebsd.h:
9921 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
9922
9923 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
9924 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
9925
9926 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
9927 * xterm.c (syms_of_xterm):
9928 * xfaces.c (syms_of_xfaces):
9929 * xdisp.c (syms_of_xdisp):
9930 * lread.c (syms_of_lread):
9931 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
9932 build_string.
9933
9934 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
9935
9936 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9937
9938 * fns.c (Fplist_get): Merge the active and the commented out code.
9939
9940 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
9941
9942 * keyboard.h: Declare timer_check.
9943
9944 * keyboard.c (timer_check_2): New function that does what the old
9945 timer_check did.
9946 (timer_check): Call timer_check_2 until -1 or a non-zero time is
9947 returned, i.e. don't return -1 with timers pending.
9948
9949 * process.c: Remove extern declaration of timer_check.
9950
9951 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
9952 even if timer_check returned -1.
9953
9954 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
9955 xg_dialog_data.
9956 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
9957 the event loop.
9958 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
9959 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
9960 Destroy the dialog after xg_dialog_run.
9961
9962 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9963
9964 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
9965
9966 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
9967
9968 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
9969
9970 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
9971
9972 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
9973
9974 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9975
9976 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
9977 w32menu.c, and nsmenu.m.
9978 Simplify the obsolete case where position is nil.
9979 (cleanup_popup_menu): New function, moved from nsmenu.m.
9980 (struct skp): Remove slot `notreal'.
9981 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
9982 adjust callers.
9983 (single_menu_item): Adjust call to parse_menu_item.
9984 (syms_of_menu): Defsubr x-popup-menu.
9985 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
9986 (keymap_panes): Don't export any more.
9987 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
9988 (xmenu_show): Declare.
9989 * keyboard.c (parse_menu_item): Remove arg `notreal'.
9990 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
9991 * keyboard.h (parse_menu_item): Update declaration.
9992 * xmenu.c (Fx_popup_menu): Remove.
9993 (syms_of_xmenu): Don't defsubr x-popup-menu.
9994 * w32menu.c (Fx_popup_menu): Remove.
9995 (syms_of_w32menu): Don't defsubr x-popup-menu.
9996 * nsmenu.m (cleanup_popup_menu): Remove.
9997 (ns_menu_show): Rename from ns_popup_menu and remove all the code
9998 moved to menu.c's Fx_popup_menu.
9999 (Fx_popup_menu): Remove.
10000 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
10001 menu_items (it's done in menu.c already).
10002
10003 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10004
10005 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
10006 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
10007
10008 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10009
10010 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
10011 xmenu_show. Hide any tooltip before opening a menu.
10012 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
10013 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
10014
10015 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10016
10017 Let integers use up 2 tags to give them one extra bit and thus double
10018 their range.
10019 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
10020 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
10021 New macros.
10022 (enum Lisp_Type): Use them. Give explicit values.
10023 (Lisp_Type_Limit): Remove.
10024 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
10025 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
10026 Pay attention to USE_2_TAGS_FOR_INTS.
10027 (INTEGERP): Use LISP_INT_TAG_P.
10028 * fns.c (internal_equal): Simplify the default case.
10029 (sxhash): Use case_Lisp_Int.
10030 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
10031 any more.
10032 (Ftype_of): Use case_Lisp_Int.
10033 (store_symval_forwarding): Take into account the fact that Ints can
10034 now have more than one tag.
10035 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
10036 (buffer_slot_type_mismatch):
10037 * xfaces.c (face_attr_equal_p):
10038 * print.c (print_object):
10039 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
10040 Use case_Lisp_Int.
10041
10042 2009-11-06 Eli Zaretskii <eliz@gnu.org>
10043
10044 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
10045
10046 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
10047 warning.
10048
10049 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
10050
10051 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
10052
10053 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
10054
10055 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
10056 ButtonPressRelease and MotionNotify (bug#4870).
10057
10058 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
10059
10060 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
10061
10062 * xterm.c (syms_of_xterm):
10063 * xselect.c (syms_of_xselect):
10064 * xmenu.c (syms_of_xmenu):
10065 * xfns.c (syms_of_xfns):
10066 * xfaces.c (syms_of_xfaces):
10067 * xdisp.c (syms_of_xdisp):
10068 * window.c (syms_of_window):
10069 * w32fns.c (syms_of_w32fns):
10070 * undo.c (syms_of_undo):
10071 * textprop.c (syms_of_textprop):
10072 * terminal.c (syms_of_terminal):
10073 * syntax.c (syms_of_syntax):
10074 * sound.c (syms_of_sound):
10075 * search.c (syms_of_search):
10076 * print.c (syms_of_print):
10077 * minibuf.c (syms_of_minibuf):
10078 * macros.c (syms_of_macros):
10079 * keymap.c (syms_of_keymap, initial_define_key)
10080 (initial_define_lispy_key):
10081 * keyboard.c (syms_of_keyboard):
10082 * insdel.c (syms_of_insdel):
10083 * image.c (syms_of_image):
10084 * fringe.c (syms_of_fringe):
10085 * frame.c (syms_of_frame):
10086 * fontset.c (syms_of_fontset):
10087 * fns.c (syms_of_fns):
10088 * fns.c (syms_of_fns):
10089 * fileio.c (syms_of_fileio):
10090 * fileio.c (syms_of_fileio):
10091 * eval.c (syms_of_eval):
10092 * doc.c (syms_of_doc):
10093 * dispnew.c (syms_of_display):
10094 * dired.c (syms_of_dired):
10095 * dbusbind.c (syms_of_dbusbind):
10096 * data.c (syms_of_data):
10097 * composite.c (syms_of_composite):
10098 * coding.c (syms_of_coding):
10099 * cmds.c (syms_of_cmds):
10100 * charset.c (define_charset_internal, syms_of_character):
10101 * ccl.c (syms_of_ccl):
10102 * category.c (syms_of_category, init_category_once):
10103 * casetab.c (syms_of_casetab):
10104 * casefiddle.c (syms_of_casefiddle):
10105 * callint.c (syms_of_callint):
10106 * bytecode.c (syms_of_bytecode):
10107 * buffer.c (keys_of_buffer, syms_of_buffer):
10108 * alloc.c (syms_of_alloc):
10109 * process.c (syms_of_process, init_process):
10110 * lread.c (syms_of_lread, init_obarray):
10111 * font.c (build_style_table):
10112 * emacs.c (syms_of_emacs, main): Replace calls to intern with
10113 intern_c_string, calls to make_pure_string with
10114 make_pure_c_string. Use pure_cons instead of Fcons.
10115
10116 * process.c (socket_options): Make it const.
10117 (set_socket_option, init_process): Use a const pointer.
10118
10119 * lread.c (intern_c_string): New function.
10120 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
10121 (defvar_int): Uset it. Make the name const char*.
10122
10123 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
10124 (defvar_int): Update prototypes.
10125 (DEFUN, EXFUN): Support for prototypes is now required.
10126 (intern_c_string): New prototype.
10127 (struct Lisp_Subr): Make symbol_name constant.
10128
10129 * font.c (struct table_entry): Remove unused member. Make NAMES
10130 constant.
10131 (weight_table, slant_table, width_table): Make constant.
10132
10133 * emacs.c (struct standard_args): Make name and longname constant.
10134
10135 * character.h (DEFSYM): Use intern_c_string.
10136
10137 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * alloc.c (make_pure_c_string): New function.
10140
10141 * eval.c (Fautoload): Purecopy all arguments.
10142
10143 2009-11-05 Kenichi Handa <handa@m17n.org>
10144
10145 * fileio.c (Finsert_file_contents): Be sure set coding-system of
10146 the buffer in case of replace.
10147
10148 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10149
10150 * puresize.h (BASE_PURESIZE): Increase to 1620000.
10151
10152 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
10153
10154 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
10155 when applicable (bug#4851).
10156
10157 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
10158 (P_): Support for prototypes is now required.
10159
10160 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
10161
10162 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
10163 (Bug#4827).
10164
10165 2009-10-30 Eli Zaretskii <eliz@gnu.org>
10166
10167 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
10168
10169 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
10170
10171 * puresize.h (BASE_PURESIZE): Increase to 1470000.
10172
10173 * lread.c (Fload): Purecopy the file name when building
10174 Vpreloaded_file_list.
10175
10176 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
10177
10178 * w32fns.c (syms_of_w32fns): Change default value of
10179 w32-scroll-lock-modifier to nil. (Bug#2827)
10180
10181 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
10182
10183 * minibuf.c (Fall_completions): Fix typos in docstring.
10184
10185 2009-10-26 Andreas Schwab <schwab@redhat.com>
10186
10187 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
10188
10189 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
10190
10191 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
10192 For delta < 0, skip check that only makes sense when the mini-window
10193 is going to be enlarged. (Bug#4534)
10194
10195 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
10196
10197 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
10198 string in menu maps (Bug#4471).
10199
10200 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
10201
10202 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
10203 FRAME_NS_VIEW on terminal frames (Bug#4765).
10204
10205 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
10206
10207 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
10208 DBUS_TYPE_UINTnn separately to get proper sign extension.
10209
10210 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
10211 can properly handle unsigned types.
10212 (make_uid, make_gid): Remove.
10213
10214 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
10215 types again.
10216
10217 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10218 (system_process_attributes): Likewise.
10219
10220 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
10221
10222 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
10223
10224 * eval.c (Fautoload): Purecopy the filename. Simplify.
10225
10226 * category.c (Fdefine_category): Purecopy docstring.
10227
10228 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
10229
10230 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
10231
10232 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
10233
10234 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
10235
10236 * window.c (Fwindow_edges, Fwindow_pixel_edges)
10237 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
10238 (Bug#4775).
10239
10240 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10241
10242 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
10243 (init_fileio_once):
10244 * lisp.h (init_fileio_once): Remove.
10245 * emacs.c (main): Don't call init_fileio_once.
10246
10247 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
10248
10249 * puresize.h (BASE_PURESIZE): Increase to 1430000.
10250
10251 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
10252
10253 * doprnt.c (doprnt): Fix overflow check.
10254
10255 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
10256
10257 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
10258
10259 * xterm.h (x_wait_for_event): Declare it.
10260
10261 * xterm.c (pending_event_wait): New variable.
10262 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
10263 see pending_event_wait.eventtype.
10264 (handle_one_xevent): Don't change gravity when parent changes.
10265 (x_new_font): Call change_frame_size with new rows/columns before we
10266 try to resize the frame.
10267 (x_wait_for_event): New function.
10268 (x_set_window_size_1): Don't change gravity unless change_gravity
10269 is set.
10270 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
10271 don't change frame size, instead wait for the ConfigureNotify.
10272 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
10273 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
10274 (x_initialize): Initialize pending_event_wait.
10275
10276 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
10277 size.
10278
10279 * widget.c (EmacsFrameSetValues): Add comment.
10280 (EmacsFrameSetCharSize): Just call x_set_window_size.
10281
10282 * gtkutil.c (xg_frame_set_char_size): Flush events and call
10283 x_wait_for_event.
10284 (flush_and_sync): Remove again.
10285 (xg_get_font_name): Suggest monospace if no previous font is known.
10286
10287 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10288
10289 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
10290 8th bit, since that only made sense in the ASCII world (bug#4751).
10291
10292 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10293
10294 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
10295 processing pending events when event is filtered for input method.
10296 (Bug#3681)
10297
10298 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
10299
10300 * fns.c: Add #endif accidentally removed in previous change.
10301
10302 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
10303
10304 * fns.c: Remove code for unsupported system: MAC_OS.
10305 * image.c: Likewise. Include setjmp.h.
10306
10307 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
10308
10309 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
10310 pixel -1 (bug #4742).
10311
10312 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
10313
10314 * process.c (create_pty): Remove conditionals for no longer
10315 supported systems: UNIPLUS and RTU.
10316
10317 * xterm.c:
10318 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
10319
10320 * alloc.c: Do not define struct catchtag.
10321 * eval.c: Move struct catchtag definition ...
10322 * lisp.h: ... here.
10323
10324 * image.c: Move png.h #include earlier to avoid warnings.
10325
10326 * xterm.c:
10327 * xsmfns.c:
10328 * xselect.c:
10329 * xrdb.c:
10330 * xmenu.c:
10331 * xftfont.c:
10332 * xfont.c:
10333 * xfns.c:
10334 * xfaces.c:
10335 * xdisp.c:
10336 * window.c:
10337 * widget.c:
10338 * w32xfns.c:
10339 * w32uniscribe.c:
10340 * w32term.c:
10341 * w32select.c:
10342 * w32reg.c:
10343 * w32proc.c:
10344 * w32menu.c:
10345 * w32inevt.c:
10346 * w32heap.c:
10347 * w32font.c:
10348 * w32fns.c:
10349 * w32console.c:
10350 * w32.c:
10351 * w16select.c:
10352 * vm-limit.c:
10353 * unexsol.c:
10354 * unexec.c:
10355 * unexcw.c:
10356 * unexaix.c:
10357 * undo.c:
10358 * tparam.c:
10359 * textprop.c:
10360 * terminfo.c:
10361 * terminal.c:
10362 * termcap.c:
10363 * term.c:
10364 * syntax.c:
10365 * sound.c:
10366 * sheap.c:
10367 * search.c:
10368 * scroll.c:
10369 * region-cache.c:
10370 * regex.c:
10371 * ralloc.c:
10372 * process.c:
10373 * print.c:
10374 * nsterm.m:
10375 * nsselect.m:
10376 * nsmenu.m:
10377 * nsimage.m:
10378 * nsfont.m:
10379 * nsfns.m:
10380 * msdos.c:
10381 * minibuf.c:
10382 * menu.c:
10383 * marker.c:
10384 * macros.c:
10385 * keymap.c:
10386 * keyboard.c:
10387 * intervals.c:
10388 * insdel.c:
10389 * indent.c:
10390 * gtkutil.c:
10391 * ftxfont.c:
10392 * ftfont.c:
10393 * fringe.c:
10394 * frame.c:
10395 * fontset.c:
10396 * font.c:
10397 * fns.c:
10398 * floatfns.c:
10399 * filelock.c:
10400 * fileio.c:
10401 * emacs.c:
10402 * editfns.c:
10403 * dosfns.c:
10404 * doprnt.c:
10405 * doc.c:
10406 * dispnew.c:
10407 * dired.c:
10408 * dbusbind.c:
10409 * data.c:
10410 * composite.c:
10411 * coding.c:
10412 * cmds.c:
10413 * cm.c:
10414 * chartab.c:
10415 * charset.c:
10416 * character.c:
10417 * ccl.c:
10418 * category.c:
10419 * casetab.c:
10420 * casefiddle.c:
10421 * callproc.c:
10422 * callint.c:
10423 * bytecode.c:
10424 * buffer.c:
10425 * atimer.c: Include setjmp.h. (Bug#4643)
10426
10427 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
10428
10429 Remove leftover table unibyte_to_multibyte_table.
10430 * character.c (unibyte_to_multibyte_table): Remove.
10431 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
10432 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
10433 * character.h (UNIBYTE_TO_CHAR): New macro.
10434 (MAKE_CHAR_MULTIBYTE): Use it.
10435 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
10436 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
10437 (message_dolog, set_message_1):
10438 * search.c (Freplace_match):
10439 * editfns.c (Fcompare_buffer_substrings):
10440 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
10441 (concat):
10442 * insdel.c (copy_text, count_size_as_multibyte):
10443 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
10444 * term.c (produce_glyphs):
10445 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
10446 * regex.c (RE_CHAR_TO_MULTIBYTE):
10447 * cmds.c (internal_self_insert):
10448 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
10449
10450 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
10451
10452 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
10453
10454 * puresize.h (BASE_PURESIZE): Increase to 1310000.
10455
10456 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
10457
10458 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
10459
10460 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10461
10462 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
10463 still needed under Tiger.
10464
10465 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
10466
10467 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
10468 __Apple__.
10469
10470 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
10471
10472 2009-10-15 Kenichi Handa <handa@m17n.org>
10473
10474 * print.c (print_object): Escape a symbol like "2E10" too.
10475
10476 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
10477
10478 Cleanups and changes for 64-bit compile under Snow Leopard.
10479 Based on suggestions by Erik Charlebois.
10480
10481 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
10482
10483 * nsfont.m (ns_char_width): Replace deprecated call.
10484 (ns_findfonts, nsfont_list_family): Use long format in printf, and
10485 cast argument.
10486 (nsfont_open): Use ns_char_width() everywhere.
10487 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
10488
10489 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
10490
10491 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
10492 where appropriate.
10493
10494 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
10495 where appropriate.
10496 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
10497 Use stringWithUTF8String.
10498 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
10499
10500 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
10501 Add formal protocol mention to inheritance.
10502 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
10503
10504 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
10505 Fix printf format.
10506 (ns_query_color): Use CGFloat where appropriate.
10507 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
10508 (EmacsScroller-mouseDown:): Use long format in printf, and cast
10509 argument.
10510
10511 * config.in (NS_HAVE_NSINTEGER): Drop.
10512
10513 * dbusbind.c (dbus-method-return-internal)
10514 (dbus-method-error-internal): Use long format in printf, and cast
10515 argument.
10516
10517 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
10518 in printf, and cast argument.
10519
10520 * process.c (list_processes_1): Use long format in printf, and
10521 cast argument.
10522
10523 2009-10-11 Glenn Morris <rgm@gnu.org>
10524
10525 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
10526
10527 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
10528
10529 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
10530 menu bar with a small width so it doesn't enlarge the frame.
10531
10532 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
10533
10534 * fontset.c (Fset_fontset_font): Fix typos in error messages.
10535
10536 2009-10-06 Glenn Morris <rgm@gnu.org>
10537
10538 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
10539 SOME_MACHINE_LISP (this enters indirectly via DOC).
10540
10541 2009-10-05 Eli Zaretskii <eliz@gnu.org>
10542
10543 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
10544
10545 2009-10-04 Eli Zaretskii <eliz@gnu.org>
10546
10547 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
10548 Doc fix.
10549
10550 2009-10-03 Martin Rudalics <rudalics@gmx.at>
10551
10552 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
10553
10554 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
10555
10556 * lisp.h (Qdelete_directory_internal): Remove, because it is not
10557 used anymore outside fileio.c.
10558
10559 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
10560
10561 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10562
10563 * lisp.h (Qdelete_directory_internal):
10564 Declare, instead of Qdelete_directory.
10565
10566 * w32fns.c (Fsystem_move_file_to_trash): Use it.
10567
10568 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10569
10570 * eval.c (Fcalled_interactively_p): Add `kind' argument.
10571
10572 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
10573
10574 * fileio.c (Fdelete_directory_internal): Rename from
10575 Fdelete_directory. It is not a command anymore. It has no file
10576 name handler.
10577
10578 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
10579
10580 * xdisp.c (get_next_display_element): Use an enum in last change.
10581
10582 2009-09-28 Kenichi Handa <handa@m17n.org>
10583
10584 * xdisp.c (get_next_display_element): Pay attention to
10585 unibyte_display_via_language_environment in handling
10586 Vnobreak_char_display.
10587
10588 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10589
10590 * nsterm.h (ns_app_name): New extern variable.
10591
10592 * nsterm.m (ns_app_name): New variable.
10593 (ns_term_init): Set and use it.
10594 (ns_term_shutdown): Use it.
10595
10596 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
10597 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
10598
10599 * nsfns.m (ns_set_name_iconic, ns_set_name)
10600 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
10601 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
10602
10603 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
10604 Remove double-casting in client_data comparison.
10605
10606 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10607
10608 * keyboard.c (make_lispy_event): Remember last wheel direction.
10609 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
10610
10611 2009-09-26 Glenn Morris <rgm@gnu.org>
10612
10613 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
10614 internal.elc. Add term/pc-win.elc.
10615 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
10616 term/x-win.elc.
10617 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
10618 term/w32-win.elc.
10619 (NS_SUPPORT): New.
10620 (lisp): Add NS_SUPPORT.
10621 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
10622
10623 2009-09-25 David Reitter <david.reitter@gmail.com>
10624
10625 * nsmenu.m (EmacsMenu-clear): Recognize application menu
10626 on Mac OS X 10.6+ (bug#4513).
10627
10628 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
10629
10630 * frame.c (xrdb_get_resource): Return nil for empty string resources;
10631 some parts of Emacs code (like font selection) don't grok them.
10632 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
10633
10634 2009-09-24 Andreas Schwab <schwab@redhat.com>
10635
10636 * coding.c (decode_coding_iso_2022): Fix operator precedence.
10637
10638 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
10639
10640 * dired.c (Fdirectory_files): Fix typo in docstring.
10641
10642 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10643
10644 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
10645 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
10646 (EmacsScroller-setPosition:portion:whole:): Remove -display call
10647 under GNUstep.
10648 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
10649
10650 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
10651 glyph advancement.
10652
10653 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10654
10655 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
10656 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
10657
10658 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
10659 deleted (bug #4492).
10660
10661 * nsfont.m (Vns_reg_to_script): New lisp variable.
10662 (syms_of_nsfont): Declare it.
10663 (ns_registry_to_script): New function.
10664 (ns_get_req_script): Call it.
10665 (ns_findfonts): Don't give up on non-unicode registry.
10666
10667 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
10668
10669 2009-09-20 Tom Tromey <tromey@redhat.com>
10670
10671 * eval.c (find_handler_clause): Make stack-trace-on-error work in
10672 batch mode (bug#4228).
10673
10674 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
10675
10676 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
10677 carefully. (Bug #4339)
10678
10679 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
10680
10681 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
10682
10683 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
10684
10685 * emacs.c (inhibit_x_resources): Update doc string for NS.
10686 (main) [HAVE_NS]: Don't process --no-init-file option.
10687 Remove legacy code for -NXHost. Fix error printf in daemon case.
10688
10689 * nsterm.h (ns_no_defaults): Remove.
10690
10691 * nsterm.m (ns_no_defaults): Remove.
10692 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
10693 (ns_use_qd_smoothing): Remove legacy variable.
10694 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
10695 don't update the NSWindow itself.
10696 (EmacsView-windowWillUseStandardFrame:defaultFrame:):
10697 Improve state detection and store user rect ourselves. (Bug #3581)
10698
10699 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
10700 ns_use_qd_smoothing.
10701
10702 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
10703 platform versions. Drop support for emacs-20-style face specs.
10704 (x-close-connection): Drop PSFlush() under OS X.
10705 (x-focus-frame): Activate the app first. (Bug #4180)
10706
10707 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
10708
10709 * emacs.c (inhibit_x_resources): New variable.
10710 (main) [HAVE_NS]: Don't process --quick command line option.
10711 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
10712
10713 * lisp.h (inhibit_x_resources): Declare it extern.
10714
10715 * w32reg.c (x_get_string_resource):
10716 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
10717
10718 2009-09-17 Eli Zaretskii <eliz@gnu.org>
10719
10720 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
10721 Add lisp/term/internal.elc.
10722
10723 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10724
10725 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
10726 (bug#4461).
10727
10728 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
10729
10730 * puresize.h (BASE_PURESIZE): Increase to 1290000.
10731
10732 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
10733 (OBJECTS_MACHINE): Remove, unused.
10734
10735 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10736
10737 * frame.c (x_get_resource_string): Remove unused.
10738
10739 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
10740
10741 * xterm.c (x_new_font): Call change_frame_size before calling
10742 x_set_window_size, in case frame size won't change.
10743
10744 * frame.c (x_set_font): Remove dead code.
10745
10746 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10747
10748 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
10749
10750 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10751
10752 * lread.c (Fload): Don't output a message after loading an obsolete
10753 package any more (done in Lisp now).
10754
10755 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
10756
10757 * fns.c (syms_of_fns): Doc fix (Bug#4227).
10758
10759 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10760
10761 * keymap.c (Fwhere_is_internal): Use nconc2.
10762
10763 2009-09-11 Alan Mackenzie <acm@muc.de>
10764
10765 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
10766 batch mode.
10767
10768 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
10769
10770 * xdisp.c (display_mode_element): Detect cycles.
10771
10772 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10773
10774 * keymap.c (where_is_internal): Don't erroneously return nil right after
10775 filling the cache.
10776 (where_is_internal_1): Fix up typo.
10777
10778 2009-09-11 Glenn Morris <rgm@gnu.org>
10779
10780 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
10781 share a common doc-string.
10782
10783 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10784
10785 * keymap.c (get_keymap): Return the actual keymap symbol rather than
10786 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
10787
10788 * keymap.c (QCadvertised_binding): New constant.
10789 (syms_of_keymap): Initialize it.
10790 (Fwhere_is_internal): Try and use bindings from :advertised-binding
10791 if applicable.
10792
10793 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
10794
10795 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
10796 (parse_menu_item): Streamline since bindings are recomputed all the
10797 time anyway. Don't bother checking Vdefine_key_rebound_commands any
10798 more and don't support lmenu's menu-alias any more either.
10799
10800 * keymap.c (where_is_internal_data): Make noindirect a boolean.
10801 (where_is_internal): Strip it down to only traverse the keymaps.
10802 Move the cache handling from Fwhere_is_internal to here.
10803 (Fwhere_is_internal): Move the handling of remapping and the choice of
10804 the best binding from where_is_internal to here.
10805 Unify the cached/noncached paths, so remapping is also handled
10806 correctly when the cache is used, and so the cache can be used to
10807 speed up remap-handling when applicable.
10808 Give preference to non-remapped bindings.
10809 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
10810 non-remapped bindings.
10811 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
10812 command remapping.
10813
10814 * xdisp.c (display_mode_element): Move list length limit from 50 to
10815 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
10816
10817 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
10818
10819 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
10820
10821 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10822
10823 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
10824 (Bug#4334)
10825
10826 * keymap.c (where_is_internal): Filter out shadowed remappings.
10827 Assume that where_is_internal returns unshadowed bindings to simplify
10828 the code and get rid of the gotos. Use ASIZE.
10829
10830 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
10831
10832 * xterm.c (x_focus_changed): If we get a focusout and pointer
10833 is invisible, make it visible.
10834
10835 * xterm.h: Remove condition for declaration of
10836 x_*_window_to_frame.
10837
10838 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
10839
10840 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
10841 initial terminal as well.
10842
10843 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
10844
10845 * xterm.h: Rename x_non_menubar_window_to_frame to
10846 x_menubar_window_to_frame.
10847
10848 * xterm.c: Remove declarations also in xterm.h.
10849 (XTmouse_position): Do not return valid positions
10850 for clicks in the menubar and the toolbar for Gtk+.
10851
10852 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
10853 if the widget for the event has the same top level as a frame,
10854 return the frame.
10855 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
10856 internal windows, bug #4122.
10857 (x_non_menubar_window_to_frame): Remove.
10858
10859 2009-09-02 Glenn Morris <rgm@gnu.org>
10860
10861 * buffer.c (default-major-mode): Move most of the doc from here...
10862 (major-mode): ... to here.
10863
10864 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
10865
10866 * process.c (wait_reading_process_output): Keep the descriptor
10867 when pty is used by a non-child process, e.g., in I/O buffer of
10868 GDB this allows inferior to be restarted.
10869
10870 2009-08-29 Eli Zaretskii <eliz@gnu.org>
10871
10872 * xdisp.c (redisplay_internal): Remove redundant test and collapse
10873 both branches into one.
10874
10875 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10876
10877 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
10878 (main): Use enable-multibyte-characters rather than
10879 default-enable-multibyte-characters. Output a warning message when
10880 running a unibyte session.
10881
10882 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10883
10884 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
10885 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
10886 (copy_data_segment): Also copy __program_vars section.
10887 (copy_dyld_info) [LC_DYLD_INFO]: New function.
10888 (dump_it) [LC_DYLD_INFO]: Use it.
10889
10890 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
10891
10892 2009-08-28 Eli Zaretskii <eliz@gnu.org>
10893
10894 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
10895 $(SRC)/buildobj.h.
10896 (buildobj.h): Rename from $(SRC)/buildobj.h.
10897 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
10898 $(SRC)/buildobj.h.
10899 (clean): Add buildobj.h.
10900
10901 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
10902
10903 * print.c (print_object): Set escapeflag to 1 when printing
10904 hashtable keys and values.
10905
10906 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10907
10908 * lread.c (read_integer): Use doubles (and potentially return a float
10909 number) as we do in string-to-number.
10910 (read1): Use strtol to read integers, signal errors on strtol's
10911 overflow and use floats if strtol's output is too large for
10912 Elisp integers.
10913
10914 2009-08-27 Eli Zaretskii <eliz@gnu.org>
10915
10916 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
10917 (make-buildobj-SH): Fix last change.
10918 (SRC): Move to before where it's first used.
10919
10920 2009-08-27 Kenichi Handa <handa@m17n.org>
10921
10922 * process.c (send_process): Use encode_coding_object instead of
10923 encode_coding_string to perform eol-conversion even if the string
10924 is unibyte.
10925
10926 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
10927 character.
10928
10929 * cmds.c (Fself_insert_command): Avoid unnecessay
10930 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
10931
10932 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10933
10934 * callproc.c (Fcall_process): Remove always true #if.
10935
10936 * lisp.h: Replace #if 0 code for checking with text pointing to
10937 the --enable-checking configure flag.
10938
10939 * emacs.c (main): Mention the --enable-profiling configure flag
10940 instead of using CFLAGS.
10941
10942 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
10943
10944 * Makefile.in (buildobj.h): New target.
10945 (doc.o): Depend on it.
10946 (temacs${EXEEXT}): Don't generate buildobj.lst.
10947 (mostlyclean): Delete buildobj.h, not buildobj.lst.
10948 * makefile.w32-in ($(SRC)/buildobj.h): New target.
10949 ($(BLD)/doc.$(O)): Depend on it.
10950 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
10951 provided by Eli Zaretskii.)
10952 ($(TEMACS)): Don't generate buildobj.lst.
10953 * doc.c: Include buildobj.h.
10954 (buildobj): New static variable.
10955 (Fsnarf_documentation): Use it, instead of opening and reading
10956 buildobj.lst.
10957
10958 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10959
10960 * dbusbind.c (Fdbus_call_method)
10961 (Fdbus_call_method_asynchronously): Use English numeric format for
10962 timeout values in doc string.
10963
10964 2009-08-25 Kenichi Handa <handa@m17n.org>
10965
10966 * alloc.c (mark_char_table): New function.
10967 (mark_object): Use mark_char_table for a char-table.
10968
10969 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
10970 (CHAR_TABLE_REF): Use it.
10971
10972 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
10973
10974 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
10975 before invoking the newly build emacs to check for load-path
10976 shadowing.
10977
10978 2009-08-22 Glenn Morris <rgm@gnu.org>
10979
10980 * Makefile.in (bootstrap_exe): New variable.
10981 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
10982 Use ${bootstrap_exe}.
10983
10984 2009-08-22 Eli Zaretskii <eliz@gnu.org>
10985
10986 * coding.h (encode_coding_string): Don't encode unibyte strings.
10987 (Bug#4047)
10988
10989 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
10990
10991 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
10992
10993 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
10994 intended as hotfix only.
10995 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
10996
10997 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10998
10999 * nsterm.m (ns_get_color): Update documentation properly for last
11000 change, and clean up loose ends in the code left by it.
11001 Fix longstanding bug with 16-bit hex parsing, and add support for
11002 yet another X11 format (rgb:r/g/b) for compatibility.
11003 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
11004 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
11005
11006 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
11007
11008 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
11009
11010 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
11011
11012 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
11013 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
11014 (xd_initialize, xd_pending_messages): Check, whether
11015 $DBUS_SESSION_BUS_ADDRESS is set.
11016
11017 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11018
11019 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
11020
11021 * nsterm.m (ns_get_color): Remove incompatible color formats again.
11022
11023 2009-08-20 Glenn Morris <rgm@gnu.org>
11024
11025 * emacs.c (system-type): Doc fix.
11026
11027 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11028
11029 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
11030 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
11031
11032 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
11033
11034 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
11035 New functions.
11036 (xd_initialize): Revert change from 2009-08-16.
11037
11038 2009-08-18 Kenichi Handa <handa@m17n.org>
11039
11040 * fontset.c (Ffontset_font): If a nil element is found in a
11041 font-group vector, return nil.
11042
11043 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
11044
11045 * process.c (status_notify): Don't perform redisplay.
11046 (Fdelete_process, list_processes_1, process_send_signal):
11047 Expliticly perform redisplay.
11048 (wait_reading_process_output): Always check process status, but
11049 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
11050
11051 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
11052
11053 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
11054 (XFLOAT_INIT): New macro for storing a float value.
11055 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
11056 * fns.c (sxhash): Copy out the value of a float in order to
11057 examine its bytes.
11058 * dbusbind.c (xd_append_arg): Likewise.
11059
11060 * emacs.c (main): Don't call syms_of_data twice.
11061
11062 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
11063
11064 * dbusbind.c (xd_initialize): Add connection file descriptor to
11065 input_wait_mask, in order to let select() detect, whether a new
11066 message has been arrived.
11067 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
11068
11069 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
11070
11071 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
11072 New functions.
11073
11074 * lisp.h (xd_pending_messages): Declare.
11075
11076 * keyboard.c (readable_events): Call xd_pending_messages.
11077
11078 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
11079
11080 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
11081
11082 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
11083
11084 * buffer.c (set_buffer_internal_1)
11085 (swap_out_buffer_local_variables): Check for unbound local
11086 variables (Bug#4138).
11087
11088 2009-08-14 Eli Zaretskii <eliz@gnu.org>
11089
11090 * process.c (create_pty): Fix last change.
11091
11092 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
11093
11094 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
11095 (xbm_load_image): Caller changed.
11096 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
11097
11098 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
11099
11100 * process.c (create_pty): New function.
11101 (Fstart_process): Use it to allow Emacs to just associate a pty
11102 with the buffer. See associated change in gdb-mi.el.
11103 (list_processes_1): Deal with no program name.
11104 (start_process_unwind): Use pid == -2 to mean no process.
11105
11106 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
11107
11108 * cmds.c (nonundocount): New global variable.
11109 (keys_of_cmds): Initialize it.
11110 (Fself_insert_command): Use it to combine upto 20 sequential chars
11111 into a single undo entry, just like the Qself_insert_command code in
11112 keyboard.c does.
11113 Call frame_make_pointer_invisible, also like the Qself_insert_command
11114 code in keyboard.c does.
11115 * keyboard.c (command_loop_1): Use the new global nonundocount rather
11116 than its own local replacement for it.
11117
11118 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
11119
11120 * fns.c (concat): Don't re-set string length to its current value.
11121
11122 * coding.h (decode_coding_string, encode_coding_string):
11123 Use SBYTES macro.
11124
11125 * doprnt.c (doprnt_lisp): Delete unused function.
11126 (doprnt): Merge with doprnt1, discarding lispstrings code.
11127 * lisp.h (doprnt_lisp): Don't declare.
11128
11129 2009-08-07 Juri Linkov <juri@jurta.org>
11130
11131 * puresize.h (BASE_PURESIZE): Increase to 1270000.
11132
11133 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11134
11135 * print.c (syms_of_print): Undo previous change.
11136
11137 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
11138
11139 * lread.c (read1, syms_of_lread): Read hashtables back from the
11140 readable format.
11141
11142 * print.c (print_preprocess, print_object): Print hashtables fully
11143 and readably.
11144 (syms_of_print): Provide 'hashtable-print-readable.
11145
11146 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
11147
11148 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
11149 no family set.
11150 (nsfont_open): Handle case when entity has no family.
11151
11152 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
11153
11154 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
11155 element, not a list, for match case.
11156
11157 2009-07-28 Kenichi Handa <handa@m17n.org>
11158
11159 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
11160 rigidly.
11161
11162 * xfont.c (xfont_list_pattern): Don't ignore the return value of
11163 font_parse_xlfd. Check font properties more rigidly.
11164
11165 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11166
11167 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
11168 bsd-common.h.
11169
11170 2009-07-27 Kenichi Handa <handa@m17n.org>
11171
11172 * xfaces.c (face_with_height): Call font_clear_prop.
11173
11174 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11175
11176 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
11177
11178 * xterm.c (x_term_init): Use Qx.
11179
11180 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
11181
11182 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
11183 (ns_get_color): Revert 2009-07-16 change.
11184
11185 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11186
11187 * lread.c (syms_of_lread) <force_load_messages>: New variable.
11188 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
11189
11190 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
11191
11192 * coding.h (decode_coding_string, encode_coding_string):
11193 Use SCHARS macro.
11194
11195 * lread.c: Rewrite 2009-07-21 changes.
11196 (load_depth): Delete.
11197 (Qload_in_progress): New variable.
11198 (load_unwind): Don't reference load_depth or load_in_progress.
11199 (Fload): Likewise; specbind Qload_in_progress instead.
11200 (init_lread): Don't initialize load_depth.
11201 (syms_of_lread): Initialize and protect Qload_in_progress.
11202
11203 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11204
11205 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
11206
11207 2009-07-23 Yavor Doganov <yavor@gnu.org>
11208
11209 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
11210
11211 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
11212
11213 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
11214 Bugs 3792, 3720, 2402.
11215 (ns_lookup_indexed_color): Check for bad index.
11216 (ns_index_color): Init unused slot to 0.
11217 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
11218 Bug 3714, possibly 3082.
11219
11220 2009-07-22 Jason Rumney <jasonr@gnu.org>
11221
11222 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
11223 Position IME window at cursor (Bug#2570).
11224 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
11225 (globals_of_w32fns): Dynamically load functions required above.
11226
11227 * w32term.c (w32_draw_window_cursor): Send message to reposition
11228 any IME window.
11229
11230 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11231
11232 * fileio.c: Revert 2009-07-16 changes.
11233 (Vauto_save_include_big_deletions): New variable.
11234 (Fdo_auto_save): Disable auto-save only if
11235 auto-save-include-big-deletions is nil.
11236
11237 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11238
11239 * xdisp.c (move_it_to): For continued lines ending in a tab, take
11240 the overflowed pixels into account (Bug#3879).
11241
11242 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
11243
11244 * lread.c (load_depth): New variable.
11245 (Fload, load_unwind, init_lread): Set it to the load recursion
11246 depth; set load_in_progress as a simple boolean based on the
11247 current load_depth. (Bug#3892)
11248
11249 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11250
11251 * nsfont.m (ns_has_attribute): Remove.
11252 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
11253
11254 2009-07-18 Juri Linkov <juri@jurta.org>
11255
11256 * process.c (Fset_process_query_on_exit_flag): Mention killing
11257 a buffer in docstring.
11258
11259 2009-07-17 Kenichi Handa <handa@m17n.org>
11260
11261 * casetab.c (shuffle): Fix the logic of setting up the cycle.
11262
11263 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11264
11265 * nsfns.m (Fns_set_alpha): Remove function.
11266 (syms_of_nsfns): Don't defsubr it.
11267
11268 * nsterm.m (ns_get_color): Remove incompatible color formats.
11269 (ns_color_to_lisp): Generate #rrggbb color format string.
11270
11271 2009-07-16 Richard Stallman <rms@gnu.org>
11272
11273 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
11274 (Fset_buffer_auto_saved): Handle save_length = -2.
11275
11276 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
11277
11278 * xterm.c (Qx_gtk_map_stock): New var.
11279
11280 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
11281 of calling intern each time.
11282
11283 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11284
11285 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
11286 does tiling.
11287
11288 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
11289
11290 2009-07-14 Kenichi Handa <handa@m17n.org>
11291
11292 * font.c (font_vconcat_entity_vectors): New function.
11293 (struct font_sort_data): New member font_driver_preference.
11294 (font_compare): Check font_driver_preference.
11295 (font_sort_entities): The format of the first argument changed.
11296 (font_delete_unmatched): Likewise.
11297 (font_list_entities): The return type changed.
11298 (font_select_entity): The format of the second argument changed.
11299 (font_find_for_lface): Adjuste for the above changes.
11300 Don't suppress the checking of C even if the repertory supports it.
11301 (Flist_fonts): Adjust for the above changes.
11302
11303 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
11304 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
11305 Reject a font who has adstyle property that is different from a
11306 langname derived from registry property.
11307 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
11308
11309 2009-07-13 Eli Zaretskii <eliz@gnu.org>
11310
11311 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
11312 local copy of dirfilename.
11313
11314 2009-07-13 Kenichi Handa <handa@m17n.org>
11315
11316 * chartab.c (sub_char_table_ref_and_range): Fix the range check
11317 against max_char.
11318
11319 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
11320 calling XSYMBOL (sym).
11321
11322 2009-07-11 Eli Zaretskii <eliz@gnu.org>
11323
11324 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
11325 New function.
11326 (directory_files_internal) [WINDOWSNT]:
11327 Bind w32-get-true-file-attributes to either t or nil, depending whether
11328 the filesystem of the directory is fast or slow.
11329
11330 * w32.c (logon_network_drive): Don't assume PATH is an absolute
11331 file name.
11332 (is_slow_fs): New function.
11333 (stat): Use it to determine whether to issue more system calls to
11334 get accurate file attributes, when w32-get-true-file-attributes is
11335 `local'.
11336
11337 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
11338
11339 * xfns.c (Fx_select_font): Remember last font selected in
11340 x_last_font_name and use that the next time. Also try the frame
11341 parameter font-parameter as default to the font dialog.
11342
11343 2009-07-10 Kenichi Handa <handa@m17n.org>
11344
11345 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
11346
11347 2009-07-09 Eli Zaretskii <eliz@gnu.org>
11348
11349 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
11350
11351 * w32.c (stat): Treat UNC file names as residing on remote
11352 drives. (Bug#3542)
11353
11354 2009-07-09 Kenichi Handa <handa@m17n.org>
11355
11356 * fontset.c (fontset_find_font): Fix previous change.
11357
11358 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11359
11360 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
11361 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
11362 error flag.
11363
11364 2009-07-08 Kenichi Handa <handa@m17n.org>
11365
11366 * fontset.c (fontset_find_font): Fix the logic of handling
11367 charset_matched.
11368 (font_for_char): Delete unused var.
11369 (generate_ascii_font_name): Delete it.
11370
11371 * coding.h (JIS_TO_SJIS2): Fix the code range check.
11372
11373 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
11374 (encode_coding_sjis): Fix the code range check.
11375
11376 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11377
11378 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
11379 (Fexpand_file_name): Copy string data properly (Bug#3772).
11380
11381 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
11382
11383 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
11384 first MapNotify.
11385
11386 2009-07-07 Kenichi Handa <handa@m17n.org>
11387
11388 * character.h (unibyte_has_multibyte_table): Delete extern.
11389 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
11390
11391 * charset.c (Fset_charset_priority): Update charset_unibyte.
11392 (syms_of_charset): Initialize charset_unibyte.
11393
11394 * character.c (unibyte_has_multibyte_table): Delete it.
11395 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
11396 charset_unibyte.
11397 (multibyte_char_to_unibyte_safe): Likewise.
11398 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
11399
11400 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
11401 (x_produce_glyphs): Likewise.
11402
11403 * .gdbinit (xcharset): Fix the treating $arg0.
11404
11405 2009-07-04 Eli Zaretskii <eliz@gnu.org>
11406
11407 Emulation of `getloadavg' on MS-Windows.
11408 * w32.c: Include float.h.
11409 (g_b_init_get_native_system_info, g_b_init_get_system_times)
11410 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
11411 (get_native_system_info, get_system_times): New functions.
11412 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
11413 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
11414 (globals_of_w32): Initialize g_b_init_get_native_system_info,
11415 g_b_init_get_system_times, and num_of_processors.
11416
11417 2009-07-03 Jason Rumney <jasonr@gnu.org>
11418
11419 * w32term.c (w32_initialize): Use standard types.
11420
11421 2009-07-03 Eli Zaretskii <eliz@gnu.org>
11422
11423 * dired.c (Ffile_attributes): Decode user and group names by the
11424 locale's encoding. (Bug#3443)
11425
11426 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
11427
11428 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
11429 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
11430
11431 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
11432
11433 * term.c (init_tty): Remove spurious #ifdef.
11434
11435 * m/mips.h: Mention this file is also used for netbsd.
11436 * m/pmax.h: Remove file.
11437
11438 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11439
11440 * xterm.h (struct x_display_info): Add invisible_cursor.
11441 (struct x_output): Add current_cursor.
11442
11443 * xterm.c (XTtoggle_invisible_pointer): New function.
11444 (x_define_frame_cursor): Don't define cursor if invisible or the
11445 same as before. Set current_cursor.
11446 (x_create_terminal): Set toggle_invisible_pointer_hook.
11447
11448 * xfns.c (make_invisible_cursor): New function.
11449 (x_set_mouse_color): Call make_invisible_cursor.
11450 Set current_cursor.
11451 (x_window): Set current_cursor.
11452
11453 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
11454
11455 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
11456 inserting a character.
11457 (read_avail_input): Call frame_make_pointer_visible.
11458
11459 * frame.c (Vmake_pointer_invisible): New variable.
11460 (frame_make_pointer_invisible, frame_make_pointer_visible):
11461 New functions.
11462 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
11463
11464 * frame.h: Declare frame_make_pointer_invisible and
11465 frame_make_pointer_visible.
11466 (struct frame): Add pointer_invisible.
11467
11468 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
11469
11470 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
11471 frame isn't visible.
11472 (xg_frame_resized): If width/height is -1, get size of window
11473 from X server.
11474
11475 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
11476 for MapNotify.
11477
11478 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
11479 here or call change_frame_size. Just call flush_and_sync.
11480 (flush_and_sync): Reintroduce.
11481
11482 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11483
11484 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
11485
11486 * xterm.c (x_handle_net_wm_state): Also look for sticky.
11487 (x_term_init): Initialize Xatom_net_wm_state_sticky.
11488
11489 * frame.h: Declare Qsticky.
11490
11491 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
11492
11493 * nsfns.m (ns_frame_parm_handlers): Ditto.
11494
11495 * frame.c: Declare Qsticky.
11496 (frame_parms): Add sticky.
11497
11498 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
11499
11500 * xterm.h: Declare x_set_sticky.
11501
11502 * xterm.c (x_set_sticky): New function.
11503
11504 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
11505 (xg_tool_bar_menu_proxy): Attach enter/leave events to
11506 xg_tool_bar_proxy_help_callback.
11507
11508 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
11509
11510 * frame.c: Qmaximized is new.
11511 (x_set_frame_parameters): Do not handle fullscreen specially.
11512 Only set width and height if explicitly set.
11513 (x_set_fullscreen): Handle Qmaximized.
11514 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
11515 (syms_of_frame): Initialize Qmaximized.
11516
11517 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
11518 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
11519
11520 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
11521 for Expose event. Add call to x_check_fullscreen for MapNotify event.
11522 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
11523 set gravity to NorthWestGravity when USE_GTK.
11524 (set_wm_state): New function.
11525 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
11526 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
11527 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
11528 or the case when no window manager is running. That means remove calls
11529 to x_real_positions and x_fullscreen_adjust.
11530
11531 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
11532 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
11533 flush_and_sync.
11534 (xg_height_changed): New function.
11535 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
11536 and gtk_window_set_policy. Set frame gravity after parsing the
11537 geometry string.
11538 (xg_update_frame_menubar, free_frame_menubar)
11539 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
11540 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
11541 Remove calls to xg_frame_set_char_size.
11542
11543 2009-07-01 Kenichi Handa <handa@m17n.org>
11544
11545 * keyboard.c (decode_keyboard_code): New function.
11546 (tty_read_avail_input): Decode the input bytes if necessary.
11547
11548 * coding.c (setup_coding_system):
11549 Initialize coding->carryover_bytes to 0.
11550 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
11551 use Qno_conversion.
11552
11553 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11554
11555 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
11556
11557 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
11558
11559 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
11560
11561 2009-06-30 Jason Rumney <jasonr@gnu.org>
11562
11563 * w32term.c (w32_initialize): Use GetModuleHandle for library that
11564 is already loaded.
11565 Set user model ID if supported (bug#1849).
11566
11567 2009-06-29 Jim Meyering <meyering@redhat.com>
11568
11569 Remove useless if-before-xfree test.
11570 * nsfont.m (nsfont_close): Remove useless test.
11571 * term.c (delete_tty): Likewise.
11572 * w32.c (system_process_attributes): Likewise.
11573 * w32font.c (w32font_close): Likewise.
11574 * xfaces.c (x_free_gc): Likewise.
11575 * xselect.c (buffer): Likewise.
11576
11577 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
11578
11579 * process.c (send_process): Keep decoded string in a local
11580 variable and protect it from GC. (Bug#3521)
11581
11582 2009-06-28 Eli Zaretskii <eliz@gnu.org>
11583
11584 * term.c (create_tty_output) [MSDOS]: #ifdef away.
11585 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
11586
11587 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11588
11589 * xdisp.c (start_display, handle_face_prop)
11590 (move_it_vertically_backward, cursor_row_fully_visible_p)
11591 (redisplay_window, try_window_id, produce_image_glyph):
11592 Delete some #ifdef-ed out code chunks that are now obsolete.
11593
11594 * xterm.c (x_update_window_begin, x_new_focus_frame)
11595 (x_scroll_bar_handle_click, handle_one_xevent)
11596 (handle_one_xevent, XTread_socket, x_focus_on_frame)
11597 (x_make_frame_visible, x_make_frame_invisible)
11598 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
11599 code chunks that are now obsolete.
11600
11601 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
11602
11603 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
11604 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
11605 for hours, when optimzation is enabled.
11606 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
11607 (xd_read_message): Make them static.
11608
11609 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
11610
11611 * term.c (turn_on_face): Allow simultaneously bold and dim
11612 terminal faces (Bug#3530).
11613
11614 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11615
11616 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
11617
11618 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
11619 truncation glyphs (Bug#3686).
11620
11621 2009-06-27 Glenn Morris <rgm@gnu.org>
11622
11623 * m/pmax.h: Restore file, with only netbsd portions.
11624
11625 2009-06-26 David Reitter <david.reitter@gmail.com>
11626
11627 * nsterm.m (keydown): Avoid infinite loop.
11628
11629 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
11630
11631 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
11632 the arg FORCE_SYMBOL.
11633
11634 2009-06-25 Kenichi Handa <handa@m17n.org>
11635
11636 * fontset.c (fontset_find_font): When a usable rfont_def is found
11637 in a fallback font-group, make it the first element of the group.
11638
11639 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
11640
11641 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
11642
11643 2009-06-24 Kenichi Handa <handa@m17n.org>
11644
11645 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
11646 set for C.
11647 (fontset_font): Record the availability of a font for C both in
11648 the realized fontsets of the current one and the default one.
11649
11650 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11651
11652 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
11653 conditional, it is always defined on AIX.
11654
11655 2009-06-23 Miles Bader <miles@gnu.org>
11656
11657 * window.c (Vrecenter_redisplay): New variable.
11658 (syms_of_window): Initialize it.
11659 (Qtty): New extern declaration.
11660 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
11661
11662 2009-06-23 Jim Meyering <meyering@redhat.com>
11663
11664 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
11665 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
11666 pointer dereferences are guaranteed to be valid.
11667
11668 2009-06-23 Kenichi Handa <handa@m17n.org>
11669
11670 * emacs.c (main): Call init_font ().
11671
11672 * font.h (Vfont_log): Extern it.
11673 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
11674
11675 * font.c (font_sort_entities, font_list_entities)
11676 (font_matching_entity, font_open_entity)
11677 (font_close_object): Change font_add_log to FONT_ADD_LOG.
11678 (Vfont_log): Delete static.
11679 (font_log_env_checked): Delete this variable.
11680 (font_add_log): Don't check font_log_env_checked.
11681 (font_deferred_log): Check Vfont_log.
11682 (init_font): New function.
11683
11684 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
11685
11686 * w32font.c: Change font_add_log to FONT_ADD_LOG.
11687
11688 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
11689
11690 * xfont.c: Change font_add_log to FONT_ADD_LOG.
11691
11692 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
11693 (face_for_char): Don't call font_deferred_log here.
11694 (font_for_char): Likewise.
11695
11696 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
11697
11698 * w32term.c (x_draw_glyph_string): Use the glyph string's width
11699 rather than its background_width for drawing the overline and
11700 underline (Bug#489).
11701
11702 * xterm.c (x_draw_glyph_string): Use the glyph string's width
11703 rather than its background_width for drawing the overline and
11704 underline (Bug#489).
11705 (xg_default_icon_file): New variable.
11706 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
11707 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
11708
11709 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
11710 (load_overlay_strings): Remove externs.
11711 (fast_find_position): Function deleted.
11712 (mouse_face_from_buffer_pos): New function, based on
11713 fast_find_position. Correctly handle before-strings,
11714 display-strings, and after-strings (Bug#1220).
11715 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
11716
11717 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
11718
11719 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
11720 (move_it_in_display_line_to, move_it_in_display_line_to)
11721 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
11722
11723 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
11724
11725 * Branch for 23.1.
11726
11727 2009-06-21 Jason Rumney <jasonr@gnu.org>
11728
11729 * w32term.c (keyboard_codepage): New static variable.
11730 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
11731 (w32_read_socket) [WM_CHAR]: Use it to decode character
11732 input (bug#3237).
11733 (w32_initialize): Initialize it.
11734 (codepage_for_locale): New function.
11735
11736 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
11737
11738 * process.c (status_message): Pass Faset index argument as a lisp
11739 object, so as to work with USE_LISP_UNION_TYPE.
11740
11741 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11742
11743 * coding.c (Ffind_coding_systems_region_internal):
11744 Cache checked characters.
11745
11746 2009-06-18 Kenichi Handa <handa@m17n.org>
11747
11748 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
11749
11750 2009-06-18 Andreas Schwab <aschwab@redhat.com>
11751
11752 * xdisp.c (redisplay_internal): Check that the frame is still
11753 live after redisplay of its windows.
11754 (redisplay_windows): Check that the window is still live.
11755
11756 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
11757
11758 * coding.c (detect_coding_utf_16): Fix previous change.
11759
11760 2009-06-16 Kenichi Handa <handa@m17n.org>
11761
11762 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
11763 UTF-16 by checking the dispersion of Eth and Oth bytes.
11764
11765 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
11766
11767 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
11768
11769 2009-06-15 Kenichi Handa <handa@m17n.org>
11770
11771 * process.c (status_message): Fix previous change. Be sure to
11772 decode a localized string.
11773
11774 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11775
11776 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
11777 add comment explaining why.
11778
11779 2009-06-14 Sidney Markowitz <sidney@sidney.com>
11780
11781 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
11782
11783 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
11784
11785 * nsfont.m (ns_attribute_value): Remove.
11786 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
11787 (ns_has_attribute): Shrink the normal range.
11788 (ns_findfonts): Don't worry about requested spec in determining
11789 need for synthItal.
11790 (ns_get_covering_families): Retain scriptToFamilies.
11791
11792 2009-06-14 Seiji Zenitani <zenitani@mac.com>
11793
11794 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
11795
11796 2009-06-11 Kenichi Handa <handa@m17n.org>
11797
11798 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
11799 overhang for the static composition case.
11800
11801 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11802
11803 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
11804 overhang for the automatic composition case.
11805
11806 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
11807 composition case.
11808
11809 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
11810
11811 * xdisp.c (get_next_display_element): When handling wrap-prefix
11812 and line-prefix, treat \n as a control character (bug#3502).
11813
11814 2009-06-10 Kenichi Handa <handa@m17n.org>
11815
11816 * font.c (font_parse_family_registry): Fix for one-char foundry.
11817 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
11818
11819 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
11820
11821 * process.c (status_message): Fix handling of multibyte signal
11822 string (Bug#3499).
11823
11824 2009-06-09 Jim Meyering <meyering@redhat.com>
11825
11826 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
11827 color name is missing.
11828
11829 2009-06-09 Kenichi Handa <handa@m17n.org>
11830
11831 * charset.c (Fmap_charset_chars): In docstring, state clearly that
11832 FROM-CODE and TO-CODE are codepoints of CHARSET.
11833
11834 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
11835
11836 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
11837
11838 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
11839
11840 Changes to support :script/:lang/:otf in NS font driver.
11841 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
11842 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
11843 indicate not part of font driver interface, and change callers.
11844 (ns_get_family): Remove pointless null check.
11845 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
11846 ns_spec_to_descriptor, ns_descriptor_to_entity.
11847 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
11848 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
11849 (ns_spec_to_descriptor, ns_descriptor_to_entity)
11850 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
11851 (ns_get_req_script, ns_accumulate_script_ranges)
11852 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
11853 New functions.
11854 (nsfont_list, nsfont_match): Use ns_findfonts.
11855 (nsfont_open): Use font descriptor instead of traits.
11856 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
11857 (dump_glyphstring): Rename to ns_dump_glyphstring.
11858
11859 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
11860
11861 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
11862
11863 * fontset.c (fontset_from_font): Remove NS-specific code.
11864
11865 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
11866
11867 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
11868 nonactive windows.
11869
11870 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
11871
11872 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
11873
11874 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
11875
11876 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
11877
11878 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
11879
11880 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
11881 account for the overflowing of newlines into the last glyph on the
11882 display line (Bug#3482).
11883
11884 2009-06-05 David Reitter <david.reitter@gmail.com>
11885
11886 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
11887 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
11888 Fns_selection_exists_p, Fns_selection_owner_p.
11889
11890 2009-06-03 Jason Rumney <jasonr@gnu.org>
11891
11892 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
11893 available. (Bug#3379)
11894
11895 2009-05-29 Kenichi Handa <handa@m17n.org>
11896
11897 * coding.c (get_translation_table):
11898 Check Venable_character_translation.
11899
11900 2009-05-26 David Reitter <david.reitter@gmail.com>
11901
11902 * nsterm.m (ns_raise_frame): Only raise frame if visible.
11903 (x_make_frame_visible): Move frame to front rather than calling
11904 ns_raise_frame().
11905 (keyDown:): Do not swallow events that aren't re-sent if frame
11906 isn't key window.
11907 (drawRect:): Do not set visibility/iconified flags because
11908 drawRect may be called by NSView even if the frame is hidden.
11909
11910 * nsfns.m (Fx_create_frame): Follow other ports in
11911 determining visibility; default to t. Ensure async_visible is set.
11912
11913 2009-05-23 Eli Zaretskii <eliz@gnu.org>
11914
11915 * dired.c (Ffile_attributes): Doc fix.
11916
11917 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
11918
11919 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
11920
11921 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11922
11923 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
11924 and xfont_scratch_props.
11925 (syms_of_xfont): Do it here instead.
11926 (xfont_find_ccl_program): Delete, unused.
11927 (xfont_open): Delete unused var `i'.
11928
11929 2009-05-21 Kenichi Handa <handa@m17n.org>
11930
11931 * fontset.c (Qlatin): Don't make it static.
11932
11933 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
11934 New functions.
11935 (xfont_scripts_cache, xfont_scratch_props): New variables.
11936 (Qlatin, Vscalable_fonts_allowed): Extern it.
11937 (xfont_list_pattern): Argument changed. Callers changed.
11938 Check Vscalable_fonts_allowed. Check the support of a script.
11939 (xfont_list): Don't reject a font spec with :script property.
11940 (xfont_has_char): Fix setting of encoding.
11941 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
11942 xfont_scratch_props.
11943
11944 2009-05-19 Kenichi Handa <handa@m17n.org>
11945
11946 * font.c (font_sort_entities): Rename from font_sort_entites.
11947 Callers changed.
11948
11949 2009-05-18 Kenichi Handa <handa@m17n.org>
11950
11951 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
11952
11953 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11954
11955 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
11956 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
11957
11958 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11959
11960 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
11961 (x_delete_terminal): Dissociate resource database from display and
11962 then call XrmDestroyDatabase before closing display.
11963
11964 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
11965
11966 * nsterm.m (ns_read_socket): Remove unused variable.
11967 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
11968 whether selected frame is viable before raising it (based on patch
11969 by David Reitter), and improve commentary.
11970 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
11971
11972 2009-05-15 Kenichi Handa <handa@m17n.org>
11973
11974 * font.c (Ffont_spec): Check arguments.
11975
11976 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
11977
11978 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
11979 weight when testing attributes (Bug#3282).
11980
11981 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11982
11983 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
11984 what we expect to get in the next ConfigureNotify event.
11985
11986 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
11987 before Xft one (Bug#1696).
11988
11989 2009-05-07 David Reitter <david.reitter@gmail.com>
11990
11991 * nsfns.m (Fx_display_planes): Compute bitplanes using
11992 NSBitsPerPixelFromDepth (Bug#3207).
11993
11994 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
11995
11996 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
11997
11998 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
11999
12000 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
12001
12002 2009-05-07 David Reitter <david.reitter@gmail.com>
12003
12004 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
12005 Respect mouse face background.
12006
12007 2009-05-07 David Reitter <david.reitter@gmail.com>
12008
12009 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
12010 Mouse movement/highlight: bracket drawing operations
12011 in ns_update_begin and ns_update_end.
12012
12013 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12014
12015 * nsfns.m (ns_get_screen): Rewrite.
12016 Don't presume selected-frame is of type `ns'.
12017
12018 * font.c (font_update_drivers): Sanity fallback to avoid disabling
12019 all drivers.
12020
12021 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
12022
12023 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12024
12025 * keyboard.h (add_user_signal): Fix typo in extern.
12026
12027 * lisp.h (add_user_signal): Remove extern.
12028
12029 * unexelf.c (unexec): Consider a section to precede the .bss section
12030 if its addresses overlap that of .bss.
12031 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
12032 instead of dumping process.
12033
12034 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12035
12036 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
12037
12038 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12039
12040 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
12041
12042 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
12043
12044 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
12045 any statements.
12046
12047 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
12048
12049 * process.c (read_process_output): Make sure the current buffer is
12050 always restored.
12051
12052 * coding.c (record_conversion_result): Don't modify
12053 Vlast_code_conversion_error for successful result.
12054 (alloc_destination): Don't clobber conversion result. (Bug#1650)
12055
12056 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12057
12058 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
12059 (load_charset_map): Remove unnecessary code.
12060
12061 2009-04-30 David Reitter <david.reitter@gmail.com>
12062
12063 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
12064 through f24.
12065
12066 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
12067
12068 * xfaces.c (face_at_buffer_position): New arg base_face_id.
12069
12070 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
12071 face_at_buffer_position.
12072 (face_before_or_after_it_pos, get_next_display_element)
12073 (note_mouse_highlight): Update face_at_buffer_position call.
12074
12075 * term.c (term_mouse_highlight):
12076 * msdos.c (IT_note_mouse_highlight):
12077 * fontset.c (Finternal_char_font):
12078 * font.c (font_at, font_range): Update face_at_buffer_position call.
12079
12080 * dispextern.h (face_at_buffer_position): Update prototype.
12081
12082 2009-04-30 Kenichi Handa <handa@m17n.org>
12083
12084 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
12085
12086 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
12087
12088 * callproc.c (Fcall_process): Fix GC protection. Make sure
12089 current buffer is always restored.
12090
12091 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12092
12093 * atimer.c (init_atimer): Also clear stopped_atimers.
12094
12095 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
12096
12097 * process.c (create_process): Clean up merger residues of
12098 2008-07-17 change.
12099
12100 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
12101
12102 * lread.c (Vread_circle): New variable.
12103 (read1): Disable recursive read if Vread_circle is nil.
12104
12105 2009-04-29 Kenichi Handa <handa@m17n.org>
12106
12107 * fontset.h (set_default_ascii_font): Delete extern.
12108
12109 * fontset.c (set_default_ascii_font): Delete this unused function.
12110
12111 * frame.c (x_set_font): When ARG is a font-object, check if the
12112 font-object matches with the ASCII font-spec of the frame's
12113 fontset. If not, create a new fontset for the frame. (Bug #3075)
12114
12115 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
12116
12117 * fns.c (Flocale_info): Protect vector from GC during decoding.
12118
12119 * process.c (Fstart_process): Protect argv strings from GC during
12120 encoding.
12121
12122 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
12123
12124 * sysdep.c: Include <ctype.h>.
12125
12126 2009-04-27 David Reitter <david.reitter@gmail.com>
12127
12128 * nsfont.m (nsfont_open): Remove unused variable shrink.
12129 Remove commented-out code.
12130
12131 2009-04-26 Johan Bockgård <bojohan@gnu.org>
12132
12133 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
12134
12135 2009-04-25 Jason Rumney <jasonr@gnu.org>
12136
12137 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
12138
12139 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12140
12141 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
12142 Swap bytes in short integer if fringe bitmap width > 8.
12143
12144 2009-04-23 Kenichi Handa <handa@m17n.org>
12145
12146 * xfaces.c (Fx_list_fonts): If a font size is specified in
12147 PATTERN, set it in returned scalable fonts.
12148
12149 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
12150
12151 * keyboard.c (Fset_input_meta_mode): Doc fix.
12152
12153 * dispnew.c (Fsend_string_to_terminal): Doc fix.
12154
12155 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
12156
12157 * coding.c (Fterminal_coding_system): Doc fix.
12158
12159 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
12160 (Fx_display_pixel_height, Fx_display_planes)
12161 (Fx_display_color_cells, Fx_server_max_request_size)
12162 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
12163 (Fx_display_mm_height, Fx_display_mm_width)
12164 (Fx_display_backing_store, Fx_display_visual_class)
12165 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
12166 Doc fixes, replacing "terminal id" with "terminal object".
12167 (check_x_display_info): Handle terminal objects instead of
12168 terminal ids.
12169
12170 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
12171 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
12172 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
12173 Doc fixes, replacing "terminal id" with "terminal object".
12174
12175 2009-04-21 Kenichi Handa <handa@m17n.org>
12176
12177 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
12178 (font_score): Check AVGWIDTH too.
12179
12180 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
12181 worst case.
12182 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
12183 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
12184
12185 2009-04-19 Jason Rumney <jasonr@gnu.org>
12186
12187 The following changes fix Bug#3005 for wide glyphs on each platform,
12188 without reintroducing Bug#1258 for stretch glyphs.
12189
12190 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
12191 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
12192 get_phys_cursor_geometry.
12193
12194 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
12195 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
12196 using get_phys_cursor_geometry.
12197
12198 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
12199 correctly calculated.
12200
12201 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
12202
12203 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
12204 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
12205 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
12206 is deprecated.
12207
12208 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
12209
12210 * font.c (font_put_frame_data): Use xfree instead of free.
12211
12212 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
12213
12214 * w32font.c (Qja, Qko): Remove declarations.
12215 (syms_of_w32font): Don't DEFSYM them.
12216
12217 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
12218
12219 * font.c (Qja, Qko): Move definitions here from ftfont.c.
12220
12221 * font.h (Qja, Qko): Extern them.
12222
12223 * ftfont.c (Qja, Qko): Remove declarations.
12224
12225 * xfont.c (Qja, Qko): Remove declarations.
12226
12227 2009-04-17 Kenichi Handa <handa@m17n.org>
12228
12229 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
12230 string from a vector to handle Latin-1 characters correctly.
12231
12232 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
12233 entity even if the cache hits.
12234
12235 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
12236
12237 * search.c (boyer_moore): Use zero as marker value for a possible
12238 match instead of depending on overflow behavior. (Bug#2844)
12239
12240 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
12241 * lisp.h: Adjust prototypes.
12242
12243 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
12244
12245 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
12246 change (Bug#3003).
12247
12248 2009-04-16 Kenichi Handa <handa@m17n.org>
12249
12250 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
12251
12252 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
12253 adstyle.
12254
12255 * ftfont.c (Qja, Qko): Don't make them static.
12256 (enum ftfont_cache_for): New enum.
12257 (fc_charset_table): Undo the previous change.
12258 (ftfont_get_latin1_charset): Delete it.
12259 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
12260 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
12261 non-scarable font, try to get AVERAGE_WIDTH.
12262 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
12263 Change ft_face_cache from a list of a hash-table. Don't check
12264 `ja' and `ko' adstyle here.
12265 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
12266 FTFONT_CACHE_FOR_CHARET.
12267 (ftfont_get_charset): Undo the previous change.
12268 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
12269 (ftfont_close): Likewise.
12270 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
12271
12272 * font.c (font_sort_entites): Change the meaning of the arg
12273 BEST-ONLY. Don't optimize for VEC of lenght 1.
12274 (font_select_entity): Just return the value of font_sort_entites.
12275
12276 * xfaces.c (merge_face_vectors): Reflect font properties in
12277 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
12278 font_clear_prop if a face attribute doesn't change.
12279
12280 * charset.h (charset_ksc5601): Extern it.
12281
12282 * charset.c (charset_ksc5601): New variable.
12283 (Fdefine_charset_internal): Set charset_ksc5601.
12284 (init_charset_once): Initialize charset_ksc5601 to -1.
12285
12286 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
12287
12288 * fileio.c (history_delete_duplicates): Remove unused declaration.
12289
12290 * callint.c (history_delete_duplicates): New declaration.
12291 (Fcall_interactively): Remove command history duplicates when
12292 history_delete_duplicates is true.
12293
12294 2009-04-14 Eli Zaretskii <eliz@gnu.org>
12295
12296 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
12297
12298 2009-04-14 Kenichi Handa <handa@m17n.org>
12299
12300 * font.c (Ffont_info): Fix docstring. Fix the second element of
12301 the returned value (bug#2949).
12302
12303 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
12304
12305 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
12306
12307 2009-04-14 Kenichi Handa <handa@m17n.org>
12308
12309 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
12310 encoding charset is ascii_compatible.
12311
12312 * charset.c (Fdefine_charset_internal): Make charset
12313 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
12314 code_offset is 0, and covers all ASCII characters.
12315
12316 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12317
12318 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
12319 (ns_string_to_pasteboard_internal):
12320 * nsmenu.m (process_dialog):
12321 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
12322 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
12323 * lisp.h (Fx_load_color_file): Declare.
12324
12325 2009-04-13 Kenichi Handa <handa@m17n.org>
12326
12327 * font.c (font_delete_unmatched): Preserve the order of list elements.
12328 (font_select_entity): Suppress the code to optimize for the same
12329 kind of fonts.
12330 (font_load_for_lface): Get a font that supports at least ASCII
12331 characters.
12332
12333 * ftfont.c (Qja, Qko): New variables.
12334 (fc_charset_table): Delete uniquifier data for iso8859-1.
12335 (ftfont_get_latin1_charset): New function.
12336 (get_adstyle_property): New function.
12337 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
12338 bitmap fonts.
12339 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
12340 Delete iso-8859-1 range from the charset of fonts whose adstyle is
12341 `ko' or `ja'.
12342 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
12343 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
12344 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
12345 property.
12346 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
12347 (syms_of_ftfont): DEFSYM Qja and Qko.
12348
12349 2009-04-09 Kenichi Handa <handa@m17n.org>
12350
12351 * charset.c (map_charset_chars): For a charset of `superset'
12352 method, fix calculation of code range.
12353
12354 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
12355 from the list of extra properties.
12356 (font_clear_prop): Be sure to delete `:name' font property.
12357
12358 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12359
12360 * dispnew.c (redraw_overlapping_rows): Fix detection of
12361 overlapping for topmost and bottommost rows.
12362
12363 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
12364
12365 2009-04-06 Jason Rumney <jasonr@gnu.org>
12366
12367 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
12368
12369 2009-04-06 Kenichi Handa <handa@m17n.org>
12370
12371 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
12372
12373 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
12374
12375 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12376
12377 * ftfont.c (ftfont_open): Fix checking of the return value of
12378 FT_Load_Char. Fix setting font->underline_thickness.
12379
12380 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
12381
12382 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
12383 (Fterminal_parameters, Fterminal_parameter)
12384 (Fset_terminal_parameter): In doc string, refer to terminal
12385 objects rather than terminal ids.
12386
12387 2009-04-04 Eli Zaretskii <eliz@gnu.org>
12388
12389 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
12390 ret_lim_data. (Bug#2867)
12391
12392 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
12393
12394 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
12395 so they don't get wider than the window, matching 2006-01-23
12396 change to the partner function in xdisp.c (Bug#2800).
12397
12398 2009-04-03 Kenichi Handa <handa@m17n.org>
12399
12400 * print.c (print_object): Make each lowest sub_char_table start a
12401 new line (Bug#2866).
12402
12403 2009-04-02 Kenichi Handa <handa@m17n.org>
12404
12405 * fontset.c (fontset_font): Record no-font when a fontset
12406 explicitly tells not to try another font-specs.
12407
12408 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
12409
12410 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
12411
12412 2009-03-30 Kenichi Handa <handa@m17n.org>
12413
12414 * fontset.c (fontset_from_font): Specify only registry in a
12415 font-spec for all characters supported by that registry.
12416
12417 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
12418 even if HAVE_M17N_FLT is not defined.
12419
12420 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
12421
12422 * ftfont.c: Conditionalize prototyping and use of
12423 ftfont_variation_glyphs.
12424
12425 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12426
12427 * frame.c (delete_frame): Work around compiler bug.
12428
12429 * editfns.c (general_insert_function): Adjust to insdel.c changes.
12430 * insdel.c (prepare_to_modify_buffer, signal_before_change):
12431 Some more EMACS_INT.
12432 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
12433
12434 * xdisp.c (dump_glyph): Fix typo.
12435
12436 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
12437 (adjust_markers_gap_motion, adjust_markers_for_delete)
12438 (adjust_markers_for_insert, adjust_point)
12439 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
12440 (make_gap, copy_text, count_size_as_multibyte, insert)
12441 (insert_and_inherit, insert_before_markers)
12442 (insert_before_markers_and_inherit, insert_1)
12443 (count_combining_before, count_combining_after, insert_1_both)
12444 (insert_from_string, insert_from_string_before_markers)
12445 (insert_from_string_1, insert_from_gap, insert_from_buffer)
12446 (insert_from_buffer_1, adjust_after_replace)
12447 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
12448 (replace_range_2, del_range, del_range_1, del_range_byte)
12449 (del_range_both, del_range_2, modify_region)
12450 (prepare_to_modify_buffer, signal_before_change)
12451 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
12452 for buffer positions and sizes.
12453 * lisp.h: Adjust prototypes accordingly.
12454
12455 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
12456 (non_regular_inserted, non_regular_nbytes, read_non_regular)
12457 (Finsert_file_contents): Use EMACS_INT for buffer positions.
12458
12459 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
12460
12461 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
12462
12463 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
12464 lines and columns so we keep the same pixel height and width.
12465
12466 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
12467 the property _NET_WM_STATE has changed.
12468 (x_handle_net_wm_state): New function to update frame parameter
12469 fullscreen.
12470 (x_term_init): Initialize atoms for _NET_WM_STATE.
12471
12472 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
12473
12474 2009-03-27 Kevin Ryde <user42@zip.com.au>
12475
12476 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
12477 Gpm_GetEvent as an error that justifies closing the filedescriptor.
12478 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
12479 (Fgpm_mouse_stop): Pass that new parameter.
12480 * termhooks.h (close_gpm): Adjust prototype.
12481
12482 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12483
12484 * lisp.h (Fx_focus_frame): Declare.
12485
12486 * callint.c (Fcall_interactively): For '^' just delegate the work to
12487 handle-shift-selection.
12488 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
12489
12490 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
12491
12492 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
12493
12494 * data.c (Qinteractive_form): New variable.
12495 (Finteractive_form): Use it.
12496
12497 * eval.c (Fcommandp): Use Qinteractive_form.
12498
12499 2009-03-24 Jason Rumney <jasonr@gnu.org>
12500
12501 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
12502 Calculate total size precisely. Decode environment variables
12503 before substituting. (Bug#38)
12504
12505 2009-03-24 Kenichi Handa <handa@m17n.org>
12506
12507 * font.c (find_font_encoding): Return Qnil for unsupported
12508 encoding (Bug#2722).
12509
12510 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
12511
12512 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
12513 that gdpy is set.
12514
12515 2009-03-22 Alan Mackenzie <acm@muc.de>
12516
12517 * callint.c (Finteractive): Clarify the doc string - even
12518 promptless elements need \n separators.
12519
12520 2009-03-22 Jason Rumney <jasonr@gnu.org>
12521
12522 * w32term.c (syms_of_w32term): Doc fix for
12523 x-use-underline-position-properties.
12524
12525 2009-03-21 Eli Zaretskii <eliz@gnu.org>
12526
12527 * w32.c (getpwuid): Change argument type to unsigned.
12528 (struct w32_id): Change type of `rid' member to unsigned.
12529 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
12530 argument ID to unsigned. All callers changed.
12531 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
12532
12533 2009-03-20 Eli Zaretskii <eliz@gnu.org>
12534
12535 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
12536 negative, produce a float value.
12537
12538 * dired.c (make_uid, make_gid): New functions.
12539 (Ffile_attributes): Use them to avoid negative UID and GID.
12540
12541 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
12542
12543 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
12544 (syms_of_keyboard) <command-hook-internal, input-method-function>:
12545 Fix typos in docstrings.
12546
12547 2009-03-19 Kenichi Handa <handa@m17n.org>
12548
12549 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
12550 changed, use font_load_for_lface to get a new font object.
12551 Call free_realized_fontset after handling ASCII font change.
12552
12553 * frame.c (x_set_font): Handle the case that ARG is a cons.
12554
12555 2009-03-19 Glenn Morris <rgm@gnu.org>
12556
12557 * fileio.c (Fsubstitute_in_file_name): Doc fix.
12558
12559 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
12560
12561 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
12562
12563 2009-03-19 Kenichi Handa <handa@m17n.org>
12564
12565 * charset.c (load_charset_map_from_file): When a mapfile can't be
12566 loaded, signal an error.
12567
12568 2009-03-18 Eli Zaretskii <eliz@gnu.org>
12569
12570 * dired.c (Ffile_attributes): Make sure UID and GID are always
12571 positive, even if the value is too large for a positive EMACS_INT.
12572 Doc fix.
12573
12574 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
12575
12576 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12577
12578 * xmenu.c (xdialog_show): Move Fredisplay call ...
12579 (Fx_popup_dialog): ... here.
12580
12581 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
12582
12583 * dired.c (file_name_completion): Disable the first optimization just
12584 installed, since it is not implemented correctly.
12585
12586 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12587
12588 * dired.c (file_name_completion): Check completion-ignored-extensions
12589 only if the entry can affect bestmatch.
12590 Stop the search early, as Ftry_completion already does.
12591
12592 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
12593
12594 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
12595
12596 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
12597
12598 * keyboard.c (parse_menu_item): Don't display remappings as menu
12599 equivalent bindings (Bug#788).
12600
12601 2009-03-15 Jason Rumney <jasonr@gnu.org>
12602
12603 * w32term.h (WM_EMACS_PAINT): New message.
12604 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
12605 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
12606 before passing to lisp thread. (Bug#950)
12607
12608 2009-03-14 David Reitter <david.reitter@gmail.com>
12609
12610 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
12611 variable as it was never reset.
12612 (ns_term_init): Remove initialization of Lisp-settable defaults
12613 and ns_expand_space.
12614 (-setPanelFromDefaultValues): Remove ns_expand_space.
12615 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
12616 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
12617 i.e. no additional spacing, similar to Carbon port.
12618
12619 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
12620 * nsfns.m (ns-popup-prefs-panel): Remove.
12621
12622 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
12623
12624 * sound.c (alsa_configure): Remove call to deprecated
12625 snd_pcm_sw_params_set_xfer_align.
12626
12627 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
12628
12629 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
12630 after clicking in a detached tool bar.
12631 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
12632
12633 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
12634
12635 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
12636 int/Lisp_Object mixup).
12637
12638 2009-03-13 Kenichi Handa <handa@m17n.org>
12639
12640 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
12641 Handle NAME nil and t correctly. Callers changed.
12642 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
12643 (set_fontset_font): Change ARG to a vector. Handle range_list in
12644 ARG correctly.
12645 (Fset_fontset_font): Fix the case that TARGET is both a script
12646 name and charset name. Adjust the arg to set_fontset_font for
12647 the above change.
12648 (fontset_from_font): Fix previous change.
12649 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
12650 entry. If FONTSET is the default fontset, don't set the extra
12651 slot of the returning char-table.
12652
12653 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
12654
12655 * nsfns.m (Fx_close_connection): Doc fix.
12656 (Fns_do_applescript): Reflow docstring.
12657 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
12658 (Fx_display_pixel_width, Fx_display_pixel_height)
12659 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
12660 Fix typos in docstrings.
12661 (Fns_set_alpha): Fix typos in error messages.
12662
12663 2009-03-12 David Reitter <david.reitter@gmail.com>
12664
12665 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
12666 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
12667 were used for such events.
12668
12669 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
12670 (toggleToolbar, performDragOperation, runHelp): Use it.
12671
12672 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
12673 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
12674
12675 2009-03-11 Kenichi Handa <handa@m17n.org>
12676
12677 * font.h (font_open_by_spec): Extern it.
12678
12679 * font.c (font_open_by_spec): New function.
12680 (font_open_by_name): Use font_open_by_spec.
12681
12682 * frame.c (x_set_font): When ARG is a font-object, don't alter the
12683 fontset of the frame.
12684
12685 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
12686 modify the default font of frames that use this fontset.
12687 (num_auto_fontsets): New variable.
12688 (fontset_from_font): Use num_auto_fontsets to decide a fontset
12689 name. Be sure to set FONTSET_ASCII to the correct font name.
12690 (update_auto_fontset_alist): New function.
12691
12692 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
12693
12694 * makefile.w32-in: Update dependencies.
12695
12696 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
12697
12698 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
12699
12700 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12701
12702 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
12703
12704 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
12705
12706 * lread.c (Feval_buffer): Doc fix.
12707
12708 2009-03-09 Kenichi Handa <handa@m17n.org>
12709
12710 * charset.c (Qfile_name_handler_alist): Extern it.
12711 (load_charset_map_from_file): Temporarily bind
12712 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
12713
12714 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
12715
12716 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
12717 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
12718
12719 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
12720
12721 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
12722 (x_set_window_size): Change back to calculated method of setting
12723 toolbar height under Cocoa. (Bug#2546)
12724 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
12725 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
12726
12727 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
12728
12729 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
12730 accelerator in parens under GNUstep.
12731
12732 2009-03-06 Kenichi Handa <handa@m17n.org>
12733
12734 These changes are to detect incorrect composition sequence without
12735 looking ahead the source. (Bug#2370)
12736
12737 * coding.h: Include "composite.h".
12738 (enum compisition_state): New enum.
12739 (struct compisition_status): New struct.
12740 (struct iso_2022_spec): New member cmp_status.
12741 (struct emacs_mule_spec): New struct.
12742 (struct coding_system): New members ctext_extended_segment_len and
12743 embedded_utf_8. Change the union member
12744 spec.emacs_mule_full_support to spec.emacs_mule.
12745
12746 * coding.c (CODING_ISO_CMP_STATUS): New macro.
12747 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
12748 (MAX_ANNOTATION_LENGTH): Define to 5.
12749 (ADD_COMPOSITION_DATA): New arg nbytes.
12750 (emacs_mule_char): New arg cmp_status.
12751 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
12752 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
12753 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
12754 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
12755 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
12756 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
12757 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
12758 (EMACS_MULE_COMPOSITION_END): New macro.
12759 (emacs_mule_finish_composition): New function.
12760 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
12761 (decode_coding_emacs_mule): Avoid long looking ahead while
12762 handling composition.
12763 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
12764 (ENCODE_COMPOSITION_RULE): New macro.
12765 (finish_composition): New function.
12766 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
12767 (DECODE_COMPOSITION_START): New implementation.
12768 (DECODE_COMPOSITION_END): Likewise.
12769 (STORE_COMPOSITION_RULE): New macro.
12770 (decode_coding_iso_2022): Avoid long looking ahead while handling
12771 composition, CTEXT extended segment, and embedded UTF-8.
12772 (setup_coding_system): For a coding of type iso-2022, reset
12773 CODING_ISO_EXTSEGMENT_LEN (coding) and
12774 CODING_ISO_EMBEDDED_UTF_8 (coding).
12775 (get_translation): Delete arguments last_block, from_nchars,
12776 to_nchars. Callers changed.
12777 (produce_chars): Don't modify charbuf. Adjusted for the change of
12778 get_translation.
12779 (produce_composition): Adjust for the new annotation sequence.
12780 (handle_composition_annotation): Likewise.
12781 (consume_chars): Adjust for the change of get_translation.
12782
12783 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
12784
12785 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
12786
12787 2009-03-05 Kenichi Handa <handa@m17n.org>
12788
12789 * font.c (font_select_entity): New function.
12790 (font_find_for_lface): Use font_select_entity to select a font.
12791
12792 * fontset.c (fontset_find_font): If a font found without
12793 restricting to the characters C doesn't support C, try to find a
12794 font with C restriction.
12795
12796 2009-03-04 Nikolaj Schumacher <me@nschum.de>
12797
12798 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
12799
12800 2009-03-04 Jason Rumney <jasonr@gnu.org>
12801
12802 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
12803 characters that have already been read. (Bug#2569)
12804
12805 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
12806 Log an error message if check_image_size failed.
12807 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
12808 (gs_load): Mention max-image-size in size error message. (Bug#2560)
12809
12810 2009-03-02 Eli Zaretskii <eliz@gnu.org>
12811
12812 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
12813 when decoding process output.
12814
12815 2009-03-01 Richard M Stallman <rms@gnu.org>
12816
12817 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
12818
12819 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
12820
12821 2009-02-28 Eli Zaretskii <eliz@gnu.org>
12822
12823 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
12824 (decode_coding_emacs_mule, decode_coding_iso_2022)
12825 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12826 (decode_coding_raw_text, decode_coding_charset)
12827 (setup_coding_system, decode_eol, decode_coding, consume_chars):
12828 Honor inhibit-eol-conversion. (Bug #2186)
12829
12830 2009-02-28 Jason Rumney <jasonr@gnu.org>
12831
12832 * coding.c (detect_coding_charset): If not checking latin extra,
12833 fail on characters between 0x80 and 0xA0. (Bug#2354)
12834
12835 2009-02-28 Eli Zaretskii <eliz@gnu.org>
12836
12837 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
12838 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
12839
12840 2009-02-27 Glenn Morris <rgm@gnu.org>
12841
12842 * callint.c (Finteractive): Doc fix.
12843
12844 2009-02-27 Kenichi Handa <handa@m17n.org>
12845
12846 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
12847
12848 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
12849
12850 * font.c (font_style_to_value): Set value for unknown symbols to
12851 100 instead of 255.
12852 (weight_table, slant_table, width_table): Treat "unspecified" as
12853 the default value.
12854
12855 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
12856
12857 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
12858
12859 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
12860
12861 * lread.c (Fload): Stop checking Vloads_in_progress and signal
12862 error as soon as a recursive load is detected.
12863
12864 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
12865
12866 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
12867 before caching.
12868
12869 2009-02-24 Kenichi Handa <handa@m17n.org>
12870
12871 * fontset.c (fontset_find_font): Fix the condition for checking
12872 unavailable font.
12873
12874 2009-02-24 Glenn Morris <rgm@gnu.org>
12875
12876 * xfaces.c (Finternal_set_font_selection_order): Remove leading
12877 whitespace that confuses documentation.
12878
12879 2009-02-23 Miles Bader <miles@gnu.org>
12880
12881 * process.c (Flist_system_processes, Fprocess_attributes)
12882 (syms_of_process): Rename `system-process-attributes' to
12883 `process-attributes'.
12884
12885 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
12886
12887 * coding.h (struct coding_system): Make safe_charsets a pointer to
12888 unsigned char.
12889 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
12890 being 255.
12891 (SAFE_CHARSET_P): Likewise.
12892 (setup_iso_safe_charsets): Properly setup safe_charsets.
12893 (Fdefine_coding_system_internal): Likewise.
12894 (setup_coding_system): Likewise. Remove unneeded casts.
12895 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
12896 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS.
12897 Remove unneeded casts.
12898
12899 * insdel.c (del_range_2): Don't modify gap contents when called
12900 from decode_coding_object. (Bug#1809)
12901
12902 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
12903
12904 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
12905 Qfont_object.
12906 (Ftype_of): Recognize font objects.
12907
12908 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
12909
12910 * font.c (Qfont_spec, Qfont_entity, Qfont_object):
12911 Definitions moved to data.c.
12912
12913 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
12914
12915 * nsterm.m (x_make_frame_invisible): Unset async_visible,
12916 async_iconified. Based on a patch by Christian Lynbech
12917 <christian.lynbech@tieto.com>.
12918 (EmacsView-windowDidMiniaturize:): Unset async_visible.
12919
12920 2009-02-20 Glenn Morris <rgm@gnu.org>
12921
12922 * syntax.c (Fskip_chars_forward): Fix doc typo.
12923
12924 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
12925
12926 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
12927
12928 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
12929
12930 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
12931
12932 2009-02-19 Kenichi Handa <handa@m17n.org>
12933
12934 * coding.c (detect_coding): Preserve coding->mode.
12935 Don't overflow coding->carryover. (Bug#2370)
12936
12937 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
12938
12939 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
12940
12941 2009-02-18 Kenichi Handa <handa@m17n.org>
12942
12943 * font.c (font_check_otf_features): Fix handling of `nil' element.
12944 (Ffont_spec): Describe :lang and :otf in the docstring.
12945
12946 2009-02-16 Andreas Schwab <schwab@suse.de>
12947
12948 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
12949 string.
12950
12951 2009-02-16 Kenichi Handa <handa@m17n.org>
12952
12953 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
12954 (Bug#1723)
12955
12956 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
12957
12958 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
12959
12960 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
12961 (handle_line_prefix): Suppress wrapping of wrap prefixes.
12962
12963 2009-02-14 Eli Zaretskii <eliz@gnu.org>
12964
12965 * msdos.c (MAX_SCREEN_BUF): New macro.
12966 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
12967 Encode the entire run of glyphs sharing the same face, instead of
12968 doing that one glyph at a time (fixes a bug with displaying
12969 double-size characters).
12970
12971 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
12972
12973 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
12974
12975 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
12976 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
12977 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
12978
12979 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
12980 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
12981
12982 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12983
12984 * keyboard.c (adjust_point_for_property): Allow stopping between two
12985 invisible areas.
12986
12987 2009-02-12 Jason Rumney <jasonr@gnu.org>
12988
12989 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
12990 (add_font_entity_to_list): Call check_face_name even when family
12991 is unspecified.
12992
12993 * w32term.c (x_display_pixel_height, x_display_pixel_width):
12994 Release DC when finished. Use NULL window to refer to desktop.
12995 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
12996
12997 * w32font.c (add_font_entity_to_list): Fix check for substituted
12998 raster fonts. (Bug#2219)
12999
13000 2009-02-12 Kenichi Handa <handa@m17n.org>
13001
13002 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
13003 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
13004 (autocmp_chars): Use fast_looking_at. Don't compose more
13005 characters than MAX_COMPOSITION_COMPONENTS.
13006 (find_automatic_composition): While looking forward and backward,
13007 check static composition. Fix where to stop looking forward.
13008 (composition_adjust_point): Fix checking of static composition.
13009 (Fcomposition_get_gstring): Pay attention to
13010 MAX_COMPOSITION_COMPONENTS.
13011
13012 * lisp.h (fast_looking_at): Extern it.
13013
13014 * search.c (fast_looking_at): New function.
13015
13016 * term.c (encode_terminal_code): Adjust for the change of
13017 <struct glyph>.u.cmp.to.
13018 (append_composite_glyph): Likewise.
13019
13020 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
13021 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
13022 composition.
13023 (append_composite_glyph): Adjust for the change of
13024 <strcut glyph>.u.cmp.to.
13025
13026 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
13027
13028 * casetab.c (init_casetab_once):
13029 * coding.c (ALLOC_CONVERSION_WORK_AREA):
13030 * font.c (font_update_lface):
13031 * fontset.c (Fnew_fontset):
13032 * ftfont.c (ftfont_drive_otf):
13033 * xfont.c (xfont_open):
13034 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
13035
13036 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13037
13038 * fileio.c (Fwrite_region): !NILP -> CONSP.
13039
13040 2009-02-10 Andreas Schwab <schwab@suse.de>
13041
13042 * process.c (send_process): Properly relocate pointer into data
13043 when using encoded data. (Bug#2272)
13044
13045 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
13046
13047 * coding.c (detect_coding_charset): Fix previous change.
13048
13049 2009-02-08 Jason Rumney <jasonr@gnu.org>
13050
13051 * w32fns.c (w32_hide_hourglass): Handle case where frame
13052 disappeared while hourglass was displayed. (Bug #2193)
13053
13054 2009-02-07 Andreas Schwab <schwab@suse.de>
13055
13056 * unexelf.c (unexec): Fix error message.
13057
13058 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
13059
13060 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
13061 when modal window is active. (Bug #2152)
13062 (applicationShouldTerminate:): Remove now-unneeded while loop
13063 around NSRunAlertPanel.
13064
13065 * nsmenu.m (popupSession): New file-global variable.
13066 (pop_down_menu): End the popupSession before closing dialog.
13067 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
13068 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
13069 don't query NSApp for events (just sleep instead).
13070
13071 2009-02-07 Eli Zaretskii <eliz@gnu.org>
13072
13073 * coding.c (syms_of_coding) <translation-table-for-input>:
13074 Modify doc string to discourage use for character code unification.
13075
13076 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13077
13078 * atimer.c (run_timers): Update pending_atimers.
13079
13080 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
13081
13082 * image.c (svg_load_image): Fix last change.
13083
13084 * xfns.c (Fx_create_frame): Signal an error if no font is
13085 found (Bug#2147).
13086
13087 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
13088
13089 * character.c (syms_of_character) <script-representative-chars>:
13090 Fix typo in docstring.
13091
13092 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13093
13094 * nsmenu.m (pop_down_menu): New function.
13095 (ns_popup_dialog): Call it on unwind.
13096 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
13097 call timer_check() (Bug#2154).
13098 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
13099 handling_signal is set.
13100 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
13101
13102 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
13103
13104 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
13105
13106 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
13107
13108 * keyboard.c (poll_for_input_1, handle_async_input):
13109 Set handling_signal under HAVE_NS.
13110
13111 2009-02-04 Glenn Morris <rgm@gnu.org>
13112
13113 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
13114
13115 2009-02-04 Kenichi Handa <handa@m17n.org>
13116
13117 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
13118
13119 * charset.c (Fchar_charset): New optional arg restriction.
13120
13121 * coding.h (coding_system_charset_list): Extern it.
13122
13123 * coding.c (coding_system_charset_list): New function.
13124
13125 * composite.c: Include coding.h and termhooks.h.
13126 (composition_gstring_p): Fix for the terminal case.
13127 (composition_gstring_width): Likewise.
13128 (fill_gstring_body): Likewise.
13129 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
13130 the frame.
13131 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
13132 is within a composition.
13133 (Fcomposition_get_gstring): Fix the terminal case.
13134
13135 * term.c (encode_terminal_code): Fix handling of composition.
13136 (produce_composite_glyph): For static composition, get pixel_width
13137 from struct composition.
13138
13139 2009-02-02 Andreas Schwab <schwab@suse.de>
13140
13141 * unexelf.c (unexec): Handle unaligned bss offset.
13142
13143 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13144
13145 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
13146 XT,w32read_socket changes to ns_read_socket.
13147
13148 * keyboard.c (handle_interrupt): Don't call
13149 quit_throw_to_read_char() under NS.
13150
13151 * blockinput.h: Remove NS-specific code.
13152
13153 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
13154
13155 * dispnew.c (window_change_signal): Don't try to get the size of a
13156 suspended tty frame.
13157 * term.c (Fresume_tty): Resize if the size has changed while the
13158 tty was suspended.
13159
13160 * alloc.c (mark_stack): Properly conditionalize previous change.
13161
13162 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
13163
13164 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
13165 * w32term.c (w32_read_socket) [SYNC_INPUT]:
13166 Remove; this code is not used on Windows.
13167
13168 2009-01-30 Eli Zaretskii <eliz@gnu.org>
13169
13170 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
13171 EOLs that also has stray ^M characters.
13172
13173 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
13174
13175 * atimer.c (run_timers, alarm_signal_handler):
13176 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
13177 * w32inevt.c (w32_console_read_socket):
13178 * w32term.c (w32_read_socket):
13179 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
13180
13181 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
13182
13183 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
13184 Initialize it as a relative filename pattern.
13185 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
13186 (Fcall_process_region): Simplify temp file creation using
13187 temporary-file-directory.
13188
13189 2009-01-29 Eli Zaretskii <eliz@gnu.org>
13190
13191 * msdos.c: Rename pending_signals to msdos_pending_signals.
13192 (sig_suspender, sigprocmask): Adjust.
13193
13194 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
13195
13196 * keyboard.c (pending_signals): New var.
13197 (poll_for_input, input_available_signal, init_keyboard): Set it.
13198 (process_pending_signals): New function.
13199
13200 * lisp.h (QUIT): Check pending_signals instead of
13201 interrupt_input_pending. Use process_pending_signals.
13202
13203 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
13204
13205 * process.c (wait_reading_process_output): Use process_pending_signals.
13206
13207 * sysdep.c (emacs_write): Use process_pending_signals.
13208
13209 * xterm.c (XTread_socket): Update pending_signals.
13210
13211 * w32term.c (w32_read_socket): Update pending_signals.
13212
13213 * w32inevt.c (w32_console_read_socket): Update pending_signals.
13214
13215 2009-01-29 Kenichi Handa <handa@m17n.org>
13216
13217 * xftfont.c (xftfont_has_char): New function.
13218 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
13219
13220 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
13221
13222 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
13223 under GNUstep.
13224 (ns_query_color): New declaration.
13225
13226 * nsterm.m (ns_confirm_quit): New variable.
13227 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
13228 (EmacsApp-applicationShouldTerminate:): Use it.
13229 (EmacsPrefsController): Let user set it.
13230 (ns_query_color): New function.
13231 (ns_defined_color): Use it.
13232 (ns_initialize): Drop.
13233 (ns_term_init): Add two lines from ns_initialize(), and set
13234 input_interrupt_mode to nil.
13235
13236 * image.c (svg_load_image): Don't right-shift background RGB when
13237 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
13238
13239 2009-01-28 Kenichi Handa <handa@m17n.org>
13240
13241 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
13242 (fontset_get_font_group): Remember that no font-group is specified
13243 for C.
13244
13245 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
13246
13247 * fns.c (concat): Check for string overflow (bug#1787).
13248
13249 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
13250 Quadruple undo limits (bug#1501).
13251
13252 2009-01-27 Kenichi Handa <handa@m17n.org>
13253
13254 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
13255 directly use GT_Get_Char_index.
13256
13257 * xftfont.c (struct xftfont_info): New member `index'.
13258
13259 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
13260 (Ffontset_font): Adjust for the change of fontset entry.
13261
13262 2009-01-26 Kenichi Handa <handa@m17n.org>
13263
13264 * fontset.c (fontset_find_font): Fix handling of non-cons return
13265 value of fontset_get_font_group.
13266 (fontset_font): Revert last change.
13267
13268 2009-01-26 Jason Rumney <jasonr@gnu.org>
13269
13270 * w32font.c (w32font_list_internal): Return quickly if registry is
13271 unknown. Simplify final return.
13272 (add_font_entity_to_list): Break complex logic down into more
13273 manageable chunks. Move unknown registry check to
13274 w32font_list_internal.
13275
13276 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
13277
13278 Changes to remove Feval calls from GUI under NS.
13279
13280 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
13281 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
13282 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
13283
13284 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
13285 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
13286 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
13287 instead of NON_ASCII_KEYSTROKE_EVENT.
13288 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
13289 (EmacsApp-applicationShouldTerminate:): Query user.
13290 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
13291 instead of Feval.
13292
13293 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
13294
13295 * keyboard.c (kbd_buffer_get_event): Check for it.
13296 (keys_of_keyboard): Define lispy keys for
13297 ns-put/unput-working-text.
13298
13299 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
13300 versions.
13301 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
13302
13303 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
13304
13305 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
13306 setting current_buffer directly. (Bug#2044)
13307
13308 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
13309
13310 * fontset.c (fontset_font): If we know there is no font, don't do
13311 any work. (Bug#1952, bug#1990).
13312
13313 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
13314
13315 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13316
13317 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
13318 (ns_no_defaults): New declaration.
13319 (main): Use it.
13320
13321 * nsterm.h (ns_no_defaults): New declaration.
13322
13323 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
13324
13325 * nsterm.m (ns_no_defaults): New variable.
13326 (ns_initialize): Don't read defaults when ns_no_defaults.
13327 (EmacsView-readSelectionFromPasteboard:)
13328 (writeSelectionToPasteboard:types:): New stubbed-out methods for
13329 NSServicesRequests protocol. (Bug#1435)
13330 (ns_dumpglyphs_stretch): New function.
13331 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
13332 of 2008-11-15 to other terms. (Bug#615)
13333
13334 * nsimage.m (setPixmapData:): Set to ignore image DPI.
13335
13336 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
13337
13338 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
13339 call for Sparc64.
13340
13341 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13342
13343 * nsfns.m:
13344 * nsgui.h:
13345 * nsmenu.m:
13346 * nsselect.m:
13347 * nsterm.h:
13348 * nsterm.m: Remove '23' comments that indicated code added during
13349 update from emacs-20 -> emacs-23.
13350
13351 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13352
13353 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
13354 ns_alternate_modifier. (Bug#1217)
13355
13356 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
13357 Display all shortcuts, including those w/o super modifier.
13358
13359 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
13360
13361 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
13362
13363 * fileio.c (Vwrite_region_post_annotation_function)
13364 (Vwrite_region_annotation_buffers): New vars.
13365 (build_annotations_unwind): Just reset
13366 Vwrite_region_annotation_buffers.
13367 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
13368 Call write-region-post-annotation-function.
13369 (build_annotations): Add to Vwrite_region_annotation_buffers if
13370 buffer changes.
13371
13372 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
13373
13374 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
13375 Tiger.
13376 * nsfns.m (ns_do_applescript):
13377 Conditionalize typeUTF16ExternalRepresentation on Tiger.
13378
13379 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
13380
13381 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
13382
13383 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
13384
13385 * nsmenu.m (NSMENUPROFILE): Change #if style.
13386
13387 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
13388
13389 * nsterm.m (x_set_frame_alpha): Add prototype.
13390 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
13391 handle Ctrl-tab. (Bug#1841)
13392 (ns_get_color): Use unsigned long long for scanned hex string value.
13393 (ns_term_shutdown): Abort on non SIGTERM signals.
13394 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
13395 (EmacsPrefsController-setPanelFromDefaultValues): New function.
13396 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
13397 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
13398 (ns_defined_color): Fix settings of the XColor variable fields:
13399 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
13400
13401 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
13402 DPI. (Bug#1316)
13403 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
13404 values in onTiger section.
13405
13406 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
13407
13408 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
13409 Check return value of font_spec_from_name.
13410 (Fx_list_fonts): Doc fix. (Bug#1951)
13411
13412 * font.c (font_spec_from_name): Return Qnil if font name could not
13413 be parsed.
13414 (font_parse_name): Treat a `?' character as part of an XLFD.
13415
13416 * fns.c (Fsubstring): Doc fix.
13417
13418 2009-01-19 Kenichi Handa <handa@m17n.org>
13419
13420 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
13421 (ftfont_list): Likewise.
13422
13423 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
13424
13425 * dbusbind.c (Fdbus_register_signal):
13426 * process.c (conv_sockaddr_to_lisp):
13427 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
13428
13429 * callproc.c (Fgetenv_internal): Doc fix.
13430
13431 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
13432
13433 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
13434 it is not even used.
13435
13436 2009-01-16 Glenn Morris <rgm@gnu.org>
13437
13438 * font.c (Ffont_variation_glyphs): Silence compiler.
13439
13440 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
13441
13442 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
13443 Reported by David Robinow <drobinow@gmail.com>.
13444
13445 2009-01-15 Kenichi Handa <handa@m17n.org>
13446
13447 * coding.c (detect_coding_system): Fix handling of null_byte_found.
13448
13449 2009-01-14 Jason Rumney <jasonr@gnu.org>
13450
13451 * frame.c (x_set_font): Always store a font to the font parameter,
13452 never a fontset. (Bug#1562)
13453
13454 2009-01-14 Kenichi Handa <handa@m17n.org>
13455
13456 * coding.c (TWO_MORE_BYTES): New macro.
13457 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
13458
13459 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
13460
13461 * font.c (font_clear_prop): If clearing the family, clear the font
13462 width index too.
13463
13464 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
13465
13466 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
13467
13468 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
13469 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
13470 functions, use sizeof.
13471
13472 2009-01-12 Martin Rudalics <rudalics@gmx.at>
13473
13474 * keyboard.c (read_char): Fix case where last_nonmenu_event
13475 returned a bad value with submenus. (Bug#447)
13476
13477 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
13478
13479 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
13480 family, clear the font width index too.
13481
13482 2009-01-11 Jason Rumney <jasonr@gnu.org>
13483
13484 * keyboard.c (cmd_error_internal): Exit when errors occur before
13485 frame creation and not in daemon mode. (Bug#1836)
13486
13487 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
13488
13489 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
13490 of a display vector, backtrack.
13491 (try_window_reusing_current_matrix): Check glyph type before
13492 referencing charpos member.
13493
13494 2009-01-10 Eli Zaretskii <eliz@gnu.org>
13495
13496 Fix Bug #876:
13497
13498 * coding.c (inhibit_null_byte_detection): New variable.
13499 (detect_coding, detect_coding_system): Don't pay attention to null
13500 bytes if inhibit_null_byte_detection is non-zero.
13501 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
13502 <inhibit-iso-escape-detection>: Doc fix.
13503
13504 2009-01-09 Jason Rumney <jasonr@gnu.org>
13505
13506 * w32font.c (add_font_entity_to_list): Don't report unknown
13507 Windows charset as any unrecognized registry. (Bug#1548)
13508 Only report Unicode Plane 2 fonts as unicode-sip.
13509
13510 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
13511
13512 * xfaces.c (Fx_font_family_list): Delete function.
13513 Move compatibility version to faces.el.
13514
13515 * font.c (Ffont_family_list): Return a list of strings, not symbols.
13516
13517 2009-01-09 Martin Rudalics <rudalics@gmx.at>
13518
13519 * frame.c (x_set_frame_parameters): Remember requested value for
13520 fullscreen before it's reset by the parameter handler.
13521
13522 2009-01-09 Glenn Morris <rgm@gnu.org>
13523
13524 * keyboard.c (last_command_char): For clarity, rename to...
13525 (last_command_event): ... and update all users.
13526 (last_input_char): For clarity, rename to...
13527 (last_input_event): ... and update all users.
13528 (last-command-char, last-input-char): Move to subr.el as aliases.
13529 * cmds.c, commands.h: Update for last_command_char rename.
13530
13531 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
13532
13533 * font.c (font_open_for_lface): Handle unspecified height attribute.
13534
13535 2009-01-08 Jason Rumney <jasonr@gnu.org>
13536
13537 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
13538 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
13539 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
13540 Don't declare.
13541 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
13542 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
13543
13544 2009-01-07 Kenichi Handa <handa@m17n.org>
13545
13546 * fileio.c (Finsert_file_contents): In the case of replace,
13547 remember the coding system used for decoding in
13548 coding_system (Bug#1039).
13549
13550 * coding.c (decode_coding_utf_8): Check byte_after_cr before
13551 breaking the loop. (Bug#870)
13552 (decode_coding_utf_16, decode_coding_emacs_mule)
13553 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
13554 (decode_coding_charset): Likewise.
13555
13556 2009-01-05 Martin Rudalics <rudalics@gmx.at>
13557
13558 * frame.c (x_set_frame_parameters): Make sure height (width) get
13559 applied when fullwidth (fullheight) is set. (Bug#1522)
13560
13561 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
13562
13563 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
13564 (utc_base): Declare as ULONGLONG, not long double.
13565 (convert_time_raw): Delete.
13566 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
13567 (initialize_utc_base): New function.
13568 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
13569 (convert_from_time_t): Use initialize_utc_base; compute result with
13570 64-bit arithmetic.
13571 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
13572
13573 2009-01-03 Eli Zaretskii <eliz@gnu.org>
13574
13575 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
13576 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
13577 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
13578 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
13579 [!subprocesses]: Define.
13580 (syms_of_process) [!subprocesses]: Intern and staticpro them.
13581 (Flist_system_processes, Fsystem_process_attributes)
13582 [!subprocesses]: Call list_system_processes and
13583 system_process_attributes instead of returning Qnil.
13584
13585 * dosfns.c (system_process_attributes, list_system_processes):
13586 New functions.
13587
13588 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
13589
13590 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
13591 Don't use the default (no-op) implementation.
13592
13593 2009-01-03 Jason Rumney <jasonr@gnu.org>
13594
13595 * keyboard.c (parse_modifiers_uncached): Wheel events are
13596 clicks (bug#687).
13597
13598 * w32term.c (x_query_colors, x_query_color): New functions.
13599
13600 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
13601 (svg_load_image): Cast returned pointers from dynamically loaded
13602 functions. Eliminate W32 specific code.
13603
13604 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
13605
13606 * nsfns.m (x_set_foreground_color, x_set_background_color)
13607 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
13608 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
13609 x_ prefix instead of ns_. Update references.
13610 (syms_of_nsfns): Add a FIXME comment.
13611
13612 * nsterm.m (x_set_cursor_type): New prototype.
13613 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
13614
13615 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
13616 for Solaris instead of incorrectly providing Qutime and Qcutime.
13617
13618 2009-01-02 Eli Zaretskii <eliz@gnu.org>
13619
13620 * w32.c (process_times): Compute sum of utime and stime.
13621 (system_process_attributes): Add Qtime to the alist.
13622
13623 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
13624 and add them to the alist.
13625
13626 * process.c (top level) <Qtime, Qctime>: New variables.
13627 (syms_of_process): staticpro them.
13628 (Fsystem_process_attributes): Add their documentation to the doc
13629 string.
13630
13631 * process.h: Declare Qtime and Qctime.
13632
13633 2009-01-02 Jason Rumney <jasonr@gnu.org>
13634
13635 * image.c (Qgobject): New symbol.
13636 (syms_of_image): Initialize it.
13637 (init_svg_functions): Load some functions from gobject library.
13638
13639 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
13640
13641 * frame.c (make_terminal_frame): Remove redundant code and useless
13642 block.
13643
13644 2009-01-01 Andreas Schwab <schwab@suse.de>
13645
13646 * process.c (conv_sockaddr_to_lisp): Add workaround for
13647 getsockname bug on BSD.
13648
13649 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
13650
13651 * xfns.c (x_create_tip_frame): Set border width of the X window.
13652
13653 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
13654
13655 2009-01-01 Jason Rumney <jasonr@gnu.org>
13656
13657 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
13658 Don't block input, as per earlier xterm.c changes.
13659
13660 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
13661
13662 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
13663 (ns_appkit_version_int): New function.
13664 (x-server-version): Use ns_appkit_version_int and follow 21+
13665 convention of returning 3 integers.
13666
13667 2008-12-30 Kenichi Handa <handa@m17n.org>
13668
13669 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
13670 (CHAR_SURROGATE_PAIR_P): New macro.
13671
13672 * font.h (struct font_driver): New member get_variation_glyphs.
13673
13674 * font.c (font_range): Don't require a font for a variation selector.
13675 (Ffont_variation_glyphs): New function.
13676 (syms_of_font): Defsubr it.
13677
13678 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
13679 ftfont_variation_glyphs.
13680 (setup_otf_gstring): New function.
13681 (ftfont_drive_otf): Use it.
13682 (ftfont_shape_by_flt): Handle variation selector.
13683 (ftfont_variation_glyphs): New function.
13684
13685 2008-12-30 Martin Rudalics <rudalics@gmx.at>
13686
13687 * frame.c (Vemacs_iconified): Remove.
13688
13689 2008-12-30 Jason Rumney <jasonr@gnu.org>
13690
13691 * frame.c (store_frame_param, x_get_arg): Enable newer code on
13692 WINDOWSNT too, as related changes have already been synced. (Bug#117)
13693
13694 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
13695
13696 * indent.c (Fvertical_motion): Don't advance iterator if we have
13697 reseated to the desired position.
13698
13699 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
13700 checking for pos match.
13701
13702 2008-12-30 Kenichi Handa <handa@m17n.org>
13703
13704 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
13705 just get the low 8-bit of the code.
13706
13707 * font.c (font_intern_prop): Validate str as multibyte.
13708
13709 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
13710
13711 * dispextern.h (struct face): Move lface and hash from the middle
13712 of bitfields.
13713
13714 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
13715
13716 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
13717
13718 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
13719 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
13720 instead of intervals.h.
13721
13722 2008-12-26 Andreas Schwab <schwab@suse.de>
13723
13724 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
13725 cons.
13726
13727 2008-12-26 Martin Rudalics <rudalics@gmx.at>
13728
13729 * textprop.c (Qminibuffer_prompt): New variable.
13730 (syms_of_textprop): Initialize it.
13731 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
13732 in minibuffer-prompt face. (Bug#1662)
13733
13734 2008-12-25 Jason Rumney <jasonr@gnu.org>
13735
13736 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
13737
13738 2008-12-24 Jason Rumney <jasonr@gnu.org>
13739
13740 * ralloc.c (r_alloc_reset_variable): New function.
13741
13742 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
13743 record of what points where. (Bug#716)
13744
13745 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
13746
13747 * minibuf.c (read_minibuf): Follow the non-interactive case when
13748 running as a daemon, before detaching.
13749
13750 2008-12-22 Andreas Schwab <schwab@suse.de>
13751
13752 * buffer.c (init_buffer): Use realloc instead of xrealloc.
13753 * gtkutil.c (free_widget_value): Use xfree instead of free.
13754
13755 2008-12-22 Martin Rudalics <rudalics@gmx.at>
13756
13757 * frame.c (delete_frame): New function derived from
13758 Fdelete_frame to handle Qnoelisp value for FORCE argument.
13759 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
13760 (Fdelete_frame): Call delete_frame. Remove line from doc-string
13761 saying that FORCE non-nil doesn't run `delete-frame-functions'.
13762 * frame.h: Extern delete_frame.
13763 * window.c (window_loop):
13764 * terminal.c (delete_terminal):
13765 * xterm.c (x_connection_closed):
13766 * xfns.c (Fx_hide_tip):
13767 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
13768
13769 2008-12-21 Jason Rumney <jasonr@gnu.org>
13770
13771 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
13772 when character maps to .notdef character.
13773
13774 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
13775
13776 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
13777
13778 2008-12-20 Jason Rumney <jasonr@gnu.org>
13779
13780 * frame.c (Fmake_terminal_frame): Raise an error when called from
13781 a graphical frame on Windows. (Bug#1325)
13782
13783 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
13784
13785 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
13786
13787 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
13788
13789 * minibuf.c (Fread_buffer): Doc fix.
13790
13791 2008-12-20 Jason Rumney <jasonr@gnu.org>
13792
13793 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
13794 server name in UNC paths. (Bug#719)
13795
13796 * coding.c (decode_coding): Clear chars_at_source flag when using
13797 charbuf. (Bug#1035)
13798
13799 2008-12-19 Daniel Engeler <engeler@gmail.com>
13800
13801 * sysdep.c (serial_configure): Fix typo.
13802
13803 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
13804
13805 * sysdep.c: Include alloca.h.
13806 (system_process_attributes): Add implementation for Solaris.
13807
13808 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
13809
13810 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
13811
13812 Reorganize implementation of Flist_system_processes and
13813 Fsystem_process_attributes. No functional changes.
13814 * process.c: Don't #include pwd.h, grp.h and limits.h.
13815 (Flist_system_processes): Just call list_system_processes.
13816 (Fsystem_process_attributes): Just call system_process_attributes.
13817 (procfs_list_system_processes, time_from_jiffies)
13818 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
13819 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
13820
13821 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
13822 (list_system_processes): Rename from
13823 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
13824 Provide a do nothing implementation.
13825 (system_process_attributes): Rename from
13826 procfs_list_system_processes.
13827 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
13828 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
13829
13830 * w32.c (list_system_processes): Rename from
13831 w32_list_system_processes.
13832 (system_process_attributes): Rename from
13833 w32_system_process_attributes.
13834
13835 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
13836
13837 * process.h (w32_list_system_processes)
13838 (w32_system_process_attributes): Remove.
13839 (list_system_processes, system_process_attributes):
13840 New prototypes.
13841
13842 2008-12-19 Kenichi Handa <handa@m17n.org>
13843
13844 * xfont.c (xfont_decode_coding_xlfd): New function.
13845 (xfont_encode_coding_xlfd): New function.
13846 (xfont_list_pattern): Decode XLFD by iso-8859-1.
13847 (xfont_list): Decode and encode XLFD by iso-8859-1.
13848 (xfont_match): Likewise.
13849 (xfont_list_family): Likewise.
13850 (xfont_open): Likewise.
13851
13852 * ftfont.c (ftfont_open): Generate a multibyte string if given
13853 names are utf-8.
13854
13855 * xftfont.c (xftfont_open): Generate a multibyte string if given
13856 names are utf-8.
13857
13858 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
13859
13860 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
13861 changed.
13862 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
13863 clicked on a detached tool bar button.
13864
13865 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
13866
13867 * emacs.c (main): Print and error and exit when no data is read
13868 from the pipe.
13869
13870 2008-12-17 Jason Rumney <jasonr@gnu.org>
13871
13872 * w32font.c (w32font_has_char): Always return -1.
13873
13874 2008-12-16 Kenichi Handa <handa@m17n.org>
13875
13876 * font.c (font_open_entity): Fix previous change.
13877
13878 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
13879
13880 * process.c: Include <limits.h>.
13881
13882 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
13883
13884 * font.c (font_update_drivers): Fix mistake in reconstructing the
13885 driver list.
13886
13887 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
13888
13889 * font.c (font_clear_cache): Fix format of font cache data.
13890
13891 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
13892
13893 * xftfont.c (xftfont_open): Free Xft font pattern if
13894 XftFontOpenPattern fails.
13895
13896 * xterm.c (x_free_frame_resources): Remove extraneous call to
13897 free_frame_faces.
13898
13899 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
13900
13901 * xterm.c (x_delete_display): Move xim_close_dpy call to
13902 x_delete_terminal.
13903 (x_delete_terminal): Call xim_close_dpy.
13904
13905 2008-12-13 Jason Rumney <jasonr@gnu.org>
13906
13907 * w32font.c (intern_font_name): New function.
13908 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
13909 (w32font_open_internal, Fx_select_font): Decode font name.
13910 (fill_in_logfont, list_all_matching_fonts): Encode font name.
13911
13912 * w32font.h (intern_font_name): Declare new function.
13913
13914 * w32uniscribe.c (add_opentype_font_name_to_list):
13915 Use intern_font_name.
13916
13917 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
13918
13919 * frame.c (Fdelete_frame): Call free_font_driver_list.
13920
13921 * font.c (free_font_driver_list): Implement missing function.
13922
13923 * w32term.c (w32_term_init): Don't initialize the image cache
13924 here; it will be done in init_frame_faces.
13925
13926 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
13927 (struct x_display_info): Remove unused member null_pixel.
13928 New member xim_callback_data.
13929
13930 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
13931 (xim_initialize): Save pointer to callback function data.
13932 (xim_close_dpy): Free callback function data. Call XCloseIM,
13933 reverting 2008-11-04 change by David Smith.
13934 (x_term_init): Don't initialize the image cache here; it will be
13935 done in init_frame_faces. Remove ancient "null_pixel" cruft.
13936 (x_delete_display): Free x_dnd_atoms member.
13937
13938 2008-12-13 Kenichi Handa <handa@m17n.org>
13939
13940 * font.c (font_rescale_ratio): Move from xfaces.c.
13941 Argument type changed. Handle a font-spec too.
13942 (font_score): Check Vface_font_rescale_alist.
13943 (font_open_entity): Likewise. (Bug#1547)
13944
13945 * xfaces.c (font_rescale_ratio): Move to font.c.
13946
13947 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
13948
13949 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
13950
13951 2008-12-12 Jason Rumney <jasonr@gnu.org>
13952
13953 * w32fns.c (x_display_info_for_name, Fx_open_connection):
13954 Set Vwindow_system_version to the real w32 major version.
13955
13956 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
13957
13958 * term.c (init_tty): Move setting the terminal name before the
13959 potential user: maybe_fatal.
13960
13961 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
13962
13963 * term.c (tty_free_frame_resources): Rename from delete_tty_output;
13964 all callers changed. Call free_frame_faces to free the face cache.
13965
13966 2008-12-11 Jason Rumney <jasonr@gnu.org>
13967
13968 * w32font.c (fill_in_logfont): Don't assume symbol script means
13969 SYMBOL_CHARSET. (Bug#547)
13970
13971 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
13972 size for surrogates. (Bug#1096, bug#872)
13973
13974 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
13975
13976 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
13977
13978 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
13979
13980 * process.c (Fsystem_process_attributes, syms_of_process):
13981 Fix typo in name of Ssystem_process_attributes.
13982 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
13983
13984 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
13985
13986 * syntax.c (Fmodify_syntax_entry): Doc fix.
13987
13988 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
13989
13990 * font.c (Ffont_spec): Move usage to end of docstring.
13991
13992 2008-12-10 Jason Rumney <jasonr@gnu.org>
13993
13994 * w32font.c (Qcham): New symbol.
13995 (font_supported_scripts): Add cham, and comments for other new
13996 scripts in bitfield from OpenType spec.
13997 (add_font_entity_to_list): Limit unicode-sip fonts to those that
13998 contain characters beyond the bmp.
13999
14000 2008-12-10 Kenichi Handa <handa@m17n.org>
14001
14002 * ftfont.c (fc_charset_table): Add "unicode-sip".
14003 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
14004 Qunicode_sip.
14005
14006 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
14007
14008 * coding.c (QCdefault_char): Rename from QCdefalut_char.
14009 (Fcoding_system_put): Use QCdefault_char.
14010 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
14011
14012 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
14013
14014 * xftfont.c (syms_of_xftfont): Fix typo.
14015
14016 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
14017
14018 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14019
14020 * emacs.c (main): Close daemon_pipe on exec.
14021
14022 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
14023
14024 * termchar.h (struct tty): New members termcap_term_buffer and
14025 termcap_strings_buffer.
14026
14027 * term.c (encode_terminal_code): Free any previous memory blocks
14028 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
14029 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
14030 All callers changed.
14031 (init_tty): Store termcap data and string buffers in new struct
14032 tty members termcap_term_buffer and termcap_strings_buffer.
14033 (delete_tty): Free them.
14034 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
14035
14036 2008-12-07 Seiji Zenitani <zenitani@mac.com>
14037
14038 * nsfns.m (ns_set_background_color): Remove code duplication.
14039 It was a substitute for face-transparency on OS X 10.3.
14040
14041 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
14042
14043 * coding.c (make_conversion_work_buffer): Disable buffer
14044 modification hooks in the work buffer.
14045
14046 2008-12-05 Eli Zaretskii <eliz@gnu.org>
14047
14048 * process.c (procfs_system_process_attributes): If `nread' has a
14049 negative value, assign zero to it.
14050
14051 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
14052
14053 * eval.c (Vdebug_on_error): Doc fix.
14054
14055 2008-12-05 Kenichi Handa <handa@m17n.org>
14056
14057 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
14058 second character is a combining character.
14059
14060 2008-12-05 Eli Zaretskii <eliz@gnu.org>
14061
14062 * process.c (procfs_system_process_attributes): Don't use cmd,
14063 cmdsize, and q without initializing them first.
14064
14065 2008-12-04 Jason Rumney <jasonr@gnu.org>
14066
14067 * w32font.c (w32font_draw): Initialize orig_clip before getting
14068 it, and delete it when finished.
14069
14070 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
14071
14072 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
14073 case when running as a daemon before detaching.
14074
14075 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
14076
14077 * w32.c (init_environment): Don't unload library shell32.dll.
14078
14079 2008-12-03 Kenichi Handa <handa@m17n.org>
14080
14081 * font.c (font_at): Set `multibyte' at first.
14082
14083 * coding.c (decode_coding_charset): Check type of an element of
14084 vector VALIDS.
14085 (encode_coding_emacs_mule): Be sure to set `code'.
14086
14087 * fontset.c (face_for_char): Handle invalid charset property correctly.
14088 (font_for_char): Likewise.
14089
14090 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
14091
14092 * font.c (Fopen_font): Compute pixel size correctly.
14093 (font_update_lface): Handle fonts with corrupted size specs,
14094 i.e. non-int and non-float.
14095
14096 * ftfont.c (ftfont_match): Initialize entity variable.
14097 (ftfont_resolve_generic_family): Avoid using uninitialized var.
14098 (ftfont_list_family): Initialize list var earlier.
14099
14100 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
14101
14102 * xterm.c (x_draw_glyph_string): Fall back on
14103 underline_minimum_offset for underline position.
14104
14105 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14106
14107 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
14108
14109 * character.c (c_string_width): Specify the type for LEN.
14110
14111 2008-12-03 Kenichi Handa <handa@m17n.org>
14112
14113 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
14114 (decode_coding_utf_8): Likewise.
14115 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
14116 (produce_chars): Initialize consumed_chars to 0.
14117
14118 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
14119
14120 * keyboard.c (make_lispy_position): Only use PT if the selected
14121 window is current.
14122
14123 2008-12-02 Andreas Schwab <schwab@suse.de>
14124
14125 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
14126
14127 * doprnt.c (doprnt1): Fix size of charbuf.
14128
14129 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
14130
14131 * keyboard.c (timer_check): Revert last change.
14132
14133 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
14134
14135 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
14136
14137 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
14138
14139 * makefile.w32-in: Update dependencies.
14140 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
14141
14142 2008-12-01 Andreas Schwab <schwab@suse.de>
14143
14144 * font.c (register_font_driver): Use xmalloc.
14145 (font_put_frame_data): Likewise.
14146
14147 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
14148
14149 * xfaces.c (realize_x_face): Make abort condition clearer.
14150
14151 * gtkutil.c (update_frame_tool_bar): Initialize variable.
14152
14153 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
14154
14155 * keyboard.c (timer_check): After a timer runs, ensure that the
14156 selected window's buffer is current.
14157
14158 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
14159
14160 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
14161 It was accidentally restored by the Unicode merge.
14162
14163 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
14164
14165 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
14166
14167 * w32proc.c: Include "coding.h".
14168 (Fw32_short_file_name): Encode filename passed to Windows API.
14169 (Fw32_long_file_name): Encode filename passed to Windows API and
14170 decode back the result. (Bug#1433)
14171
14172 2008-11-29 Kenichi Handa <handa@m17n.org>
14173
14174 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
14175 not before accessing it.
14176
14177 * charset.c (Fdefine_charset_internal): After calculating
14178 min_char, max_char, and fastmap, copy the charset structure again.
14179 (encode_char): Fix the previous change.
14180
14181 2008-11-28 Seiji Zenitani <zenitani@mac.com>
14182
14183 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
14184
14185 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
14186
14187 * nsterm.m (x_set_frame_alpha): New function.
14188
14189 2008-11-27 Eli Zaretskii <eliz@gnu.org>
14190
14191 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
14192
14193 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
14194
14195 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
14196 pointer to check_face_name.
14197
14198 2008-11-27 Kenichi Handa <handa@m17n.org>
14199
14200 * category.h (SET_CATEGORY_SET): Call set_category_set.
14201 (set_category_set): Extern it.
14202
14203 * category.c (hash_get_category_set): New function.
14204 (Fmodify_category_entry): Adjust for the change of
14205 char_table_ref_and_range. Call hash_get_category_set to get a
14206 category set to store in the table.
14207
14208 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
14209 Funify_charset.
14210
14211 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
14212 (DECODE_CHAR): Check if the decoder vector is ready.
14213 (ENCODE_CHAR): Check if the encoder char-table is ready.
14214 (maybe_unify_char): Extern it.
14215
14216 * charset.c (Vchar_unified_charset_table): Delete it.
14217 (inhibit_load_charset_map): New variable.
14218 (temp_charset_work): New variable.
14219 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
14220 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
14221 New macros.
14222 (load_charset_map): Meaning of control_flag changed.
14223 If inhibit_load_charset_map is nonzero, setup a table in
14224 temp_charset_work.
14225 (load_charset): New argument control_flag.
14226 (map_charset_for_dump): New function.
14227 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
14228 map_charset_for_dump.
14229 (Fdefine_charset_internal): If the charset method is MAP, load
14230 mapping tables by calling load_charset.
14231 (Funify_charset): Don't load a mapping table but directly set
14232 Vchar_unify_table.
14233 (maybe_unify_char): New function.
14234 (decode_char): Don't handle the deleted method MAP_DEFERRED.
14235 Handle the case of inhibit_load_charset_map being nonzero.
14236 (encode_char): Don't handle the deleted method MAP_DEFERRED.
14237 Handle the case of inhibit_load_charset_map being nonzero.
14238 (Fclear_charset_maps): Just free temp_charset_work.
14239 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
14240 variable.
14241
14242 * chartab.c (sub_char_table_ref_and_range): Adjust for the
14243 change of char_table_ref_and_range.
14244 (char_table_ref_and_range): Change the meaning of argument FROM
14245 and TO. Now the caller must provide initial values for *FROM
14246 and *TO.
14247
14248 * fontset.c (fontset_add): Adjust for the change of
14249 char_table_ref_and_range.
14250 (fontset_get_font_group): Likewise.
14251 (Ffontset_info): Likewise.
14252
14253 * keymap.c (describe_vector): Adjust for the change of
14254 char_table_ref_and_range. For char-table, put boundary between
14255 non-ASCII and 8-bit characters.
14256
14257 * print.c (print_object): For bool-vector, delete unnecessary
14258 check of ASCII_BYTE_P.
14259
14260 2008-11-26 Jason Rumney <jasonr@gnu.org>
14261
14262 * w32font.c (w32font_open_internal): Don't include external
14263 leading in font height. (Bug#879)
14264
14265 2008-11-26 Glenn Morris <rgm@gnu.org>
14266
14267 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
14268 redefinition with ifdef. (Bug#1383)
14269
14270 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
14271
14272 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
14273
14274 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
14275
14276 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
14277 New EmacsView methods.
14278 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
14279 Fixes bug #1048,1357,1414.
14280
14281 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
14282
14283 Fix bug #1362.
14284 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
14285 is not an indexed color.
14286 * nsterm.m (free_indexed_color): Add argument checking.
14287 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
14288
14289 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
14290
14291 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
14292 Document confirm-after-completion value for
14293 minibuffer-completion-confirm.
14294
14295 2008-11-24 Jason Rumney <jasonr@gnu.org>
14296
14297 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
14298 warning.
14299
14300 2008-11-23 Jason Rumney <jasonr@gnu.org>
14301
14302 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
14303 restored before returning.
14304
14305 * w32font.c (check_face_name): New function.
14306 (add_font_entity_to_list): Use it to filter out common substituted
14307 fonts. (Bug#642)
14308
14309 2008-11-22 Martin Rudalics <rudalics@gmx.at>
14310
14311 * buffer.c (Fswitch_to_buffer): Reword and mention new option
14312 confirm-nonexistent-file-or-buffer in doc-string.
14313
14314 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14315
14316 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
14317 Fix copy/paste typo. Add checks.
14318
14319 2008-11-21 Kenichi Handa <handa@m17n.org>
14320
14321 * coding.c (detect_coding_iso_2022): Reject invalid composition
14322 sequence.
14323 (DECODE_COMPOSITION_START): If the current source is the last
14324 block, and the current composition doesn't end, regard this
14325 sequence as invalid.
14326 (decode_coding_iso_2022): Handle invalid composition sequence.
14327
14328 2008-11-20 Martin Rudalics <rudalics@gmx.at>
14329
14330 * window.c (coordinates_in_window): Don't return
14331 ON_VERTICAL_BORDER for the rightmost position of a mode/header
14332 line when the window is not the rightmost one. (Bug#1372)
14333
14334 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
14335
14336 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
14337
14338 2008-11-15 Eli Zaretskii <eliz@gnu.org>
14339
14340 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
14341 and bright_bg if noninteractive is non-zero.
14342
14343 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14344
14345 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
14346 x_draw_glyph_string_background.
14347
14348 * w32term.c (x_draw_glyph_string): Likewise.
14349
14350 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
14351
14352 * xterm.c (x_draw_glyph_string): Stop drawing the background of
14353 the next glyph string once past the overhang width.
14354
14355 * nsterm.m (ns_draw_glyph_string): Likewise.
14356
14357 * w32term.c (x_draw_glyph_string): Likewise.
14358
14359 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
14360
14361 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
14362 double file close.
14363
14364 2008-11-14 Martin Rudalics <rudalics@gmx.at>
14365
14366 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
14367 dedicated status of window before attempting to display another
14368 buffer in it.
14369
14370 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
14371
14372 * msdos.c (Fmsdos_long_file_names):
14373 (syms_of_msdos) <dos-unsupported-char-glyph>:
14374 * dosfns.c (Fint86): Fix typos in docstrings.
14375
14376 2008-11-14 Eli Zaretskii <eliz@gnu.org>
14377
14378 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
14379
14380 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14381
14382 * puresize.h (BASE_PURESIZE): Increase to 1260000.
14383
14384 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
14385
14386 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
14387
14388 * frame.h: Negative alpha means "don't touch".
14389
14390 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
14391
14392 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
14393
14394 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14395
14396 * hftctl.c:
14397 * chpdef.h:
14398 * acldef.h: Remove files used only for systems no longer supported.
14399
14400 * Makefile.in: Fix .o alphabetical ordering.
14401 (hftctl.o): Remove dependency, file removed.
14402 (keymap.o, print.o): Depend on charset.h.
14403
14404 2008-11-10 Kenichi Handa <handa@m17n.org>
14405
14406 * character.c (Fget_byte): Fix and make it faster for unibyte target.
14407
14408 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
14409
14410 * dired.c (file_name_completion): If completion_ignore_case is
14411 enabled, ignore case when checking completion-regexp-list.
14412
14413 2008-11-08 Eli Zaretskii <eliz@gnu.org>
14414
14415 * vm-limit.c (get_lim_data): Fix last change.
14416
14417 2008-11-08 Kenichi Handa <handa@m17n.org>
14418
14419 * character.c (Fget_byte): New function.
14420 (syms_of_character): Defsubr Fget_byte.
14421
14422 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
14423
14424 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
14425 cursor position is valid after scrolling.
14426
14427 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
14428
14429 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
14430
14431 2008-11-06 Glenn Morris <rgm@gnu.org>
14432
14433 * xterm.c (handle_one_xevent): Don't let popup menus cause
14434 mouse-autoselect-window related window switching. (Bug#1261)
14435
14436 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
14437
14438 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
14439
14440 2008-11-04 Andreas Schwab <schwab@suse.de>
14441
14442 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
14443
14444 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
14445
14446 * xfns.c (Fx_wm_set_size_hint): New function.
14447
14448 2008-11-03 Martin Rudalics <rudalics@gmx.at>
14449
14450 * textprop.c (Fprevious_single_char_property_change): Return 0
14451 when there's no change in a string. (Bug#1301)
14452
14453 2008-11-02 Martin Rudalics <rudalics@gmx.at>
14454
14455 * frame.c (do_switch_frame): New argument NORECORD passed to
14456 Fselect_window.
14457 (Fselect_frame): New argument NORECORD passed to
14458 do_switch_frame.
14459 (Fset_frame_selected_window): New argument NORECORD passed to
14460 Fselect_frame.
14461 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
14462 in call of do_switch_frame.
14463 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
14464 Handle NORECORD argument in call of Fselect_frame.
14465 * lisp.h (do_switch_frame, Fselect_frame)
14466 (Fset_frame_selected_window): Adjust declarations.
14467 * window.c (select_frame_norecord): New function.
14468 (run_window_configuration_change_hook): Use it and call
14469 Fselect_frame with NORECORD set.
14470 (Fselect_window): Pass NORECORD to Fselect_frame.
14471 (Fset_window_configuration): Handle NORECORD argument in call of
14472 do_switch_frame.
14473 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
14474 Fset_frame_selected_window.
14475 * keyboard.c (command_loop_1): Handle NORECORD in call of
14476 Fselect_frame (currently ifdefd).
14477
14478 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
14479
14480 * emacs.c (USAGE2): Untabify.
14481
14482 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
14483
14484 * composite.c (fill_gstring_header): Fix copy/paste typo.
14485
14486 2008-10-31 Martin Rudalics <rudalics@gmx.at>
14487
14488 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
14489 (Fother_window): Rename argument and rewrite doc-string.
14490 (select_window_norecord): Fix return value. (Bug#1276)
14491
14492 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
14493
14494 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
14495 new frames overriding foreground for tooltips. Based on similar patch
14496 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
14497
14498 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
14499
14500 * emacs.c (Fdaemon_initialized): Initialize nfd.
14501
14502 2008-10-29 Martin Rudalics <rudalics@gmx.at>
14503
14504 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
14505 (Fwindow_text_height): Clarify doc-strings.
14506 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
14507 doc-string of window-scroll-functions.
14508
14509 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14510
14511 * category.c (syms_of_category): Fix typo in docstring.
14512
14513 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
14514
14515 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
14516 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
14517 Fix typos in docstrings.
14518
14519 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
14520
14521 * emacs.c (daemon_pipe): Make non-static.
14522 (IS_DAEMON): Move definition ...
14523 * lisp.h (IS_DAEMON): ... here.
14524 (daemon_pipe): Declare.
14525 (is_daemon): Remove.
14526 * dispnew.c (init_display): Use IS_DAEMON.
14527
14528 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14529
14530 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
14531 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
14532
14533 * emacs.c (is_daemon): Remove.
14534 (main): Don't set is_daemon.
14535 (IS_DAEMON): New macro.
14536 (Fdaemonp, Fdaemon_initialized): Use it.
14537 (Fdaemon_initialized): Write a char into the pipe to make sure the
14538 parent exits.
14539 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
14540
14541 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
14542
14543 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
14544 over-sized glyph, draw it with the default glyph width.
14545
14546 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
14547 glyph, draw it with the default glyph width.
14548
14549 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
14550 glyph, draw it with the default glyph width.
14551
14552 * xdisp.c (try_scrolling): When computing the distance from the
14553 scroll margin to PT, try moving some distance past the window
14554 bottom before giving up.
14555
14556 2008-10-27 Martin Rudalics <rudalics@gmx.at>
14557
14558 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
14559 (Fset_window_buffer): Explain in doc-string that a window can be
14560 "strongly" dedicated to its buffer.
14561
14562 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
14563
14564 * emacs.c (daemon_name): New variable.
14565 (main): Deal with --daemon=SERVER_NAME.
14566 (Fdaemonp): Return a name if one was passed to --daemon.
14567
14568 2008-10-26 Romain Francoise <romain@orebokech.com>
14569
14570 * emacs.c (daemon_pipe): New variable.
14571 (main): Create a pipe before forking, make the parent exit only after
14572 the child has closed its end of the pipe. Move closing the
14573 descriptors ...
14574 (Fdaemon_initialized): ... here. New function.
14575
14576 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
14577
14578 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
14579 the previous unoptimized table.
14580
14581 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
14582 the distinction between non-nil and non-t value of `dedicated'.
14583
14584 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
14585
14586 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
14587 read_char_minibuf_menu_text is large enough to hold the menu string.
14588
14589 2008-10-25 Martin Rudalics <rudalics@gmx.at>
14590
14591 * window.c (Fget_buffer_window, Fdelete_windows_on)
14592 (Freplace_buffer_in_windows): Make buffer argument optional and
14593 rename to buffer_or_name.
14594
14595 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
14596
14597 * xdisp.c (handle_single_display_spec, handle_display_prop):
14598 Undo 2005-05-16 change.
14599 (handle_stop): Pop iterator if it's loaded with an empty string.
14600 (get_overlay_strings_1): Don't save iterator if it's loaded with
14601 an empty string (bug#1201).
14602
14603 2008-10-24 Kenichi Handa <handa@m17n.org>
14604
14605 * ftfont.c (ftfont_otf_features): Fix previous change.
14606 (ftfont_otf_capability): Check FeatureList.FeatureCount before
14607 calling ftfont_otf_features.
14608
14609 2008-10-24 Kenichi Handa <handa@m17n.org>
14610
14611 * font.c (font_match_p): Fix for the case that a vector of
14612 characters is in script-representative-chars.
14613
14614 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
14615
14616 * dbusbind.c (xd_in_read_queued_messages): New variable.
14617 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
14618 (xd_read_queued_messages): Catch Qdbus_error from the macros.
14619 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
14620 macro. (Bug#1186)
14621
14622 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
14623
14624 * s/sol2-10.h: New file.
14625
14626 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
14627
14628 * xdisp.c (fill_glyph_string): Fix typo in source (though the
14629 poor beast has survived 9+ years and the jump from xterm.c!).
14630
14631 2008-10-23 Martin Rudalics <rudalics@gmx.at>
14632
14633 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
14634 Reword doc-string.
14635 (Fbury_buffer): In doc-string say what happens to the buffer's window.
14636
14637 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
14638
14639 * character.c (syms_of_character) <script-representative-chars>:
14640 <unicode-category-table>: Doc fixes.
14641
14642 2008-10-23 Noah Friedman <friedman@splode.com>
14643
14644 * coding.c (make_conversion_work_buffer): Check that
14645 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
14646 Fget_buffer_create.
14647
14648 2008-10-23 Kenichi Handa <handa@m17n.org>
14649
14650 * font.c (font_add_log): Check the values of extra properties.
14651
14652 2008-10-22 Martin Rudalics <rudalics@gmx.at>
14653
14654 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
14655 Reword doc-string.
14656 (Fset_window_parameter): Use NILP.
14657 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
14658 (Frecenter): Use "selected" instead of "current" window in doc-strings.
14659
14660 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
14661
14662 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
14663
14664 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
14665
14666 * nsfns.m (ns_appkit_version): New function.
14667 (x-server-version): Use it.
14668 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
14669 (x-server-vendor): Don't check_ns().
14670
14671 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
14672
14673 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
14674
14675 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
14676 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
14677
14678 2008-10-22 Kenichi Handa <handa@m17n.org>
14679
14680 * syntax.c (scan_words): Call word_boundary_p instead of comparing
14681 scripts.
14682
14683 * category.c (word_boundary_p): Check scripts instead of charset.
14684 Handle nil value in word-separating-categories and
14685 word-combining-categories.
14686 (syms_of_category): Fix docstrings of word-separating-categories
14687 and word-combining-categories.
14688
14689 2008-10-21 Eli Zaretskii <eliz@gnu.org>
14690
14691 * coding.c (Fencode_coding_region, Fdecode_coding_region)
14692 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
14693
14694 2008-10-21 Martin Rudalics <rudalics@gmx.at>
14695
14696 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
14697 Rename arg "buffer" to "buffer_or_name".
14698 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
14699 it optional.
14700 (no_switch_window): Remove since the return value is not used.
14701 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
14702 Consider window as dedicated when Fwindow_dedicated_p returns a
14703 non-nil value.
14704 * lisp.h: Remove prototype for no_switch_window.
14705
14706 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
14707
14708 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
14709 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
14710
14711 2008-10-21 Kenichi Handa <handa@m17n.org>
14712
14713 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
14714 check Vlatin_extra_code_table.
14715
14716 2008-10-20 Eli Zaretskii <eliz@gnu.org>
14717
14718 * fileio.c (Fset_file_modes): Doc fix.
14719
14720 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
14721
14722 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
14723 in arrays.
14724
14725 2008-10-19 Martin Rudalics <rudalics@gmx.at>
14726
14727 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
14728 Mention kill-buffer in doc-string.
14729 (Fset_window_buffer): Reinsert tem check removed in last commit.
14730 (Fenlarge_window, Fshrink_window): Have argument names and
14731 doc-string follow Elisp manual more closely.
14732
14733 2008-10-18 Eli Zaretskii <eliz@gnu.org>
14734
14735 * fileio.c (Fset_file_modes): Doc fix.
14736
14737 2008-10-18 Martin Rudalics <rudalics@gmx.at>
14738
14739 * window.c (Fwindow_width, Fset_window_start)
14740 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
14741 (Fdelete_windows_on, Freplace_buffer_in_windows):
14742 Make doc-strings follow code and Elisp manual more closely.
14743 (Fwindow_dedicated_p): Make window argument optional.
14744 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
14745 (Fset_window_buffer): Respect any non-nil dedicated value for
14746 window. Rename "buffer" argument to "buffer_or_name".
14747
14748 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
14749
14750 * m/sh3.h: New file, machine description for SuperH.
14751
14752 2008-10-17 Martin Rudalics <rudalics@gmx.at>
14753
14754 * window.c (Fsplit_window): Rename arg horflag to horizontal.
14755
14756 2008-10-17 Kenichi Handa <handa@m17n.org>
14757
14758 * ftfont.c (ftfont_otf_features): Fix indexing
14759 gsub_gpos->FeatureList.Feature. Check the validity of indices.
14760
14761 2008-10-16 Magnus Henoch <mange@freemail.hu>
14762
14763 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
14764 (Fdbus_call_method_asynchronously): Ditto.
14765 This change makes C-h f display the argument list.
14766
14767 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
14768
14769 * fileio.c (Fexpand_file_name): Doc fix.
14770
14771 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
14772 of :foreground and :background equivalent to unspecified (20.x
14773 compatibility).
14774
14775 2008-10-15 Eli Zaretskii <eliz@gnu.org>
14776
14777 * buffer.c (syms_of_buffer): Doc fix.
14778
14779 2008-10-14 Kenichi Handa <handa@m17n.org>
14780
14781 * font.c (font_clear_prop): When clearing font width, clear the
14782 average width field too.
14783
14784 2008-10-12 Andreas Schwab <schwab@suse.de>
14785
14786 * ftfont.c (ftfont_shape_by_flt): Make static.
14787 * ftfont.h (ftfont_shape_by_flt): Don't declare.
14788
14789 * font.c: Don't include <m17n-flt.h>.
14790
14791 2008-10-10 Eli Zaretskii <eliz@gnu.org>
14792
14793 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
14794
14795 2008-10-09 Eli Zaretskii <eliz@gnu.org>
14796
14797 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
14798 away code.
14799
14800 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
14801
14802 * dispnew.c (update_text_area): Avoid looping due to large glyph
14803 overhangs (bug#1070).
14804
14805 2008-10-09 Kenichi Handa <handa@m17n.org>
14806
14807 * fontset.c (face_for_char): If face->fontset is negative, just
14808 return ascii_face.
14809
14810 * font.c (font_delete_unmatched): Fix previous change.
14811 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
14812
14813 2008-10-09 Martin Rudalics <rudalics@gmx.at>
14814
14815 * frame.c (Fraise_frame): On text-only terminals select frame in
14816 order to make it visible. (Bug#1061)
14817
14818 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
14819
14820 * fontset.c (fontset_find_font): Check frame validity.
14821
14822 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
14823
14824 * gtkutil.c (xg_display_open): Reset default display if none exists.
14825 (xg_display_close): Allow Emacs to close all displays (bug#985).
14826
14827 2008-10-06 Andreas Schwab <schwab@suse.de>
14828
14829 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
14830
14831 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
14832
14833 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
14834
14835 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
14836
14837 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
14838 during initialization.
14839
14840 2008-10-04 Eli Zaretskii <eliz@gnu.org>
14841
14842 * xdisp.c (redisplay_internal): If frame switched, redisplay the
14843 whole thing on MSDOS frames as well as on a TTY.
14844
14845 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
14846 well as for TTY.
14847 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
14848 well as on a TTY.
14849
14850 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
14851 as well as for TTY.
14852
14853 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
14854
14855 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
14856 MSDOS frames as well.
14857
14858 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
14859
14860 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
14861 correct arguments.
14862 * menu.c (find_and_return_menu_selection): Add cast.
14863
14864 2008-10-03 Glenn Morris <rgm@gnu.org>
14865
14866 * emacs.c (USAGE1): Add --daemon.
14867
14868 2008-10-02 Eli Zaretskii <eliz@gnu.org>
14869
14870 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
14871 100, so it's in percents as advertised.
14872
14873 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
14874
14875 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
14876 (ns_output.current_cursor, ns_output.desired_cursor)
14877 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
14878 (FRAME_NEW_CURSOR_COLOR): Remove.
14879
14880 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
14881 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
14882 enumeration (HOLLOW_BOX_CURSOR, etc.).
14883
14884 * nsterm.m (ns_frame_rehighlight): Remove commented code.
14885 (draw_window_cursor): Simplify code.
14886 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
14887 Don't change cursor type. In latter, call rehighlight instead of doing
14888 updates manually.
14889 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
14890 Use core Emacs cursor types.
14891
14892 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
14893
14894 2008-10-02 Martin Rudalics <rudalics@gmx.at>
14895
14896 * process.c (Faccept_process_output): Fix doc-string.
14897
14898 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
14899
14900 * gmalloc.c (__sbrk): Also define for uClibc.
14901
14902 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
14903 for uClibc.
14904
14905 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
14906
14907 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
14908 styles.
14909 (nsfont_open): Reenable the cache.
14910
14911 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
14912
14913 * font.c (font_matching_entity): Reflect ATTRS in font selection.
14914 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
14915
14916 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14917
14918 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
14919 a suspended terminal.
14920
14921 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
14922
14923 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
14924
14925 2008-09-30 Eli Zaretskii <eliz@gnu.org>
14926
14927 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
14928
14929 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
14930
14931 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
14932 in a continued line coincides with a line beginning.
14933
14934 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
14935
14936 * nsfont.m (nsfont_trait_distance): Fix bug.
14937 (nsfont_list): Return a list rather than a vector (syncs with Handa
14938 changes of 2008-05-14).
14939 (nsfont_open): Improve logging.
14940
14941 2008-09-29 Andreas Schwab <schwab@suse.de>
14942
14943 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
14944
14945 2008-09-28 Martin Rudalics <rudalics@gmx.at>
14946
14947 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
14948 name as char-resolve-modifiers.
14949 Reported by: Markus Triska <markus.triska@gmx.at>
14950
14951 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
14952
14953 * dispnew.c (init_display): Return earlier when running as a daemon.
14954
14955 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
14956
14957 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
14958
14959 2008-09-27 Eli Zaretskii <eliz@gnu.org>
14960
14961 * composite.c (Fcomposition_get_gstring)
14962 (Fcompose_region_internal, Fcompose_string_internal)
14963 (Ffind_composition_internal): Doc fix.
14964 (syms_of_composite) <compose-chars-after-function>: Doc fix.
14965 (syms_of_composite) <auto-composition-function>: Doc fix.
14966 (syms_of_composite) <composition-function-table>: Doc fix.
14967
14968 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
14969
14970 * search.c (wordify): New argument for lax word-ends.
14971 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
14972
14973 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
14974
14975 * lisp.h (is_daemon): Declare.
14976 * dispnew.c (init_display): Do not try to initialize the terminal
14977 when running as a daemon.
14978
14979 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
14980
14981 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
14982 x_display_pixel_height.
14983
14984 2008-09-22 Martin Rudalics <rudalics@gmx.at>
14985
14986 * undo.c (record_point): Don't call Fundo_boundary for first
14987 change. (Bug#731)
14988
14989 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
14990
14991 * emacs.c (Fdaemonp): Doc fix.
14992
14993 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
14994
14995 * emacs.c (main): Place #ifdef in the proper place.
14996
14997 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14998
14999 * emacs.c (standard_args): Add --daemon.
15000 (main): Disconnect from the terminal when --daemon is passed.
15001 (is_daemon): New variable.
15002 (Fdaemonp): New function.
15003 (syms_of_emacs): Defsubr it.
15004
15005 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
15006
15007 * xdisp.c (get_next_display_element): Handle string display
15008 correctly when checking for the end of a box run.
15009
15010 2008-09-20 Glenn Morris <rgm@gnu.org>
15011
15012 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
15013 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
15014 (Frename_file): Avoid copying to trash if a rename involves
15015 a delete. (Bug#964).
15016
15017 2008-09-20 Eli Zaretskii <eliz@gnu.org>
15018
15019 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
15020 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
15021 frames as well as termcap frames.
15022 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
15023 get_named_tty.
15024
15025 2008-09-19 Eli Zaretskii <eliz@gnu.org>
15026
15027 * process.c (procfs_system_process_attributes): Fix cmdline in
15028 case /proc/PID/cmdline is empty.
15029
15030 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
15031 x_display_pixel_height.
15032
15033 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
15034
15035 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
15036
15037 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
15038 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
15039
15040 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
15041
15042 * dispextern.h (struct it): Move line_wrap away from the middle of
15043 bitfields. Move voffset in struct iterator_stack_entry after the
15044 bitfields. Move tab_width near after another short.
15045
15046 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
15047
15048 * frame.h (struct frame): Move alpha from the middle of bitfields.
15049
15050 * window.h (struct window): Move frozen_window_start_p after the
15051 rest of the bitfields to reduce padding.
15052
15053 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
15054
15055 * xterm.h (x_display_info): Remove `height' and `width' members.
15056
15057 * nsterm.h (ns_display_info): Remove `height' and `width' members.
15058
15059 * w32term.h (w32_display_info): Remove `height', `width',
15060 `height_in', and `width_in' members.
15061
15062 * xterm.c (x_display_pixel_height, x_display_pixel_width):
15063 New functions.
15064 (x_calc_absolute_position): Use them.
15065 (x_term_init): Omit removed `height' and `width' members.
15066
15067 * w32term.c (x_display_pixel_height, x_display_pixel_width):
15068 New functions.
15069 (w32_read_socket, x_calc_absolute_position): Use them.
15070 (w32_initialize_display_info, w32_term_init): Omit removed members
15071 of w32_display_info.
15072
15073 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
15074 New functions.
15075 (ns_initialize_display_info): Omit removed members of ns_display_info.
15076
15077 * xterm.c (x_display_pixel_height, x_display_pixel_width):
15078 New functions.
15079 (x_calc_absolute_position): Use them.
15080 (x_term_init): Omit removed `height' and `width' members.
15081
15082 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
15083 (compute_tip_xy):
15084 * frame.c (x_fullscreen_adjust):
15085 * xmenu.c (menu_position_func): Use x_display_pixel_height and
15086 x_display_pixel_width.
15087
15088 2008-09-18 Kenichi Handa <handa@m17n.org>
15089
15090 * composite.c (fill_gstring_header): Don't check FROM and TO here.
15091 (composition_compute_stop_pos): Fix handling of static composition.
15092 (Fcomposition_get_gstring): Check FROM and TO at first.
15093
15094 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
15095
15096 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
15097 mixup (YAILOM).
15098
15099 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
15100
15101 * indent.c (Fvertical_motion): Use position reported by iterator
15102 instead of PT for determining screen motion (bug#943).
15103
15104 2008-09-17 Romain Francoise <romain@orebokech.com>
15105
15106 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
15107
15108 2008-09-17 Kenichi Handa <handa@m17n.org>
15109
15110 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
15111
15112 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
15113 if necessary.
15114
15115 2008-09-16 Kenichi Handa <handa@m17n.org>
15116
15117 * coding.c (make_conversion_work_buffer): Avoid calling
15118 Fget_buffer_create if it is not necessary.
15119
15120 2008-09-15 Martin Rudalics <rudalics@gmx.at>
15121
15122 * window.c (Fselect_window): Don't update window_select_count and
15123 use_time when norecord is not nil.
15124
15125 2008-09-14 Kenichi Handa <handa@m17n.org>
15126
15127 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
15128 specpdl_ptr.
15129
15130 2008-09-12 Kenichi Handa <handa@m17n.org>
15131
15132 * indent.c (scan_for_column): Don't handle automatic composition
15133 if the current buffer is not associated with a window.
15134
15135 * composite.c (composition_reseat_it): If the current buffer is
15136 not associated with a window, ignore the automatic composition.
15137 (find_automatic_composition): Likewise.
15138
15139 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15140
15141 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
15142 (Fgpm_mouse_stop): Use it.
15143 * termhooks.h (close_gpm): Declare.
15144 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
15145 connection if Gpm_GetEvent fails.
15146
15147 * window.c (set_window_buffer): Always preserve current-buffer.
15148
15149 2008-09-12 Glenn Morris <rgm@gnu.org>
15150
15151 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
15152
15153 2008-09-11 Glenn Morris <rgm@gnu.org>
15154
15155 * charset.c (charset-map-path): Doc fix.
15156
15157 2008-09-10 Kenichi Handa <handa@m17n.org>
15158
15159 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
15160
15161 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
15162 compose a grapheme cluster with the preceding base glyph.
15163
15164 * composite.c (composition_compute_stop_pos): Fix previous change.
15165 Reset cmp_it->id to -1 at first.
15166
15167 2008-09-10 Glenn Morris <rgm@gnu.org>
15168
15169 * Makefile.in (character.o, chartab.o): Fix config.h typo.
15170
15171 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
15172
15173 * keyboard.c (read_key_sequence): Reapply translation maps when
15174 switching keyboards.
15175
15176 2008-09-09 Kenichi Handa <handa@m17n.org>
15177
15178 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
15179 characters.
15180
15181 * composite.c (FORWARD_CHAR): Fix calculation
15182 of (POSITION).pos_byte.
15183 (composition_compute_stop_pos): Limit the search of composition to
15184 at most 500 characters ahead. If we reach the limit or find a
15185 newline, set cmp_it->ch to -2 and return 0.
15186 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
15187
15188 2008-09-08 Kenichi Handa <handa@m17n.org>
15189
15190 * indent.c (Fvertical_motion): Be sure to set
15191 it_overshoot_expected if it.cmp_it.id is non-negative.
15192
15193 2008-09-07 Andreas Schwab <schwab@suse.de>
15194
15195 * callproc.c (Fcall_process): Don't hold references to string data
15196 across garbage collection. Move initialisation of new_argv down
15197 to avoid compiler bug.
15198
15199 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15200
15201 * process.c (Fsystem_process_attributes): Doc fix.
15202
15203 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
15204
15205 * callproc.c (Fcall_process): Canonicalize current directory name.
15206
15207 * xdisp.c (move_it_to): When moving by vpos, ensure that the
15208 iterator advances to the next line if the current line ends in a
15209 continued tab.
15210
15211 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
15212
15213 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
15214 member to point to cmp_from.
15215
15216 * xdisp.c: Doc fix for references to gidx data member.
15217
15218 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15219
15220 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
15221
15222 2008-09-07 Kenichi Handa <handa@m17n.org>
15223
15224 * composite.c (FORWARD_CHAR): Check STOP after
15225 incrementing (POSITION).pos.
15226
15227 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15228
15229 * process.c (Fsystem_process_attributes): Doc fix.
15230
15231 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
15232
15233 * keyboard.c (Ftop_level): Doc fix.
15234
15235 2008-09-06 Eli Zaretskii <eliz@gnu.org>
15236
15237 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
15238 minibuffer, don't let lower part of menu invade the echo area.
15239
15240 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
15241 "char *q" to access menu text and advance through it. Revert the
15242 change that displayed ">" instead of ASCII character 0x10.
15243
15244 2008-09-05 Eli Zaretskii <eliz@gnu.org>
15245
15246 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
15247 toggle boxes and radio buttons on MS-DOS as well.
15248
15249 2008-09-05 Kenichi Handa <handa@m17n.org>
15250
15251 * composite.c (autocmp_chars): Check lookback count.
15252 (composition_compute_stop_pos): Set cmp_it->lookback.
15253 (composition_reseat_it): Check lookback count.
15254 (struct position_record): New struct.
15255 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
15256 (find_automatic_composition): New function.
15257 (composition_adjust_point): Use find_automatic_composition.
15258
15259 * dispextern.h (struct composition_it): New member lookback.
15260
15261 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
15262
15263 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
15264 if moving by a single line.
15265
15266 2008-09-02 Andreas Schwab <schwab@suse.de>
15267
15268 * xterm.c (x_delete_display): Fix merge error.
15269
15270 * fileio.c (Fexpand_file_name): Remove unused variables.
15271
15272 2008-09-02 Eli Zaretskii <eliz@gnu.org>
15273
15274 * fileio.c (Fexpand_file_name): Copy argument `name' into local
15275 storage on all platforms, not just on DOS_NT.
15276
15277 2008-09-02 Jason Rumney <jasonr@gnu.org>
15278
15279 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
15280 Ensure mouse is not grabbed after menu is finished.
15281
15282 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
15283
15284 * xfaces.c (Finternal_set_alternative_font_family_alist)
15285 (Finternal_set_alternative_font_registry_alist): Properly copy
15286 entire alist structure.
15287
15288 2008-09-01 Kenichi Handa <handa@m17n.org>
15289
15290 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
15291 representative chars of the script is a vector.
15292 (ftfont_list): Handle the case where the representative chars of
15293 the script is a vector.
15294
15295 * character.c (syms_of_character): Docstring of
15296 script-representative-chars fixed.
15297
15298 2008-08-31 Eli Zaretskii <eliz@gnu.org>
15299
15300 * msdos.c (BUILD_CHAR_GLYPH): New macro.
15301 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
15302 the menu. Allocate larger buffer for `text', to account for
15303 possible ^C characters.
15304
15305 2008-08-31 Martin Rudalics <rudalics@gmx.at>
15306
15307 * xdisp.c (prepare_menu_bars): Don't call
15308 Vwindow_size_change_functions with arg Qt.
15309
15310 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
15311
15312 * font.h (font_range):
15313 * fileio.c (report_file_error):
15314 * composite.c (composition_update_it): Yet another int/Lisp_Object
15315 mixup (YAILOM).
15316
15317 2008-08-30 Glenn Morris <rgm@gnu.org>
15318
15319 * data.c (Fmake_variable_frame_local): Doc fix.
15320
15321 * frame.c (Fmodify_frame_parameters): Doc fix.
15322
15323 2008-08-30 Eli Zaretskii <eliz@gnu.org>
15324
15325 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
15326 needed by GetTokenInformation.
15327 (w32_system_process_attributes): Check return values of all system
15328 APIs.
15329
15330 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
15331 only when the state changes.
15332 (IT_update_begin, IT_update_end): Add termscript trace.
15333
15334 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
15335 clipboard is unavailable. Set dst to NULL if it doesn't point to
15336 malloc'ed data.
15337 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
15338 passing random values to xfree.
15339
15340 * dispnew.c (init_display): Set `tty's association in frame's
15341 parameters alist to the name of the terminal device, if that is known.
15342
15343 2008-08-29 Jason Rumney <jasonr@gnu.org>
15344
15345 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
15346
15347 2008-08-29 Eli Zaretskii <eliz@gnu.org>
15348
15349 * composite.c (fill_gstring_body): Avoid compiler warnings.
15350
15351 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
15352 LGLYPH_SET_CODE to avoid compiler warnings.
15353
15354 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
15355
15356 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
15357
15358 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
15359 LGLYPH_SET_CODE.
15360
15361 2008-08-29 Kenichi Handa <handa@m17n.org>
15362
15363 * fileio.c (report_file_error): Don't downcase the first character
15364 of errstring if it is still unibyte.
15365
15366 2008-08-29 Kenichi Handa <handa@m17n.org>
15367
15368 These changes are to re-implement the automatic composition so
15369 that it doesn't use text properties.
15370
15371 * Makefile.in (ftfont.o): Depend on composite.h.
15372 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
15373
15374 * character.h (Vunicode_category_table): Extern it.
15375
15376 * character.c (Vunicode_category_table): New variable.
15377 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
15378
15379 * chartab.c (optimize_sub_char_table): Perform more greedy
15380 optimization.
15381
15382 * composite.h (enum composition_method):
15383 Delete COMPOSITION_WITH_GLYPH_STRING.
15384 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
15385 (Vcomposition_function_table): Extern it.
15386 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
15387 (composition_gstring_put_cache, composition_gstring_from_id)
15388 (composition_gstring_p, composition_gstring_width)
15389 (composition_compute_stop_pos, composition_reseat_it)
15390 (composition_update_it, composition_adjust_point): Extern them.
15391 (Fcomposition_get_gstring): EXFUN it.
15392
15393 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
15394 (Vcomposition_function_table)
15395 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
15396 (gstring_hash_table, gstring_work, gstring_work_headers):
15397 New variables.
15398 (gstring_lookup_cache, composition_gstring_put_cache)
15399 (composition_gstring_from_id, composition_gstring_p)
15400 (composition_gstring_width, fill_gstring_header)
15401 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
15402 (composition_reseat_it, composition_update_it)
15403 (composition_adjust_point, Fcomposition_get_gstring): New functions.
15404 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
15405 and gstring_work_headers. DEFVAR_LISP composition-function-table.
15406 Defsubr composition_get_gstring.
15407
15408 * dispextern.h (struct glyph): New union u.cmp. Delete the member
15409 cmp_id.
15410 (struct glyph_string): Delete the member gidx. New members
15411 cmp_id, cmp_from, and cmp_to.
15412 (enum it_method): Delete GET_FROM_COMPOSITION.
15413 (struct composition_it): New struct.
15414 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
15415 Delete c, len, cmp_id, cmp_len in u.comp.
15416
15417 * font.h (enum lgstring_indices): Delete it.
15418 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
15419 (enum lglyph_indices): Likewise.
15420 (font_range): Adjust extern.
15421 (font_fill_lglyph_metrics): Extern it.
15422
15423 * font.c (QCf): New variable.
15424 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
15425 (font_prepare_composition): Delete this function.
15426 (font_range): Type and arguments changed.
15427 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
15428 (font_fill_lglyph_metrics): New function.
15429 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
15430 (syms_of_font): DEFSYM QCf. Delete defsubr for
15431 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
15432 Defsubr Sfont_shape_gstring.
15433
15434 * fontset.h (font_for_char): Extern it.
15435
15436 * fontset.c (font_for_char): New function.
15437
15438 * ftfont.c: Include composite.h.
15439 (ftfont_resolve_generic_family): Add langset "en" to pattern.
15440 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
15441
15442 * indent.c: Include composite.h and dispextern.h.
15443 (check_composition): Delete this function.
15444 (scan_for_column): Handle composition by
15445 composition_compute_stop_pos, composition_reseat_it, and
15446 composition_update_it.
15447 (compute_motion): Likewise.
15448 (Fvertical_motion): Fix checking of composition.
15449
15450 * keyboard.c (adjust_point_for_property): Check composition by
15451 composition_adjust_point.
15452
15453 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
15454 struct glyph_string.
15455
15456 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
15457 (append_composite_glyph): Adjust for the change of struct it and
15458 struct glyph.
15459 (produce_composite_glyph): Likewise.
15460
15461 * w32term.c (x_draw_composite_glyph_string_foreground):
15462 Adjust for the change of struct glyph_string.
15463 (x_draw_glyph_string): Likewise.
15464
15465 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
15466 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
15467
15468 * xdisp.c: Include font.h.
15469 (it_props): Delete the entry for Qauto_composed.
15470 (init_iterator): Initialize it->cmp_it.id to -1.
15471 (compute_stop_pos): Call composition_compute_stop_pos.
15472 (face_before_or_after_it_pos): Adjust for the change of struct it.
15473 (handle_auto_composed_prop): Delete it.
15474 (handle_composition_prop): Handle only static composition.
15475 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
15476 from xassert. Initialize it->cmp_it.stop_pos.
15477 (push_it): Adjust for the change of struct it.
15478 (pop_it): Likewise.
15479 (get_next_element): Delete next_element_from_composition.
15480 (CHAR_COMPOSED_P): New macro.
15481 (get_next_display_element): For automatic composition, get a face
15482 from the font in the glyph-string.
15483 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
15484 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
15485 (next_element_from_string): Check if the character at the current
15486 position is composed by CHAR_COMPOSED_P.
15487 (next_element_from_buffer): Likewise.
15488 (next_element_from_composition): Adjust for the change of struct it.
15489 Update it->cmp_it.
15490 (dump_glyph): Adjust for the change of struct glyph.
15491 (fill_composite_glyph_string): Adjust for the change of struct
15492 it and struct glyph. Don't handle automatic composition here.
15493 (fill_gstring_glyph_string): New function.
15494 (x_get_glyph_overhangs): Handle automatic composition.
15495 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
15496 (BUILD_GSTRING_GLYPH_STRING): New macro.
15497 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
15498 automatic composition.
15499 (append_composite_glyph): Adjust for the change of struct it and
15500 struct glyph.
15501 (x_produce_glyphs): Adjust for the change of struct it.
15502
15503 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
15504 the change of struct glyph_string.
15505 (x_draw_glyph_string): Likewise.
15506
15507 2008-08-29 Glenn Morris <rgm@gnu.org>
15508
15509 * buffer.c (word-wrap): Doc fix.
15510 * xdisp.c (truncate-partial-width-windows): Doc fix.
15511 Increase default to 50.
15512
15513 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
15514
15515 * xdisp.c (update_tool_bar_unwind): New function.
15516 (update_tool_bar): Temporarily set selected frame before building
15517 tool-bar items.
15518
15519 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
15520
15521 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
15522 snprintf, respectively.
15523 (xd_append_arg): Convert strings with Fstring_make_unibyte.
15524
15525 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
15526
15527 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
15528 LDFLAGS to GNUstep CC invocation.
15529
15530 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
15531
15532 * indent.c (Fvertical_motion): Revert last change. Handle the
15533 general case where we are moving forward, and PT spans multiple
15534 screen lines.
15535
15536 * eval.c (find_handler_clause): Temporarily increase
15537 max-lisp-eval-depth while printing the backtrace buffer, to
15538 guarantee that help-mode code can run.
15539
15540 2008-08-27 Eli Zaretskii <eliz@gnu.org>
15541
15542 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
15543 colors under -rv.
15544 (IT_set_frame_parameters): Don't swap foreground and background
15545 colors if `(reverse . t)' is present in the frame properties.
15546 (internal_terminal_init): Call init_frame_faces only for the
15547 initial frame.
15548
15549 2008-08-27 Andreas Schwab <schwab@suse.de>
15550
15551 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
15552
15553 2008-08-27 Andreas Schwab <schwab@suse.de>
15554
15555 * search.c (search_buffer): Set char_base to zero only at the end.
15556
15557 2008-08-27 Kenichi Handa <handa@m17n.org>
15558
15559 * fileio.c (report_file_error): Fix handling of multibyte error string.
15560
15561 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
15562
15563 * xterm.c (x_term_init): Temporarily hide the partially
15564 initialized terminal while calling vendor-specific-keysyms.
15565
15566 2008-08-26 Eli Zaretskii <eliz@gnu.org>
15567
15568 * msdos.c (internal_terminal_init): Most initializations done only
15569 once, especially initial_screen_colors[] and termscript open.
15570
15571 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
15572
15573 * eval.c (Fcondition_case): Doc fix.
15574
15575 * widgetprv.h (EmacsFramePart): Change font member to the new font
15576 struct.
15577
15578 * widget.c: Include character.h and font.h for XSETFONT.
15579 (setup_frame_gcs): Compute X font id from font struct, just once.
15580
15581 2008-08-26 Eli Zaretskii <eliz@gnu.org>
15582
15583 * term.c (get_named_tty): Fix last change.
15584
15585 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
15586
15587 * indent.c (Fvertical_motion): If moving forward starting from a
15588 multi-line string, move the iterator to the last line of that string.
15589
15590 2008-08-25 Eli Zaretskii <eliz@gnu.org>
15591
15592 * frame.c (do_switch_frame): Mark previously displayed frame as
15593 obscured for FRAME_MSDOS_P frames as well.
15594
15595 2008-08-24 Eli Zaretskii <eliz@gnu.org>
15596
15597 * frame.c (make_terminal_frame): Initialize f->terminal,
15598 f->terminal->reference_count, and scroll bars on MS-DOS as well.
15599 Set the top frame to newly created frame.
15600 (Fmake_terminal_frame): Reuse the_only_display_info.
15601
15602 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
15603 estimating available memory.
15604
15605 2008-08-23 David Reitter <david.reitter@gmail.com>
15606
15607 * nsterm.m (ns_draw_window_cursor): Don't call
15608 NSDisableScreenUpdates and NSEnableScreenUpdates on
15609 non-NS_IMPL_COCOA systems.
15610
15611 2008-08-23 Andreas Schwab <schwab@suse.de>
15612
15613 * process.c (procfs_system_process_attributes): Fix use of
15614 uninitialized variables.
15615
15616 2008-08-23 Eli Zaretskii <eliz@gnu.org>
15617
15618 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
15619
15620 * dispnew.c (init_display): Remove MS-DOS specific conditions for
15621 calling tty-set-up-initial-frame-faces.
15622
15623 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
15624 Allow MSDOS frames along with X frames.
15625
15626 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
15627 addition to output_termcap.
15628
15629 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
15630
15631 * termchar.h (FRAME_TTY): Support output_msdos_raw.
15632 (struct tty_display_info) [MSDOS]: Add fields related to mouse
15633 highlight.
15634
15635 * process.c [!subprocesses]: Define QCname.
15636 (syms_of_process): Intern and staticpro it.
15637
15638 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
15639 Adjust for changes in encoding/decoding routines.
15640 Use encode_coding_object and decode_coding_object instead of
15641 encode_coding and decode_coding.
15642
15643 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
15644
15645 * dosfns.c: Include frame.h before termhooks.h.
15646 (dos_cleanup): Use CURTTY ()->termscript instead of a global
15647 variable termscript.
15648
15649 * s/msdos.h (USER_FULL_NAME): Define.
15650 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
15651
15652 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
15653 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
15654 pw->pw_gecos.
15655
15656 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
15657 SELECTED_FRAME as additional (1st) argument.
15658 (tty_read_avail_input): Handle output_msdos_raw in
15659 addition to output_termcap.
15660
15661 * msdos.c: Include frame.h before termhooks.h.
15662 (mouse_on, mouse_off, mouse_moveto, mouse_init)
15663 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
15664 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
15665 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
15666 (IT_set_terminal_modes, IT_reset_terminal_modes)
15667 (IT_set_frame_parameters): Use tty->termscript instead of a global
15668 variable termscript.
15669 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
15670 global variable terminal_coding. Don't refer to
15671 Vnonascii_translation_table.
15672 (internal_terminal_init): Set Vwindow_system in current_kboard.
15673 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
15674 Announce date and time of session start, if termscript is open.
15675 Don't zero out the_only_display_info (it is done in
15676 term.c:init_tty). Open termscript only of not already open.
15677 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
15678 here instead of dos_ttraw. Don't initialize display if this is an
15679 initial tty. Don't set FRAME_FONT.
15680 (Vwindow_system_version): Bump to 23.
15681 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
15682 is available, set up mouse_position_hook.
15683 (dos_ttraw, IT_set_terminal_modes): If called with initial
15684 terminal, do nothing.
15685 (IT_set_frame_parameters): Handle the Qtty_type frame
15686 parameter by calling internal_terminal_init.
15687 (dos_set_window_size, show_mouse_face)
15688 (clear_mouse_face, IT_note_mode_line_highlight)
15689 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
15690 (dos_rawgetc): Use tty_display_info instead of x_display_info.
15691 (initialize_msdos_display): New function.
15692 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
15693 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
15694 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
15695 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
15696 Accept additional argument: a pointer to a frame. Update all callers.
15697 (request_sigio, unrequest_sigio): Don't define, now defined on
15698 sysdep.c.
15699 (IT_write_glyphs): Rewrite to use encode_terminal_code.
15700
15701 * term.c [MSDOS]: Include msdos.h.
15702 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
15703 conditional to DOS_NT. Allow only one call to this function in a
15704 session. Don't allocate a new struct tty_display_info; instead,
15705 reuse the_only_display_info. Call get_tty_size to get screen
15706 dimensions. Call init_baud_rate to set bad_rate.
15707 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
15708 (Fsuspend_tty) [MSDOS]: Don't close input and output.
15709 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
15710 (get_tty_terminal, get_named_tty, Ftty_type)
15711 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
15712 output_termcap.
15713 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
15714 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
15715 only when subprocesses are supported.
15716
15717 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
15718 f->output_data.x.
15719 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
15720 terminal devices.
15721
15722 * msdos.h: Remove definition of struct x_display_info and struct
15723 x_output.
15724 (FRAME_FONT): Use output_data.tty.
15725 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
15726 (struct x_display_info): Rename from display_info. Update all users in
15727 msdos.c.
15728 (struct x_output): Remove background_pixel and foreground_pixel.
15729 (the_only_display_info): Rename from the_only_x_display.
15730 (dos_ttraw): Update prototype.
15731
15732 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
15733 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
15734
15735 2008-08-23 Jason Rumney <jasonr@gnu.org>
15736
15737 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
15738 (fn_TIFFSetDirectory): New library function used.
15739 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
15740 (tiff_load): Use :index to select among multiple images. Set count
15741 property when multiple images exist.
15742 (gif_format): Use :index, not :image.
15743
15744 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
15745
15746 * xdisp.c (try_scrolling): Check INT_MAX instead of
15747 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
15748 to obtain INT_MAX.
15749
15750 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
15751
15752 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
15753
15754 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
15755
15756 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
15757 GNUstep library location.
15758
15759 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
15760
15761 * xfaces.c (x_update_menu_appearance): Check validity of menu font
15762 before using it.
15763
15764 * puresize.h (BASE_PURESIZE): Increase to 1250000.
15765
15766 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
15767
15768 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
15769 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
15770 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
15771 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
15772 (EmacsApp-cursor_blink_handler): Remove declaration.
15773 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
15774 match 01 Feb 2008 changes in xterm.c.
15775 (ns_read_socket): Add cast to avoid warning.
15776 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
15777 GNUstep.
15778
15779 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
15780
15781 * xselect.c (x_get_foreign_selection): Return nil if desired
15782 selection could not be obtained, instead of signalling an error.
15783
15784 2008-08-20 David Reitter <david.reitter@gmail.com>
15785
15786 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
15787 * nsterm.m: Remove ns-specific code for cursor blinking.
15788 (ns_draw_window_cursor): Clear cursor properly rather than
15789 redrawing the area. Respect width of bar cursors.
15790 These changes enable the use of generic blink-cursor-mode and
15791 generic cursor types in NS and support smooth cursor movements (do
15792 not blink off after command).
15793 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
15794 Nextstep, too.
15795
15796 2008-08-19 Kenichi Handa <handa@m17n.org>
15797
15798 * font.c (Vfont_log_deferred): New variable.
15799 (font_add_log): Check Vfont_log_deferred.
15800 (font_deferred_log): New function.
15801
15802 * font.h (font_deferred_log): Extern it.
15803
15804 * fontset.c (reorder_font_vector): Use encoding charset of fonts
15805 for sorting.
15806 (face_for_char): Use deferred log.
15807
15808 2008-08-18 Kenichi Handa <handa@m17n.org>
15809
15810 * fontset.c (face_for_char): Add font log.
15811
15812 * font.c (font_add_log): Add the font properties :script, :lang,
15813 and :otf in the log.
15814
15815 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
15816
15817 * xdisp.c: Remove dead code.
15818 (handle_invisible_prop, next_overlay_string): Defer call to
15819 setup_for_ellipsis.
15820 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
15821
15822 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
15823
15824 * xfaces.c (lookup_derived_face): Properly handle possible zero
15825 return value of get_lface_attributes.
15826 (merge_faces): Don't tell lookup_derived_face to signal an error
15827 if face is not found.
15828
15829 * dired.c (Fdirectory_files): Doc fix.
15830
15831 * process.c (make_process): Initialize kill_without_query struct
15832 member.
15833
15834 2008-08-15 Eli Zaretskii <eliz@gnu.org>
15835
15836 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
15837 Alternative calculation of totphys for Visual Studio 6.
15838
15839 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
15840
15841 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
15842 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
15843 All users changed.
15844 (stat): Only root directory passed to GetDriveType. Allow RAM
15845 disk as well as local fixed disk when w32-get-true-file-attributes
15846 is set to `local'.
15847 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
15848 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
15849 (w32_cached_id, w32_add_to_cache): New functions.
15850 (get_name_and_id): Look account names in the cache before calling
15851 lookup_account_sid.
15852 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
15853 New initialization flags.
15854 (globals_of_w32): Initialize them to zero.
15855 (w32_system_process_attributes): Use w32_cached_id and
15856 w32_add_to_cache.
15857
15858 2008-08-14 Lawrence Mitchell <wence@gmx.li>
15859
15860 * lread.c (Fread_char, Fread_char_exclusive): If no character
15861 event is read before timeout is reached, return nil, rather than
15862 converting to a number.
15863
15864 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
15865
15866 * fns.c (use_dialog_box): Doc fix.
15867
15868 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
15869 on OS X.
15870
15871 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
15872
15873 * frame.c (Qns_parse_geometry): New var.
15874 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
15875
15876 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
15877
15878 * xdisp.c (x_produce_glyphs): Handle the case when font has no
15879 space character in calculating tabs.
15880
15881 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
15882
15883 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
15884
15885 2008-08-10 Glenn Morris <rgm@gnu.org>
15886
15887 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
15888 silence gcc "limited range of data type" warnings in some
15889 make_fixnum_or_float calls.
15890
15891 2008-08-09 Eli Zaretskii <eliz@gnu.org>
15892
15893 * w32.c (w32_system_process_attributes): If the process does not
15894 exist, return nil.
15895
15896 * w32.c: Include thelp32.h, psapi.h and coding.h.
15897 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
15898 declarations.
15899 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
15900 (Process32Next_Proc): New typedefs.
15901 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
15902 (g_b_init_process32_next, g_b_init_open_thread_token)
15903 (g_b_init_impersonate_self, g_b_init_revert_to_self)
15904 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
15905 (g_b_init_get_process_working_set_size)
15906 (g_b_init_global_memory_status_ex): New static variables.
15907 (globals_of_w32): Initialize them.
15908 (create_toolhelp32_snapshot, process32_first, process32_next)
15909 (open_thread_token, impersonate_self, revert_to_self)
15910 (get_process_memory_info, get_process_working_set_size)
15911 (global_memory_status, global_memory_status_ex): New wrapper
15912 functions.
15913 (w32_list_system_processes, w32_system_process_attributes)
15914 (enable_privilege, restore_privilege, ltime, process_times):
15915 New functions.
15916 (convert_time_raw): New function.
15917 (convert_time): Remove conversion of FILETIME into time in 100
15918 nsec units, call convert_time_raw instead.
15919
15920 * process.h (w32_list_system_processes, w32_system_process_attributes):
15921 Add prototypes.
15922 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
15923 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
15924 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
15925 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
15926
15927 * process.c (Fsystem_process_attributes): Doc fix.
15928
15929 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
15930
15931 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
15932 a continued multi-char glyph; if so, advance to the actual glyph.
15933
15934 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
15935
15936 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
15937
15938 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
15939 (.m.o): Use it.
15940 * config.in: Regenerate.
15941
15942 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
15943
15944 * xdisp.c (redisplay_window): Revert last change.
15945 (try_window): Check bottom scroll margin too.
15946
15947 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
15948
15949 * config.in: Regenerate.
15950
15951 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
15952 -list-load-path-shadows'.
15953 (nsgui.h): Reduce number of things depending on it.
15954
15955 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
15956
15957 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
15958 instead of window-end which does the wrong thing at eob.
15959 (try_cursor_movement): Minor optimization.
15960 (redisplay_window): If scroll margin is defined, don't assume
15961 window doesn't need scrolling.
15962
15963 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
15964
15965 * config.in: Regenerate.
15966
15967 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
15968 (mostlyclean): Don't delete *.d under NS.
15969
15970 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
15971
15972 2008-08-06 Kenichi Handa <handa@m17n.org>
15973
15974 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
15975
15976 2008-08-06 Andreas Schwab <schwab@suse.de>
15977
15978 * config.in: Regenerate.
15979
15980 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
15981
15982 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
15983 forcing a window start.
15984
15985 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
15986 (auto_save_1): Update modtime when auto-save-list-file-name is on.
15987
15988 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
15989
15990 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
15991 argument.
15992
15993 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
15994
15995 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
15996 <scroll-down-aggressively, before-change-functions>:
15997 <after-change-functions>: Reflow docstrings.
15998
15999 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
16000 Ken Raeburn <raeburn@gnu.org>
16001
16002 Dock menu customization, based on a patch by Ken Raeburn, plus some
16003 other fixes.
16004 * nsmenu.m (dockMenu): New variable.
16005 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
16006
16007 * nsterm.h (dockMenu): Declare.
16008
16009 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
16010 (ns_term_init): Initialize dockMenu.
16011 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
16012 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
16013 left.
16014
16015 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
16016
16017 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
16018
16019 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
16020
16021 * config.in: Regenerate.
16022
16023 2008-08-04 Seiji Zenitani <zenitani@mac.com>
16024
16025 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
16026
16027 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
16028
16029 * nsterm.h (find_and_call_menu_selection): Fix prototype.
16030
16031 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
16032
16033 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
16034
16035 * keyboard.h: Comment an #endif.
16036
16037 * lisp.h (have_menus_p): Adjust comment.
16038
16039 * menu.c (find_and_return_menu_selection): Fix comparison with
16040 client_data.
16041
16042 * nsmenu.m (popup_activated_flag): New variable.
16043 (popup_activated): New function.
16044 (menu-or-popup-active-p): New exported lisp definition.
16045 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
16046 when popup done.
16047 (ns_popup_dialog): Set popup_activated_flag.
16048
16049 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
16050 version for GNUstep (handled by conditional typedef in nsterm.m).
16051 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
16052 in rgb.txt).
16053
16054 * process.c (init_process): Use DARWIN_OS, not DARWIN.
16055
16056 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
16057
16058 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
16059
16060 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
16061 shortcircuit if popup_activated like GTK and X toolkit.
16062
16063 * m/inter386.h: Change DARWIN to DARWIN_OS.
16064
16065 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
16066 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
16067 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood.
16068 Expand comment on NO_SOCK_SIGIO.
16069
16070 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
16071
16072 * nsterm.m (windowDidResize): Remove stopModal call.
16073
16074 2008-08-03 Andreas Schwab <schwab@suse.de>
16075
16076 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
16077 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
16078
16079 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
16080
16081 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
16082 Don't use uninitialized pointer variable when using getrlimit.
16083
16084 2008-08-02 Jason Rumney <jasonr@gnu.org>
16085
16086 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
16087
16088 2008-08-02 Eli Zaretskii <eliz@gnu.org>
16089
16090 * alloc.c (NSTATICS): Bump to 0x640.
16091
16092 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
16093
16094 * lisp.h: Add prototype for directory_files_internal.
16095
16096 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
16097 New functions.
16098 (syms_of_process): Defsubr them. Add initializations for various
16099 Q* symbols used in procfs_system_process_attributes.
16100 (procfs_list_system_processes, procfs_system_process_attributes)
16101 [HAVE_PROCFS]: New functions.
16102 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
16103 (procfs_get_total_memory): New functions.
16104
16105 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
16106
16107 * xfaces.c (Fx_load_color_file): Fix previous change;
16108 it is #ifdef WINDOWSNT, not WINDOWS_NT.
16109
16110 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
16111
16112 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
16113
16114 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
16115
16116 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
16117
16118 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
16119
16120 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
16121
16122 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
16123 define NSApplicationDelegateReplySuccess.
16124 (EmacsView -converstationIdentifier): Use long instead of
16125 NSInteger for GNUstep, since it doesn't have NSInteger.
16126
16127 * xmenu.c: Revert last change.
16128
16129 * keyboard.h: Fix last change.
16130
16131 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
16132
16133 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
16134 on Windows.
16135
16136 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
16137
16138 Warning clearing and clean-up in NS port.
16139 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
16140 Add prototypes.
16141 * nsgui.h (FACE_DEFAULT): Remove, unused.
16142 (XGCValues): Change colors to unsigned long.
16143 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
16144 nsterm.m.
16145 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
16146 (ns_list_fonts): Remove, unused.
16147 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
16148 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
16149 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
16150 (nsfont_draw): Compare face colors to 0, not nil.
16151 * nsmenu.m (struct widget_value): Drop unneeded declaration.
16152 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
16153 (-addSubmenuWithTitle:): Use NSMenuItem class.
16154 (ns_popup_menu): Use NO, not NULL, for enabled setting.
16155 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
16156 (ns_clip_to_row): Make gc arg a BOOL.
16157 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
16158 ns_clip_to_row() call.
16159 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
16160 used). Cast FRAME_FONT assignments.
16161 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
16162 (ns_string_to_lispmod): Change arg to const char.
16163 (ns_term_init): Use NSMenuItem class.
16164 (EmacsApp -openFile:): Move to different section of file.
16165 (EmacsApp -application:openFiles:): Don't return a value, call
16166 -replyToOpenOrPrint:.
16167 (EmacsView -keyDown:): Fix up cast.
16168 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
16169 (EmacsView -menuDown:): Cast tag in call to
16170 find_and_call_menu_selection().
16171 (ns_list_fonts): Remove, unused.
16172 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
16173 (ns_fontname_to_xlfd): Make static.
16174 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
16175 Remove prototypes (now in keyboard.h).
16176 (next_menubar_widget_id): Remove, unused.
16177 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
16178 Remove prototypes (now in keyboard.h).
16179 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
16180
16181 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
16182
16183 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
16184 (floatfns.o): Depend on syssignal.h.
16185 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
16186
16187 * systty.h: Fix previous change that removed BSD_TERMIOS.
16188 Add comments to #ifdefs.
16189
16190 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
16191
16192 * w32fns.c (w32-load-color-file): Remove.
16193 (x-open-connection): Use renamed Fx_load_color_file.
16194 * xfaces.c (x-load-color-file): Add.
16195 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
16196 Emacs.clr.
16197 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
16198
16199 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
16200
16201 * dbusbind.c (Fdbus_call_method_asynchronously)
16202 (Fdbus_method_error_internal): New defuns.
16203 (xd_read_message): Handle also reply messages.
16204 (Vdbus_registered_functions_table): Extend docstring.
16205
16206 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
16207
16208 * keyboard.c (gobble_input): Fix previous change.
16209
16210 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
16211
16212 * bitmaps/README:
16213 * xfns.c:
16214 * termcap.c:
16215 * term.c:
16216 * syswait.h:
16217 * systty.h:
16218 * systime.h:
16219 * syssignal.h:
16220 * sysdep.c:
16221 * process.h:
16222 * process.c:
16223 * print.c:
16224 * ndir.h:
16225 * lread.c:
16226 * keyboard.c:
16227 * getpagesize.h:
16228 * floatfns.c:
16229 * fileio.c:
16230 * emacs.c:
16231 * doc.c:
16232 * dispnew.c:
16233 * dired.c:
16234 * data.c:
16235 * callproc.c:
16236 * buffer.c:
16237 * README:
16238 * Makefile.in:
16239 * s/template.h:
16240 * s/msdos.h:
16241 * m/vax.h: Remove VMS support.
16242 * s/vms.h:
16243 * vlimit.h:
16244 * uaf.h:
16245 * temacs.opt:
16246 * param.h:
16247 * ioctl.h: Remove file.
16248
16249 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
16250
16251 * s/ms-w32.h (MULTI_KBOARD): Remove.
16252 * xterm.c:
16253 * xselect.c:
16254 * xfns.c:
16255 * window.c:
16256 * w32term.c:
16257 * w32fns.c:
16258 * terminal.c:
16259 * termhooks.h:
16260 * term.c:
16261 * sysdep.c:
16262 * keyboard.h:
16263 * keyboard.c:
16264 * frame.h:
16265 * frame.c:
16266 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
16267 * config.in: Regenerate.
16268
16269 2008-07-30 Jason Rumney <jasonr@gnu.org>
16270
16271 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
16272
16273 * w32font.c (w32font_encode_char): Leave as unicode if in range.
16274 (w32font_open_internal): Get unicode version of textmetrics.
16275 Don't enable or disable glyph indices here.
16276 (w32font_open): Disable use of glyph indices.
16277
16278 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
16279
16280 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
16281
16282 * minibuf.c (Vread_buffer_function): Doc fix.
16283
16284 2008-07-30 John Paul Wallington <jpw@pobox.com>
16285
16286 * minibuf.c (read_buffer_completion_ignore_case): New var.
16287 (Fread_buffer): Use it.
16288
16289 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
16290
16291 * systty.h (sensemode): Remove empty #if. Remove reference to
16292 BSD_TERMIOS, unused.
16293
16294 * sysdep.c: Remove reference to DGUX.
16295 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
16296
16297 * config.in: Regenerate.
16298
16299 2008-07-30 Jason Rumney <jasonr@gnu.org>
16300
16301 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
16302
16303 2008-07-29 Jason Rumney <jasonr@gnu.org>
16304
16305 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
16306 is populated.
16307 (uniscribe_encode_char): Always use uniscribe.
16308 Avoid using context if cache is populated.
16309
16310 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
16311
16312 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
16313 open menu.
16314
16315 * gtkutil.c (menu_nav_ended): Remove.
16316 (create_menus): Remove signal connect for menu_nav_ended.
16317
16318 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
16319
16320 * xdisp.c (redisplay_window): Check return value of
16321 compute_window_start_on_continuation_line before forcing a window
16322 start.
16323
16324 2008-07-28 Jason Rumney <jasonr@gnu.org>
16325
16326 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
16327
16328 * w32term.c (w32_enable_unicode_output, cleartype_active):
16329 Remove obsolete display options.
16330 (x_draw_glyph_string_background): Don't use old cleartype_active
16331 workaround.
16332 (w32_initialize): Remove cleartype_active initialization.
16333 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
16334
16335 2008-07-28 Andreas Schwab <schwab@suse.de>
16336
16337 * lisp.h (init_weak_hash_tables, syms_of_font)
16338 (xd_read_queued_messages, syms_of_dbusbind): Declare.
16339 (remove_hash_entry): Don't declare.
16340 * eval.c (maybe_call_debugger): Make static and move before use.
16341 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
16342 * xdisp.c: Include "gtkutil.h" if USE_GTK.
16343 * xterm.h (x_set_frame_alpha): Declare.
16344
16345 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
16346
16347 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
16348 (create_menus): Connect selection-done to menu_nav_ended.
16349
16350 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
16351
16352 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
16353 Set Vx_resource_name to a fallback. Replace read of 'buffered'
16354 parameter with read of 'alpha' one.
16355 (Qns_frame_parameter): Remove.
16356 * nsselect.m (selection-coding-system)
16357 (next-selection-coding-system, Vselection_coding_system)
16358 (Vnext_selection_coding_system): Drop.
16359
16360 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
16361
16362 * nsfns.m (do-applescript, do_applescript): Rename to
16363 ns-do-applescript, ns_do_applescript, and move within file.
16364
16365 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16366
16367 Remove support for Mac Carbon.
16368 * mactoolbox.c:
16369 * macterm.h:
16370 * macterm.c:
16371 * macselect.c:
16372 * macmenu.c:
16373 * macgui.h:
16374 * macfns.c:
16375 * mac.c: Remove file.
16376 * s/darwin.h:
16377 * m/intel386.h:
16378 * xfaces.c:
16379 * xdisp.c:
16380 * window.c:
16381 * tparam.c:
16382 * termhooks.h:
16383 * termcap.c:
16384 * term.c:
16385 * syssignal.h:
16386 * sysselect.h:
16387 * sysdep.c:
16388 * process.c:
16389 * lread.c:
16390 * lisp.h:
16391 * keyboard.c:
16392 * image.c:
16393 * fringe.c:
16394 * frame.h:
16395 * frame.c:
16396 * fontset.c:
16397 * font.h:
16398 * font.c:
16399 * fns.c:
16400 * fileio.c:
16401 * emacs.c:
16402 * dispnew.c:
16403 * dispextern.h:
16404 * config.in:
16405 * atimer.c:
16406 * Makefile.in: Remove code for Carbon.
16407
16408 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16409
16410 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
16411
16412 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16413
16414 * macterm.h (kCGBitmapByteOrder32Host): New define for
16415 non-universal SDKs.
16416
16417 * image.c (mac_create_cg_image_from_image, image_load_image_io)
16418 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
16419
16420 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
16421 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
16422
16423 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
16424
16425 * w32inevt.c: Include dispextern.h.
16426
16427 2008-07-26 Andreas Schwab <schwab@suse.de>
16428
16429 * print.c (print_object): Fix off-by-one in last change.
16430
16431 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
16432
16433 * term.c (syms_of_term): Don't initialize default_orig_pair,
16434 default_set_foreground and default_set_background on Windows.
16435
16436 2008-07-25 Jason Rumney <jasonr@gnu.org>
16437
16438 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
16439 ScriptItemize. Clean up return value checking. Remove unused
16440 variables.
16441 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
16442 shaping engine.
16443
16444 * w32font.c (w32font_has_char): Handle the case where we can't
16445 determine the script for a character.
16446
16447 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
16448
16449 * term.c (syms_of_term): Initialize default_orig_pair,
16450 default_set_foreground, and default_set_background.
16451
16452 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
16453 clash (bug#86).
16454 (getloadavg): Callers changed.
16455
16456 * image.c (svg_load_image): Fix last change.
16457 (svg_load_image): Use rsvg_handle_get_dimensions to check that
16458 image size is valid. Use g_object_unref instead of deprecated
16459 rsvg_handle_free to free rsvg handle.
16460 (x_from_xcolors): Don't initialize pixmap (silence compiler).
16461
16462 2008-07-25 Jason Rumney <jasonr@gnu.org>
16463
16464 * w32font.c (w32font_encode_char): Encode characters outside BMP as
16465 surrogates before looking up glyph index.
16466 (w32font_text_extents): Encode as surrogates if falling back to
16467 functions that need UTF-16 wide chars.
16468
16469 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
16470 BMP as surrogates before looking up glyph index.
16471
16472 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
16473
16474 * image.c (svg_load_image): Check for failure in return value of
16475 rsvg_handle_get_pixbuf. Free rsvg handle when done.
16476
16477 2008-07-25 Jason Rumney <jasonr@gnu.org>
16478
16479 * w32font.c (Fx_select_font): Reverse sense of second arg.
16480
16481 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
16482
16483 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
16484 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
16485
16486 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
16487 (PURESIZE): Use it.
16488
16489 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
16490
16491 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
16492 * m/alpha.h (TEXT_END):
16493 * m/ibmrs6000.h (TEXT_END):
16494 * m/macppc.h (TEXT_END):
16495 * s/darwin.h (TEXT_END):
16496 * s/msdos.h (TEXT_END): Remove, unused.
16497 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
16498 * s/cygwin.h: Remove comment.
16499
16500 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
16501 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
16502 * m/intel386.h (DOT_GLOBAL_START):
16503 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
16504 (USG): Remove, file not used on USG platforms.
16505
16506 * Makefile.in (HAVE_X11): Remove empty #else.
16507
16508 2008-07-24 Andreas Schwab <schwab@suse.de>
16509
16510 * fileio.c (Finsert_file_contents): Properly adjust undo list
16511 after format conversion.
16512
16513 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
16514
16515 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
16516 (menu_nav_ended): Remove.
16517 (create_menus): Remove signal connect for menu_nav_ended.
16518 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
16519 create_menus.
16520 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
16521
16522 2008-07-23 Jason Rumney <jasonr@gnu.org>
16523
16524 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
16525 with opened font.
16526 (w32font_open): Set font type to gdi.
16527
16528 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
16529
16530 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
16531
16532 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
16533 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
16534 defines it.
16535 * unexec.c (ADDR_CORRECT): Define unconditionally.
16536
16537 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
16538
16539 * unexec.c: Remove code depending on !COFF and USG, the file is
16540 not used for such systems.
16541
16542 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
16543 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
16544 (LD_SWITCH_SYSTEM_1): Remove, update users.
16545
16546 * s/darwin.h (DATA_END):
16547 * m/intel386.h (DATA_END):
16548 * m/ibmrs6000.h (DATA_END):
16549 * m/alpha.h (DATA_END): Remove, unused.
16550
16551 * config.in: Regenerate.
16552 * s/ms-w32.h (subprocesses): Define unconditionally.
16553 * s/template.h (subprocesses): Update comment.
16554 * s/vms.h (subprocesses):
16555 * s/usg5-4.h (subprocesses):
16556 * s/hpux10-20.h (subprocesses):
16557 * s/gnu-linux.h (subprocesses):
16558 * s/cygwin.h (subprocesses):
16559 * s/bsd-common.h (subprocesses):
16560 * s/aix4-2.h (subprocesses):
16561 * s/darwin.h (subprocesses): Do not define, defined by default now.
16562
16563 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
16564 Remove all references.
16565 (temacs): Add GNUstep specific ld flags.
16566
16567 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
16568 similarly to what X does.
16569
16570 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
16571
16572 * nsfns.m (x-list-fonts): Remove.
16573 (syms_of_nsfns): Drop the x-list-fonts declaration.
16574 * nsterm.m: Get rid of remaining "//" comments.
16575
16576 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
16577
16578 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
16579
16580 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
16581 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
16582 (Fns_own_selection_internal, Fx_disown_selection_internal)
16583 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
16584
16585 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
16586 ... */' style of docstrings. Doc fixes.
16587
16588 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16589
16590 * terminfo.c (UP, BC, PC): Undo previous change.
16591
16592 * nsfns.m: Rename ns prefixed functions/variables to the
16593 corresponding x versions. Update references.
16594
16595 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
16596
16597 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
16598
16599 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16600
16601 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
16602 Remove forwarding functions.
16603 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
16604 non-static.
16605 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
16606 non-static.
16607 (ns_frame_parm_handlers): Use the new names.
16608 (syms_of_nsfns): Move to the end of file.
16609
16610 * nsterm.m (syms_of_nsterm): Move to the end of file.
16611
16612 * dispnew.c (init_display): Remove code for X10.
16613
16614 2008-07-22 Jason Rumney <jasonr@gnu.org>
16615
16616 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
16617 bare drive.
16618
16619 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
16620
16621 * nsterm.m (syms_of_nsterm): Remove debugging println.
16622
16623 2008-07-22 David Reitter <david.reitter@gmail.com>
16624
16625 * nsfns.m (do_applescript, F_do_applescript): NS version of the
16626 Carbon implementation of the same functionality: execute arbitrary
16627 AppleScript code.
16628
16629 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
16630
16631 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
16632 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
16633 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
16634 (Fx_display_mm_height, Fx_display_mm_width)
16635 (Fx_display_backing_store, Fx_display_visual_class)
16636 (Fx_display_save_under, Fx_open_connection)
16637 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
16638 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
16639 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
16640 (Fx_display_pixel_width, Fx_display_pixel_height)
16641 (Fx_display_usable_bounds, Fx_display_planes)
16642 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
16643 ... */' style of docstrings.
16644
16645 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
16646
16647 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
16648 on this platform.
16649 (mips):
16650 * m/iris4d.h (mips): Do not define.
16651 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
16652
16653 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
16654
16655 * image.c:
16656 * nsfns.m:
16657 * nsselect.m:
16658 * nsterm.h:
16659 * nsterm.m: Rename ns prefixed functions/variables to the
16660 corresponding x versions. Update references.
16661
16662 * m/ibms390x.h (NO_REMAP): Do not undefine.
16663
16664 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
16665
16666 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
16667
16668 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
16669 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
16670 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
16671 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
16672 (Fns_display_mm_height, Fns_display_mm_width)
16673 (Fns_display_backing_store, Fns_display_visual_class)
16674 (Fns_display_save_under, Fns_open_connection)
16675 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
16676 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
16677 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
16678 (Fns_display_pixel_width, Fns_display_pixel_height)
16679 (Fns_display_usable_bounds, Fx_display_planes)
16680 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
16681
16682 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
16683
16684 * print.c (print_object): Check print_depth before searching for
16685 circularities.
16686
16687 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
16688
16689 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
16690 only sprintf.
16691
16692 2008-07-21 Kenichi Handa <handa@m17n.org>
16693
16694 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
16695
16696 2008-07-20 Andreas Schwab <schwab@suse.de>
16697
16698 * syntax.c (find_start_pos, find_start_value)
16699 (find_start_value_byte, find_start_begv, find_defun_start)
16700 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
16701
16702 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16703
16704 * s/sol2-3.h: Insert contents of s/sol2.h.
16705 (LD_SWITCH_SYSTEM): Remove redundant definition.
16706 * s/sol2.h: Remove, unused.
16707
16708 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
16709
16710 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
16711
16712 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
16713
16714 * Makefile.in (ns_appdir): Fix typo in find command.
16715
16716 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16717
16718 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
16719
16720 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
16721 added not supported anymore.
16722
16723 * s/usg5-4-2.h (LIBS_SYSTEM):
16724 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
16725
16726 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
16727 * s/lynxos.h (GETPGRP_NO_ARG):
16728 * s/hpux10-20.h (NO_SIOCTL_H):
16729 * s/gnu.h (GETPGRP_NO_ARG):
16730 * s/gnu-linux.h (NO_SIOCTL_H):
16731 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
16732 * s/cygwin.h (GETPGRP_NO_ARG):
16733 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
16734 (C_DEBUG_SWITCH): Remove duplicate definition.
16735
16736 * m/ibms390.h: Remove boilerplate comments.
16737
16738 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
16739
16740 * process.c (HAVE_SERIAL): Consolidate ifdefs.
16741 (wait_reading_process_output): Remove code for SunOS, platform not
16742 supported anymore. Use SOLARIS2 instead of sun.
16743
16744 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
16745
16746 * font.c (font_open_by_name): Under NS, default lface height to zero.
16747 (font_open_for_lface): Under NS, set size based on frame fontsize.
16748 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
16749 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
16750
16751 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
16752
16753 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
16754 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
16755 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
16756 YES/NO.
16757 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
16758 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
16759 * Makefile.in (clean): Clear out build destination dir.
16760
16761 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
16762
16763 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
16764 xterm, xselect.
16765 * lisp.h: Remove declaration of hash_remove.
16766 * nsgui.h: Remove redefinitions of hash_remove.
16767 * fns.c (hash_remove): Rename to hash_remove_from_table.
16768
16769 2008-07-19 Seiji Zenitani <zenitani@mac.com>
16770
16771 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
16772 strdup() the family UTF8String before modifying it.
16773
16774 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
16775
16776 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
16777 NS_FACE_BACKGROUND with 0 instead of nil.
16778 * nsfont.m (nsfont_draw): Same.
16779
16780 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
16781
16782 * nsfns.m (ns_set_background_color): Fix crash.
16783
16784 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
16785
16786 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
16787
16788 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
16789
16790 * puresize.h (BASE_PURESIZE): Increase to 1240000.
16791
16792 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16793
16794 * gtkutil.c: Include <config.h> instead of "config.h".
16795
16796 * lisp.h (Foverlay_buffer): Add EXFUN.
16797
16798 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
16799 child process to complete child_setup. Undo 2005-09-21 change.
16800
16801 * s/darwin.h: Mention setsid after vfork.
16802
16803 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16804
16805 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
16806 Depend on macgui.h.
16807
16808 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
16809 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
16810
16811 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
16812 and f19.
16813 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
16814
16815 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
16816 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
16817 Remove enumerators.
16818
16819 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
16820 Check if FACE_FROM_ID returns NULL.
16821
16822 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
16823
16824 * w32inevt.c (change_frame_size): Remove extern declaration.
16825 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
16826 change_frame_size.
16827
16828 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
16829
16830 * getloadavg.c: Revert last change (2008-07-15).
16831
16832 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
16833
16834 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
16835 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
16836 from configure.
16837
16838 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
16839
16840 * s/sol2.h:
16841 * s/sol2-4.h: Reorganize conditionals.
16842
16843 * ecrt0.c: Remove code depending on m68000, not used anymore.
16844
16845 * fns.c (hash_remove): Make static.
16846 * lisp.h (hash_remove): Don't prototype.
16847
16848 * m/ibmrs6000.h:
16849 * m/ibms390x.h:
16850 * m/macppc.h: Remove boilerplate comments.
16851
16852 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
16853 Solaris, which does not need them.
16854
16855 * m/vax.h: Remove comments about unsupported systems.
16856
16857 * s/darwin.h: Reorganize ifdefs.
16858
16859 2008-07-17 Andreas Schwab <schwab@suse.de>
16860
16861 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
16862
16863 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
16864
16865 Use SDATA. Follow coding convention of placing operators at
16866 beginning of next line rather than end of previous line, and placing
16867 spaces around infix operators.
16868
16869 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
16870 in case it was defined already.
16871 USE @GNUSTEP_MAKEFILES@ rather than envvars.
16872 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
16873 ns_default.
16874 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
16875 Lisp_Objects.
16876 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
16877 (ns_defined_color, ns_color_to_lisp): Declare.
16878 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
16879 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
16880 it's accepted even with USE_LISP_UNION_TYPE.
16881 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
16882 (update_frame_tool_bar): Remove apparently obsolete tests for
16883 non-integerness of f->tool_bar_lines.
16884 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
16885 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
16886 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
16887 (nsfont_open): Don't confuse NULL for Qnil.
16888 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
16889 * menu.h (find_and_call_menu_selection):
16890 * menu.c (find_and_call_menu_selection): Use just int for vector size.
16891 (find_and_return_menu_selection): Always return something.
16892 * frame.h: Include dispextern.h for Display_Info.
16893 (display_x_get_resource): Declare.
16894
16895 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
16896
16897 * syntax.c: Remove stdio.h include accidentally introduced in
16898 Emacs.app commit.
16899 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
16900 NS_IMPL_COCOA.
16901 * keyboard.c (handle_async_input, input_available_signal): Remove
16902 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
16903
16904 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
16905
16906 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
16907 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
16908 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
16909 Use SDATA.
16910
16911 * keymap.c: Remove all NS-specific code.
16912 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
16913 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
16914 where_is_preferred_modifier, return a different value depending on how
16915 preferred is the binding.
16916 (where_is_internal): Adjust accordingly.
16917 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
16918 Adjust to new preferred_sequence_p.
16919 (syms_of_keymap): Declare `where-is-preferred-modifier'.
16920 * keyboard.c (parse_solitary_modifier): Not static any more.
16921 * keyboard.h (parse_solitary_modifier): Declare.
16922
16923 2008-07-16 Andreas Schwab <schwab@suse.de>
16924
16925 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
16926 of easymenu.
16927
16928 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
16929
16930 * xdisp.c (move_it_in_display_line): Account for word wrap, so
16931 that we don't move off the line.
16932
16933 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
16934
16935 * keyboard.c (Qsuper): Remove.
16936 (parse_menu_item): Don't call where_is_internal specially for NS.
16937
16938 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16939
16940 * s/gnu-linux.h: Remove boilerplate comments.
16941
16942 * m/alpha.h (__ELF__): Consolidate conditions.
16943
16944 * m/m68k.h (linux): Use GNU_LINUX instead.
16945 Remove boilerplate comments.
16946
16947 * m/intel386.h: Undo refactoring from previous change.
16948 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
16949 too, remove dead code.
16950 (linux): Use GNU_LINUX instead.
16951
16952 2008-07-16 Jason Rumney <jasonr@gnu.org>
16953
16954 * w32gui.h: Repeat 26 June changes lost by last change.
16955
16956 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16957
16958 * systty.h: Remove code for Aix on 386, unsupported platform.
16959
16960 * s/ms-w32.h: Remove boilerplate comments.
16961 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
16962
16963 * s/gnu-linux.h (TERM): Remove support.
16964 (HAVE_SYSVIPC): Remove, unused.
16965 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
16966 for this system.
16967
16968 * process.c: Remove support for IRIS, unused.
16969 Remove support for TERM, not relevant anymore.
16970
16971 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
16972 used with the definition.
16973
16974 * s/aix4-2.h (static): Do not undef.
16975
16976 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
16977 only used on Aix.
16978 (HAVE_SYSVIPC): Remove, unused.
16979
16980 * m/hp800.h (CANNOT_DUMP): Do not undef.
16981
16982 * m/alpha.h: Fix comment.
16983
16984 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
16985 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
16986 used by this configuration.
16987 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
16988 * unexec.c: Remove code depending on HPUX and
16989 USG_SHARED_LIBRARIES, not used with this file. Remove code
16990 depending on IRIS, unused. Remove if 0-ed code.
16991
16992 * s/template.h: Remove comments about static.
16993
16994 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
16995 Remove if 0-ed code.
16996 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
16997 were the same as the default.
16998 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
16999 Remove boilerplate comments.
17000 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
17001 (HAVE_SYSVIPC): Remove, unused.
17002 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
17003
17004 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
17005 Remove boilerplate comments.
17006 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
17007 Remove boilerplate comments.
17008 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
17009 Remove boilerplate comments.
17010 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
17011
17012 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
17013 USG systems which do not use DATA_SEG_BITS.
17014 Refactor code. Remove boilerplate comments.
17015
17016 * m/ibms390.h:
17017 * m/m68k.h:
17018 * s/bsd-common.h:
17019 * s/cygwin.h:
17020 * s/darwin.h:
17021 * s/freebsd.h:
17022 * s/gnu.h:
17023 * s/msdos.h: Remove boilerplate comments.
17024
17025 * m/iris4d.h: Remove boilerplate comments and code for systems that
17026 do not use this file.
17027 (IRIS_4D): Remove, unused.
17028
17029 * m/mips.h: Remove boilerplate comments and code for systems that
17030 do not use this file.
17031 (SIGN_EXTEND_CHAR):
17032 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
17033 * unexmips.c: Remove file, unused.
17034
17035 * editfns.c (Fuser_full_name): Replace the only use of
17036 USER_FULL_NAME with its value.
17037 * config.in: Regenerate.
17038
17039 2008-07-16 David Reitter <david.reitter@gmail.com>
17040
17041 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
17042 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
17043
17044 2008-07-16 Glenn Morris <rgm@gnu.org>
17045
17046 * emacs.c (system-type): Doc fix.
17047
17048 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
17049
17050 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
17051 If the cache doesn't work, let's fix it, rather than work around it.
17052
17053 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
17054
17055 * Makefile.in: Correct additions for nsfont.o in last commit.
17056 * nsfont.m: New file (forgot last commit).
17057
17058 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
17059
17060 * callproc.c (set_initial_environment):
17061 Initialize Vprocess_environment under CANNOT_DUMP (fixes crash when
17062 batch-compiling for bootstrap).
17063
17064 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
17065 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17066
17067 * frame.c (make_initial_frame): Call init_frame_faces(f) in
17068 CANNOT_DUMP case -- fix crash due to different init order.
17069
17070 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
17071
17072 Changes and additions for NeXTstep windowing system (Cocoa and
17073 GNUstep) support.
17074
17075 * Makefile.in:
17076 * config.in: Support defines and build commands for NS port.
17077 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
17078 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
17079 * dispextern.h: Include nsgui.h and add needed typedefs under NS
17080 windowing.
17081 (struct face): Add synth_ital field.
17082 * dispnew.c: Include nsterm.h when compiling under NS windowing.
17083 (init_display): Initialize Vinitial_window_system to "ns" when so
17084 compiled.
17085 * emacs.c: Include GSConfig.h when compiling under GNUstep.
17086 (display_arg): Use under NS.
17087 (main): Under NS, allocate autorelease pool and handle command line
17088 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
17089 (standard_args): Add NS-specific args.
17090 (shut_down_emacs): Shut down NS terminal if compiled under NS.
17091 * font.c (DEFAULT_ENCODING): New variable.
17092 (font_find_for_lface): Use it.
17093 (syms_of_font): Load syms_of_nsfont under NS.
17094 * font.h: Declare nsfont_driver when compiled under NS.
17095 * fontset.c: When compiling under NS, include nsterm.h.
17096 (fontset_from_font): Autoconstruct fontset under NS.
17097 * frame.c (various): Under NS, include nsterm.h, add Qns window system
17098 symbol, document and use it.
17099 (do_switch_frame): When for_deletion under Cocoa, add
17100 Fraise_frame(Qnil).
17101 (x_set_frame_parameters): Ensure font attribute changes are picked up.
17102 (x_get_arg): Allow "yes" and "no" as boolean values.
17103 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
17104 Qright under Cocoa.
17105 (focus-follows-mouse): Default to 0 under NS.
17106 * frame.h (enum output_method): Add output_ns.
17107 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
17108 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
17109 (FRAME_WINDOW_P): NS-specific definition.
17110 * fringe.c (max_used_fringe_bitmap): Make public.
17111 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
17112 (getloadavg): Use NeXT code under descendant OS's.
17113 * image.c (includes and header section, x_create_bitmap_from_data)
17114 (x_create_bitmap_from_file, free_bitmap_record, image_background)
17115 (image_background_transparent, x_clear_image_1)
17116 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
17117 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
17118 (x_to_xcolors, x_from_xcolors, x_disable_image)
17119 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
17120 other GUIs, including XPM support using code originally written for
17121 Carbon GUI.
17122 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
17123 using NS API.
17124 (image_ascent): Use font metrics macros instead of direct struct field
17125 access.
17126 * keyboard.c (includes): Add nsterm.h when compiling under NS.
17127 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
17128 Also, handle NS as GTK for menu bar purposes.
17129 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
17130 toolkit where they differ.
17131 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
17132 use cachelist, still needed under NS.
17133 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
17134 (struct widget_value): Define it here for menu.c.
17135 * keymap.c (includes): Include modifier internals.
17136 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
17137 NS.
17138 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
17139 support for preferring sequences using certain modifiers, specified by
17140 the FIRSTONLY argument.
17141 * lisp.h (hash_remove): Rename to avoid name clash when compiling
17142 under NS GNUstep implementation.
17143 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
17144 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
17145 * menu.c: Include nsterm.h under NS.
17146 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
17147 (free_menubar_widget_tree_value, update_submenu_strings)
17148 (find_and_call_menu_selection): Treat NS as X and NT.
17149 (find_and_return_menu_selection): New function, used for popup menus.
17150 * nsgui.h:
17151 * nsterm.h:
17152 * nsfns.m:
17153 * nsimage.m:
17154 * nsmenu.m:
17155 * nsselect.m:
17156 * nsterm.m: New files.
17157 * process.c (wait_reading_process_output): Under NS, call ns_select()
17158 instead of plain select().
17159 * syntax.c (char_quoted): Under NS, avoid a crash when called near
17160 beginning of buffer.
17161 * sysselect.h (init_process): Rename when compiling under Cocoa to
17162 avoid name conflict.
17163 * termhooks.h (display_info): Add ns_display_info to union.
17164 * terminal.c (Fterminal_live_p): Add ns to terminal types.
17165 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
17166 COCOA environment.
17167 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
17168 unexec() signature. (Note, this will dump, but the resulting file
17169 crashes; unexosx is used instead; keeping around for reference and
17170 possible aid in getting dump working under GNUstep.)
17171 * w32gui.h (button_type, widget_value): Remove definitions (now in
17172 keyboard.h).
17173 * window.c: Include nsterm.h when compiling under NS.
17174 * xdisp.c (includes): Include nsterm.h when compiling under NS.
17175 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
17176 other GUI windowing systems.
17177 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
17178 GTK.
17179 (x_consider_frame_title): Under NS, set icon type and frame
17180 modified-state indicator; use ns_set_name_as_filename() when using
17181 formatted title.
17182 (update_window_cursor): Make public when compiling under NS.
17183 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
17184 (hourglass_atimer, Vhourglass_delay
17185 * xfaces.c (header section, init_frame_faces, clear_font_table)
17186 (defined_color, unload_color, x_face_list_fonts)
17187 (prepare_face_for_display): Add NS support parallel to other GUIs.
17188 Emulate GCs like other non-X GUIs.
17189 (split_font_name): Don't lowercase font name under NS.
17190 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
17191 under NS.
17192 * s/darwin.h: Add support for compilation under NS.
17193
17194 2008-07-15 Jason Rumney <jasonr@gnu.org>
17195
17196 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
17197 (w32_show_hourglass): Rename from show_hourglass.
17198 (w32_hide_hourglass): Rename from hide_hourglass.
17199 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
17200 (Vhourglass_delay): Declare extern.
17201 (hourglass_started): Remove.
17202
17203 * xdisp.c (Vhourglass_delay): Remove static.
17204 (hourglass_started, start_hourglass, cancel_hourglass):
17205 Don't include these versions on WINDOWSNT.
17206
17207 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
17208
17209 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
17210 variables (formerly in xfns.c).
17211 (show_hourglass, hide_hourglass): New prototypes (same).
17212 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
17213 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
17214 in xfns.c).
17215 (syms_of_xdisp): Declare/initialize display-hourglass,
17216 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
17217 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
17218 formerly in xfns.c.
17219 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
17220 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
17221 (start_hourglass, cancel_hourglass): Remove.
17222 (show_hourglass, hide_hourglass): Remove prototypes and static
17223 modifiers.
17224 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
17225 hourglass_atimer, hourglass_shown_p declaration/initialization.
17226 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
17227 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
17228 (start_hourglass, cancel_hourglass): Remove.
17229 (show_hourglass, hide_hourglass): Remove prototypes and static
17230 modifiers.
17231 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
17232 hourglass_atimer, hourglass_shown_p declaration/initialization.
17233 * w32fns.c (display_hourglass_p, Vhourglass_delay)
17234 (DEFAULT_HOURGLASS_DELAY): Remove.
17235 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
17236 hourglass_shown_p declaration/initialization.
17237
17238 2008-07-14 Jason Rumney <jasonr@gnu.org>
17239
17240 * w32fns.c (w32_get_arg): Remove wrapper function.
17241 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
17242 directly.
17243 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
17244
17245 2008-07-14 Kenichi Handa <handa@m17n.org>
17246
17247 * xfont.c (xfont_open): Add workaround for X's bug.
17248
17249 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
17250
17251 * fontset.c: Include <stdio.h> unconditionally.
17252
17253 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
17254
17255 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
17256 for filtering.
17257
17258 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
17259
17260 * s/vms.h: Use __GNUC__ instead of _GNUC_.
17261
17262 * m/macppc.h:
17263 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
17264
17265 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
17266 (SPECIAL_EMACS_INT):
17267 * m/ia64.h (SPECIAL_EMACS_INT):
17268 * m/amdx86-64.h (SPECIAL_EMACS_INT):
17269 * s/gnu.h (NLIST_STRUCT):
17270 * s/aix4-2.h (X11R5_INHIBIT_I18N):
17271 * s/gnu-linux.h (LINUX):
17272 * s/msdos.h (HAVE_FACES):
17273 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
17274
17275 * systty.h:
17276 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
17277 anymore.
17278
17279 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
17280
17281 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
17282 always defined as int.
17283
17284 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
17285 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
17286 * s/gnu-linux.h (HAVE_WAIT_HEADER):
17287 * s/freebsd.h (HAVE_WAIT_HEADER):
17288 * s/bsd-common.h (HAVE_UNION_WAIT):
17289 * s/aix4-2.h (HAVE_WAIT_HEADER):
17290 * m/mips.h (HAVE_UNION_WAIT):
17291 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
17292 (COFF, static): Do not define, they are undefined later in the file.
17293
17294 * process.c (update_status): Don't use a union.
17295 (status_convert):
17296 (sigchld_handler): Use int instead of WAITTYPE.
17297
17298 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
17299
17300 * indent.c (Fvertical_motion): Restore hscroll before moving to
17301 goal column.
17302
17303 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
17304
17305 * lisp.h: Remove left over code.
17306
17307 2008-07-11 Andreas Schwab <schwab@suse.de>
17308
17309 * lisp.h: Fix logic in last change.
17310
17311 * menu.h: New file.
17312 * menu.c: Include it.
17313 * xmenu.c: Likewise.
17314 * Makefile.in: Update dependencies.
17315
17316 2008-07-11 Kenichi Handa <handa@m17n.org>
17317
17318 * fontset.c (fontset_from_font): Cancel the previous change.
17319
17320 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
17321
17322 * lisp.h:
17323 * w32heap.c:
17324 * emacs.c:
17325 * alloc.c: Replace all references of NO_UNION_TYPE with
17326 USE_LISP_UNION_TYPE.
17327
17328 * m/xtensa.h (NO_UNION_TYPE):
17329 * m/vax.h (NO_UNION_TYPE):
17330 * m/template.h (NO_UNION_TYPE):
17331 * m/sparc.h (NO_UNION_TYPE):
17332 * m/mips.h (NO_UNION_TYPE):
17333 * m/macppc.h (NO_UNION_TYPE):
17334 * m/m68k.h (NO_UNION_TYPE):
17335 * m/iris4d.h (NO_UNION_TYPE):
17336 * m/intel386.h (NO_UNION_TYPE):
17337 * m/ibms390x.h (NO_UNION_TYPE):
17338 * m/ibms390.h (NO_UNION_TYPE):
17339 * m/ibmrs6000.h (NO_UNION_TYPE):
17340 * m/ia64.h (NO_UNION_TYPE):
17341 * m/hp800.h (NO_UNION_TYPE):
17342 * m/arm.h (NO_UNION_TYPE):
17343 * m/amdx86-64.h (NO_UNION_TYPE):
17344 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
17345 defining it the same.
17346
17347 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
17348
17349 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
17350
17351 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
17352
17353 * fileio.c:
17354 * sysdep.c:
17355 * systty.h:
17356 * m/ibmrs6000.h:
17357 * m/iris4d.h:
17358 * s/aix4-2.h:
17359 * s/freebsd.h:
17360 * s/gnu-linux.h:
17361 * s/hpux10-20.h:
17362 * s/hpux11.h:
17363 * s/netbsd.h:
17364 * s/sol2-3.h:
17365 * s/sol2-4.h:
17366 * s/sol2.h:
17367 * s/usg5-4.h:
17368 * s/vms.h: Remove references to unused variables.
17369
17370 2008-07-10 Andreas Schwab <schwab@suse.de>
17371
17372 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
17373 pattern before matching the generic family.
17374
17375 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
17376
17377 * unexec.c:
17378 * s/vms.h:
17379 * s/usg5-4-2.h:
17380 * s/sol2-5.h:
17381 * s/freebsd.h:
17382 * s/darwin.h: Remove dead code.
17383
17384 * m/template.h:
17385 * m/sparc.h:
17386 * m/mips.h:
17387 * m/m68k.h:
17388 * m/iris4d.h:
17389 * m/intel386.h:
17390 * m/ibms390x.h:
17391 * m/ibms390.h:
17392 * m/ia64.h:
17393 * m/hp800.h:
17394 * m/arm.h:
17395 * m/amdx86-64.h: Remove dead code and references to unused
17396 and compiler defined symbols.
17397
17398 * unexmips.c:
17399 * unexelf.c: Remove references to desupported systems.
17400
17401 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
17402
17403 * m/powermac.h: Remove boilerplate comments.
17404 (NO_REMAP): Remove unused definition.
17405
17406 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
17407 define them.
17408
17409 2008-07-10 Kenichi Handa <handa@m17n.org>
17410
17411 * xfont.c (xfont_open): Log the reason of failure.
17412
17413 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
17414
17415 * fontset.c (fontset_get_font_group):
17416 * font.c (font_check_otf): Specify argument types.
17417
17418 2008-07-09 Kenichi Handa <handa@m17n.org>
17419
17420 * coding.c (detect_coding_utf_8): Set detect_info->found only when
17421 non-ASCII char is found.
17422
17423 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
17424 (reorder_font_vector): Change the arg preferred_family to font.
17425 Prefer the spec matching with font.
17426 (fontset_get_font_group): New function.
17427 (fontset_find_font): Change the format of an element of a realized
17428 fontset. Use fontset_get_font_group.
17429 (fontset_font): Try the current fontset, the default fontset, the
17430 fallbacks of the current fontset, and the fallbacks of the default
17431 fontset in this order.
17432 (face_for_char): Delete the shortcut to use the current font.
17433 (fontset_from_font): Don't set fonts for Latin in the fontset.
17434
17435 * font.h (font_make_object, font_match_p): Adjust prototypes.
17436
17437 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
17438
17439 * font.c (font_make_object): New arg entity and pixelsize.
17440 (font_check_otf_features, font_check_otf): New functions.
17441 (font_match_p): Check :lang, :script, and :otf properties.
17442
17443 * xfont.c (xfont_open): Adjust it for the change of
17444 font_make_object.
17445 (xfont_text_extents): Fix initial setting of metrics.
17446
17447 * ftfont.c (struct ftfont_info): New member index, delete member
17448 fc_charset_idx. Make the member order compatible with struct
17449 xftfont_info.
17450 (fc_charset_table): Change charset names to registry names.
17451 (ftfont_pattern_entity): Delete the args registry and
17452 fc_charset_idx. Change the value of :font-entity property
17453 to (FONTNAME . INDEX). Always set :registry property to
17454 `iso10646-1'.
17455 (struct ftfont_cache_data): New struct.
17456 (ftfont_lookup_cache): New arg for_face.
17457 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
17458 (ftfont_driver): Set the member otf_capability.
17459 (ftfont_get_charset): Adjust it for the change of
17460 fc_charset_table.
17461 (OTF_TAG_SYM): New macro.
17462 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
17463 for the change of fc_charset_table.
17464 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
17465 ftfont_pattern_entity. Add FC_INDEX to objset.
17466 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
17467 and ftfont_pattern_entity.
17468 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
17469 font_make_object, struct ftfont_info.
17470 (ftfont_has_char): Use ftfont_get_fc_charset.
17471 (ftfont_otf_features, ftfont_otf_capability): New functions.
17472 (ftfont_shape): Use ftfont_get_otf.
17473 (ftfont_text_extents): Fix initial setting of metrics.
17474
17475 * xftfont.c (struct xftfont_info): New member ft_size. Make the
17476 member order compatible with struct ftfont_info.
17477 (xftfont_open): Add FC_CHARSET to the pattern.
17478 Set xftfont_info->ft_size. Don't unlock the face. Check BDF
17479 properties if appropriate.
17480 (xftfont_close): Unlock the face.
17481 (xftfont_anchor_point, xftfont_shape): Deleted.
17482 (syms_of_xftfont): Don't set members anchor_point and shape of
17483 xftfont_driver.
17484
17485 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
17486 font_make_object.
17487
17488 * w32font.c (w32font_open): Adjust it for the change of
17489 font_make_object.
17490 (w32font_open_internal): Don't set properties of font_object here.
17491
17492 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
17493
17494 * macfns.c (x_create_tip_frame):
17495 * w32fns.c (x_create_tip_frame):
17496 * xfns.c (x_create_tip_frame): Pass parameter argument to
17497 face-set-after-frame-default.
17498
17499 * xfaces.c (Finternal_merge_in_global_face): Save merged
17500 attributes for the default face back into the face vector.
17501
17502 2008-07-08 Andreas Schwab <schwab@suse.de>
17503
17504 * fontset.h: Declare fontset_from_font. Don't declare
17505 new_fontset_from_font and fontset_from_font_name.
17506 * xterm.c: Include "fontset.h".
17507 * Makefile.in (xterm.o): Update dependencies.
17508
17509 2008-07-08 Glenn Morris <rgm@gnu.org>
17510
17511 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
17512 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
17513
17514 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
17515
17516 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
17517 (x_set_frame_parameters): Don't bind it.
17518
17519 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
17520
17521 * w32fns.c (map_w32_filename): Declare extern.
17522
17523 2008-07-07 Jason Rumney <jasonr@gnu.org>
17524
17525 * w32term.c (WS_EX_LAYERED): Define if not already.
17526
17527 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
17528
17529 * xfaces.c (set_font_frame_param): Don't try to set the font
17530 parameter if it is still unspecified in the lface.
17531
17532 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
17533
17534 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
17535 face if it didn't already exist.
17536
17537 * xdisp.c (try_window_id): Give up if word-wrapping is on.
17538
17539 2008-07-05 Andreas Schwab <schwab@suse.de>
17540
17541 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
17542
17543 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
17544
17545 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
17546 word-wrapping.
17547 (IT_DISPLAYING_WHITESPACE): New macro.
17548 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
17549 when word-wrapping. Simplify word-wrapping logic. Use correct
17550 pixel positions when saving copies of the iterator.
17551 (display_line): Use proper wrap point if the last character on a
17552 line was preceded by whitespace.
17553
17554 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17555
17556 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
17557
17558 2008-07-04 Kenichi Handa <handa@m17n.org>
17559
17560 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
17561
17562 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
17563
17564 2008-07-02 Jason Rumney <jasonr@gnu.org>
17565
17566 * xfns.c (syms_of_xfns): Only define x-select-font when both
17567 HAVE_FREETYPE and USE_GTK.
17568
17569 * xdisp.c (next_element_from_display_vector): Move assignment out
17570 of if statement.
17571
17572 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
17573
17574 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
17575
17576 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
17577 (syms_of_fileio): Initialize and export them.
17578 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
17579
17580 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
17581 (Fsystem_move_file_to_trash): New function.
17582 (syms_of_w32fns): Export it to lisp.
17583
17584 2008-07-01 Jason Rumney <jasonr@gnu.org>
17585
17586 * w32font.c (w32font_text_extents): Don't count overhang as part
17587 of width.
17588
17589 2008-06-30 Miles Bader <miles@gnu.org>
17590
17591 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
17592 Add `avoid_cursor_p' field.
17593
17594 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
17595 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
17596 (append_glyph, append_composite_glyph, produce_image_glyph)
17597 (append_stretch_glyph): Initialize avoid_cursor_p.
17598 (get_it_property): Rename from `get_line_height_property'.
17599 (x_produce_glyphs): Use get_it_property.
17600 (handle_line_prefix, push_display_prop): New functions.
17601 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
17602 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
17603 New variables.
17604 (syms_of_xdisp): Initialize them.
17605
17606 2008-06-30 Kenichi Handa <handa@m17n.org>
17607
17608 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
17609 XftDefaultSubstitute (they are called in XftFontMatch).
17610 (xftfont_open): Fix args to ftfont_font_format.
17611
17612 * ftfont.c (fc_charset_table): New member lang.
17613 (ftfont_resolve_generic_family): New arg pattern.
17614 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
17615 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
17616 (ftfont_open): Fix args to ftfont_font_format.
17617 (ftfont_font_format): New arg filename.
17618
17619 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
17620
17621 * xfaces.c (Finternal_merge_in_global_face): If default face was
17622 modified, realize it again. Update the font face attribute.
17623
17624 2008-06-29 Jason Rumney <jasonr@gnu.org>
17625
17626 * w32term.c (x_set_frame_alpha): Fix logic.
17627
17628 2008-06-29 Kenichi Handa <handa@m17n.org>
17629
17630 * fontset.c (Finternal_char_font): Return font-object instead of
17631 font-name.
17632
17633 * composite.c (get_composition_id): Fix the width calculation for TAB.
17634
17635 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17636
17637 * indent.c (Fvertical_motion): Properly handle float column arg.
17638
17639 2008-06-28 Jason Rumney <jasonr@gnu.org>
17640
17641 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
17642 (pfnSetLayeredWindowAttributes): New function pointer.
17643 (w32_initialize): Initialize it when supported.
17644 (x_set_frame_alpha): New function.
17645
17646 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
17647 (w32_frame_parm_handlers): Set alpha handler.
17648
17649 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
17650
17651 2008-06-27 Jason Rumney <jasonr@gnu.org>
17652
17653 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
17654 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
17655 (w32_to_x_charset, x_to_w32_charset)
17656 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
17657 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
17658 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
17659 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
17660 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
17661 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
17662 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
17663 (Qw32_charset_unicode): Remove.
17664 (syms_of_w32fns): Update for above changes.
17665
17666 * w32font.c (w32_to_x_charset, x_to_w32_charset)
17667 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
17668 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
17669 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
17670 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
17671 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
17672 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
17673 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
17674 (syms_of_w32font): Update for above changes.
17675
17676 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
17677
17678 * s/usg5-4.h: Fix previous change: keep the correct branch of a
17679 removed #if.
17680 (USG_SHARED_LIBRARIES): Remove duplicate definition.
17681
17682 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
17683 Eli Zaretskii <eliz@gnu.org>
17684
17685 * makefile.w32-in (LOCAL_FLAGS):
17686 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
17687
17688 * sysdep.c (_spawnlp, _getpid):
17689 Declare with explicit _cdecl instead of _CRTAPI1.
17690
17691 * editfns.c (Fget_internal_run_time):
17692 Check for WINDOWSNT with #ifdef, not #if.
17693
17694 2008-06-26 Jason Rumney <jasonr@gnu.org>
17695
17696 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
17697
17698 * w32term.c (x_draw_glyph_string_foreground)
17699 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
17700 Use FONT_HANDLE macro.
17701 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
17702
17703 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
17704 (uniscribe_encode_char): Use FONT_HANDLE macro.
17705
17706 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
17707 (w32font_text_extents): Use precast w32_font.
17708 (w32font_close): Free cached metrics.
17709 (w32font_open_internal): Allocate space for name on stack.
17710
17711 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
17712
17713 * xdisp.c (extend_face_to_end_of_line): Fix last change.
17714
17715 2008-06-26 Jason Rumney <jasonr@gnu.org>
17716
17717 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
17718 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
17719
17720 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
17721
17722 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
17723
17724 2008-06-26 Jason Rumney <jasonr@gnu.org>
17725
17726 * w32bdf.c, w32bdf.h: Remove obsolete files.
17727
17728 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
17729
17730 * w32gui.h: Don't include w32bdf.h.
17731 (XCharStruct, enum w32_char_font_type, W32FontStruct):
17732 Remove obsolete font support.
17733
17734 * w32font.h (struct w32font_info): Remove compat_w32_font.
17735 Add hfont member.
17736 (FONT_COMPAT): Remove obsolete macro.
17737
17738 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
17739 (w32font_encode_char, w32font_text_extents): Use new hfont member.
17740 (w32font_open_internal): Remove compat code. Set new hfont member.
17741 (Fx_select_font): Use new hfont member.
17742
17743 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
17744 (uniscribe_encode_char): Use new hfont member.
17745
17746 * w32term.c (x_draw_glyph_string_foreground)
17747 (x_draw_composite_glyph_string_foreground): Use new hfont member.
17748 (x_draw_glyph_string): Use metrics in w32font_info.
17749
17750 2008-06-26 Kenichi Handa <handa@m17n.org>
17751
17752 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
17753
17754 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
17755
17756 * unexnext.c:
17757 * m/ews4800.h:
17758 * m/hp9000s300.h:
17759 * m/ibm370aix.h:
17760 * m/mips-siemens.h:
17761 * m/ncr386.h:
17762 * m/next.h:
17763 * m/pmax.h:
17764 * m/powerpcle.h:
17765 * m/tandem-s2.h:
17766 * s/386bsd.h:
17767 * s/bsd386.h:
17768 * s/bsd4-1.h:
17769 * s/bsd4-2.h:
17770 * s/bsdos2-1.h:
17771 * s/bsdos2.h:
17772 * s/bsdos3.h:
17773 * s/bsdos4.h:
17774 * s/nextstep.h:
17775 * s/ultrix4-3.h:
17776 * s/usg5-0.h:
17777 * s/usg5-2-2.h:
17778 * s/usg5-2.h:
17779 * s/usg5-4-3.h:
17780 * s/ux4800.h:
17781 * s/uxpds.h:
17782 * s/uxpv.h: Remove support for obsolete systems.
17783 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
17784 Remove, insert contents in s/hpux10-20.h.
17785 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
17786 Remove, insert contents in s/aix4-2.h.
17787 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
17788 * s/bsd4-3.h: Rename to ...
17789 * s/bsd-common.h: ... this.
17790 * data.c:
17791 * doc.c:
17792 * ecrt0.c:
17793 * emacs.c:
17794 * fileio.c:
17795 * floatfns.c:
17796 * keyboard.c:
17797 * mem-limits.h:
17798 * print.c:
17799 * process.c:
17800 * sysdep.c:
17801 * syssignal.h:
17802 * systty.h:
17803 * syswait.h:
17804 * term.c:
17805 * unexec.c:
17806 * unexelf.c:
17807 * unexhp9k800.c:
17808 * m/hp800.h:
17809 * m/ibmrs6000.h:
17810 * m/mips.h:
17811 * m/vax.h:
17812 * s/darwin.h:
17813 * s/freebsd.h:
17814 * s/gnu.h:
17815 * s/ms-w32.h:
17816 * s/msdos.h:
17817 * s/netbsd.h:
17818 * s/template.h: Remove references to obsolete variables.
17819
17820 * Makefile.in: Add dependencies for all unexec files.
17821 (admindir): Remove unused variable.
17822 (UNEXEC_SRC): Remove references.
17823
17824 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
17825
17826 * xfns.c (x_default_font_parameter): If Xft is available, first
17827 try Monospace-12 for the default font.
17828
17829 2008-06-25 Jason Rumney <jasonr@gnu.org>
17830
17831 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
17832
17833 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17834
17835 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
17836
17837 * buffer.c (syms_of_buffer): Remove default-word-wrap.
17838
17839 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
17840
17841 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
17842 <scroll-conservatively>: Fix typo in docstring.
17843
17844 * xselect.c (Fx_send_client_event): Doc fix.
17845
17846 2008-06-25 Kenichi Handa <handa@m17n.org>
17847
17848 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
17849
17850 * font.c (font_parse_fcname): Remove unused variables.
17851 (font_sort_entites): Delete the arg SPEC. Caller changed.
17852 Fix for the case of ! best_only.
17853 (font_delete_unmatched): Check DPI and AVGWIDTH too.
17854
17855 * lisp.h (Fstring_to_unibyte): EXFUN it.
17856
17857 * character.h (str_to_unibyte): Extern it.
17858
17859 * character.c (str_to_unibyte): New function.
17860
17861 * fns.c (Fstring_to_unibyte): New function.
17862 (syms_of_fns): Defsubr it.
17863
17864 2008-06-24 Kenichi Handa <handa@m17n.org>
17865
17866 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
17867 DPI too.
17868 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
17869
17870 2008-06-24 Andreas Schwab <schwab@suse.de>
17871
17872 * Makefile.in (${lispsource}loaddefs.el): Rename from
17873 ../lisp/loaddefs.el.
17874 (bootstrap-clean): Do what distclean does but don't remove
17875 Makefile.
17876 (distclean): Depend on bootstrap-clean and remove Makefile.
17877
17878 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
17879
17880 * buffer.h (struct buffer): New member word_wrap.
17881
17882 * buffer.c (syms_of_buffer): New variables default-word-wrap and
17883 word-wrap.
17884 (init_buffer_once): Initialize them.
17885
17886 * dispextern.h (struct it): Replace bool truncate_lines_p with a
17887 line_wrap enum possessing three possible values.
17888
17889 * termopts.h: Replace truncate_partial_width_windows with
17890 Vtruncate_partial_width_windows.
17891
17892 * dispnew.c (direct_output_for_insert): Avoid direct output when
17893 inserting a space with word wrap on.
17894
17895 * indent.c (compute_motion): Obey integer values of
17896 truncate-partial-width-windows.
17897
17898 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
17899 replacing truncate_partial_width_windows.
17900 (init_iterator): If Vtruncate_partial_width_windows is an integer,
17901 truncate only if the window width is below that integer.
17902 (start_display, resize_mini_window, produce_stretch_glyph)
17903 (display_string, move_it_in_display_line_to): Use line_wrap.
17904 (back_to_previous_visible_line_start, reseat_1):
17905 Reset string_from_display_prop_p.
17906 (display_line): Extend default face to end of line when wrapping.
17907
17908 2008-06-24 Kim F. Storm <storm@cua.dk>
17909
17910 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
17911 to wrap continued lines at word boundaries.
17912
17913 2008-06-24 Jason Rumney <jasonr@gnu.org>
17914
17915 * font.c (Ffont_face_attributes): Multiply pixel size before point
17916 conversion to avoid multiplying rounding error.
17917
17918 2008-06-23 Jason Rumney <jasonr@gnu.org>
17919
17920 * w32term.c (x_draw_glyph_string_background)
17921 (x_draw_glyph_string): Remove old bdf font code.
17922
17923 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
17924
17925 2008-06-22 Kenichi Handa <handa@m17n.org>
17926
17927 * font.c (font_find_for_lface): Try the adstyle specified in
17928 the property of LFACE_FONT of LFACE (if any).
17929
17930 2008-06-21 Seiji Zenitani <zenitani@mac.com>
17931 Ryo Yoshitake <ryo@shiftmode.net>
17932
17933 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
17934
17935 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
17936
17937 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
17938 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
17939 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
17940 (witness-emacs): Remove.
17941 (lisp, shortlisp): Move loaddefs.el earlier.
17942 (mostlyclean): Forget about witness-emacs.
17943
17944 2008-06-22 Glenn Morris <rgm@gnu.org>
17945
17946 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
17947 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
17948
17949 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17950
17951 * Makefile.in (PRECOMP): Remove.
17952 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
17953 (witness-emacs): Run `compile-first'.
17954 (.el.elc): Use the new compile-onefile target.
17955
17956 2008-06-21 Kenichi Handa <handa@m17n.org>
17957
17958 * xftfont.c (xftfont_open): Handle QCembolden only when
17959 FC_EMBOLDEN is defined.
17960
17961 2008-06-21 Andreas Schwab <schwab@suse.de>
17962
17963 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
17964 (.el.elc): Likewise.
17965
17966 2008-06-21 Miles Bader <miles@gnu.org>
17967
17968 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
17969 build dir, not the lisp source dir.
17970
17971 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17972
17973 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
17974 (bootstrapclean): Remove.
17975 (.el.elc): New rule.
17976 (PRECOMP): New var.
17977 (../lisp/subdirs.el): Remove.
17978 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
17979 (witness-emacs): New target.
17980 (mostlyclean): Remove witness-emacs as well.
17981 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
17982 Add witness-emacs dependency.
17983
17984 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
17985
17986 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
17987 defined by the font.
17988
17989 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17990
17991 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
17992 (bootstrap-clean): New target that keeps TAGS around.
17993 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
17994 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
17995
17996 2008-06-20 Jason Rumney <jasonr@gnu.org>
17997
17998 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
17999 Remove obsolete font code.
18000
18001 * w32font.c (font_matches_spec): Use csb bitfield from font signature
18002 to determine language support.
18003
18004 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
18005
18006 * sysdep.c (cfsetspeed): New fun extracted from the code.
18007 (cfmakeraw): Move before first use.
18008
18009 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
18010
18011 * sysdep.c (cfmakeraw): Provide fallback implementation.
18012 (serial_configure): Provide fallback implementation of cfsetspeed.
18013
18014 2008-06-20 Kenichi Handa <handa@m17n.org>
18015
18016 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
18017 the pattern.
18018
18019 * fontset.c (fontset_from_font): Copy font_spec before changing
18020 the elements.
18021
18022 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
18023
18024 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
18025
18026 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
18027 for explicit `font' parameters.
18028
18029 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
18030
18031 2008-06-19 Kenichi Handa <handa@m17n.org>
18032
18033 * frame.c: Include <ctype.h>.
18034 (x_set_font_backend): Allow spacing characters in the X resource
18035 for FontBackend.
18036
18037 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
18038
18039 * w32fns.c, xfns.c (Qfont_param): New var.
18040 (syms_of_w32fns): Initialize it.
18041 (x_default_font_parameter): Record explicit `font' into
18042 `font-parameter'.
18043
18044 2008-06-18 Kenichi Handa <handa@m17n.org>
18045
18046 * font.c (font_parse_xlfd): Fix previous change.
18047 (font_parse_fcname): Don't use :fc-unknown-spec.
18048 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
18049 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
18050 (font_add_log): Prepend the driver name to the resulting fonts.
18051
18052 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
18053 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
18054 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
18055
18056 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
18057 (QCembolden): New variables.
18058 (syms_of_xftfont): DEFSYM them.
18059 (xftfont_open): Call XftFontMatch. Don't trust the result of
18060 XftTextExtents8 if the pixel_size is less than 5.
18061
18062 2008-06-18 Andreas Schwab <schwab@suse.de>
18063
18064 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
18065 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
18066
18067 2008-06-18 Jason Rumney <jasonr@gnu.org>
18068
18069 * w32font.c (w32font_list, w32font_match): Add logging.
18070
18071 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
18072
18073 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
18074
18075 * font.c (font_parse_fcname): Store divider characters for
18076 unknown-spec list. For known key symbols, intern using correct
18077 symbol name.
18078
18079 2008-06-17 Kenichi Handa <handa@m17n.org>
18080
18081 * xfaces.c (realize_default_face): If the frame is not on window
18082 system, set the fontset of face to nil.
18083
18084 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
18085
18086 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
18087
18088 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
18089
18090 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
18091 (build_font_name_from_vector): Delete externs.
18092
18093 * xfaces.c (struct font_name): Don't declare.
18094
18095 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
18096
18097 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
18098
18099 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
18100
18101 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
18102
18103 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
18104
18105 * font.c (Ffont_spec): Fix usage in docstring.
18106 (Ffont_face_attributes): Doc fix.
18107
18108 2008-06-16 Andreas Schwab <schwab@suse.de>
18109
18110 * font.c (Ffont_face_attributes): Fix definition.
18111
18112 2008-06-16 Jason Rumney <jasonr@gnu.org>
18113
18114 * font.h (font_style_symbolic_from_value): Remove.
18115
18116 * font.c (font_style_symbolic_from_value): Remove.
18117 (font_style_symbolic): Revert to pre 2008-06-13 version.
18118
18119 * w32font.c (w32_to_fc_weight): New function.
18120 (w32font_full_name, logfont_to_fcname): Use it.
18121
18122 2008-06-16 Kenichi Handa <handa@m17n.org>
18123
18124 * font.c (font_check_object): Delete it.
18125 (font_clear_cache): Check if a font-object is alive.
18126 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
18127 font-object to nil.
18128 (font_close_object): Don't check FONT_CLOSE_OBJECT.
18129 (font_at): Don't call font_check_object.
18130 (Ffont_get): Return a symbol for :weight, :slant, and :width.
18131
18132 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
18133
18134 * puresize.h (BASE_PURESIZE): Increase to 1230000.
18135
18136 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
18137
18138 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
18139
18140 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
18141
18142 * font.c (font_parse_fcname): Only one decimal point.
18143 (font_unparse_fcname): Handle data in family and foundry indices
18144 as symbols, not strings.
18145 (font_unparse_gtkname, Ffont_face_attributes): New functions.
18146
18147 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
18148
18149 * font.h (font_unparse_gtkname): Add prototype.
18150
18151 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
18152
18153 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
18154
18155 2008-06-15 Andreas Schwab <schwab@suse.de>
18156
18157 * font.c (font_update_drivers): Fix crash when no drivers match.
18158
18159 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18160
18161 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
18162 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
18163
18164 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18165
18166 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
18167
18168 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18169
18170 * process.c (Fserial_process_configure, Fprocess_send_eof):
18171 Use EQ to compare Lisp_Objects.
18172
18173 2008-06-13 Jason Rumney <jasonr@gnu.org>
18174
18175 * w32fns.c (Fw32_select_font): Remove old font API function.
18176
18177 * w32font.c (logfont_to_fcname): New function.
18178 (Fx_select_font): New font dialog function compatible with
18179 GTK/fontconfig version.
18180
18181 * font.c (font_style_symbolic_from_value): New function.
18182 (font_style_symbolic): Use it.
18183
18184 * font.h (font_style_symbolic_from_value): Declare new function.
18185
18186 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
18187
18188 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
18189 <font-width-table>: Fix typos in docstrings.
18190
18191 2008-06-13 Daniel Engeler <engeler@gmail.com>
18192
18193 These changes add serial port access.
18194 * process.c: Add HAVE_SERIAL.
18195 (Fdelete_process, Fprocess_status, Fset_process_buffer)
18196 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
18197 (list_processes_1, select_wrapper, Fstop_process)
18198 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
18199 (status_notify): Modify to handle serial processes.
18200 [HAVE_SERIAL] (Fserial_process_configure)
18201 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
18202 New functions.
18203 * process.h (struct Lisp_Process): Add `type'.
18204 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
18205 New functions.
18206 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
18207 serial ports.
18208 (serial_open, serial_configure): New functions.
18209 * w32.h: Add FILE_SERIAL.
18210 (struct _child_process): Add ovl_read, ovl_write.
18211
18212 2008-06-13 Kenichi Handa <handa@m17n.org>
18213
18214 * dispextern.h (enum lface_attribute_index): New member
18215 LFACE_FOUNDRY_INDEX.
18216
18217 * font.c (font_score): Delete arg alternate_families. Check only
18218 weight, slant, width, and size. Ignore the difference of alias
18219 style symbols.
18220 (font_sort_entites): Adjust for the above change. Reflect the
18221 order of font-driver to scores.
18222 (font_list_entities): Don't check alternate_familes here.
18223 (font_clear_prop): Handle foundry.
18224 (font_update_lface): Don't parse "foundry-family" form here.
18225 Handle FONT_FOUNDRY_INDEX.
18226 (font_find_for_lface): Likewise. Handle alternate families here.
18227 If registry is nil, try iso8859-1 and ascii-0.
18228 (font_open_for_lface): Pay attention to size in ENTITY.
18229 (font_open_by_name): Simplify by calling font_load_for_lface.
18230 (free_font_driver_list): Delete it.
18231 (font_update_drivers): Preserve the order of backends.
18232 (syms_of_font): Setting of sort_shift_bits adjusted for the change
18233 of font_score and font_sort_entites.
18234 (font_update_sort_order): Likewise.
18235
18236 * xfaces.c (LFACE_FOUNDRY): New macro.
18237 (check_lface_attrs): Check foundry.
18238 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
18239 (merge_face_vectors): Check foundry.
18240 (merge_face_ref): Likewise.
18241 (Finternal_set_lisp_face_attribute): Likewise.
18242 (x_update_menu_appearance): Likewise.
18243 (Finternal_get_lisp_face_attribute): Likewise.
18244 (lface_hash): Likewise.
18245 (lface_same_font_attributes_p): Likewise.
18246 (x_supports_face_attributes_p): Likewise.
18247 (tty_supports_face_attributes_p): Likewise.
18248 (Finternal_set_alternative_font_family_alist): Intern strings.
18249 (Finternal_set_alternative_font_registry_alist): Downcase strings.
18250 (realize_default_face): Set LFACE_FOUNDRY (lface).
18251
18252 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
18253 font-driver at first.
18254
18255 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
18256
18257 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
18258
18259 * lread.c (Fload): Use xfree, not free on saved_doc_string.
18260
18261 2008-06-12 Jim Meyering <meyering@redhat.com>
18262
18263 Make unexec_free handle NULL the same way free does.
18264 * unexmacosx.c (unexec_free): Ignore a NULL argument.
18265
18266 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
18267
18268 * character.h (CHAR_TO_BYTE_SAFE): New macro.
18269 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
18270 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
18271 (WEAK_ALIAS): Simplify.
18272 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
18273 when searching a unibyte buffer.
18274
18275 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
18276
18277 * xfns.c (Fx_select_font): Rename from x-font-dialog.
18278
18279 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
18280
18281 * w32font.c: Include ctype.h.
18282
18283 2008-06-11 Jason Rumney <jasonr@gnu.org>
18284
18285 * w32font.c (w32font_encode_char): Detect missing glyphs that are
18286 misreported as space.
18287 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
18288 as aliases for registry iso10646-1.
18289
18290 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
18291
18292 * buffer.c (clone_per_buffer_values): Skip `name'.
18293
18294 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
18295
18296 * font.c (font_parse_fcname): Fix last change; accept decimal
18297 points in font size.
18298
18299 2008-06-10 Jason Rumney <jasonr@gnu.org>
18300
18301 * w32uniscribe.c (add_opentype_font_name_to_list):
18302 Skip non unicode fonts.
18303
18304 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
18305
18306 * xfns.c (Fx_font_dialog): New function.
18307
18308 * gtkutil.c (xg_dialog_response_cb): Rename from
18309 xg_file_response_callback.
18310 (pop_down_dialog): Rename from pop_down_file_dialog.
18311 (xg_get_file_name): Callers changed.
18312 (xg_get_font_name): New function.
18313
18314 * gtkutil.h (xg_get_font_name): Insert prototype.
18315
18316 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
18317
18318 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
18319 x_underline_minimum_display_offset.
18320 (syms_of_xdisp): Declare it here rather than in xterm.c.
18321 * dispextern.h (underline_minimum_offset): Declare it.
18322 * w32term.c (x_draw_glyph_string): Use it.
18323 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
18324 (syms_of_xterm): Don't declare it any more.
18325 (x_draw_glyph_string): Adjust to the new name.
18326
18327 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
18328
18329 * xterm.c (x_underline_minimum_display_offset): New var.
18330 (x_draw_glyph_string): Use it.
18331 (syms_of_xterm): Declare it.
18332
18333 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
18334
18335 * font.c (font_parse_fcname): Accept GTK-style font names too.
18336
18337 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
18338
18339 * dired.c (file_name_completion): Don't return t if the match is exact
18340 but with different capitalization.
18341 * minibuf.c (Ftry_completion): Simplify.
18342
18343 * window.c (Vwindow_point_insertion_type): New var.
18344 (set_window_buffer): Use it.
18345 (syms_of_window): Init and export it to Lisp.
18346
18347 2008-06-10 Kenichi Handa <handa@m17n.org>
18348
18349 * font.h (font_intern_prop): Prototype adjusted.
18350
18351 * font.c (font_intern_prop): New arg force_symbol.
18352 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
18353 Adjust for the change of font_intern_prop.
18354
18355 * ftfont.c (ftfont_pattern_entity):
18356 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
18357 (w32_registry):
18358 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
18359 the change of font_intern_prop.
18360
18361 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
18362
18363 * w32menu.c (digest_single_submenu): Declare extern.
18364
18365 2008-06-09 Jason Rumney <jasonr@gnu.org>
18366
18367 * w32term.c (x_make_frame_visible): Use alternate restore flags.
18368
18369 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
18370 (parse_single_submenu): Remove.
18371 (digest_single_submenu): Remove.
18372 (syms_of_w32menu): Don't initialise variables that have moved
18373 to menu.c.
18374 (set_frame_menubar): Sync with version in xmenu.c.
18375 (w32_menu_show): Sync with xmenu_show in xmenu.c.
18376
18377 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
18378 Make static again.
18379
18380 2008-06-09 Jason Rumney <jasonr@gnu.org>
18381
18382 Changes to w32 files related to the move of common menu code
18383 to menu.c on 2008-06-08 by Chong Yidong.
18384
18385 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
18386 defs to w32gui.h.
18387 (single_keymap_panes, push_menu_item, push_menu_pane):
18388 Make globally visible.
18389
18390 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
18391 (local_free, malloc_widget_value, free_widget_value)
18392 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
18393 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
18394 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
18395 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
18396 (menu_items, menu_items_allocated, menu_items_used)
18397 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
18398 (init_menu_items, finish_menu_items, discard_menu_items)
18399 (grow_menu_items, push_submenu_start, push_submenu_end)
18400 (push_left_right_boundary, push_menu_pane, push_menu_item)
18401 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
18402 (free_menubar_widget_tree_value, parse_single_submenu)
18403 (update_submenu_strings): Remove functions.
18404 (xmalloc_widget_value): Remove and declare extern.
18405
18406 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
18407 (OBJ1): Build it.
18408
18409 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
18410 (local_heap, local_alloc, local_free, malloc_widget_value)
18411 (free_widget_value): Define here.
18412
18413 2008-06-09 Kenichi Handa <handa@m17n.org>
18414
18415 * font.h (Qascii_0): Extern it.
18416
18417 * font.c (Qascii_0): New variable.
18418 (syms_of_font): DEFSYM it.
18419 (font_open_by_name): If the registry "iso8859-1" fails, try also
18420 "ascii-0".
18421
18422 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
18423
18424 2008-06-08 Kenichi Handa <handa@m17n.org>
18425
18426 * .gdbinit (xfont): New command.
18427
18428 2008-06-08 Andreas Schwab <schwab@suse.de>
18429
18430 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
18431 * Makefile.in (menu.o): Update dependencies.
18432
18433 * Makefile.in (obj): Always add menu.o.
18434 * emacs.c (main): Always call syms_of_menu.
18435 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
18436
18437 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
18438
18439 * Makefile.in: Compile menu.c.
18440
18441 * lisp.h: Declare syms_of_menu.
18442
18443 * emacs.c (main): Call syms_of_menu.
18444
18445 * keyboard.h: Relocate platform-independent menu definitions from
18446 xmenu.c.
18447
18448 * menu.c: New file. Relocate platform-independent menu
18449 definitions from xmenu.c. Suggested by Adrian Robert.
18450
18451 * xmenu.c: Remove platform-independent menu definitions.
18452 (menu_items, menu_items_inuse, menu_items_allocated)
18453 (menu_items_used, menu_items_n_panes)
18454 (menu_items_submenu_depth): Move to keyboard.h.
18455 (init_menu_items, finish_menu_items, unuse_menu_items)
18456 (discard_menu_items, restore_menu_items, save_menu_items)
18457 (grow_menu_items, push_submenu_start, push_submenu_end)
18458 (push_left_right_boundary, push_menu_pane, push_menu_item)
18459 (keymap_panes, single_keymap_panes, single_menu_item)
18460 (list_of_panes, list_of_items, find_and_call_menu_selection)
18461 (xmalloc_widget_value, free_menubar_widget_value_tree)
18462 (parse_single_submenu, digest_single_submenu)
18463 (update_submenu_strings): Move to menu.c.
18464
18465 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
18466
18467 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
18468
18469 2008-06-06 Miles Bader <miles@gnu.org>
18470
18471 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
18472 face, not frame default.
18473
18474 2008-06-05 Martin Rudalics <rudalics@gmx.at>
18475
18476 * window.c (pop_up_windows, pop_up_frames)
18477 (display_buffer_reuse_frames, Vpop_up_frame_function)
18478 (Vdisplay_buffer_function, Veven_window_heights)
18479 (Vspecial_display_buffer_names, Vspecial_display_regexps)
18480 (Vspecial_display_function, Vsame_window_buffer_names)
18481 (Vsame_window_regexps, split_height_threshold)
18482 (Vsplit_window_preferred_function): Move those vars to window.el.
18483 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
18484 (Fdisplay_buffer): Move those functions to window.el.
18485 (syms_of_window): Remove corresponding declarations.
18486 (display_buffer): New function.
18487 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
18488 * dispnew.c (Flast_nonminibuf_frame): New function.
18489 * buffer.c (Fpop_to_buffer): Move to window.el.
18490
18491 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
18492
18493 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
18494
18495 2008-06-05 Kenichi Handa <handa@m17n.org>
18496
18497 * coding.c (detect_coding): Fix previous change.
18498 (detect_coding_system): Likewise.
18499
18500 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
18501
18502 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
18503
18504 * keymap.c (Vminibuffer_local_filename_must_match_map):
18505 Rename from Vminibuffer_local_must_match_filename_map.
18506 (syms_of_keymap):
18507 * minibuf.c (Fcompleting_read): Adjust accordingly.
18508 * commands.h: Rename declaration as well.
18509
18510 2008-06-05 Kenichi Handa <handa@m17n.org>
18511
18512 * font.c (Ffont_spec): Don't use font_parse_family_registry for
18513 family name.
18514 (Ffont_put): Likewise.
18515
18516 * fontset.c (fontset_find_font): Call font_open_for_lface with the
18517 current font-spec.
18518
18519 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
18520 is unspecified.
18521
18522 * xfaces.c (realize_x_face): If the font-related face attributes
18523 are the same as those of default face, realize a new fontset from
18524 default->fontset.
18525 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
18526
18527 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
18528
18529 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
18530 (move_it_in_display_line): New wrapper.
18531
18532 * window.c (window_scroll_pixel_based_preserve_x)
18533 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
18534 (window_scroll_pixel_based, window_scroll_line_based):
18535 Use them to preserve column positions.
18536 (syms_of_window): Initialize them.
18537
18538 * indent.c (Fvertical_motion): Extend first arg to allow passing an
18539 (HPOS . VPOS) pair.
18540
18541 * dispextern.h (move_it_in_display_line): Declare.
18542
18543 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
18544
18545 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
18546 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
18547 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
18548
18549 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
18550
18551 * window.c (Fset_window_parameter): Doc fix.
18552 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
18553
18554 2008-06-04 Joakim Verona <joakim@verona.se>
18555
18556 * window.h (struct window): Add new member window_parameters.
18557
18558 * window.c (Fwindow_parameters, Fwindow_parameter)
18559 (Fset_window_parameter): New defuns.
18560 (syms_of_window): Defsubr the new defuns.
18561 (make_window): Initialize window_parameters to nil.
18562
18563 2008-06-04 John Paul Wallington <jpw@pobox.com>
18564
18565 * eval.c (Fdefmacro): Doc fix.
18566
18567 2008-06-04 Kenichi Handa <handa@m17n.org>
18568
18569 * coding.c (detect_coding): Fix handling of coding->head_ascii.
18570 Be sure to call setup_coding_system when we find a proper coding system.
18571 (detect_coding_system): Fix handling of coding->head_ascii.
18572
18573 2008-06-03 Andreas Schwab <schwab@suse.de>
18574
18575 * font.c (font_prop_validate_spacing): Fix last change.
18576
18577 2008-06-03 Kenichi Handa <handa@m17n.org>
18578
18579 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
18580 (font_parse_fcname): Fix handling of unknown key.
18581
18582 * xfont.c (xfont_list): Try an alias.
18583
18584 * charset.c (char_charset): Return NULL if the arg charset_list is
18585 specified and C doesn't belong to any of them.
18586
18587 2008-06-02 Chip Coldwell <coldwell@redhat.com>
18588
18589 * font.c (font_pixel_size): Don't take cdr of an integer.
18590
18591 2008-06-02 Jim Meyering <meyering@redhat.com>
18592
18593 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
18594 * alloc.c (xfree): Return right away for a NULL arg.
18595 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
18596 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
18597 * mac.c (create_apple_event_from_event_ref): Likewise.
18598 (create_apple_event_from_drag_ref, cfstring_create_normalized):
18599 Likewise.
18600 * doprnt.c (doprnt1): Likewise.
18601 * frame.c (frame): Likewise.
18602 * keyboard.c (wipe_kboard): Likewise.
18603 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
18604 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
18605 * term.c (tty_default_color_capabilities, maybe_fatal)
18606 (delete_tty): Likewise.
18607 * w16select.c (string): Likewise.
18608 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
18609 * w32bdf.c (w32_free_bdf_font): Likewise.
18610 * w32fns.c (w32_unload_font): Likewise.
18611 * w32font.c (w32font_close): Likewise.
18612 * window.c (size_window): Likewise.
18613 * xselect.c (receive_incremental_selection): Likewise.
18614 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
18615 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
18616 * w32.c (stat): Likewise.
18617
18618 Remove useless if-before-free tests.
18619 * editfns.c (Fset_time_zone_rule): Likewise.
18620 * lread.c (nosuffix): Likewise.
18621 * ralloc.c (get_bloc): Likewise.
18622 * regex.c (reg_free): Likewise.
18623 * xftfont.c (xftfont_open, xftfont_close): Likewise.
18624 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
18625 * xsmfns.c (smc_save_yourself_CB): Likewise.
18626
18627 2008-06-02 Kenichi Handa <handa@m17n.org>
18628
18629 * font.c (font_find_for_lface): Handle float font size.
18630 (font_open_for_lface): Likewise.
18631
18632 * xfaces.c (x_supports_face_attributes_p): Check face->font before
18633 comparing the properties.
18634
18635 2008-06-01 Jason Rumney <jasonr@gnu.org>
18636
18637 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
18638 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
18639 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
18640 Don't add empty script list.
18641 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
18642
18643 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
18644
18645 * Makefile.in (dot, dotdot): Remove, update users.
18646 ".." has been used elsewhere in the file for a long time.
18647 (LIBXT_STATIC): Remove conditional based on unused variable.
18648
18649 2008-06-01 Miles Bader <miles@gnu.org>
18650
18651 * xfaces.c (Vface_remapping_alist): New variable.
18652 (syms_of_xfaces): Initialize it.
18653 (enum named_merge_point_kind): New type.
18654 (struct named_merge_point): Add `named_merge_point_kind' field.
18655 (push_named_merge_point): Make cycle detection respect different
18656 named-merge-point kinds.
18657 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
18658 Remove face-name alias resolution.
18659 (lface_from_face_name): New definition using
18660 `lface_from_face_name_no_resolve'.
18661 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
18662 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
18663 (get_lface_attributes): New definition that layers face-remapping on
18664 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
18665 (lookup_basic_face): New function.
18666 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
18667 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
18668 `get_lface_attributes'.
18669 (face_at_buffer_position): Use `lookup_basic_face' to lookup
18670 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
18671 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
18672
18673 * xdisp.c (init_iterator): Pass base_face_id through
18674 `lookup_basic_face' when we actually use it as a face-id.
18675 (handle_single_display_prop): Use `lookup_basic_face' to lookup
18676 DEFAULT_FACE_ID.
18677
18678 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
18679 lookup the initial face-id.
18680
18681 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
18682
18683 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
18684
18685 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
18686 (Fremove_text_properties): Fix typos in docstrings.
18687
18688 2008-05-31 Kenichi Handa <handa@m17n.org>
18689
18690 * font.c (font_list_entities): Fix the car part of data to be
18691 stored in the cache.
18692
18693 * ftfont.c (ftfont_font_format): Don't use strcasestr.
18694
18695 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18696
18697 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
18698 Add a `test' argument so another predicate than `equal' can be used.
18699 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
18700 (map_char_table): Remove unused vars `c' and `i'.
18701 * lisp.h (Foptimize_char_table): Adjust declaration.
18702 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
18703
18704 2008-05-30 Kenichi Handa <handa@m17n.org>
18705
18706 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
18707 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
18708 defined.
18709
18710 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18711
18712 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
18713 (Fmake_variable_frame_local): Disallow mixing buffer-local and
18714 frame-local settings for the same variable.
18715
18716 2008-05-30 Kenichi Handa <handa@m17n.org>
18717
18718 * fontset.c (Ffont_info): Move to font.c.
18719 (syms_of_fontset): Delete defsubr of Sfont_info.
18720
18721 * font.c (font_style_to_value, font_score): Delete casting of the
18722 args to xstcasecmp.
18723 (register_font_driver): Increment num_font_drivers only when
18724 registering the driver globally.
18725 (Ffont_info): Move from fontset.c. Handle a font object too.
18726 (syms_of_font): Defsubr Sfont_info.
18727
18728 2008-05-29 Kenichi Handa <handa@m17n.org>
18729
18730 * coding.h (enum define_coding_utf8_arg_index): New enum.
18731 (enum coding_attr_index): Change coding_attr_utf_16_bom to
18732 coding_attr_utf_bom.
18733 (enum utf_bom_type): Rename from utf_16_bom_type.
18734 (struct utf_16_spec): Adjust for the above change.
18735 (struct coding_system): Add utf_8_bom in `spec' union.
18736
18737 * coding.c (CODING_UTF_8_BOM): New macro.
18738 (enum coding_category): Delete coding_category_utf_8, add
18739 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
18740 coding_category_utf_8_sig.
18741 (CATEGORY_MASK_UTF_8): Delete it.
18742 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
18743 (CATEGORY_MASK_UTF_8_SIG): New macros.
18744 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
18745 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
18746 CATEGORY_MASK_UTF_8_SIG.
18747 (CATEGORY_MASK_UTF_8): New macro.
18748 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
18749 (detect_coding_utf_8): Check BOM.
18750 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
18751 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
18752 (encode_coding_utf_16): Likewise.
18753 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
18754 (detect_coding, detect_coding_system): Handle utf-8-auto.
18755 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
18756 (syms_of_coding): Fix setting up of Vcoding_category_table.
18757
18758 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
18759
18760 * process.c (Faccept_process_output): If `millisec' is non-nil,
18761 `seconds' default to 0.
18762 (wait_reading_process_output): Also return non-nil if we read output
18763 from a non-running process.
18764
18765 2008-05-29 Jason Rumney <jasonr@gnu.org>
18766
18767 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
18768 `raster' specified.
18769 (add_font_entity_to_list): Allow non-opentype truetype fonts back
18770 in the uniscribe backend, but disallow any font that has no
18771 unicode subrange support.
18772
18773 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
18774
18775 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
18776 Fix typos in docstrings.
18777
18778 2008-05-29 Kenichi Handa <handa@m17n.org>
18779
18780 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
18781 (Fx_family_fonts): Set frame correctly.
18782
18783 2008-05-28 Jason Rumney <jasonr@gnu.org>
18784
18785 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
18786
18787 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18788
18789 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
18790 calling build_annotations.
18791
18792 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
18793
18794 * coding.c (Fdecode_coding_region, Fencode_coding_region)
18795 (Fencode_coding_string):
18796 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
18797 <latin-extra-code-table>: Fix typos in docstrings.
18798 (syms_of_coding) <coding-system-alist>: Doc fix.
18799 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
18800
18801 2008-05-28 Kenichi Handa <handa@m17n.org>
18802
18803 * fontset.c (Ffont_info): Don't call font_close_object.
18804
18805 * font.c (font_parse_family_registry): Use Ffont_put to validate
18806 foundry and family.
18807 (font_delete_unmatched): Don't check spacing.
18808 (font_list_entities): Add spacing to the spec to list fonts.
18809
18810 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
18811 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
18812
18813 * coding.c (encode_coding_raw_text): Fix previous change.
18814 (encode_coding_object): When the dst_object is a buffer and is
18815 different from src_object, move gap to PT.
18816
18817 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
18818
18819 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
18820
18821 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18822
18823 * coding.c (encode_coding_raw_text): Set coding->produced_char for
18824 all branches. Compute it differently.
18825
18826 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
18827
18828 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
18829
18830 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
18831 into "else if () ... else ...".
18832
18833 2008-05-27 Jason Rumney <jasonr@gnu.org>
18834
18835 * w32font.c (w32font_open_internal): Determine if glyph indices
18836 are likely to work here.
18837
18838 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
18839
18840 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
18841 draw overlap glyphs with appropriate highlighting.
18842
18843 2008-05-27 Kenichi Handa <handa@m17n.org>
18844
18845 * xfont.c (xfont_open): Fix calculation of font->average_width.
18846
18847 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18848
18849 * casefiddle.c (casify_object): Try to guess better whether the
18850 argument is a byte or a char.
18851
18852 2008-05-26 Andreas Schwab <schwab@suse.de>
18853
18854 * xselect.c (x_reply_selection_request): Properly handle format == 32.
18855 Always send multiples of format size.
18856
18857 * xterm.c (x_set_frame_alpha): Fix type mismatch.
18858
18859 2008-05-26 Jason Rumney <jasonr@gnu.org>
18860
18861 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
18862 (compute_metrics): Don't set failure if we just cleared the cache.
18863 (w32_weight_table): Remove unused variable.
18864 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
18865 backwards compatibility.
18866
18867 2008-05-25 Kenichi Handa <handa@m17n.org>
18868
18869 * w32term.c (x_draw_glyph_string):
18870 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
18871
18872 * xfaces.c: Delete unused function prototypes.
18873 (xstrlwr, font_frame): Delete them.
18874 (clear_face_cache): Delete unused variable.
18875
18876 * xftfont.c (xftfont_open): Delete unused variable.
18877 If underline_thickness is not 1, adjust underline_position.
18878
18879 * ftxfont.c (ftxfont_open): Delete unused variable.
18880
18881 * fontset.c (face_for_char): Optimize for the case of no charset
18882 property.
18883
18884 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
18885 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
18886 (otf_open, font_otf_capability, generate_otf_features)
18887 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
18888 Comment out by surrounding "#if 0" and "#endif" for the moment.
18889 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
18890 (syms_of_font): Codes for accessing above commented out.
18891
18892 2008-05-24 Eli Zaretskii <eliz@gnu.org>
18893
18894 * w32proc.c: Include dispextern.h.
18895
18896 * w32.c: Include dispextern.h.
18897
18898 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
18899
18900 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
18901 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
18902 Fix typos in docstrings.
18903
18904 2008-05-23 Jason Rumney <jasonr@gnu.org>
18905
18906 * xsmfns.c: Remove includes that are already included by config.h.
18907
18908 2008-05-23 Kenichi Handa <handa@m17n.org>
18909
18910 * charset.c (Qemacs, charset_emacs): New variables.
18911 (char_charset): Fix for non-Unicode characters.
18912 (syms_of_charset): Define charset_emacs.
18913
18914 * w32term.c (x_draw_glyph_string): Be sure to update
18915 s->underline_thickness and s->underline_position. Be sure to draw
18916 underline within the current line area.
18917
18918 * xterm.c (x_draw_glyph_string): Be sure to update
18919 s->underline_thickness and s->underline_position. Be sure to draw
18920 underline within the current line area.
18921
18922 * fontset.c: Delete unused variables and add casting for char *
18923 throughout the file.
18924 (fontset_font): Try the fallback fonts of the current fontset
18925 before consulting the default fontset.
18926
18927 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
18928
18929 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
18930
18931 2008-05-22 Jason Rumney <jasonr@gnu.org>
18932
18933 * font.c: Don't include strings.h.
18934
18935 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
18936
18937 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
18938 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
18939 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
18940 to call xstrcasecmp.
18941
18942 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
18943
18944 * fontset.c (fs_query_fontset): Use xstrcasecmp.
18945
18946 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
18947
18948 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
18949
18950 2008-05-22 Kenichi Handa <handa@m17n.org>
18951
18952 * puresize.h (BASE_PURESIZE): Increase to 1220000.
18953
18954 * font.c (font_prop_validate_style): Adjust for the format
18955 change of font_style_table.
18956
18957 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
18958 two args.
18959
18960 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
18961 two args.
18962
18963 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18964
18965 * minibuf.c (keys_of_minibuf): Delete.
18966 * lisp.h (keys_of_minibuf): Delete.
18967 * emacs.c (main): Don't call keys_of_minibuf.
18968
18969 2008-05-22 Kenichi Handa <handa@m17n.org>
18970
18971 * ftfont.c (ftfont_resolve_generic_family): Rename from
18972 ftfont_list_generic_family. Return a single family for each
18973 generic family.
18974 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
18975 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
18976 Call font_add_log.
18977 (ftfont_match): Call font_add_log.
18978
18979 * font.h (Ffont_xlfd_name): EXFUN adjusted.
18980 (FONT_DEBUG): Define it.
18981 (font_add_log): Extern it.
18982 (font_assert): Rename from xassert.
18983
18984 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
18985 (xfont_list_family): Call font_add_log.
18986 (xfont_match): Likewise.
18987 (memq_no_quit): Delete.
18988
18989 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
18990 call of Ffont_xlfd_name.
18991
18992 * xfaces.c (struct table_entry, slant_table, weight_table)
18993 (swidth_table): Move to font.c.
18994
18995 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
18996 xassert are changed to font_assert. Delete many unused variables.
18997 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
18998 New variables.
18999 (struct table_entry): Move from xfaces.c and modified.
19000 (weight_table, slant_table, width_table): Move from xfaces.c and
19001 contents adjusted for the change of struct table_entry.
19002 (font_style_to_value, font_style_symbolic): Adjust for the
19003 format change of font_style_table.
19004 (font_parse_family_registry): Don't overwrite existing foundry and
19005 family of font_spec.
19006 (font_score): Fix calculation of diff for sizes.
19007 (font_sort_entites): Call font_add_log.
19008 (font_delete_unmatched): Return a newly created list.
19009 (font_list_entities): Fix previous change. Call font_add_log.
19010 (font_matching_entity, font_open_entity, font_close_entity):
19011 Call font_add_log.
19012 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
19013 (Finternal_set_font_style_table): Delete.
19014 (BUILD_STYLE_TABLE): New macro.
19015 (build_style_table): New function.
19016 (Vfont_log, font_log_env_checked): New variables.
19017 (font_add_log): New function.
19018 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
19019 Declare Lisp variables "font-weight-table", "font-slant-table",
19020 "font-width-table", and "font-log". Initialize font_style_table.
19021
19022 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
19023
19024 * xterm.c (x_set_frame_alpha): Move declarations before statements.
19025
19026 2008-05-21 Seiji Zenitani <zenitani@mac.com>
19027 Ryo Yoshitake <ryo@shiftmode.net>
19028
19029 * frame.c (Qalpha): Add a new frame parameter `alpha'.
19030 (Vframe_alpha_lower_limit): New variable.
19031 (x_set_alpha): New function.
19032
19033 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
19034
19035 * xfns.c (x-create-frame, Qalpha):
19036 Initialize the frame parameter `alpha'.
19037 * xterm.c (OPAQUE, OPACITY): New.
19038 (x_set_frame_alpha): New function.
19039 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
19040
19041 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
19042 * w32fns.c (w32_frame_parm_handlers): Likewise.
19043
19044 2008-05-20 Jason Rumney <jasonr@gnu.org>
19045
19046 * w32font.c (add_font_entity_to_list): Don't add non-opentype
19047 truetype fonts to opentype list.
19048
19049 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
19050
19051 * fontset.c (Ffontset_info): Doc fix.
19052 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
19053 <ignore-relative-composition>: Fix typos in docstrings.
19054
19055 * font.c (syms-of-font) <font-encoding-alist>:
19056 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
19057 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
19058 (Ffont_otf_alternates): Doc fixes.
19059
19060 2008-05-20 Kenichi Handa <handa@m17n.org>
19061
19062 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
19063 font.h through out the file.
19064 (FONT_DRIVERS): Rename from FONTOBJ.
19065 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
19066 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
19067
19068 * emacs.c (main): Call syms_of_font unconditionally.
19069
19070 * font.h (find_font_encoding): Extern it.
19071
19072 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
19073 fontset.c.
19074 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
19075 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
19076 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
19077 only when HAVE_WINDOW_SYSTEM is defined.
19078 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
19079 when HAVE_WINDOW_SYSTEM is defined.
19080
19081 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
19082 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
19083
19084 * xfaces.c: Include font.h unconditionally.
19085 (merge_face_ref, merge_face_vectors)
19086 (Finternal_set_lisp_face_attribute): Cancel the previous change.
19087
19088 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19089
19090 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
19091 indirect_variable.
19092 * eval.c (lisp_indirect_variable): New fun.
19093 (Fuser_variable_p): Use it.
19094
19095 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
19096
19097 * lisp.h (indirect_variable):
19098 * data.c (indirect_variable, let_shadows_buffer_binding_p):
19099 Use Lisp_Symbol pointers rather than Lisp_Object.
19100 Adjust callers.
19101 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
19102 To this end, change calling-convention.
19103
19104 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
19105 if some non-hidden buffers are selected by string&pred.
19106
19107 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
19108
19109 * process.c (wait_reading_process_output): Always check status
19110 when in batch mode.
19111
19112 2008-05-19 Kenichi Handa <handa@m17n.org>
19113
19114 * font.c (font_list_entities): Fix handling of cache.
19115 (font_matching_entity): Likewise.
19116
19117 * ftfont.c (cs_iso8859_1): Delete.
19118 (ft_face_cache): New variable.
19119 (struct ftfont_info): New member fc_charset_idx.
19120 (ftfont_build_basic_charsets): Delete.
19121 (fc_charset_table): New variable.
19122 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
19123 . FC_CHARSET_IDX) as :font-entity property in the font entity.
19124 Callers changed.
19125 (ftfont_lookup_cache, ftfont_get_charset): New functions.
19126 (ftfont_spec_pattern): New argument fc_charset_idx.
19127 Check registry more rigidly. Change callers.
19128 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
19129 change of :font-entity property of the font.
19130
19131 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
19132 property of the font.
19133
19134 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
19135
19136 * coding.c (Fcoding_system_p): Rename argument to match docstring.
19137 (Funencodable_char_position, Fcheck_coding_systems_region)
19138 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
19139 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
19140 (Ffind_operation_coding_system, Fset_coding_system_priority)
19141 (Fcoding_system_eol_type): Doc fixes.
19142
19143 2008-05-17 Glenn Morris <rgm@gnu.org>
19144
19145 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
19146
19147 2008-05-16 Eli Zaretskii <eliz@gnu.org>
19148
19149 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
19150 and st_gid.
19151
19152 * frame.c (Fdelete_frame): Don't call font_update_drivers if
19153 HAVE_WINDOW_SYSTEM is not defined.
19154
19155 * xfaces.c (merge_face_ref, merge_face_vectors)
19156 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
19157 HAVE_WINDOW_SYSTEM is defined.
19158 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
19159
19160 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
19161
19162 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
19163
19164 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19165
19166 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
19167
19168 2008-05-15 Kenichi Handa <handa@m17n.org>
19169
19170 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
19171 preference.
19172
19173 2008-05-15 Glenn Morris <rgm@gnu.org>
19174
19175 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
19176
19177 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
19178
19179 * fns.c (init_fns): Don't initialize weak_hash_tables here.
19180 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
19181
19182 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
19183
19184 2008-05-15 Kenichi Handa <handa@m17n.org>
19185
19186 * ftfont.c (ftfont_list): Downcase family name to check generic
19187 families.
19188
19189 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
19190 font-spec for QCfont value.
19191
19192 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
19193 buffer. Check the return value of it.
19194
19195 2008-05-14 Jason Rumney <jasonr@gnu.org>
19196
19197 * w32term.c (w32_get_glyph_overhangs): Remove.
19198 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
19199
19200 2008-05-14 Kenichi Handa <handa@m17n.org>
19201
19202 * font.c (font_prop_validate): Make nil a valid value.
19203 (font_clear_cache): Check if the cached vector of entities is nil
19204 or not.
19205
19206 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19207
19208 * emacs.c (main_thread): Conditionalize on
19209 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
19210 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
19211
19212 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
19213 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
19214 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
19215
19216 2008-05-14 Kenichi Handa <handa@m17n.org>
19217
19218 * coding.c (detect_coding_iso_2022): Ignore a coding category that
19219 has no corresponding coding system.
19220
19221 2008-05-14 Jason Rumney <jasonr@gnu.org>
19222
19223 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
19224
19225 * w32font.h (w32font_open_internal): Update declaration.
19226
19227 * w32font.c (w32font_open_internal): Change last argument from
19228 w32font_info struct to font object. Fill in font object from
19229 font_entity. Get Outline metrics if possible. Use them to
19230 calculate underline position and thickness. Use xlfd name as name
19231 property. Don't set codepage.
19232 (w32font_open): Pass font_object to w32font_open_internal. Don't
19233 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
19234 (w32font_draw): Use s->font.
19235 (clear_cached_metrics): Don't clear non-existent blocks.
19236
19237 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
19238 font was not found.
19239 (x_draw_glyph_string): Use underline position and thickness from font.
19240
19241 * w32uniscribe.c (uniscribe_open): Pass font_object to
19242 w32font_open_internal.
19243
19244 2008-05-14 Kenichi Handa <handa@m17n.org>
19245
19246 These changes are to delete all legacy font-handling codes, and
19247 make Emacs use only font-backends.
19248
19249 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
19250 (frame.o, image.o, print.o): Depend on $(FONTSRC).
19251
19252 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
19253
19254 * charset.h (Vcharset_non_preferred_head)
19255 (Vcurrent_iso639_language): Extern them.
19256
19257 * charset.c (Vcharset_non_preferred_head): New variable.
19258 (Vcurrent_iso639_language): New variable.
19259 (syms_of_charset): Declare it as a Lisp variable.
19260 (char_charset): Don't check non preferred charsets. As a last
19261 resort, return charset_unicode.
19262 (Fset_charset_priority): Update Vcharset_non_preferred_head.
19263
19264 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
19265 conditionals. Don't check enable_font_backend. Delete all codes
19266 used only when USE_FONT_BACKEND is not defined.
19267
19268 * dispextern.h (struct glyph_string): Change type of `font' to
19269 `struct font *'.
19270 (struct glyph_string): New member underline_position and
19271 underline_thickness.
19272 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
19273 (struct face): Change type of `font' to `struct font *'.
19274 Remove members `font_name', `font_info_id'.
19275 (per_char_metric, encode_char): Delete externs.
19276 (calc_pixel_width_or_height): Adjust the prototype.
19277
19278 * emacs.c (enable_font_backend): Delete extern.
19279 (main): Don't set enable_font_backend. Don't check the command
19280 line argument "-disable-font-backend".
19281
19282 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
19283 (enum font_property_index): New members FONT_DPI_INDEX,
19284 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
19285 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
19286 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
19287 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
19288 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
19289 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
19290 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
19291 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
19292 (struct font_spec, struct font_entity): New structs.
19293 (FONT_ENCODING_NOT_DECIDED): Move from fontset.h.
19294 (struct font): Many members from old "struct font_info" moved to
19295 here. Members font and entity deleted.
19296 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
19297 the new font-related objects.
19298 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
19299 (CHECK_FONT_GET_OBJECT): Likewise.
19300 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
19301 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Move from font.h.
19302 (struct font_driver): New members case_sensitive anc check.
19303 Type of the member list and open changed.
19304 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
19305 (font_symbolic_width, font_find_object, font_get_spec)
19306 (font_set_lface_from_name): Delete extern.
19307 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
19308
19309 * font.c: Include <strings.h>.
19310 (enable_font_backend): Delete it.
19311 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
19312 (CHECK_VALIDATE_FONT_SPEC): Delete it.
19313 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Move to font.h.
19314 (null_string): Delete it.
19315 (null_vector): Make it static.
19316 (font_family_alist): Delete it.
19317 (Qnormal): Extern it.
19318 (QCextra, QClanguage): Delete it.
19319 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
19320 (font_make_spec, font_make_entity, font_make_object)
19321 (font_intern_prop): Rename from intern_downcase. Don't downcase
19322 the string. Callers changed.
19323 (font_pixel_size): Adjust for the format change of font-related
19324 objects.
19325 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
19326 (font_style_to_value, font_style_symbolic): New function.
19327 (build_font_family_alist): Delete it.
19328 (font_registry_charsets): Use Fassoc_string instead of
19329 assq_no_quit.
19330 (font_prop_validate_symbol): Don't return null_string.
19331 (font_prop_validate_style): Adjust for the change of
19332 style-related values in a font vector.
19333 (font_property_table): Delete entries for QClanguage and
19334 QCantialias, add entries for QCavgwidth.
19335 (get_font_prop_index): Delete the 2nd argument FROM.
19336 (font_prop_validate): Arguments changed.
19337 (font_put_extra): Adjust for the change of font-related objects.
19338 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
19339 (font_parse_fcname, font_unparse_fcname)
19340 (font_prepare_composition): Likewise.
19341 (font_parse_family_registry): Rename from font_merge_old_spec.
19342 (otf_open): Delete the 1st arg entity.
19343 (font_otf_capability): Adjust for the above change.
19344 (font_score): New arg alternate_families. Adjusted for the change
19345 of font-related objects.
19346 (font_sort_entites): New arg best_only.
19347 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
19348 Delete them.
19349 (font_match_p): Check alternate families.
19350 (font_find_object): Delete it.
19351 (font_check_object): New function.
19352 (font_clear_cache): Adjust for the change of font-related objects.
19353 (font_delete_unmatched): New arg.
19354 (font_list_entities): Call font_driver->list with a spec that
19355 doesn't specify style-related properties.
19356 (font_matching_entity): Arguments changed. Caller changed.
19357 (font_open_entity): Adjust for the change of font-related objects.
19358 (font_close_object, font_has_char, font_encode_char)
19359 (font_get_name, font_get_spec): Likewise.
19360 (font_spec_from_name, font_clear_prop, font_update_lface):
19361 New functions.
19362 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
19363 (font_prepare_for_face, font_done_for_face, font_open_by_name)
19364 (font_at): Adjust for the change of font-related objects.
19365 (font_range): New function.
19366 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
19367 (Ffont_xlfd_name): Adjust for the change of font-related objects.
19368 (Fcopy_font_spec, Fmerge_font_spec): New function.
19369 (Ffont_family_list): Rename from list-families.
19370 (Finternal_set_font_style_table): Arguments changed.
19371 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
19372 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjust for the
19373 change of font-related objects.
19374 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
19375
19376 * fontset.h (struct font_info): Delete it. Most members go to
19377 struct font.
19378 (FONT_ENCODING_NOT_DECIDED): Move to font.h.
19379 (enum FONT_SPEC_INDEX): Delete it.
19380 (font_info, list_fonts_func, load_font_func, query_font_func)
19381 (set_frame_fontset_func, find_ccl_program_func)
19382 (get_font_repertory_func, new_fontset_from_font_name):
19383 Delete externs.
19384 (fontset_from_font_name): Extern it.
19385 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
19386 (FONT_INFO_FROM_FACE): Deleted.
19387 (face_for_font): Adjust prototype.
19388
19389 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
19390 conditionals. Don't check enable_font_backend. Delete all codes
19391 used only when USE_FONT_BACKEND is not defined.
19392 (get_font_info_func, list_font_func, load_font_func)
19393 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
19394 (get_font_repertory_func): Delete them.
19395 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
19396 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
19397 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
19398 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
19399 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
19400 (fontset_compare_rfontdef): New function.
19401 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
19402 rfont-defs by qsort. Adjusted for the change of font-group vector.
19403 (load_font_get_repertory): Deleted.
19404 (fontset_find_font): Use new macros to ref/set elements of
19405 font-def and rfont-def.
19406 (fontset_font): Fix the timing of remembering that no font for C.
19407 (free_face_fontset): Do nothing if the face has no fontset.
19408 (face_suitable_for_char_p): Use new macros to ref/set elements of
19409 rfont-def.
19410 (face_for_char): Likewise. Call face_for_char with font_object.
19411 (fs_load_font): Delete. Delete #pragma surrounding it.
19412 (fs_query_fontset): Use strcasecmp instead of strcmp.
19413 (generate_ascii_font_name): Adjust for the format change of
19414 font-spec.
19415 (Fset_fontset_font): Likewise. Use new macros to set elements of
19416 font-def.
19417 (Fnew_fontset): Use font_unparse_xlfd to generate
19418 FONTSET_ASCII (fontset).
19419 (new_fontset_from_font_name): Deleted.
19420 (fontset_from_font): Rename from new_fontset_from_font. Check if
19421 a fontset is already created for the font. FIx updating of
19422 Vfontset_alias_alist.
19423 (fontset_ascii_font): Deleted.
19424 (Ffont_info): Adjust for the format change of font-spec.
19425 (Finternal_char_font): Likewise.
19426 (Ffontset_info): Likewise.
19427 (syms_of_fontset): Don't check load_font_func.
19428
19429 * fns.c (internal_equal): Handle PREV_FONT.
19430
19431 * frame.h: Delete USE_FONT_BACKEND conditional.
19432
19433 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
19434 conditionals. Don't check enable_font_backend. Delete all codes
19435 used only when USE_FONT_BACKEND is not defined.
19436 (x_set_font): Call x_new_font, not x_new_fontset2.
19437 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
19438 already set for the frame.
19439
19440 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed.
19441 Make a font-entity by font_make_entity. Use font_intern_prop instead
19442 of intern_downcase. Use FONT_SET_STYLE to set a style-related
19443 font property. If a font is scalable, set avgwidth property to 0.
19444 Set font-entity property by font_put_extra.
19445 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
19446 (ffont_driver): Adjust for the change of struct font_driver.
19447 (ftfont_spec_pattern): New function.
19448 (ftfont_list): Return a list, not vector.
19449 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
19450 (ftfont_list_family): Don't downcase names.
19451 (ftfont_free_entity): Deleted.
19452 (ftfont_open): Return a font-object. Adjusted for the change of
19453 struct font. Get underline_thickness and underline_position from
19454 font property. Don't update dpyinfo->smallest_font_height and
19455 dpyinfo->smallest_char_width.
19456 (ftfont_close): Don't free `struct font'.
19457 (ftfont_has_char): Adjust for the format change of font-entity.
19458 (ftfont_encode_char, ftfont_text_extents): Likewise.
19459
19460 * ftxfont.c (ftxfont_list): Return a list, not vector.
19461 (ftxfont_open): Return a font-object. Adjusted for the change of
19462 struct font. Get underline_thickness and underline_position from
19463 font property. Don't update dpyinfo->smallest_font_height and
19464 dpyinfo->smallest_char_width.
19465 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
19466 (ftxfont_draw): Adjust for the change of struct font.
19467
19468 * image.c (image_ascent): Don't include "charset.h".
19469 Include "character.h" and "font.h".
19470
19471 * lisp.h (enum pvec_type): New member PREV_FONT.
19472 (Fassoc_string): EXFUN it.
19473
19474 * print.c: Include font.h.
19475 (print_object): Handle font-related objects.
19476
19477 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
19478 conditionals. Don't check enable_font_backend. Delete all codes
19479 used only when USE_FONT_BACKEND is not defined.
19480 (handle_auto_composed_prop): Do nothing if it->f is not on a
19481 window system. Check how many following characters can be
19482 displayed by the same font.
19483 (calc_pixel_width_or_height): Type of the 4th arg is changed to
19484 'struct font *'.
19485 (get_char_face_and_encoding): Assign the whole encoding task to
19486 the `encode-char' method of a font driver.
19487 (fill_composite_glyph_string): Adjust for the change of `struct
19488 face' and `struct glyph_string'.
19489 (fill_glyph_string): Likewise.
19490 (get_per_char_metric): Arguments changed.
19491 (x_get_glyph_overhangs): Adjust for the change of `struct face'
19492 and `struct glyph_string'.
19493 (produce_stretch_glyph, calc_line_height_property)
19494 (x_produce_glyphs): Likewise.
19495
19496 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
19497 conditionals. Don't check enable_font_backend. Delete all codes
19498 used only when USE_FONT_BACKEND is not defined.
19499 Use FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
19500 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
19501 (Qp): Extern them.
19502 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
19503 Deleted.
19504 (struct font_name): Deleted.
19505 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
19506 (compare_fonts_by_sort_order): New function.
19507 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
19508 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
19509 Deleted.
19510 (Fx_family_fonts): Use font_list_entities, and sort fonts by
19511 compare_fonts_by_sort_order.
19512 (Fx_font_family_list): Call Ffont_family_list.
19513 (face_numeric_value, face_numeric_weight, face_numeric_slant)
19514 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
19515 (face_symbolic_slant, face_symbolic_swidth)
19516 (split_font_name_into_vector, build_font_name_from_vector)
19517 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
19518 (font_rescale_ratio, split_font_name, build_font_name)
19519 (free_font_names, sort_fonts, x_face_list_fonts)
19520 (face_font_available_p, sorted_font_list, cmp_font_names)
19521 (font_list_1, concat_font_list, font_list, remove_duplicates):
19522 Deleted.
19523 (Fx_list_fonts): Use Ffont_list.
19524 (LFACE_AVGWIDTH): Deleted.
19525 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
19526 by FONTP.
19527 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
19528 (set_lface_from_font_name): Delete it.
19529 (set_lface_from_font): Rename from
19530 set_lface_from_font_and_fontset. Caller changed. Don't set
19531 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
19532 for face.
19533 (merge_face_vectors): Copy font-spec if necessary.
19534 Clear properties of the font-spec if necessary.
19535 (merge_face_ref): Clear properties of the font-spec if necessary.
19536 (Finternal_set_lisp_face_attribute): Likewise.
19537 (set_font_frame_param): Use font_load_for_lface to load a
19538 font-object, and call Fmodify_frame_parameters with it.
19539 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
19540 font name by Ffont_xlfd_name.
19541 (Finternal_lisp_face_attribute_values): Don't check QCweight,
19542 QCslant, and QCwidth.
19543 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
19544 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
19545 Compare fonts by EQ.
19546 (lookup_non_ascii_face): Deleted.
19547 (face_for_font): The 2nd argument changed.
19548 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
19549 Check atomic font properties by case insensitive.
19550 (realize_non_ascii_face): Set face->overstrike correctly.
19551 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
19552 (dump_realized_face): Get font name from
19553 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
19554
19555 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
19556 conditionals. Don't check enable_font_backend. Delete all codes
19557 used only when USE_FONT_BACKEND is not defined.
19558 (xic_create_xfontset): Original code deleted and renamed from
19559 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
19560 (x_make_gc): Don't set GCFont in GCs.
19561 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
19562 opened by "fixed".
19563 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
19564 find_ccl_program_func, query_font_func, set_frame_fontset_func,
19565 get_font_repertory_func.
19566
19567 * xfont.c: Include <stdlib.h> and "ccl.h".
19568 (struct xfont_info): New structure.
19569 (xfont_query_font): Deleted.
19570 (xfont_find_ccl_program): Rename from x_find_ccl_program and
19571 moved from xterm.c.
19572 (xfont_driver): Adjust for the change of struct font_driver.
19573 (compare_font_names): New function.
19574 (xfont_list_pattern): Sort font names case insensitively.
19575 Make font_entity by calling font_make_entity. Avoid auto-scaled fonts.
19576 (xfont_list): Return a list, not vector.
19577 (xfont_match): If the font doesn't have QCname property, generate
19578 a name from the other font properties.
19579 (xfont_open): Return a font-object. Adjusted for the change of
19580 struct font. Get underline_thickness and underline_position from
19581 font property. Don't update dpyinfo->smallest_font_height and
19582 dpyinfo->smallest_char_width.
19583 (xfont_close): Don't free struct font.
19584 (xfont_prepare_face): Adjust for the change of struct font.
19585 (xfont_done_face): Deleted.
19586 (xfont_has_char): Adjust for the change of struct font.
19587 (xfont_encode_char, xfont_draw): Likewise.
19588 (xfont_check): New function.
19589
19590 * xftfont.c (xftfont_list): Adjust for the change of `list'
19591 callback function.
19592 (xftfont_match): Adjust for the format change of font-entity.
19593 (xftfont_open): Adjust for the format change of font-entity and
19594 font-object. Adjusted for the change of struct font. Return a
19595 font-object. Don't update dpyinfo->smallest_font_height and
19596 dpyinfo->smallest_char_width.
19597 (xftfont_close): Block input while calling XftFontClose.
19598 (xftfont_prepare_face): Don't block input while calling
19599 xftfont_get_colors. Adjusted for the change of struct font.
19600 (xftfont_shape): Return value of error case fixed.
19601
19602 * xrdb.c (x_load_resources): Don't setup a fontset resource.
19603
19604 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
19605 conditionals.
19606 (FONT_WIDTH): Return (f)->max_width.
19607 (struct x_display_info): Delete member `font'.
19608 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
19609 (x_find_ccl_program, x_get_font_repertory): Delete externs.
19610 (struct x_output): Change type of `font' to `struct font *'.
19611
19612 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
19613 conditionals. Don't check enable_font_backend. Delete all codes
19614 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
19615 (x_per_char_metric, x_encode_char): Deleted.
19616 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
19617 (x_compute_glyph_string_overhangs): Adjust for the change of
19618 `struct face'.
19619 (x_draw_glyph_string_foreground)
19620 (x_draw_composite_glyph_string_foreground): Likewise.
19621 (x_draw_glyph_string): Likewise. Use font->underline_position and
19622 font->underline_thickness.
19623 (x_new_font): Rename from x_new_fontset2.
19624 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
19625 (x_check_font): Call `check' method of a font driver.
19626 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
19627 (x_query_font, x_get_font_repertory): Deleted.
19628 (x_find_ccl_program): Rename and moved to xfont.c.
19629 (x_redisplay_interface): Adjust for the change of `struct
19630 redisplay_interface'.
19631
19632 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
19633 conditionals. Don't check enable_font_backend. Delete all codes
19634 used only when USE_FONT_BACKEND is not defined. Surround non-used
19635 code by "#ifdef OLD_FONT" and "endif".
19636 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
19637
19638 * w32font.h (struct w32font_info): New member.
19639 (FONT_COMPAT): New macro.
19640 (w32font_open_internal): Prototype adjusted.
19641
19642 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
19643 OLD_FONT" and "endif".
19644
19645 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
19646 conditionals. Don't check enable_font_backend. Delete all codes
19647 used only when USE_FONT_BACKEND is not defined.
19648 (w32font_open): Return a font-object. Make a font-object by
19649 font_make_object. Adjusted for the change of struct w32font_info.
19650 (w32font_close): Don't free struct font. Adjusted for the change
19651 of struct w32font_info.
19652 (w32font_encode_char, w32font_text_extents, w32font_draw):
19653 Adjust for the change of struct w32font_info.
19654 (w32font_draw): Likewise.
19655 (w32font_list_internal): Return a list, not vector.
19656 (w32font_open_internal): Change the 4th arg to font-object.
19657 Adjusted for the change of struct w32font_info and font-object format.
19658 (add_font_name_to_list): Don't downcase names.
19659 (w32_enumfont_pattern_entity): Make a font-entity by
19660 font_make_entity. Adjusted for the format change of font-entity.
19661 Use FONT_SET_STYLE to set a style-related font property. If a
19662 font is scalable, set avgwidth property to 0. Set font-entity
19663 property by font_put_extra.
19664 (font_matches_spec): Adjust for the format change of font-entity.
19665 (w32_weight_table, w32_decode_weight): New variables.
19666 (w32_encode_weight): New function.
19667 (fill_in_logfont): Adjust for the format change of font-spec.
19668 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
19669 weight value.
19670 (w32font_driver): Adjust for the change of struct font_driver.
19671
19672 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
19673 conditionals. Don't check enable_font_backend. Surround non-used
19674 code by "#ifdef OLD_FONT" and "endif".
19675 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
19676 (FONT_AVG_WIDTH): Adjust for the change of struct font.
19677
19678 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
19679 conditionals. Don't check enable_font_backend. Delete all codes
19680 used only when USE_FONT_BACKEND is not defined. Surround non-used
19681 code by "#ifdef OLD_FONT" and "endif".
19682
19683 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
19684 (uniscribe_open): Return value changed to font-object.
19685 Adjusted for the format change of font-object.
19686 (uniscribe_otf_capability): Adjust for the change of struct font.
19687 (add_opentype_font_name_to_list): Don't downcase names.
19688 (uniscribe_font_driver): Adjust for the change of struct
19689 font_driver.
19690
19691 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
19692
19693 * dispnew.c (update_frame_1): Check if tty output is still valid
19694 before flushing it.
19695
19696 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
19697
19698 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
19699 to Gtk+ menus.
19700
19701 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
19702
19703 * dired.c (file_name_completion): Tweak the code so as to always do it
19704 in a single pass. Tighten the scope of some variables.
19705
19706 * dired.c (Qdefault_directory): New var.
19707 (file_name_completion): Use it instead of Fexpand_file_name.
19708 (syms_of_dired): Initialize it.
19709
19710 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19711
19712 * fileio.c (double_dollars): Remove dead code.
19713
19714 2008-05-10 Eli Zaretskii <eliz@gnu.org>
19715
19716 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
19717 Mention w32-get-true-file-attributes in doc string.
19718
19719 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
19720
19721 2008-05-09 Glenn Morris <rgm@gnu.org>
19722
19723 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
19724 2008-04-23.
19725
19726 2008-05-09 Eli Zaretskii <eliz@gnu.org>
19727
19728 Support for reporting owner and group of each file on MS-Windows:
19729 * dired.c (stat_uname, stat_gname): New functions, with special
19730 implementation for w32.
19731 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
19732
19733 * w32.c: Rename the_passwd_* to dflt_passwd_*.
19734 (dflt_group_name): New static variable.
19735 (dflt_group): Rename from the_group.
19736 (init_user_info): Init dflt_group fields. Get user's group name
19737 from LookupAccountSid.
19738 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
19739 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
19740 New initialization states.
19741 (globals_of_w32): Initialize them to zero. Initialize the default
19742 group name to "None".
19743 (GetFileSecurity_Name): New global var, the name of the function
19744 to call for GetFileSecurity.
19745 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
19746 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
19747 (get_file_security, get_security_descriptor_owner)
19748 (get_security_descriptor_group, is_valid_sid)
19749 (get_file_security_desc, get_rid, get_name_and_id)
19750 (get_file_owner_and_group): New functions.
19751 (stat): Use get_file_security_desc and get_file_owner_and_group to
19752 report the owner and primary group of each file. Don't ignore the
19753 high 32 bits of file's size, now that st_size is 64-bit wide.
19754 Fix test when to get true file attributes.
19755 (init_user_info): Use get_rid instead of equivalent inline code.
19756 (fstat): Don't ignore the high 32 bits of file's size.
19757
19758 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
19759
19760 * image.c (png_load): Use correct bit-depth for setting background
19761 color.
19762
19763 2008-05-08 Eli Zaretskii <eliz@gnu.org>
19764
19765 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
19766 epa-hook.elc.
19767
19768 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
19769
19770 * font.c (Ffont_match_p): Don't use `iff' in docstring.
19771
19772 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
19773
19774 * macfns.c (Fx_create_frame): Make a copy of frame parameters
19775 because the original parameters are in pure storage now.
19776 (mac_window): Remove unused params. Update callers.
19777
19778 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19779
19780 * lread.c (substitute_object_recurse): Use lower-level primitives.
19781 Don't signal errors when traversing sub-char-tables.
19782 Don't loop over all the possible characters when traversing char-tables.
19783
19784 * print.c (print_preprocess): Add sub-char-tables to the print-table,
19785 just like we do in print.c.
19786
19787 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19788
19789 * minibuf.c (Ftry_completion): Remove code left over from when we used
19790 scmp instead of Fcompare_strings.
19791
19792 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
19793
19794 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
19795
19796 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19797
19798 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
19799 Create bitmap context in native byte order.
19800
19801 * macterm.c (XDrawLine)
19802 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
19803 context in native byte order.
19804
19805 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19806
19807 * config.in: Regenerate.
19808
19809 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
19810 New definitions for Image I/O support.
19811 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
19812 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
19813 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
19814 (mac_data_provider_release_data, image_load_image_io)
19815 [USE_MAC_IMAGE_IO]: New functions.
19816 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
19817 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
19818 (init_image_func_pointer) [MAC_OSX]: Remove function.
19819 (image_load_quartz2d) [MAC_OSX]: Check availability of
19820 CGImageCreateWithPNGDataProvider at compile time.
19821 Use lowercase `false' for boolean constant.
19822 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
19823 Use image_load_image_io.
19824 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
19825 Don't check MyCGImageCreateWithPNGDataProvider.
19826 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
19827 Don't call init_image_func_pointer.
19828
19829 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
19830
19831 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
19832 Make variable non-static.
19833 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
19834 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
19835
19836 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
19837 (RED_FROM_ULONG): Mask off higher bits.
19838 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
19839
19840 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
19841 Include AvailabilityMacros.h.
19842 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
19843 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
19844
19845 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19846
19847 * chartab.c (Fset_char_table_range): If range is t, really set all
19848 chars to that value.
19849
19850 2008-05-03 Eli Zaretskii <eliz@gnu.org>
19851
19852 * dired.c (Ffile_attributes): Don't allow the device number become
19853 negative.
19854
19855 2008-05-02 Daiki Ueno <ueno@unixuser.org>
19856
19857 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
19858
19859 2008-05-02 Juri Linkov <juri@jurta.org>
19860
19861 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
19862 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
19863 DEFAULT argument as a list of default values in docstrings.
19864
19865 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
19866
19867 * puresize.h (BASE_PURESIZE): Increase to 1210000.
19868
19869 2008-05-01 Martin Rudalics <rudalics@gmx.at>
19870
19871 * dispnew.c (change_frame_size_1): Preserve small windows when
19872 shrinking frames by calling set_window_height|width with third
19873 arg 2.
19874
19875 * window.h (struct window): Replace field too_small_ok by field
19876 resize_proportionally.
19877
19878 * window.c (make_window): Initialize resize_proportionally.
19879 (enlarge_window): Temporarily set resize_proportionally to make
19880 sure that shrink_windows does scale the window proportionally.
19881 (shrink_windows): When window has resize_proportionally set try
19882 to shrink it proportionally by stealing from other windows.
19883 (struct saved_window, Fset_window_configuration)
19884 (compare_window_configurations): Handle resize_proportionally.
19885 (WINDOW_TOTAL_SIZE): New macro.
19886 (window_min_size, shrink_windows, size_window): Use it.
19887 (check_min_window_sizes): Remove. Invalid values of
19888 window-min-height|width are handled by window_min_size_2 now.
19889 (size_window, Fsplit_window, enlarge_window)
19890 (adjust_window_trailing_edge, grow_mini_window): Don't call
19891 check_min_window_sizes.
19892 (window_min_size_2, window_min_size_1, window_min_size):
19893 New argument safe_p for retrieving "safe" minimum sizes.
19894 (Fdisplay_buffer, Fsplit_window, enlarge_window)
19895 (adjust_window_trailing_edge, grow_mini_window):
19896 Adjust arguments of window_min_size... functions.
19897 (shrink_windows): Argument min_size removed. New argument
19898 safe_p allows shrinking windows to their safe minimum sizes.
19899 Calculate minimum size and decide whether a window shall be
19900 deleted for each window individually.
19901 (size_window): When nodelete_p equals 2, tell shrink_windows to
19902 delete windows only if their new minimum size is no more safe.
19903 (shrink_window_lowest_first): Call window_min_size_1 to make
19904 sure to preserve modeline of bottom-most window when resizing
19905 the minibuffer.
19906 (Fset_window_configuration, Fcurrent_window_configuration)
19907 (compare_window_configurations): Do not handle
19908 window-min-height|width any more.
19909 (syms_of_window): Clarify window-min-height|width doc-strings.
19910
19911 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
19912
19913 * dired.c (file_name_completion): Fix up the encoding/decoding issue
19914 some more. Copy some of the code from Ftry_completions.
19915 Remove special case code that dates back to initial revision when the
19916 slash was only added when necessary and that can't trigger nowadays.
19917
19918 2008-04-27 Kenichi Handa <handa@m17n.org>
19919
19920 * font.c (font_prop_validate): Signal `error' instead of `font'.
19921
19922 2008-04-29 Jason Rumney <jasonr@gnu.org>
19923
19924 * w32fns.c (Fw32_battery_status): New defun.
19925 (syms_of_w32fns): Defsubr it.
19926
19927 2008-04-28 Andreas Schwab <schwab@suse.de>
19928
19929 * dired.c (file_name_completion): Fix another mixing of encoded
19930 and decoded names.
19931
19932 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
19933
19934 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
19935
19936 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
19937
19938 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
19939
19940 2008-04-27 Andreas Schwab <schwab@suse.de>
19941
19942 * dired.c (file_name_completion): Fix inappropriate mixing of
19943 encoded and decoded names.
19944
19945 * xterm.c (XTread_socket): Fix use of uninitialized variable.
19946
19947 * puresize.h (BASE_PURESIZE): Increase to 1200000.
19948
19949 2008-04-26 Eli Zaretskii <eliz@gnu.org>
19950
19951 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
19952 2008-03-31, it's not needed anymore with `struct stat' definition
19953 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
19954 for the same reasons.
19955
19956 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
19957
19958 * m/sparc.h: Additional redefinitions for GNU/Linux.
19959
19960 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19961
19962 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
19963 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
19964 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
19965 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
19966 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
19967 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
19968 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
19969 Likewise.
19970
19971 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
19972 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
19973 (mac_ax_number_of_characters): Add externs.
19974 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
19975 [USE_MAC_TSM]: Likewise.
19976 (mac_handle_text_input_event) [MAC_OSX]:
19977 Handle kEventTextInputOffsetToPos for no active input area case.
19978 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
19979 (mac_handle_document_access_event)
19980 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
19981 (install_application_handler) [MAC_OSX]: Register handlers for
19982 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
19983 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
19984 Register mac_handle_document_access_event.
19985
19986 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
19987 Make functions non-static.
19988
19989 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
19990
19991 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
19992 (read_file_name_completion_ignore_case, insert_default_directory)
19993 (Qdefault_directory): Move to minibuffer.el.
19994 (Fread_file_name): Call the new `read-file-name' instead.
19995
19996 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19997
19998 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
19999 Make function non-static.
20000 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
20001 Remove function.
20002 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
20003 Move to mactoolbox.c.
20004 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
20005
20006 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
20007 (mac_rect_make): New macro.
20008
20009 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
20010 instead of float.
20011 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
20012 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
20013 (XSetBackground) [USE_CG_DRAWING]: Likewise.
20014 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
20015 CGRectMake.
20016 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
20017 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
20018 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
20019 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
20020 instead of WindowRef in argument type.
20021 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
20022 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
20023 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
20024 instead of DISPLAY. All uses changed.
20025 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
20026 (x_calc_absolute_position): Simplify so as not to use
20027 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
20028
20029 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
20030 instead of WindowRef in argument type.
20031 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
20032 [TARGET_API_MAC_CARBON]: Remove externs.
20033 (create_apple_event, mac_event_parameters_to_lisp)
20034 [TARGET_API_MAC_CARBON]: Add externs.
20035
20036 * mactoolbox.c (Vmac_ts_script_language_on_focus)
20037 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
20038 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
20039 is clicked.
20040 (x_activate_menubar): Remove extern for saved_menu_event_location.
20041 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
20042 Move from mac.c.
20043
20044 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20045
20046 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
20047 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
20048
20049 2008-04-23 Jason Rumney <jasonr@gnu.org>
20050
20051 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
20052 attributes only for local files.
20053
20054 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
20055 default to Qlocal.
20056
20057 2008-04-22 Juri Linkov <juri@jurta.org>
20058
20059 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
20060 read-buffer-to-switch instead of using the letter "B".
20061
20062 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
20063
20064 * fileio.c (Qdefault_directory): New variable.
20065 (Fread_file_name): Use it to pass `dir' to the completion functions.
20066
20067 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
20068
20069 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
20070
20071 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20072
20073 * keyboard.c (Vpre_help_message): Remove.
20074 (show_help_echo): Remove default C code.
20075
20076 * dired.c (directory_files_internal, file_name_completion):
20077 Only call ENCODE_FILE if the string is indeed decoded.
20078
20079 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20080
20081 * Makefile.in (TOOLKIT_DEFINES): Remove.
20082 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
20083
20084 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20085
20086 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
20087 (mactoolbox.o): New target.
20088
20089 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
20090 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
20091
20092 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
20093 Use mac_set_frame_window_background instead of XSetWindowBackground.
20094 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
20095 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
20096 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
20097 instead of SetWindowTitleWithCFString.
20098 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
20099 Move function to mactoolbox.c.
20100 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
20101 Use mac_set_window_modified instead of SetWindowModified.
20102 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
20103 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
20104 (Fx_focus_frame): Use mac_front_non_floating_window instead of
20105 FrontNonFloatingWindow. Use mac_activate_window instead of
20106 ActivateWindow. Use mac_active_non_floating_window instead of
20107 ActiveNonFloatingWindow.
20108 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
20109 Use mac_show_hourglass and mac_hide_hourglass.
20110 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
20111 instead of GetGlobalMouse.
20112 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
20113 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
20114 Use mac_bring_window_to_front instead of BringToFront.
20115 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
20116 mactoolbox.c.
20117 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
20118 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
20119 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
20120 mactoolbox.c.
20121
20122 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
20123 (XtPointer): Move typedef from macmenu.c.
20124 (enum button_type): Move enum from macmenu.c.
20125 (widget_value): Move typedef from macmenu.c.
20126 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
20127 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
20128 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
20129 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
20130 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
20131 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
20132 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
20133 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
20134 (Selection): Move typedef from macselect.c.
20135 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
20136 macterm.c.
20137 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
20138 (mac_is_window_collapsed, mac_bring_window_to_front)
20139 (mac_send_window_behind, mac_hide_window, mac_show_window)
20140 (mac_collapse_window, mac_front_non_floating_window)
20141 (mac_active_non_floating_window, mac_activate_window)
20142 (mac_move_window_structure, mac_move_window, mac_size_window)
20143 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
20144
20145 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
20146 (enum mac_menu_kind): Move enum to mactoolbox.c.
20147 (min_menu_id): Move variable to mactoolbox.c.
20148 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
20149 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
20150 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
20151 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
20152 [TARGET_API_MAC_CARBON]: Likewise.
20153 (XtPointer): Move typedef to macgui.h.
20154 (enum button_type): Move enum to macgui.h.
20155 (widget_value): Move typedef to macgui.h.
20156 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
20157 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
20158 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
20159 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
20160 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
20161 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
20162 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
20163 (popup_activated_flag): Make variable non-static.
20164 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
20165 (add_menu_item, fill_menu, dispose_menus):
20166 Move functions to mactoolbox.c.
20167 (restore_show_help_function, menu_target_item_handler)
20168 (install_menu_target_item_handler, mac_handle_dialog_event)
20169 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
20170 [TARGET_API_MAC_CARBON]: Likewise.
20171 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
20172 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
20173 (find_and_call_menu_selection, name_is_separator): Make function
20174 non-static.
20175 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
20176 to mactoolbox.c.
20177 (set_frame_menubar): Don't call install_menu_quit_handler.
20178 (menu_item_selection): New variable.
20179 (mac_menu_show): Use create_and_show_popup_menu.
20180 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
20181 selection but set variable menu_item_selection. All uses changed.
20182 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
20183 Call install_menu_quit_handler. Move to mactoolbox.c.
20184
20185 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
20186 (Selection): Move typedef to macgui.h.
20187 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
20188 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
20189 Make variables non-static.
20190 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
20191 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
20192 Make functions non-static.
20193 (Vmac_service_selection) [MAC_OSX]: Likewise.
20194 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
20195 (mac_valid_selection_target_p, mac_clear_selection)
20196 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
20197 (mac_put_selection_value, mac_selection_has_target_p)
20198 (mac_get_selection_value, mac_get_selection_target_list)
20199 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
20200 Move functions to mactoolbox.c.
20201 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
20202 Likewise.
20203 (copy_scrap_flavor_data, mac_handle_service_event)
20204 (install_service_handler) [MAC_OSX]: Likewise.
20205 (syms_of_macselect) <Vmac_dnd_known_types>:
20206 Use mac_dnd_default_known_types.
20207
20208 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
20209 Move to mactoolbox.c.
20210 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
20211 (Fx_selection_owner_p): Add EXFUN.
20212 (install_window_handler, remove_window_handler, XSetWindowBackground):
20213 Remove externs.
20214 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
20215 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
20216 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
20217 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
20218 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
20219 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
20220 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
20221 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
20222 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
20223 (create_and_show_popup_menu, mac_get_selection_from_symbol)
20224 (mac_valid_selection_target_p, mac_clear_selection)
20225 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
20226 (mac_put_selection_value, mac_selection_has_target_p)
20227 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
20228 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
20229 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
20230 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
20231 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
20232 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
20233 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
20234 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
20235 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
20236
20237 * mactoolbox.c: New file.
20238
20239 2008-04-18 Jason Rumney <jasonr@gnu.org>
20240
20241 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
20242
20243 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20244
20245 * character.c (Fmultibyte_char_to_unibyte):
20246 Return latin1 chars unchanged.
20247
20248 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
20249 relocated if it points to `name'.
20250
20251 2008-04-17 Kenichi Handa <handa@m17n.org>
20252
20253 * data.c (Faset): Allow setting a multibyte character in an
20254 ASCII-only unibyte string.
20255
20256 * lisp.h (STRING_SET_MULTIBYTE): New macro.
20257
20258 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20259
20260 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
20261 done in config.h.
20262
20263 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
20264
20265 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
20266 (Fchar_direction): Add usage in the docstring.
20267
20268 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
20269
20270 * keyboard.c (read_key_sequence): Remove always-true checks.
20271
20272 2008-04-14 Jason Rumney <jasonr@gnu.org>
20273
20274 * w32font.c (w32font_open_internal): Set max_bounds.descent in
20275 compatibility struct, for better underline positioning.
20276
20277 2008-04-13 David Hansen <david.hansen@gmx.net>
20278
20279 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
20280 string.
20281
20282 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
20283
20284 * m/hp800.h (XUINT, XSET): Remove.
20285
20286 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
20287
20288 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
20289 previous change.
20290
20291 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
20292
20293 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
20294 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
20295
20296 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
20297
20298 * keymap.h (map_keymap_canonical): Declare.
20299 * xmenu.c (single_keymap_panes): Use it.
20300
20301 2008-04-11 Glenn Morris <rgm@gnu.org>
20302
20303 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
20304 set the target's value to that of the alias.
20305
20306 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
20307
20308 * term.c (set_tty_color_mode): Left over typo.
20309
20310 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
20311
20312 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
20313 only after check for file name handler functions. Signal, when
20314 native functionality is not supported.
20315 (syms_of_fileio): Declare it unconditionally.
20316
20317 2008-04-10 Jason Rumney <jasonr@gnu.org>
20318
20319 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
20320 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
20321
20322 * w32.c (logon_network_drive): Also logon to remote drives that
20323 are mapped to drive letters.
20324
20325 2008-04-10 Glenn Morris <rgm@gnu.org>
20326
20327 * xdisp.c (truncate-partial-width-windows): Doc fix.
20328
20329 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20330
20331 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
20332 Move functions to minibuffer.el.
20333 (syms_of_fileio): Don't declare them.
20334
20335 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
20336
20337 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
20338 (syms_of_minibuf): Remove its initialization.
20339
20340 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
20341
20342 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
20343
20344 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
20345
20346 2008-04-09 Jason Rumney <jasonr@gnu.org>
20347
20348 * makefile.w32-in (distclean): Delete makefile too.
20349 (maintainer-clean): New target.
20350
20351 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
20352
20353 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
20354 for new font backend and composite cases.
20355
20356 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
20357
20358 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
20359 Most of the code moved to run_timers.
20360 (do_pending_atimers): Call run_timers.
20361 (run_timers): New function.
20362
20363 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
20364 run atimers.
20365
20366 * process.c (wait_reading_process_output): The same as above.
20367
20368 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
20369
20370 * minibuf.c (last_exact_completion): Remove variable.
20371 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
20372 (complete_and_exit_1, complete_and_exit_2)
20373 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
20374 (Fdisplay_completion_list, display_completion_list_1)
20375 (Fminibuffer_completion_help, Fself_insert_and_exit)
20376 (Fexit_minibuffer, Fminibuffer_message): Move functions to
20377 minibuffer.el.
20378 (syms_of_minibuf): Remove corresponding initializations.
20379
20380 * keyboard.c (Qdeactivate_mark): New var.
20381 (command_loop_1): Use it to call `deactivate-mark'.
20382 (syms_of_keyboard): Initialize it.
20383
20384 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
20385 to another frame.
20386 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
20387 Don't call set_tty_color_mode.
20388 (store_frame_param): Reset previous_frame rather than call
20389 set_tty_color_mode.
20390 * term.c (set_tty_color_mode): Rewrite.
20391 * dispextern.h (set_tty_color_mode): New type.
20392 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
20393
20394 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
20395
20396 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
20397 for generic chars, which do not exist any more in emacs-unicode.
20398
20399 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
20400
20401 * coding.c (detect_coding_emacs_mule)
20402 (Ffind_operation_coding_system): Fix typo.
20403
20404 2008-04-08 Jason Rumney <jasonr@gnu.org>
20405
20406 * w32uniscribe.c (SNAME): Extract only symbol name.
20407
20408 * w32font.h (struct w32_metric_cache): New struct.
20409 (w32font_info): Use it.
20410 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
20411 (CACHE_BLOCKSIZE): New constants.
20412
20413 * w32font.c (Qja, Qko, Qzh): New symbols.
20414 (syms_of_w32font): Initialise them.
20415 (font_matches_spec): Use them to filter by language.
20416 (recompute_cached_metrics): Remove function.
20417 (compute_metrics, clear_cached_metrics): New functions.
20418 (w32font_encode_char): Use them to manage metric cache.
20419 (w32font_text_extents): Cache metrics for all glyphs on demand.
20420 Delay converting glyph indices to WORD until needed.
20421 (w32font_open_internal): Initialize metric cache to empty.
20422 (registry_to_w32_charset): Charset should always be a symbol.
20423 (fill_in_logfont, list_all_matching_fonts): Family should
20424 always be a symbol.
20425
20426 2008-04-06 Jason Rumney <jasonr@gnu.org>
20427
20428 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
20429 Give up if glyph indices not supported. Use uniscribe obtained
20430 ABC widths for individual metrics. Map glyph clusters back to
20431 characters using fClusterStart flag. Return number of glyphs
20432 produced, not chars processed.
20433 (uniscribe_shape): Map char at FROM to current glyph.
20434
20435 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20436
20437 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
20438 Use SetMenuItemHierarchicalMenu.
20439
20440 2008-04-05 Jason Rumney <jasonr@gnu.org>
20441
20442 * image.c (pbm_load): Allow color values up to 65535.
20443 Throw an error if max_color_idx is outside the supported range.
20444 Report an error when image size is invalid.
20445 Read two bytes at a time when raw images have max_color_idx above 255.
20446
20447 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
20448
20449 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
20450 append "CCL: Quitted" when the CCL program is quitted.
20451 (setup_ccl_program): Initialize ccl->quit_silently to zero.
20452
20453 * ccl.h (struct ccl_program): New member quit_silently.
20454
20455 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
20456
20457 * search.c (compile_pattern_1): Treat non-nil and non-string of
20458 search-spaces-regexp as nil.
20459
20460 * minibuf.c (Fassoc_string): Tweak docstring.
20461
20462 2008-04-05 Eli Zaretskii <eliz@gnu.org>
20463
20464 * dired.c (Ffile_attributes): Support inode numbers wider than 32
20465 bits. Remove ugly WINDOWSNT-specific kludge introduced on
20466 2008-03-14 to force inode be positive.
20467
20468 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
20469 _S_* ones, since we now use our own sys/stat.h.
20470 (stat, fstat): Don't mangle the inode number.
20471 (init_user_info): Don't restrict UID and GID to 0-60000 range.
20472
20473 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
20474
20475 * frame.h (struct frame): Give one more bit to `visible' since we use
20476 values larger than 1 to indicate obscured frames on ttys.
20477
20478 * keymap.c (Qkeymap_canonicalize): New var.
20479 (Fmap_keymap_internal): New fun.
20480 (describe_map): Use keymap-canonicalize.
20481
20482 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
20483 (Fundo_boundary): Set them.
20484 (syms_of_undo): Initialize them.
20485 (record_point): Use them instead of last_point_position*.
20486 (last_undo_buffer): Change type.
20487
20488 2008-04-04 Jason Rumney <jasonr@gnu.org>
20489
20490 * w32font.c (w32font_text_extents): Use font's ascent and descent.
20491 (recompute_cached_metrics): Don't set ascent and descent per char.
20492
20493 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
20494 (uniscribe_check_otf): Add GC protection before consing.
20495 Rearrange loop for counting features.
20496
20497 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
20498
20499 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
20500 buffer with byte-size of source buffer.
20501
20502 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
20503
20504 * callint.c (Fcall_interactively): Handle temporary region even
20505 when shift-select-mode is off.
20506
20507 2008-04-03 Jason Rumney <jasonr@gnu.org>
20508
20509 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
20510
20511 2008-04-03 Kenichi Handa <handa@m17n.org>
20512
20513 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
20514 (CATEGORY_MASK_UTF_16): Likewise.
20515 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
20516 binary file.
20517 (detect_coding): Add null-byte detection for a binary file.
20518 (detect_coding_system): Likewise.
20519
20520 2008-04-03 Jason Rumney <jasonr@gnu.org>
20521
20522 * w32uniscribe.c: New file.
20523
20524 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
20525
20526 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
20527
20528 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
20529 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
20530 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
20531 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
20532 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
20533 (Qphonetic): New symbols.
20534 (syms_of_w32font): Initialize them.
20535 (font_supported_scripts): Use them.
20536 (w32font_list_family): List all charsets.
20537 (w32font_text_extents, recompute_cached_metrics): Fix metric
20538 calculations.
20539 (w32_enumfont_pattern_entity): Make full_type a DWORD.
20540 Give opentype fonts their own format.
20541 (font_matches_spec): New arguments backend and logfont.
20542 Handle :otf spec for uniscribe backend.
20543 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
20544 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
20545
20546 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
20547 font backend.
20548 (globals_of_w32fns): Initialize uniscribe font backend.
20549
20550 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
20551 dependencies.
20552 (w32uniscribe.$(O)): New file to build.
20553 (FONT_OBJ): Include w32uniscribe.$(O).
20554 (LIBS): Add uniscribe libraries.
20555
20556 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
20557
20558 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
20559
20560 * callint.c (Vshift_select_mode): New var.
20561 (Finteractive): Document new ^ spec.
20562 (Fcall_interactively): Call handle-shift-selection if the ^ spec
20563 is present.
20564
20565 * keyboard.c (Vthis_command_keys_shift_translated): New var.
20566 (command_loop_1): Avoid running the direct display versions of
20567 forward-char and backward-char if shift-selection may occur.
20568 (read_key_sequence): Set Vthis_command_keys_shift_translated if
20569 shift-translation takes place.
20570
20571 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
20572 avoid clobbering by define-minor-mode.
20573
20574 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
20575 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
20576
20577 * syntax.c (Fforward_word): Add ^ interactive spec.
20578
20579 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
20580 (Fscroll_right): Add ^ interactive spec.
20581
20582 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20583
20584 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
20585
20586 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
20587
20588 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
20589
20590 2008-03-31 Juri Linkov <juri@jurta.org>
20591
20592 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
20593
20594 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
20595
20596 * gtkutil.c (xg_set_geometry): Fix indentation.
20597 (xg_resize_outer_widget): Remove.
20598 (x_wm_size_hint_off): Fix indentation.
20599 (xg_frame_set_char_size): Call flush_and_sync after
20600 gtk_window_resize.
20601 (x_wm_set_size_hint): Pass NULL as geometry window to
20602 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
20603 Add menu bar and tool bar height to base height.
20604 (xg_update_frame_menubar, free_frame_menubar)
20605 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
20606 (update_frame_tool_bar, free_frame_tool_bar):
20607 Change xg_resize_outer_widget to xg_frame_set_char_size.
20608
20609 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
20610
20611 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
20612 (Fdbus_call_method): New parameter TIMEOUT.
20613 (dbus-send-signal): Optimize UNGCPRO call.
20614
20615 2008-03-29 Juri Linkov <juri@jurta.org>
20616
20617 * window.c (Fdisplay_buffer): Move call to
20618 Vsplit_window_preferred_function out of conditions that check
20619 if window is eligible for vertical splitting.
20620 When Vsplit_window_preferred_function is non-nil, call it and use
20621 its non-nil return value as window. Otherwise, continue doing
20622 vertical splitting using Fsplit_window with arg horflag=nil.
20623 (syms_of_window) <Vsplit_window_preferred_function>: Change the
20624 default value from `split-window' to nil.
20625
20626 2008-03-29 Juri Linkov <juri@jurta.org>
20627
20628 * callint.c (Fcall_interactively): Revert 2008-03-16 change
20629 for interactive code letters 'b' and 'B'.
20630
20631 2008-03-29 Eli Zaretskii <eliz@gnu.org>
20632
20633 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
20634 multibyte string.
20635
20636 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20637
20638 * keyboard.c (pending_funcalls): New var.
20639 (timer_check): Run it.
20640 (syms_of_keyboard): Initialize it.
20641 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
20642 (Vdelete_terminal_functions): New vars.
20643 (syms_of_terminal): Initialize them.
20644 (Fdelete_terminal): Run delete-terminal-functions.
20645 * xdisp.c (safe_eval): Rewrite.
20646 (safe_call2): New fun.
20647 * frame.c (Qdelete_frame_functions): New var.
20648 (syms_of_frame): Initialize it.
20649 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
20650 * lisp.h (safe_call2, pending_funcalls): Declare.
20651
20652 2008-03-28 Andreas Schwab <schwab@suse.de>
20653
20654 * indent.c (Fmove_to_column): Move declaration before statements.
20655
20656 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20657
20658 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
20659 (struct frame): Use bit fields for boolean vars.
20660
20661 * process.c (server_accept_connection): Simplify naming.
20662 (emacs_get_tty_pgrp): Use SDATA.
20663
20664 * coding.c (decode_coding_object): Fix last change.
20665
20666 2008-03-27 Jason Rumney <jasonr@gnu.org>
20667
20668 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
20669
20670 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
20671
20672 * charset.c (Fdefine_charset_internal): Change the way of
20673 registering charsets in Vcharset_order_list.
20674 (syms_of_charset): Make the charset `eight-bit' supplementary.
20675
20676 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
20677
20678 * regex.c (EXTEND_BUFFER): Change order of pointer addition
20679 operations, to avoid having the difference between pointers
20680 overflow.
20681
20682 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20683
20684 * indent.c (check_display_width): New fun.
20685 (scan_for_column): Use it.
20686
20687 * data.c (syms_of_data): Mark most-positive-fixnum and
20688 most-negative-fixnum as constants.
20689
20690 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
20691
20692 * indent.c (scan_for_column): Extract from current_column_1.
20693 Merge with the same code from Fmove_to_column.
20694 (current_column_1, Fmove_to_column): Use it.
20695
20696 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20697
20698 * keymap.c (map_keymap_internal): New fun.
20699 (map_keymap): Use it.
20700 (Fmap_keymap_internal): New fun.
20701 (Fmap_keymap): Remove left-out test from before make_save_value.
20702
20703 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
20704
20705 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
20706 Use XCAR/XCDR.
20707
20708 * process.h (struct Lisp_Process): Remove filter_multibyte.
20709 * process.c (QCfilter_multibyte): Remove.
20710 (setup_process_coding_systems): Don't use filter_multibyte.
20711 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
20712 (read_process_output): Don't adjust multibyteness to filter_multibyte.
20713 (Fset_process_filter_multibyte): Change the coding-system to
20714 approximate the previous behavior.
20715 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
20716 coding-system.
20717
20718 * coding.c (decode_coding_object): When not decoding into a buffer,
20719 obey the coding system's preference of (uni|multi)byte.
20720
20721 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20722
20723 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
20724 every char is changed and has a different byte-length.
20725 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
20726 Fix int -> EMACS_INT.
20727
20728 2008-03-23 David Hansen <david.hansen@gmx.net>
20729
20730 * dbusbind.c (xd_read_message): Remove extra copying of message
20731 strings. Check for NULL `interface' or `member'.
20732
20733 2008-03-22 Eli Zaretskii <eliz@gnu.org>
20734
20735 * w32.c (readdir): If FindFirstFile/FindNextFile return in
20736 cFileName a file name that includes `?' characters, use the 8+3
20737 alias in cAlternateFileName instead.
20738
20739 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20740
20741 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
20742
20743 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20744
20745 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
20746 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
20747 work on current_buffer only instead (that was already the case
20748 for some of the code anyway).
20749 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
20750 (temp_set_point, temp_set_point_both): Use EMACS_INT.
20751 (SET_PT, SET_PT_BOTH): Adjust.
20752 * intervals.h (set_point, temp_set_point, set_point_both)
20753 (temp_set_point_both): Remove redundant declarations.
20754
20755 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20756
20757 * fileio.c (Finsert_file_contents):
20758 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
20759 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
20760 when buffer != current_buffer anyway.
20761
20762 2008-03-20 Andreas Schwab <schwab@suse.de>
20763
20764 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
20765 as default.
20766
20767 2008-03-19 Jason Rumney <jasonr@gnu.org>
20768
20769 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
20770 (syms_of_w32fns): Initialize them.
20771 (HOURGLASS_ID): New constant.
20772 (x_window_to_frame): Don't check hourglass_window.
20773 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
20774 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
20775 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
20776 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
20777 Only change the cursor if hourglass is not active.
20778 (Fx_create_frame): Initialize frame's current_cursor.
20779 (hourglass_atimer): Remove.
20780 (hourglass_started): New function.
20781 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
20782 (show_hourglass): Adapt to w32, changing argument to frame.
20783
20784 * w32term.h (struct w32_output): Remove hourglass_window.
20785 Add current_cursor.
20786
20787 * eval.c (call_debugger, Fsignal):
20788 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
20789 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
20790 (Fexecute_extended_command, cancel_hourglass_unwind):
20791 * minibuf.c (read_minibuf):
20792 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
20793
20794 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
20795
20796 * window.c (run_funs): New fun.
20797 (run_window_configuration_change_hook): Use it to run the buffer-local
20798 and the global part of the hook.
20799
20800 * xdisp.c (format_mode_line_unwind_data): Add window argument.
20801 (unwind_format_mode_line): Restore selected window.
20802 (x_consider_frame_title, Fformat_mode_line): Set selected window.
20803
20804 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20805
20806 * editfns.c (Fchar_equal): Check they are valid characters.
20807
20808 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
20809
20810 2008-03-17 Andreas Schwab <schwab@suse.de>
20811
20812 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
20813 against a charset.
20814
20815 * lisp.h (Fbuffer_list): Declare.
20816
20817 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
20818
20819 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
20820 handlebox_widget is != 0.
20821
20822 2008-03-16 Juri Linkov <juri@jurta.org>
20823
20824 * callint.c (Fcall_interactively): For interactive code letters
20825 'b' and 'B' put the buffer list into the list of default "future"
20826 values of the minibuffer.
20827
20828 2008-03-16 Andreas Schwab <schwab@suse.de>
20829
20830 * keyboard.c (read_key_sequence): Fix downcasing of letters with
20831 modifiers.
20832
20833 * regex.c (re_match_2_internal): Correct matching of a charset
20834 against latin-1 characters.
20835
20836 2008-03-16 Kenichi Handa <handa@m17n.org>
20837
20838 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
20839 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
20840 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
20841 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
20842 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
20843 CHAR_STRING_ADVANCE.
20844 (produce_chars): Fix for the case that the source and the
20845 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
20846 instead of CHAR_STRING_ADVANCE.
20847 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
20848 STRING_CHAR_ADVANCE.
20849
20850 2008-03-15 Andreas Schwab <schwab@suse.de>
20851
20852 * regex.c (re_match_2_internal): Correct matching of eight bit
20853 characters in unibyte strings.
20854
20855 2008-03-15 Martin Rudalics <rudalics@gmx.at>
20856
20857 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
20858 at end of range when it coincides with the end of the buffer.
20859
20860 2008-03-14 Eli Zaretskii <eliz@gnu.org>
20861
20862 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
20863
20864 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
20865
20866 2008-03-14 Jason Rumney <jasonr@gnu.org>
20867
20868 * editfns.c (initial_tz): New variable.
20869 (syms_of_editfns): Initialize it.
20870 (Fset_time_zone_rule): Set it when first called.
20871 Use it when TZSTRING is nil.
20872
20873 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
20874 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
20875 (monitor_from_point_fn, get_monitor_info_fn): New globals.
20876 (globals_of_w32fns): Initialize them.
20877 (compute_tip_xy): Use them to position tooltips.
20878
20879 2008-03-14 Glenn Morris <rgm@gnu.org>
20880
20881 * emacs.c (main): Revert previous change.
20882 (standard_args): Revert -internal-script back to -scriptload,
20883 and remove the long-option form.
20884
20885 2008-03-13 Glenn Morris <rgm@gnu.org>
20886
20887 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
20888 Remove option -enable-font-backend.
20889
20890 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20891
20892 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
20893
20894 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
20895
20896 * xterm.c (x_connection_closed): For GTK: If this is the last
20897 terminal just exit without closing the display.
20898
20899 2008-03-11 Jason Rumney <jasonr@gnu.org>
20900
20901 * w32font.c (w32font_full_name): Use floor to round.
20902
20903 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
20904
20905 * sound.c (alsa_configure): Declare vol at beginning of block.
20906
20907 * fontset.c (Ffontset_info): Remove extra semicolon.
20908
20909 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20910
20911 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
20912 size of resulting string.
20913
20914 2008-03-10 Jason Rumney <jasonr@gnu.org>
20915
20916 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
20917
20918 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20919
20920 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
20921 Don't pretend as if characters with display property haven't been
20922 consumed for string-replacing-string case.
20923
20924 2008-03-08 Kim F. Storm <storm@cua.dk>
20925
20926 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
20927 (get_next_display_element, next_element_from_string)
20928 (next_element_from_ellipsis, next_element_from_buffer): Use it.
20929
20930 2008-03-08 Andreas Schwab <schwab@suse.de>
20931
20932 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
20933
20934 2008-03-06 Jason Rumney <jasonr@gnu.org>
20935
20936 * w32font.c (w32_registry): Take font_type argument. Use ANSI
20937 when charset not specified. Only translate ANSI to unicode when
20938 font_type is truetype.
20939 (w32font_coverage_ok): New function.
20940 (add_font_entity_to_list): Use it to filter unsuitable fonts.
20941
20942 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
20943
20944 * lread.c (Fread_char): Resolve modifiers.
20945 (Fread_char_exclusive): Likewise.
20946
20947 * character.c (char_resolve_modifier_mask): New function.
20948 (char_string): Use char_resolve_modifier_mask.
20949 (Fchar_resolve_modifiers): New function.
20950 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
20951 function.
20952
20953 2008-03-04 Jason Rumney <jasonr@gnu.org>
20954
20955 * makefile.w32-in: Always include w32font.c in the build.
20956 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
20957
20958 2008-03-04 Andreas Schwab <schwab@suse.de>
20959
20960 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
20961 (versionclean): Likewise.
20962
20963 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
20964
20965 * .cvsignore: Add oo.
20966
20967 2008-03-03 Andreas Schwab <schwab@suse.de>
20968
20969 * coding.c (decode_coding_object): Inhibit gap shrinking while
20970 decoding in place.
20971
20972 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
20973
20974 * w32term.c: Remove unused include "gnu.h".
20975 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
20976
20977 * gnu.h: Rename to ...
20978 * emacs-icon.h: ... this.
20979 * xterm.c: Use emacs-icon.h instead of gnu.h.
20980 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
20981
20982 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
20983
20984 * w32font.c: Include math.h.
20985
20986 2008-03-03 Jason Rumney <jasonr@gnu.org>
20987
20988 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
20989 Compute options separately.
20990 (w32font_open_internal): Set glyph_idx before caching metrics.
20991
20992 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
20993 Define if system headers don't.
20994 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
20995 (w32font_encode_char): Don't declare here.
20996
20997 * w32font.c (Quniscribe, QCformat): New symbols.
20998 (syms_of_w32font): Define them.
20999 (w32font_has_char): Indicate uncertainty.
21000 (w32font_encode_char): Encode as glyph point. Make static.
21001 (recompute_cached_metrics): New function.
21002 (w32font_open_internal): Use it. Set font to use glyph points
21003 initially. Set format based on type of font.
21004 (w32font_text_extents, w32font_draw): Optionally use glyph points.
21005 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
21006 on it. Set format based on information available here.
21007 (add_font_entity_to_list): Identify backend based on opentype_only.
21008
21009 2008-03-02 Andreas Schwab <schwab@suse.de>
21010
21011 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
21012
21013 * coding.c (decode_coding_big5, produce_chars):
21014 Fix typos in last change.
21015
21016 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
21017
21018 * gnu.h: New icon.
21019
21020 2008-03-02 Kenichi Handa <handa@m17n.org>
21021
21022 * coding.c (decode_coding_utf_8): When eol-type of CODING is
21023 `dos', don't decode '\r' if that is the last in the source.
21024 (decode_coding_utf_16, decode_coding_emacs_mule)
21025 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
21026 (decode_coding_raw_text, decode_coding_charset): Likewise.
21027 (produce_chars): Don't decode EOL here. Use EMACS_INT.
21028
21029 2008-03-01 Jason Rumney <jasonr@gnu.org>
21030
21031 * w32font.c (w32font_full_name): Report point size for scalable fonts.
21032
21033 2008-03-01 Kim F. Storm <storm@cua.dk>
21034
21035 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
21036
21037 2008-03-01 Jason Rumney <jasonr@gnu.org>
21038
21039 * w32font.c (w32font_full_name): New function.
21040 (w32font_open_internal): Use it.
21041
21042 2008-03-01 Kim F. Storm <storm@cua.dk>
21043
21044 * dispnew.c (line_draw_cost): Fix invalid glyph check.
21045
21046 2008-03-01 Jason Rumney <jasonr@gnu.org>
21047
21048 * font.c (font_unparse_fcname): Increase len when style is a symbol.
21049
21050 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
21051
21052 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
21053 xg_frame_resized when the event is for the edit widget.
21054
21055 * gtkutil.h (xg_frame_resized): Rename from xg_resize_widgets.
21056
21057 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
21058 set_char_size.
21059 (xg_frame_resized): Rename from xg_resize_widgets. Remove all
21060 operations on widgets here. Just set frame size if needed.
21061 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
21062 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
21063 (x_wm_set_size_hint): Set size hints on the edit widget only, not
21064 the whole frame.
21065 (xg_create_tool_bar): Move attachment of the tool bar to
21066 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
21067 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
21068
21069 2008-03-01 Jason Rumney <jasonr@gnu.org>
21070
21071 * w32fns.c (w32_msg_pump): Disable debug code.
21072
21073 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21074
21075 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
21076
21077 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
21078
21079 * xdisp.c (next_overlay_string): Don't set
21080 overlay_strings_at_end_processed_p if we're currently reading from
21081 a display string.
21082
21083 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
21084
21085 * xdisp.c (get_overlay_strings_1): Fix typo.
21086
21087 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
21088
21089 * xdisp.c (get_overlay_strings_1): Add missing argument type.
21090
21091 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
21092
21093 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
21094
21095 * xdisp.c (display_mode_element): Cancel the previous change.
21096 (decode_mode_spec): Likewise.
21097 (handle_auto_composed_prop): Don't make composition if it->string
21098 is a string.
21099
21100 2008-02-27 Kim F. Storm <storm@cua.dk>
21101
21102 * lisp.h (GLYPH): Change type from int to struct with separate char
21103 and face_id members.
21104 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
21105 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
21106 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
21107 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
21108 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
21109 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
21110 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
21111 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
21112 handle new Lisp glyph code encoding, either an integer or a cons.
21113
21114 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
21115 (GLYPH_ALIAS): Delete.
21116 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
21117 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
21118 (GLYPH_FROM_CHAR): Replace macro by ...
21119 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
21120
21121 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
21122 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
21123 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
21124 (GLYPH_INVALID_P): New macro.
21125 (spec_glyph_lookup_face): Update prototype.
21126
21127 * dispnew.c (line_draw_cost): Adapt to new glyph type.
21128 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
21129 new glyph code encoding.
21130 (spec_glyph_lookup_face): No return value; update passed glyph instead.
21131 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
21132
21133 * xdisp.c (get_next_display_element, next_element_from_display_vector):
21134 Adapt to new glyph type and new glyph code encoding.
21135
21136 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
21137
21138 * indent.c (current_column, current_column_1, Fmove_to_column)
21139 (compute_motion): Adapt to new glyph code encoding.
21140
21141 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
21142
21143 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
21144
21145 * process.c (wait_reading_process_output): Check for window
21146 changes caused by timers.
21147 Suggested by Johan Bockgård.
21148
21149 2008-02-27 Glenn Morris <rgm@gnu.org>
21150
21151 * emacs.c (USAGE1): Add `--disable-font-backend'.
21152
21153 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21154
21155 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
21156 is made to the buffer.
21157
21158 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21159
21160 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
21161 (face_at_string_position):
21162 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
21163 (face_at_string_position):
21164 * xdisp.c (display_string, next_overlay_change):
21165 * buffer.h (overlays_at):
21166 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
21167 Update callers.
21168
21169 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
21170
21171 * editfns.c (Fformat): Doc fix.
21172
21173 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
21174
21175 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
21176 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
21177 (Ffont_otf_alternates, Fquery_font): Doc fixes.
21178
21179 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
21180
21181 * buffer.c (Fbuffer_swap_text): New function.
21182 (syms_of_buffer): Defsubr it.
21183
21184 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
21185
21186 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
21187
21188 2008-02-25 Jason Rumney <jasonr@gnu.org>
21189
21190 * w32font.c (w32font_draw): Draw one character at a time when padding.
21191
21192 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
21193
21194 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
21195 Handle a nil arg. Use run_window_configuration_change_hook.
21196 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
21197 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
21198 Use run_window_configuration_change_hook.
21199
21200 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
21201
21202 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
21203 1-pixel width.
21204
21205 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
21206
21207 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
21208 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
21209 if the glyph in the font is zero pixel with.
21210
21211 * dispextern.h (struct glyph_string): New member padding_p.
21212
21213 * w32font.c (w32font_draw): Pay attention to s->padding_p.
21214
21215 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
21216
21217 * xfont.c (xfont_draw): Pay attention to s->padding_p.
21218
21219 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
21220
21221 * font.c: If the font driver doesn't have `shape' function, return Qnil.
21222
21223 2008-02-25 Jason Rumney <jasonr@gnu.org>
21224
21225 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
21226
21227 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21228
21229 Allow fine-grained image-cache flushing.
21230 * dispextern.h (struct image): Add `dependencies' field.
21231 (clear_image_caches): Change arg to Lisp_Object.
21232 * image.c (make_image): Initialize `dependencies' field.
21233 (clear_image_cache): Change arg to allow fine-grained flushing.
21234 Perform the flush even if image-cache-eviction-delay is nil.
21235 (clear_image_caches): Change arg to Lisp_Object.
21236 (Fclear_image_cache): Expand meaning of the argument.
21237 (mark_image): Mark `dependencies' field.
21238 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
21239 (lface_hash): Use XHASH rather than XFASTINT.
21240 (face_at_buffer_position): Fix int -> EMACS_INT position.
21241 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
21242 (select_frame_for_redisplay): Remove code duplication.
21243 (redisplay_internal): Adapt arg to call to clear_image_caches.
21244
21245 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
21246
21247 * s/vms4-0.h:
21248 * s/vms4-2.h:
21249 * s/vms4-4.h:
21250 * s/vms5-5.h: Remove, unused.
21251
21252 * s/irix5-2.h:
21253 * s/irix6-0.h:
21254 * s/riscos5.h:
21255 * s/mach-bsd4-3.h:
21256 * m/mips4.h: Remove files for obsolete systems.
21257
21258 * Makefile.in:
21259 * filelock.c:
21260 * unexmips.c:
21261 * m/hp9000s300.h:
21262 * m/iris4d.h:
21263 * s/aix3-1.h:
21264 * s/hpux.h:
21265 * s/msdos.h:
21266 * s/usg5-0.h:
21267 * s/usg5-2-2.h:
21268 * s/usg5-2.h:
21269 * s/usg5-3.h: Remove references to obsolete variables.
21270
21271 * s/irix5-0.h: Remove, move all the contents ...
21272 * s/irix6-5.h: ... here. Simplify.
21273 * config.in: Regenerate.
21274
21275 2008-02-24 Jason Rumney <jasonr@gnu.org>
21276
21277 * w32term.c (x_draw_glyph_string_background): Clear the background
21278 manually when cleartype is in use.
21279 (x_draw_glyph_string_foreground): Draw text transparently when
21280 cleartype is in use.
21281
21282 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
21283 a font into it unless we have to.
21284
21285 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
21286
21287 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
21288 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
21289
21290 2008-02-18 Jason Rumney <jasonr@gnu.org>
21291
21292 * w32fns.c (Fw32_shell_execute): Encode parameters.
21293
21294 2008-02-09 Eli Zaretskii <eliz@gnu.org>
21295
21296 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
21297
21298 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
21299
21300 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
21301
21302 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
21303
21304 * xterm.c (x_set_offset): Don't change the gravity if
21305 CHANGE_GRAVITY is -1.
21306
21307 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
21308
21309 * fileio.c (auto_save_error_occurred): New var.
21310 (auto_save_error): Set it.
21311 (Fdo_auto_save): Don't overwrite the error message if an auto-save
21312 error occurred.
21313
21314 2008-02-23 Eli Zaretskii <eliz@gnu.org>
21315
21316 * w32.c (globals_of_w32): Add initializations for
21317 g_b_init_get_sid_sub_authority and
21318 g_b_init_get_sid_sub_authority_count.
21319
21320 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
21321
21322 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
21323 (font_parse_xlfd): Use them for sanity check.
21324 (Finternal_set_font_style_table): Make sure the table is bijective.
21325
21326 Consolidate the image_cache to the terminal struct.
21327 * termhooks.h (P_): Remove redundant def.
21328 (struct terminal): New field `image_cache'.
21329 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
21330 of FRAME_X_IMAGE_CACHE.
21331 * xterm.h (struct x_display_info): Remove image_cache field.
21332 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
21333 * w32term.h (struct w32_display_info): Remove image_cache field.
21334 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
21335 * macterm.h (struct mac_display_info): Remove image_cache field.
21336 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
21337 * xterm.c (x_term_init):
21338 * w32term.c (w32_term_init):
21339 * macterm.c (mac_term_init): Set the image_cache in the terminal.
21340 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
21341 Remove declarations.
21342 (clear_image_caches, mark_image_cache): New declarations.
21343 * xfaces.c (clear_face_cache):
21344 * xdisp.c (redisplay_internal): Use clear_image_caches.
21345 * image.c (clear_image_cache): Don't check that a frame is on
21346 a window-system before checking if it shares the same cache.
21347 (clear_image_caches): New function.
21348 (Fclear_image_cache): Use it.
21349 (mark_image): Move from allo.c.
21350 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
21351 * alloc.c (mark_image, mark_image_cache): Move to image.c.
21352 (mark_object): Don't call mark_image_cache for frames.
21353 (mark_terminals): Call mark_image_cache.
21354
21355 * lisp.h (Fdelete_terminal): Declare.
21356
21357 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
21358 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
21359 wrong_type_argument.
21360
21361 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
21362
21363 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
21364 malayalam.el, and tamil.el. Add sinhala.el.
21365
21366 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21367
21368 * xterm.c (x_connection_closed): Consolidate identical tests.
21369 (x_delete_terminal): Don't crash if called via x_connection_closed.
21370
21371 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
21372
21373 * xdisp.c (decode_mode_spec): New arg string.
21374 (display_mode_element): Adjust for the above change.
21375
21376 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
21377
21378 * callint.c (Fcall_interactively): Use AREF.
21379
21380 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21381
21382 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
21383
21384 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
21385
21386 * xfns.c (Fx_show_tip): Set string to " " if empty.
21387
21388 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
21389
21390 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
21391 with Qt.
21392
21393 2008-02-17 Kenichi Handa <handa@m17n.org>
21394
21395 * ftfont.c (ftfont_shape): Return Lispy number.
21396
21397 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
21398 for GCs.
21399 (Finternal_set_font_selection_order): Call font_update_sort_order
21400 only when enable_font_backend is set.
21401 (realize_x_face): Set face->font_info to that of default face only
21402 when enable_font_backend is set.
21403
21404 * xdisp.c (handle_composition_prop): Set it->c to the fist
21405 character of the composed region.
21406 (fill_composite_glyph_string): Set base_face->font_info to
21407 s->font_info. Get a face for ascii from base_face->ascii_face.
21408 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
21409 with a face already decided.
21410 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
21411 non-negative.
21412 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
21413 call font_prepare_composition unconditionally.
21414
21415 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
21416
21417 * xterm.h (struct x_display_info): New member font.
21418
21419 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
21420 (x_set_mouse_face_gc, x_new_font): Likewise.
21421 (x_term_init): Setup display_info->font.
21422 (x_delete_terminal): Free display_info->font.
21423
21424 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
21425
21426 * ftxfont.c (ftxfont_default_fid): Delete it.
21427 (ftxfont_open): Set xfont->fid to 0.
21428 (ftxfont_end_for_frame): Clear data specific to the frame and the
21429 font-driver.
21430
21431 * xftfont.c (xftfont_default_fid): Delete it.
21432 (xftfont_open): Set xfont->fid to 0.
21433
21434 * fontset.c (FONTSET_OBJLIST): New macro.
21435 (fontset_find_font): Update font-object list of the fontset.
21436 (free_realized_fontset): New function.
21437 (free_face_fontset): Call free_realized_fontset.
21438 (Ffont_info): Call font_close_object only when enable_font_backend
21439 is set.
21440
21441 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
21442 [HAVE_NTGUI]: Include w32term.h.
21443 [MAC_OS]: Include macterm.ch.
21444 (font_otf_ValueRecord): Use make_number.
21445 (font_finish_cache): Fix handling of reference count.
21446 (font_clear_cache): Update num_fonts.
21447 (font_open_entity): Update smallest_char_width and
21448 smallest_font_height of the frame.
21449 (font_close_object): Update num_fonts.
21450 (Fclear_font_cache): Fix finding the target cache data.
21451
21452 2008-02-16 Glenn Morris <rgm@gnu.org>
21453
21454 * fontset.c (Finternal_char_font): Fix compilation warning.
21455
21456 2008-02-16 Eli Zaretskii <eliz@gnu.org>
21457
21458 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
21459 instead of char arrays. Enlarge the size of array passed to
21460 get_token_information.
21461
21462 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
21463 warnings.
21464
21465 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
21466
21467 * .gdbinit: Don't set `args', it breaks gdb --args.
21468
21469 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
21470
21471 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
21472 within a narrowed buffer.
21473
21474 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
21475
21476 * coding.c (decode_coding_object, encode_coding_object):
21477 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
21478
21479 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
21480
21481 * coding.c (coding_set_destination): Use BEG_BYTE rather than
21482 hardcoding 1.
21483 (detect_coding_system):
21484 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
21485 (string_char_to_byte, string_byte_to_char, insert_from_gap):
21486 * insdel.c (insert_from_gap):
21487 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
21488 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
21489 (string_to_multibyte):
21490 * character.c (chars_in_text, multibyte_chars_in_text):
21491 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
21492
21493 * character.h (FETCH_STRING_CHAR_ADVANCE)
21494 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
21495 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
21496 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
21497
21498 * casefiddle.c (casify_region): Only call after-change and composition
21499 functions on the part of the region that was changed.
21500
21501 * keyboard.c (read_avail_input):
21502 * frame.c (Fdelete_frame): Call Fdelete_terminal.
21503
21504 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21505
21506 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
21507 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
21508
21509 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
21510
21511 * w32menu.c (push_submenu_start, push_submenu_end)
21512 (push_left_right_boundary, push_menu_pane, push_menu_item):
21513 * keyboard.c (read_key_sequence): Don't pass args with side effects
21514 to AREF, it fails when compiling with -DENABLE_CHECKING.
21515
21516 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
21517
21518 * Makefile.in (${lispsource}international/charprop.el):
21519 Delete this target.
21520
21521 * search.c (boyer_moore): Fix incorrect synching of the trunk and
21522 emacs-unicode-2.
21523
21524 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21525
21526 * terminal.c (Fdelete_terminal): Clean up the `force' path.
21527
21528 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
21529
21530 * frame.c (Qnoelisp): New symbol.
21531 (syms_of_frame): Initialize it.
21532 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
21533 harmless Elisp code, from a strong `force' from x_connection_closed.
21534 * frame.h (Qnoelisp): Declare.
21535 * xterm.c (x_connection_closed): Pass `noelisp'.
21536
21537 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
21538 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
21539 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
21540 rather than `int' for the type of `type'.
21541
21542 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
21543
21544 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
21545
21546 * Makefile.in (GNUC): Remove support for gcc-1.x.
21547
21548 2008-02-10 Richard Stallman <rms@gnu.org>
21549
21550 * lisp.h (ASET): Use AREF, not ASLOT.
21551
21552 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
21553
21554 * lisp.h (ASET): Check bounds.
21555
21556 2008-02-10 Glenn Morris <rgm@gnu.org>
21557
21558 * buffer.c (mode-name): Doc fix.
21559
21560 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
21561
21562 * Makefile.in:
21563 * emacs.c:
21564 * gmalloc.c:
21565 * keyboard.c:
21566 * lisp.h:
21567 * m/ibm370aix.h:
21568 * process.c:
21569 * regex.c:
21570 * s/hpux.h:
21571 * sysdep.c:
21572 * sysselect.h:
21573 * systty.h:
21574 * unexec.c:
21575 * w32term.c:
21576 * xsmfns.c:
21577 * xterm.c: Remove code that deals with obsolete variables.
21578
21579 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
21580
21581 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
21582 nothing else needs it anymore.
21583
21584 2008-02-09 Eli Zaretskii <eliz@gnu.org>
21585
21586 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
21587 instead of unibyte_char_to_multibyte.
21588
21589 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
21590
21591 * s/gnu-linux.h: Remove commented out code.
21592
21593 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
21594
21595 * Makefile.in: Update what RMS says about using autoconf.
21596 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
21597 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
21598 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
21599 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
21600
21601 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
21602
21603 * keymap.c (Fkey_description): Move side effect outside of macro call.
21604
21605 * xfaces.c (Finternal_make_lisp_face):
21606 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
21607
21608 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
21609 (syms_of_fontset): Use ASET.
21610
21611 * fns.c (concat): Move side effect outside of macro call.
21612 (hash_clear): Use ASET.
21613
21614 2008-02-08 Richard Stallman <rms@gnu.org>
21615
21616 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
21617 If FORCE, and frame has a surrogate minibuffer for another frame,
21618 delete the other frame first.
21619
21620 2008-02-07 Timo Savola <timo.savola@iki.fi>
21621
21622 * xterm.c (x_detect_focus_change): Handle embed client message.
21623 (handle_one_xevent): Ditto.
21624 (handle_one_xevent): If embedded and we get a button press/release,
21625 request focus.
21626 (xembed_set_info, xembed_send_message): New functions.
21627 (x_make_frame_visible): Call xembed_set_info if embedded.
21628 (x_make_frame_invisible): Call xembed_set_info if embedded.
21629 (x_term_init): Initialize Xatom_XEMBED.
21630 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
21631 (x_iconify_frame): Ditto.
21632
21633 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
21634 (enum xembed_info, enum xembed_message, enum xembed_focus)
21635 (enum xembed_modifier, enum xembed_accelerator): New.
21636 (xembed_set_info, xembed_send_message): Declare.
21637 (FRAME_X_EMBEDDED_P): New.
21638
21639 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
21640 gtk_plug_new.
21641
21642 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
21643 window ID of a frame.
21644 (x_window): Reparent frame if embedded.
21645 (Fx_create_frame): Don't set border width if embedded.
21646
21647 * emacs.c (USAGE3): Add --parent-id.
21648 (standard_args): Ditto.
21649
21650 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
21651
21652 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
21653
21654 2008-02-07 Jim Meyering <meyering@redhat.com>
21655
21656 Use "do...while (0)", not "if (1)...else" in macro definitions.
21657 The latter provokes a warning from gcc about the empty else, when
21658 followed by ";". Also, without that trailing semicolon, it would
21659 silently swallow up any following statement.
21660 * syntax.h (SETUP_SYNTAX_TABLE)
21661 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
21662 * buffer.h (DECODE_POSITION): Likewise.
21663 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
21664 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
21665 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
21666 (FETCH_CHAR_ADVANCE): Likewise.
21667 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
21668
21669 2008-02-07 Jim Meyering <meyering@redhat.com>
21670
21671 * lread.c [lint]: Don't include <sys/inode.h>.
21672
21673 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
21674
21675 * xselect.c (x_handle_dnd_message):
21676 * xmenu.c (digest_single_submenu, xmenu_show):
21677 * xdisp.c (with_echo_area_buffer_unwind_data)
21678 (format_mode_line_unwind_data, unwind_format_mode_line)
21679 (display_menu_bar):
21680 * eval.c (Ffetch_bytecode):
21681 * doc.c (store_function_docstring):
21682 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
21683 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
21684 * buffer.c (add_overlay_mod_hooklist): Use ASET.
21685
21686 2008-02-07 Kenichi Handa <handa@m17n.org>
21687
21688 * ftxfont.c (ftxfont_open): Don't set
21689 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
21690
21691 * ftfont.c (ftfont_open): Fix previous change.
21692
21693 2008-02-06 Jason Rumney <jasonr@gnu.org>
21694
21695 * w32font.c (w32font_text_extents): Fill in lbearing metric.
21696 Use cached metrics for ASCII characters.
21697 (w32font_open_internal): Don't set font's owning_frame.
21698 Cache metrics for ASCII characters.
21699
21700 * w32font.h (struct w32font_info): Add ascii_metrics.
21701 Remove owning_frame.
21702
21703 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
21704
21705 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
21706 to negative value.
21707
21708 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
21709
21710 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
21711
21712 * charset.c (syms_of_charset): Set QCtest and Qeq.
21713
21714 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
21715
21716 * process.c (Fstart_process):
21717 * callproc.c (Fcall_process): Handle the case where
21718 Funhandled_file_name_directory returns nil.
21719
21720 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
21721 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
21722 * font.c (check_gstring): Use them and AREF to access the vector before
21723 we know it's really a gstring.
21724 (Ffont_shape_text): Fix typo.
21725 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
21726
21727 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
21728 Declare.
21729
21730 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
21731
21732 2008-02-05 Jason Rumney <jasonr@gnu.org>
21733
21734 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
21735 Set smallest_font_height and smallest_char_width in display info.
21736
21737 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
21738
21739 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
21740
21741 2008-02-05 Miles Bader <miles@gnu.org>
21742
21743 * xfaces.c (get_lface_attributes, merge_named_face)
21744 (lookup_named_face, lookup_derived_face, realize_named_face):
21745 Revert 2008-02-01 change by cyd@stupidchicken.com.
21746
21747 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
21748
21749 * fontset.c (Ffontset_info): Handle the case of inhibitting the
21750 fallback fonts.
21751 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
21752
21753 2008-02-04 Jason Rumney <jasonr@gnu.org>
21754
21755 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
21756 set full_name.
21757 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
21758
21759 2008-02-03 Jason Rumney <jasonr@gnu.org>
21760
21761 * makefile.w32-in (OBJ1): Include font.o here.
21762 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
21763
21764 2008-02-02 Jason Rumney <jasonr@gnu.org>
21765
21766 * makefile.w32-in (temacs): Bump EMHEAP to 21.
21767
21768 2008-02-01 Jason Rumney <jasonr@gnu.org>
21769
21770 * s/cygwin.h: Define VIRT_ADDR_VARIES.
21771
21772 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
21773
21774 2008-02-01 Andreas Schwab <schwab@suse.de>
21775
21776 * Makefile.in (shortlisp, lisp): Update for rename of
21777 ../lisp/language/myanmar.el.
21778
21779 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
21780
21781 * xfaces.c (get_lface_attributes): Delete function.
21782 (merge_named_face, lookup_named_face, lookup_derived_face)
21783 (realize_named_face): Call lface_from_face_name directly, and use
21784 the fact that merge_face_vectors does not alter its FROM argument.
21785
21786 2008-02-01 Jason Rumney <jasonr@gnu.org>
21787
21788 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
21789 input in the default locale. Handle non-Unicode multibyte input.
21790
21791 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21792
21793 * fontset.c (reorder_font_vector): Exclude nil elements from the
21794 font group. Don't try multiple fonts.
21795 (fontset_font): Adjust for the above change.
21796 (Finternal_char_font): Return nil if the found font doesn't
21797 contain the character ch.
21798
21799 * Makefile.in (lisp, shortlisp): Add cham.el.
21800
21801 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21802
21803 * font.h (FONTP): Make it return 1 also for a font-object.
21804
21805 * .gdbinit (xfontset): New function.
21806
21807 * font.c (font_find_for_lface): Check if the character C is
21808 supported or not only for the first font.
21809
21810 * fontset.c (reorder_font_vector): Fix typo.
21811 (fontset_find_font): Don't add a font-spec specifying a script.
21812 Use 0 (not Qt) for the indication of empty font-group. Change the
21813 format of RFONT-DEF. Return Qt if no font in the font-group
21814 support the character.
21815 (fontset_font): Adjust for the above change. If no font was
21816 found the character, remember that.
21817 (face_for_char): Adjust for the change of RFONT-DEF.
21818 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
21819 no font for the target.
21820 (Finternal_char_font): Adjust for the change of RFONT-DEF.
21821
21822 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21823
21824 * font.c (font_load_for_face): Handle the case that the font in
21825 face->lface is a string.
21826
21827 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21828
21829 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
21830
21831 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21832
21833 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
21834 Fix previous change. If the frame is not on a window system,
21835 signal an error.
21836
21837 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21838
21839 * coding.c (decode_coding_object, encode_coding_object):
21840 Adjust marker positions after conversion.
21841
21842 * lisp.h (struct Lisp_Marker): New member need_adjustment.
21843
21844 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21845
21846 * font.c (font_find_for_lface): Fix the handling of the return
21847 value of font_has_char.
21848 (Ffont_shape_text): Fix previous change.
21849
21850 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
21851 (fontset_ref_and_range): Delete it.
21852 (fontset_find_font): Call char_table_ref_and_range instead of
21853 FONTSET_REF_AND_RANGE.
21854 (make_fontset): Don't setup font groups of Latin here.
21855 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
21856 (new_fontset_from_font): Make the specified font the default for
21857 all Latin characters.
21858
21859 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21860
21861 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
21862 is on a window system before accessing the fontset of the frame.
21863
21864 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21865
21866 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
21867
21868 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
21869 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
21870
21871 * font.c (Ffont_shape_text): If the font driver doesn't have a
21872 shaper function, make zero-width glyphs to have at least one-pixel
21873 width. Fix setting of `to' field of glyphs.
21874
21875 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21876
21877 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
21878 glyphs.
21879
21880 * font.h (struct font_driver): Improve docstring of member `shape'.
21881
21882 2008-02-01 Kenichi Handa <handa@m17n.org>
21883
21884 * composite.c (syms_of_composite): Fix docstring of
21885 auto-composition-function.
21886
21887 * font.h (LGLYPH_SIZE): New macro.
21888
21889 * font.c (Ffont_fill_gstring): Stop filling when a character not
21890 supported by the font is found.
21891 (Ffont_shape_text): When a shape callback function returns nil,
21892 try at most two more times with larger gstring.
21893 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
21894
21895 * xdisp.c (handle_auto_composed_prop): Change the argument to
21896 auto-composition-function.
21897
21898 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
21899 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
21900 Lispy glyph and store it in the lgstring.
21901
21902 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
21903
21904 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
21905
21906 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21907
21908 * font.c (Ffont_shape_text): Avoid unnecessary composition.
21909
21910 * fontset.c (Vfont_encoding_charset_alist): New variable.
21911 (syms_of_fontset): DEFVAR it.
21912 (reorder_font_vector, fontset_find_font): Optimize for the case of
21913 no need of reordering.
21914 (face_for_char): Map the charset property by
21915 Vfont_encoding_charset_alist.
21916
21917 2008-02-01 Jason Rumney <jasonr@gnu.org>
21918
21919 * w32font.c (logfonts_match): Don't check adstyle here.
21920 (font_matches_spec): Check here against physical font instead.
21921 (add_font_entity_to_list): Avoid some substitutions.
21922
21923 * font.c (font_parse_fcname): Default weight and slant to normal.
21924 (font_score): Prefer normal fonts if weight or slant unspecified.
21925 (font_score) [WINDOWSNT]: Scale weight difference down to closer
21926 match freetype scores.
21927
21928 2008-02-01 Jason Rumney <jasonr@gnu.org>
21929
21930 * w32font.c (w32font_text_extents): Don't use the frame stored in the
21931 font, as it may have been deleted.
21932 (w32_enumfont_pattern_entity): Map generic family to adstyle using
21933 most common hyphenless variation.
21934 (logfonts_match): Check generic family.
21935 (font_matches_spec): Don't check generic family here.
21936 (fill_in_logfont): Set generic family based on adstyle.
21937
21938 * w32font.h (w32font_get_cache): Update declaration.
21939
21940 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21941
21942 * ftfont.c (ftfont_get_cache): Adjust the argument type.
21943
21944 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
21945 If none of the new drivers are available, call font_update_drivers
21946 with the old drivers.
21947
21948 * w32font.c (w32font_get_cache): Adjust the argument type.
21949
21950 * xfont.c (xfont_get_cache): Adjust the argument type.
21951
21952 * font.h (struct font_driver): Change argument type of get_cache.
21953
21954 * xftfont.c (xftfont_start_for_frame): Delete prototype.
21955
21956 * font.c (Ffont_get): Fix arguments to Fassoc.
21957 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
21958 (font_clear_cache): New function.
21959 (font_list_entities, font_matching_entity): Use font_get_cache.
21960 (font_update_drivers): Call font_clear_cache when finishing a driver.
21961
21962 * fontset.c (fontset_find_font): Fix previous change.
21963
21964 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21965
21966 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
21967 dpyinfo->font_table.
21968 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
21969 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
21970
21971 * font.c (font_at): Handle the case that the arg C is negative.
21972 Handle the unibyte case.
21973 (Ffont_at): Call font_at with the arg C -1.
21974
21975 * xdisp.c (handle_auto_composed_prop): Don't get a character at
21976 the position here, and call font_at with the arg C -1.
21977 Don't check the range of the existing composition at the point.
21978
21979 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21980
21981 * fontset.c (fontset_add): New args charset_id and family.
21982 Change caller.
21983 (load_font_get_repertory, fontset_find_font): Assume that
21984 font_spec is always a font-spec object.
21985 (Fset_fontset_font): Always store a font-spec object in a fontset.
21986
21987 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
21988 instead of get_property_and_range.
21989
21990 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21991
21992 * xftfont.c (struct xftfont_info): Delete the member ft_face.
21993 (xftfont_open): Don't keep locking face.
21994 (xftfont_close): Don't unlock face.
21995 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
21996
21997 * fontset.c (fontset_find_font): Don't prefer a font of
21998 supplementary charset.
21999
22000 2008-02-01 Kenichi Handa <handa@m17n.org>
22001
22002 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
22003 script, langsys_tag to langsys, new member script.
22004 (OTF_TAG_STR): Terminate by '\0'.
22005 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
22006 listing to the script specified in that property. Fix arg to
22007 OTF_check_features.
22008
22009 2008-02-01 Jason Rumney <jasonr@gnu.org>
22010
22011 * w32font.h: New file.
22012
22013 * w32font.c: Include it.
22014 (struct w32font_info): Add owning_frame field. Move to w32font.h.
22015 (w32font_open): Set owning_frame.
22016 (w32font_text_extents): Use owning_frame.
22017 (struct font_callback_data): Add opentype_only field.
22018 (add_font_entity_to_list): Use it to filter fonts.
22019 Don't check against full name.
22020 (w32font_list_internal): New function.
22021 (w32font_list): Use it.
22022 (w32font_match_internal): New function.
22023 (w32font_match): Use it.
22024 (w32font_open_internal): New function.
22025 (w32font_open): Use it.
22026 (w32font_get_cache, w32font_close, w32font_has_char)
22027 (w32font_encode_char, w32font_text_extents, w32font_draw):
22028 Make non-static.
22029
22030 * makefile.w32-in (w32font.o): Depend on w32font.h.
22031
22032 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22033
22034 * charset.c (Fdefine_charset_internal): Record a supplementary
22035 charset at the tail of Vcharset_order_list.
22036
22037 * font.c (Ffont_shape_text): Fix the return value.
22038
22039 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
22040
22041 * xdisp.c (handle_auto_composed_prop): Fix previous change.
22042
22043 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22044
22045 * ftfont.c (struct OpenTypeSpec): New struct.
22046 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
22047 (ftfont_get_open_type_spec): New function.
22048 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
22049
22050 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
22051
22052 2008-02-01 Jason Rumney <jasonr@gnu.org>
22053
22054 * w32font.c (add_font_entity_to_list): Compare only the beginning
22055 of full name.
22056
22057 2008-02-01 Kenichi Handa <handa@m17n.org>
22058
22059 * xdisp.c (handle_auto_composed_prop): Simplify the code.
22060 Never return HANDLED_RECOMPUTE_PROPS.
22061
22062 2008-02-01 Kenichi Handa <handa@m17n.org>
22063
22064 * font.c (font_gstring_produce): Delete it.
22065
22066 * composite.h (COMPOSITION_METHOD):
22067 Handle COMPOSITION_WITH_GLYPH_STRING.
22068
22069 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22070
22071 * xfont.c (Qx): Delete.
22072 (syms_of_xfont): Don't initialize Qx.
22073
22074 * composite.h (enum composition_method):
22075 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
22076
22077 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22078
22079 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
22080 (choose_face_font): Accept new form of font-spec.
22081
22082 * frame.h (font_driver_list): Declare it unconditionally.
22083 (struct frame): Define members font_driver_list and font_data_list
22084 unconditionally.
22085
22086 * fontset.c: Include "font.h" unconditionally.
22087 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
22088 (Fset_fontset_font): Accept a font-spec object.
22089
22090 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
22091 PIXEL_SIZE part a wild card.
22092
22093 * dispextern.h (struct glyph_string): Define members clip and
22094 num_clips unconditionally.
22095 (struct face): Define members font_info and extra unconditionally.
22096
22097 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
22098 ftfont_info only when HAVE_LIBOTF is defined.
22099
22100 2008-02-01 Andreas Schwab <schwab@suse.de>
22101
22102 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
22103 and end.
22104
22105 2008-02-01 Jason Rumney <jasonr@gnu.org>
22106
22107 * w32font.c (w32font_driver): Add new fields.
22108
22109 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22110
22111 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
22112 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
22113 (LIBES): Add @M17N_FLT_CFLAGS@.
22114
22115 * composite.c (compose_text): Don't treat the new style
22116 composition specially.
22117
22118 * emacs.c (main): Call syms_of_font unconditionally.
22119
22120 * font.h (FONT_ENTITY_NOT_LOADABLE)
22121 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
22122 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
22123 (struct font_driver): New member shape.
22124 (font_registry_charsets): Extern it.
22125 (font_find_for_lface, font_prepare_composition): Adjust prototype.
22126 (font_otf_capability, font_drive_otf): Delete their externs.
22127
22128 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
22129 (font_charset_alist, font_registry_charsets): Move from xfont.c
22130 and rename.
22131 (font_prop_validate_otf): New function.
22132 (font_property_table): Register it for QCotf.
22133 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
22134 (font_drive_otf): Delete.
22135 (font_prepare_composition): New arg F. Adjust for the change of
22136 lispy gstring.
22137 (font_find_for_lface): New arg C.
22138 (font_load_for_face): Adjust for the change of font_find_for_lface.
22139 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
22140 lispy gstring.
22141 (Ffont_shape_text): New function.
22142 (Fopen_font): If the font size is not given, use 12-pixel.
22143 (Ffont_at): New arg STRING.
22144 (syms_of_font): Initialize font_charset_alist.
22145 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
22146 conditionally.
22147
22148 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
22149 fonts of the same font-spec. Change the format of RFONT-DEF.
22150 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
22151 Adjust for the change of RFONT-DEF.
22152 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
22153
22154 * ftfont.h: New file.
22155
22156 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
22157 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
22158 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
22159 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
22160 font_otf_capability and font_drive_otf, set ftfont_shape.
22161 (ftfont_list): Adjust for the change of :otf property value.
22162 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
22163 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
22164 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
22165 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
22166 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
22167 (otf_gstring, gstring, m17n_flt_initialized): New variables.
22168
22169 * w32term.c (x_draw_composite_glyph_string_foreground):
22170 Adjust for the change of lispy gstring.
22171
22172 * xdisp.c (handle_composition_prop): Adjust for the change of
22173 lispy gstring. Call a function for auto-composition with the
22174 third arg it->window.
22175 (fill_composite_glyph_string): Adjust for the change of lispy string.
22176 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
22177
22178 * xfaces.c (set_font_frame_param): Adjust for the change of
22179 font_find_for_lface.
22180
22181 * xfont.c (x_font_charset_alist): Move to font.c and rename.
22182 (xfont_registry_charsets): Likewise. Change caller.
22183 (syms_of_xfont): Don't handle x_font_charset_alist.
22184
22185 * xftfont.c: Include "ftfont.h".
22186 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
22187 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
22188 (xftfont_close) [HAVE_LIBOTF]: Close otf.
22189 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
22190 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
22191 Set xftfont_driver.shape to xftfont_shape.
22192
22193 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
22194 the change of lispy gstring.
22195
22196 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22197
22198 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
22199
22200 2008-02-01 Jason Rumney <jasonr@gnu.org>
22201
22202 * w32font.c (w32font_draw): Fill background manually.
22203
22204 2008-02-01 Jason Rumney <jasonr@gnu.org>
22205
22206 * font.c (Qfontp): Remove unused symbol.
22207 (QCantialias): New symbol.
22208 (syms_of_font): Define it.
22209 (font_property_table): Set a validator for QCantialias.
22210
22211 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
22212 Define if not already.
22213 (QCfamily): Share with xfaces.c.
22214 (Qstandard, Qsubpixel, Qnatural): New symbols.
22215 (syms_of_w32font): Define them. Don't define QCfamily here.
22216 (w32_antialias_type, lispy_antialias_type): New functions.
22217 (w32_enumfont_pattern_entity): New arg requested_font.
22218 Set antialias parameter if non-default was requested.
22219 (fill_in_logfont): Fill in lfQuality if :antialias specified.
22220
22221 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22222
22223 * lread.c (read1): Undo the previous change.
22224
22225 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
22226
22227 * frame.c (Fdelete_frame): Call font_update_drivers only when
22228 USE_FONT_BACKEND is defined.
22229
22230 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22231
22232 * font.h (struct font_bitmap): New member bits_per_pixel.
22233 (struct font_driver): New members start_for_frame and end_for_frame.
22234 (struct font_data_list): New struct.
22235 (font_put_frame_data, font_get_frame_data): Extern them.
22236
22237 * frame.h (struct frame): New member font_data_list.
22238
22239 * font.c (font_update_drivers): Call driver->start_for_frame and
22240 driver->end_for_frame at proper timings.
22241 (font_put_frame_data, font_get_frame_data): New functions.
22242 (Ffont_spec): Add usage in the docstring.
22243
22244 * frame.c (make_frame): Initialize f->font_data_list to NULL.
22245 (Fdelete_frame): Call font_update_drivers.
22246
22247 * xftfont.c (struct xftface_info): Delete the member xft_draw.
22248 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
22249 (xftfont_get_xft_draw): New function.
22250 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
22251 (xftfont_end_for_frame): New function.
22252 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
22253
22254 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
22255 Change argument. Cache GCs in the per-frame data.
22256 (struct ftxfont_frame_data): New struct.
22257 (ftxfont_draw_bitmap): New arg gc_fore and flush.
22258 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
22259 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
22260 (ftxfont_end_for_frame): New function.
22261 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
22262
22263 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
22264
22265 2008-02-01 Kenichi Handa <handa@m17n.org>
22266
22267 * xselect.c (Vselection_coding_system)
22268 (Vnext_selection_coding_system): Delete them.
22269 (syms_of_xselect): Don't declare selection-coding-system and
22270 next-selection-coding-system. They are declared in select.el.
22271
22272 2008-02-01 Jason Rumney <jasonr@gnu.org>
22273
22274 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
22275
22276 * w32fns.c: Include imm.h.
22277 (get_composition_string_fn, get_ime_context_fn): New optional
22278 system functions.
22279 (globals_of_w32fns): Load them from imm32.dll.
22280 (ignore_ime_char): New flag.
22281 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
22282 WM_IME_ENDCOMPOSITION messages.
22283
22284 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
22285 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
22286
22287 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22288
22289 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
22290 (READCHAR_REPORT_MULTIBYTE): New macro.
22291 (readchar): New 2nd arg MULTIBYTE.
22292 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
22293 Make symbol's name multibyte according to the multibyteness of the
22294 source.
22295
22296 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22297
22298 * xfaces.c (face_for_overlay_string): Call lookup_face with
22299 correct arguments (fix of synching with the trunk).
22300
22301 2008-02-01 Kenichi Handa <handa@m17n.org>
22302
22303 * font.c (font_prop_validate_symbol, font_prop_validate_style)
22304 (font_prop_validate_non_neg, font_prop_validate_spacing):
22305 Delete argument prop_index.
22306 (font_property_table): Change arguments to validater. Change Callers.
22307 (font_lispy_object): Delete.
22308 (font_at): Use font_find_object instead fo font_lispy_object.
22309
22310 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22311
22312 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
22313 and file names.
22314
22315 2008-02-01 Jason Rumney <jasonr@gnu.org>
22316
22317 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
22318 (font_matches_spec): Remove debug output.
22319 (add_font_entity_to_list): Avoid using substituted fonts.
22320
22321 2008-02-01 Jason Rumney <jasonr@gnu.org>
22322
22323 * doc.c (Fsnarf_documentation):
22324 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
22325
22326 2008-02-01 Miles Bader <miles@gnu.org>
22327
22328 * dispextern.h (struct glyph_row): Only define "clip" field if
22329 HAVE_WINDOW_SYSTEM is defined.
22330
22331 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
22332
22333 Fix up multi-tty merge.
22334
22335 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
22336 and indentation.
22337
22338 * xfaces.c (free_realized_face, clear_face_gcs):
22339 Include font_done_for_face in the input_blocked section, just in case.
22340
22341 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
22342 (get_char_face_and_encoding): Undo last change and remove the *other*
22343 duplicate definition (i.e. keep the one that's better scoped and that
22344 includes code for the font-backend).
22345
22346 * terminal.c (create_terminal): Default keyboard_coding to
22347 `no-conversion' and terminal_coding to `undecided'.
22348
22349 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
22350
22351 * fontset.c (free_realized_fontsets): Check that the table entry does
22352 contain a fontset before trying to compare it to `base'.
22353
22354 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
22355 syms_of_charset, and syms_of_coding earlier because init_window_once
22356 now needs Vcoding_system_hash_table to be setup.
22357
22358 * coding.h (default_buffer_file_coding): Remove.
22359
22360 * coding.c (default_buffer_file_coding): Remove.
22361 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
22362 than ->symbol, and use the terminal-local coding system.
22363 (syms_of_coding): Don't setup the coding-systems that are not
22364 terminal-local.
22365 (Fdefine_coding_system_internal): Use XCAR/XCDR.
22366
22367 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
22368 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
22369
22370 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
22371 in chartab.c and were re-added here by mistake.
22372 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
22373
22374 * doc.c (Fsnarf_documentation):
22375 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
22376 src to etc.
22377
22378 * ChangeLog.10: Add mistakenly removed entry.
22379
22380 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
22381
22382 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
22383
22384 2008-02-01 Miles Bader <miles@gnu.org>
22385
22386 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
22387 Add extra args to FACE_FOR_CHAR.
22388
22389 2008-02-01 Kenichi Handa <handa@m17n.org>
22390
22391 * keymap.c (where_is_internal_1): If key is a cons, store the copy
22392 in sequence.
22393
22394 * chartab.c (map_sub_char_table, map_char_table): If the range
22395 contains just one character, call the function with that character
22396 even if the depth is not 3.
22397
22398 2008-02-01 Jason Rumney <jasonr@gnu.org>
22399
22400 * w32font.c (w32font_text_extents): Calculate metrics for the
22401 whole string.
22402
22403 2008-02-01 Jason Rumney <jasonr@gnu.org>
22404
22405 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
22406
22407 2008-02-01 Jason Rumney <jasonr@gnu.org>
22408
22409 * w32term.c (x_set_glyph_string_clipping):
22410 Use get_glyph_string_clip_rects.
22411 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
22412 Adjust for the change of struct glyph_string.
22413
22414 * w32font.c (w32font_draw): Do clipping here.
22415
22416 2008-02-01 Kenichi Handa <handa@m17n.org>
22417
22418 * xftfont.c (xftfont_draw): Adjust for the change of struct
22419 glyph_string.
22420
22421 * xterm.c (x_set_glyph_string_clipping):
22422 Use get_glyph_string_clip_rects.
22423 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
22424 Adjust for the change of struct glyph_string.
22425
22426 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
22427 the resulting clip(s}.
22428 (expose_overlaps): Add arg r. Change callers. Set it to
22429 row->clip temporarily.
22430 (expose_window): Redraw rows overlapping the exposed area.
22431
22432 * dispextern.h (struct glyph_row): New member clip.
22433 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
22434 clip_height, new member clip, and num_clips.
22435
22436 2008-02-01 Kenichi Handa <handa@m17n.org>
22437
22438 * data.c (Fchar_or_string_p): Fix docstring.
22439
22440 2008-02-01 Kenichi Handa <handa@m17n.org>
22441
22442 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
22443 create a temporary XftDraw object.
22444
22445 2008-02-01 Kenichi Handa <handa@m17n.org>
22446
22447 * font.c (Ffontp): Fix docstring.
22448
22449 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
22450 strong evidence of ISO-2022.
22451
22452 2008-02-01 Kenichi Handa <handa@m17n.org>
22453
22454 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
22455 SYNTAX_ENTRY_FOLLOW_PARENT.
22456
22457 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
22458
22459 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
22460 its type.
22461 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
22462 Update to the new type of weak_hash_tables and next_weak.
22463
22464 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
22465 a plain C pointer to Lisp_Hash_Table.
22466
22467 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
22468 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
22469 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
22470 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
22471 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
22472 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
22473 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
22474 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
22475 (GC_EQ): Remove since they've been identical to their non-GC_
22476 alter-egos ever since the markbit was eradicated.
22477
22478 * alloc.c:
22479 * buffer.c:
22480 * buffer.h:
22481 * data.c:
22482 * fileio.c:
22483 * filelock.c:
22484 * fns.c:
22485 * frame.h:
22486 * lisp.h:
22487 * macterm.c:
22488 * print.c:
22489 * process.c:
22490 * w32fns.c:
22491 * w32menu.c:
22492 * w32term.c:
22493 * xfns.c:
22494 * xmenu.c:
22495 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
22496
22497 2008-02-01 Kenichi Handa <handa@m17n.org>
22498
22499 * chartab.c (map_sub_char_table): Make it work for the top-level
22500 char-table. Fix handling of parent char-table.
22501 (map_char_table): Adjust for the above change.
22502
22503 2008-02-01 Jason Rumney <jasonr@gnu.org>
22504
22505 * w32font.c (Qgdi): Rename from Qw32.
22506
22507 2008-02-01 Jason Rumney <jasonr@gnu.org>
22508
22509 * w32bdf.c (get_quoted_string): Make function static.
22510
22511 2008-02-01 Kenichi Handa <handa@m17n.org>
22512
22513 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
22514 bigger ascent and descent than those of the font, use them as
22515 font's ascent and descent.
22516
22517 2008-02-01 Kenichi Handa <handa@m17n.org>
22518
22519 * Makefile.in (${lispsource}international/charprop.el): Move this
22520 target within "#ifdef HAVE_UNIDATA" and "#endif".
22521
22522 2008-02-01 Kenichi Handa <handa@m17n.org>
22523
22524 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
22525 (shortlisp): Add ../lisp/language/tai-viet.el.
22526
22527 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
22528
22529 * Makefile.in (${lispsource}international/charprop.el): Depend on
22530 temacs${EXEEXT}.
22531
22532 2008-02-01 Jason Rumney <jasonr@gnu.org>
22533
22534 * w32font.c (w32font_close): Delete the GDI font object.
22535
22536 * w32menu.c: Include character.h.
22537
22538 * w32proc.c: Likewise.
22539
22540 * w32select.c: Likewise.
22541
22542 * makefile.w32-in (w32proc.o): Depend on character.h.
22543
22544 2008-02-01 Jason Rumney <jasonr@gnu.org>
22545
22546 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
22547
22548 * w32menu.c (syms_of_w32menu): Likewise.
22549
22550 * w32proc.c (syms_of_ntproc): Likewise.
22551
22552 * w32select.c (syms_of_w32select): Likewise.
22553
22554 * w32term.c (syms_of_w32term): Likewise.
22555
22556 2008-02-01 Jason Rumney <jasonr@gnu.org>
22557
22558 * w32font.c (w32font_draw): Delete brush after using it.
22559
22560 2008-02-01 Jason Rumney <jasonr@gnu.org>
22561
22562 * w32font.c (w32font_open): Don't set font_idx.
22563 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
22564 to font settings.
22565 (w32font_draw): Fill background explicitly.
22566
22567 2008-02-01 Jason Rumney <jasonr@gnu.org>
22568
22569 * w32term.c (w32_initialize): Don't call w32font_initialize.
22570
22571 * w32font.c (w32font_info): Remove subranges.
22572 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
22573 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
22574 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
22575 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
22576 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
22577 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
22578 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
22579 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
22580 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
22581 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
22582 New symbols.
22583 (font_callback_data): New struct.
22584 (w32font_list, w32font_match): Use it.
22585 (w32font_open): Don't populate subranges.
22586 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
22587 (w32font_encode_char): Always return unicode code-point as-is.
22588 (w32font_text_extents): Supply a transformation matrix to
22589 GetGlyphOutline. Never look up by glyph index. Avoid looping
22590 twice. Use unicode version of GetTexExtentPoint32 instead of
22591 glyph index version.
22592 (set_fonts_frame): Remove.
22593 (w32_enumfont_pattern_entity): Add frame parameter, use it to
22594 set frame parameter. Use backward compatible fake foundries.
22595 Save generic family in extra slot under QCfamily. Make width slot
22596 constant. Save QCspacing value. Save list of scripts instead of
22597 binary subranges.
22598 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
22599 (add_font_entity_to_list): Use font_callback_data struct.
22600 Filter unwanted fonts.
22601 (add_one_font_entity_to_list): Use font_callback_data struct.
22602 (w32_registry): Default to iso10646_1.
22603 (fill_in_logfont): Use dpi from extra slot. Don't bother with
22604 string font registries. Don't fill in font name if it is a generic
22605 family name, fill family instead. Use spacing, family and script
22606 extra info to fill pitch, family and charset fields.
22607 (list_all_matching_fonts): Use font_callback_data struct.
22608 (unicode_range_for_char): Remove.
22609 (font_supported_scripts): New function.
22610 (w32font_initialize): Remove.
22611 (syms_of_w32font): Update which symbols are defined.
22612
22613 2008-02-01 Jason Rumney <jasonr@gnu.org>
22614
22615 * font.c (font_pixel_size): Reverse assq_no_quit args.
22616
22617 * w32term.h (FONT_WIDTH): Report max width, not average.
22618 (FONT_MAX_WIDTH): Remove.
22619 (FONT_AVG_WIDTH): New macro.
22620
22621 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
22622 redefinition of FONT_WIDTH.
22623
22624 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
22625 (w32_cache_char_metrics): Use FONT_WIDTH.
22626
22627 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
22628
22629 2008-02-01 Jason Rumney <jasonr@gnu.org>
22630
22631 * w32font.c (w32font_open): Make lfHeight negative.
22632
22633 * w32fns.c (x_default_font_parameter): Use new style font name.
22634 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
22635
22636 2008-02-01 Jason Rumney <jasonr@gnu.org>
22637
22638 * w32font.c (QCsubranges): New symbol.
22639 (w32font_open, w32font_has_char): Get subranges from subproperty
22640 of extra.
22641 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
22642 (syms_of_w32font): Define :subranges symbol.
22643
22644 * font.c (font_put_extra): Expose externally.
22645
22646 * font.h (font_put_extra): Move declaration from font.c.
22647
22648 * font.c (Ffont_get): Use font driver to determine otf capability.
22649 (adjust_anchor): Check if driver defines anchor_point before using.
22650
22651 * w32font.c (w32font_open): Handle size, height and pixel_size better.
22652 (w32font_draw): Use options.
22653 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
22654 Fix detection of truetype fonts.
22655 (registry_to_w32_charset): Handle charsets other than iso8859-1
22656 expressed as lisp symbols.
22657 (w32_registry): Express charset as lisp symbol.
22658 (fill_in_logfont): Reverse pixel and point height logic.
22659 Don't set width here. Set quality to default.
22660
22661 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
22662 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
22663
22664 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
22665 Remove redundant loop and allocation.
22666
22667 * makefile.w32-in (font.o, w32font.o): New objects.
22668 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
22669 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
22670
22671 * xdisp.c (fill_composite_glyph_string): Make the first arg to
22672 STORE_XCHARB a valid l-value.
22673
22674 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
22675 calculations for non-Truetype fonts.
22676 (x_draw_glyph_string): Sync with xterm.c.
22677 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
22678 Remove redundant code.
22679 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
22680
22681 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
22682 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
22683
22684 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
22685 (x_to_w32_charset, w32_to_x_charset): Expose externally.
22686
22687 * w32font.c: New file for w32 font backend.
22688
22689 2008-02-01 Kenichi Handa <handa@m17n.org>
22690
22691 * term.c: Don't include "buffer.h" twice.
22692
22693 2008-02-01 Kenichi Handa <handa@m17n.org>
22694
22695 * character.c (Funibyte_string): New function.
22696 (syms_of_character): Defsubr it.
22697
22698 2008-02-01 Jason Rumney <jasonr@gnu.org>
22699
22700 * w32term.c [USE_FONT_BACKEND]:
22701 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
22702 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
22703 (x_draw_glyph_string, x_draw_glyph_string_foreground)
22704 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
22705 (x_free_frame_resources): Sync with xterm.c.
22706
22707 2008-02-01 Andreas Schwab <schwab@suse.de>
22708
22709 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
22710 char-table size.
22711
22712 2008-02-01 Kenichi Handa <handa@m17n.org>
22713
22714 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
22715
22716 2008-02-01 Kenichi Handa <handa@m17n.org>
22717
22718 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
22719 font_otf_gpos, add font_drive_otf.
22720
22721 * fontset.c (fontset_find_font): Pay attention to font size
22722 specified for a font.
22723 (reorder_font_vector): Check contents of font_def.
22724
22725 * font.c (struct otf_list): Delete it.
22726 (otf_list): Make it a lisp variable.
22727 (otf_open): Use lispy otf_list.
22728 (generate_otf_features): Rename from parse_gsub_gpos_spec.
22729 (check_otf_features): New function.
22730 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
22731 New functions.
22732 (font_drive_otf): New function merging font_otf_gsub and
22733 font_otf_gpos.
22734 (font_open_for_lface): New arg spec. Change argument order.
22735 (font_load_for_face): Adjust for the change of font_open_for_lface.
22736 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
22737 Ffont_otf_gpos.
22738 (syms_of_font): Staticpro otf_list. Delete defsubr of
22739 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
22740
22741 * xfaces.c (set_font_frame_param): Adjust for the change of
22742 font_open_for_lface.
22743
22744 * font.h (font_open_for_lface): Adjust prototype.
22745 (struct font_driver): Delete members otf_gsub and otf_gpos, add
22746 member otf_drive.
22747 (font_otf_gsub, font_otf_gpos): Delete externs.
22748 (font_drive_otf): Extern it.
22749
22750 2008-02-01 Kenichi Handa <handa@m17n.org>
22751
22752 * font.c (font_at): If the window W is not on a window system,
22753 return Qnil.
22754
22755 * coding.c (produce_chars, encode_coding): Don't call
22756 insert_from_gap if no characters to produce.
22757
22758 2008-02-01 Kenichi Handa <handa@m17n.org>
22759
22760 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
22761 Fclear_face_cache.
22762
22763 * xfaces.c (face_for_font): Check also face->font==font->font.font.
22764
22765 2008-02-01 Miles Bader <miles@gnu.org>
22766
22767 * emacs.c (main): Change default value of `enable_font_backend' to 1.
22768 Parse "--disable-font-backend" option.
22769 (standard_args): Add "--disable-font-backend" option.
22770
22771 2008-02-01 Kenichi Handa <handa@m17n.org>
22772
22773 * fontset.c (fontset_find_font): New function.
22774 (fontset_font): Use fontset_find_font.
22775 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
22776 Register the specified font for all Latin characters.
22777 (new_fontset_from_font): Register the specified font for all Latin
22778 characters.
22779 (dump_fontset): For a realized fontset, include the base fontset
22780 name in the returned vector.
22781
22782 2008-02-01 Kenichi Handa <handa@m17n.org>
22783
22784 * character.h (CHAR_STRING): Cast C to unsigned on calling
22785 char_string.
22786
22787 * character.c (char_string): Type of arg C changed to unsigned.
22788 Signal an error if C is an invalid character code.
22789
22790 * editfns.c (general_insert_function, Fchar_to_string):
22791 Use CHARACTERP, not INTEGERP.
22792
22793 2008-02-01 Kenichi Handa <handa@m17n.org>
22794
22795 * character.h (MIN_MULTIBYTE_LEADING_CODE)
22796 (MAX_MULTIBYTE_LEADING_CODE): New macros.
22797
22798 * regex.c (analyse_first): Fix for multibyte characters in "case
22799 charset:" and "case categoryspec:".
22800
22801 2008-02-01 Andreas Schwab <schwab@suse.de>
22802
22803 * Makefile.in (LIBES): Move standard libraries to the end.
22804
22805 2008-02-01 Kenichi Handa <handa@m17n.org>
22806
22807 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
22808 nonzero, don't shrink the buffer nextb.
22809
22810 * buffer.h (struct buffer_text): New member inhibit_shrinking.
22811
22812 * coding.c (coding_alloc_by_making_gap): New arg offset.
22813 (alloc_destination): Call coding_alloc_by_making_gap with the arg
22814 offset.
22815 (decode_coding_iso_2022): Update coding->safe_charsets.
22816 (decode_coding_gap): Temporarily set
22817 current_buffer->text->inhibit_shrinking to 1.
22818
22819 2008-02-01 Kenichi Handa <handa@m17n.org>
22820
22821 * xterm.c (x_draw_composite_glyph_string_foreground):
22822 Fix indexing into elements of s->cmp and s->char2b.
22823
22824 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
22825
22826 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
22827
22828 2008-02-01 Kenichi Handa <handa@m17n.org>
22829
22830 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
22831 target_multibyte instead of multibyte.
22832 (re_match_2_internal): Call bcmp_translate with target_multibyte.
22833 (bcmp_translate): Change the argument name from multibyte to
22834 target_multibyte.
22835
22836 2008-02-01 Kenichi Handa <handa@m17n.org>
22837
22838 These changes are to compile a regexp into a pattern that can be
22839 used both for multibyte and unibyte targets.
22840
22841 * Makefile.in (search.o): Depend on charset.h.
22842
22843 * character.c (multibyte_char_to_unibyte_safe): New function.
22844
22845 * search.c: Include "charset.h".
22846 (compile_pattern_1): Delete argument multibyte. Don't set
22847 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
22848 (compile_pattern): Don't compare cp->buf.target_multibyte.
22849 Compare cp->buf.charset_unibyte.
22850 (compile_pattern): Set cp->buf.target_multibyte.
22851
22852 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
22853
22854 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
22855
22856 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
22857 multibyte. Change callers.
22858 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
22859 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
22860 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
22861 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
22862 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
22863 (regex_compile): Make the compiled pattern usable both for
22864 multibyte and unibyte targets.
22865 (analyse_first): Make the fastmap usable both for multibyte and
22866 unibyte targets.
22867 (TRANSLATE_VIA_MULTIBYTE): Delete.
22868 (re_match_2_internal): Pay attention to the case that the
22869 multibyteness of bufp and target may be different.
22870
22871 2008-02-01 Kenichi Handa <handa@m17n.org>
22872
22873 * xdisp.c (x_produce_glyphs): When a font is not found, make the
22874 empty box occupy at least one column width.
22875
22876 2008-02-01 Miles Bader <miles@gnu.org>
22877
22878 * Makefile.in: Remove redundant HAVE_XFT clause.
22879
22880 2008-02-01 Kenichi Handa <handa@m17n.org>
22881
22882 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
22883
22884 2008-02-01 Kenichi Handa <handa@m17n.org>
22885
22886 * fontset.c (Finternal_char_font): Fix for the case of POSITION
22887 being nil.
22888
22889 2008-02-01 Kenichi Handa <handa@m17n.org>
22890
22891 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
22892
22893 2008-02-01 Kenichi Handa <handa@m17n.org>
22894
22895 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
22896
22897 2008-02-01 Kenichi Handa <handa@m17n.org>
22898
22899 * search.c (simple_search): Fix previous change.
22900
22901 2008-02-01 Kenichi Handa <handa@m17n.org>
22902
22903 * xftfont.c (ftfont_font_format): Extern declaration.
22904
22905 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
22906
22907 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
22908 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
22909
22910 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
22911 (ftfont_font_format): Fix previous change.
22912
22913 * font.h (Ffont_xlfd_name): EXFUN it.
22914
22915 * font.c (font_parse_xlfd): Fix the array size of `f'.
22916 (register_font_driver): Use EQ to compare driver->type.
22917
22918 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
22919 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
22920 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
22921
22922 2008-02-01 Kenichi Handa <handa@m17n.org>
22923
22924 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
22925 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
22926
22927 2008-02-01 Kenichi Handa <handa@m17n.org>
22928
22929 * xfont.c (xfont_open): Set font->format.
22930
22931 * xftfont.c (xftfont_open): Set font->format.
22932
22933 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
22934 (ftfont_list): Include FC_FONTFORMAT in FcObject.
22935 (ftfont_open): Set font->format.
22936 (ftfont_font_format): New function.
22937
22938 * font.h (struct font): New member format.
22939
22940 * font.c (Qopentype): New variable.
22941 (syms_of_font): Defsym it.
22942 (Fquery_font): Change the format of the last element of the return
22943 value.
22944
22945 2008-02-01 Kenichi Handa <handa@m17n.org>
22946
22947 * xfns.c (xic_create_xfontset): Try the default fontset name as a
22948 last resort.
22949
22950 2008-02-01 Kenichi Handa <handa@m17n.org>
22951
22952 * coding.c (detect_coding_charset): Fix detection of multi-byte
22953 charset.
22954
22955 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
22956
22957 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
22958
22959 2008-02-01 Kenichi Handa <handa@m17n.org>
22960
22961 * xdisp.c (get_next_display_element): Set it->face_id for the
22962 first component of a composition.
22963 (x_produce_glyphs): Check if the font is changed or not for composition.
22964
22965 2008-02-01 Kenichi Handa <handa@m17n.org>
22966
22967 * fontset.c (Qlatin): New variable.
22968 (syms_of_fontset): Define it as a lisp symbol.
22969 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
22970
22971 2008-02-01 Kenichi Handa <handa@m17n.org>
22972
22973 * font.c (font_unparse_fcname): Pay attention to the case that
22974 some of font property is a null string.
22975
22976 2008-02-01 Kenichi Handa <handa@m17n.org>
22977
22978 * term.c: Include "composite.h".
22979 (encode_terminal_code): Output all components of composition.
22980 Check the size of encode_terminal_src.
22981 (produce_glyphs): For composition, call produce_composite_glyph.
22982 (append_composite_glyph, produce_composite_glyph): New functions.
22983
22984 * xdisp.c (x_produce_glyphs): In handling composition, if a font
22985 is not found, get font_info from the current ascii face.
22986
22987 2008-02-01 Kenichi Handa <handa@m17n.org>
22988
22989 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
22990 buffer-file-name to Qnil before calling insert_from_buffer.
22991
22992 * font.c (font_unparse_fcname): Pay attention to the case that
22993 foundry is a null string.
22994
22995 2008-02-01 Kenichi Handa <handa@m17n.org>
22996
22997 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
22998
22999 * font.c (Qunicode_sip): New variable.
23000 (syms_of_font): Declare it as a Lisp symbol.
23001
23002 * font.h (Qunicode_sip): Extern it.
23003
23004 2008-02-01 Kenichi Handa <handa@m17n.org>
23005
23006 * composite.c (get_composition_id): Pay attention to TAB component.
23007
23008 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
23009 TAB. Adjust for the change of s->char2b which always points to
23010 the first element of allocated memory.
23011
23012 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
23013
23014 * xdisp.c (handle_composition_prop): Set it->c to the first
23015 non-TAB component.
23016 (fill_composite_glyph_string): Change argument.
23017 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
23018 (x_produce_glyphs): Fix handling of left/right padding.
23019
23020 2008-02-01 Kenichi Handa <handa@m17n.org>
23021
23022 * coding.c (detect_coding_system): Fix for handling off
23023 inhibit_iso_escape_detection. Fix for the case that no coding
23024 system is defined for a specific coding category.
23025
23026 2008-02-01 Kenichi Handa <handa@m17n.org>
23027
23028 * font.c (font_matching_entity): Delete unused local var.
23029
23030 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
23031 opening a font.
23032
23033 * fileio.c (Finsert_file_contents): On recovering a file, assume
23034 Unix-like eol.
23035 (choose_write_coding_system): On auto-saving a file, force
23036 Unix-like eol.
23037
23038 * coding.c (setup_coding_system): Fix setting of
23039 coding->common_flags based on eol_type.
23040 (coding_inherit_eol_type): If PARENT is not nil, be sure to
23041 inherit from it.
23042
23043 2008-02-01 Kenichi Handa <handa@m17n.org>
23044
23045 * alloc.c (NSTATICS): Increas to 0x600.
23046
23047 2008-02-01 Kenichi Handa <handa@m17n.org>
23048
23049 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
23050 (ftfont_list): Don't check :name property.
23051 (ftfont_match): New function.
23052 (ftfont_pattern_entity): If the pattern doesn't contain
23053 FC_SPACING, don't assume FC_MONO.
23054
23055 * font.h (struct font_driver): New member `match'.
23056 (font_update_drivers): Adjust prototype.
23057
23058 * font.c (font_parse_fcname, font_parse_name): Don't change :name
23059 property of FONT.
23060 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring):
23061 Define them unconditionally.
23062 (font_matching_entity): New function.
23063 (font_open_by_name): Try font_matching_entity if exact match is
23064 not found.
23065 (font_update_drivers): Delete the arg FONT. Return a list of
23066 actually used backends. Don't free faces, font caches here.
23067 Don't store data in frame parameters. Don't call x_set_font.
23068 (Ffont_spec): Store :name property as is.
23069 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
23070 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
23071 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
23072 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
23073 Call font->driver->otf_gsub instead of font_otf_gsub.
23074
23075 * frame.c (x_set_font_backend): Do more works that were done in
23076 font_update_drivers before.
23077
23078 * xfont.c (xfont_match): New function.
23079 (xfont_driver): Set xfont_driver.match to xfont_match.
23080 (xfont_draw): Set font in GC if necessary.
23081
23082 * ftxfont.c (ftxfont_match): New function.
23083 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
23084
23085 * xftfont.c (xftfont_match): New function.
23086 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
23087
23088 2008-02-01 Kenichi Handa <handa@m17n.org>
23089
23090 * font.h (struct font): New member scalable.
23091 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
23092 (font_otf_gsub): Adjust prototype.
23093
23094 * font.c (font_otf_capability): Fix handling of the default langsys.
23095 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
23096 Check the contents of SPEC.
23097 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
23098 (check_gstring): New function.
23099 (REPLACEMENT_CHARACTER): New macro.
23100 (font_otf_gsub): New arg alternate_subst. Be sure to set all
23101 glyph codes of GSTRING.
23102 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
23103 (font_prepare_composition): Set cmp->glyph_len.
23104 (font_open_entity): Set font->scalable.
23105 (Ffont_get): Handle :otf property.
23106 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates):
23107 New functions.
23108 (Fquery_font): Use font->font.full_name.
23109 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
23110 Sfont_otf_alternates.
23111
23112 * ftfont.c (ftfont_open): Set font->font.full_name and
23113 font->font.name properly. Fix calculation of font->font.height
23114 and font->min_width.
23115
23116 * ftxfont.c (ftxfont_create_gcs): New function.
23117 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
23118 (ftxfont_draw_backgrond): Fix filling region.
23119 (ftxfont_default_fid): New function.
23120 (ftxfont_open): Set xfont->fid to the return value of
23121 ftxfont_default_fid.
23122 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
23123 (ftxfont_done_face): Free only GCs that are created by
23124 ftxfont_create_gcs.
23125 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
23126
23127 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
23128 Clip to src->width, etc (not src->clip_XXX).
23129
23130 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
23131 FontBackend frame parameter.
23132
23133 2008-02-01 Kenichi Handa <handa@m17n.org>
23134
23135 * font.h (struct font_driver_list): New member `on'.
23136 (Fclear_font_cache): EXFUN it.
23137 (font_update_drivers): Extern it.
23138
23139 * font.c (font_unparse_fcname): Fix typo (swidth->width).
23140 (font_list_entities): Check driver_list->on.
23141 (register_font_driver): Initialize `on' member to 0.
23142 (font_update_drivers): New function.
23143 (Fclear_font_cache): Check driver_list->on.
23144
23145 * frame.h (Qfont_backend): Extern it.
23146 (x_set_font_backend): Extern it.
23147
23148 * frame.c (Qfont_backend): New variable.
23149 (frame_parms): New element for font-backend.
23150 (x_set_font_backend): New function.
23151
23152 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
23153 FontBackend frame parameter.
23154 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
23155 x_set_font_backend.
23156
23157 * xfont.c (xfont_list): Don't try listing by :name property if the
23158 name is not for XLFD.
23159
23160 2008-02-01 Kenichi Handa <handa@m17n.org>
23161
23162 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
23163 (LGLYPH_SET_TO): New macros.
23164 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
23165 element of G is vector or not.
23166 (font_at): Extern it.
23167
23168 * font.c: Include window.h.
23169 (font_lispy_object): New function.
23170 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
23171 end of valid glyph.
23172 (font_close_object): Fix getting (struct font *).
23173 (font_at): New function.
23174 (Ffont_get): If FONT is a font-object, get entity from it.
23175 (Ffont_make_gstring): Initialize elements of glyphs with nil.
23176 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX.
23177 Fix range check.
23178 (Ffont_at): New function.
23179 (syms_of_font): Defsubr Sfont_at.
23180
23181 * xdisp.c (it_props): Move the entry for Qauto_composed to just
23182 before the entry for Qcomposition.
23183 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
23184 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
23185 the font in gstring.
23186 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
23187 LGLYPH_FORM (g) to detect the end of valid glyph.
23188 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
23189 we are composing with gstring.
23190
23191 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
23192 Check if adjustment is vector or not.
23193
23194 * Makefile.in (font.o): Make it depends on window.h.
23195
23196 2008-02-01 Kenichi Handa <handa@m17n.org>
23197
23198 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
23199 adjustment is vector or not.
23200
23201 2008-02-01 Miles Bader <miles@gnu.org>
23202
23203 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
23204
23205 2008-02-01 Kenichi Handa <handa@m17n.org>
23206
23207 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
23208 (LGLYPH_SET_WIDTH): Adjust for the change of LGLYPH format.
23209 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
23210
23211 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
23212 (DEVICE_DELTA): Fix typo.
23213 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
23214 LGLYPH format.
23215
23216 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
23217 the change of LGLYPH format.
23218
23219 2008-02-01 Kenichi Handa <handa@m17n.org>
23220
23221 * ftfont.c (ftfont_list): Fix typo.
23222 (ftfont_build_basic_charsets): Don't include letters with diacritics.
23223
23224 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
23225
23226 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
23227
23228 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
23229 xftface_info is non-NULL.
23230
23231 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
23232
23233 * ftfont.c (ftfont_list): Move misplaced #endif.
23234
23235 2008-02-01 Kenichi Handa <handa@m17n.org>
23236
23237 * ftfont.c (ftfont_list): Pay attention to the case that
23238 FC_CAPABILITY is not defined.
23239
23240 2008-02-01 Kenichi Handa <handa@m17n.org>
23241
23242 * xftfont.c (xftfont_open): Set charset related members to -1.
23243
23244 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
23245 QCname.
23246 (ftfont_open): Set charset related members to -1.
23247
23248 * fontset.c (Votf_script_alist): New variable.
23249 (syms_of_fontset): Initialize it.
23250 (fontset_font): Delete unused variable.
23251
23252 * fontset.h (Votf_script_alist): Extern it.
23253
23254 * font.c (font_find_for_lface): Optimize code.
23255
23256 * font.h (font_close_object, font_merge_old_spec): Extern them.
23257
23258 2008-02-01 Kenichi Handa <handa@m17n.org>
23259
23260 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
23261 (syms_of_font): Initialize them.
23262 (font_pixel_size): Allow float value in dpi.
23263 (font_prop_validate_type): Delete.
23264 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
23265 Change caller.
23266 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
23267 (font_prop_validate_extra): Delete.
23268 (font_prop_validate_spacing): New function.
23269 (font_property_table): Add elements for all known properties.
23270 (get_font_prop_index): Rename from check_font_prop_name.
23271 New argument FROM. Change caller.
23272 (font_prop_validate): Validate all known properties.
23273 (font_put_extra): Delete argument force. Change caller.
23274 (font_expand_wildcards): Make it static. Fix the way of shrinking
23275 the possible range.
23276 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
23277 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
23278 Change caller.
23279 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
23280 (font_parse_fcname): Delete argument merge. Fix parsing of point
23281 size. Don't validate properties values here. Change caller.
23282 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
23283 (font_open_by_name): Delete unused variable.
23284 (Ffont_spec): Likewise. Validate property values.
23285 (Ffont_match_p): New function.
23286
23287 * font.h (QCscalable): Extern it.
23288 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
23289
23290 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
23291
23292 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
23293 (xfont_list_pattern): New function.
23294 (xfont_list): Use xfont_list_pattern.
23295
23296 2008-02-01 Kenichi Handa <handa@m17n.org>
23297
23298 * font.h (Flist_fonts): EXFUN it.
23299
23300 2008-02-01 Jason Rumney <jasonr@gnu.org>
23301
23302 * w32term.c (w32_initialize): Add back smoothing_type and
23303 smoothing_enabled definitions.
23304
23305 2008-02-01 Kenichi Handa <handa@m17n.org>
23306
23307 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
23308 s->face->font on determining underline position.
23309
23310 2008-02-01 Kenichi Handa <handa@m17n.org>
23311
23312 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
23313 (font_has_char): Accept font-object too.
23314 (font_find_for_lface): Try at first with a size specified in face.
23315
23316 2008-02-01 Kenichi Handa <handa@m17n.org>
23317
23318 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
23319 font_open_by_name.
23320
23321 2008-02-01 Kenichi Handa <handa@m17n.org>
23322
23323 * font.h (QCspacing, QCdpi): Extern them.
23324 (enum font_spacing): New enum.
23325 (FONT_PIXEL_SIZE_QUANTUM): New macro.
23326
23327 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
23328 (QCspacing, QCdpi): New variables.
23329 (syms_of_font): Initialize them.
23330 (font_pixel_size): New function.
23331 (font_put_extra): New function.
23332 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
23333 in FONT_EXTRA.
23334 (font_parse_fcname): Handle enumerated values (e.g. bold).
23335 Fix handling font size. Add QCname property that contains only
23336 unknown properties.
23337 (font_score): Change argument. Change caller. Pay attention to
23338 FONT_PIXEL_SIZE_QUANTUM.
23339 (font_sort_entites, font_list_entities, font_find_for_lface)
23340 (font_open_for_lface, font_open_by_name): Fix handling of font size.
23341 (Ffont_spec): Add QCname property that contains only unknown properties.
23342
23343 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq.
23344 Don't include weight in listing pattern, instead check weight of each
23345 listed font. Don't include scalable in pattern. Pay attention to
23346 FONT_PIXEL_SIZE_QUANTUM.
23347
23348 2008-02-01 Kenichi Handa <handa@m17n.org>
23349
23350 * font.c (font_parse_fcname): Fix parsing of point-size.
23351 (font_unparse_fcname): Produce symbolic names for style properties.
23352 (font_list_entities): Handle float size correctly.
23353 (font_open_by_name): Prefer `normal' property values if the name
23354 doesn't specify them.
23355
23356 * fontset.c (Finternal_char_font): Use font_get_name, not
23357 Ffont_xlfd_name.
23358
23359 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
23360 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
23361 pattern. Don't force scalable.
23362
23363 * xftfont.c (xftfont_open): For generating a name, start from
23364 96-byte buffer.
23365
23366 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
23367
23368 * frame.h (x_new_fontset2): Fix prototype.
23369
23370 2008-02-01 Kenichi Handa <handa@m17n.org>
23371
23372 * font.h (struct font_driver): Delete member parse_name.
23373 (font_match_p, font_get_spec, font_parse_fcname)
23374 (font_unparse_fcname): Extern them.
23375 (font_get_name): Adjust prototype.
23376
23377 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
23378 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
23379 (font_expand_wildcards): Fix handling ENCODING field.
23380 Avoid unnecessary checks for weight, slant, and swidth.
23381 (font_parse_fcname): New function.
23382 (font_unparse_fcname): New function.
23383 (font_parse_name): New function.
23384 (font_match_p): New function.
23385 (font_get_name): Change return value to Lisp string.
23386 (font_get_spec): New function.
23387 (Qunspecified, Qignore_defface): Don't extern them.
23388 (font_find_for_lface): Assume that LFACE is fully specified.
23389 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
23390 object, use it for FACE.
23391 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
23392 driver->parse_name.
23393 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
23394
23395 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
23396 prototype.
23397
23398 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
23399 argument F. Don't call Fnew_fontset. Instead, directly call
23400 make_fontset.
23401
23402 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
23403
23404 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
23405 of x_new_fontset2.
23406
23407 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
23408 (Qsans__serif): New variables.
23409 (ftfont_generic_family_list): New variable.
23410 (syms_of_ftfont): Initialize the above variables.
23411 (ftfont_pattern_entity): Delete argument NAME.
23412 (ftfont_list_generic_family): New function.
23413 (ftfont_parse_name): Delete this function.
23414 (ftfont_list): Try generic family only when FcFontList found no font.
23415 (ftfont_list_family): Fix args to FcObjectSetBuild.
23416
23417 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
23418 object in attrs[LFACE_FONT_INDEX].
23419 (set_lface_from_font_name): Cancel all changes for font-backend.
23420 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
23421 function.
23422 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
23423 font object in QCfont attribute.
23424 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
23425 (realize_default_face) [USE_FONT_BACKEND]: Call
23426 set_lface_from_font_and_fontset.
23427
23428 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
23429 "fixed", and signal error here if no suitable font was found.
23430
23431 * xfont.c (xfont_parse_name): Delete this function.
23432
23433 * xftfont.c (xftfont_open): Change coding style of error
23434 handling. Generate fontconfig's fontname pattern.
23435
23436 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
23437 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
23438
23439 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
23440 Both args FONTSET and FONT_OBJECT must be existing ones.
23441
23442 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23443
23444 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
23445
23446 2008-02-01 Kenichi Handa <handa@m17n.org>
23447
23448 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
23449
23450 * font.h (struct font): Fix typo.
23451
23452 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
23453 XLFD_XXX_INDEX.
23454 (enum xlfd_field_mask): New enum.
23455 (intern_font_field): Change argument. Change caller. If digits
23456 are followed by non-digits, return a symbol.
23457 (font_expand_wildcards): New function.
23458 (font_parse_xlfd): Fix wildcard handling.
23459 (Ffont_spec): If :name is specified, reflect the info in the other
23460 properties.
23461
23462 * ftfont.c (ftfont_pattern_entity): Fix typo.
23463 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
23464 locale.
23465
23466 2008-02-01 Kenichi Handa <handa@m17n.org>
23467
23468 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
23469
23470 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
23471 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
23472 registry doesn't specify encoding part.
23473 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
23474 (font_open_by_name): At first try parsing the name.
23475 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
23476 as Lisp symbols.
23477
23478 * fontset.c (reorder_font_vector): Pay attention to the case that
23479 the 3rd element of font_def is nil.
23480 (fontset_font): For the default fontset, append one more fontset
23481 elements for a script-based font specification. Don't add script
23482 attribute on finding a font.
23483 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
23484 font name.
23485 (fontset_ascii_font): If a font can't be opened, return nil.
23486
23487 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
23488 (ftfont_pattern_entity): New function.
23489 (ftfont_get_cache): Assume that freetype_font_cache is already
23490 initialized.
23491 (ftfont_list): Handle the case that a file is specified in font
23492 name. Use ftfont_pattern_entity to generate entities.
23493 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
23494 (syms_of_ftfont): Initialize freetype_font_cache.
23495
23496 * xftfont.c (xftfont_open): Make the font name fontconfig's
23497 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
23498 (xftfont_close): Free font->font.name if not NULL.
23499
23500 * xfont.c (xfont_list): If script is specified for a font, return
23501 null_vector.
23502 (xfont_list_family): Declare argument type.
23503
23504 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
23505 name, set LFACE_FONT (lface) to nil.
23506
23507 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
23508 return Qnil.
23509
23510 2008-02-01 Kenichi Handa <handa@m17n.org>
23511
23512 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
23513 (standard_args): Add "-enable-font-backend".
23514
23515 2008-02-01 Kenichi Handa <handa@m17n.org>
23516
23517 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
23518 (struct xftdraw_list, xftdraw_list): Delete them.
23519 (register_xftdraw, check_xftdraw): Delete them.
23520 (xftfont_prepare_face): Don't call register_xftdraw.
23521 (xftfont_done_face): Don't call check_xftdraw.
23522 (xftfont_draw): Get background color only when with_background is
23523 nonzero.
23524
23525 * xfont.c (xfont_encode_char): Fix calculation of char2b.
23526
23527 2008-02-01 Kenichi Handa <handa@m17n.org>
23528
23529 These changes are for the new font handling codes.
23530
23531 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
23532 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
23533 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
23534 (FONTSRC, FONTOBJ): New variables.
23535 (obj): Add $(FONTOBJ).
23536 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
23537 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
23538 @LIBOTF_LIBS@.
23539 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
23540 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
23541
23542 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
23543
23544 * character.h (Vscript_representative_chars): Extern it.
23545
23546 * character.c (Vscript_representative_chars): New variable.
23547 (syms_of_character): Declare it as a Lisp variable.
23548
23549 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
23550 enable_font_backend is nonzero, accept the composition method
23551 COMPOSITION_WITH_GLYPH_STRING.
23552
23553 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
23554 enumeration COMPOSITION_WITH_GLYPH_STRING.
23555
23556 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
23557 members clip_x, clip_y, clip_width, and clip_height.
23558 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
23559
23560 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
23561 --enable-font-backend. Call syms_of_font.
23562
23563 * fns.c (assoc_no_quit): New function.
23564
23565 * fontset.h (FONT_INFO_FROM_FACE): New macro.
23566 (face_for_font, new_fontset_from_font)
23567 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
23568
23569 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
23570 (fontset_font, fontset_ascii, face_for_char)
23571 (make_fontset_for_ascii_face, Ffont_info)
23572 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
23573 is nonzero, use font-backend mechanism.
23574 (find_font_encoding): Make it non-static.
23575 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
23576 New functions.
23577
23578 * frame.h (struct frame): New members resx and resy.
23579 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
23580 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
23581
23582 * frame.c [USE_FONT_BACKEND]: Include "font.h".
23583 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
23584
23585 * lisp.h (assoc_no_quit): Extern it.
23586
23587 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
23588 Through out the file, use FONT_INFO_FROM_FACE instead of
23589 FONT_INFO_FROM_ID, use get_per_char_metric instead of
23590 rif->per_char_metric.
23591 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
23592 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
23593 (get_glyph_face_and_encoding, fill_composite_glyph_string)
23594 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
23595 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
23596 nonzero, use font-backend mechanism.
23597 (get_per_char_metric): New function.
23598
23599 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
23600 (set_lface_from_font_name)
23601 (set_font_frame_param, free_realized_face)
23602 (prepare_face_for_display, clear_face_gcs)
23603 (Finternal_set_font_selection_order, realize_x_face)
23604 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
23605 font-backend mechanism.
23606 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
23607 (load_face_font) [USE_FONT_BACKEND]: Abort.
23608 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
23609 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
23610
23611 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
23612 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
23613 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
23614 nonzero, register all available font drivers.
23615 Call x_default_font_parameter for deciding a font.
23616 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
23617
23618 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
23619 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
23620 (x_set_glyph_string_clipping_exactly)
23621 (x_compute_glyph_string_overhangs)
23622 (x_draw_glyph_string_foreground)
23623 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
23624 (x_free_frame_resources) [USE_FONT_BACKEND]: If
23625 enable_font_backend is nonzero, use font-backend mechanism.
23626 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
23627
23628 2008-02-01 Kenichi Handa <handa@m17n.org>
23629
23630 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
23631 system_eol_type.
23632 (syms_of_coding): Initialize system_eol_type.
23633
23634 * process.c (Fset_process_coding_system): Inherit system's eol
23635 format if necessary.
23636
23637 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23638
23639 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
23640
23641 2008-02-01 Kenichi Handa <handa@m17n.org>
23642
23643 * coding.c (decode_eol): Pay attention to buffer relocation in
23644 del_range_2.
23645 (decode_coding): Call decode_eol before restoring undo_list.
23646
23647 2008-02-01 Kenichi Handa <handa@m17n.org>
23648
23649 * charset.c (Fdefine_charset_internal): Fix setting of
23650 emacs_mule_bytes.
23651
23652 2008-02-01 Kenichi Handa <handa@m17n.org>
23653
23654 * keyboard.c (read_char): Check if C is a character or not before
23655 looking up Vkeyboard_translate_table.
23656
23657 2008-02-01 Kenichi Handa <handa@m17n.org>
23658
23659 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION):
23660 Fix condition to terminate the loop.
23661
23662 2008-02-01 Kenichi Handa <handa@m17n.org>
23663
23664 * coding.c (produce_composition): Compare charbuf[i] instead of
23665 args[i] against 0.
23666 (Fterminal_coding_system): Use EQ to compare Lisp objects.
23667
23668 2008-02-01 Kenichi Handa <handa@m17n.org>
23669
23670 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
23671 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
23672 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
23673 detect_coding.
23674 (emacs_mule_char): Handle old style (Emacs 20) component character
23675 of a composition.
23676 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
23677 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
23678 composition rule.
23679 (decode_coding_emacs_mule): Handle invalid bytes correctly.
23680
23681 2008-02-01 Kenichi Handa <handa@m17n.org>
23682
23683 * coding.c (encode_coding_ccl): Allocate destination dynamically
23684 when necessary.
23685
23686 2008-02-01 Kenichi Handa <handa@m17n.org>
23687
23688 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
23689 the loop. When quitted, show a proper error message.
23690
23691 2008-02-01 Kenichi Handa <handa@m17n.org>
23692
23693 * xterm.c (x_set_glyph_string_clipping_exactly):
23694 Set src->clip_head and src->clip_tail temporarily instead of src->hl.
23695
23696 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
23697 character sequence.
23698 (Fccl_execute_on_string): Use ASET, not XSET.
23699
23700 2008-02-01 Kenichi Handa <handa@m17n.org>
23701
23702 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
23703
23704 2008-02-01 Kenichi Handa <handa@m17n.org>
23705
23706 * coding.c (decode_coding): Fix the condition of terminating the
23707 decoding loop.
23708
23709 2008-02-01 Kenichi Handa <handa@m17n.org>
23710
23711 * data.c (Faset): On setting a character bigger than 255 in a
23712 unibyte string, signal an error instead of make the string multibyte.
23713
23714 2008-02-01 Kenichi Handa <handa@m17n.org>
23715
23716 * charset.c (map_charset_chars): Fix for ascii-compatible charset
23717 made by a mapping table.
23718
23719 2008-02-01 Kenichi Handa <handa@m17n.org>
23720
23721 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
23722 not.
23723 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
23724 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
23725
23726 * xterm.c (x_draw_composite_glyph_string_foreground):
23727 Check s->face is NULL or not.
23728
23729 2008-02-01 Kenichi Handa <handa@m17n.org>
23730
23731 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
23732 (x_draw_glyph_string): Fix drawing of right_overhang and
23733 left_overhang around/on cursor.
23734
23735 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
23736
23737 2008-02-01 Kenichi Handa <handa@m17n.org>
23738
23739 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
23740
23741 2008-02-01 Kenichi Handa <handa@m17n.org>
23742
23743 * coding.c (Fdefine_coding_system_internal)
23744 (Fdefine_coding_system_alias): Avoid a duplicated element in
23745 Vcoding_system_alist.
23746
23747 2008-02-01 Kenichi Handa <handa@m17n.org>
23748
23749 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
23750
23751 * coding.c (Qcoding_system_define_form): New variable.
23752 (syms_of_coding): Intern and staticpro it.
23753 (Fcoding_system_p): Check Qcoding_system_define_form.
23754 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
23755
23756 * coding.h (CODING_SYSTEM_P): If ID is not available, call
23757 Fcoding_system_p.
23758 (CHECK_CODING_SYSTEM): If ID is not available, call
23759 Fcheck_coding_system.
23760 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
23761 Try also Fcheck_coding_system.
23762
23763 2008-02-01 Kenichi Handa <handa@m17n.org>
23764
23765 * coding.c (code_conversion_restore): GCPRO arg.
23766
23767 2008-02-01 Kenichi Handa <handa@m17n.org>
23768
23769 * character.c (lisp_string_width): Check multibyteness of STRING.
23770
23771 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23772
23773 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
23774 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
23775 (decode_mac_font_name): Use decode_coding_c_string instead of
23776 decode_coding.
23777 (x_load_font): Initialize fontp->fontset to -1.
23778 Set fontp->encoding_type.
23779
23780 2008-02-01 Kenichi Handa <handa@m17n.org>
23781
23782 * search.c (search_buffer): Give up BM search on case-fold-search
23783 if one of a target character has a case-equivalence of different
23784 byte length even if that target character is an ASCII.
23785 (simple_search): Fix calculation of byte length of matched text.
23786 (boyer_moore): Fix handling of case-equivalent multibyte characters.
23787
23788 2008-02-01 Kenichi Handa <handa@m17n.org>
23789
23790 * coding.c (decode_coding): Fix handling of invalid bytes.
23791
23792 2008-02-01 Kenichi Handa <handa@m17n.org>
23793
23794 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
23795 Unicode characters.
23796
23797 2008-02-01 Kenichi Handa <handa@m17n.org>
23798
23799 * coding.c (encode_coding_object): If a pre-write-conversion
23800 function makes a new buffer, kill it.
23801
23802 2008-02-01 Kenichi Handa <handa@m17n.org>
23803
23804 * coding.c (QCascii_compatible_p): New variable.
23805 (syms_of_coding): Initialize it.
23806 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
23807 calling string_char.
23808 (record_conversion_result): Add `default:' case.
23809 (coding_charset_list): Delete unused variable `coding_type'.
23810 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
23811 property in the plist of the coding system.
23812 (Fcoding_system_put): Check QCascii_compatible_p.
23813
23814 2008-02-01 Miles Bader <miles@gnu.org>
23815
23816 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
23817 removed calculation of frame `f', as it's now used.
23818
23819 2008-02-01 Kenichi Handa <handa@m17n.org>
23820
23821 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
23822 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
23823 (UNIDATA): New variable.
23824 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
23825 (bootstrap-emacs${EXEEXT}): Depends on charprop.el.
23826 Run $(RUN_TEMACS) unconditionally.
23827
23828 2008-02-01 Kenichi Handa <handa@m17n.org>
23829
23830 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
23831 (admindir): New variable.
23832 ($(lispsource)international/charprop.el): New target.
23833
23834 2008-02-01 Miles Bader <miles@gnu.org>
23835
23836 * character.c (chars-in-region): Remove obsolete function.
23837 (syms_of_character): Remove its initialization.
23838
23839 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
23840
23841 * w32select.c (validate_coding_system)
23842 (setup_windows_coding_system): New functions.
23843 (convert_to_handle_as_coded, Fw32_get_clipboard_data):
23844 Use setup_windows_coding_system.
23845 (setup_config, Fw32_get_clipboard_data):
23846 Use validate_coding_system.
23847 (Fx_selection_exists): Move call to setup_config to a place
23848 where signals are allowed.
23849
23850 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
23851 (Fcheck_coding_system): Add declarations.
23852
23853 2008-02-01 Kenichi Handa <handa@m17n.org>
23854
23855 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
23856
23857 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23858
23859 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
23860 string as the second argument for x_new_fontset.
23861
23862 2008-02-01 Kenichi Handa <handa@m17n.org>
23863
23864 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
23865 (encode_coding_object): Use safe_call instead of call2.
23866
23867 2008-02-01 Kenichi Handa <handa@m17n.org>
23868
23869 * fontset.c (Fset_fontset_font): Check family element of a given vector.
23870
23871 * Makefile.in (lisp): Include charprop.el.
23872
23873 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23874
23875 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
23876 Not sure if it's unnecessary.
23877
23878 2008-02-01 Steven Tamm <steventamm@mac.com>
23879
23880 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
23881 some possibly unnecessary fontset checking code that crashed
23882 when creating a new frame.
23883
23884 2008-02-01 Kenichi Handa <handa@m17n.org>
23885
23886 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
23887 lookup_face.
23888
23889 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
23890
23891 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
23892
23893 2008-02-01 Kenichi Handa <handa@m17n.org>
23894
23895 * coding.c: Cancel the change done in HEAD on 2008-02-01.
23896 (coding_charset_list): New function.
23897
23898 * coding.h (coding_charset_list): Extern it.
23899
23900 2008-02-01 Kenichi Handa <handa@m17n.org>
23901
23902 * fontset.c (Fset_fontset_font): Call find_font_encoding with
23903 concatenation of family and registry.
23904
23905 2008-02-01 Kenichi Handa <handa@m17n.org>
23906
23907 * character.h (BYTE8_STRING): Fix typo.
23908
23909 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
23910 string to multibyte (sync to HEAD).
23911
23912 * casefiddle.c (casify_region): Handle changes in byte-length
23913 using replace_range_2 (sync to HEAD).
23914
23915 2008-02-01 Andreas Schwab <schwab@suse.de>
23916
23917 * chartab.c (map_char_table): GCPRO table and arg.
23918
23919 2008-02-01 Kenichi Handa <handa@m17n.org>
23920
23921 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
23922 already at limit.
23923
23924 2008-02-01 Kenichi Handa <handa@m17n.org>
23925
23926 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
23927 instead of fast_c_string_match_ignore_case.
23928 (find_font_encoding): Change argument to Lisp_Object.
23929 Use fast_string_match_ignore_case instead of
23930 fast_c_string_match_ignore_case. Change caller.
23931
23932 2008-02-01 Kenichi Handa <handa@m17n.org>
23933
23934 * xdisp.c (get_next_display_element): In unibyte case, decide to
23935 display in octal form by checking a character by
23936 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
23937
23938 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
23939
23940 * character.c (unibyte_has_multibyte_table): New variable.
23941
23942 * character.h (unibyte_has_multibyte_table): Extern it.
23943 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
23944
23945 2008-02-01 Kenichi Handa <handa@m17n.org>
23946
23947 * coding.c (encode_coding_iso_2022): Fix handling of charset
23948 annotation.
23949
23950 2008-02-01 Kenichi Handa <handa@m17n.org>
23951
23952 * coding.c (setup_coding_system): If coding_system is nil, use
23953 Qundecided.
23954 (Fterminal_coding_system): Return nil if terminal coding system is
23955 `undecided'.
23956 (syms_of_coding): Define coding-system `undecided' here.
23957 Setup terminal_coding as `undecided'.
23958
23959 2008-02-01 Kenichi Handa <handa@m17n.org>
23960
23961 * xdisp.c (message_dolog, set_message_1):
23962 Call unibyte_char_to_multibyte with arg type int.
23963
23964 * lread.c (read1): Fix reading of a char-table.
23965
23966 * print.c (print_object): Include sub char-table in circularities
23967 detection.
23968
23969 2008-02-01 Kenichi Handa <handa@m17n.org>
23970
23971 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
23972 Append the found sequences in car of ARGS instead of prepending.
23973
23974 2008-02-01 Kenichi Handa <handa@m17n.org>
23975
23976 * fileio.c (report_file_error): Make a unibyte string from
23977 strerror (errorno).
23978 (Fsubstitute_in_file_name): Fix the arg to
23979 unibyte_char_to_multibyte. It is evaluated twice.
23980
23981 2008-02-01 Kenichi Handa <handa@m17n.org>
23982
23983 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
23984
23985 2008-02-01 Kenichi Handa <handa@m17n.org>
23986
23987 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
23988 BOM is not found.
23989 (detect_coding, detect_coding_system): Optimization for ISO-2022
23990 when no 8-bit data is found.
23991
23992 2008-02-01 Jason Rumney <jasonr@gnu.org>
23993
23994 * w32fns.c (x_to_w32_font): Update to use new coding struct.
23995
23996 2008-02-01 Kenichi Handa <handa@m17n.org>
23997
23998 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
23999 CHARS.
24000
24001 2008-02-01 Steven Tamm <steventamm@mac.com>
24002
24003 * macterm.c (mac_encode_char): Add charset argument and update
24004 to use encoding_type.
24005 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
24006 switch to pure fontset.
24007 (decode_mac_font_name): Temporarily remove decoding.
24008 (x_font_name_to_mac_font_name): Temporarily remove encoding.
24009 (x_load_font): Temporarily remove encoding.
24010
24011 2008-02-01 Kenichi Handa <handa@m17n.org>
24012
24013 * xfaces.c (Fface_font): If frame is not on a window system,
24014 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
24015 refer to face->font.
24016 (split_font_name_into_vector, build_font_name_from_vector)
24017 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
24018 when HAVE_WINDOW_SYSTEM is defined.
24019
24020 2008-02-01 Kenichi Handa <handa@m17n.org>
24021
24022 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
24023 (x_produce_glyphs): Fix setting of members of cmp in case
24024 cmp->glyph_len is zero.
24025
24026 * fontset.c (Fset_fontset_font): Fix docstring.
24027 (Ffontset_info): Make it backward compatible. New arg ALL.
24028
24029 2008-02-01 Kim F. Storm <storm@cua.dk>
24030
24031 * process.c (read_process_output): Grow decoding_buf when needed;
24032 this could cause a crash in allocate_string and compact_small_strings.
24033
24034 2008-02-01 Kenichi Handa <handa@m17n.org>
24035
24036 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
24037
24038 2008-02-01 Kenichi Handa <handa@m17n.org>
24039
24040 * coding.c (setup_coding_system): Set coding->common_flags
24041 correctly for raw-text.
24042 (consume_chars): On encoding unibyte text by raw-text, don't check
24043 multibyte form.
24044 (encode_coding): On encoding by raw-text, never use translation tables.
24045
24046 * fileio.c (e_write): Short cut for the case of no encoding.
24047
24048 2008-02-01 Kenichi Handa <handa@m17n.org>
24049
24050 * coding.c (detect_coding, detect_coding_system): Delete unused
24051 variables.
24052
24053 2008-02-01 Kenichi Handa <handa@m17n.org>
24054
24055 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
24056 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
24057
24058 2008-02-01 Kenichi Handa <handa@m17n.org>
24059
24060 * coding.c (Ffind_coding_systems_region_internal):
24061 Include raw-text and no-conversion in the result.
24062
24063 2008-02-01 Kenichi Handa <handa@m17n.org>
24064
24065 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
24066 (load_font_get_repertory): Delete unnecessary check of ENCODING of
24067 FONT_DEF.
24068 (font_def_arg, add_arg, from_arg, to_arg): New args.
24069 (set_fontset_font): Change argument.
24070 (Fset_fontset_font): Fix for the case that TARGET is a script
24071 name and charset name.
24072 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
24073
24074 2008-02-01 Kenichi Handa <handa@m17n.org>
24075
24076 * fontset.c (fontset_font): Rename from fontset_face. Change return
24077 value.
24078 (face_suitable_for_char_p, face_for_char): Adjust for the change
24079 of fontset_font.
24080 (make_fontset_for_ascii_face): Fix setting of the fontset element
24081 for ASCII.
24082 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
24083 to get a font name.
24084 (Ffontset_info): Adjust for the change of fontset_font.
24085
24086 * coding.c (emacs_mule_char): Check invalid code more rigidly.
24087
24088 * character.h (LEADING_CODE_LATIN_1_MIN)
24089 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
24090
24091 2008-02-01 Kenichi Handa <handa@m17n.org>
24092
24093 * editfns.c (check_translation): New function.
24094 (Ftranslate_region_internal): Handle M:N mapping.
24095
24096 2008-02-01 Kenichi Handa <handa@m17n.org>
24097
24098 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
24099
24100 2008-02-01 Kenichi Handa <handa@m17n.org>
24101
24102 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
24103 goto invalid_code.
24104 (decode_coding_iso_2022): Fix handling of invalid designation.
24105
24106 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
24107 after calling code_conversion_save.
24108
24109 2008-02-01 Kenichi Handa <handa@m17n.org>
24110
24111 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
24112
24113 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
24114
24115 * fontset.c: Include "intervals.h".
24116 (fontset_face): Fix comparing of Lisp_Objects.
24117 (free_face_fontset, new_fontset_from_font_name):
24118 Fix Lisp_Object/int mixup.
24119
24120 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
24121
24122 * coding.c: Add many prototypes for static functions.
24123 (get_translation_table): Allow max_lookup to be NULL.
24124 (decode_coding, Ffind_coding_systems_region_internal)
24125 (Funencodable_char_position, Fcheck_coding_systems_region):
24126 Call get_translation_table with max_lookup NULL.
24127
24128 2008-02-01 Kenichi Handa <handa@m17n.org>
24129
24130 * coding.c (get_translation_table): Declare it as Lisp_Object.
24131 (LOOKUP_TRANSLATION_TABLE): New macro.
24132 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
24133 instead of CHAR_TABLE_REF.
24134
24135 2008-02-01 Kenichi Handa <handa@m17n.org>
24136
24137 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
24138 annotation data format.
24139 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
24140 Change arguments FROM and TO to single argument NCHARS. Change caller.
24141 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
24142 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
24143 (decode_coding_ccl, decode_coding_charset): Pay attention to
24144 coding->charbuf_used.
24145 (get_translation): New function.
24146 (produce_chars): New arguments translation_table and last_block.
24147 Translate characters here. Return number of carryover chars.
24148 Change caller.
24149 (produce_composition): New argument pos. Change caller.
24150 Adjust for the change of annotation data format.
24151 (produce_charset, produce_annotation): Likewise.
24152 (decode_coding, encode_coding): Don't call translate_chars.
24153 (consume_chars): New arg translation_table. Change caller.
24154 (translate_chars): Delete.
24155 (syms_of_coding): Make translation-table's number of extra slots 2.
24156
24157 2008-02-01 Kenichi Handa <handa@m17n.org>
24158
24159 * search.c (simple_search): Fix setting this_pos_byte in backward
24160 search.
24161
24162 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
24163 byte sequence.
24164 (detect_coding_ccl): Fix setting of the variable valids.
24165
24166 2008-02-01 Kenichi Handa <handa@m17n.org>
24167
24168 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
24169
24170 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
24171
24172 * editfns.c (Ftranslate_region_internal): Rename from
24173 Ftranslate_region. Accept a char-table in TABLE.
24174 (syms_of_editfns): Defsubr Stranslate_region_internal.
24175
24176 * xfaces.c (set_lface_from_font_name): If a font is specified for
24177 a frame, generate a fontset from the font.
24178 (build_scalable_font_name): If the scalable font is requested for
24179 a specific size, don't change that size.
24180 (try_font_list): Try a scalable font also in the case that a
24181 pattern string is specified.
24182
24183 2008-02-01 Kenichi Handa <handa@m17n.org>
24184
24185 * xfaces.c (Fface_font): New optional arg CHARACTER.
24186
24187 2008-02-01 Kenichi Handa <handa@m17n.org>
24188
24189 * charset.h (CHARSET_OFFSET): New macro.
24190
24191 2008-02-01 Kenichi Handa <handa@m17n.org>
24192
24193 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
24194
24195 * fontset.c (fontset_face): Handle the case that repertory is a
24196 char-table.
24197 (find_font_encoding): Return nil for unknown encoding.
24198 (Fset_fontset_font): Ignore a font of unknown encoding.
24199
24200 2008-02-01 Kenichi Handa <handa@m17n.org>
24201
24202 * keymap.c (describe_vector): Handle default value of a char table.
24203
24204 * fontset.c (fontset_face): Handle fallback fonts correctly.
24205 (Ffontset_info): Return infomation about fallback fonts.
24206
24207 2008-02-01 Kenichi Handa <handa@m17n.org>
24208
24209 * fontset.c (FONTSET_DEFAULT): New macro.
24210 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
24211 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
24212 the case that it is nil.
24213 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
24214 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
24215
24216 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
24217 subset or superset.
24218
24219 2008-02-01 Kenichi Handa <handa@m17n.org>
24220
24221 * emacs.c (main): Call init_charset after syms_of_XXX.
24222
24223 * charset.c (Vcharset_map_directory): Delete.
24224 (Vcharset_map_path): New variable.
24225 (load_charset_map_from_file): Use Vcharset_map_path instead.
24226 (init_charset): Initialize Vcharset_map_path.
24227 (syms_of_charset): Delete declaration of "charset-map-directory",
24228 add declaration of "charset-map-path".
24229
24230 2008-02-01 Kenichi Handa <handa@m17n.org>
24231
24232 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
24233 ASCII only string.
24234
24235 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
24236
24237 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
24238 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
24239
24240 2008-02-01 Kenichi Handa <handa@m17n.org>
24241
24242 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
24243
24244 * coding.c (QCmnemonic, QCdefalut_char)
24245 (QCdecode_translation_table, QCencode_translation_table)
24246 (QCpost_read_conversion, QCpre_write_conversion): New variables.
24247 (get_translation_table): Return a list of translation tables if
24248 necessary.
24249 (decode_coding): Call get_translation_table with ENCODEP 0.
24250 (char_encodable_p): If translation_table is non-nil, always call
24251 translate_char.
24252 (Fdefine_coding_system_internal): Accept list of translation
24253 tables as :encode-translation-table and :decode-translation-table.
24254 (Fcoding_system_put): New function.
24255 (syms_of_coding): Declare new symbols.
24256 Defsubr Scoding_system_put.
24257 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
24258 typically JISX0212.
24259
24260 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
24261 when the charset is superset type.
24262
24263 * character.c (translate_char): Accept list of translation tables.
24264
24265 2008-02-01 Kenichi Handa <handa@m17n.org>
24266
24267 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
24268 (CODING_ATTR_TRANS_TBL): New macro.
24269
24270 * coding.c (get_translation_table): New function.
24271 (translate_chars): Fix the bug of skipping annotation data.
24272 (decode_coding, encode_coding): Utilize get_translation_table.
24273 (char_encodable_p, Funencodable_char_position): Translate char if
24274 necessary.
24275 (Ffind_coding_systems_region_internal)
24276 (Fcheck_coding_systems_region): Setup translation table for encode
24277 in a coding system attribute vector in advance.
24278 (Fdefine_coding_system_internal): Allow a symbol as translation
24279 table. For shift-jis type coding system, allow 4th charset.
24280
24281 2008-02-01 Kenichi Handa <handa@m17n.org>
24282
24283 * coding.c (decode_coding_sjis): Check the first byte rigidly.
24284
24285 * xdisp.c (get_next_display_element): Pass -1 as POS to
24286 FACE_FOR_CHAR if displaying a C-string.
24287
24288 2008-02-01 Kenichi Handa <handa@m17n.org>
24289
24290 * composite.c (get_composition_id): Handle xoff and yoff in a
24291 composition rule.
24292
24293 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
24294 (struct composition): New member lbearing and rbearing.
24295
24296 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
24297 (x_get_glyph_overhangs): Handle a composition glyph.
24298 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
24299
24300 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
24301 composition glyph.
24302
24303 2008-02-01 Kenichi Handa <handa@m17n.org>
24304
24305 * print.c: Include charset.h.
24306 (Vprint_charset_text_property): New variable.
24307 (Qdefault): Extern it.
24308 (PRINT_STRING_NON_CHARSET_FOUND)
24309 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
24310 (print_check_string_result): New variable.
24311 (print_check_string_charset_prop): New function.
24312 (print_prune_charset_plist): New variable.
24313 (print_prune_string_charset): New function.
24314 (print_object): Call print_prune_string_charset if
24315 Vprint_charset_text_property is not t.
24316 (print_interval): Print nothing if interval->plist is nil.
24317 (syms_of_print): Declare Vprint_charset_text_property as a lisp
24318 variable. Init and staticpro print_prune_charset_plist.
24319
24320 2008-02-01 Kenichi Handa <handa@m17n.org>
24321
24322 * fontset.c (new_fontset_from_font_name): Use the specified font
24323 for all characters in the new fontset.
24324
24325 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
24326 OBJECT args.
24327
24328 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
24329 OBJECT args for composition too.
24330
24331 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
24332 OBJECT args.
24333
24334 2008-02-01 Kenichi Handa <handa@m17n.org>
24335
24336 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
24337
24338 * fontset.c (reorder_font_vector): Adjust for the change of
24339 FONT_DEF format.
24340 (fontset_face): New arg id. Change caller.
24341 (face_for_char): New args pos and object.
24342 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
24343 (fs_query_fontset): Check NAME by Fassoc too.
24344 (Fset_fontset_font): Allow non-XLFD font name.
24345 (Ffontset_info): Adjust for the change of FONT_DEF format.
24346
24347 * fontset.h (face_for_char): Adjust prototype.
24348
24349 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
24350 (append_space, extend_face_to_end_of_line)
24351 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
24352 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
24353
24354 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
24355 POS and OBJECT args.
24356
24357 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
24358 POS and OBJECT args.
24359
24360 2008-02-01 Jason Rumney <jasonr@gnu.org>
24361
24362 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
24363 of GlobalAlloc'ed memory.
24364
24365 2008-02-01 Kenichi Handa <handa@m17n.org>
24366
24367 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
24368
24369 * charset.h (charset_table_used): Delete extern.
24370
24371 * charset.c (charset_table_used): Make it static.
24372 (map_charset_chars): Fix args to c_function with.
24373
24374 * chartab.c (map_sub_char_table_for_charset): Fix args to
24375 c_function with.
24376
24377 * coding.h (enum coding_result_code):
24378 Delete CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
24379
24380 * coding.c (Qinsufficient_source, Qinconsistent_eol)
24381 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
24382 (Vlast_code_conversion_error): New variables.
24383 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
24384 (ONE_MORE_BYTE): Record error if any instead of signaling an
24385 error. If non-ASCII multibyte char is found, return the negative
24386 value of the code. All callers changed to check it.
24387 (ONE_MORE_BYTE_NO_CHECK): Likewise.
24388 (record_conversion_result): New function. Change all codes setting
24389 coding->result to call this function.
24390 (detect_coding_utf_8, decode_coding_utf_8)
24391 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
24392 Don't use the local variable incomplete.
24393 (emacs_mule_char): Change the second arg to `const'.
24394 (decode_coding): Fix of flushing out unprocessed data.
24395 (make_conversion_work_buffer): Fix making of a work buffer.
24396 (decode_coding_object): Return coding->dst_object.
24397
24398 * fontset.c (set_fontset_font): Fix args.
24399
24400 * lisp.h (CHARACTERBITS): Define as 22.
24401
24402 * process.c (send_process): Be sure to set coding->src_multibyte.
24403
24404 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
24405
24406 2008-02-01 Kenichi Handa <handa@m17n.org>
24407
24408 * xdisp.c (handle_auto_composed_prop): Give limit to
24409 Fnext_single_char_property_change.
24410
24411 2008-02-01 Kenichi Handa <handa@m17n.org>
24412
24413 * composite.c (syms_of_composite): Don't make the composition hash
24414 table weak.
24415
24416 * fontset.c (Fset_fontset_font): Fix docstring.
24417
24418 * lisp.h (detect_coding_system): Adjust prototype.
24419
24420 * fileio.c (kill_workbuf_unwind): Delete this function.
24421 (Finsert_file_contents): Adjust the call of detect_coding_system.
24422 Get conversion_buffer by code_conversion_save. Use the macro
24423 CODING_MAY_REQUIRE_DECODING. After decoding, update
24424 coding_system.
24425
24426 * coding.h (make_conversion_work_buffer): Delete extern.
24427 (code_conversion_save): Extern it.
24428
24429 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
24430 (CODING_GET_INFO): Delete argument eol_type. Change callers.
24431 (decode_coding_utf_8): Don't do eol converion.
24432 (detect_coding_utf_16): Check coding->src_chars, not
24433 coding->src_bytes. Add heuristics for those that have no signature.
24434 (decode_coding_emacs_mule, decode_coding_iso_2022)
24435 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
24436 Don't do eol converion.
24437 (adjust_coding_eol_type): Return a new coding system.
24438 (detect_coding): Don't detect eol. Fix for utf-16 detection.
24439 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
24440 each change.
24441 (decode_coding): Pay attention to undo_list. Do eol conversion for
24442 all types of coding-systems (if necessary).
24443 (Vcode_conversion_work_buf_list): Delete it.
24444 (Vcode_conversion_reused_workbuf): Rename from
24445 Vcode_conversion_reused_work_buf.
24446 (Vcode_conversion_workbuf_name): New variable.
24447 (reused_workbuf_in_use): New variable.
24448 (make_conversion_work_buffer): Delete the arg DEPTH.
24449 (code_conversion_restore): Change argument to cons.
24450 (code_conversion_save): Delete the argument BUFFER. Change callers.
24451 (detect_coding_system): New argument src_chars. Change callers.
24452 Fix for utf-16 detection.
24453 (init_coding_once): Don't use ISO_carriage_return.
24454 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
24455 reused_workbuf_in_use.
24456
24457 2008-02-01 Kenichi Handa <handa@m17n.org>
24458
24459 * keymap.c (store_in_keymap): Pay attention to the case that idx
24460 is a cons specifying a character range.
24461
24462 2008-02-01 Kenichi Handa <handa@m17n.org>
24463
24464 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
24465 HANDLED_RECOMPUTE_PROPS.
24466
24467 * coding.c (Fdefine_coding_system_internal): Fix checking of
24468 ascii compatibility.
24469
24470 2008-02-01 Kenichi Handa <handa@m17n.org>
24471
24472 * charset.c (find_charsets_in_text): Delete unused locale variable.
24473 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
24474
24475 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
24476 Resync charset_list to Vemacs_mule_charset_list.
24477
24478 * keymap.c (store_in_keymap): Pay attention to the case that idx
24479 is a cons specifying a character range.
24480
24481 2008-02-01 Kenichi Handa <handa@m17n.org>
24482
24483 * composite.c (update_compositions): Bind inhibit-read-only, etc
24484 to t before calling remove-list-of-text-properties.
24485
24486 * print.c (print_object): Always print ASCII chars as is.
24487
24488 2008-02-01 Kenichi Handa <handa@m17n.org>
24489
24490 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
24491
24492 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
24493 is a char table.
24494
24495 2008-02-01 Kenichi Handa <handa@m17n.org>
24496
24497 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
24498
24499 2008-02-01 Kenichi Handa <handa@m17n.org>
24500
24501 * xfaces.c (set_lface_from_font_name): Fix for the case that
24502 FONTNAME is not fontset name.
24503
24504 2008-02-01 Kenichi Handa <handa@m17n.org>
24505
24506 * fns.c (base64_encode_1): Fix previous change.
24507
24508 2008-02-01 Kenichi Handa <handa@m17n.org>
24509
24510 * fontset.c (set_fontset_font): New function.
24511 (Fset_fontset_font): If a font is specified for a charset, use
24512 map_charset_chars to store the font spec in a fontset.
24513
24514 2008-02-01 Kenichi Handa <handa@m17n.org>
24515
24516 * fontset.c (fontset_face): Create a fallback fontset on demand.
24517 (make_fontset): Don't create a fallback fontset here.
24518 (free_face_fontset): Free a fallback fontset (if any) too.
24519 (n_auto_fontsets): Delete this variable.
24520 (auto_fontset_alist): New variable.
24521 (new_fontset_from_font_name): Check auto_fontset_alist.
24522 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
24523 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
24524 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
24525 Defsubr Sfontset_list_all.
24526
24527 2008-02-01 Kenichi Handa <handa@m17n.org>
24528
24529 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
24530
24531 2008-02-01 Kenichi Handa <handa@m17n.org>
24532
24533 * fontset.c (Fnew_fontset): Check NAME more rigidly.
24534
24535 2008-02-01 Kenichi Handa <handa@m17n.org>
24536
24537 * editfns.c (Fgoto_char): Fix docstring.
24538
24539 2008-02-01 Kenichi Handa <handa@m17n.org>
24540
24541 * insdel.c (insert_from_gap): Adjust intervals correctly.
24542
24543 2008-02-01 Jason Rumney <jasonr@gnu.org>
24544
24545 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
24546 (pfnGetFontUnicodeRanges): New dynamically loaded function.
24547 (w32_initialize): Try to load it.
24548 (x_get_font_repertory): Use it if available.
24549 (w32_encode_char): Add shortcut for unicode output.
24550
24551 * w32fns.c (w32_load_system_font): Default charset to -1.
24552 (x_to_w32_charset): Match all fonts for unicode.
24553 (w32_to_x_charset): New parameter matching. Don't return partial
24554 or wildcard charsets.
24555 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
24556 (w32_codepage_for_font): Return CP_UNICODE for unicode.
24557 (w32_to_x_font): Match charset to real charset.
24558 (enum_font_cb2): Always list unicode versions.
24559
24560 * makefile.w32-in (temacs): Increase EMHEAP.
24561
24562 2008-02-01 Jason Rumney <jasonr@gnu.org>
24563
24564 * w32term.c (w32_encode_char): New charset parameter.
24565 font_info.encoding becomes encoding_type.
24566 (x_get_font_repertory): New function. Warning: stub only!
24567 (x_new_font): Return quickly if font already set.
24568 (x_new_fontset): fontsetname parameter is Lisp_Object.
24569 Use new fs_query_fontset. Try new_fontset_from_font_name.
24570 Use fontset_name for return value.
24571
24572 * w32term.h: Declare x_get_font_repertory.
24573
24574 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
24575 place of find_charset_in_text. Use encode_coding_object in place
24576 of encode_coding.
24577 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
24578 decode_coding.
24579
24580 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
24581 of x_new_fontset.
24582 (w32_load_system_font): Initialize charset as unicode.
24583 font_info.encoding becomes encoding_type.
24584 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
24585 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
24586 (syms_of_w32fns): Set get_font_repertory_func.
24587
24588 * w32console.c: Include character.h. Use terminal_encode_buffer
24589 from term.c.
24590 (write_glyphs): Use new version of encode_terminal_code.
24591 Use encode_coding_object in place of encode_coding.
24592
24593 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
24594 encoding becomes encoding_type.
24595
24596 * term.c (terminal_encode_buffer): Make externally visible.
24597
24598 * makefile.w32-in: Add character.h dependancies.
24599 (character.o, chartab.o): New targets.
24600
24601 2008-02-01 Kenichi Handa <handa@m17n.org>
24602
24603 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
24604 CODING_ID_EOL_TYPE.
24605
24606 2008-02-01 Andreas Schwab <schwab@suse.de>
24607
24608 * coding.c (produce_chars): Revert last change.
24609
24610 2008-02-01 Kenichi Handa <handa@m17n.org>
24611
24612 * charset.h (charset_unicode): Extern it.
24613
24614 * charset.c (string_xstring_p): Check by (C >= 0x100).
24615 (find_charsets_in_text): Change format of the arc CHARSETS.
24616 New arg MULTIBYTE.
24617 (Ffind_charset_region, Ffind_charset_string): Adjust for the
24618 change of find_charsets_in_text.
24619 (Fsplit_char): Fix doc. Never return unknown.
24620
24621 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
24622
24623 * coding.c (Fdefine_coding_system_alias):
24624 Update Vcoding_system_list.
24625
24626 * fontset.c (load_font_get_repertory): Pay attention to the case
24627 that ENCODING of a font is specified by a char-table.
24628
24629 * xterm.c (x_get_font_repertory): Handle the case that the
24630 encoding of font is other than Unicode.
24631
24632 2008-02-01 Kenichi Handa <handa@m17n.org>
24633
24634 * term.c (encode_terminal_code): Don't handle glyph-table.
24635 Check if a character is encodable by the terminal coding system.
24636 If not, produces proper number of `?'s. Update
24637 terminal_encode_buffer and terminal_encode_buf_size if necessary.
24638 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
24639
24640 2008-02-01 Kenichi Handa <handa@m17n.org>
24641
24642 * term.c (terminal_encode_buffer, terminal_encode_buf_size):
24643 New variables.
24644 (encode_terminal_code): Change argument. Encode multiple
24645 characters at once. Store the result of encoding in
24646 terminal_encode_buffer.
24647 (write_glyphs, insert_glyphs): Adjust for the change of
24648 encode_terminal_code.
24649 (term_init): Initialize terminal_encode_buffer and
24650 terminal_encode_buf_size.
24651
24652 * coding.c (consume_chars): If coding->src_object is nil, don't
24653 check annotation.
24654
24655 2008-02-01 Kenichi Handa <handa@m17n.org>
24656
24657 * character.c (char_string): Use ASCII_CHAR_P instead of
24658 SINGLE_BYTE_CHAR_P.
24659
24660 2008-02-01 Kenichi Handa <handa@m17n.org>
24661
24662 * xdisp.c (handle_auto_composed_prop): Check if the last
24663 characters of auto-composed region is newly composed with the
24664 following characters.
24665 (handle_composition_prop): Fix checking of point being inside
24666 composition.
24667
24668 2008-02-01 Kenichi Handa <handa@m17n.org>
24669
24670 * fns.c (concat): Don't change multibyteness of the result by
24671 concatenating an 8-bit character.
24672
24673 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
24674 multibyteness of the result when newelt is an 8-bit character.
24675
24676 2008-02-01 Dave Love <fx@gnu.org>
24677
24678 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
24679 EMACS_INT.
24680
24681 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
24682
24683 * xfaces.c (face_numeric_value): Declare dim size_t.
24684 (Finternal_lisp_face_equal_p): Remove unused f.
24685
24686 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
24687 (MATRIX_ROW): Remove unused vars.
24688 (draw_glyphs, x_insert_glyphs, fast_find_position)
24689 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
24690 byte/char counts.
24691
24692 * regex.c (regex_compile): Remove unused var.
24693
24694 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
24695
24696 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
24697 (Faccessible_keymaps, where_is_internal): Remove unused vars.
24698
24699 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
24700
24701 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
24702
24703 * fileio.c (Fwrite_region): Remove unused var.
24704
24705 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
24706 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
24707
24708 * composite.c (Fremove_list_of_text_properties): Declare.
24709
24710 * coding.c (inhibit_pre_post_conversion): Remove (unused).
24711 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
24712 (coding_inherit_eol_type): Remove unused attrs.
24713 (detect_coding): Cast arg of detect_eol.
24714
24715 * charset.c (syms_of_charset): Remove unused var p.
24716 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
24717 byte/char counts.
24718
24719 * casetab.c (set_case_table): Remove unused var.
24720
24721 * window.c (Fdisplay_buffer, Fframe_selected_window):
24722 Remove unused vars.
24723
24724 2008-02-01 Dave Love <fx@gnu.org>
24725
24726 * xterm.c (x_bitmap_mask): Declare.
24727
24728 2008-02-01 Dave Love <fx@gnu.org>
24729
24730 * xterm.c (x_term_init): Fix type error.
24731
24732 * lisp.h: Add Funibyte_char_to_multibyte.
24733
24734 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
24735 (Fset_coding_system_priority): Doc fix.
24736
24737 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
24738
24739 * indent.c (check_composition): Make start and end EMACS_INT.
24740
24741 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
24742
24743 * xdisp.c (handle_composition_prop, check_point_in_composition):
24744 Make buffer positions EMACS_INT.
24745
24746 * composite.c (find_composition, run_composition_function)
24747 (update_compositions, Ffind_composition_internal): Make buffer
24748 positions EMACS_INT.
24749
24750 * composite.h (find_composition, update_compositions):
24751 Make position args EMACS_INT.
24752
24753 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
24754
24755 * intervals.c (get_property_and_range):
24756 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
24757
24758 * unexalpha.c: Don't include varargs.h.
24759
24760 2008-02-01 Dave Love <fx@gnu.org>
24761
24762 * coding.h (ENCODE_UTF_8): New.
24763
24764 * Makefile.in (gtkutil.o): Depend on coding.h.
24765
24766 * coding.c (Fset_coding_system_priority): Doc fix.
24767
24768 2008-02-01 Kenichi Handa <handa@m17n.org>
24769
24770 * fileio.c (Finsert_file_contents): Call setup_coding_system in
24771 the case of auto saving.
24772
24773 2008-02-01 Andreas Schwab <schwab@suse.de>
24774
24775 * chartab.c (map_char_table, map_char_table_for_charset):
24776 Protect `range' from GC.
24777
24778 2008-02-01 Kenichi Handa <handa@m17n.org>
24779
24780 * coding.c (decode_coding_sjis): Check bytes more rigidly.
24781
24782 2008-02-01 Kenichi Handa <handa@m17n.org>
24783
24784 * fileio.c (choose_write_coding_system): Return a decided coding system.
24785 (Fwrite_region): Set Vlast_coding_system_used to the return value
24786 of choose_write_coding_system.
24787
24788 2008-02-01 Kenichi Handa <handa@m17n.org>
24789
24790 * charset.c (Fset_charset_priority): Pay attention to duplicated
24791 arguments.
24792
24793 * coding.c (QCcategory): New variable.
24794 (syms_of_coding): Defsym it. Set all elements of
24795 Vcoding_category_table and their symbol values.
24796 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
24797 coding-category-XXX, and coding-category-list.
24798 (Fdefine_coding_system_internal): Add category in the plist.
24799
24800 2008-02-01 Kenichi Handa <handa@m17n.org>
24801
24802 * callproc.c (Fcall_process): Handle carryover correctly.
24803
24804 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
24805 (raw_text_coding_system): Check NILP (coding_system).
24806 (coding_inherit_eol_type): Check NILP (coding_system) and
24807 NILP (parent).
24808 (consume_chars): Fix for the case of raw-text.
24809
24810 * process.c (read_process_output): Handle carryover correctly.
24811
24812 2008-02-01 Dave Love <fx@gnu.org>
24813
24814 * regex.c (re_search_2): Fix last change.
24815
24816 2008-02-01 Kenichi Handa <handa@m17n.org>
24817
24818 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
24819 target_multibyte. Even in a unibyte case, return a converted
24820 multibyte char.
24821 (GET_CHAR_AFTER): New macro.
24822 (PATFETCH): Translate via multibyte char.
24823 (HANDLE_UNIBYTE_RANGE): Delete this macro.
24824 (SETUP_MULTIBYTE_RANGE): New macro.
24825 (regex_compile): Setup compiled code so that its multibyteness
24826 matches that of a target. Fix the handling of "[X-YZ]" using
24827 SETUP_MULTIBYTE_RANGE.
24828 (analyse_first) <charset>: For filling fastmap for all multibyte
24829 characters, don't check by BASE_LEADING_CODE_P.
24830 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
24831 the same as RE_MULTIBYTE_P (bufp) now.
24832 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
24833 (TARGET_CHAR_AND_LENGTH): Delete this macro.
24834 (TRANSLATE_VIA_MULTIBYTE): New macro.
24835 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
24836 It is the same as RE_MULTIBYTE_P (bufp) now.
24837 <exactn>: Translate via multibyte.
24838 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH.
24839 Don't translate it.
24840 <charset, charset_not>: Fetch a character by
24841 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
24842 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
24843 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
24844 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
24845 by GET_CHAR_AFTER.
24846 (bcmp_translate): Likewise.
24847
24848 * search.c (compile_pattern): Check the member target_multibyte,
24849 not the member multibyte of buf.
24850
24851 * lread.c (read1): While reading a string, set force_singlebyte
24852 and force_multibyte correctly.
24853
24854 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
24855 up of unibyte_to_multibyte_table.
24856
24857 2008-02-01 Kenichi Handa <handa@m17n.org>
24858
24859 * coding.c (setup_coding_system): If coding has
24860 post-read-conversion or pre-write-conversion, set
24861 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
24862 respectively.
24863 (decode_coding_gap): Run post-read-conversion if any.
24864
24865 * fileio.c (Finsert_file_contents): Even if we read into a
24866 unibyte buffer, check if we must decode the result or not.
24867
24868 2008-02-01 Kenichi Handa <handa@m17n.org>
24869
24870 * coding.c (make_conversion_work_buffer): Change the work buffer
24871 name to the same one as that of Emacs 21.
24872
24873 2008-02-01 Kenichi Handa <handa@m17n.org>
24874
24875 * coding.h (make_conversion_work_buffer): Adjust prototype.
24876 (code_conversion_restore): Don't extern it.
24877
24878 * coding.c (detected_mask): Delete unused variable.
24879 (decode_coding_iso_2022): Pay attention to the byte sequence of
24880 CTEXT extended segment, and retain those bytes as is.
24881 (decode_coding_ccl): Delete unused variable `valids'.
24882 (setup_coding_system): Delete unused variable `category'.
24883 (consume_chars): Delete unused variable `category'. Make it work
24884 for non-multibyte case.
24885 (make_conversion_work_buffer): Change argument.
24886 (saved_coding): Delete unused variable.
24887 (code_conversion_restore): Don't check saved_coding->destination.
24888 (code_conversion_save): New function.
24889 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
24890 instead of record_unwind_protect.
24891 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
24892 (detect_coding_system): Delete unused variable `mask'.
24893 (Fdefine_coding_system_internal): Delete unused variable id.
24894
24895 * fileio.c (kill_workbuf_unwind): New function.
24896 (Finsert_file_contents): On replacing, call
24897 make_conversion_work_buffer with correct args, and call
24898 record_unwind_protect with the first arg kill_workbuf_unwind.
24899
24900 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
24901
24902 2008-02-01 Kenichi Handa <handa@m17n.org>
24903
24904 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
24905 (fontset_add): Fix for the case that TO is less than TO1.
24906 (Ffontset_info): Don't use fallback fontset on checking the
24907 default fontset.
24908 (dump_fontset): New function for debugging.
24909
24910 * coding.c (Fdefine_coding_system_internal): Fix for the case that
24911 coding_type is Qcharset.
24912
24913 2008-02-01 Kenichi Handa <handa@m17n.org>
24914
24915 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
24916 (map_char_table): Don't inherit the value from the parent on
24917 initializing VAL. Adjust for the above change.
24918
24919 2008-02-01 Kenichi Handa <handa@m17n.org>
24920
24921 * coding.c (Qsignature, Qendian): Delete these variables.
24922 (syms_of_coding): Don't initialize them.
24923 (CATEGORY_MASK_UTF_16_AUTO): New macro.
24924 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
24925 detect_info->found.
24926 (decode_coding_utf_16): Don't detect BOM here.
24927 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
24928 is NOT utf_16_without_bom.
24929 (setup_coding_system): For a coding system of type utf-16, check
24930 if the attribute :endian is Qbig or not (not nil or not), and set
24931 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
24932 (detect_coding): If coding type is utf-16 and BOM detection is
24933 required, detect it.
24934 (Fdefine_coding_system_internal): For a coding system of type
24935 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
24936
24937 2008-02-01 Kenichi Handa <handa@m17n.org>
24938
24939 * coding.c (coding_set_source): Fix for the case that the current
24940 buffer is different from coding->src_object.
24941 (decode_coding_object): Don't use the conversion work buffer if
24942 DST_OBJECT is a buffer.
24943
24944 2008-02-01 Dave Love <fx@gnu.org>
24945
24946 * lread.c (read_emacs_mule_char) [len==2]: Index
24947 emacs_mule_charset correctly.
24948
24949 2008-02-01 Dave Love <fx@gnu.org>
24950
24951 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
24952 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
24953 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
24954 treated specially.)
24955 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
24956 (detected_mask): Remove Big5 bits.
24957
24958 2008-02-01 Kenichi Handa <handa@m17n.org>
24959
24960 The following changes are to make the font rescaling facility
24961 compatible with Emacs 21.
24962
24963 * xfaces.c (Vface_font_rescale_alist): Rename from
24964 Vface_resizing_fonts.
24965 (struct font_name): Rename member resizing_ratio to rescale_ratio.
24966 (font_rescale_ratio): Rename from font_resizing_ratio.
24967 (split_font_name): Set font->rescale_ratio.
24968 (better_font_p): Pay attention to font->rescale_ratio.
24969 (build_scalable_font_name): Likewise. Change RESX, and RESY
24970 fields.
24971 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
24972
24973 2008-02-01 Kenichi Handa <handa@m17n.org>
24974
24975 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
24976 (Qutf_16_le): Remove these variables.
24977 (syms_of_coding): Don't DEFSYM them.
24978 (decode_coding_utf_16): Fix handling of BOM.
24979 (encode_coding_utf_16): Fix handling of BOM.
24980
24981 2008-02-01 Kenichi Handa <handa@m17n.org>
24982
24983 * fileio.c (Finsert_file_contents): On replacing, before decoding
24984 the file into the work buffer, set point of the work buffer to the end.
24985
24986 2008-02-01 Dave Love <fx@gnu.org>
24987
24988 * coding.c (Fcheck_coding_systems_region): Fix type errors.
24989
24990 2008-02-01 Dave Love <fx@gnu.org>
24991
24992 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
24993 and fix C types.
24994
24995 2008-02-01 Kenichi Handa <handa@m17n.org>
24996
24997 * xdisp.c (SKIP_GLYPHS): New macro.
24998 (set_cursor_from_row): Pay attention to string display properties.
24999
25000 * category.c (copy_category_entry): Fix for the case that RANGE
25001 is an integer.
25002
25003 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
25004
25005 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
25006
25007 2008-02-01 Kenichi Handa <handa@m17n.org>
25008
25009 * charset.c (Fcharset_id_internal): New function.
25010 (syms_of_charset): Defsubr it.
25011
25012 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
25013 with the last arg charset_list acquired from coding.
25014 (Fdefine_coding_system_internal): For ccl-based coding system, fix
25015 the attribute coding_attr_ccl_valids.
25016
25017 * coding.h (enum define_coding_ccl_arg_index): Set the first
25018 member coding_arg_ccl_decoder to coding_arg_max.
25019
25020 * ccl.h (ccl_driver): Adjust prototype.
25021
25022 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
25023 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
25024 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
25025 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
25026 last arg Qnil.
25027
25028 2008-02-01 Kenichi Handa <handa@m17n.org>
25029
25030 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
25031 call encode_char.
25032
25033 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
25034
25035 2008-02-01 Dave Love <fx@gnu.org>
25036
25037 * composite.c (syms_of_composite): Make composition_hash_table weak.
25038
25039 2008-02-01 Kenichi Handa <handa@m17n.org>
25040
25041 * dispextern.h (check_face_attributes, generate_ascii_font_name)
25042 (font_name_registry): Don't extern them.
25043 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
25044
25045 * fontset.h (Qfontset): Don't extern it.
25046 (new_fontset_from_font_name): Extern it.
25047
25048 * fontset.c: Give 8 extra slots to fontset objects.
25049 (Qfontset_info): New variable.
25050 (syms_of_fontset): Defsym it.
25051 (FONTSET_FALLBACK): New macro.
25052 (fontset_face): Try also the default fontset.
25053 (make_fontset): Realize a fallback fontset from the default fontset.
25054 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
25055 using split_font_name_into_vector and build_font_name_from_vector.
25056 (Fset_fontset_font): Access the elements of font_spec by enum
25057 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
25058 name by using split_font_name_into_vector.
25059 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
25060 generate a proper font name from the fontset name.
25061 Update Vfontset_alias_alist.
25062 (n_auto_fontsets): New variable.
25063 (new_fontset_from_font_name): New function.
25064 (Ffont_info): Store the information about fonts generated from the
25065 default fontset in the first extra slot of the returned char-table.
25066
25067 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
25068 (font_name_registry): Delete function.
25069 (split_font_name_into_vector): New function.
25070 (build_font_name_from_vector): New function.
25071 (font_list): The argument REGISTRY is now a list of registry names.
25072 (choose_face_font): If we are choosing an ASCII font, and ATTRS
25073 specifies an explicit font name, return the name as is. Make a
25074 list of registy names.
25075
25076 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
25077 of x_new_fontset.
25078 (Fx_create_frame): Don't call x_new_fontset here. Just use
25079 x_list_fonts to check the existence of fonts.
25080
25081 * xterm.h (x_new_fontset): Adjust prototype.
25082
25083 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
25084 string. Use new_fontset_from_font_name to create a fontset from a
25085 font name.
25086
25087 2008-02-01 Kenichi Handa <handa@m17n.org>
25088
25089 * syntax.c (Vfind_word_boundary_function_table): New name for
25090 Vnext_word_boundary_function_table.
25091 (find-word-boundary-function-table): New name for
25092 next-word-boundary-function-table.
25093
25094 2008-02-01 Dave Love <fx@gnu.org>
25095
25096 * Makefile.in: Fix some dependencies.
25097
25098 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
25099 set it to nil before returning.
25100
25101 * composite.c (update_compositions): Fix type error.
25102
25103 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
25104
25105 2008-02-01 Kenichi Handa <handa@m17n.org>
25106
25107 * xterm.c (x_new_font): Optimize for the case that the font is
25108 already set for the frame.
25109
25110 2008-02-01 Kenichi Handa <handa@m17n.org>
25111
25112 * chartab.c (char_table_ascii): Check if the char table contents
25113 is sub-char-table or not.
25114 (char_table_set, char_table_set_range): Fix argument to
25115 char_table_ascii.
25116
25117 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
25118 (detect_coding_utf_8, detect_coding_utf_16)
25119 (detect_coding_emacs_mule, detect_coding_iso_2022)
25120 (detect_coding_sjis, detect_coding_big5)
25121 (detect_coding_ccl, detect_coding_charset): Change argument MASK
25122 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
25123 sequence is valid in this coding system. Change callers.
25124 (MAX_ANNOTATION_LENGTH): New macro.
25125 (ADD_ANNOTATION_DATA): New macro.
25126 (ADD_COMPOSITION_DATA): Change argument. Change callers.
25127 Call ADD_ANNOTATION_DATA. Change the format of annotation data.
25128 (ADD_CHARSET_DATA): New macro.
25129 (emacs_mule_char): New argument ID. Change callers.
25130 (decode_coding_emacs_mule, decode_coding_iso_2022)
25131 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
25132 Produce charset annotation data in coding->charbuf.
25133 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
25134 to charset annotation data in coding->charbuf.
25135 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
25136 coding->common_flags if the coding system is iso-2022 based and
25137 uses designation.
25138 (produce_composition): Adjust for the new annotation data format.
25139 (produce_charset): New function.
25140 (produce_annotation): Handle charset annotation.
25141 (handle_composition_annotation, handle_charset_annotation):
25142 New functions.
25143 (consume_chars): Handle charset annotation. Utilize the above two
25144 functions.
25145 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
25146 buffer, get the deleted text as a string and set
25147 coding->src_object to that string.
25148 (detect_coding, detect_coding_system): Use the new struct
25149 coding_detection_info.
25150
25151 * coding.h (struct coding_detection_info): New structure.
25152 (struct coding_system): Adjust prototype of the member `detector'.
25153 (CODING_ANNOTATE_CHARSET_MASK): New macro.
25154
25155 2008-02-01 Kenichi Handa <handa@m17n.org>
25156
25157 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
25158
25159 2008-02-01 Dave Love <fx@gnu.org>
25160
25161 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
25162 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
25163 to new local and nullify apropos_accumulate before returning.
25164 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
25165
25166 2008-02-01 Kenichi Handa <handa@m17n.org>
25167
25168 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
25169 correctly.
25170
25171 2008-02-01 Dave Love <fx@gnu.org>
25172
25173 * fns.c (Flanginfo): Call synchronize_system_time_locale.
25174
25175 2008-02-01 Kenichi Handa <handa@m17n.org>
25176
25177 The following changes are to make character composition happen
25178 automatically on displaying.
25179
25180 * Makefile.in (lisp, shortlisp): Add composite.elc.
25181
25182 * composite.h (Qauto_composed, Vauto_composition_function)
25183 (Qauto_composition_function): Extern them.
25184
25185 * composite.c (Vcomposition_function_table)
25186 (Qcomposition_function_table): Delete variables.
25187 (Qauto_composed, Vauto_composition_function)
25188 (Qauto_composition_function): New variables.
25189 (run_composition_function): Don't call
25190 compose-chars-after-function.
25191 (update_compositions): Clear `auto-composed' text property.
25192 (compose_chars_in_text): Delete this function.
25193 (syms_of_composite): Staticpro Qauto_composed and
25194 Qauto_composition_function. Declare Vauto_composition_function as
25195 a Lisp variable.
25196
25197 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
25198
25199 * xdisp.c (it_props): Add an entry for Qauto_composed.
25200 (handle_auto_composed_prop): New function.
25201
25202 * xselect.c (selection_data_to_lisp_data): Don't call
25203 compose_chars_in_text.
25204
25205 2008-02-01 Dave Love <fx@gnu.org>
25206
25207 * keyboard.c (read_char): Modify checking around use of
25208 Vkeyboard_translate_table.
25209
25210 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
25211 and fix C types.
25212
25213 2008-02-01 Kenichi Handa <handa@m17n.org>
25214
25215 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
25216 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
25217 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
25218 the case that the last byte is '\r' correctly.
25219 (decode_coding): Flush out the unprocessed data correctly.
25220 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
25221
25222 2008-02-01 Dave Love <fx@gnu.org>
25223
25224 * xterm.c (XTread_socket): Fix changes for defined keysyms.
25225 Add XK_ISO... case.
25226 (xaw_scroll_callback): Revert last change.
25227
25228 2008-02-01 Kenichi Handa <handa@m17n.org>
25229
25230 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
25231
25232 2008-02-01 Kenichi Handa <handa@m17n.org>
25233
25234 * xfaces.c (Vface_resizing_fonts): New variable.
25235 (struct font_name): New member `resizing_ratio'.
25236 (font_resizing_ratio): New function.
25237 (split_font_name): Set font->resizing_ratio.
25238 (better_font_p): Pay attention to font->resizing_ratio.
25239 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
25240 RESX, and RESY fields.
25241 (try_alternative_families): Try scalable fonts if
25242 Vscalable_fonts_allowed is not Qt.
25243 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
25244
25245 2008-02-01 Dave Love <fx@gnu.org>
25246
25247 * xterm.c (xaw_scroll_callback): Cast correctly.
25248
25249 2008-02-01 Dave Love <fx@gnu.org>
25250
25251 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
25252 (lispy_kana_keys): Comment out.
25253 (make_lispy_event) [XK_kana_A]: Comment out.
25254
25255 * xterm.c (xaw_scroll_callback): Cast call_data.
25256 (XTread_socket): Deal with ASCII keysyms.
25257 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
25258
25259 2008-02-01 Dave Love <fx@gnu.org>
25260
25261 * xterm.c (Vx_keysym_table): New.
25262 (syms_of_xterm): Initialize it.
25263 (XTread_socket): Use it.
25264 From head: Eliminate incorrect optimization that tried to avoid
25265 decoding the output of X*LookupString.
25266 (x_get_font_repertory): Delete charset declaration.
25267
25268 2008-02-01 Kenichi Handa <handa@m17n.org>
25269
25270 * coding.c (detect_coding_charset): If only ASCII bytes are found,
25271 return 0.
25272 (Fdefine_coding_system_internal):
25273 Setup CODING_ATTR_ASCII_COMPAT (attrs) correctly.
25274
25275 2008-02-01 Dave Love <fx@gnu.org>
25276
25277 * coding.c (Fcheck_coding_system): Doc fix.
25278
25279 * editfns.c (Finsert_byte): Return a proper value.
25280
25281 2008-02-01 Kenichi Handa <handa@m17n.org>
25282
25283 * coding.c (decode_coding): Fix args to translate_chars.
25284 Pay attention to Vstandard_translation_table_for_decode.
25285 (encode_coding): Fix args to translate_chars. Pay attention to
25286 Vstandard_translation_table_for_encode.
25287
25288 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
25289 SINGLE_BYTE_CHAR_P.
25290
25291 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
25292 not by SINGLE_BYTE_CHAR_P.
25293
25294 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
25295 SINGLE_BYTE_CHAR_P.
25296
25297 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
25298 SINGLE_BYTE_CHAR_P.
25299
25300 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
25301 by SINGLE_BYTE_CHAR_P.
25302
25303 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
25304 SINGLE_BYTE_CHAR_P.
25305
25306 2008-02-01 Dave Love <fx@gnu.org>
25307
25308 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
25309
25310 2008-02-01 Dave Love <fx@gnu.org>
25311
25312 * fns.c (Flanginfo): Fix typo.
25313
25314 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
25315
25316 2008-02-01 Kenichi Handa <handa@m17n.org>
25317
25318 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
25319 (detect_coding_emacs_mule, detect_coding_iso_2022)
25320 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
25321 incomplete byte sequence. Don't update *mask when correctly detected.
25322 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
25323 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
25324 (detect_coding, detect_coding_system): Adjust for the changes above.
25325
25326 2008-02-01 Kenichi Handa <handa@m17n.org>
25327
25328 * character.c (char_string): Rename from
25329 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
25330 (string_char): Rename from string_char.
25331
25332 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
25333 if C is greater than MAX_3_BYTE_CHAR.
25334 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE):
25335 Call string_char instead of string_char_with_unification.
25336
25337 2008-02-01 Dave Love <fx@gnu.org>
25338
25339 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
25340
25341 2008-02-01 Kenichi Handa <handa@m17n.org>
25342
25343 * keymap.c (push_key_description): Pay attention to force_multibyte.
25344
25345 * regex.c (re_search_2): Fix for the case of unibyte buffer.
25346
25347 2008-02-01 Dave Love <fx@gnu.org>
25348
25349 * charset.c (define_charset_internal): Rename `supprementary'.
25350
25351 * Makefile.in (lisp, shortlisp): Remove latin-N.
25352
25353 2008-02-01 Dave Love <fx@gnu.org>
25354
25355 * xfns.c (x_window, x_window): Use use_xim.
25356
25357 * xterm.c (use_xim): Initialize.
25358 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
25359 (x_term_init): Maybe set use_xim.
25360
25361 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
25362
25363 2008-02-01 Kenichi Handa <handa@m17n.org>
25364
25365 * search.c (search_buffer): Fix case-fold-search of multibyte
25366 characters.
25367 (boyer_moore): Rename the last argument to char_high_bits.
25368
25369 2008-02-01 Kenichi Handa <handa@m17n.org>
25370
25371 * xdisp.c (display_string): Fix for the case of zero width glyph.
25372
25373 * xfns.c (x_set_font): Change the error message of the case that
25374 x_new_fontset returns Qt.
25375
25376 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
25377 (Finternal_set_lisp_face_attribute): Use signal_error for the
25378 error of invalid fontset.
25379
25380 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
25381 fontset, return Qt.
25382
25383 2008-02-01 Dave Love <fx@gnu.org>
25384
25385 * unexelf.c (unexec): Make .got handling not SGI-specific.
25386
25387 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
25388
25389 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
25390
25391 * keyboard.c (read_key_sequence): Fix type error.
25392
25393 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte):
25394 Fix type error.
25395
25396 * fontset.c (fontset_add): Return Lisp_Object.
25397
25398 2008-02-01 Dave Love <fx@gnu.org>
25399
25400 * charset.h (charset_ordered_list_tick): Declare extern.
25401
25402 2008-02-01 Kenichi Handa <handa@m17n.org>
25403
25404 The following changes (and some of 2008-02-01 changes of mine) are
25405 for handling syntax, category, and case conversion for unibyte
25406 characters by converting them to multibyte on the fly. With these
25407 changes, we don't have to setup syntax and case tables for unibyte
25408 characters in each language environment.
25409
25410 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
25411 multibyte if necessary.
25412
25413 * bytecode.c (Fbyte_code): Likewise.
25414
25415 * character.h (LEADING_CODE_LATIN_1_MIN)
25416 (LEADING_CODE_LATIN_1_MAX): New macros.
25417 (unibyte_to_multibyte_table): Extern it.
25418 (unibyte_char_to_multibyte): New macro.
25419 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
25420 (CHAR_LEADING_CODE): New macro.
25421 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
25422
25423 * character.c (unibyte_to_multibyte_table): New variable.
25424 (unibyte_char_to_multibyte): Move to character.h and define as macro.
25425 (multibyte_char_to_unibyte): If C is an eight-bit character,
25426 convert it to the corresponding byte value.
25427
25428 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
25429 not 1, signals an error. Update the elements of
25430 unibyte_to_multibyte_table.
25431 (init_charset_once): Initialize unibyte_to_multibyte_table.
25432 (syms_of_charset): Define the charset `iso-8859-1'.
25433
25434 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
25435 as is without converting it to unibyte. In a unibyte buffer,
25436 convert C to multibyte before checking the syntax.
25437
25438 * lisp.h (unibyte_char_to_multibyte): Delete extern.
25439
25440 * minibuf.c (Fminibuffer_complete_word): Use the macro
25441 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
25442
25443 * regex.h (struct re_pattern_buffer): New member target_multibyte.
25444
25445 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
25446 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte.
25447 If that is zero, convert an eight-bit char to multibyte.
25448 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
25449 non-emacs case.
25450 (PATFETCH): Convert an eight-bit char to multibyte.
25451 (HANDLE_UNIBYTE_RANGE): New macro.
25452 (regex_compile): Setup the compiled pattern for multibyte chars
25453 even if the given regex string is unibyte. Use PATFETCH_RAW
25454 instead of PATFETCH in many places. To handle `charset'
25455 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
25456 only for ASCII chars.
25457 (analyse_first) <exactn>: Simplify because the compiled pattern
25458 is multibyte.
25459 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
25460 <charset>: Use CHAR_LEADING_CODE to get leading codes.
25461 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
25462 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
25463 multibyte always 1.
25464 (re_search_2): In emacs, set the locale variable multibyte to 1,
25465 otherwise to 0. New local variable target_multibyte. Check it
25466 to decide the multibyteness of STR1 and STR2.
25467 If target_multibyte is zero, convert unibyte chars to multibyte
25468 before translating and checking fastmap.
25469 (TARGET_CHAR_AND_LENGTH): New macro.
25470 (re_match_2_internal): In emacs, set the locale variable multibyte
25471 to 1, otherwise to 0. New local variable target_multibyte.
25472 Check it to decide the multibyteness of STR1 and STR2.
25473 Use TARGET_CHAR_AND_LENGTH to fetch a character from D.
25474 <charset, charset_not>: If multibyte is nonzero, check fastmap
25475 only for ASCII chars. Call bcmp_translate with
25476 target_multibyte, not with multibyte.
25477 <begline>: Declare the local variable C as `unsigned'.
25478 (bcmp_translate): Change the last arg name to target_multibyte.
25479
25480 * search.c (compile_pattern_1): Don't adjust the multibyteness of
25481 the regexp pattern and the matching target. Set cp->buf.multibyte
25482 to the multibyteness of the regexp pattern. Set
25483 cp->but.target_multibyte to the multibyteness of the matching target.
25484 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
25485 FETCH_STRING_CHAR_ADVANCE.
25486 (Freplace_match): Convert unibyte chars to multibyte.
25487
25488 * syntax.c (char_quoted, back_comment, scan_words)
25489 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
25490 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
25491 unibyte chars to multibyte.
25492 (skip_chars): Delete the arg syntaxp, and move the code for
25493 handling syntaxes to skip_syntaxes. Change callers.
25494 Fix the case that the multibyteness of STRING and the current
25495 buffer doesn't match.
25496 (skip_syntaxes): New function.
25497 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
25498 SINGLE_BYTE_CHAR_P.
25499
25500 2008-02-01 Kenichi Handa <handa@m17n.org>
25501
25502 * xfaces.c (QCfontset): New variable.
25503 (LFACE_FONTSET): New macro.
25504 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
25505 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
25506 (Finternal_set_lisp_face_attribute)
25507 (Finternal_get_lisp_face_attribute): Handle QCfontset.
25508 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
25509 check also LFACE_FONTSET_INDEX.
25510 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
25511 attrs[LFACE_FONT_INDEX].
25512 (syms_of_xfaces): Intern and staticpro QCfontset.
25513
25514 * dispextern.h (enum lface_attribute_index): New member
25515 LFACE_FONTSET_INDEX.
25516
25517 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
25518
25519 2008-02-01 Kenichi Handa <handa@m17n.org>
25520
25521 * coding.c (coding_set_destination): Fix coding->destination for
25522 the case converting a region.
25523 (encode_coding_utf_8): Encode eight-bit chars as single byte.
25524 (encode_coding_object): Fix coding->dst_pos and
25525 coding->dst_pos_byte for the case converting a region.
25526
25527 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
25528
25529 * character.h (BYTE8_STRING): New macro.
25530
25531 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
25532
25533 2008-02-01 Kenichi Handa <handa@m17n.org>
25534
25535 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
25536 characters by octal form.
25537
25538 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
25539
25540 * buffer.h (_fetch_multibyte_char_len): Delete extern.
25541 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
25542 _fetch_multibyte_char_len.
25543 (FETCH_CHAR_AS_MULTIBYTE): New macro.
25544
25545 * casetab.c (set_canon, set_identity, shuffle): Simplify.
25546
25547 * casefiddle.c (casify_object): Simplify. Handle the case that
25548 the case conversion change the byte length.
25549 (casify_region): Likewise.
25550
25551 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
25552
25553 * character.c (_fetch_multibyte_char_len): Delete this variable.
25554 (syms_of_character): Setup Vprintable_chars.
25555
25556 * editfns.c (Fchar_equal): Fix for the unibyte case.
25557 (Finsert_byte): New function.
25558 (syms_of_editfns): Defsubr it.
25559
25560 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
25561 of direct code 0x3ffff.
25562
25563 * search.c (Freplace_match): Fix for the unibyte case.
25564
25565 2008-02-01 Kenichi Handa <handa@m17n.org>
25566
25567 * lread.c (safe_to_load_p): Fix the logic.
25568
25569 * syntax.c (scan_words): Don't treat characters belonging to
25570 different scripts as constituting a word.
25571
25572 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
25573
25574 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
25575
25576 * emacs.c (main): In the case of --unibyte, instead of aborting on
25577 finding non-empty buffer, make it unibyte.
25578
25579 2008-02-01 Kenichi Handa <handa@m17n.org>
25580
25581 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
25582 to create a fontset.
25583
25584 2008-02-01 Dave Love <fx@gnu.org>
25585
25586 * character.c (Funibyte_char_to_multibyte): Doc fix.
25587
25588 * xfns.c [HAVE_STDLIB_H]: Fix last change.
25589
25590 2008-02-01 Kenichi Handa <handa@m17n.org>
25591
25592 * fontset.c (fontset_add): Make the type `int'.
25593 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
25594
25595 * character.c (unibyte_char_to_multibyte)
25596 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
25597 charset_unibyte, not charset_primary.
25598
25599 * charset.h (charset_unibyte): Extern it instead of charset_primary.
25600
25601 * charset.c (charset_unibyte): Rename from charset_primary.
25602 (Funibyte_charset): Rename from Fprimary_charset.
25603 (Fset_unibyte_charset): Rename from Fset_primary_charset.
25604 (syms_of_charset): Adjust for the above changes.
25605
25606 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
25607 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
25608 it->multibyte_p is zero.
25609
25610 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
25611 Delete extern.
25612
25613 2008-02-01 Kenichi Handa <handa@m17n.org>
25614
25615 * coding.c (Fdefine_coding_system_internal): Fix category setting
25616 for a coding system of type iso-2022.
25617
25618 2008-02-01 Kenichi Handa <handa@m17n.org>
25619
25620 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
25621
25622 2008-02-01 Kenichi Handa <handa@m17n.org>
25623
25624 * syntax.c (Vnext_word_boundary_function_table): New variable.
25625 (next-word-boundary-function-table): Declare it as a Lisp variable
25626 in syms_of_syntax.
25627 (scan_words): Call functions in Vnext_word_boundary_function_table
25628 if any.
25629
25630 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
25631
25632 * fontset.c (fs_load_font): If fontp->charset is not negative,
25633 return fontp without setting its members.
25634
25635 2008-02-01 Dave Love <fx@gnu.org>
25636
25637 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
25638
25639 * m/sparc.h (HAVE_ALLOCA): Delete.
25640
25641 * s/irix6-5.h: Don't include strings.h.
25642 (bcopy, bzero, bcmp): Don't undef.
25643
25644 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
25645
25646 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
25647 (TIOCSIGSEND): Don't test IRIX6.
25648 (bcopy, bzero, bcmp): Define conditionally.
25649
25650 2008-02-01 Kenichi Handa <handa@m17n.org>
25651
25652 * buffer.c (Qas, Qmake, Qto): New variables.
25653 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
25654 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
25655
25656 * callproc.c (Fcall_process): Don't call insert_1_both directly if
25657 we are inserting a process output into a multibyte buffer.
25658
25659 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
25660 multibyte_char_to_unibyte.
25661
25662 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
25663 by the primary charset, make it eight-bit char.
25664 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
25665
25666 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
25667 (charset_8_bit__control, charset_8_bit_graphic)
25668 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
25669 (define_charset_internal): New function.
25670 (syms_of_charset): Call define_charset_internal for pre-defined
25671 charsets.
25672
25673 * charset.h (charset_8_bit): Extern it.
25674
25675 * coding.c (make_conversion_work_buffer): Adjust for the change
25676 of Fset_buffer_multibyte.
25677 (encode_coding_raw_text): Increment p0 in the loop.
25678
25679 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
25680
25681 * xdisp.c (setup_echo_area_for_printing, set_message_1):
25682 Adjust for the change of Fset_buffer_multibyte.
25683
25684 * fns.c (Fstring_to_multibyte): New function.
25685 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
25686
25687 2008-02-01 Dave Love <fx@gnu.org>
25688
25689 * xfns.c (x_put_x_image): Declare args.
25690
25691 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
25692 (try_font_list): Declare an arg.
25693
25694 * xdisp.c (message2_nolog, set_message): Declare an arg.
25695
25696 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
25697
25698 * syntax.c (scan_sexps_forward): Declare an arg.
25699
25700 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
25701 Declare an arg.
25702
25703 * lisp.h (Fnew_fontset): Declare.
25704
25705 * keymap.c (push_key_description): Call CHARACTERP correctly.
25706
25707 * fontset.c (fontset_add): Declare args. Call make_number correctly.
25708 (face_for_char): Delete unused vars.
25709 (Fset_fontset_font): Doc fix. Delete unused vars.
25710
25711 * doc.c (Fsubstitute_command_keys): Delete unused vars.
25712
25713 * composite.c (update_compositions): Declare arg.
25714
25715 * cm.c (calccost, cmgoto): Declare args.
25716
25717 * charset.c: Remove `emacs' conditional. Doc fixes.
25718 (map_char_table_for_charset): Declare.
25719
25720 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
25721
25722 * ccl.c: Remove `emacs' conditional.
25723
25724 2008-02-01 Kenichi Handa <handa@m17n.org>
25725
25726 The following changes are to allow specifying multiple font
25727 patterns for a character range (specified by script or charset).
25728
25729 * Makefile.in (abbrev.o): Depend on syntax.h.
25730 (xfaces.o): Depend on charset.h.
25731
25732 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
25733 SINGLE_BYTE_CHAR_P.
25734
25735 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
25736
25737 * character.h (Vchar_script_table): Extern it.
25738
25739 * character.c (Vscript_alist): Delete.
25740 (Vchar_script_table, Qchar_script_table): New variable.
25741 (syms_of_character): Declare Vchar_script_table as a lisp variable
25742 and initialize it.
25743
25744 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
25745 have property char-table-extra-slots, make no extra slot.
25746
25747 * dispextern.h (struct face): Delete member `charset'.
25748 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
25749 SINGLE_BYTE_CHAR_P.
25750 (choose_face_font, lookup_non_ascii_face, font_name_registry):
25751 Add prototypes.
25752 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
25753 (generate_ascii_font_name): Rename from generate_ascii_font.
25754
25755 * fontset.h (get_font_repertory_func): New prototype.
25756 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
25757 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
25758
25759 * fontset.c (Qprepend, Qappend): New variables.
25760 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
25761 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
25762 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
25763 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
25764 (fontset_ref_and_range, fontset_add, reorder_font_vector)
25765 (load_font_get_repertory): New functions.
25766 (fontset_set): Delete.
25767 (fontset_face): New arg FACE. Return face ID, not face.
25768 Complete re-write to handle new fontset structure. Change caller.
25769 (free_face_fontset): Use ASET istead of AREF (X) = Y.
25770 (face_for_char): Don't call lookup_face.
25771 (make_fontset_for_ascii_face): New arg FACE.
25772 (fs_load_font): New arg CHARSET_ID. Don't check
25773 Vfont_encoding_alist here.
25774 (find_font_encoding): New function.
25775 (list_fontsets): Use STRINGP, not ! NILP.
25776 (accumulate_script_ranges): New function.
25777 (Fset_fontset_font, Fnew_fontset, Ffontset_info):
25778 Completely re-written to handle new fontset structure.
25779 (Ffontset_font): Return a copy of element.
25780 (syms_of_fontset): Define symbols Qprepend and Qappend.
25781 Fix docstring of font-encoding-alist.
25782
25783 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
25784 (Fset_fotset_font): Fix arguments to 5.
25785
25786 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
25787
25788 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
25789 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
25790 (highlight_trailing_whitespace): Adjust for the change of
25791 lookup_named_face.
25792
25793 * xfaces.c: Include charset.h.
25794 (load_face_font): Delete argument C. Change caller.
25795 (generate_ascii_font_name): Rename from generate_ascii_font.
25796 (font_name_registry): New function.
25797 (cache_face): Store ascii faces before non-ascii faces in buckets.
25798 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
25799 Lookup only ascii faces.
25800 (lookup_non_ascii_face): New function.
25801 (lookup_named_face): Delete argument C. Change caller.
25802 (lookup_derived_face): Delete argument C. Change caller.
25803 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
25804 a string, just call font_list with it.
25805 (choose_face_font): Delete arguments FACE and C. New arg
25806 FONT_SPEC. Change caller.
25807 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
25808 Change caller.
25809 (realize_non_ascii_face): New function.
25810 (realize_x_face): Call load_face_font here.
25811 (realize_tty_face): Delete argument C. Change caller.
25812 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
25813 get a face ID.
25814 (dump_realized_face): Don't print charset of FACE.
25815
25816 * xfns.c (x_set_font): Always call x_new_fontset and
25817 store_frame_parameter.
25818 (Fx_create_frame): Call x_new_fontset, not x_new_font.
25819 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
25820
25821 * xterm.h (x_get_font_repertory): Extern it.
25822
25823 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
25824 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
25825 it->multibyte_p is zero.
25826 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
25827 (x_new_fontset): If FONTSETNAME doesn't match any existing
25828 fontsets, create a new one.
25829 (x_get_font_repertory): New function.
25830
25831 2008-02-01 Kenichi Handa <handa@m17n.org>
25832
25833 * coding.c (Ffind_coding_systems_region_internal): Detect an
25834 ASCII only string correctly.
25835
25836 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
25837 version is 0.
25838
25839 2008-02-01 Kenichi Handa <handa@m17n.org>
25840
25841 * lread.c: Include "coding.h".
25842 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
25843 (load_each_byte, unread_char): New variables.
25844 (readchar_backlog): Delete.
25845 (readchar): Return a character unless load_each_byte is nonzero.
25846 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
25847 cons. If unread_char is not -1, simply return it.
25848 (unreadchar): Handle the case that readcharfun is
25849 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
25850 (read_multibyte): Delete.
25851 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
25852 (read_emacs_mule_char): New functions.
25853 (Fload): Even if the file doesn't have the extension ".elc", if
25854 safe_to_load_p returns a positive version number, assume that the
25855 file contains bytecompiled code. If the version is less than 22,
25856 load the file while decoding multibyte sequences by emacs-mule.
25857 (readevalloop): Don't use readchar_backlog.
25858 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
25859 (Fread_from_string): Pay attention to the case that STREAM is a cons.
25860 (read_escape): Delete the arg BYTEREP.
25861 (read1): Set load_each_byte to 1 temporarily while handling
25862 #@NUMBER. Don't call read_multibyte.
25863 (read_vector): Call Fread with a cons. If readcharfun is
25864 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
25865 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
25866 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
25867 and Qload_force_doc_strings.
25868
25869 2008-02-01 Kenichi Handa <handa@m17n.org>
25870
25871 * xdisp.c (face_before_or_after_it_pos):
25872 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
25873
25874 2008-02-01 Kenichi Handa <handa@m17n.org>
25875
25876 * character.h (TRAILING_CODE_P): New macro.
25877 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
25878 (string_char_with_unification): Fix prototype.
25879 (Vscript_alist): Extern it.
25880
25881 * character.c (Vscript_alist): New variable.
25882 (string_char_with_unification, str_as_unibyte)
25883 (string_escape_byte8): Add `const' to local variables.
25884 (syms_of_character): Declare script-alist as a Lisp variable.
25885
25886 * charset.h (Vcharset_ordered_list): Extern it.
25887 (charset_ordered_list_tick): Extern it.
25888 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
25889 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
25890 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
25891 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
25892 (Funify_charset): Adjust for the change of Funify_charset.
25893
25894 * charset.c (charset_ordered_list_tick): New variable.
25895 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
25896 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
25897 deunify instead of unify a charset.
25898 (string_xstring_p): Add `const' to local variables.
25899 (find_charsets_in_text): Add `const' to arguments and local variables.
25900 (encode_char): Adjust for the change of Funify_charset.
25901 Fix detecting of invalid code.
25902 (Fset_charset_priority): Increment charset_ordered_list_tick.
25903 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
25904 and TO_CODE.
25905
25906 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
25907 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
25908 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
25909 (decode_coding_ccl, consume_chars)
25910 (Ffind_coding_systems_region_internal)
25911 (Fcheck_coding_systems_region): Add `const' to local variables.
25912
25913 * print.c (print_object): Use octal form for printing the
25914 contents of a bool vector.
25915
25916 2008-02-01 Dave Love <fx@gnu.org>
25917
25918 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
25919 <version == 20>: Refuse to load.
25920
25921 2008-02-01 Dave Love <fx@gnu.org>
25922
25923 * fns.c: Move coding.h.
25924 (Qcodeset, Qdays, Qmonths): New.
25925 (concat): Use CHARACTERP instead of INTEGERP.
25926 (Flocale_codeset): Delete.
25927 (Flanginfo): New function.
25928 (syms_of_fns): Change accordingly.
25929
25930 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
25931
25932 2008-02-01 Dave Love <fx@gnu.org>
25933
25934 * casetab.c (init_casetab_once, init_casetab_once):
25935 Fix CHAR_TABLE_SET call.
25936
25937 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
25938
25939 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
25940
25941 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
25942 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
25943 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
25944
25945 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
25946
25947 * coding.c (ENCODE_DESIGNATION, decode_eol)
25948 (make_conversion_work_buffer, code_conversion_restore)
25949 (Fdefine_coding_system_internal): Convert Lisp types.
25950 (code_conversion_restore): Use EQ, not ==.
25951 (Fencode_coding_string): Fix code_convert_string call.
25952
25953 * coding.h (code_convert_region): Fix prototype.
25954
25955 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
25956
25957 * fontset.c (fontset_ref, fontset_set, fs_load_font)
25958 (Ffontset_info): Convert Lisp types.
25959
25960 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
25961
25962 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
25963
25964 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
25965
25966 * chartab.c: Include "...h", not <...h> in some cases.
25967
25968 * callproc.c (Fcall_process): Remove unused variables.
25969
25970 2008-02-01 Dave Love <fx@gnu.org>
25971
25972 * coding.c (Fset_coding_system_priority): Allow null arg list.
25973
25974 2008-02-01 Dave Love <fx@gnu.org>
25975
25976 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
25977 (Fself_insert_and_exit): Use CHARACTERP.
25978
25979 * callproc.c (Fcall_process): Remove unused vars.
25980
25981 * xterm.c (XTread_socket): Add extra dead keysyms.
25982
25983 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
25984
25985 * dispextern.h: Remove prototypes for redraw_frame,
25986 redraw_garbaged_frames.
25987
25988 * cmds.c (Fself_insert_command): Use CHARACTERP.
25989
25990 * chartab.c (make_sub_char_table): Remove unused var.
25991 (Fset_char_table_default, Fmap_char_table): Doc fix.
25992
25993 * keymap.c (access_keymap): Remove generic char code.
25994 (push_key_description): Use CHARACTERP.
25995
25996 2008-02-01 Dave Love <fx@gnu.org>
25997
25998 * charset.c: Doc fixes.
25999 (Funify_charset): Extra checking.
26000
26001 2008-02-01 Dave Love <fx@gnu.org>
26002
26003 * lread.c: Remove some unused variables.
26004 (safe_to_load_p): If safe, return the magic number version byte.
26005 (Fload): Maybe use load-with-code-conversion.
26006
26007 2008-02-01 Kenichi Handa <handa@m17n.org>
26008
26009 * category.c (Fmodify_category_entry): Don't modify the contents
26010 of category_set for characters out of the range.
26011 Avoid unnecessary modification.
26012
26013 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
26014 Vchar_unify_table. The default value of the table is now nil.
26015
26016 * character.c (syms_of_character): Setup Vchar_width_table for
26017 eight-bit-control and raw-byte chars.
26018
26019 * charset.h (enum define_charset_arg_index):
26020 Delete charset_arg_parents and add charset_arg_subset and
26021 charset_arg_superset.
26022 (enum charset_attr_index): Delete charset_parents and add
26023 charset_subset and charset_superset.
26024 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
26025 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
26026 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
26027 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
26028 (CHARSET_SUPERSET): New macros.
26029 (charset_work): Extern it.
26030 (ENCODE_CHAR): Use charset_work.
26031 (CHAR_CHARSET_P): Adjust for the change of encoder format.
26032 (map_charset_chars): Extern it.
26033
26034 * charset.c (load_charset_map): Set the default value of encoder
26035 and deunifier char-tables to nil.
26036 (map_charset_chars): Change argument. Change callers.
26037 Use map_char_table_for_charset instead of map_char_table.
26038 (Fmap_charset_chars): New optional args from_code and to_code.
26039 (Fdefine_charset_internal): Adjust for the change of
26040 `define-charset' (:parents -> :subset or :superset).
26041 (charset_work): New variable.
26042 (encode_char, syms_of_charset): Adjust for the change of
26043 Fdefine_charset_internal.
26044 (Ffind_charset_string): Setup the vector `charsets' correctly.
26045
26046 * chartab.c (sub_char_table_ref_and_range): New arg default.
26047 Fix the previous change.
26048 (char_table_ref_and_range): Adjust for the above change.
26049 (map_sub_char_table_for_charset): New function.
26050 (map_char_table_for_charset): New function.
26051
26052 * keymap.c (describe_vector): Handle a char-table directly here.
26053 (describe_char_table): Delete.
26054
26055 * lisp.h (map_charset_chars): Delete.
26056
26057 2008-02-01 Dave Love <fx@gnu.org>
26058
26059 * fns.c (count_combining): Comment out (unused).
26060 (Flocale_codeset): New.
26061 (syms_of_fns): Defsubr it.
26062
26063 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
26064 (size_t): Remove.
26065
26066 2008-02-01 Dave Love <fx@gnu.org>
26067
26068 * Makefile.in (chartab.o): Depend on charset.h.
26069
26070 2008-02-01 Kenichi Handa <handa@m17n.org>
26071
26072 * character.c (syms_of_character): Set the default value of
26073 Vprintable_chars to Qnil.
26074
26075 2008-02-01 Dave Love <fx@gnu.org>
26076
26077 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
26078
26079 2008-02-01 Kenichi Handa <handa@m17n.org>
26080
26081 * charset.c (load_charset_map): Handle the case that from < to
26082 correctly.
26083
26084 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
26085 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
26086 Pay attention to raw-8-bit chars.
26087
26088 2008-02-01 Kenichi Handa <handa@m17n.org>
26089
26090 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
26091 It is not bytecompiled now.
26092
26093 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
26094 (charset_jisx0208): New variables.
26095 (Fdefine_charset_internal): Setup them if appropriate.
26096 (init_charset_once): Initialize them to -1.
26097
26098 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
26099 (charset_jisx0208): Extern them.
26100
26101 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
26102 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
26103 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
26104 (setup_iso_safe_charsets): Fix arguments to Fassq.
26105 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
26106 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
26107 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
26108 (encode_coding_iso_2022): Change the 1st arg to
26109 ENCODE_ISO_CHARACTER to a variable.
26110
26111 2008-02-01 Kenichi Handa <handa@m17n.org>
26112
26113 * charset.h (enum define_charset_arg_index): New enums
26114 charset_arg_min_code and charset_arg_max_code.
26115 (struct charset): New member char_index_offset.
26116
26117 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
26118 Take charset->char_index_offset into account.
26119 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
26120 args[charset_arg_max_code]. Setup charset.char_index_offset.
26121 (syms_of_charset): Fix args to Fdefine_charset_internal.
26122
26123 2008-02-01 Dave Love <fx@gnu.org>
26124
26125 * coding.c (decode_coding_utf_8): Reject overlong sequences.
26126
26127 2008-02-01 Dave Love <fx@gnu.org>
26128
26129 * coding.c: Doc fixes.
26130 (Fcoding_system_aliases): Fix return value.
26131 (Qmac): Remove (duplicated) definition.
26132
26133 2008-02-01 Dave Love <fx@gnu.org>
26134
26135 * charset.c (Fcharset_priority_list, Fset_charset_priority):
26136 New functions.
26137
26138 * character.c (Fstring): Doc fix.
26139
26140 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
26141
26142 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
26143 (font-encoding-alist): Doc fix.
26144
26145 2008-02-01 Dave Love <fx@gnu.org>
26146
26147 * term.c (costs_set): Declare static, non-initialized for pcc.
26148 (encode_terminal_code): Remove unused var.
26149
26150 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
26151 for K&R.
26152
26153 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
26154
26155 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
26156 (suffixes): Move out of make_subsidiaries for K&R.
26157
26158 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
26159
26160 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
26161
26162 2008-02-01 Dave Love <fx@gnu.org>
26163
26164 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
26165
26166 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
26167
26168 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
26169
26170 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
26171
26172 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
26173
26174 2008-02-01 Kenichi Handa <handa@m17n.org>
26175
26176 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
26177 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
26178
26179 2008-02-01 Kenichi Handa <handa@m17n.org>
26180
26181 * coding.c (decode_coding_charset): Adjust for the change of
26182 Fdefine_coding_system_internal.
26183 (Fdefine_coding_system_internal): For a coding system of
26184 `charset' type, store a list of charset IDs in
26185 `charset_attr_charset_valids' element of coding attributes.
26186
26187 2008-02-01 Kenichi Handa <handa@m17n.org>
26188
26189 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
26190 (emacs_mule_char): New arg src. Delete arg `composition'.
26191 Change caller. Handle 2-byte and 3-byte charsets correctly.
26192 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
26193 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
26194 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
26195 (DECODE_EMACS_MULE_21_COMPOSITION):
26196 Call DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
26197 sequence.
26198 (decode_coding_emacs_mule): Handle composition correctly. Rewind
26199 `src' and `consumed_chars' correctly before calling emacs_mule_char.
26200 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
26201 and alt&rule composition.
26202 (decode_coding_iso_2022): Handle composition correctly.
26203 (init_coding_once): Setup emacs_mule_bytes for private charsets.
26204
26205 * charset.c (Fdefine_charset_internal): Fix bug for the case of
26206 re-defining a charset. If the charset has :emacs-mule-id, setup
26207 emacs_mule_bytes.
26208 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
26209
26210 2008-02-01 Kenichi Handa <handa@m17n.org>
26211
26212 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
26213 (encode_coding_big5, encode_coding_charset): If coding requires safe
26214 encoding, produce a character specified by
26215 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
26216
26217 2008-02-01 Dave Love <fx@gnu.org>
26218
26219 * xterm.c (XSetIMValues): Declare.
26220
26221 * process.c: Conditionally include sys/wait.h, pty.h.
26222
26223 * print.c (print_object): Fix print format for 64-bit systems.
26224
26225 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
26226
26227 * buffer.c (emacs_strerror): Declare.
26228
26229 * fontset.c (Fclear_face_cache): Declare.
26230 (accumulate_font_info): Comment-out (unused).
26231 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
26232 variables.
26233
26234 * character.h (string_escape_byte8): Declare.
26235
26236 * charset.c (load_charset_map, load_charset_map_from_file):
26237 Remove unused vars.
26238 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
26239 (Fmap_charset_chars): Doc fix.
26240
26241 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
26242 (Fset_coding_system_priority, Fset_coding_system_priority)
26243 (Fdefine_coding_system_internal): Doc fix.
26244
26245 2008-02-01 Dave Love <fx@gnu.org>
26246
26247 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
26248
26249 2008-02-01 Kenichi Handa <handa@m17n.org>
26250
26251 * character.c (string_escape_byte8): Make multibyte string with
26252 correct size.
26253
26254 * charset.c (Fmake_char): Delete unnecessary code.
26255
26256 2008-02-01 Kenichi Handa <handa@m17n.org>
26257
26258 * xfns.c (x_encode_text): Allocate coding.destination here, and
26259 call encode_coding_object with dst_object Qnil.
26260
26261 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
26262 multibyte form correctly.
26263
26264 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
26265 against Vfont_encoding_alist.
26266
26267 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
26268 handling of charset list.
26269 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
26270 (decode_coding_object): Move point to coding->dst_pos before
26271 calling post-read-conversion function.
26272 (encode_coding_object): Give correct arguments to
26273 pre-write-conversion. Ignore the return value of
26274 pre-write-conversion function. Pay attention to the case that
26275 pre-write-conversion changes the current buffer. If dst_object is
26276 Qt, even if coding->src_bytes is zero, allocate at least one byte
26277 to coding->destination.
26278
26279 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
26280
26281 * charset.c (Fmake_char): Make it more backward compatible.
26282 (Fmap_charset_chars): Fix docstring.
26283
26284 2008-02-01 Dave Love <fx@gnu.org>
26285
26286 * coding.c: Doc fixes.
26287 (Fdefine_coding_system_alias): Use names, not symbols, in
26288 coding-system-alist.
26289
26290 2008-02-01 Kenichi Handa <handa@m17n.org>
26291
26292 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
26293 of calling free_realized_face.
26294
26295 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
26296
26297 * charset.c (read_hex): Don't treat SPC as a comment starter.
26298 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
26299 (Fdecode_char): Fix typo.
26300
26301 2008-02-01 Kenichi Handa <handa@m17n.org>
26302
26303 * charset.h (struct charset): New member `code_space_mask'.
26304
26305 * coding.c (coding_set_source): Delete the local variable beg_byte.
26306 (encode_coding_charset, Fdefine_coding_system_internal):
26307 Delete the local variable charset.
26308 (Fdefine_coding_system_internal):
26309 Setup attrs[coding_attr_charset_valids] correctly.
26310
26311 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
26312 member to check if CODE is valid or not.
26313 (Fdefine_charset_internal): Initialize `code_space_mask' member.
26314 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
26315 is within the range of charset->min_code and carset->max_code.
26316
26317 2008-02-01 Dave Love <fx@gnu.org>
26318
26319 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
26320
26321 * dispextern.h (generate_ascii_font): Fix return type.
26322
26323 * xfaces.c (generate_ascii_font): Fix arg declaration.
26324
26325 * coding.c (coding_inherit_eol_type)
26326 (Fset_terminal_coding_system_internal)
26327 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
26328
26329 2008-02-01 Kenichi Handa <handa@m17n.org>
26330
26331 * coding.c (decode_coding_charset, encode_coding_charset):
26332 Handle multiple charsets correctly.
26333
26334 2008-02-01 Kenichi Handa <handa@m17n.org>
26335
26336 * search.c (boyer_moore): Fix handling of multibyte character
26337 translation.
26338
26339 * xdisp.c (display_mode_element): When the variable `elt' is
26340 changed, update `this' and `lisp_string'.
26341
26342 2008-02-01 Kenichi Handa <handa@m17n.org>
26343
26344 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
26345
26346 * callproc.c (Fcall_process): Be sure to give the current buffer
26347 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
26348
26349 * charset.c (struct charset_map_entries): New struct.
26350 (load_charset_map): Rename from parse_charset_map. New args
26351 entries and n_entries. Change caller.
26352 (load_charset_map_from_file): Rename from load_charset_map.
26353 Change caller. New arg control_flag. Call load_charset_map at
26354 the tail.
26355 (load_charset_map_from_vector): New function.
26356 (Fdefine_charset_internal): Setup charset.compact_codes_p.
26357 (encode_char): If the charset is compact, change a character index
26358 to a code point.
26359
26360 * coding.c (coding_alloc_by_making_gap): Check the case that the
26361 source and destination are the same correctly.
26362 (decode_coding_raw_text): Set coding->consumed_char and
26363 coding->consumed to 0.
26364 (produce_chars): If coding->chars_at_source is nonzero, update
26365 coding->consumed_char and coding->consumed before calling
26366 alloc_destination.
26367 (Fdefine_coding_system_alias): Register ALIAS in
26368 Vcoding_system_alist.
26369 (syms_of_coding): Define `no-conversion' coding system at the tail.
26370
26371 * fileio.c (Finsert_file_contents): Set coding_system instead of
26372 val. If the current buffer is multibyte, always call
26373 decode_coding_gap.
26374
26375 * xfaces.c (try_font_list): Give higher priority to fontset's
26376 family than face's family.
26377
26378 2008-02-01 Kenichi Handa <handa@m17n.org>
26379
26380 * callproc.c (Fcall_process): Be sure to give the current buffer
26381 to decode_coding_c_string.
26382
26383 * xfaces.c (try_font_list): Give a family specified in a fontset
26384 higher priority than a family specified in a face.
26385
26386 2008-02-01 Kenichi Handa <handa@m17n.org>
26387
26388 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
26389 Fix arguments to insert_from_buffer.
26390
26391 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
26392
26393 2008-02-01 Kenichi Handa <handa@m17n.org>
26394
26395 * coding.c (produce_chars): Set the variable `multibytep' correctly.
26396 (decode_coding_gap): Set coding->dst_multibyte correctly.
26397
26398 2008-02-01 Kenichi Handa <handa@m17n.org>
26399
26400 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
26401 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
26402 (encode_coding_utf_16): Substitute coding->default_char for
26403 non-Unicode characters.
26404 (decode_coding): Don't call record_insert here.
26405 (setup_coding_system): Initialize `surrogate' of
26406 coding->spec.utf_16 to 0.
26407 (EMIT_ONE_BYTE): Fix for multibyte case.
26408
26409 * insdel.c (insert_from_gap): Call record_insert.
26410
26411 2008-02-01 Kenichi Handa <handa@m17n.org>
26412
26413 * casefiddle.c (casify_region): Fix multibyte case.
26414
26415 * character.c (c_string_width): Add return type `int'.
26416 (char_string_with_unification): Delete arg ADVANCED.
26417
26418 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
26419 (CHAR_STRING): Adjust for the change of char_string_with_unification.
26420 (CHAR_STRING_ADVANCE): Make it do-while statement.
26421
26422 * chartab.c (sub_char_table_set_range): Optimize for the case
26423 DEPTH == 3. Add workaround code for a GCC optimization bug.
26424
26425 * charset.c (parse_charset_map): Remove an unused variable.
26426
26427 * coding.c: Delete unused variables.
26428
26429 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
26430 earlier. If inserted is zero and the coding system doesn't
26431 require flushing, don't call decode_coding_gap.
26432
26433 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
26434
26435 2008-02-01 Kenichi Handa <handa@m17n.org>
26436
26437 The following changes are for using Unicode as an internal
26438 character model, and use UTF-8 format for buffer/string
26439 representation.
26440
26441 * .gdbinit (xchartable): Adjust for the change of char table structure.
26442 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
26443
26444 * Makefile.in (obj): Add character.o and chartab.o.
26445 (lisp, shortlisp): Remove utf-8.elc.
26446 (*.o): For many files, change dependency on charset.h to
26447 character.h, and add dependency on character.h.
26448 (character.o, chartab.o): New targets.
26449
26450 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
26451 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
26452 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
26453 of "charset.h".
26454
26455 * dired.c, filelock.c: Include "character.h".
26456
26457 * alloc.c: Include "character.h" instead of "charset.h".
26458 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
26459 (syms_of_alloc): Remove defsubr for Smake_char_table.
26460
26461 * buffer.c: Include "character.h" instead of "charset.h", don't
26462 include "coding.h".
26463 (Fset_buffer_multibyte): Adjust for UTF-8.
26464
26465 * buffer.h: EXFUN Fbuffer_live_p.
26466
26467 * callproc.c: Include "character.h" instead of "charset.h".
26468 (Fcall_process): Big change for the new code-conversion APIs.
26469
26470 * casetab.c: Include "character.h" instead of "charset.h".
26471 (set_canon, set_identity, shuffle): Adjust for the new
26472 map_char_table spec.
26473 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
26474 accessing the char table structure.
26475
26476 * chartab.c: New file that implements char table.
26477
26478 * category.c: Include "character.h".
26479 (copy_category_entry): New function.
26480 (copy_category_table): Call map_char_table and copy_category_entry.
26481 (Fmake_category_table): Initialize all top-level slots.
26482 (char_category_set): New function.
26483 (modify_lower_category_set): Delete.
26484 (Fmodify_category_entry): Call char_table_ref_and_range.
26485
26486 * category.h (CATEGORY_SET): Just call char_category_set.
26487
26488 * ccl.c: Include "character.h".
26489 (Qccl, Qcclp): New variables.
26490 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
26491 it's less than 256.
26492 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
26493 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
26494 and DST type.
26495 (ccl_driver): Change types of argument, adjust code accordingly.
26496 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
26497 ccl_driver.
26498 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
26499
26500 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
26501 New members src_multibyte, dst_multibyte, consumed, and produced.
26502 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
26503 (CODING_SPEC_CCL_PROGRAM): New macro.
26504 (ccl_driver): Update prototype.
26505 (Qccl, Qcclp, Fccl_program_p): Extern them.
26506 (CHECK_CCL_PROGRAM): New macro.
26507
26508 * character.c, character.h, chartab.c: New files.
26509
26510 * charset.c: Mostly re-written. Move character and multibyte sequence
26511 handling codes to character.c.
26512
26513 * charset.h: Mostly re-written. Move character and multibyte sequence
26514 handling codes to character.h.
26515
26516 * coding.c, coding.h: Mostly re-written.
26517
26518 * composite.c: Include "character.h" instead of "charset.h".
26519 (CHAR_WIDTH): Move to character.h.
26520 (HASH_KEY, HASH_VALUE): Delete.
26521
26522 * composite.h (enum composition_method): Change order of enumeration
26523 symbols.
26524
26525 * data.c: Include "character.h" instead of "charset.h".
26526 (Faref): Call CHAR_TABLE_REF for a char table.
26527 (Faset): Call CHAR_TABLE_SET for a char table.
26528
26529 * dispextern.h (free_realized_face, check_face_attribytes)
26530 (generate_ascii_font): Extern them.
26531 (free_realized_multibyte_face): Delete extern.
26532
26533 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
26534 table structure.
26535
26536 * editfns.c: Include "character.h" instead of "charset.h".
26537 (Fchar_to_string): Always call CHAR_STRING.
26538
26539 * emacs.c (main): Call init_charset_once, init_charset,
26540 syms_of_chartab, and syms_of_character.
26541
26542 * fileio.c: Include "character.h" instead of "charset.h".
26543 (Finsert_file_contents): Big change for the new code-conversion API.
26544 (choose_write_coding_system, Fwrite_region): Likewise.
26545 (build_annotations_2): Delete.
26546 (e_write): Big change for the new code-conversion API.
26547
26548 * fns.c: Include "character.h" instead of "charset.h".
26549 (copy_sub_char_table): Move to chartab.c.
26550 (Fcopy_sequence): Call copy_char_table for a char table.
26551 (concat): Delete codes calling count_multibyte.
26552 (string_char_to_byte, string_byte_to_char): Adjust for the new
26553 multibyte form.
26554 (internal_equal): Adjust for the change of char table structure.
26555 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
26556 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
26557 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
26558 (char_table_translate, optimize_sub_char_table)
26559 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
26560 chartab.c.
26561 (char_table_ref_and_index): Delete.
26562 (HASH_KEY, HASH_VALUE): Move to lisp.h.
26563 (Fmd5): Call preferred_coding_system instead of accessing
26564 Vcoding_category_list. Adjust for the new code-conversion API.
26565 (syms_of_fns): Move defsubr for char table related functions to
26566 chartab.c.
26567
26568 * fontset.c: Mostly re-written.
26569
26570 * fontset.h (struct font_info): Change type of the member encoding_type.
26571 (enum FONT_SPEC_INDEX): New enum.
26572 (fontset_font_pattern, fs_load_font): Update prototype.
26573 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
26574
26575 * indent.c: Include "character.h" instead of "charset.h".
26576 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
26577
26578 * insdel.c: Include "character.h" instead of "charset.h".
26579 (copy_text): Don't refer to Vnonascii_translation_table.
26580 (insert_from_gap): New function.
26581
26582 * keyboard.c: Include "character.h" instead of "charset.h".
26583 (command_loop_1): Never call direct_output_forward_char before
26584 a non-ASCII character.
26585 (read_char): If Vkeyboard_translate_table is a char table, always
26586 translate a character.
26587
26588 * keymap.c: Include "character.h".
26589 (store_in_keymap): Handle the case that IDX is a cons.
26590 (Fdefine_key): Handle the case that KEY is a cons and the car part
26591 is also a cons (range).
26592 (push_key_description): Adjust for the new character code.
26593 (describe_vector): Call describe_char_table for a char table.
26594 (describe_char_table): New function.
26595
26596 * keymap.h (describe_char_table): Extern it.
26597
26598 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
26599 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
26600 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
26601 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
26602 Delete.
26603 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
26604 structure.
26605 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
26606 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
26607 (CHARTAB_SIZE_BITS_3): New macros.
26608 (chartab_size): Extern it.
26609 (struct Lisp_Char_Table): Re-design.
26610 (struct Lisp_Sub_Char_Table): New structure.
26611 (HASH_KEY, HASH_VALUE): Move from fns.c.
26612 (CHARACTERBITS): Define as 22.
26613 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
26614 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
26615 (GC_SUB_CHAR_TABLE_P): New macro.
26616 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
26617 (code_convert_string_norecord): Delete extern.
26618 (init_character_once, syms_of_character, init_charset)
26619 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
26620
26621 * lread.c: Include "character.h".
26622 (read_multibyte): New arg NBYTES.
26623 (read_escape): Change the meaning of returned *BYTEREP.
26624 (to_multibyte): Delete.
26625 (read1): Adjust the handling of char table and string.
26626
26627 * print.c: Include "character.h" instead of "charset.h".
26628 (print_string): Convert 8-bit raw bytes to octal form by
26629 string_escape_byte8.
26630 (print_object): Adjust for the new multibyte form. Print 8-bit
26631 raw bytes always in octal form. Handle sub char table correctly.
26632
26633 * process.c: Include "character.h" instead of "charset.h".
26634 (read_process_output, send_process): Adjust for the new
26635 code-conversion API.
26636
26637 * puresize.h (BASE_PURESIZE): Increase.
26638
26639 * regex.c: Include "character.h" instead of "charset.h".
26640 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
26641 (regex_compile): Accept a range whose starting and ending
26642 character have different leading bytes.
26643 (analyse_first): Adjust for the above change.
26644
26645 * search.c: Include "character.h" instead of "charset.h".
26646 (search_buffer, boyer_moore): Adjust for the new multibyte form.
26647 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
26648
26649 * syntax.c: Include "character.h" instead of "charset.h".
26650 (syntax_parent_lookup): Delete.
26651 (Fmodify_syntax_entry): Accept a cons as CHAR.
26652 (skip_chars): Adjust for the new multibyte form.
26653 (init_syntax_once): Call char_table_set_range instead of directly
26654 accessing the structure of a char table.
26655
26656 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
26657 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
26658 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
26659 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
26660
26661 * term.c: Include "buffer.h" and "character.h".
26662 (encode_terminal_code, write_glyphs): Adjust for the new
26663 code-conversion API.
26664 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
26665
26666 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
26667
26668 * xdisp.c: Include "character.h".
26669 (get_next_display_element): Adjust for the new multibyte form.
26670 (disp_char_vector): Adjust for the new char table structure.
26671 (decode_mode_spec_coding): Adjust for the new structure of
26672 coding system.
26673 (decode_mode_spec): Adjust for the new code-conversion API.
26674
26675 * xfaces.c: Include "character.h" instead of "charset.h".
26676 (load_face_font): Adjust for the change of choose_face_font and
26677 FS_LOAD_FONT.
26678 (generate_ascii_font): New function.
26679 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
26680 (set_font_frame_param): Adjust for the change of choose_face_font.
26681 (free_realized_face): Make it public.
26682 (free_realized_faces_for_fontset): Rename from
26683 free_realized_multibyte_face. Free also faces realized for ASCII.
26684 (choose_face_font): Change arguments. Adjust for the change of
26685 fontset_font_pattern and FS_LOAD_FONT.
26686
26687 * xfns.c: Include "character.h".
26688 (x_encode_text): Adjust for the new code-conversion API.
26689
26690 * xselect.c: Don't include "charset.h".
26691 (selection_data_to_lisp_data): Adjust for the new code conversion API.
26692
26693 * xterm.c: Include "character.h".
26694 (x_encode_char): New argument CHARSET. Change caller.
26695 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
26696 Call ENCODE_CHAR instead of SPLIT_CHAR.
26697 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
26698 CHAR_WIDTH instead of CHARSET_WIDTH.
26699 (XTread_socket): Adjust for the new code-conversion API.
26700 (x_new_font): Adjust for the change of FS_LOAD_FONT.
26701 (x_load_font): Adjust for the change of struct font.
26702
26703 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
26704
26705 * xfaces.c (face_at_buffer_position): Remove unused vars.
26706
26707 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
26708
26709 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
26710 Fix overflow checking.
26711
26712 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
26713
26714 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
26715 Cancel previous change.
26716
26717 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
26718
26719 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
26720 ccl->eight_bit_control. Fix check for buffer overflow.
26721 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
26722 (ccl_driver): Initialize extra_bytes to 0.
26723
26724 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
26725
26726 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
26727 return it ORed with ctrl_modifier.
26728
26729 2008-01-29 Miles Bader <miles@gnu.org>
26730
26731 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
26732
26733 2008-01-28 Jason Rumney <jasonr@gnu.org>
26734
26735 * w32.c (stat): Don't double check for networked drive.
26736
26737 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
26738
26739 * window.c (run_window_configuration_change_hook): New function.
26740 Code extracted from set_window_buffer. Set the selected frame.
26741 (set_window_buffer): Use it.
26742 * window.h (run_window_configuration_change_hook): Declare.
26743 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
26744
26745 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
26746
26747 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
26748
26749 * Makefile.in: Remove references to unused macros.
26750
26751 2008-01-26 Eli Zaretskii <eliz@gnu.org>
26752
26753 * w32.c (g_b_init_get_sid_sub_authority)
26754 (g_b_init_get_sid_sub_authority_count): New static variables.
26755 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
26756 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
26757 (init_user_info): Use them to retrieve uid and gid.
26758 Use 500/513, the Windows defaults, as Administrator's uid/gid.
26759 (fstat): Use pw_uid and pw_gid from the_passwd structure for
26760 st_uid and st_gid of the file.
26761
26762 2008-01-26 Jason Rumney <jasonr@gnu.org>
26763
26764 * w32.c (logon_network_drive): New function.
26765 (stat): Use it.
26766
26767 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
26768
26769 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
26770 invisible text covered with an ellipsis.
26771
26772 2008-01-25 Richard Stallman <rms@gnu.org>
26773
26774 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
26775 jump back to beginning. Move some other initializations after that.
26776 (Qwindow_text_change_functions, Vwindow_text_change_functions):
26777 New variables.
26778 (syms_of_xdisp): Init them.
26779
26780 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
26781
26782 * buffer.c (reset_buffer_local_variables):
26783 Implement `permanent-local-hook'.
26784 (Qpermanent_local_hook): New variable.
26785 (syms_of_buffer): Init and staticpro it.
26786
26787 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
26788
26789 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
26790
26791 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
26792
26793 * fns.c (Fclrhash): Return TABLE.
26794
26795 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26796
26797 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
26798 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
26799 is set even without positional changes.
26800 (x_scroll_bar_clear): Set bar->redraw_needed_p.
26801
26802 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
26803
26804 2008-01-23 Jason Rumney <jasonr@gnu.org>
26805
26806 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
26807
26808 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
26809 the unicode range available in MULE by locale-coding-system.
26810 Improve dbcs lead byte detection. Set event timestamp and modifiers
26811 earlier.
26812
26813 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26814
26815 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
26816 [MAC_OSX] (init_mac_osx_environment): Initialize it.
26817 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
26818 when used on child processes.
26819
26820 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
26821
26822 * dbusbind.c (Fdbus_method_return_internal): Rename from
26823 Fdbus_method_return.
26824 (Fdbus_unregister_object): Move to dbus.el.
26825 (Fdbus_call_method, Fdbus_method_return_internal)
26826 (Fdbus_send_signal): Improve debug messages.
26827
26828 2008-01-20 Martin Rudalics <rudalics@gmx.at>
26829
26830 * undo.c (undo_inhibit_record_point): New variable.
26831 (syms_of_undo): Initialize it.
26832 (record_point): Don't record point when undo_inhibit_record_point
26833 is set.
26834
26835 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
26836
26837 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
26838
26839 * xdisp.c (Qauto_hscroll_mode): New var.
26840 (syms_of_xdisp): Initialize it.
26841 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
26842 window's buffer.
26843 (hscroll_windows): Don't check automatic_hscrolling_p here.
26844
26845 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
26846 vscroll if we're setting window-buffer to the value it already has.
26847
26848 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
26849
26850 * m/intel386.h: Remove references to XENIX.
26851
26852 2008-01-17 Andreas Schwab <schwab@suse.de>
26853
26854 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
26855 instead of HAVE_X86_64_LIB64_DIR.
26856 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
26857
26858 2008-01-17 Glenn Morris <rgm@gnu.org>
26859
26860 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
26861 to HAVE_X86_64_LIB64_DIR.
26862
26863 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
26864
26865 * s/irix3-3.h:
26866 * s/irix4-0.h:
26867 * s/386-ix.h:
26868 * s/domain.h:
26869 * s/hpux9-x11r4.h:
26870 * s/hpux9shxr4.h: Remove files for systems no longer supported.
26871
26872 * sysdep.c: Remove code containing references to symbols defined
26873 by unsupported systems.
26874
26875 2008-01-16 Glenn Morris <rgm@gnu.org>
26876
26877 * coding.c (select-safe-coding-system-function): Doc fix.
26878
26879 2008-01-15 Glenn Morris <rgm@gnu.org>
26880
26881 * config.in: Revert 2008-01-13 change: this is a generated file.
26882
26883 2008-01-13 Tom Tromey <tromey@redhat.com>
26884
26885 * lisp.h: Fix typo.
26886
26887 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
26888
26889 * m/sequent-ptx.h:
26890 * m/sequent.h:
26891 * s/ptx.h:
26892 * s/ptx4-2.h:
26893 * s/ptx4.h: Remove files for systems no longer supported.
26894
26895 * callproc.c (Fcall_process): Fix previous change.
26896
26897 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
26898
26899 * unexsunos4.c: Remove file, system not supported anymore.
26900
26901 * m/mips.h:
26902 * m/intel386.h:
26903 * callproc.c:
26904 * config.in:
26905 * ecrt0.c:
26906 * emacs.c:
26907 * fileio.c:
26908 * frame.c:
26909 * getpagesize.h:
26910 * keyboard.c:
26911 * lread.c:
26912 * process.c:
26913 * puresize.h:
26914 * sysdep.c:
26915 * systty.h:
26916 * syswait.h:
26917 * unexec.c:
26918 * xdisp.c:
26919 * alloc.c: Remove code containing references to symbols defined by
26920 unsupported systems.
26921
26922 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
26923
26924 * coding.c (detect_coding_mask): Fix previous change.
26925
26926 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
26927
26928 * coding.c (detect_coding_iso2022): New arg
26929 latin_extra_code_state. Allow Latin extra codes only
26930 when *latin_extra_code_state is nonzero.
26931 (detect_coding_mask): If there is a NULL byte, detect the encoding
26932 as UTF-16 or binary. If Latin extra codes exist, detect the
26933 encoding as ISO-2022 only when there's no other proper encoding is
26934 found.
26935
26936 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26937
26938 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
26939 #ifdef MAC_OS.
26940
26941 2008-01-08 Richard Stallman <rms@gnu.org>
26942
26943 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
26944
26945 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
26946
26947 * keyboard.c (parse_menu_item): Don't enclose key bindings on
26948 menu bar in parentheses.
26949
26950 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
26951
26952 * m/7300.h:
26953 * m/acorn.h:
26954 * m/alliant-2800.h:
26955 * m/alliant.h:
26956 * m/alliant1.h:
26957 * m/alliant4.h:
26958 * m/altos.h:
26959 * m/amdahl.h:
26960 * m/apollo.h:
26961 * m/att3b.h:
26962 * m/aviion-intel.h:
26963 * m/aviion.h:
26964 * m/celerity.h:
26965 * m/clipper.h:
26966 * m/cnvrgnt.h:
26967 * m/convex.h:
26968 * m/cydra5.h:
26969 * m/delta88k.h:
26970 * m/dpx2.h:
26971 * m/dual.h:
26972 * m/elxsi.h:
26973 * m/f301.h:
26974 * m/gould-np1.h:
26975 * m/gould.h:
26976 * m/i860.h:
26977 * m/ibmps2-aix.h:
26978 * m/ibmrt-aix.h:
26979 * m/ibmrt.h:
26980 * m/irist.h:
26981 * m/is386.h:
26982 * m/isi-ov.h:
26983 * m/mega68.h:
26984 * m/mg1.h:
26985 * m/news-r6.h:
26986 * m/news-risc.h:
26987 * m/news.h:
26988 * m/nh3000.h:
26989 * m/nh4000.h:
26990 * m/ns16000.h:
26991 * m/ns32000.h:
26992 * m/nu.h:
26993 * m/orion.h:
26994 * m/orion105.h:
26995 * m/paragon.h:
26996 * m/pfa50.h:
26997 * m/plexus.h:
26998 * m/pyramid.h:
26999 * m/pyrmips.h:
27000 * m/sh3el.h:
27001 * m/sps7.h:
27002 * m/sr2k.h:
27003 * m/stride.h:
27004 * m/sun1.h:
27005 * m/sun2.h:
27006 * m/sun3-68881.h:
27007 * m/sun3-fpa.h:
27008 * m/sun3-soft.h:
27009 * m/sun3.h:
27010 * m/sun386.h:
27011 * m/symmetry.h:
27012 * m/tad68k.h:
27013 * m/tahoe.h:
27014 * m/targon31.h:
27015 * m/tek4300.h:
27016 * m/tekxd88.h:
27017 * m/tower32.h:
27018 * m/tower32v3.h:
27019 * m/ustation.h:
27020 * m/wicat.h:
27021 * m/xps100.h:
27022 * s/cxux.h:
27023 * s/cxux7.h:
27024 * s/dgux.h:
27025 * s/dgux4.h:
27026 * s/dgux5-4-3.h:
27027 * s/dgux5-4r2.h:
27028 * s/esix.h:
27029 * s/esix5r4.h:
27030 * s/hiuxmpp.h:
27031 * s/hiuxwe2.h:
27032 * s/iris3-5.h:
27033 * s/iris3-6.h:
27034 * s/isc2-2.h:
27035 * s/isc3-0.h:
27036 * s/isc4-0.h:
27037 * s/isc4-1.h:
27038 * s/newsos5.h:
27039 * s/newsos6.h:
27040 * s/osf1.h:
27041 * s/osf5-0.h:
27042 * s/riscix1-1.h:
27043 * s/riscix12.h:
27044 * s/sco4.h:
27045 * s/sco5.h:
27046 * s/sunos4-0.h:
27047 * s/sunos4-1.h:
27048 * s/sunos413.h:
27049 * s/sunos4shr.h:
27050 * s/umax.h:
27051 * s/unipl5-2.h:
27052 * s/xenix.h:
27053 * cxux-crt0.s:
27054 * unexapollo.c:
27055 * unexconvex.c:
27056 * unexenix.c:
27057 * unexsni.c: Remove files for systems no longer supported.
27058
27059 * m/intel386.h: Remove references to unsupported systems.
27060
27061 * w32.c (get_emacs_configuration): Remove reference to i860.
27062
27063 * sysdep.c: Remove dead code.
27064
27065 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
27066
27067 * s/rtu.h:
27068 * m/masscomp.h: Remove files. Platform is obsolete.
27069
27070 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
27071
27072 * dbusbind.c (Fdbus_method_return): New function.
27073 (xd_read_message): Add the serial number to the event.
27074 (Fdbus_register_method): Activate the function.
27075
27076 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
27077
27078 * keyboard.c (read_key_sequence): Fix typo.
27079
27080 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
27081
27082 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
27083 (xd_signature, xd_append_arg): Handle element type detection for
27084 empty arrays.
27085 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
27086 SDATA () calls; this must be solved more general.
27087 (Fdbus_register_signal): Use SBYTES instead of strlen.
27088
27089 2008-01-03 Magnus Henoch <magnus@zemdatav>
27090
27091 * dbusbind.c (xd_append_arg): Use unsigned char instead of
27092 unsigned int for byte values (necessary for big-endian platform).
27093 (Fdbus_call_method): Handle the case of no returned arguments.
27094
27095 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
27096
27097 * dbusbind.c (xd_read_message): Use non-static input_event struct.
27098
27099 2007-12-31 Magnus Henoch <mange@freemail.hu>
27100
27101 * dbusbind.c (xd_signature): Signature of variant is just "v".
27102
27103 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
27104
27105 * dbusbind.c: Fix several errors and compiler warnings.
27106 Reported by Tom Tromey <tromey@redhat.com>.
27107 (XD_ERROR, XD_DEBUG_MESSAGE)
27108 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
27109 (xd_append_arg): Part for basic D-Bus types rewritten.
27110 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
27111 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
27112 appropriate.
27113 (xd_read_message): Return Qnil. Don't signal an error; it is not
27114 useful during event reading.
27115 (Fdbus_register_signal): Signal an error if the check for
27116 FUNCTIONP fails.
27117 (Fdbus_register_method): New function. The implementation is not
27118 complete, the call of the function signals an error therefore.
27119 (Fdbus_unregister_object): New function, renamed from
27120 Fdbus_unregister_signal. The initial check signals an error, if
27121 the object is not well formed.
27122
27123 2007-12-30 Richard Stallman <rms@gnu.org>
27124
27125 * textprop.c (get_char_property_and_overlay):
27126 Signal error if POSITION is out of range in a buffer.
27127
27128 2007-12-29 Martin Rudalics <rudalics@gmx.at>
27129
27130 * w32fns.c (Fx_create_frame): Make copy of frame parameters
27131 because the original parameters are in pure storage now.
27132
27133 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27134
27135 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
27136
27137 2007-12-22 Eli Zaretskii <eliz@gnu.org>
27138
27139 * callint.c (syms_of_callint) <command-history>: Add reference to
27140 history-length in the doc string.
27141
27142 2007-12-17 Jason Rumney <jasonr@gnu.org>
27143
27144 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
27145 before passing as wParam.
27146
27147 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
27148
27149 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
27150 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
27151 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
27152 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
27153 as number.
27154 (Fdbus_call_method): Fix docstring.
27155
27156 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
27157
27158 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
27159 New macros.
27160 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
27161 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
27162 Simplify.
27163 (xd_signature): New function.
27164 (xd_append_arg): Compute also signatures. Major rewrite.
27165 (xd_retrieve_arg): Make debug messages friendly.
27166 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
27167 Check for signatures of arguments.
27168
27169 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
27170
27171 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
27172 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
27173 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
27174 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
27175 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
27176 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
27177 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
27178 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
27179 (xd_retrieve_value): Remove. Functionality included in ...
27180 (xd_append_arg): New function.
27181 (Fdbus_call_method, Fdbus_send_signal): Apply it.
27182
27183 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
27184
27185 * dbusbind.c (top): Include <stdio.h>.
27186 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
27187 dbus_message_new_method_call and dbus_message_new_signal.
27188 (Fdbus_register_signal): Rename unique_name to uname.
27189 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
27190 non-existing unique name. Fix typos in matching rule. Return an
27191 object which is useful in Fdbus_unregister_signal.
27192 (Fdbus_unregister_signal): Reimplementation, in order to remove
27193 only the corresponding entry.
27194 (Vdbus_registered_functions_table): Change the order of entries.
27195 Apply these changes in xd_read_message and Fdbus_register_signal.
27196
27197 2007-12-16 Andreas Schwab <schwab@suse.de>
27198
27199 * fileio.c (Finsert_file_contents): Fix overflow check to not
27200 depend on undefined integer overflow.
27201
27202 2007-12-14 Jason Rumney <jasonr@gnu.org>
27203
27204 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
27205 for characters above 127.
27206
27207 2007-12-13 Jason Rumney <jasonr@gnu.org>
27208
27209 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
27210 before dereferencing array.
27211 (lookup_vk_code): Remove zero comparison.
27212
27213 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
27214
27215 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
27216 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
27217 Use `unsigned int' instead of `uint'.
27218 (xd_read_message, Fdbus_register_signal): Split expressions into
27219 multiple lines before operators "&&" and "||", according to the
27220 GNU Coding Standards.
27221
27222 2007-12-14 Eli Zaretskii <eliz@gnu.org>
27223
27224 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
27225
27226 2007-12-12 Juri Linkov <juri@jurta.org>
27227
27228 * buffer.c (Frename_buffer): In interactive spec replace
27229 `read-buffer' with `read-string' that uses `buffer-name-history'
27230 as history, and the current buffer's name as default.
27231
27232 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
27233
27234 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
27235 manipulating the backtrace manually.
27236 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
27237 (struct backtrace, backtrace_list): Remove.
27238 (command_loop_1): Remove dead var `no_direct'.
27239
27240 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
27241 preserve non-built-in buffer-local variables.
27242 (Fkill_all_local_variables): Don't re-create&re-set permanent
27243 buffer-local variables.
27244
27245 2007-12-09 Juri Linkov <juri@jurta.org>
27246
27247 * buffer.c (Frename_buffer): Change interactive spec from "s" to
27248 Lisp code that uses `read-buffer' with current buffer as default.
27249
27250 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
27251
27252 * dbusbind.c (xd_read_message): Generate an event for every
27253 registered handler. There might be several handlers registered
27254 for the same signal.
27255 (Fdbus_register_signal): Don't overwrite a registration for the
27256 same signal. Add a new registration if handlers are different.
27257 (Vdbus_registered_functions_table): Rework doc string.
27258
27259 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
27260
27261 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
27262 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
27263 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
27264 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
27265 Unify argument lists.
27266 (xd_read_message, Fdbus_register_signal): Reorder and extend event
27267 arguments and hash table keys. Use unique name for service.
27268 (Fdbus_unregister_signal): Remove checks.
27269 (Vdbus_registered_functions_table): Fix doc string.
27270
27271 2007-12-05 Magnus Henoch <mange@freemail.hu>
27272
27273 * process.c (make_process): Initialize pty_flag to 0.
27274
27275 2007-12-05 Jason Rumney <jasonr@gnu.org>
27276
27277 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
27278 specified XBMs.
27279
27280 2007-12-05 Richard Stallman <rms@gnu.org>
27281
27282 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
27283
27284 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27285
27286 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
27287 New variable.
27288 (mac_try_close_socket) [MAC_OSX]: New function.
27289 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
27290 Update cfsockets_for_select. Replace invalid CFRunLoop source.
27291
27292 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
27293 Use mac_try_close_socket.
27294
27295 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27296
27297 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
27298 reloc_base.
27299 (copy_dysymtab): Compute relocation base here.
27300 (rebase_reloc_address) [__ppc64__]: New function.
27301 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
27302 changed.
27303
27304 2007-12-05 Jason Rumney <jasonr@gnu.org>
27305
27306 * w32proc.c (sys_spawnve): Quote args with wildcards.
27307
27308 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27309
27310 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
27311 __objc_* sections.
27312 (unrelocate) [_LP64]: Set relocation base to address of data segment.
27313
27314 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
27315
27316 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
27317 Move check for Vdbus_registered_functions_table to
27318 xd_read_queued_messages.
27319 (xd_read_queued_messages): Protect xd_read_message calls by
27320 internal_condition_case_1.
27321
27322 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
27323
27324 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
27325 Qdbus_system_bus and Qdbus_session_bus, respectively.
27326 (Vdbus_intern_symbols): Remove.
27327 (Vdbus_registered_functions_table): New hash table.
27328 (XD_SYMBOL_INTERN_SYMBOL): Remove.
27329 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
27330 Rewrite in order to manage registered functions by hash table
27331 Vdbus_registered_functions_table.
27332
27333 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
27334
27335 * xterm.c: Update URL to Window Manager Specification in comment.
27336
27337 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
27338
27339 * config.in (HAVE_DBUS): Add.
27340
27341 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
27342 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
27343 (obj): Add $(DBUS_OBJ).
27344 (LIBES): Add $(DBUS_LIBS).
27345 (dbusbind.o): New target.
27346
27347 * dbusbind.c: New file.
27348
27349 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
27350
27351 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
27352 (Qdbus_event): New Lisp symbol.
27353 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
27354 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
27355 (keys_of_keyboard): Define dbus-event.
27356
27357 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
27358
27359 2007-12-01 Richard Stallman <rms@gnu.org>
27360
27361 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
27362
27363 2007-11-30 Jason Rumney <jasonr@gnu.org>
27364
27365 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
27366 (w32con_reset_terminal_modes): Clear screen buffer.
27367 (w32_face_attributes): Don't use color indexes that are out of range.
27368 Only reverse the default colors.
27369
27370 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
27371 WINDOWSNT.
27372
27373 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
27374
27375 2007-11-29 Jason Rumney <jasonr@gnu.org>
27376
27377 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
27378 (w32_face_attributes): Use Vtty_defined_color_alist to determine
27379 if the terminal colors are initialized.
27380 (unspecified_fg, unspecified_bg): Remove unused declarations.
27381
27382 2007-11-29 Andreas Schwab <schwab@suse.de>
27383
27384 * keyboard.c (apply_modifiers): Fix typo.
27385
27386 2007-11-29 Richard Stallman <rms@gnu.org>
27387
27388 * keymap.c (Fcurrent_local_map): Doc fix.
27389
27390 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
27391
27392 * s/gnu-kfreebsd.h: New file.
27393
27394 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
27395
27396 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
27397 Don't cast redundantly.
27398
27399 * keyboard.c (KEY_TO_CHAR): New macro.
27400 (parse_modifiers, apply_modifiers): Accept integer arguments.
27401 (read_key_sequence): Use them to unify the "shift->unshift" mapping
27402 for chars and symbol keys.
27403 After doing such remapping, apply function-key-map again.
27404
27405 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
27406
27407 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
27408 compiled anymore.
27409
27410 2007-11-26 Andreas Schwab <schwab@suse.de>
27411
27412 * process.c (list_processes_1): Fix indentation level of the
27413 command column.
27414
27415 2007-11-23 Andreas Schwab <schwab@suse.de>
27416
27417 * editfns.c (Fformat): Handle %c specially since it requires the
27418 argument to be of type int.
27419
27420 2007-11-23 Markus Triska <markus.triska@gmx.at>
27421
27422 * emacs.c (main): Call init_editfns before init_process, since
27423 init_process sets Vprocess_connection_type depending on OS release.
27424
27425 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
27426
27427 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
27428 (find_symbol_value): Use do_symval_forwarding.
27429
27430 * data.c (set_internal): Set the value in the `cons-cell' (for
27431 Buffer_Local_values) not only for frame-local variables.
27432
27433 2007-11-22 Andreas Schwab <schwab@suse.de>
27434
27435 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
27436 values to sprintf.
27437 * keymap.c (Fsingle_key_description): Likewise.
27438 * print.c (print_object): Likewise.
27439
27440 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
27441
27442 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
27443 file for image is nil.
27444
27445 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
27446
27447 * term.c: Include stdarg.h.
27448 (fatal): Implement using varargs.
27449 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
27450
27451 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
27452
27453 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
27454 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
27455 Update call to buffer_slot_type_mismatch.
27456 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
27457 (buffer_slot_type_mismatch): Update.
27458 * buffer.c (buffer_local_types): Remove.
27459 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
27460 (defvar_per_buffer): Set the type in the buffer_objfwd.
27461
27462 2007-11-21 Jason Rumney <jasonr@gnu.org>
27463
27464 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
27465 CreateFileMapping returns NULL on failure.
27466
27467 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
27468
27469 * search.c (Fset_match_data): Remove the `evaporate' feature.
27470 (unwind_set_match_data): Don't use the `evaporate' feature.
27471
27472 2007-11-21 Jason Rumney <jasonr@gnu.org>
27473
27474 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
27475
27476 * w32console.c (w32con_write_glyphs): Remove unused variables.
27477
27478 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
27479
27480 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
27481
27482 * s/darwin.h (MULTI_KBOARD): Remove.
27483
27484 * macfns.c (x_create_tip_frame, Fx_create_frame)
27485 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
27486
27487 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
27488
27489 * buffer.c (Fbuffer_local_value): Remove redundant test.
27490 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
27491 than in `current-buffer' to match the comment.
27492 Do the swap using swap_in_global_binding.
27493
27494 * data.c (store_symval_forwarding, set_internal):
27495 * eval.c (specbind): Remove dead code.
27496
27497 * coding.c (detect_coding, Fupdate_coding_systems_internal):
27498 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
27499 Since we do not want to see internal Lisp_*fwd objects here.
27500
27501 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
27502
27503 * sysdep.c (init_system_name): Use getaddrinfo if available.
27504
27505 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
27506 (x_scroll_bar_note_movement): start, end, with, height in struct
27507 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
27508
27509 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
27510
27511 * puresize.h (BASE_PURESIZE): Increase to 1190000.
27512
27513 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
27514
27515 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
27516 This undoes Richard's change of 14-Oct-2002.
27517
27518 * alloc.c (allocate_other_vector):
27519 * lisp.h (allocate_other_vector): Remove.
27520
27521 * window.c (struct save_window_data): Move non-lisp data to the end
27522 and make it `int' rather than Lisp_Object.
27523 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
27524 Done wrap/unwrap integer values.
27525 (Fset_window_configuration, compare_window_configurations):
27526 Update use of fields to their new types.
27527
27528 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
27529 Turn integer fields into `int'. Merge x_window_low and x_window_high.
27530 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
27531 (SET_SCROLL_BAR_X_WINDOW): Remove.
27532 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
27533 Access the new x_window field directly.
27534 * xterm.c (x_scroll_bar_create): Use a pseudovector.
27535 Don't wrap/unwrap integers into Lisp_Objects.
27536 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
27537 (x_scroll_bar_report_motion):
27538 Don't wrap/unwrap integers into Lisp_Objects.
27539 (x_term_init): Use SDATA.
27540 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
27541 (x_scroll_bar_set_handle, x_scroll_bar_remove)
27542 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
27543 (x_scroll_bar_report_motion, x_scroll_bar_clear):
27544 * xfns.c (x_set_background_color):
27545 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
27546 Access the new x_window field directly.
27547
27548 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
27549 (allocate_pseudovector): Make non-static.
27550
27551 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
27552 (allocate_pseudovector): Declare.
27553 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
27554
27555 2007-11-15 Andreas Schwab <schwab@suse.de>
27556
27557 * editfns.c (Fformat): Correctly format EMACS_INT values.
27558 Also take precision into account when formatting an integer.
27559
27560 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
27561
27562 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
27563
27564 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
27565 (syms_of_keyboard): Defsubr it.
27566
27567 * data.c (swap_in_global_binding): Fix longstanding bug where
27568 store_symval_forwarding was not called with the right second argument,
27569 thus causing objfwd-ing from being dropped.
27570
27571 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
27572
27573 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
27574 (Fx_display_pixel_height, Fx_display_planes)
27575 (Fx_display_color_cells, Fx_server_max_request_size)
27576 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
27577 (Fx_display_visual_class, Fx_display_save_under):
27578 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
27579 (Fx_display_pixel_height, Fx_display_planes)
27580 (Fx_display_color_cells, Fx_server_max_request_size)
27581 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
27582 (Fx_display_mm_height, Fx_display_mm_width)
27583 (Fx_display_backing_store, Fx_display_visual_class)
27584 (Fw32_select_font, Fx_display_save_under):
27585 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
27586 (Fx_display_pixel_height, Fx_display_planes)
27587 (Fx_display_color_cells, Fx_server_max_request_size)
27588 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
27589 (Fx_display_save_under): Fix typos in docstrings.
27590
27591 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
27592
27593 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
27594 corresponding to deleted entries; they are an implementation detail.
27595 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
27596 Remove variables.
27597 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
27598 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
27599 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
27600 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
27601 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
27602 (Fw32_define_rgb_color, Fw32_load_color_file)
27603 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
27604 Fix typos in docstrings.
27605 (Fx_server_version): Reflow docstring.
27606 (Fw32_shell_execute): Doc fixes.
27607
27608 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
27609
27610 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
27611 if w32_parse_hot_key returned nil.
27612
27613 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
27614
27615 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
27616
27617 2007-11-09 Jason Rumney <jasonr@gnu.org>
27618
27619 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
27620
27621 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
27622
27623 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
27624 Remove W32_SCROLL_BAR_CLICK_EVENT.
27625
27626 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
27627 Add MULTIMEDIA_KEY_EVENT.
27628
27629 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
27630 (lispy_multimedia_keys) [WINDOWSNT]: New array.
27631 (make_lispy_event) [WINDOWSNT]: Use it to translate
27632 MULTIMEDIA_KEY_EVENT.
27633
27634 * w32term.h (WM_APPCOMMAND): Define if not already.
27635 (GET_APPCOMMAND_LPARAM): Likewise.
27636
27637 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
27638 WM_APPCOMMAND.
27639
27640 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
27641 (syms_of_w32fns): Export and initialize it.
27642 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
27643
27644 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
27645
27646 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
27647 twice.
27648
27649 * xdisp.c (handle_face_prop): Fix last change.
27650
27651 2007-11-09 Richard Stallman <rms@gnu.org>
27652
27653 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
27654 not just for after-strings and before-strings.
27655 Call face_for_overlay_string and pass the overlay to it.
27656 (handle_display_prop): Determine whether property came from an overlay.
27657 Pass OVERLAY arg to handle_single_display_spec.
27658 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
27659 (load_overlay_strings): Fill in it->string_overlays.
27660 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
27661
27662 * xfaces.c (face_for_overlay_string): Function renamed from
27663 face_at_buffer_position_no_overlays, and add arg OVERLAY.
27664
27665 * dispextern.h (struct it): New elt string_overlays.
27666 New elt from_overlay, also in stack.
27667 Rearrange a few elements.
27668 (face_for_overlay_string): Decl renamed from
27669 face_at_buffer_position_no_overlays, and add argument.
27670
27671 2007-11-09 Richard Stallman <rms@gnu.org>
27672
27673 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
27674 to get the base face for an overlay string.
27675
27676 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
27677
27678 * xfaces.c (face_at_buffer_position_no_overlays): New function.
27679
27680 * xdisp.c (handle_stop): Move some code out of loop.
27681
27682 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27683
27684 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
27685 Fix conversion from Lisp object to ATSUFontID.
27686
27687 2007-11-09 Jason Rumney <jasonr@gnu.org>
27688
27689 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
27690
27691 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27692
27693 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
27694 Don't assume regions are aligned to page boundary.
27695 (print_load_command_name): Add LC_UUID if defined.
27696
27697 2007-11-09 Richard Stallman <rms@gnu.org>
27698
27699 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
27700
27701 2007-11-07 Jason Rumney <jasonr@gnu.org>
27702
27703 * s/windows95.h: Remove.
27704
27705 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
27706
27707 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
27708 abort with a message on unhandled store_type values.
27709
27710 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
27711
27712 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
27713 Remove HAVE_X11R5 and HAVE_X11R4.
27714
27715 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
27716
27717 * Makefile.in: Remove references to sunfns.c and sunfns.o.
27718
27719 2007-11-01 Johan Bockgård <bojohan@gnu.org>
27720
27721 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
27722 Don't set s->stippled_p here, since it has already been set by
27723 x_set_glyph_string_gc from x_draw_glyph_string.
27724
27725 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
27726
27727 * sunfns.c: Remove file.
27728
27729 * m/sun386.h:
27730 * m/sun2.h:
27731 * m/sparc.h: Remove Sun windows code.
27732
27733 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
27734
27735 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
27736 (init_keyboard): Set current_kboard's window-system to nil.
27737 (tty_read_avail_input): Typo.
27738 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
27739
27740 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
27741
27742 * s/usg5-4.h:
27743 * s/usg5-3.h:
27744 * s/ptx.h:
27745 * m/is386.h:
27746 * m/ibmps2-aix.h:
27747 * Makefile.in: Remove all mentions of X10.
27748
27749 * dispnew.c (syms_of_display): Don't mention version 10.
27750
27751 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
27752
27753 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
27754 ($(BLD)/abbrev.$(O)): Remove.
27755
27756 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
27757
27758 Rewrite abbrev.c in Elisp.
27759 * image.c (Qcount): Don't declare as extern.
27760 (syms_of_image): Initialize and staticpro `Qcount'.
27761 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
27762 * emacs.c (main): Don't call syms_of_abbrev.
27763 * Makefile.in (obj): Remove abbrev.o.
27764 (abbrev.o): Remove.
27765 * abbrev.c: Remove.
27766
27767 2007-10-26 Martin Rudalics <rudalics@gmx.at>
27768
27769 * window.c (window_min_size_2): Don't count header-line.
27770
27771 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
27772
27773 * frame.h (struct frame): Move all bit fields after the first bit
27774 field to take advantage of the available space. Group all the
27775 chars together to reduce wasted space due to padding.
27776
27777 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
27778
27779 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
27780
27781 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
27782 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
27783 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
27784 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
27785 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
27786 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
27787 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
27788 (last_marked, mark_object_loop_halt): Make static.
27789
27790 * frame.c (syms_of_frame) <delete-frame-functions>:
27791 Fix typo in docstring.
27792
27793 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
27794
27795 * w32.c (init_environment): Fix tiny memory leak.
27796 (w32_get_resource): Remove unused variable `ok'.
27797
27798 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
27799
27800 Make `window-system' into a keyboard-local variable (rather than
27801 frame-local as done originally by multi-tty).
27802
27803 * keyboard.h (struct kboard): Add Vwindow_system.
27804 * keyboard.c (init_kboard): Set a default for Vwindow_system.
27805 (mark_kboards): Mark Vwindow_system.
27806
27807 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
27808 (init_display): Don't set the obsolete `window-system' frame-param.
27809
27810 * xterm.c (x_term_init):
27811 * w32term.c (w32_create_terminal):
27812 * term.c (init_tty): Set Vwindow_system.
27813 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
27814 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
27815
27816 * xfns.c (Fx_create_frame, x_create_tip_frame):
27817 * w32fns.c (Fx_create_frame, x_create_tip_frame):
27818 * macfns.c (Fx_create_frame):
27819 Don't set the obsolete `window-system' frame-param.
27820
27821 * frame.h (Qwindow_system): Remove.
27822 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
27823 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
27824
27825 2007-10-24 Richard Stallman <rms@gnu.org>
27826
27827 * frame.c (x_figure_window_size): For fullscreen case,
27828 set USPosition | PPosition without clobbering rest of window_prompting.
27829
27830 * keyboard.c (Fcurrent_idle_time): Doc fix.
27831
27832 * print.c (Fwith_output_to_temp_buffer): Doc fix.
27833
27834 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
27835
27836 * process.c (unwind_request_sigio): Only define if __ultrix__.
27837
27838 * callproc.c (child_setup): Remove spurious *.
27839
27840 * lisp.h (Fget_text_property): Declare.
27841 (have_menus_p): Declare it here rather than in sys-dep header files.
27842 * macterm.h (have_menus_p):
27843 * msdos.h (have_menus_p):
27844 * xterm.h (have_menus_p): Remove.
27845
27846 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
27847 (Fmake_variable_frame_local): Just check the variable's const-ness
27848 rather than checking nil or t.
27849
27850 2007-10-22 Jason Rumney <jasonr@gnu.org>
27851
27852 * w32fns.c: Include math.h.
27853 (w32_abort): Declaration moved to nt/config.nt.
27854
27855 * s/ms-w32.h (HAVE_STDLIB_H): Define.
27856 (abort): Redefinition moved to nt/config.nt.
27857
27858 * m/windowsnt.h: Remove.
27859
27860 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
27861
27862 * emacs.c (Fdump_emacs): Fix typo in message.
27863 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
27864 <installation-directory>: Reflow docstring.
27865
27866 2007-10-22 Juri Linkov <juri@jurta.org>
27867
27868 * minibuf.c: Allow minibuffer default to be a list of default values.
27869 With empty input use the first element of this list as returned default.
27870 (string_to_object)
27871 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
27872 (read_minibuf): If defalt is cons, set histstring to its car.
27873 (Fread_string): If default_value is cons, set val to its car.
27874 (Fread_buffer): If def is cons, use its car.
27875 (Fcompleting_read): If defalt is cons, set val to its car.
27876
27877 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
27878
27879 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
27880
27881 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
27882
27883 * doc.c (Fdocumentation): Check for advice in all cases.
27884
27885 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
27886
27887 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
27888
27889 2007-10-19 Richard Stallman <rms@gnu.org>
27890
27891 * doc.c (Fdocumentation): Check for and handle an advised function.
27892
27893 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
27894
27895 * process.c (Fset_process_filter): Doc fix.
27896
27897 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
27898
27899 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
27900 which caused key-translation-map to applied repeatedly (thus breaking
27901 double-mode).
27902
27903 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
27904
27905 * xselect.c (x_own_selection, x_handle_selection_clear)
27906 (x_clear_frame_selections):
27907 * w32menu.c (list_of_panes, list_of_items):
27908 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
27909 * textprop.c (validate_plist, interval_has_all_properties)
27910 (interval_has_some_properties, interval_has_some_properties_list)
27911 (add_properties, text_property_list):
27912 * process.c (Fget_buffer_process, list_processes_1, status_notify):
27913 * minibuf.c (Fassoc_string):
27914 * macselect.c (x_own_selection, x_clear_frame_selections)
27915 (Fx_disown_selection_internal):
27916 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
27917 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
27918
27919 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
27920
27921 * process.c: Link to libs for calling res_init() if available.
27922 (Fmake_network_process): Call res_init() before getaddrinfo or
27923 gethostbyname, if possible.
27924
27925 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
27926
27927 * lread.c (read1): Set pvectype for char_tables.
27928
27929 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
27930 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
27931 Add type checks.
27932 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
27933
27934 * alloc.c (free_misc): Use XMISCTYPE.
27935 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
27936
27937 2007-10-17 Glenn Morris <rgm@gnu.org>
27938
27939 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
27940 (syms_of_minibuf): Add Qcompletion_ignore_case.
27941 * dired.c (Qcompletion_ignore_case): Change to external.
27942 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
27943 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
27944 (Fread_file_name): Use it rather than intern'ing.
27945
27946 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
27947 (Fread_coding_system): Ignore case of user input.
27948
27949 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27950
27951 * xdisp.c (handle_display_prop): Ignore display specs after
27952 replacing one when string text is being replaced.
27953 (handle_single_display_spec): Pretend as if characters with display
27954 property haven't been consumed only when buffer text is being replaced.
27955
27956 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
27957
27958 * xfns.c (Fx_create_frame, Fx_display_list):
27959 * window.c (window_fixed_size_p, enlarge_window)
27960 (shrink_window_lowest_first):
27961 * macterm.c (init_font_name_table):
27962 * macfns.c (Fx_create_frame, Fx_display_list):
27963 * lread.c (close_load_descs):
27964 * keyboard.c (read_char_x_menu_prompt):
27965 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
27966 * coding.c (code_convert_region_unwind): Test the type of an object
27967 rather than just !NILP before extracting data from it.
27968
27969 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
27970
27971 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
27972 (XMISCANY): New macro.
27973 (XMISCTYPE): Use it.
27974 (struct Lisp_Misc_Any): New type.
27975 (union Lisp_Misc): Use it.
27976 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
27977 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
27978 (find_symbol_value, set_internal, default_value, Fset_default)
27979 (Fmake_variable_buffer_local, Fmake_local_variable)
27980 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
27981 (Flocal_variable_if_set_p, Fvariable_binding_locus):
27982 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
27983 * alloc.c (allocate_buffer): Set the size and tag.
27984 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
27985 Use XMISCANY.
27986 (die): Follow the GNU convention for error messages.
27987 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
27988 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
27989 tag any more.
27990 (set_buffer_internal_1):
27991 * frame.c (store_frame_param):
27992 * eval.c (specbind):
27993 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
27994
27995 * doc.c (Fsnarf_documentation): Simplify.
27996
27997 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
27998
27999 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
28000 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
28001
28002 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
28003
28004 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
28005
28006 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
28007
28008 * eval.c (do_autoload): Don't save autoloads.
28009
28010 * data.c (Ffset): Save autoload of the function being set.
28011
28012 2007-10-07 John Paul Wallington <jpw@pobox.com>
28013
28014 * xfns.c (x_create_tip_frame): Set the `display-type' frame
28015 parameter before setting up faces.
28016
28017 2007-10-13 Eli Zaretskii <eliz@gnu.org>
28018
28019 * ccl.c (Fregister_code_conversion_map):
28020 * keyboard.c (append_tool_bar_item): Reformat last change.
28021
28022 * lisp.h (eabs): Rename from `abs'. All callers changed.
28023
28024 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
28025
28026 * buffer.c (add_overlay_mod_hooklist):
28027 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
28028 * fontset.c (make_fontset):
28029 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
28030 (append_tool_bar_item):
28031 * macmenu.c (grow_menu_items):
28032 * w32menu.c (grow_menu_items):
28033 * xmenu.c (grow_menu_items): Use larger_vector.
28034
28035 2007-10-13 Eli Zaretskii <eliz@gnu.org>
28036
28037 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
28038 selected frame'' on MSDOS).
28039
28040 2007-10-12 Martin Rudalics <rudalics@gmx.at>
28041
28042 * frame.c (Qexplicit_name): New variable.
28043 (x_report_frame_params): Report it in parameter alist.
28044 (syms_of_frame): Intern and staticpro it.
28045
28046 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
28047
28048 * macfns.c (x_create_tip_frame): Set terminal for frame.
28049
28050 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
28051
28052 * frame.c (Qenvironment): Remove.
28053 (syms_of_frame) <Qenvironment>: Don't initialize.
28054 (Fdelete_frame): Don't treat the `environment' param specially.
28055 * frame.h (Qenvironment): Don't declare.
28056 * callproc.c (set_initial_environment): Don't set unused frame param.
28057
28058 * frame.c (Fframe_with_environment): Remove.
28059 (syms_of_frame) <Sframe_with_environment>: Don't declare.
28060
28061 * lisp.h (Fframe_with_environment): Don't declare.
28062
28063 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
28064
28065 * indent.c (indent_tabs_mode, last_known_column)
28066 (last_known_column_modified): Make static.
28067 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
28068
28069 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
28070
28071 * puresize.h (BASE_PURESIZE): Increase to 1170000.
28072
28073 2007-10-09 Jason Rumney <jasonr@gnu.org>
28074
28075 * w32term.c (x_set_window_size): Disable code that attempts to tell
28076 Lisp code about a size change before it actually happens.
28077
28078 2007-10-09 Richard Stallman <rms@gnu.org>
28079
28080 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
28081 return HANDLED_RETURN.
28082
28083 2007-10-08 Martin Rudalics <rudalics@gmx.at>
28084
28085 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
28086 when there's an unread command event.
28087
28088 * frame.c (focus_follows_mouse): Move here from frame.el to allow
28089 window autoselection act appropriately when leaving selected frame.
28090 (syms_of_frame): Initialize focus_follows_mouse.
28091 * frame.h (focus_follows_mouse): Extern it.
28092 * macterm.c (XTread_socket): When focus_follows_mouse is nil
28093 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
28094 * msdos.c (dos_rawgetc): Likewise.
28095 * w32term.c (w32_read_socket): Likewise.
28096 * xterm.c (handle_one_xevent): Likewise.
28097 * xdisp.c (syms_of_xdisp): In doc-string of
28098 mouse-autoselect-window mention focus-follows-mouse.
28099
28100 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28101
28102 * macterm.c (mac_load_query_font): Fix missing return value.
28103 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
28104 Add BLOCK_INPUT.
28105
28106 2007-10-08 Richard Stallman <rms@gnu.org>
28107
28108 * xdisp.c (get_window_cursor_type): Implement documented behavior
28109 for cursor-in-non-selected-windows = t.
28110
28111 2007-10-08 Jason Rumney <jasonr@gnu.org>
28112
28113 * w32.c (w32_get_resource): Always close registry keys.
28114
28115 2007-10-08 Jason Rumney <jasonr@gnu.org>
28116
28117 * makefile.w32-in (LIBS): Add COMCTL32.
28118
28119 * w32fns.c (globals_of_w32fns): Init common controls.
28120
28121 2007-10-08 Richard Stallman <rms@gnu.org>
28122
28123 * image.c (our_memory_buffer): Rename from omfib_buffer.
28124
28125 2007-10-08 Richard Stallman <rms@gnu.org>
28126
28127 * buffer.c (Foverlays_at): Doc fix.
28128
28129 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
28130
28131 * fns.c (Fplist_put): Preserve uneven tail data.
28132
28133 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
28134
28135 * termhooks.h (enum event_kind): Remove trailing comma.
28136
28137 * frame.h (enum): Remove trailing comma.
28138
28139 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
28140
28141 * w32proc.c (delete_child): Don't terminate threads of zombies.
28142
28143 2007-10-08 Martin Rudalics <rudalics@gmx.at>
28144
28145 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
28146
28147 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
28148 last-repeatable-command.
28149 (init_kboard): Initialize Vlast_repeatable_command.
28150 (command_loop_1): Set it to real_this_command unless that was
28151 bound to an input event.
28152 (mark_kboards): Mark it.
28153
28154 2007-10-08 Richard Stallman <rms@gnu.org>
28155
28156 * eval.c (condition-case): Doc fix.
28157
28158 2007-10-08 Masatake YAMATO <jet@gyve.org>
28159
28160 * xfaces.c (tty_supports_face_attributes_p): Fix code
28161 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
28162 was copied and not edited.
28163
28164 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
28165
28166 Add new `input-decode-map' keymap and use it for terminal
28167 escape sequences.
28168 * keyboard.h (struct kboard): Add Vinput_decode_map.
28169 Remove Vlocal_key_translation_map.
28170 * keyboard.c (read_key_sequence): Add support for input-decode-map.
28171 (init_kboard): Init input-decode-map.
28172 Replace local-key-translation-map back with key-translation-map.
28173 (syms_of_keyboard): Declare input-decode-map.
28174 Remove local-key-translation-map. Update docstrings.
28175 (mark_kboards): Mark Vinput_decode_map.
28176 Don't mark Vlocal_key_translation_map.
28177 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
28178 Replace local-key-translation-map back with key-translation-map.
28179 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
28180 Bind in input-decode-map rather than function-key-map.
28181
28182 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
28183 This was made redundant by the previous introduction of XSETPVECTYPE.
28184
28185 2007-10-09 Richard Stallman <rms@gnu.org>
28186
28187 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
28188
28189 2007-09-29 Richard Stallman <rms@gnu.org>
28190
28191 * eval.c (internal_condition_case_2, internal_condition_case_1)
28192 (internal_condition_case): Reenable abort if x_catching_errors ()
28193 to see if that really happens and why.
28194
28195 2007-10-06 Andreas Schwab <schwab@suse.de>
28196
28197 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
28198
28199 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
28200
28201 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
28202
28203 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
28204
28205 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
28206
28207 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
28208
28209 * window.h (struct window):
28210 * window.c (struct save_window_data, struct saved_window):
28211 * termhooks.h (struct terminal):
28212 * process.h (struct Lisp_Process):
28213 * frame.h (struct frame):
28214 * buffer.h (struct buffer):
28215 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
28216 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
28217 The size field of (pseudo)vectors is now unsigned.
28218 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
28219
28220 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
28221 Turn `count' into an integer.
28222
28223 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
28224 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
28225 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
28226 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
28227 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
28228
28229 * alloc.c (allocate_pseudovector): New fun.
28230 (ALLOCATE_PSEUDOVECTOR): New macro.
28231 (allocate_window, allocate_terminal, allocate_frame)
28232 (allocate_process): Use it.
28233 (mark_vectorlike): New function.
28234 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
28235 (mark_terminals): Use it.
28236 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
28237 (Fmake_byte_code): Use XSETPVECTYPE.
28238
28239 * frame.c (Fframe_parameters): Minor simplification.
28240
28241 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
28242
28243 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
28244
28245 * buffer.c (Fget_buffer_create, init_buffer_once):
28246 * lread.c (defsubr):
28247 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
28248
28249 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
28250 defined differently in the m/*.h files.
28251 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
28252 (XSETPVECTYPE): New macro.
28253 (XSETPSEUDOVECTOR): Use it.
28254
28255 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
28256 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
28257
28258 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
28259 * lread.c (defvar_per_buffer):
28260 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
28261
28262 * window.c (candidate_window_p): Only consider as visible frames that
28263 are on the same terminal.
28264
28265 * m/ibms390x.h (MARKBIT): Remove unused macro.
28266
28267 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
28268
28269 * lread.c (Fload): Fix typo in docstring.
28270
28271 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
28272
28273 * floatfns.c (Fexpt): Manually check for overflows, so that a power
28274 of a non-zero value can't yield zero.
28275
28276 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
28277
28278 * term.c (term_clear_mouse_face, term_mouse_highlight)
28279 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
28280
28281 * print.c (safe_debug_print): Use XHASH.
28282
28283 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
28284 Lisp elements such as tags.
28285 (XHASH): New macro.
28286 (EQ): Use it.
28287 (SREF, SSET, STRING_COPYIN): Use SDATA.
28288 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
28289
28290 * alloc.c (mark_terminal): Remove left-over declaration.
28291 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
28292 (allocate_vectorlike): Remove type argument. Adjust callers.
28293 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
28294 Only handle the one remaining MEM_TYPE_VECTORLIKE.
28295
28296 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
28297 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
28298 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
28299 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
28300 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
28301 Use them.
28302
28303 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
28304 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
28305 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
28306
28307 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
28308
28309 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
28310 loaded by default.
28311
28312 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
28313
28314 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
28315 on this tty.
28316 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
28317
28318 * term.c (mouse_face_window): Rename from Qmouse_face_window.
28319 Update all users.
28320 (handle_one_term_event): Use Gpm_DrawPointer.
28321 (Fgpm_mouse_start): Rename from Fterm_open_connection.
28322 Signal errors instead of returning nil. Always return nil.
28323 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
28324 Make it a noop if gpm-mouse was not activated.
28325 (syms_of_term): Update names.
28326
28327 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
28328
28329 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
28330 (init_sys_modes): Check that gpm_tty is the current tty.
28331
28332 * alloc.c (allocate_terminal): Set the vector size to only count the
28333 lisp fields. Initialize those to nil.
28334 (mark_object): Don't treat terminals specially.
28335 (mark_terminal): Remove.
28336 (mark_terminals): Use mark_object instead.
28337
28338 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
28339 the GC to the beginning.
28340
28341 * indent.h:
28342 * indent.c: Use EMACS_INT for ints coming from Elisp data.
28343
28344 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
28345
28346 2007-09-25 Jason Rumney <jasonr@gnu.org>
28347
28348 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
28349
28350 * w32console.c (create_w32cons_output): Remove.
28351
28352 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
28353
28354 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
28355 (reset_sys_modes): Use reset_terminal_modes_hook.
28356
28357 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
28358
28359 * eval.c (do_autoload): Don't output any message.
28360
28361 2007-09-24 Juri Linkov <juri@jurta.org>
28362
28363 * emacs.c (standard_args): Change priority of "--no-splash"
28364 from 40 to 3. Add "--no-desktop" with the same priority.
28365
28366 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
28367
28368 * alloc.c (gc_sweep): Check cons cell mark bits word by word
28369 and optimize the case where they are all 1.
28370
28371 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
28372
28373 * lisp.h (abs): Define if not defined.
28374 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
28375 Don't define `abs', since it's defined in lisp.h.
28376
28377 2007-09-22 Eli Zaretskii <eliz@gnu.org>
28378
28379 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
28380 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
28381 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
28382 (init_tty): Use DEV_TTY instead of "/dev/tty".
28383 [WINDOWSNT]: No need to protect from NAME arg being null.
28384
28385 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
28386
28387 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
28388 up the tty state.
28389
28390 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
28391
28392 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
28393 (gpm_tty): Change its type.
28394 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
28395 (gpm_tty): Change its type and initialize it.
28396 (Fterm_open_connection): Check the frame is indeed a tty.
28397 Use the new gpm_tty.
28398 (Fterm_close_connection): Use the new gpm_tty.
28399 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
28400 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
28401
28402 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
28403
28404 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
28405 underline_color, to draw strike-through.
28406
28407 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
28408
28409 * lisp.h (allocate_terminal): Declare.
28410
28411 * window.c (candidate_window_p): Consider frames that are being placed
28412 by the user as somewhere between visible and iconified.
28413 (window_loop): Prefer windows on the current frame.
28414 (Fselect_window): Move the use of select-frame to the beginning so we
28415 can just delegate all the work (it'll call us back anyway).
28416
28417 * frame.c (Qdisplay_environment_variable):
28418 * frame.h (Qdisplay_environment_variable): Delete.
28419
28420 * .gdbinit (xbacktrace): Print the arg's address rather than the value
28421 of the first arg, since that value may be a union.
28422
28423 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
28424 parameter rather than Qdisplay_environment_variable. If all else
28425 fails, look for DISPLAY in initial-environment.
28426
28427 2007-09-21 Glenn Morris <rgm@gnu.org>
28428
28429 * Makefile.in (emacstool): Remove target.
28430 (lisp, shortlisp): Remove termdev.elc.
28431
28432 2007-09-21 Markus Triska <markus.triska@gmx.at>
28433
28434 * xterm.c (x_delete_display): Compile session management conditionally.
28435
28436 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
28437
28438 * callproc.c (getenv_internal_1): New function.
28439 (getenv_internal): Use it.
28440 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
28441
28442 * terminal.c (get_terminal): Don't accept ints to represent terminals.
28443 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
28444 (Fset_terminal_parameter): Work with dead terminals as well.
28445 (Fmodify_terminal_parameters): Remove.
28446
28447 * terminal.c (get_terminal): Handle terminals.
28448 Make sure the terminal returned is live.
28449 (create_terminal): Use allocate_terminal.
28450 (mark_terminals): Move to alloc.c.
28451 (delete_terminal): Use terminal->name as liveness status.
28452 NULL out fields after freeing their contents.
28453 Don't deallocate the object.
28454 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
28455 rather than an int.
28456 (Fterminal_live_p): Accept non-integer arguments.
28457 (Fterminal_list): Return terminal objects rather than an ints.
28458
28459 * alloc.c (enum mem_type): New member for `terminal' objects.
28460 (allocate_terminal): New function.
28461 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
28462 Handle terminals.
28463 (mark_terminal): New fun.
28464 (mark_terminals): Move from terminal.c.
28465
28466 * term.c (get_tty_terminal): Don't treat output_initial specially.
28467 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
28468 (delete_tty): Use terminal->name as liveness status.
28469
28470 * termhooks.h (struct terminal): Make it into a pseudovector.
28471 Remove `deleted' replaced by checking `name's nullness.
28472
28473 * print.c (print_object): Handle terminals.
28474
28475 * lisp.h (enum pvec_type): New `terminal' pseudovector.
28476 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
28477
28478 * frame.c (make_terminal_frame):
28479 * keyboard.c (tty_read_avail_input):
28480 * w32term.c (x_delete_terminal):
28481 * xfns.c (Fx_create_frame, x_create_tip_frame):
28482 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
28483
28484 2007-09-20 Glenn Morris <rgm@gnu.org>
28485
28486 * process.c (Fmake_network_process): Doc fix.
28487
28488 2007-09-19 Jason Rumney <jasonr@gnu.org>
28489
28490 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
28491
28492 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
28493
28494 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
28495 Fix a C warning regarding variable constness.
28496
28497 * xterm.c (handle_one_xevent): Fix a C warning.
28498
28499 2007-09-18 Jason Rumney <jasonr@gnu.org>
28500
28501 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
28502
28503 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
28504
28505 * gtkutil.c (gdpy_def): New variable.
28506 (xg_initialize): Initialize gdpy_def.
28507 (xg_display_close): If no other display exists, set gdpy_def to a
28508 new connection.
28509
28510 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
28511
28512 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
28513 when we have no file name for the icon.
28514 (xg_tool_bar_expose_callback): Remove.
28515 (xg_create_tool_bar): Don't connect expose signal to
28516 xg_tool_bar_expose_callback.
28517 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
28518
28519 2007-09-16 Andreas Schwab <schwab@suse.de>
28520
28521 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
28522 values instead of zapping them.
28523
28524 2007-09-14 Glenn Morris <rgm@gnu.org>
28525
28526 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
28527 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
28528 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
28529 scope and rename to omfib_buffer for clarity.
28530 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
28531
28532 2007-09-14 Kenichi Handa <handa@m17n.org>
28533
28534 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
28535
28536 2007-09-13 Jason Rumney <jasonr@gnu.org>
28537
28538 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
28539
28540 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
28541
28542 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
28543 (mac_term_init): Call here instead, passing rif.
28544
28545 2007-09-13 Glenn Morris <rgm@gnu.org>
28546
28547 * s/hpux.h: No longer define `static' as nothing.
28548
28549 2007-09-13 Johan Bockgård <bojohan@gnu.org>
28550
28551 * callint.c (Fcall_interactively): Remove unused var `fun'.
28552
28553 2007-09-12 Romain Francoise <romain@orebokech.com>
28554
28555 * window.c (prefer_window_split_horizontally, display_buffer):
28556 Revert 2007-09-08 change.
28557
28558 2007-09-12 Glenn Morris <rgm@gnu.org>
28559
28560 * alloca.c: Remove file.
28561 * Makefile.in (alloca): Do not undef.
28562 (allocaobj, alloca.o): Remove.
28563 (otherobj): Remove allocaobj.
28564 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
28565 * regex.c (C_ALLOCA): Remove all references and code that was only
28566 used when this was defined.
28567 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
28568 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
28569 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
28570
28571 * Makefile.in (SOURCES, unlock, relock): Delete.
28572
28573 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
28574 (menu_grab_callback): All uses changed.
28575
28576 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
28577 (x_reply_selection_request): All uses changed.
28578
28579 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
28580
28581 * lread.c (load_warn_old_style_backquotes): Change message to look
28582 better when it appears in the middle of byte-compiler messages.
28583
28584 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
28585
28586 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
28587
28588 * xterm.c (x_create_terminal): Add comment.
28589
28590 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
28591
28592 2007-09-10 Richard Stallman <rms@gnu.org>
28593
28594 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
28595
28596 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
28597
28598 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
28599 (DEFUN): Document `intspec', use it instead of `prompt'.
28600
28601 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
28602
28603 * data.c (Finteractive_form): If the interactive specification starts
28604 with a `(', use it as a Lisp form.
28605
28606 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
28607 name and file modes.
28608
28609 * callint.c (Fcall_interactively): Comment fixes.
28610
28611 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
28612
28613 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
28614 and compiled functions.
28615
28616 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
28617
28618 * window.c (prefer_window_split_horizontally): New variable.
28619 (display_buffer): Consider splitting window horizontally depending
28620 on prefer_window_split_horizontally.
28621
28622 2007-09-08 Eli Zaretskii <eliz@gnu.org>
28623
28624 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
28625
28626 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
28627
28628 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
28629
28630 * frame.c (x_set_frame_parameters): Check number is positive before
28631 using XFASTINT.
28632
28633 * window.c (freeze_window_start): Don't presume selected_window holds
28634 a window object.
28635 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
28636
28637 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
28638
28639 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
28640
28641 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
28642
28643 * window.c (Vsplit_window_preferred_function): New var.
28644 (Fdisplay_buffer): Use it.
28645 (syms_of_window): Export, and initialize it.
28646
28647 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
28648
28649 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
28650
28651 2007-09-06 Glenn Morris <rgm@gnu.org>
28652
28653 * gtkutil.c (menu_grab_callback) <cnt>:
28654 * xselect.c (x_reply_selection_request) <cnt>: Move static
28655 variable to file scope.
28656
28657 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
28658
28659 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
28660 consistent values of selected_frame and selected_window.
28661
28662 2007-09-04 Jason Rumney <jasonr@gnu.org>
28663
28664 * w32console.c (initialize_w32_display): Zero unused hooks.
28665
28666 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
28667
28668 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
28669 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
28670
28671 2007-09-04 Jason Rumney <jasonr@gnu.org>
28672
28673 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
28674 in w32console.c. Set up input. Remove XXX comments that have been
28675 confirmed as correct.
28676
28677 * s/ms-w32.h (MULTI_KBOARD): Define.
28678
28679 * w32console.c (one_and_only_w32cons): Remove.
28680 (initialize_w32_display): Take terminal argument.
28681
28682 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
28683 initialize_w32_display.
28684 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
28685
28686 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
28687
28688 * keyboard.c (discard_mouse_events): Discard it.
28689 (make_lispy_event): Translate it to a lisp event.
28690 (lispy_wheel_names): Add wheel-left and right events.
28691 (syms_of_keyboard): Enlarge wheel_syms.
28692
28693 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
28694 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
28695
28696 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
28697
28698 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
28699 from WM_MOUSEHWHEEL.
28700 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
28701
28702 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
28703 terminal.
28704
28705 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
28706 keyboard for the terminal.
28707
28708 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
28709
28710 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
28711 (Vresume_tty_hook): Rename from Vresume_tty_functions.
28712 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
28713 and resume-tty-function to resume-tty-hook.
28714 (Fsuspend_tty, Fresume_tty): Use new names.
28715
28716 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
28717
28718 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
28719 if it starts with "n:".
28720
28721 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
28722
28723 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
28724
28725 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
28726
28727 * frame.h:
28728 * frame.c (Qterm_environment_variable): Remove.
28729 (syms_of_frame): Don't init and staticpro it.
28730
28731 * callproc.c (getenv_internal): Remove special case for $TERM.
28732
28733 * callproc.c (Vinitial_environment): New variable.
28734 (set_initial_environment): Initialize it.
28735 (syms_of_callproc): Declare it.
28736 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
28737 TERM under which a process runs is never related to the TERM in which
28738 Emacs is running.
28739
28740 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
28741
28742 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
28743 * s/darwin.h: ... do it here.
28744
28745 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
28746
28747 * lisp.h (set_initial_environment): Rename from set_global_environment.
28748
28749 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
28750 removed by mistake on the multi-tty branch.
28751
28752 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
28753 (Fmodify_frame_parameters): Return a value.
28754
28755 * image.c (png_load): Comment-out var only used in commented-out code.
28756
28757 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
28758 before passing it to mark_object.
28759
28760 * xfaces.c (internal_resolve_face_name): Return a value.
28761 (internal_resolve_face_name, resolve_face_name_error): Comment out.
28762
28763 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
28764 (x_icon): Comment-out var only used in commented-out code.
28765
28766 2007-08-29 Romain Francoise <romain@orebokech.com>
28767
28768 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
28769 QUIT hasn't been provided.
28770
28771 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
28772
28773 * callproc.c (child_setup, getenv_internal): Use the
28774 display-environment-variable and term-environment-variable frame params.
28775 (set_initial_environment): Initialise Vprocess_environment.
28776
28777 * config.in: Disable multi-keyboard support on a mac.
28778
28779 * frame.c (Qterm_environment_variable)
28780 (Qdisplay_environment_variable): New variables.
28781 (syms_of_frame): Intern and staticpro them.
28782 (Fmake_terminal_frame): Disable output method test.
28783
28784 * frame.h: Declare them here.
28785
28786 * macfns.c (x_set_mouse_color): Get rif from the frame.
28787 (x_set_tool_bar_lines): Don't use updating_frame.
28788 (mac_window): Add 2 new parameters for consistency with other systems.
28789 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
28790 frame parameters following what is done in X11 and w32. Don't use
28791 FRAME_MAC_DISPLAY_INFO.
28792 (Fx_open_connection, start_hourglass): Remove window-system check.
28793 (x_create_tip_frame): Get the keyboard from the terminal.
28794
28795 * macmenu.c: Reorder includes.
28796 (Fx_popup_menu): Use terminal specific mouse_position_hook.
28797
28798 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
28799 terminal parameter.
28800 (x_clear_frame): Add a frame parameter.
28801 (note_mouse_movement): Get rif from the frame.
28802 (mac_term_init): Initialize the terminal.
28803 (mac_initialize): Make static and move terminal initialization ...
28804 (mac_create_terminal): ... to this new function.
28805
28806 * macterm.h (struct mac_display_info): Add terminal.
28807 (mac_initialize): Delete declaration.
28808
28809 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
28810
28811 * sysdep.c: Comment out text after #endif.
28812
28813 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
28814 is defined. Better initialize ttys in windows. Use terminal
28815 specific mouse_position_hook.
28816
28817 * termhooks.h (union display_info): Add mac_display_info.
28818
28819 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
28820 Set the default minibuffer frame, window_system and the rest of the
28821 frame parameters following what is done in X11.
28822
28823 * w32term.c (w32_initialize): Make static.
28824
28825 * xselect.c (x_handle_selection_clear): Only access
28826 terminal->kboard when MULTI_KBOARD is defined.
28827
28828 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
28829 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
28830
28831 2007-08-29 Jason Rumney <jasonr@gnu.org>
28832
28833 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
28834 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
28835
28836 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
28837 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
28838
28839 * keyboard.c (restore_kboard_configuration): Only define when
28840 MULTI_KBOARD defined.
28841
28842 * makefile.w32-in: Update dependancies from Makefile.in.
28843 (OBJ1): Add terminal.$(O)
28844
28845 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
28846 Don't define function body.
28847 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
28848
28849 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
28850
28851 * w32.c (request_sigio, unrequest_sigio): Remove.
28852
28853 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
28854 (w32con_clear_frame, w32con_clear_end_of_line)
28855 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
28856 (w32con_delete_glyphs, w32con_set_terminal_window)
28857 (scroll_line, w32_sys_ring_bell): Add frame arg.
28858 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
28859 Add terminal arg.
28860 (PICK_FRAME): Remove.
28861 (w32con_write_glyphs): Use frame specific terminal coding.
28862 (one_and_only_w32cons): New global variable.
28863 (initialize_w32_display): Use it for storing hooks.
28864 (create_w32cons_output): New function.
28865
28866 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
28867 arg a frame.
28868
28869 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
28870 Set window_system.
28871 (x_set_tool_bar_lines): Don't use updating_frame.
28872 (Fx_create_frame): Set terminal and ref count.
28873 (Fx_open_connection): Remove window-system check.
28874
28875 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
28876
28877 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
28878 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
28879 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
28880 Add frame arg.
28881 (x_delete_terminal, w32_create_terminal): New functions.
28882 (w32_term_init): Create a terminal.
28883 (w32_initialize): Move terminal specific initialization to
28884 w32_create_terminal.
28885
28886 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
28887 (w32_clear_rect, w32_clear_area): Use background from frame.
28888 (w32_display_info): Add terminal.
28889 (w32_sys_ring_bell, x_delete_display): Declare here.
28890
28891 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
28892
28893 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
28894
28895 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
28896
28897 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
28898 Fix get_named_tty calls for the controlling tty.
28899
28900 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
28901
28902 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
28903
28904 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
28905
28906 * term.c (tty_insert_glyphs): Add missing first parameter.
28907
28908 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
28909
28910 * buffer.c (Fbuffer_list, Fbury_buffer):
28911 Take frame->buried_buffer_list into account.
28912
28913 * cm.c (current_tty): New variable, for cmputc().
28914 (cmputc): Use it.
28915 (cmcheckmagic): Add tty parameter, look up terminal streams there.
28916 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
28917 (cmgoto): Add tty parameter. Pass it on to calccost().
28918 Use emacs_tputs() instead of tputs().
28919
28920 * cm.h (emacs_tputs): New macro to set current_tty, and then call
28921 tputs().
28922 (current_tty): New variable, for cmputc().
28923 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
28924
28925 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
28926 (internal_condition_case, internal_condition_case_1)
28927 (internal_condition_case_2): Don't abort when x_catching_errors.
28928
28929 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
28930 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
28931 prevent crashes caused by bogus longjmps in read_char.
28932
28933 * keymap.h (Fset_keymap_parent): Add EXFUN.
28934
28935 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
28936 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
28937 Remove redundant definition.
28938
28939 * macfns.c (x_set_mouse_color, x_make_gc):
28940 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
28941
28942 * w32term.c (x_free_frame_resources):
28943 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
28944 (w32_initialize): Use the accessor macros for terminal characteristics.
28945
28946 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
28947 Use the accessor macros for terminal characteristics.
28948 * msdos.c (internal_terminal_init): Use the accessor macros for
28949 terminal characteristics.
28950 (ScreenVisualBell, internal_terminal_init):
28951 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
28952
28953 * termopts.h (no_redraw_on_reenter): Declare.
28954
28955 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
28956 (mark_terminals, mark_ttys): Declare.
28957 (Fgarbage_collect): Call them.
28958 (mark_object): Mark buried_buffer_list.
28959
28960 * prefix-args.c: Include stdlib.h for exit.
28961
28962 * syssignal.h: Add comment.
28963
28964 * indent.c: Include stdio.h.
28965
28966 * window.h (Vinitial_window_system): Declare.
28967 (Vwindow_system): Delete declaration.
28968
28969 * fontset.c (Finternal_char_font): Use FRAME_RIF.
28970
28971 * image.c (lookup_image): Don't initialize `c' until the xasserts
28972 have been run.
28973
28974 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
28975 FRAME_FOREGROUND_PIXEL.
28976
28977 * print.c (print_preprocess): Don't lose print_depth levels while
28978 iterating.
28979
28980 * widget.c (update_from_various_frame_slots):
28981 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
28982
28983 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
28984 frames.
28985 (window_internal_height): Remove bogus make_number call.
28986 (init_window_once): Call make_terminal_frame with two zero parameters.
28987
28988 * fileio.c (Fread_file_name): Update comment.
28989
28990 * callint.c (Fcall_interactively):
28991 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
28992 Make sure it is correctly unwound.
28993
28994 * xsmfns.c (x_session_close): New function.
28995
28996 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
28997 Delete declarations.
28998
28999 * xterm.h: Remove declaration for x_fully_uncatch_errors.
29000 (x_output): Remove background_pixel and foreground_pixel fields.
29001 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
29002 (x_delete_device, x_session_close): Declare.
29003
29004 * lread.c: Include setjmp.h. Update declaration of `read_char'.
29005 (read_filtered_event): Call `read_char' with a local
29006 `wrong_kboard_jmpbuf'.
29007
29008 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
29009 Don't call single_kboard_state. Use FRAME_RIF.
29010
29011 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
29012 systems.
29013
29014 * lisp.h (set_process_environment): Rename to `set_global_environment'.
29015 (Fframe_with_environment, Fset_input_meta_mode)
29016 (Fset_quit_char): EXFUN.
29017 (x_create_device, tty_output, terminal, tty_display_info): Declare.
29018 (init_sys_modes, reset_sys_modes): Update prototypes.
29019 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
29020
29021 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
29022 Vlocal_key_translation_map, and Vkeyboard_translate_table.
29023 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
29024 Delete declarations.
29025 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
29026 (temporarily_switch_to_single_kboard, tty_read_avail_input):
29027 New declarations.
29028
29029 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
29030 already does that during init_display(). Call syms_of_keymap
29031 before syms_of_keyboard. Call `syms_of_terminal'.
29032 Call set_initial_environment, not set_process_environment.
29033 (shut_down_emacs): Call reset_all_sys_modes() instead of
29034 reset_sys_modes().
29035
29036 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
29037 (internal_resolve_face_name, resolve_face_name_error): New functions.
29038 (resolve_face_name): Protect against loops and errors thrown by Fget.
29039 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
29040 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
29041
29042 * scroll.c: Replace CURTTY() with local variables throughout the
29043 file (where applicable).
29044 (calculate_scrolling, calculate_direct_scrolling)
29045 (scrolling_1, scroll_cost): Use the accessor macros for terminal
29046 characteristics.
29047
29048 * keymap.c (Vfunction_key_map): Remove.
29049 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
29050 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
29051 (Vkey_translation_map): Remove.
29052 (syms_of_keymap): Remove DEFVAR for key-translation-map.
29053 (Fdescribe_buffer_bindings)
29054 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
29055 Update for terminal-local key-translation-map.
29056
29057 * Makefile.in (callproc.o): Update dependencies.
29058 (lisp, shortlisp): Add termdev.elc.
29059 (obj): Add terminal.o.
29060 (terminal.o): Add dependencies.
29061 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
29062 (data.o, fns.o): Add termhooks.h dependency.
29063 (SOME_MACHINE_LISP): Add dnd.elc.
29064 (minibuf.o): Fix typo.
29065 Update dependencies.
29066
29067 * data.c (do_symval_forwarding, store_symval_forwarding)
29068 (find_symbol_value): Use the selected frame's keyboard, not
29069 current_kboard.
29070
29071 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
29072 Vwindow_system.
29073
29074 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
29075 Fmenu_bar_open.
29076 (syms_of_xmenu): Update defsubr.
29077 (mouse_position_for_popup, Fx_popup_menu)
29078 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
29079 (set_frame_menubar, free_frame_menubar)
29080 (create_and_show_popup_menu, xmenu_show)
29081 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
29082 an X frame.
29083
29084 * xselect.c (x_own_selection): Abort if not an X frame.
29085 (some_frame_on_display): Check if it is an X frame.
29086 (x_handle_selection_clear): Deal with MULTI_KBOARD.
29087
29088 * coding.c: Include frame.h and termhooks.h.
29089 (terminal_coding, keyboard_coding): Delete.
29090 (Fset_terminal_coding_system_internal)
29091 (Fset_keyboard_coding_system_internal)
29092 (Fkeyboard_coding_system)
29093 (Fterminal_coding_system): Add a terminal parameter.
29094 Get terminal_coding from the terminal.
29095 (init_coding_once): Don't call setup_coding_system here.
29096
29097 * dispextern.h (set_scroll_region, turn_off_insert)
29098 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
29099 (tty_clear_end_of_line, tty_setup_colors)
29100 (delete_tty, updating_frame)
29101 (produce_special_glyphs, produce_glyphs, write_glyphs)
29102 (insert_glyphs): Remove.
29103 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
29104 (tty_turn_off_highlight, get_tty_size): Add declaration.
29105 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
29106
29107 * frame.h (enum output_method): Add output_initial.
29108 (struct x_output): Delete.
29109 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
29110 Access foreground_pixel and background_pixel directly from the frame.
29111 (tty_display): Delete.
29112 (struct frame): Add buried_buffer_list, foreground_pixel,
29113 background_pixel and terminal. Delete kboard.
29114 (union output_data): Add tty.
29115 (FRAME_KBOARD): Get the kboard from the terminal.
29116 (FRAME_INITIAL_P): New macro.
29117 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
29118 (Qterm_environment_variable, Qdisplay_environment_variable)
29119 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
29120 New declarations.
29121
29122 * termchar.h (tty_output, tty_display_info): New structures.
29123 (tty_list): Declare.
29124 (FRAME_TTY, CURTTY): New macros.
29125 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
29126 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
29127 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
29128 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
29129
29130 * callproc.c: Include frame.h and termhooks.h, for terminal
29131 parameters.
29132 (add_env): New function.
29133 (child_setup): Use it.
29134 (child_setup, getenv_internal): Handle the new Vprocess_environment.
29135 (getenv_internal): Fix get_terminal_param call.
29136 (Fgetenv_internal, egetenv): Update doc.
29137 (syms_of_callproc): Initialize Vprocess_environment to nil.
29138 Register and initialize them. Remove obsolete defvars. Update doc
29139 strings.
29140 (child_setup): Handle Vlocal_environment_variables.
29141 (getenv_internal): Add terminal parameter.
29142 Handle Vlocal_environment_variables.
29143 (Fgetenv_internal): Add terminal parameter.
29144 (child_setup, getenv_internal, Fgetenv_internal): Store the local
29145 environment in a frame (not terminal) parameter. Update doc strings.
29146 (set_initial_environment): Rename from set_global_environment.
29147 Store Emacs environment in initial frame parameter.
29148
29149 * xdisp.c (redisplay_internal): Update references to
29150 `previous_terminal_frame'.
29151 (display_mode_line, Fformat_mode_line): Replace calls to
29152 `push_frame_kboard' with `push_kboard'.
29153 (get_glyph_string_clip_rects): Add extra parentheses and
29154 braces to prevent compiler warnings.
29155 (calc_pixel_width_or_height): Add xassert to check that the
29156 frame is alive. Don't call `lookup_image' on a termcap frame.
29157 (message2_nolog, message3_nolog, redisplay_internal)
29158 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
29159 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
29160 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
29161 (Fx_display_pixel_width, Fx_display_pixel_height)
29162 (Fx_display_planes, Fx_display_color_cells)
29163 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
29164 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
29165 (Fx_display_backing_store, Fx_display_visual_class)
29166 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
29167 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
29168
29169 * xfns.c (x_set_foreground_color x_set_background_color)
29170 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
29171 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
29172 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
29173 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
29174 terminal that is being deleted.
29175 (Fx_create_frame): Use `store_frame_param' to set `window-system'
29176 frame parameter, and make sure it overrides any user-supplied setting.
29177 (Fx_close_connection, Fx_synchronize): Unify argument names with
29178 the rest of the DEFUNs.
29179
29180 * dispnew.c (Fsend_string_to_terminal): Update call to
29181 `get_tty_terminal'.
29182 (Fredraw_frame, Fsend_string_to_terminal)
29183 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
29184 FRAME_TERMCAP_P and FRAME_TTY.
29185 (window_change_signal): Don't believe width/height values that are
29186 impossibly small.
29187 (Vinitial_window_system): Rename from Vwindow_system.
29188 (termscript, Wcm, rif): Delete.
29189
29190 * termhooks.h (struct terminal): New struct containing the
29191 previously global text display hooks and new members NAME,
29192 DELETED and PARAM_ALIST.
29193 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
29194 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
29195 (FRAME_RIF): New macros.
29196 (get_terminal_param, get_device): New declarations.
29197 (termscript): Delete declaration.
29198
29199 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
29200 (XTflash, x_free_frame_resources, x_scroll_bar_create)
29201 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
29202 FRAME_FOREGROUND_PIXEL.
29203 (x_fully_uncatch_errors): Disable definition.
29204 (x_scroll_bar_expose): Fix reference to foreground pixel.
29205 (XTread_socket): Disable loop on all X displays.
29206 (x_delete_terminal): Don't set terminal->deleted and let
29207 delete_terminal delete the frames on the terminal.
29208 (x_delete_display): Doc update to reflect changes in
29209 delete_terminal.
29210 (x_display_info) <terminal>: Move member earlier in the struct.
29211 (deleting_tty): Remove old variable.
29212 (Fsuspend_tty): Call clear_tty_hooks.
29213 (Fresume_tty, init_tty): Call set_tty_hooks.
29214 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
29215 errors on X frames.
29216 (x_catch_errors_unwind): Abort if x_error_message is NULL.
29217 (handle_one_xevent): Initialize `f' to NULL.
29218 (x_delete_terminal, x_create_terminal): New functions.
29219 (XTset_terminal_modes, XTreset_terminal_modes)
29220 (XTread_socket, x_connection_closed, x_term_init)
29221 (x_term_init, x_delete_display): Add terminal parameter.
29222 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
29223 X connections.
29224
29225 * frame.c: Include termchar.h.
29226 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
29227 (Qwindow_system, Qenvironment, Qterm_environment_variable)
29228 (Qdisplay_environment_variable): New vars.
29229 (Fframep): Deal with output_initial.
29230 (Fframe-live-p): Doc fix.
29231 (Fwindow-system): New function.
29232 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
29233 (make_terminal_frame): Don't create frames on a terminal that is
29234 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
29235 (store_frame_param): Check for found_for_frame before calling XFRAME.
29236 (Fmake_terminal_frame): Handle NULL tty names correctly.
29237 (syms_of_frame): Enhance doc string of `default-frame-alist'.
29238 (Fdelete_frame): Remove unused variable `count'. Don't allow other
29239 frames to refer to a deleted frame in their 'environment parameter.
29240 (Fframe_with_environment): New function.
29241 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
29242 (get_future_frame_param): New function.
29243 (Fmake_terminal_frame): Use it.
29244 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
29245
29246 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
29247 * sysdep.c (reset_sys_modes): Update for renames.
29248
29249 * keyboard.c (tty_read_avail_input): New function.
29250 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
29251 (syms_of_keyboard): Defsubr them.
29252 (Fset_input_meta_mode, Fset_quit_char): New functions.
29253 (Fset_input_mode): Split to above functions.
29254 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
29255 parameter. Use it in call to `read_char'.
29256 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
29257 Set wrong_kboard_jmpbuf correctly in recursive calls.
29258 Use current_kboard to access Vkeyboard_translate_table.
29259 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
29260 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
29261 Update longjmp invocations. Remember the original current_kboard,
29262 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
29263 changes it. Comment out unnecessary calls to
29264 `record_single_kboard_state' and `any_kboard_state'.
29265 Update recursive calls.
29266 (wrong_kboard_jmpbuf): Remove global variable.
29267 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
29268 Handle deleted interrupted_kboards correctly; that is a legal
29269 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
29270 and read_char calls. Abort if interrupted_kboard died in read_char.
29271 (any_kboard_state, single_kboard_state)
29272 (push_frame_kboard): Remove function.
29273 (pop_kboard): Switch out of single_kboard mode if the kboard has
29274 been deleted. Remove unused variable. Help debugging by not
29275 changing current_kboard unnecessarily. Set current_kboard to the
29276 kboard of the selected frame when the stored kboard object has
29277 been deleted before pop_kboard.
29278 (temporarily_switch_to_single_kboard): Change first parameter to a
29279 frame pointer. Throw an error when caller wants to change kboards
29280 while in single_kboard mode. Don't push_kboard if we weren't in
29281 single kboard state. Don't pop_kboard if we popped into any
29282 kboard state.
29283 (restore_kboard_configuration): Abort if pop_kboard changed the
29284 kboard in single_kboard mode. Call pop_kboard only after setting
29285 up single_kboard mode.
29286 (Frecursive_edit): Switch to single_kboard mode only in nested
29287 command loops.
29288 (cmd_error, command_loop, command_loop_1, timer_check):
29289 Comment out unnecessary call to `any_kboard_state' and
29290 `record_single_kboard_state'.
29291 (delete_kboard): Exit single_kboard mode if we have just deleted
29292 that kboard. Use FRAME_KBOARD.
29293 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
29294 `fatal_error_signal'.
29295 (record_single_kboard_state): Don't push_kboard if we weren't in
29296 single kboard state. Don't pop_kboard if we popped into any
29297 kboard state.
29298 (push_frame_kboard): Rename to push_kboard.
29299 (kbd_buffer_get_event): Use FRAME_TERMINAL.
29300 (read_avail_input): Read input from all terminals.
29301 (mark_kboards): Also mark Vkeyboard_translate_table.
29302 (kbd_buffer_store_event_hold): Simplify condition.
29303 (read_key_sequence): Reinitialize fkey and keytran at each replay.
29304 (Vkeyboard_translate_table): Move to struct kboard.
29305 (init_kboard): Initialize Vkeyboard_translate_table.
29306 (syms_of_keyboard): Use DEFVAR_KBOARD to define
29307 Vkeyboard_translate_table. Update doc strings. Update docs of
29308 local-function-key-map and function-key-map.
29309
29310 * terminal.c: New file.
29311
29312 * term.c: Include errno.h.
29313 (Vring_bell_function, device_list, initial_device)
29314 (next_device_id, ring_bell, update_begin, update_end)
29315 (set_terminal_window, cursor_to, raw_cursor_to)
29316 (clear_to_end, clear_frame, clear_end_of_line)
29317 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
29318 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
29319 (syms_of_term): Move their initialization to terminal.c.
29320 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
29321 (Ftty_display_color_cells)
29322 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
29323 (clear_tty_hooks, set_tty_hooks)
29324 (init_tty, maybe_fatal): New functions.
29325 (Ftty_type): Return nil if terminal is not on a tty instead of
29326 throwing an error. Doc update.
29327 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
29328 Doc update. Initialize new subrs and variables.
29329 (delete_tty): Use terminal->deleted.
29330 (tty_set_terminal_modes): Rename from set_terminal_modes.
29331 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
29332 (set_scroll_region): Rename to `tty_set_scroll_region'.
29333 (turn_on_insert): Rename to `tty_turn_on_insert'.
29334 (turn_off_insert): Rename to `tty_turn_off_insert'.
29335 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
29336 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
29337 (toggle_highligh): Rename to `tty_toggle_highlight'.
29338 (background_highlight): Rename to `tty_background_highlight'.
29339 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
29340 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
29341 (tty_set_scroll_region, tty_background_highlight)
29342 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
29343 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
29344 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
29345 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
29346 Add static modifier.
29347 (tty_reset_terminal_modes, tty_set_terminal_window)
29348 (tty_set_scroll_region, tty_background_highlight)
29349 (tty_highlight_if_desired, tty_cursor_to)
29350 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
29351 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
29352 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
29353 renames.
29354
29355 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
29356
29357 * keyboard.c: Qrtl is new.
29358 (parse_tool_bar_item): Handle :rtl keyword.
29359 (syms_of_keyboard): Intern :rtl keyword.
29360
29361 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
29362
29363 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
29364 so no Lisp code is executed.
29365 (file_for_image, find_rtl_image): New functions.
29366 (xg_get_image_for_pixmap): Use file_for_image.
29367 (update_frame_tool_bar): If direction is RTL, use RTL image if
29368 defined. Use Gtk stock images if defined.
29369
29370 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29371
29372 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
29373 for nonexistent or zero-width glyph in composition glyph.
29374
29375 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
29376
29377 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
29378
29379 * xdisp.c (Finvisible_p): New function.
29380 (syms_of_xdisp): defsubr it.
29381
29382 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
29383
29384 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
29385 Doc fixes.
29386
29387 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29388
29389 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
29390
29391 2007-08-24 Martin Rudalics <rudalics@gmx.at>
29392
29393 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
29394 whether decoding has modified buffer contents.
29395
29396 2007-08-24 Jason Rumney <jasonr@gnu.org>
29397
29398 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
29399 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
29400 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
29401 (init_svg_functions) [HAVE_NTGUI]: New function.
29402 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
29403 (svg_load_image): Use them.
29404 (svg_load_image) [HAVE_NTGUI]: Implement background.
29405
29406 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29407
29408 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
29409 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
29410 (LIBX): Remove @RSVG_LIBS@.
29411 (LIBES): Add $(RSVG_LIBS).
29412
29413 * image.c (svg_load_image): Blend with specified background if exists.
29414 Use IMAGE_BACKGROUND. Add Mac OS Support.
29415
29416 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
29417 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
29418 Remove macros.
29419 [MAC_OSX] (socket_callback): Do nothing.
29420 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
29421 ReceiveNextEvent.
29422 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
29423 socket_callback.
29424 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
29425
29426 2007-08-22 Glenn Morris <rgm@gnu.org>
29427
29428 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
29429
29430 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
29431
29432 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
29433
29434 * image.c: Add support for SVG images. Some additional comments
29435 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
29436 (svg_image_p): New function to test for SVG image.
29437 (svg_load): New function to load SVG image.
29438 (svg_load_image): New function, helper for svg_load.
29439 (Qsvg): New Lisp_object.
29440 (svg_keyword_index): New enum.
29441 (svg_format): New static `image_keyword' struct.
29442 (svg_type): New static `image_type' struct.
29443 (librsvg/rsvg.h): Include it.
29444
29445 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
29446
29447 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
29448
29449 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
29450
29451 * lread.c (Qold_style_backquotes): New var.
29452 (syms_of_lread): Init and staticpro it.
29453 (load_warn_old_style_backquotes): New fun.
29454 (Fload): Use them to warn about old style backquotes.
29455 (end_of_file_error, Fload): Remove unused vars.
29456
29457 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
29458
29459 * lread.c (Vold_style_backquotes): New var.
29460 (syms_of_lread): Init and export it to Elisp.
29461 (read1): Set it when we find an old-style (back)quote.
29462
29463 2007-08-22 Jason Rumney <jasonr@gnu.org>
29464
29465 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
29466
29467 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
29468
29469 * puresize.h (BASE_PURESIZE): Increase to 1140000.
29470
29471 2007-08-19 Richard Stallman <rms@gnu.org>
29472
29473 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
29474
29475 2007-08-19 Andreas Schwab <schwab@suse.de>
29476
29477 * alloc.c (pure): Round PURESIZE up.
29478
29479 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
29480
29481 * xterm.c (handle_one_xevent): Remove check that mouse click is in
29482 active frame.
29483
29484 2007-08-16 Richard Stallman <rms@gnu.org>
29485
29486 * eval.c (Fcommandp): Add parens to clarify.
29487
29488 * minibuf.c (Fall_completions): Use enum for type of table.
29489
29490 * emacs.c (USAGE2): Improve text.
29491
29492 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
29493
29494 * term.c (tty_default_color_capabilities): Declare static
29495 variables in file scope, to avoid HPUX compiler problem.
29496
29497 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
29498
29499 * gtkutil.c (update_frame_tool_bar): Use -1 as index
29500 to gtk_toolbar_insert.
29501
29502 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
29503
29504 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
29505
29506 * insdel.c (reset_var_on_error): New fun.
29507 (signal_before_change, signal_after_change):
29508 Use it to reset (after|before)-change-functions to nil in case of error.
29509 Bind inhibit-modification-hooks to t.
29510 Don't bind (after|before)-change-functions to nil while they run.
29511
29512 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29513
29514 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
29515 filling pixmap with stippled background.
29516
29517 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29518
29519 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
29520 Don't use invisible frame as parent window for repositioning.
29521
29522 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
29523
29524 * print.c (new_backquote_output): Rename from old_backquote_output.
29525 (print): Inverse its logic (according to its name) so as to match the
29526 behavior of new_backquote_flag in lread.c.
29527
29528 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29529
29530 * gmalloc.c (posix_memalign): New function.
29531
29532 * macterm.c (frame_highlight, frame_unhighlight): Don't call
29533 ActivateControl/DeactivateControl here.
29534 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
29535 frame-notice-user-settings is non-nil.
29536 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
29537 for kEventParamFMFontStyle.
29538 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
29539 mac_pass_command_to_system and mac_pass_control_to_system here.
29540 (XTread_socket): Call ActivateControl/DeactivateControl here.
29541 (XTread_socket) [TARGET_API_MAC_CARBON]:
29542 Check mac_pass_command_to_system and mac_pass_control_to_system here.
29543 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
29544 for window repositioning.
29545
29546 2007-08-08 Glenn Morris <rgm@gnu.org>
29547
29548 * Replace `iff' in doc-strings and comments.
29549
29550 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
29551
29552 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
29553
29554 2007-08-07 Martin Rudalics <rudalics@gmx.at>
29555
29556 * fileio.c (Finsert_file_contents): Run format-decode and
29557 after_insert_file_functions on entire buffer when REPLACE is
29558 non-nil and inhibit modification_hooks and point_motion_hooks.
29559 For consistency, run after_insert_file_functions iff something
29560 got inserted. Move signal_after_change and update_compositions
29561 after code running after_insert_file_functions. Make sure that
29562 undo_list doesn't record intermediate steps of the decoding process.
29563
29564 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29565
29566 * emacs.c (main)
29567 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
29568 Call malloc_enable_thread on interactive startup.
29569
29570 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
29571 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
29572 [USE_PTHREAD]: Conditionalize with it.
29573 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
29574 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
29575 New functions.
29576
29577 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
29578
29579 * xdisp.c (redisplay_window): When restoring original buffer
29580 position, make sure it is still valid.
29581
29582 * image.c (png_load): Ignore png-supplied background color.
29583
29584 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29585
29586 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
29587 Use kCFAbsoluteTimeIntervalSince1970.
29588
29589 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
29590 New variable.
29591 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
29592 event loop should be quit.
29593 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
29594 Quit dialog event loop if quit_dialog_event_loop is set.
29595
29596 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
29597 (Selection): New typedef. Use instead of ScrapRef.
29598 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
29599 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
29600 (mac_clear_selection): Rename from clear_scrap.
29601 (get_flavor_type_from_symbol): New argument SEL and subsume function of
29602 scrap_has_target_type. All uses changed.
29603 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
29604 (mac_selection_has_target_p): New functions.
29605 (mac_put_selection_value): Rename from put_scrap_string.
29606 (mac_get_selection_value): Rename from get_scrap_string.
29607 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
29608 (put_scrap_private_timestamp, scrap_has_target_type)
29609 (get_scrap_private_timestamp): Remove functions.
29610 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
29611 (x_own_selection, x_get_local_selection):
29612 Use mac_valid_selection_value_p.
29613 (x_own_selection): Don't use put_scrap_private_timestamp.
29614 Record OWNERSHIP-INFO into Vselection_alist instead.
29615 (x_get_local_selection): Don't check type if request is local.
29616 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
29617 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
29618
29619 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
29620
29621 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
29622 add comment explaining why.
29623
29624 2007-08-03 Richard Stallman <rms@gnu.org>
29625
29626 * fileio.c (Fvisited_file_modtime): Use make_time.
29627
29628 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
29629
29630 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
29631 build.
29632
29633 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
29634
29635 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
29636
29637 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
29638
29639 * puresize.h (BASE_PURESIZE): Increase to 1130000.
29640
29641 2007-07-30 Richard Stallman <rms@gnu.org>
29642
29643 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
29644
29645 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
29646
29647 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
29648
29649 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
29650
29651 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
29652 remote default-directory.
29653
29654 * buffer.c (mode-line-format): Update doc string.
29655
29656 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29657
29658 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
29659 scroll bar gap.
29660 (x_scroll_bar_create): Set bar->fringe_extended_p.
29661 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
29662 on frame edge. Check fringe background extension. Don't clear
29663 extended fringe background area.
29664
29665 * w32term.h (struct scroll_bar): New member fringe_extended_p.
29666 (w32_fill_area): Enclose multiple statements with do ... while (0).
29667
29668 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
29669 Extend fringe background to scroll bar gap.
29670 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
29671 Set bar->fringe_extended_p.
29672 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
29673 Put leftmost/rightmost scroll bars on frame edge. Check fringe
29674 background extension. Don't clear extended fringe background area.
29675
29676 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
29677 New member fringe_extended_p.
29678
29679 2007-07-25 Glenn Morris <rgm@gnu.org>
29680
29681 * Relicense all FSF files to GPLv3 or later.
29682
29683 * COPYING: Switch to GPLv3.
29684
29685 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
29686
29687 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
29688
29689 * data.c (Finteractive_form): Check for the presence of an
29690 `interactive-form' symbol property more thoroughly.
29691
29692 * data.c (Finteractive_form): Use an `interactive-form' property if
29693 present, analogous to the function-documentation property.
29694
29695 2007-07-24 Jason Rumney <jasonr@gnu.org>
29696
29697 * w32fns.c (x_real_positions): Get real position from OS instead of
29698 calculating it.
29699
29700 2007-07-23 Jason Rumney <jasonr@gnu.org>
29701
29702 * filelock.c (current_lock_owner): Allow for @ sign in username.
29703
29704 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
29705
29706 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
29707 remote default-directory.
29708
29709 * buffer.c (mode-line-format): Describe above case in doc string.
29710
29711 2007-07-20 Eli Zaretskii <eliz@gnu.org>
29712
29713 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
29714 Define if not defined.
29715
29716 2007-07-18 Jason Rumney <jasonr@gnu.org>
29717
29718 * w32proc.c (w32_executable_type): Handle 64 bit executables.
29719
29720 2007-07-18 Richard Stallman <rms@gnu.org>
29721
29722 * data.c (Fsetq_default): Doc fix.
29723
29724 * eval.c (Fsetq): Doc fix.
29725
29726 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
29727
29728 * coding.c (Ffind_operation_coding_system):
29729 * eval.c (For, Fand): Doc fixes.
29730 Reported by Johan Bockgård.
29731
29732 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
29733
29734 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
29735
29736 * xterm.h: Declare x_ewmh_activate_frame.
29737
29738 * xterm.c (x_ewmh_activate_frame): New function.
29739 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
29740
29741 2007-07-17 Martin Rudalics <rudalics@gmx.at>
29742
29743 * window.c (Fdisplay_buffer): If largest or LRU window is the
29744 only window, split it even if it is not eligible for splitting.
29745 This restores the original behavior broken by the 2007-07-15
29746 change.
29747
29748 2007-07-17 Glenn Morris <rgm@gnu.org>
29749
29750 * abbrev.c (abbrev_check_chars): New function.
29751 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
29752 Call abbrev_check_chars to check abbrev characters are word
29753 constituents. Doc fix.
29754
29755 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
29756
29757 * process.c (Fstart_process, Fmake_network_process)
29758 (read_process_output): Fix up last changes.
29759
29760 2007-07-16 Eli Zaretskii <eliz@gnu.org>
29761
29762 * makefile.w32-in (clean): Don't delete *~.
29763
29764 2007-07-16 Andreas Schwab <schwab@suse.de>
29765
29766 * window.c (Fdisplay_buffer): Use NILP.
29767 (Fset_window_scroll_bars): Likewise.
29768
29769 2007-07-15 Martin Rudalics <rudalics@gmx.at>
29770
29771 * window.c (window_min_size_2): New function.
29772 (window_min_size_1, size_window, Fdisplay_buffer)
29773 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
29774 windows without mode- or header-lines when window-min-height is
29775 too small.
29776 (size_window): Reset nodelete_p after testing it, following an
29777 earlier note by Kim F. Storm.
29778 (display_buffer): Do not set split_height_threshold to twice the
29779 value of window_min_height to avoid changing the value of a
29780 customizable variable. Rather explicitly check whether the
29781 height of the window that shall be splitted is at least as large
29782 as split_height_threshold.
29783 (Fwindow_full_width_p): New defun.
29784 (syms_of_window): Defsubr it.
29785
29786 * window.h: Add EXFUN for Fwindow_full_width_p.
29787
29788 2007-07-14 Jason Rumney <jasonr@gnu.org>
29789
29790 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
29791
29792 2007-07-14 Richard Stallman <rms@gnu.org>
29793
29794 * eval.c (maybe_call_debugger): New function.
29795 (find_handler_clause): Use maybe_call_debugger.
29796 Call it when the handler says `debug'.
29797 Eliminate DEBUGGER_VALUE_PTR.
29798 (Fsignal): Eliminate debugger_value.
29799 (Qdebug): New variable.
29800 (syms_of_eval): Initialize it.
29801
29802 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
29803
29804 * eval.c (Fprogn):
29805 * keyboard.c (Ftrack_mouse):
29806 * print.c (Fwith_output_to_temp_buffer):
29807 * window.c (Fsave_window_excursion): Doc fix.
29808
29809 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
29810
29811 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
29812
29813 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
29814
29815 * process.h (struct Lisp_Process): Turn slots infd, outfd,
29816 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
29817 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
29818 read_output_delay, and read_output_skip from Lisp_Objects to ints.
29819 Remove unused encoding_carryover.
29820 * process.c: Adjust all functions accordingly.
29821
29822 2007-07-12 Richard Stallman <rms@gnu.org>
29823
29824 * term.c: Include unistd.h only if HAVE_UNISTD_H.
29825
29826 2007-07-11 Jason Rumney <jasonr@gnu.org>
29827
29828 * makefile.w32-in (LIBS): Include OLE32.
29829
29830 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
29831 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
29832
29833 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
29834
29835 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
29836 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
29837 from a Lisp_Object into a bare pointer.
29838 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
29839 Adjust the code correspondingly.
29840
29841 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
29842
29843 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
29844 (term_show_mouse_face): Remove unused var `j'.
29845 (handle_one_term_event): Remove unused vars `i' and `j'.
29846 Don't cast return value of ttyname since it's not necessary.
29847
29848 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
29849
29850 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
29851 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
29852
29853 * fns.c (map_char_table): Use an array of int for `indices' rather than
29854 an array of Lisp_Objects (which are only ever integers anyway).
29855 (Fmap_char_table): Update caller.
29856 * lisp.h: Update prototype.
29857 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
29858 * fontset.c (Ffontset_info):
29859 * casetab.c (set_case_table): Update callers.
29860
29861 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
29862
29863 * keymap.c (struct accessible_keymaps_data)
29864 (struct where_is_internal_data): New structures.
29865 (accessible_keymaps_1, where_is_internal_1): Use them to change
29866 interface to adhere to the one used by map_keymap.
29867 (Faccessible_keymaps, where_is_internal): Use map_keymap.
29868 (accessible_keymaps_char_table, where_is_internal_2): Remove.
29869
29870 * keymap.h (map_keymap_function_t): More informative prototype.
29871
29872 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
29873
29874 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
29875 (looking_at_1): Don't change search_regs and last_thing_searched
29876 if `inhibit-changing-match-data' is non-nil.
29877 (string_match_1, search_buffer, set_search_regs): Likewise.
29878 (syms_of_search): Add Lisp level definition for
29879 `inhibit-changing-match-data' and set it to nil.
29880 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
29881 start and end of the match, instead of using values in search_regs.
29882
29883 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
29884
29885 * minibuf.c (Fcompleting_read): New value `confirm-only'
29886 for `require-match'.
29887
29888 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
29889
29890 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
29891 part of the 2007-06-27 change to syms_of_fileio.
29892
29893 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29894
29895 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
29896 Check WINDOWP before using XWINDOW. Consolidate return statements.
29897
29898 2007-06-27 Richard Stallman <rms@gnu.org>
29899
29900 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
29901
29902 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
29903
29904 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
29905
29906 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29907
29908 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
29909 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
29910 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
29911 (_free_internal, memalign): Use them.
29912 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
29913 Initialize to PTHREAD_MUTEX_INITIALIZER.
29914 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
29915 (morecore_nolock): Rename from morecore. All uses changed.
29916 Use only nolock versions of internal allocation functions.
29917 (_malloc_internal_nolock, _realloc_internal_nolock)
29918 (_free_internal_nolock): New functions created from
29919 _malloc_internal, _realloc_internal, and _free_internal.
29920 (_malloc_internal, _realloc_internal, _free_internal): Use them.
29921 Copy hook value to automatic variable before its use.
29922 (memalign): Copy hook value to automatic variable before its use.
29923
29924 2007-06-26 Kenichi Handa <handa@m17n.org>
29925
29926 * coding.c (Ffind_operation_coding_system): Docstring improved.
29927 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
29928
29929 2007-06-25 David Kastrup <dak@gnu.org>
29930
29931 * keymap.c (Fcurrent_active_maps): Add `position' argument.
29932 (Fwhere_is_internal): Adjust call to `current-active-maps' to
29933 cater for additional parameter.
29934
29935 * keymap.h: Adjust number of parameters to `current-active-maps'.
29936
29937 * doc.c (Fsubstitute_command_keys): Adjust call of
29938 `current-active-maps'.
29939
29940 2007-06-25 David Kastrup <dak@gnu.org>
29941
29942 * callint.c (Fcall_interactively): Make the parsing of interactive
29943 specs somewhat more readable.
29944
29945 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29946
29947 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
29948 to scroll bar gap also when bitmap fills fringe. Draw only foreground
29949 if extended background has already been filled.
29950
29951 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29952
29953 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
29954 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
29955
29956 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
29957 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
29958 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
29959 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
29960 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
29961 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
29962 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
29963 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
29964 Run timers during dialog popup.
29965 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
29966
29967 2007-06-21 Jason Rumney <jasonr@gnu.org>
29968
29969 * image.c (convert_mono_to_color_image): Swap fore and background.
29970
29971 2007-06-20 Jason Rumney <jasonr@gnu.org>
29972
29973 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
29974 (w32_free_bdf_font): Unmap memory not handle.
29975
29976 2007-06-20 Sam Steingold <sds@gnu.org>
29977
29978 * gmalloc.c (__morecore): Fix the declaration to comply with the
29979 definition.
29980
29981 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
29982
29983 * w32term.c (w32_delete_display): Remove leftover declaration.
29984 (w32_define_cursor, w32_initialize): Make static.
29985
29986 * w32.c (_wsa_errlist): Fix typo in error message.
29987 (init_environment): Ignore any environment variable from the
29988 registry having a null value.
29989
29990 2007-06-20 Glenn Morris <rgm@gnu.org>
29991
29992 * Makefile.in (LIBGIF): Default to -lgif.
29993
29994 2007-06-17 Jason Rumney <jasonr@gnu.org>
29995
29996 * w32menu.c (add_menu_item): Don't use multibyte string functions on
29997 unicode strings.
29998
29999 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
30000
30001 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
30002 Fix typo in docstring.
30003
30004 2007-06-16 Eli Zaretskii <eliz@gnu.org>
30005
30006 * w32menu.c (add_menu_item): Escape `&' characters in menu items
30007 and their keybindings.
30008
30009 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
30010
30011 * composite.c (update_compositions): Fix last fix.
30012
30013 2007-06-14 Jason Rumney <jasonr@gnu.org>
30014
30015 * w32.c (get_process_times_fn): New function pointer.
30016 (globals_of_w32): Intialize it if present in kernel32.dll.
30017 (w32_get_internal_run_time): New function.
30018
30019 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
30020
30021 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
30022
30023 * composite.c (update_compositions): Check the validness of
30024 compositions.
30025
30026 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30027
30028 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
30029 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
30030
30031 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
30032 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
30033
30034 * macgui.h (USE_MAC_TOOLBAR): New define.
30035
30036 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
30037 Return immediately unless popup is activated.
30038
30039 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
30040 background to scroll bar gap.
30041 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
30042 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
30043 scroll bars on frame edge. Check fringe background extension.
30044 Don't clear extended fringe background area.
30045 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
30046 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
30047 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
30048 [USE_MAC_TOOLBAR]: New macros.
30049 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
30050 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
30051 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
30052 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
30053 [USE_MAC_TOOLBAR]: New functions.
30054 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
30055 manually if previous repositioning has failed.
30056 (mac_handle_keyboard_event): Use precomputed event kind.
30057 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
30058 as tool bar item click. Handle mouse movement over tool bar items.
30059
30060 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
30061 toolbar_win_gravity.
30062 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
30063 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
30064 Add externs.
30065
30066 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
30067 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
30068
30069 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
30070
30071 * image.c (search_image_cache): Remove unused variable.
30072
30073 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
30074
30075 * xfns.c, xmenu.c: Link to xaw3d if available.
30076
30077 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30078
30079 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
30080 frame_foreground and frame_background.
30081
30082 * image.c (lookup_image): Save frame foreground and background colors.
30083 (search_image_cache): Check if saved and current frame colors match.
30084
30085 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
30086
30087 * regex.c (regex_compile): Remove the `regnum' counter.
30088 Use bufp->re_nsub instead. Add support for \(?N:RE\).
30089
30090 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
30091
30092 * term.c: Include intervals.h to declare Fget_text_property.
30093
30094 2007-06-10 Jason Rumney <jasonr@gnu.org>
30095
30096 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
30097
30098 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
30099
30100 * callint.c (Fcall_interactively):
30101 * editfns.c (Fdelete_and_extract_region):
30102 * fileio.c (Fread_file_name):
30103 * fns.c (Fmapconcat):
30104 * keyboard.c (cmd_error_internal):
30105 * keymap.c (Fkey_description):
30106 * lread.c (openp):
30107 * minibuf.c (read_minibuf):
30108 * search.c (wordify):
30109 * sunfns.c (sel_read):
30110 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
30111 * xfns.c (x_default_scroll_bar_color_parameter):
30112 * xmenu.c (menu_help_callback):
30113 * xselect.c (Fx_get_atom_name):
30114 * xterm.c (x_term_init): Use empty_unibyte_string.
30115
30116 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
30117
30118 * alloc.c (init_strings): Initialize canonical empty strings.
30119 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
30120 canonical empty string when the requested size is 0.
30121
30122 * emacs.c (empty_unibyte_string): Rename from empty_string.
30123 (empty_multibyte_string): New canonical empty string.
30124 (syms_of_emacs): Don't initialize empty_string.
30125
30126 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
30127 string, if appropriate.
30128 (empty_unibyte_string, empty_multibyte_string): New externs.
30129 (empty_string): Remove extern.
30130
30131 * lread.c (syms_of_lread): Use empty_unibyte_string.
30132
30133 2007-06-07 Jason Rumney <jasonr@gnu.org>
30134
30135 * s/ms-w32.h: Don't define HAVE_TZNAME.
30136
30137 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
30138
30139 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30140
30141 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
30142
30143 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
30144 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
30145
30146 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
30147 Don't call next handler.
30148 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
30149 Remove argument. Install handler to application.
30150 (set_frame_menubar): Don't change deep_p.
30151 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
30152 FRAME_OUTER_TO_INNER_DIFF_Y.
30153 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
30154 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
30155 [HAVE_DIALOGS]: New macros.
30156 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
30157 Use them.
30158 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
30159
30160 * macselect.c [MAC_OSX] (install_service_handler): Rename from
30161 init_service_handler. All callers changed. Return OSStatus value.
30162
30163 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
30164 All callers changed so as not to call SetPortWindowPort.
30165 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
30166 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
30167 mac_draw_string_common.
30168 (mac_draw_image_string_qd): Likewise.
30169 (mac_draw_string_common): Use them. Add INLINE.
30170 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
30171 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
30172 GetGlobalMouse.
30173 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
30174 and FRAME_OUTER_TO_INNER_DIFF_Y.
30175 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
30176 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
30177 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
30178 repositioning window to mac_handle_window_event.
30179 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
30180 saving window location to mac_handle_window_event
30181 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
30182 (install_menu_target_item_handler): Remove argument in extern.
30183 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
30184 Also accept command events.
30185 (do_keystroke): New function created from XTread_socket.
30186 (init_command_handler): Remove functions.
30187 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
30188 and save window location by kEventWindowShowing and kEventWindowHiding
30189 handlers here. Don't call next handler for window state change and
30190 focus events.
30191 (mac_handle_application_event, mac_handle_keyboard_event)
30192 [TARGET_API_MAC_CARBON]: New functions.
30193 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
30194 kEventWindowShowing and kEventWindowHiding events. Move installation
30195 of mouse, font, text input and menu target item handlers to
30196 install_application_handler.
30197 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
30198 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
30199 New function.
30200 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
30201 Register it.
30202 (XTread_socket) [TARGET_API_MAC_CARBON]:
30203 Consolidate SendEventToEventTarget calls.
30204 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
30205 Move application activation handler to mac_handle_application_event.
30206 Move keyboard handler to mac_handle_keyboard_event.
30207 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
30208 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
30209 init_command_handler. Call install_application_handler.
30210
30211 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
30212 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
30213
30214 2007-06-07 Glenn Morris <rgm@gnu.org>
30215
30216 * emacs.c (main): Use `emacs-copyright' in --version output.
30217
30218 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
30219
30220 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
30221
30222 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30223
30224 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
30225
30226 * macgui.h: Replace WindowPtr with WindowRef.
30227
30228 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
30229 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
30230 Replace ControlHandle with ControlRef.
30231 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
30232
30233 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
30234 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
30235 Replace ControlHandle with ControlRef.
30236 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
30237 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
30238
30239 * macterm.h (struct scroll_bar): Rename member control_handle_low
30240 and control_handle_high to control_ref_low and control_ref_high.
30241 All uses changed.
30242 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
30243 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
30244 respectively. All uses changed.
30245 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
30246 (install_window_handler, remove_window_handler): Replace WindowPtr
30247 with WindowRef in externs.
30248
30249 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
30250
30251 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
30252
30253 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
30254
30255 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
30256
30257 * frame.c (Fmouse_position, Fmouse_pixel_position):
30258 Condition on HAVE_GPM too.
30259
30260 * term.c (term_mouse_highlight): Remove unused variables.
30261 (Fterm_open_connection): Set gpm_zerobased to 1.
30262 (term_mouse_movement, term_mouse_click, handle_one_term_event):
30263 Use zero based co-ordinates.
30264 (handle_one_term_event): Report a drag as mouse movement too.
30265
30266 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
30267
30268 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
30269
30270 * image.c (search_image_cache): New function. Require background
30271 color match if background color is unspecified in the image spec.
30272 (uncache_image, lookup_image): Use it.
30273
30274 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
30275
30276 * window.c (Fshrink_window): Reflow docstring.
30277
30278 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
30279
30280 * Version 22.1 released.
30281
30282 2007-06-01 Richard Stallman <rms@gnu.org>
30283
30284 * xfns.c (x_encode_text): Add GCPRO.
30285
30286 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30287
30288 * xfns.c (x_set_name_internal): Save encoded name before
30289 x_encode_text in case string data is relocated.
30290
30291 2007-05-31 Richard Stallman <rms@gnu.org>
30292
30293 * buffer.c (syms_of_buffer): Doc fix.
30294
30295 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
30296
30297 * sysdep.c (init_sys_modes): Add rather than replace with
30298 O_NONBLOCK.
30299
30300 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
30301 term_mouse_moveto.
30302
30303 * termhooks.h (term_mouse_moveto): New extern.
30304
30305 * term.c (mouse_face_window): Rename...
30306 (Qmouse_face_window): ...to this.
30307 (term_show_mouse_face, term_clear_mouse_face)
30308 (term_mouse_highlight): Use Qmouse_face_window.
30309 (term_mouse_moveto): New function.
30310 (term_mouse_position): Make it work.
30311 (syms_of_term): Uncomment assignment to mouse_position_hook.
30312 Staticpro Qmouse_face_window.
30313
30314 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30315
30316 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
30317 around current_column call.
30318
30319 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
30320
30321 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
30322 * xdisp.c (next_element_from_buffer):
30323 * window.c (delete_window):
30324 * term.c (term_mouse_highlight):
30325 * msdos.c (getdefdir):
30326 * macterm.c (mac_create_bitmap_from_bitmap_data)
30327 (init_font_name_table):
30328 * fns.c (Fsxhash):
30329 * data.c (Fmake_local_variable):
30330 * ccl.c (ccl_driver): Likewise.
30331
30332 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30333
30334 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
30335 Call mac_wakeup_from_rne on window size change.
30336
30337 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
30338
30339 * image.c (uncache_image): Fix typo.
30340
30341 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
30342
30343 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
30344
30345 2007-05-22 Richard Stallman <rms@gnu.org>
30346
30347 * xterm.c (x_connection_closed): Remove NO_RETURN.
30348
30349 2007-05-22 Martin Rudalics <rudalics@gmx.at>
30350
30351 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
30352
30353 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
30354
30355 * image.c (uncache_image): New function.
30356 (Fimage_refresh): New function.
30357
30358 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
30359
30360 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
30361
30362 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
30363
30364 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
30365 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
30366
30367 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
30368
30369 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
30370 conditional on [HAVE_GPM_H].
30371
30372 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
30373
30374 * syntax.c (skip_chars): Update syntax-table only after we checked that
30375 the new location is valid.
30376
30377 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30378
30379 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
30380 mac_get_window_bounds.
30381
30382 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
30383
30384 * Makefile.in (LIBGPM): Allow it to be set from configure.
30385 If set then link Emacs with it.
30386
30387 * config.in: Regenerate.
30388
30389 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
30390 New externs.
30391
30392 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
30393 Include gpm.h.
30394 (handle_one_term_event, term_gpm): New externs.
30395
30396 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
30397 and allow it to be interrupted by SIGIO.
30398
30399 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
30400 (wait_reading_process_output): Wait on gpm_fd too.
30401 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
30402 (add_gpm_wait_descriptor_called_flag): New variable.
30403 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
30404
30405 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
30406 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
30407 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
30408 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
30409 (make_lispy_event): Add case GPM_CLICK_EVENT.
30410 (read_avail_input): Handle mouse input.
30411
30412 * term.c (write_glyphs_with_face): New function.
30413 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
30414 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
30415 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
30416 (mouse_face_face_id, term_gpm, pos_x, pos_y)
30417 (last_mouse_x, last_mouse_y): New variables.
30418 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
30419 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
30420 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
30421 (Fterm_close_connection): New functions.
30422 (term_init): Initialise mouse_face_window.
30423
30424 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
30425
30426 * xdisp.c (redisplay_window): If first window line is a
30427 continuation line, recompute the new window start instead of
30428 recentering.
30429
30430 2007-05-18 Glenn Morris <rgm@gnu.org>
30431
30432 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
30433 Suggested by Alfred M. Szmidt <ams@gnu.org>.
30434
30435 2007-05-17 Glenn Morris <rgm@gnu.org>
30436
30437 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
30438
30439 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30440
30441 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
30442 dead key repeat and up events.
30443
30444 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
30445
30446 * image.c (pbm_load): Check image size for monochrome pbm.
30447
30448 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
30449
30450 * xterm.c (XTread_socket): Revert last change.
30451
30452 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
30453
30454 * image.c (pbm_load): Correctly check image size for greyscale pbm.
30455
30456 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
30457
30458 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
30459
30460 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
30461 mixup (YAILOM).
30462
30463 2007-05-07 Andreas Schwab <schwab@suse.de>
30464
30465 * keymap.c (Flookup_key): Fix typo in last change.
30466
30467 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
30468
30469 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
30470 mapping for unibyte strings.
30471
30472 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30473
30474 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
30475 (Fx_popup_dialog) [MAC_OSX]: Likewise.
30476
30477 2007-04-29 Richard Stallman <rms@gnu.org>
30478
30479 * insdel.c (replace_range): For undo, record insertion first.
30480
30481 2007-04-29 Andreas Schwab <schwab@suse.de>
30482
30483 * lisp.h (VECSIZE): Use OFFSETOF.
30484
30485 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30486
30487 * xdisp.c (try_window_reusing_current_matrix): Fix number of
30488 disabled lines.
30489
30490 2007-04-28 Richard Stallman <rms@gnu.org>
30491
30492 * lread.c (read_escape): In a string, \s is always space.
30493
30494 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
30495
30496 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
30497
30498 * gtkutil.c (xg_update_menubar, create_menus): Create empty
30499 submenu for menu bar items.
30500
30501 See ChangeLog.10 for earlier changes.
30502
30503 ;; Local Variables:
30504 ;; coding: utf-8
30505 ;; End:
30506
30507 Copyright (C) 2007-2011 Free Software Foundation, Inc.
30508
30509 This file is part of GNU Emacs.
30510
30511 GNU Emacs is free software: you can redistribute it and/or modify
30512 it under the terms of the GNU General Public License as published by
30513 the Free Software Foundation, either version 3 of the License, or
30514 (at your option) any later version.
30515
30516 GNU Emacs is distributed in the hope that it will be useful,
30517 but WITHOUT ANY WARRANTY; without even the implied warranty of
30518 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30519 GNU General Public License for more details.
30520
30521 You should have received a copy of the GNU General Public License
30522 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.