9c004656124e99ab652cbc2a81e859d74f146e3a
[bpt/emacs.git] / src / ChangeLog
1 2010-08-13 Eli Zaretskii <eliz@gnu.org>
2
3 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
4 warnings due to mixing of "char *" and "const char *".
5
6 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 Introduce a new comment style "c" flag.
9 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
10 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
11 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
12 (syntax_prefix_flag_p): New function.
13 (Fstring_to_syntax): Understand new "c" flag.
14 (Finternal_describe_syntax_value): Recognize new flag; use the
15 SYNTAX_FLAGS_* macros.
16 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
17 comment style to accomodate the new styles.
18 (back_comment, forw_comment, Fforward_comment, scan_lists)
19 (scan_sexps_forward): Update code to obey the new comment style flag.
20
21 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
22
23 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
24
25 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
26
27 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
28 first.
29 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
30
31 * gtkutil.h (xg_check_special_colors): Declare.
32
33 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
34 (xg_create_frame_widgets): Connect theme name changes to
35 style_changed_cb.
36
37 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
38 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
39 (x_term_init): Use char[] display_opt and name_opt instead of
40 string literal. file is const char*.
41
42 * xsmfns.c (NOSPLASH_OPT): Change to char[].
43 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
44 props. Free them at the end.
45
46 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
47
48 * xrdb.c (get_system_app): Make path const and use char *p for
49 non-const char.
50
51 * xmenu.c (Fx_popup_dialog): error_name is const char*.
52 (xmenu_show): error parameter is const char **. pane_string is const
53 char *.
54 (button_names): Is const char *.
55 (xdialog_show): error_name and pane_string is const.
56
57 * process.h (synch_process_death): Is const char*.
58
59 * w32menu.c (w32_menu_show):
60 * nsmenu.m (ns_menu_show): error parameter is const char **.
61
62 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
63 is const char **.
64
65 * menu.c (Fx_popup_menu): error_name is const.
66
67 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
68 with unsigned char and XtPointer with void *.
69
70 * gtkutil.h: Replace widget_value with struct _widget_value.
71 (enum button_type, struct _widget_value): Remove and use the one from
72 keyboard.h.
73
74 * gtkutil.c (get_utf8_string): Always return an allocated string.
75 Parameter is const.
76 (create_dialog, xg_create_one_menuitem, create_menus)
77 (xg_item_label_same_p, xg_update_menu_item): Free result from
78 get_utf8_string.
79 (xg_separator_p, xg_item_label_same_p): label is const.
80
81 * font.h (font_open_by_name): Make name const.
82
83 * font.c (font_open_by_name): Make name const.
84
85 * floatfns.c (matherr): Use a const char* variable for x->name.
86
87 * emacs.c (main): Pass char[] to putenv instead of literal.
88
89 * callproc.c (synch_process_death): Make const.
90 (Fcall_process): Make signame const.
91
92 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
93 (addDisplayItemWithImage): Use const char*.
94
95 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
96 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
97
98 * nsfont.m (ns_descriptor_to_entity): Use const char*.
99
100 * keyboard.h (_widget_value): name, value and key are const char*.
101
102 * unexmacosx.c (unexec_error): Use const char *.
103
104 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
105
106 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
107 (font_parse_name, font_open_by_name):
108 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
109 (font_parse_name, font_open_by_name): Remove const.
110
111 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
112
113 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
114 definition.
115
116 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
117 * m/amdx86-64.h: Likewise.
118 * m/arm.h: Likewise.
119 * m/hp800.h: Likewise.
120 * m/ia64.h: Likewise.
121 * m/ibmrs6000.h: Likewise.
122 * m/ibms390.h: Likewise.
123 * m/intel386.h: Likewise.
124 * m/iris4d.h: Likewise.
125 * m/m68k.h: Likewise.
126 * m/macppc.h: Likewise.
127 * m/mips.h: Likewise.
128 * m/sh3.h: Likewise.
129 * m/sparc.h: Likewise.
130 * m/template.h: Likewise.
131 * m/vax.h: Likewise.
132 * m/xtensa.h: Likewise.
133 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
134 WORDS_BIG_ENDIAN.
135 * lisp.h: Likewise.
136 * md5.c: Likewise.
137 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
138
139 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
140
141 Use const char* instead of char*.
142 Reduce the number of warnings with -Wwrite-strings.
143 * xrdb.c (get_environ_db, get_system_name):
144 * unexelf.c (find_section):
145 * term.c (string_cost, string_cost_one_line, per_line_cost)
146 (get_named_tty, init_tty):
147 * sysdep.c (sys_subshell):
148 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
149 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
150 * search.c (Freplace_match):
151 * process.c (Fmake_network_process, send_process, init_process):
152 * lread.c (Fload, init_lread):
153 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
154 * keyboard.c (parse_tool_bar_item, struct event_head):
155 * gtkutil.h (xg_get_font_name):
156 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
157 (make_widget_for_menu_item, make_menu_item, create_menus)
158 (xg_make_tool_item):
159 * font.c (parse_matrix, font_parse_name):
160 * floatfns.c (rounding_driver, float_error_fn_name):
161 * filelock.c (get_boot_time_1, lock_file_1):
162 * fileio.c (barf_or_query_if_file_exists, check_writable):
163 * editfns.c (get_system_name, get_operating_system_release)
164 (Fencode_time, Fset_time_zone_rule):
165 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
166 * buffer.c (defvar_per_buffer): Use const.
167
168 2010-08-08 Kenichi Handa <handa@m17n.org>
169
170 * charset.c: Include <stdlib.h>
171 (struct charset_sort_data): New struct.
172 (charset_compare): New function.
173 (Fsort_charsets): New funciton.
174 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
175
176 * coding.c (decode_coding_iso_2022): Fix checking of dimension
177 number in CTEXT extended segment.
178
179 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
180
181 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
182 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
183
184 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
185
186 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
187 (Fhash_table_size): Fix typos in docstrings.
188 (Fmake_hash_table): Doc fix.
189
190 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
191
192 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
193 Doc fix (bug#5625).
194
195 2010-08-08 Ken Brown <kbrown@cornell.edu>
196
197 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
198 the MSDOS definition.
199
200 2010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
201
202 Use const char* instead of char*.
203 * xterm.c (x_create_toolkit_scroll_bar):
204 * xfont.c (xfont_list_pattern):
205 * xfns.c (x_default_scroll_bar_color_parameter)
206 (xic_create_fontsetname, x_default_font_parameter)
207 (x_screen_planes):
208 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
209 (store_mode_line_string, decode_mode_spec, display_string):
210 * menu.c (digest_single_submenu):
211 * keymap.h (initial_define_key, initial_define_lispy_key):
212 * keymap.c (initial_define_key, initial_define_lispy_key):
213 * image.c (image_error, image_keyword):
214 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
215 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
216 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
217 (ftfont_list, ftfont_match):
218 * frame.c (frame_parm_table):
219 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
220 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
221 (font_add_log, font_deferred_log):
222 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
223 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
224 (font_add_log, font_deferred_log):
225 * emacs.c (argmatch):
226 * dispextern.h (struct it):
227 * coding.c (ENCODE_DESIGNATION):
228 * charset.c (define_charset_internal): Use const.
229
230 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
231
232 * xrdb.c: Remove include guard.
233 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
234 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
235 realloc->xrealloc instead of using #defines.
236
237 2010-08-08 Eli Zaretskii <eliz@gnu.org>
238
239 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
240 * editfns.c (Fline_beginning_position, Fline_end_position):
241 State in the doc strings that start and end of line are in the
242 logical order.
243
244 * xdisp.c (display_line): Move the handling of overlay arrow after
245 the call to find_row_edges. (Bug#6699)
246
247 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
248
249 * keyboard.c (command_loop_1):
250 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
251
252 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
253
254 * insdel.c (prepare_to_modify_buffer): Save active region text to
255 Vsaved_region_selection.
256
257 * xselect.c (QPRIMARY): Move to keyboard.c.
258
259 * keyboard.c (Vselect_active_regions): Move from simple.el.
260 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
261 (command_loop_1): Set window selection prior to deactivating the mark.
262
263 2010-08-07 Juanma Barranquero <lekktu@gmail.com>
264
265 * alloc.c (lisp_malloc):
266 * buffer.c (set_buffer_internal, set_buffer_internal_1):
267 * charset.h (emacs_mule_charset):
268 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
269 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
270 (bitch_at_user):
271 * lisp.h (Fcheck_coding_system, Fget_text_property)
272 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
273 Remove duplicate declarations.
274
275 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
276
277 * process.c: Simplify include logic.
278
279 * keyboard.h (quit_char): Add declaration.
280 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
281 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
282 Add declarations.
283 * sysdep.c:
284 * w32.c: Remove the above declarations.
285
286 Remove extern declarations in .c files, .h files have them.
287 * xterm.c:
288 * xdisp.c:
289 * msdos.c:
290 * image.c:
291 * gtkutil.c:
292 * fileio.c:
293 * eval.c: Remove declarations.
294
295 * frame.c (frame_params): Make const.
296
297 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
298
299 * emacs.c (emacs_copyright, emacs_version): Make static.
300 (Vinitial_window_system, Vauto_save_list_file_name)
301 (Vinhibit_redisplay): Remove declarations.
302 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
303 for AIX.
304
305 Use const for some arrays and functions.
306 * xterm.h (xg_set_icon_from_xpm_data):
307 * xfns.c (xg_set_icon_from_xpm_data):
308 * term.c (fkeys):
309 * keyboard.c (lispy_accent_keys, lispy_function_keys)
310 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
311 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
312 (frame.c frame_parms):
313 * emacs-icon.h (gnu_xpm_bits):
314 * callint.c (callint_argfuns): Use const.
315
316 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
317
318 * sysdep.c: Move include term.h last of includes (Bug#6812).
319
320 2010-08-06 Eli Zaretskii <eliz@gnu.org>
321
322 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
323
324 * msdos.c (IT_display_cursor): Log cursor position on termscript.
325
326 * .gdbinit (pgx): Display the avoid_cursor_p flag.
327
328 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
329
330 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
331
332 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
333
334 * xterm.h (x_get_focus_frame): Declare.
335
336 * keyboard.h (poll_for_input_1): Unconditionally declare.
337
338 * nsterm.h (x_set_menu_bar_lines): Declare.
339
340 * window.c: Don't include menu.h, it depends on lots of other .h-files.
341
342 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
343
344 * window.c: Include menu.h.
345
346 * unexmacosx.c (print_region_list, print_regions)
347 (build_region_list, find_emacs_zone_regions)
348 (unexec_regions_merge, read_load_commands, dump_it)
349 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
350
351 * term.c: Check HAVE_SYS_IOCTL_H.
352
353 * sysdep.c: Check HAVE_TERM_H.
354
355 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
356
357 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
358 (ns_ring_bell, ns_defined_color, hide_hourglass)
359 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
360 Convert to ANSI C prototypes.
361 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
362 before code.
363
364 * nsterm.h : Include sysselect.h.
365 (x_sync, x_get_focus_frame, x_set_mouse_position)
366 (x_set_mouse_pixel_position, x_make_frame_visible)
367 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
368 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
369 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
370 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
371 Declare.
372
373 * nsmenu.m (popup_activated, name_is_separator)
374 (syms_of_nsmenu): Convert to ANSI C prototypes.
375 (runMenuAt): Prototypes and move declarations before code.
376
377 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
378
379 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
380 prototypes.
381
382 * nsfns.m (have_menus_p, ns_display_info_for_name)
383 (x_set_cursor_type, ns_appkit_version_str)
384 (ns_appkit_version_int, ns_do_applescript)
385 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
386 (syms_of_nsfns): Convert to ANSI C prototypes.
387
388 * menu.h (x_set_menu_bar_line): Declare.
389 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
390
391 * lisp.h (fmod_float): Declare.
392
393 * image.c (xpm_scan, xpm_make_color_table_v)
394 (xpm_put_color_table_v, xpm_get_color_table_v)
395 (xpm_make_color_table_h, xpm_put_color_table_h)
396 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
397 (xpm_load): Convert to ANSI C prototypes.
398
399 * emacs.c: Include nsterm.h if HAVE_NS.
400
401 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
402
403 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
404
405 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
406 subprocesses, only MSDOS does not define HAVE_SOCKETS.
407 (socket_options): Use const char* for name.
408
409 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
410
411 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
412
413 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
414 Don't declare xmalloc_widget_value and digest_single_submenu.
415
416 * w32font.c (Qlatin): Remove declaration.
417
418 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
419
420 * dired.c (compile_pattern): Restore declaration.
421
422 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
423
424 Remove extern declarations in .c files, .h files have them.
425 * data.c:
426 * dired.c:
427 * editfns.c:
428 * filelock.c:
429 * fns.c:
430 * font.c:
431 * fontset.c:
432 * frame.c:
433 * fringe.c:
434 * ftfont.c:
435 * gtkutil.c:
436 * indent.c:
437 * keyboard.c:
438 * keymap.c:
439 * lread.c:
440 * menu.c:
441 * print.c:
442 * search.c:
443 * sound.c:
444 * window.c:
445 * xdisp.c:
446 * xfaces.c:
447 * xfns.c:
448 * xfont.c:
449 * xftfont.c:
450 * xmenu.c:
451 * xterm.c: Remove declarations.
452
453 Cleanup syssignal.h.
454 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
455 (main_thread): Move down to remove #ifdef.
456 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
457 Remove conditional definition following unconditional ones.
458
459 * lisp.h: Remove HAVE_SHM code, unused.
460 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
461 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
462 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
463 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
464 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
465 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
466 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
467 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
468 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
469 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
470 (Qwindow_scroll_functions, Vafter_load_alist)
471 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
472 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
473 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
474 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
475 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
476 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
477 (initial_argv, last_nonmenu_event, load_in_progress)
478 (noninteractive_need_newline, scroll_margin): Add declarations.
479
480 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Remove
481 declarations, menu.h has them.
482 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
483 (Vinput_method_function, Qinput_method_function)
484 (Qevent_symbol_element_mask, last_event_timestamp):
485 * dispextern.h (Voverflow_newline_into_fringe):
486 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
487 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
488 (syms_of_w32font, syms_of_nsfont):
489 * fontset.h (find_font_encoding, Qlatin):
490 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
491 (Vtool_bar_mode, set_frame_menubar):
492 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
493 * xterm.h (Qx_gtk_map_stock):
494 * keymap.h (meta_prefix_char): Add declarations.
495
496 * term.c: Remove dead code.
497
498 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
499 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
500 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
501 which is what was there before BSD_PGRPS was removed.
502
503 2010-08-05 Eli Zaretskii <eliz@gnu.org>
504
505 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
506
507 * unexcoff.c: Renamed from unexec.c.
508
509 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
510
511 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
512
513 2010-08-03 Johan Bockgård <bojohan@gnu.org>
514
515 * data.c (Flocal_variable_p): Handle variable aliases correctly.
516 (Bug#6744)
517
518 2010-08-02 Jan Djärv <jan.h.d@swipnet.se>
519
520 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
521 to TRUE if depth of screen is < 16.
522
523 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
524 USE_GTK_TOOLTIP.
525 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
526 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
527 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
528 USE_GTK_TOOLTIP.
529 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
530
531 * xterm.h (USE_GTK_TOOLTIP): New define.
532 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
533
534 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
535 to Control-D (Bug#6771).
536
537 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
538
539 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
540 Wording by Drew Adams <drew.adams@oracle.com>.
541
542 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
543
544 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
545 ttip_lbl.
546
547 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
548 calling gtk_widget_queue_draw.
549 (x_free_frame_resources): Call xg_free_frame_widgets.
550
551 * xfns.c (x_gtk_use_system_tooltips): New variable.
552 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
553 new gtkutil tooltip functions to show the tooltip.
554 (Fx_hide_tip): Call xg_hide_tooltip.
555 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
556
557 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
558 (xg_show_tooltip, xg_hide_tooltip): Declare.
559
560 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
561 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
562 New functions.
563 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
564 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
565 Remove code that is commented out.
566
567 2010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
568
569 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
570
571 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
572
573 * xselect.c (x_own_selection): Use list4.
574
575 2010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
576
577 * buffer.c (Qwindow): Do not define, already defined in data.c.
578 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
579
580 2010-07-29 Chad Brown <yandros@mit.edu>
581
582 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
583 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
584 * config.in: Undef HAVE_DIRENT_H.
585 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
586 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
587
588 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
589
590 Rename s/usg5-4.h -> s/usg5-4-common.h.
591 * s/usg5-4.h: Rename file to ...
592 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
593 * s/unixware.h:
594 * s/sol2-6.h:
595 * s/irix6-5.h: Update includes accordingly.
596
597 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
598
599 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
600
601 * xterm.h (struct x_output): Add toolbar_top_height,
602 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
603 Remove toolbar_height.
604 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
605 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
606 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
607 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
608
609 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
610
611 * xfns.c (x_set_tool_bar_position): New function.
612 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
613 (x_frame_parm_handlers): Add x_set_tool_bar_position.
614 (syms_of_xfns): If USE_GTK, provide move-toolbar.
615
616 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
617 and FRAME_TOOLBAR_LEFT_WIDTH.
618
619 * gtkutil.h (xg_change_toolbar_position): Declare.
620
621 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
622 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
623 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
624 (xg_create_frame_widgets): Create a hobox for placing widgets
625 vertically. Use gtk_box_pack_start.
626 (xg_height_or_width_changed): Renamed from xg_height_changed.
627 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
628 (xg_update_frame_menubar, free_frame_menubar): Change to
629 xg_height_or_width_changed.
630 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
631 size correctly. Remove hardcoded 4, instead use handlebox size -
632 toolbar size.
633 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
634 size correctly. Use handlebox size + toolbar size as additional size.
635 (xg_pack_tool_bar): POS is a new parameter.
636 Set orientation of tool bar based on pos.
637 Only make handlebox_widget if NULL.
638 Check if tool bar goes to vbox or hbox depending on pos.
639 (xg_update_tool_bar_sizes): New function.
640 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
641 height, call xg_update_tool_bar_sizes instead.
642 (free_frame_tool_bar): Remove from hbox or vbox depending on
643 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
644 (xg_change_toolbar_position): New function.
645
646 * frame.h (struct frame): Add tool_bar_position.
647 (Qbottom): Declare.
648
649 * frame.c (Qtool_bar_position): New variable.
650 (make_frame): Set tool_bar_position to Qtop.
651 (frame_parms): Add tool-bar-position.
652 (x_report_frame_params): Store tool_bar_position.
653 (x_set_fringe_width): Reset wm size hint after fringe changes.
654
655 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
656
657 Make lisp_time_argument declaration work on all systems.
658 * lisp.h (lisp_time_argument): Move declaration ...
659 * systime.h (lisp_time_argument): ... here
660 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
661
662 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
663
664 * vm-limit.c (POINTER): Add typedef for it.
665 (start_of_data): Change return type from POINTER to char *.
666
667 * frame.h (Qtty_color_mode): Move declaration out of ifdef
668 HAVE_WINDOW_SYSTEM.
669
670 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
671
672 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
673 Remove reference to __osf__, unused.
674
675 * mem-limits.h: Remove duplicated includes.
676 (NULL): Remove definition, unused.
677 (POINTER): Remove definition.
678 (start_of_data): Use char* in prototype, as the function
679 definition does.
680
681 Remove extern declarations from .c files, and them to .h files.
682 * keyboard.h (Qhelp_echo, waiting_for_input)
683 (input_available_clear_time, ignore_mouse_drag_p)
684 (Vdouble_click_time, real_this_command, Vthis_original_command):
685 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
686 (Voverriding_local_map_menu_flag):
687 * lisp.h (Qinteractive_form, use_file_dialog)
688 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
689 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
690 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
691 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
692 (Qfunction, debug_on_next_call, Qfield)
693 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
694 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
695 (Qfile_directory_p, Qinsert_file_contents)
696 (Qcompletion_ignore_case, Qcompletion_ignore_case)
697 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
698 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
699 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
700 (Qminibuffer_prompt)
701 (Vtemporary_file_directory,char_ins_del_vector, Qface):
702 * xterm.h (gray_bitmap_width, gray_bitmap_height)
703 (gray_bitmap_bits, xic_create_fontsetname):
704 * coding.h (Vtranslation_table_for_input): Add extern declarations.
705
706 * xsmfns.c (Vuser_login_name):
707 * xrdb.c (Vdouble_click_time):
708 * xfaces.c (xic_create_fontsetname):
709 * w32select.c (waiting_for_input):
710 * print.c (minibuffer_auto_raise):
711 * msdos.c (Qhelp_echo):
712 * macros.c (real_this_command):
713 * keymap.c (Voverriding_local_map):
714 * xterm.c (poll_for_input_1, gray_bitmap_width)
715 (gray_bitmap_height, gray_bitmap_bits;
716 * xmenu.c ( Voverriding_local_map)
717 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
718 (use_file_dialog, Xt_app_con):
719 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
720 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
721 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
722 (Qtool_bar_lines, ignore_mouse_drag_p):
723 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
724 (Qrear_nonsticky, nconc2):
725 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
726 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
727 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
728 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
729 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
730 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
731 (gc_in_progress):
732 * doc.c (Voverriding_local_map, Qremap):
733 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
734 (Vcompletion_regexp_list):
735 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
736 (Qcompletion_ignore_case):
737 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
738 (Vhistory_length, Vthis_original_command, real_this_command)
739 (Qface, Qminibuffer_prompt, history_delete_duplicates):
740 * image.c (Qrisky_local_variable):
741 * fontset.c (QCname):
742 * fns.c (minibuffer_auto_raise, QCname):
743 * dispnew.c (char_ins_del_cost):
744 * composite.c (font_fill_lglyph_metrics):
745 * cmds.c (Qface, Vtranslation_table_for_input):
746 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
747 * ccl.c (charset_unicode):
748 * callproc.c (Vtemporary_file_directory):
749 * buffer.c (emacs_strerror): Remove extern declarations.
750
751 * data.c (Qwindow): Make non-static, used from other files too.
752 * frame.c (validate_x_resource_name): Remove shadow definition for i.
753
754 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
755 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
756 * s/usg5-4.h (COFF):
757 * s/template.h:
758 * s/msdos.h (COFF, NO_REMAP):
759 * s/ms-w32.h (NO_REMAP):
760 * s/hpux10-20.h (NO_REMAP):
761 * m/sparc.h (SEGMENT_MASK):
762 * m/m68k.h (NO_REMAP):
763 * m/intel386.h (SEGMENT_MASK):
764 * m/arm.h (NO_REMAP):
765 * m/alpha.h (COFF):
766 * m/template.h: Remove references to unused defines.
767
768 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
769
770 * xsettings.c (Ftool_bar_get_system_style): Also check for
771 Qtext_image_horiz.
772
773 * xdisp.c (Qtext_image_horiz): Define.
774 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
775 to documentation of tool-bar-style.
776
777 * lisp.h (Qtext_image_horiz): Declare.
778
779 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
780 style text_image_horiz.
781
782 2010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
783
784 * emacs.c (Fkill_emacs): Remove return statement.
785
786 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
787 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
788 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys): Remove
789 local extern declarations.
790
791 * xmenu.c: Do not included lwlib.h, not needed.
792
793 * m/iris4d.h (XUINT, XSET): Remove, not needed.
794
795 * process.c: Move definitions earlier to minimize #ifdefs.
796
797 * xterm.h (x_get_customization_string, x_load_resources)
798 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
799 (x_check_errors, x_property_data_to_lisp, defined_color)
800 (xic_set_xfontset, x_defined_color): Use const.
801
802 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
803 (x_text_icon, x_check_errors, x_connection_closed): Use const.
804
805 * xselect.c (selection_data_to_lisp_data)
806 (x_property_data_to_lisp):
807 * xrdb.c (x_get_string_resource, file_p)
808 (x_get_customization_string, magic_file_p, search_magic_path)
809 (get_system_app, get_user_app, x_load_resources, x_get_resource)
810 (x_get_string_resource): Use const.
811
812 * xfns.c: Include xlwmenu.h when USE_LUCID.
813 (x_defined_color, xic_set_xfontset): Use const.
814 (Fx_hide_tip): Remove local extern declaration.
815
816 * xfaces.c (Qmouse_face): Remove declaration.
817 (face_color_gray_p, tty_defined_color, defined_color)
818 (face_color_gray_p, face_color_supported_p): Add const.
819
820 * xdisp.c (do_mouse_tracking): Remove declaration.
821 (add_to_log): Use const.
822
823 * minibuf.c (Qmouse_face): Remove declaration.
824
825 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
826
827 * keyboard.h (do_mouse_tracking): Add declaration.
828
829 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
830 (QCdata, QCtype, Qcenter): Remove declarations.
831
832 * frame.c (x_get_resource_string, x_get_string_resource)
833 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
834 (x_default_parameter): Use const.
835
836 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
837 (QCheight, QCsize, QCname): Remove declarations.
838
839 * emacs.c (main): Remove local extern declaration.
840
841 * editfns.c (region_limit, syms_of_editfns): Remove local extern
842 declarations.
843
844 * dispnew.c: Remove duplicate #include <unistd.h>.
845 (update_window, update_frame_1, init_display): Remove local extern
846 declarations.
847
848 * dispextern.h (add_to_log): Remove declaration.
849 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
850 (x_frame_get_and_record_arg, x_default_parameter): Add const.
851
852 * dired.c (scmp): Add const.
853 (directory_files_internal): Remove local extern declaration.
854
855 * data.c (Finteractive_form): Use const.
856
857 * composite.c (syms_of_composite): Remove local extern declarations.
858
859 * charset.c (add_to_log): Remove declaration.
860
861 * character.c (strwidth, parse_str_to_multibyte): Add const.
862
863 * character.h (strwidth, parse_str_to_multibyte): Likewise.
864
865 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
866
867 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
868 (Lisp_Subr): Make doc and intspec constant.
869 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
870 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
871 (QCheight, QCsize, QCname, QCwidth, QCforeground)
872 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
873 (display_arg): Add declarations.
874
875 2010-07-27 Christoph Scholtes <cschol2112@gmail.com>
876
877 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
878
879 * window.c (Fwindow_height): Doc fix (bug#6518).
880
881 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
882
883 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
884
885 2010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
886
887 * keyboard.c (Ftop_level, Fexit_recursive_edit)
888 (Fabort_recursive_edit): Remove return statements in NO_RETURN
889 functions.
890
891 * frame.h (Qtty_color_mode): Add declaration.
892
893 * lisp.h (Ftop_level, Fexit_recursive_edit)
894 (Fabort_recursive_edit): Mark as NO_RETURN.
895
896 2010-07-26 Kenichi Handa <handa@m17n.org>
897
898 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
899 number of glyphs gets smaller than the original length. (Bug#6621)
900
901 2010-07-26 Juanma Barranquero <lekktu@gmail.com>
902
903 * lread.c (unreadpure, mapatoms_1): Make static.
904
905 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
906
907 * terminfo.c (tparam): Fix prototype of tparm.
908
909 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
910
911 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
912 find start of text segment.
913 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
914 is defined.
915
916 * callproc.c (set_initial_environment): Avoid unbalanced braces.
917
918 2010-07-25 Ken Brown <kbrown@cornell.edu>
919
920 * vm-limit.c (check_memory_limits): Fix previous change;
921 accidentally reverted an earlier change.
922
923 2010-07-25 Ken Brown <kbrown@cornell.edu>
924
925 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
926 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
927
928 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
929
930 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
931 * dired.c (opendir, readdir): Fix prototypes.
932 * editfns.c (w32_get_internal_run_time): Fix prototypes.
933 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
934 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
935 (telldir): Remove declaration.
936 * ralloc.c (real_morecore, __morecore): Fix prototypes.
937 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
938 * syssignal.h (strsignal): Fix prototype.
939 * term.c (tparam): Fix prototype.
940 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
941 (term_get_fkeys): Set inside "#ifndef DOS_NT".
942 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
943 and __morecore.
944 * w32gui.h (XParseGeometry): Fix prototype.
945 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
946 * w32term.c (my_set_focus): Declare inside #if 0.
947 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
948 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
949 (drain_message_queue, get_next_msg, post_msg, parse_button)
950 (ClipboardSequence_Proc): Fix prototypes.
951 (wait_for_sync): Remove declaration.
952
953 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
954
955 * w32fns.c (w32_to_x_color): Remove, unused.
956
957 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
958
959 * lisp.h: Remove leftover P_.
960
961 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
962
963 * ecrt0.c, unexalpha.c: Remove files, unused.
964
965 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
966
967 * cmds.c (internal_self_insert): Make static.
968 * lisp.h (internal_self_insert): Remove declaration.
969
970 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
971
972 * alloc.c (free_float):
973 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
974 * frame.c (delete_frame_handler):
975 * ralloc.c (reorder_bloc):
976 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
977 Remove unused static functions.
978
979 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
980 it is called only from NS code.
981
982 * w32term.c (my_set_focus): #ifdef away; it is called only from
983 "#ifdef 0" code.
984
985 * w32fns.c (x_edge_detection):
986 * xfaces.c (may_use_scalable_font_p):
987 Remove obsolete static declarations.
988
989 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
990
991 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
992 (emacs_blocked_realloc, uninterrupt_malloc):
993 * fringe.c (w32_reset_fringes):
994 * image.c (convert_mono_to_color_image, lookup_rgb_color)
995 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
996 * sound.c (be2hs, do_play_sound):
997 * vm-limit.c (get_lim_data, ret_lim_data):
998 * w32term.c (x_free_frame_resources):
999 * xfaces.c (x_create_gc, x_free_gc):
1000 Convert definitions to standard C.
1001
1002 2010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1003
1004 * eval.c (Feval, Ffuncall): Use the new names.
1005
1006 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
1007 (DEFUN): Add braces around the union initialisation and use ## to
1008 specify the right union alternative and avoid a cast.
1009
1010 2010-07-18 Juanma Barranquero <lekktu@gmail.com>
1011
1012 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
1013
1014 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1015
1016 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
1017
1018 2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
1019
1020 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
1021 is related to the menu bar (Bug#6499).
1022 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
1023
1024 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
1025
1026 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
1027
1028 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
1029
1030 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
1031 i.e. don't put back ButtonRelease (Bug#6608).
1032
1033 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
1034 instead of Window. Call xg_event_is_for_menubar when
1035 USE_GTK (Bug#6499).
1036
1037 * gtkutil.h (xg_event_is_for_menubar): Declare.
1038
1039 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
1040
1041 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1042
1043 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
1044 when it's the same as the old foreground. (Bug#6609)
1045
1046 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
1047
1048 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
1049 widget is non-null (Bug#6645).
1050
1051 2010-07-15 Andreas Schwab <schwab@linux-m68k.org>
1052
1053 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
1054 Convert old-style definition.
1055
1056 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
1057 timestamp argument.
1058
1059 2010-07-15 Eli Zaretskii <eliz@gnu.org>
1060
1061 * fringe.c (update_window_fringes): Restore mistakenly reverted
1062 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
1063
1064 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1065
1066 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
1067 (SET_SAVED_KEY_EVENT): Remove (not used).
1068 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
1069 remove size parameter.
1070 (handle_one_xevent): Check popup_activated () for menu for Xt also.
1071 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
1072 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
1073 ButtonRelease.
1074 (x_set_window_size_1): scroll_bar_actual_width is always
1075 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
1076
1077 * xdisp.c (pending_menu_activation): Remove extern declaration.
1078 (prepare_menu_bars): Remove setting of pending_menu_activation.
1079
1080 * xmenu.c (pending_menu_activation): Remove.
1081 (x_activate_menubar): Set popup_activated_flag for Xt also.
1082 Remove setting of pending_menu_activation.
1083 (set_frame_menubar): Remove check of pending_menu_activation.
1084 Declare menubar_size before code. Correct spelling in comment.
1085
1086 2010-07-14 Kenichi Handa <handa@m17n.org>
1087
1088 * font.c (font_open_entity): Cancel previous change.
1089 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
1090
1091 2010-07-13 Eli Zaretskii <eliz@gnu.org>
1092
1093 Remove subprocesses #ifdefs.
1094 * process.c <inhibit_sentinels>: Move to the common part.
1095 (Fwaiting_for_user_input_p): Move to the common part; return nil
1096 if async subprocesses aren't supported.
1097 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
1098 MS-DOS. Remove "#ifdef subprocesses".
1099 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
1100 (gettimeofday): Remove "#ifdef subprocesses".
1101 (wait_without_blocking): Remove function.
1102 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
1103 Remove "#ifdef subprocesses".
1104 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
1105 compiled on MS-DOS.
1106 * callproc.c (Fcall_process) [!MSDOS]: Don't call
1107 wait_for_termination on MS-DOS.
1108 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
1109 initialization of inhibit_sentinels.
1110 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
1111 subprocesses" conditional.
1112 * callproc.c (Fcall_process) [!subprocesses]: Don't call
1113 wait_for_termination, since `buffer' cannot be an integer when
1114 async subprocesses are not supported
1115 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
1116 for ifdefing away the call to Fprocess_status.
1117
1118 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
1119 away the entire body of the function.
1120
1121 2010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1122
1123 Remove subprocesses #ifdefs from term.c.
1124 * process.c (add_keyboard_wait_descriptor)
1125 (delete_keyboard_wait_descriptor): Move to common section, do
1126 nothing when subprocesses is not defined.
1127 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
1128 Remove subprocesses #ifdefs.
1129
1130 Convert maybe_fatal to standard C.
1131 * lisp.h (verror): Declare.
1132 * eval.c (verror): New function containing the code from ...
1133 (error): ... this. Call verror.
1134 * term.c (vfatal): New function containing the code from ...
1135 (fatal): ... this. Call vfatal.
1136 (maybe_fatal): Convert to standard C, use variable number of
1137 arguments. Declare as non-return.
1138 (init_tty): Fix maybe_fatal call.
1139
1140 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1141
1142 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
1143 (_scroll_bar_note_movement): Convert definitions to standard C.
1144 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
1145 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
1146
1147 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1148
1149 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
1150 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
1151 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
1152 (xaw_jump_callback, xaw_scroll_callback)
1153 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
1154 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
1155 definitions to standard C.
1156 * xmenu.c (menubar_id_to_frame, popup_get_selection)
1157 (popup_activate_callback, popup_deactivate_callback)
1158 (menu_highlight_callback, menubar_selection_callback)
1159 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
1160 (free_frame_menubar, popup_selection_callback, as)
1161 (create_and_show_popup_menu, dialog_selection_callback)
1162 (create_and_show_dialog):
1163 * xfns.c (hack_wm_protocols, x_window):
1164 * xfaces.c (x_update_menu_appearance):
1165 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
1166 (char_to_pixel_size, round_size_to_char, get_wm_shell)
1167 (set_frame_size, update_wm_hints, setup_frame_gcs)
1168 (update_various_frame_slots, update_from_various_frame_slots)
1169 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
1170 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
1171 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
1172
1173 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1174
1175 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
1176
1177 2010-07-12 Eli Zaretskii <eliz@gnu.org>
1178
1179 * process.c (setup_process_coding_systems): Move to the part
1180 shared by non-subprocesses systems, and make its body empty when
1181 subprocesses is not defined.
1182 (close_process_descs): Move to the part shared by non-subprocesses
1183 systems.
1184 (wait_reading_process_output) [!subprocesses]: Convert arg list to
1185 ANSI C.
1186
1187 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1188
1189 * editfns.c (transpose_markers): Convert old-style definition.
1190 * emacs.c (abort, shut_down_emacs, fixup_locale)
1191 (synchronize_system_time_locale)
1192 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
1193 * floatfns.c (extract_float, matherr, init_floatfns)
1194 (syms_of_floatfns): Likewise.
1195 * fns.c (make_hash_table): Likewise.
1196 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
1197 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
1198 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
1199 (ftfont_variation_glyphs): Likewise.
1200 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
1201 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
1202 * lread.c (read_filtered_event): Likewise.
1203 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
1204 * process.c (wait_reading_process_output): Likewise.
1205 * scroll.c (do_line_insertion_deletion_costs): Likewise.
1206 * search.c (search_buffer, boyer_moore): Likewise.
1207 * syntax.c (scan_sexps_forward): Likewise.
1208 * xdisp.c (try_scrolling): Likewise.
1209 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
1210 (face_at_string_position): Likewise.
1211 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
1212 * xselect.c (x_get_window_property, receive_incremental_selection)
1213 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
1214 Likewise.
1215 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
1216
1217 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1218
1219 * callproc.c (child_setup): Remove subprocesses conditional.
1220 Remove code dealing with SET_EMACS_PRIORITY, unused.
1221
1222 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
1223 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
1224
1225 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
1226 (__do_global_dtors, __main): Use void in definition.
1227 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
1228 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
1229 the only users from ...
1230 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
1231 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
1232 (HAVE_VOLATILE): Remove, unused.
1233
1234 Convert more function definitions to standard C.
1235 * xdisp.c (window_box_edges, handle_single_display_spec)
1236 (display_string): Convert definition to standard C.
1237 * scroll.c (do_direct_scrolling, scrolling_1):
1238 * dispnew.c (allocate_matrices_for_frame_redisplay)
1239 (mirrored_line_dance):
1240 * coding.c (code_convert_string):
1241 * charset.c (map_charset_chars):
1242 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
1243 (Fregister_ccl_program, Fregister_code_conversion_map):
1244 * keyboard.c (kbd_buffer_nr_stored): Likewise.
1245 (head_table): Make static and const.
1246
1247 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1248
1249 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
1250 (PROFILING_LDFLAGS): Set from substitution.
1251 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
1252 CFLAGS last.
1253
1254 2010-07-12 Kenichi Handa <handa@m17n.org>
1255
1256 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
1257 (shortlisp): Likewise.
1258
1259 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
1260
1261 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
1262 of FONT_ENTITY_INDEX.
1263 (Ffont_get): If KEY is :otf and the font-object doesn't have the
1264 property, get the property value dynamically.
1265 (Ffont_put): Accept font-entity and font-object too.
1266 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
1267 return value changed.
1268 (syms_of_font): Adjusted for the above change.
1269
1270 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1271
1272 * blockinput.h: Remove obsolete comment.
1273
1274 * lisp.h: Include <stddef.h>.
1275 (OFFSETOF): Don't define.
1276 (VECSIZE): Use offsetof instead of OFFSETOF.
1277 (PSEUDOVECSIZE): Likewise.
1278 * process.c (conv_sockaddr_to_lisp): Likewise.
1279 * alloc.c: Don't include <stddef.h>.
1280 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
1281
1282 * process.c: Remove obsolete comment.
1283
1284 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
1285
1286 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
1287
1288 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1289
1290 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
1291 index, rindex.
1292 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
1293 * editfns.c (Fuser_full_name, Fformat): Likewise.
1294 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
1295 * fileio.c (Ffile_symlink_p): Likewise.
1296 * filelock.c (current_lock_owner): Likewise.
1297 * font.c (font_parse_name, font_parse_family_registry): Likewise.
1298 * fontset.c (fontset_pattern_regexp): Likewise.
1299 * lread.c (read1): Likewise.
1300 * sysdep.c (init_system_name): Likewise.
1301 * xfns.c (select_visual): Likewise.
1302 * s/hpux10-20.h (index, rindex): Don't define.
1303 * s/ms-w32.h (index): Likewise.
1304 * s/usg5-4.h: Likewise.
1305
1306 * callproc.c (relocate_fd): Use F_DUPFD if defined.
1307
1308 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
1309 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
1310 (egetenv): Likewise.
1311 * doprnt.c (doprnt): Likewise.
1312 * editfns.c (set_time_zone_rule, format2): Likewise.
1313 * emacs.c (decode_env_path): Likewise.
1314 * eval.c (signal_error, error): Likewise.
1315 * insdel.c (replace_range_2): Likewise.
1316 * keyboard.c (cmd_error_internal): Likewise.
1317 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
1318 * print.c (write_string, write_string_1, print_error_message):
1319 Likewise.
1320 * vm-limit.c (warn_function, memory_warnings): Likewise.
1321 * xdisp.c (message1, message1_nolog, message_with_string)
1322 (vmessage, message, message_nolog): Likewise.
1323 * emacs.c: Remove duplicate declaration.
1324 * keyboard.h: Likewise.
1325 * lisp.h: Update prototypes.
1326
1327 * eval.c: Fix indentation problem.
1328
1329 * keyboard.c: Include "process.h"
1330
1331 * eval.c: Remove obsolete noinline declaration.
1332 * fns.c: Likewise.
1333
1334 2010-07-11 Ken Raeburn <raeburn@raeburn.org>
1335
1336 * doprnt.c (doprnt): Take a va_list argument instead of count and
1337 pointer.
1338 * eval.c (error): Change to a standard-C variadic function.
1339 * xdisp.c (vmessage): Renamed from message, made static, and
1340 changed to take a va_list argument.
1341 (message): New variadic wrapper.
1342 (message_nolog): Now a variadic function, calling vmessage.
1343 * lisp.h: Include stdarg.h for va_list.
1344 (doprnt, error, message, message_nolog): Decls updated.
1345
1346 2010-07-11 Eli Zaretskii <eliz@gnu.org>
1347
1348 * process.c (syms_of_process) <delete-exited-processes>: Define
1349 even if !subprocesses.
1350 (delete_exited_processes): Ditto.
1351
1352 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
1353 (delete_exited_processes): Don't define.
1354
1355 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1356
1357 * frame.c (make_frame): Initialize menu_bar_lines and
1358 tool_bar_lines members.
1359 (make_initial_frame, make_terminal_frame): Initialize
1360 menu_bar_lines using value of menu-bar-mode.
1361
1362 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
1363
1364 2010-07-10 Eli Zaretskii <eliz@gnu.org>
1365
1366 * process.c: Reshuffle #include's. Condition some of the global
1367 and static variables on `subprocesses'.
1368 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
1369 Leave only one implementation.
1370 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
1371 (kill_buffer_processes, Flist_system_processes)
1372 (Fprocess_attributes, init_process, syms_of_process): Unify the
1373 implementations for with subprocesses and without them.
1374
1375 2010-07-09 Jan Djärv <jan.h.d@swipnet.se>
1376
1377 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
1378 correct size for Motif.
1379 (free_frame_menubar): Call x_set_window_size to update frame size.
1380
1381 * xfns.c (x_window): Set borderWidth to 0 for pane and
1382 EmacsFrame. Frame size calculation is wrong otherwise.
1383
1384 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
1385
1386 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
1387 allows to suppress errors when polling in Emacs' main loop.
1388 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
1389 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
1390 (Fdbus_method_error_internal, Fdbus_send_signal)
1391 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
1392 (Fdbus_register_method): Use it. (Bug#6579)
1393
1394 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
1395
1396 * alloc.c: Convert DEFUNs to standard C.
1397 * buffer.c:
1398 * bytecode.c:
1399 * callint.c:
1400 * callproc.c:
1401 * casefiddle.c:
1402 * casetab.c:
1403 * category.c:
1404 * character.c:
1405 * charset.c:
1406 * chartab.c:
1407 * cmds.c:
1408 * coding.c:
1409 * composite.c:
1410 * data.c:
1411 * dbusbind.c:
1412 * dired.c:
1413 * dispnew.c:
1414 * doc.c:
1415 * dosfns.c:
1416 * editfns.c:
1417 * emacs.c:
1418 * eval.c:
1419 * fileio.c:
1420 * filelock.c:
1421 * floatfns.c:
1422 * fns.c:
1423 * font.c:
1424 * fontset.c:
1425 * frame.c:
1426 * fringe.c:
1427 * image.c:
1428 * indent.c:
1429 * insdel.c:
1430 * keyboard.c:
1431 * keymap.c:
1432 * lread.c:
1433 * macros.c:
1434 * marker.c:
1435 * menu.c:
1436 * minibuf.c:
1437 * msdos.c:
1438 * nsfns.m:
1439 * nsmenu.m:
1440 * nsselect.m:
1441 * print.c:
1442 * process.c:
1443 * search.c:
1444 * sound.c:
1445 * syntax.c:
1446 * term.c:
1447 * terminal.c:
1448 * textprop.c:
1449 * undo.c:
1450 * w16select.c:
1451 * w32console.c:
1452 * w32fns.c:
1453 * w32font.c:
1454 * w32menu.c:
1455 * w32proc.c:
1456 * w32select.c:
1457 * window.c:
1458 * xdisp.c:
1459 * xfaces.c:
1460 * xfns.c:
1461 * xmenu.c:
1462 * xselect.c:
1463 * xsettings.c:
1464 * xsmfns.c: Likewise.
1465
1466 2010-07-08 Eli Zaretskii <eliz@gnu.org>
1467
1468 * process.c (kbd_is_on_hold, hold_keyboard_input)
1469 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
1470
1471 2010-07-08 Jan Djärv <jan.h.d@swipnet.se>
1472
1473 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
1474 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
1475 unless USE_LUCID.
1476
1477 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
1478
1479 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
1480 declaration.
1481
1482 Clean up include guards.
1483 * tparam.c: Remove include guards for config.h, string.h and code
1484 that assumes #ifndef emacs.
1485 * termcap.c:
1486 * unexalpha.c:
1487 * sysdep.c:
1488 * filemode.c:
1489 * filelock.c:
1490 * bidi.c: Likewise.
1491
1492 Remove prefix-args.c
1493 * prefix-args.c: Remove file.
1494 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
1495 * Makefile.in (temacs${EXEEXT}): Remove references to
1496 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
1497 (mostlyclean): Remove reference to prefix-args.
1498 (prefix-args): Remove.
1499
1500 Simplify cstart_of_data, start_of_code and related code.
1501 * mem-limits.h: Remove !emacs and _LIBC conditional code.
1502 (start_of_data): Merge into start_of_data function.
1503 * sysdep.c (start_of_text): Remove. Move simplified versions of
1504 it in the only users: unexaix.c and unexec.c.
1505 (read_input_waiting): Remove local declaration of quit_char.
1506 (start, etext): Remove declarations.
1507 (start_of_data): Merge with the version in mem-limits.h and move
1508 to vm-limits.c.
1509 * vm-limit.c (start_of_data): Merged and simplified version of the
1510 code formerly in mem-limits.h and sysdep.c.
1511 * unexec.c (start): New declaration, moved from sysdep.c.
1512 (start_of_text): Simplified version of the code formerly in sysdep.c.
1513 * unexaix.c (start_of_text): Simplified version of the code
1514 formerly in sysdep.c.
1515 * m/alpha.h (HAVE_TEXT_START): Remove.
1516 (TEXT_START): Move ...
1517 * unexalpha.c (TEXT_START): ... here.
1518 * s/hpux10-20.h (TEXT_START): Remove.
1519 * s/darwin.h (TEXT_START):
1520 * m/mips.h (TEXT_START):
1521 * m/macppc.h (HAVE_TEXT_START):
1522 * m/m68k.h (TEXT_START):
1523 * m/iris4d.h (TEXT_START):
1524 * m/intel386.h (TEXT_START):
1525 * m/ibmrs6000.h (TEXT_START):
1526 * m/ia64.h (HAVE_TEXT_START):
1527 * s/msdos.h (TEXT_START): Likewise.
1528
1529 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
1530
1531 * alloc.c (overrun_check_malloc, overrun_check_realloc)
1532 (overrun_check_free, xstrdup, allocate_string)
1533 (allocate_string_data, compact_small_strings, Fmake_string)
1534 (make_unibyte_string, make_multibyte_string)
1535 (make_string_from_bytes, make_specified_string, make_float)
1536 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
1537 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
1538 memcpy, memmove, memset, memcmp.
1539 * atimer.c (start_atimer, set_alarm): Likewise.
1540 * buffer.c (clone_per_buffer_values, report_overlay_modification)
1541 (mmap_realloc, init_buffer_once): Likewise.
1542 * callint.c (Fcall_interactively): Likewise.
1543 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
1544 (getenv_internal_1): Likewise.
1545 * casefiddle.c (casify_object): Likewise.
1546 * ccl.c (ccl_driver): Likewise.
1547 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
1548 * charset.c (load_charset_map_from_file)
1549 (load_charset_map_from_file, load_charset_map_from_vector)
1550 (Fdefine_charset_internal): Likewise.
1551 * cm.c (Wcm_clear): Likewise.
1552 * coding.c (decode_eol, decode_coding_object)
1553 (Fset_coding_system_priority, make_subsidiaries): Likewise.
1554 * data.c (Faset): Likewise.
1555 * dired.c (directory_files_internal, file_name_completion_stat):
1556 Likewise.
1557 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
1558 (clear_glyph_row, copy_row_except_pointers)
1559 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
1560 (save_current_matrix, restore_current_matrix)
1561 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
1562 (mirror_line_dance, scrolling_window): Likewise.
1563 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
1564 Likewise.
1565 * doprnt.c (doprnt): Likewise.
1566 * editfns.c (Fuser_full_name, make_buffer_string_both)
1567 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
1568 * emacs.c (sort_args): Likewise.
1569 * eval.c (Fapply, Ffuncall): Likewise.
1570 * fileio.c (Ffile_name_directory, make_temp_name)
1571 (Fexpand_file_name, search_embedded_absfilename)
1572 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
1573 (auto_save_error): Likewise.
1574 * fns.c (Fstring_equal, Fcopy_sequence, concat)
1575 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
1576 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
1577 (Fmake_hash_table): Likewise.
1578 * fringe.c (Fdefine_fringe_bitmap): Likewise.
1579 * ftfont.c (ftfont_text_extents): Likewise.
1580 * getloadavg.c (getloadavg): Likewise.
1581 * image.c (define_image_type, make_image, make_image_cache)
1582 (x_create_x_image_and_pixmap, xbm_image_p)
1583 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
1584 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
1585 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
1586 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
1587 (tiff_image_p, tiff_read_from_memory, gif_image_p)
1588 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
1589 Likewise.
1590 * indent.c (scan_for_column, compute_motion): Likewise.
1591 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
1592 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
1593 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
1594 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
1595 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
1596 (store_user_signal_events, menu_bar_items, tool_bar_items)
1597 (process_tool_bar_item, append_tool_bar_item)
1598 (read_char_minibuf_menu_prompt, read_key_sequence)
1599 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
1600 Likewise.
1601 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
1602 Likewise.
1603 * lisp.h (STRING_COPYIN): Likewise.
1604 * lread.c (Fload, read1, oblookup): Likewise.
1605 * msdos.c (Frecent_doskeys): Likewise.
1606 * nsfns.m (Fx_create_frame): Likewise.
1607 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
1608 Likewise.
1609 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
1610 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
1611 Likewise.
1612 * nsmenu.m (ns_update_menubar): Likewise.
1613 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
1614 * print.c (print_unwind, printchar, strout, print_string)
1615 (print_error_message): Likewise.
1616 * process.c (conv_lisp_to_sockaddr, set_socket_option)
1617 (Fmake_network_process, Fnetwork_interface_list)
1618 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
1619 (init_process): Likewise.
1620 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
1621 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
1622 Likewise.
1623 * scroll.c (do_scrolling, do_direct_scrolling)
1624 (scrolling_max_lines_saved): Likewise.
1625 * search.c (search_buffer, wordify, Freplace_match): Likewise.
1626 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
1627 * syntax.c (skip_chars, skip_syntaxes): Likewise.
1628 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
1629 (emacs_set_tty): Likewise.
1630 * term.c (encode_terminal_code, calculate_costs)
1631 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
1632 Likewise.
1633 * termcap.c (tgetst1, gobble_line): Likewise.
1634 * termhooks.h (EVENT_INIT): Likewise.
1635 * tparam.c (tparam1): Likewise.
1636 * unexalpha.c (unexec): Likewise.
1637 * unexec.c (write_segment): Likewise.
1638 * unexmacosx.c (unexec_write_zero): Likewise.
1639 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
1640 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
1641 * w32font.c (w32font_list_family, w32font_text_extents)
1642 (w32font_list_internal, w32font_match_internal)
1643 (w32font_open_internal, compute_metrics, Fx_select_font):
1644 Likewise.
1645 * w32menu.c (set_frame_menubar, add_menu_item)
1646 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
1647 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
1648 * w32uniscribe.c (uniscribe_list_family): Likewise.
1649 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
1650 * window.c (make_window, replace_window, set_window_buffer)
1651 (Fsplit_window): Likewise.
1652 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
1653 (add_to_log, message3, x_consider_frame_title)
1654 (append_space_for_newline, extend_face_to_end_of_line)
1655 (decode_mode_spec_coding, init_glyph_string): Likewise.
1656 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
1657 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
1658 (face_attr_equal_p, make_realized_face, make_face_cache)
1659 (free_realized_faces, lookup_named_face, smaller_face)
1660 (face_with_height, lookup_derived_face)
1661 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
1662 (Finternal_set_font_selection_order, realize_default_face)
1663 (compute_char_face, face_at_buffer_position)
1664 (face_for_overlay_string, face_at_string_position, merge_faces):
1665 Likewise.
1666 * xfns.c (xic_create_fontsetname, Fx_create_frame)
1667 (Fx_window_property, x_create_tip_frame)
1668 (Fx_backspace_delete_keys_p): Likewise.
1669 * xfont.c (xfont_list, xfont_match, xfont_list_family)
1670 (xfont_text_extents): Likewise.
1671 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
1672 * xrdb.c (magic_file_p, x_get_resource): Likewise.
1673 * xselect.c (x_queue_event, x_get_window_property)
1674 (receive_incremental_selection): Likewise.
1675 * xsmfns.c (x_session_check_input): Likewise.
1676 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
1677 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
1678 Likewise.
1679 * character.h (BCOPY_SHORT): Removed.
1680 * config.in: Regenerate.
1681 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
1682 * emacs.c (main) [PROFILING]: Don't declare
1683 dump_opcode_frequencies.
1684 * lisp.h (safe_bcopy): Remove declaration.
1685 (memset) [!HAVE_MEMSET]: Declare.
1686 (memcpy) [!HAVE_MEMCPY]: Likewise.
1687 (memmove) [!HAVE_MEMMOVE]: Likewise.
1688 (memcmp) [!HAVE_MEMCMP]: Likewise.
1689 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
1690 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
1691 Don't define.
1692 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
1693 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
1694 (BCOPY_DOWNWARD_SAFE): Don't define.
1695 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
1696 (memcpy) [!HAVE_MEMCPY]: Define.
1697 (memmove) [!HAVE_MEMMOVE]: Define.
1698 (memcmp) [!HAVE_MEMCMP]: Define.
1699
1700 2010-07-07 Jan Djärv <jan.h.d@swipnet.se>
1701
1702 * process.c (kbd_is_on_hold): New variable.
1703 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
1704 New functions.
1705 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
1706 select on empty input mask.
1707 (init_process): Initialize kbd_is_on_hold to 0.
1708
1709 * process.h (hold_keyboard_input, unhold_keyboard_input)
1710 (kbd_on_hold_p): Declare.
1711
1712 * keyboard.c (input_available_signal): Declare.
1713 (kbd_buffer_nr_stored): New function.
1714 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
1715 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
1716 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
1717 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
1718 (tty_read_avail_input): If input is on hold, return.
1719 Don't read more that free slots in kbd_buffer (Bug#6571).
1720
1721 2010-07-07 Eli Zaretskii <eliz@gnu.org>
1722
1723 * msdos.h:
1724 * msdos.c:
1725 * dosfns.c:
1726 * w16select.c: Convert function definitions to ANSI C.
1727
1728 * msdos.h (ctrl_break_func, install_ctrl_break_check):
1729 Remove unused prototypes.
1730
1731 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
1732
1733 * coding.c, sysdep.c: Convert some more functions to standard C.
1734
1735 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
1736
1737 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
1738 (encode_coding_object): Use SPECPDL_INDEX.
1739 (syms_of_coding): Use DOS_NT.
1740
1741 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1742
1743 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
1744
1745 Make the function member of Lisp_Subr use standard C prototypes.
1746 * lisp.h (struct Lisp_Subr): Use a union for the function member.
1747 (DECL_ALIGN): Add a cast for the function.
1748 * eval.c (Feval, Ffuncall): Use the proper type for each type
1749 function call.
1750
1751 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1752
1753 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
1754 fringe face id, so face-remapping-alist works (Bug#6091).
1755
1756 2010-07-06 Juanma Barranquero <lekktu@gmail.com>
1757
1758 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
1759 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
1760 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
1761
1762 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
1763
1764 * xterm.c (x_get_keysym_name): Change type of parameter to int.
1765 * lisp.h: Declare x_get_keysym_name.
1766 * keyboard.c (modify_event_symbol): Don't declare
1767 x_get_keysym_name here.
1768
1769 2010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1770
1771 * ecrt0.c: Revert conversion to standard C.
1772
1773 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
1774
1775 * vm-limit.c (memory_warnings):
1776 * keyboard.c (modify_event_symbol):
1777 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
1778 (round2, emacs_rint):
1779 * process.c (send_process, old_sigpipe): Convert function
1780 definitions and declarations to standard C.
1781
1782 2010-07-05 Juanma Barranquero <lekktu@gmail.com>
1783
1784 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
1785 * xdisp.c: Convert function definitions to standard C.
1786
1787 * cm.c (cmputc): Arg C is now int, not char.
1788 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
1789
1790 2010-07-05 James Cloos <cloos@jhcloos.com>
1791
1792 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
1793
1794 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
1795 _NET_WM_ICON_NAME atoms.
1796
1797 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
1798 and _NET_WM_ICON_NAME properties, too, matching what is
1799 done in the Gtk+ case.
1800
1801 2010-07-05 Jan Djärv <jan.h.d@swipnet.se>
1802
1803 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
1804
1805 * xsmfns.c (SSDATA): New macro.
1806 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
1807 passed to strlen/strcpy/strcat.
1808 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
1809 7:th arg to XChangeProperty to (unsigned char *)
1810
1811 * xsettings.c (something_changedCB, parse_settings)
1812 (apply_xft_settings): Reformat prototype.
1813 (something_changedCB, init_gconf): Remove unused variable i.
1814 (read_settings): Remove unused variable long_len.
1815
1816 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
1817 (xg_get_image_for_pixmap, create_dialog)
1818 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
1819 (menuitem_highlight_callback, make_menu_item)
1820 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
1821 (xg_create_scroll_bar, xg_update_scrollbar_pos)
1822 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
1823 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
1824 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
1825 (xg_tool_bar_item_expose_callback): Reformat prototype.
1826 (xg_update_menubar): GList *group => GSList *group.
1827 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
1828 before use.
1829 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
1830 to GTK_IMAGE (wimage).
1831
1832 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
1833
1834 * atimer.c: Use "" instead of <> for local includes for
1835 consistency with the rest of the code.
1836
1837 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
1838 * xrdb.c (get_system_name):
1839 * window.c (shrink_windows):
1840 * syntax.c (forw_comment):
1841 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
1842 (ins_del_costs):
1843 * mem-limits.h (start_of_data):
1844 * lread.c (readevalloop):
1845 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
1846 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
1847 * frame.c (x_get_focus_frame):
1848 * floatfns.c (fmod_float):
1849 * fileio.c (choose_write_coding_system):
1850 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
1851 (malloc_initialize_hook, sort_args, synchronize_locale):
1852 * doprnt.c (doprnt):
1853 * dired.c (compile_pattern):
1854 * data.c (fmod_float):
1855 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
1856 (map_char_table_for_charset):
1857 * charset.c (define_charset_internal):
1858 * alloc.c (Fgarbage_collect): Convert declarations or definitions
1859 to standard C.
1860
1861 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1862 Stefan Monnier <monnier@iro.umontreal.ca>
1863
1864 * lread.c (read1): Fix up last change to not mess up `c'.
1865
1866 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
1867
1868 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
1869
1870 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
1871
1872 Fix prototypes.
1873
1874 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
1875 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
1876 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
1877 arg, as required by internal_condition_case_1.
1878 * print.c (strout): Use const char* for arg PTR.
1879 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
1880 (analyse_first): Fix "const const".
1881 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
1882 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
1883 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
1884
1885 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
1886
1887 * alloc.c: Convert function definitions to standard C.
1888 * atimer.c:
1889 * bidi.c:
1890 * bytecode.c:
1891 * callint.c:
1892 * callproc.c:
1893 * casefiddle.c:
1894 * casetab.c:
1895 * category.c:
1896 * ccl.c:
1897 * character.c:
1898 * charset.c:
1899 * chartab.c:
1900 * cmds.c:
1901 * coding.c:
1902 * composite.c:
1903 * data.c:
1904 * dbusbind.c:
1905 * dired.c:
1906 * dispnew.c:
1907 * doc.c:
1908 * doprnt.c:
1909 * ecrt0.c:
1910 * editfns.c:
1911 * fileio.c:
1912 * filelock.c:
1913 * filemode.c:
1914 * fns.c:
1915 * font.c:
1916 * fontset.c:
1917 * frame.c:
1918 * fringe.c:
1919 * ftfont.c:
1920 * ftxfont.c:
1921 * gtkutil.c:
1922 * indent.c:
1923 * insdel.c:
1924 * intervals.c:
1925 * keymap.c:
1926 * lread.c:
1927 * macros.c:
1928 * marker.c:
1929 * md5.c:
1930 * menu.c:
1931 * minibuf.c:
1932 * prefix-args.c:
1933 * print.c:
1934 * ralloc.c:
1935 * regex.c:
1936 * region-cache.c:
1937 * scroll.c:
1938 * search.c:
1939 * sound.c:
1940 * strftime.c:
1941 * syntax.c:
1942 * sysdep.c:
1943 * termcap.c:
1944 * terminal.c:
1945 * terminfo.c:
1946 * textprop.c:
1947 * tparam.c:
1948 * undo.c:
1949 * unexelf.c:
1950 * window.c:
1951 * xfaces.c:
1952 * xfns.c:
1953 * xfont.c:
1954 * xftfont.c:
1955 * xgselect.c:
1956 * xmenu.c:
1957 * xrdb.c:
1958 * xselect.c:
1959 * xsettings.c:
1960 * xsmfns.c:
1961 * xterm.c: Likewise.
1962
1963 2010-07-03 Eli Zaretskii <eliz@gnu.org>
1964
1965 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
1966 frames other than the initial one. Fix reversal of colors when
1967 `reverse' is specified in the frame parameters. Call
1968 update_face_from_frame_parameter instead of
1969 internal-set-lisp-face-attribute. Initialize screen colors from
1970 initial_screen_colors[] when f->default_face_done_p is zero,
1971 instead of depending on being called with default-frame-alist as
1972 the alist argument.
1973
1974 * xfaces.c (update_face_from_frame_parameter): Move out of
1975 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
1976 with HAVE_WINDOW_SYSTEM.
1977
1978 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
1979 to menu-bar-mode, if not set in the frame parameters or in
1980 default-frame-alist.
1981
1982 * w32console.c (sys_tputs): Adjust argument list to prototype in
1983 term.c.
1984
1985 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
1986
1987 * lisp.h (memory_warnings): Fix prototype.
1988
1989 * cm.h (evalcost): Fix prototype.
1990
1991 * cm.c (evalcost): Fix arg type.
1992
1993 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
1994
1995 * term.c (term_clear_mouse_face, Fidentity):
1996 * syssignal.h (signal_handler_t):
1997 * lisp.h (memory_warnings):
1998 * coding.h (preferred_coding_system):
1999 * cm.h (evalcost):
2000 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
2001
2002 2010-07-02 Eli Zaretskii <eliz@gnu.org>
2003
2004 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
2005 from prototypes.
2006
2007 * msdos.h (load_pixmap): Don't define away.
2008
2009 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2010
2011 * lisp.h:
2012 * atimer.h: Remove define for P_.
2013
2014 * alloc.c: Remove __P and P_ from .c and .m files.
2015 * atimer.c:
2016 * buffer.c:
2017 * callint.c:
2018 * category.c:
2019 * charset.c:
2020 * chartab.c:
2021 * cm.c:
2022 * coding.c:
2023 * composite.c:
2024 * data.c:
2025 * dired.c:
2026 * dispnew.c:
2027 * doc.c:
2028 * editfns.c:
2029 * emacs.c:
2030 * eval.c:
2031 * fileio.c:
2032 * filelock.c:
2033 * fns.c:
2034 * font.c:
2035 * fontset.c:
2036 * frame.c:
2037 * ftfont.c:
2038 * ftxfont.c:
2039 * gmalloc.c:
2040 * gtkutil.c:
2041 * image.c:
2042 * indent.c:
2043 * intervals.c:
2044 * keyboard.c:
2045 * keymap.c:
2046 * lread.c:
2047 * marker.c:
2048 * menu.c:
2049 * minibuf.c:
2050 * print.c:
2051 * process.c:
2052 * scroll.c:
2053 * search.c:
2054 * sound.c:
2055 * strftime.c:
2056 * syntax.c:
2057 * sysdep.c:
2058 * term.c:
2059 * terminal.c:
2060 * textprop.c:
2061 * unexalpha.c:
2062 * w32console.c:
2063 * w32fns.c:
2064 * w32font.c:
2065 * w32menu.c:
2066 * w32term.c:
2067 * w32uniscribe.c:
2068 * window.c:
2069 * xdisp.c:
2070 * xfaces.c:
2071 * xfns.c:
2072 * xfont.c:
2073 * xftfont.c:
2074 * xmenu.c:
2075 * xselect.c:
2076 * xterm.c: Likewise.
2077
2078 Remove P_ and __P macros.
2079 * atimer.h: Remove P_ and __P macros.
2080 * buffer.h:
2081 * category.h:
2082 * ccl.h:
2083 * character.h:
2084 * charset.h:
2085 * cm.h:
2086 * coding.h:
2087 * composite.h:
2088 * dispextern.h:
2089 * disptab.h:
2090 * dosfns.h:
2091 * font.h:
2092 * fontset.h:
2093 * frame.h:
2094 * gtkutil.h:
2095 * indent.h:
2096 * intervals.h:
2097 * keyboard.h:
2098 * keymap.h:
2099 * lisp.h:
2100 * macros.h:
2101 * md5.h:
2102 * menu.h:
2103 * msdos.h:
2104 * nsterm.h:
2105 * puresize.h:
2106 * region-cache.h:
2107 * syntax.h:
2108 * syssignal.h:
2109 * systime.h:
2110 * termhooks.h:
2111 * w32font.h:
2112 * w32term.h:
2113 * widget.h:
2114 * window.h:
2115 * xgselect.h:
2116 * xsettings.h:
2117 * xterm.h: Likewise.
2118
2119 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2120
2121 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
2122
2123 Cleanup old code.
2124 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
2125 * syssignal.h: Remove code for Lynx, not supported anymore.
2126 * vm-limit.c: Remove unused code the depends on emacs not being
2127 defined and NO_LIM_DATA being defined.
2128 * mem-limits.h: Remove dead code.
2129
2130 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
2131
2132 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
2133
2134 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
2135 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
2136
2137 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
2138 parameters, they are already absolute.
2139
2140 * nsterm.m (x_set_window_size, initFrameFromEmacs):
2141 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
2142
2143 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
2144
2145 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
2146 Update FRAME_TOOLBAR_HEIGHT.
2147
2148 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
2149 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
2150
2151 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
2152
2153 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
2154 check default-frame-alist.
2155
2156 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
2157
2158 * process.c (create_process): Avoid using invalid file descriptors.
2159
2160 * callproc.c (child_setup): Avoid closing a file descriptor twice.
2161
2162 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
2163
2164 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
2165 Improve documentation. Return font regardless of use_system_font.
2166 (syms_of_xsettings): Improve documentation for font-use-system-font.
2167
2168 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
2169
2170 * xfaces.c (realize_face): Garbage the frame if a face is removed
2171 (Bug#6593).
2172
2173 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
2174
2175 * keyboard.c: Remove duplicate <setjmp.h>.
2176 (read_key_sequence): Remove volatile qualifiers.
2177
2178 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2179
2180 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
2181 (struct glyph_row): New members left_fringe_offset and
2182 right_fringe_offset.
2183
2184 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
2185 specially.
2186 * w32term.c (w32_draw_fringe_bitmap): Likewise.
2187 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
2188
2189 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
2190 Take account of bitmap offset.
2191 (draw_window_fringes): Take account of window vscroll.
2192 (update_window_fringes): Likewise. Extend top-aligned top indicator
2193 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
2194 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
2195 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
2196
2197 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
2198
2199 * w32fns.c (Qtooltip): Declare.
2200 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
2201
2202 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
2203
2204 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
2205 grab on just Press (Bug#6499).
2206
2207 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
2208
2209 * frame.c (Qtooltip): New var.
2210 (delete_frame): Use it. Fix faulty if statement. Don't update
2211 mode line for tooltip frames. Suggested by Martin Rudalics.
2212
2213 * xfns.c (x_create_tip_frame):
2214 * w32fns.c (x_create_tip_frame): Use it.
2215
2216 2010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
2217
2218 * xftfont.c (xftfont_open): Check font width one by one also when
2219 spacing is dual.
2220
2221 * ftfont.c (ftfont_open): Ditto.
2222
2223 2010-06-30 Glenn Morris <rgm@gnu.org>
2224
2225 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
2226
2227 * Makefile.in (CANNOT_DUMP): Update for configure name change.
2228
2229 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
2230 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
2231 * s/darwin.h (SYSTEM_MALLOC):
2232 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
2233
2234 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
2235
2236 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
2237 (ns_get_screen): Don't assign integer to f.
2238 (Fx_display_color_cells): Declarations before statements.
2239
2240 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2241
2242 * xfns.c (x_default_font_parameter): Remove got_from_system
2243 (Bug#6526).
2244
2245 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
2246 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
2247 defines based on what configure finds.
2248
2249 * xterm.c (XTflash): Use gtk_widget_get_window.
2250 (xg_scroll_callback): Use gtk_adjustment_get_upper and
2251 gtk_adjustment_get_page_size.
2252 (handle_one_xevent): Use gtk_widget_get_mapped.
2253 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
2254 messages.
2255
2256 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
2257
2258 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
2259 HAVE_GTK_FILE_SELECTION_NEW.
2260
2261 * gtkutil.c (xg_display_open, xg_display_close): Remove
2262 HAVE_GTK_MULTIDISPLAY, it is always defined.
2263 (xg_display_open): Return type is void.
2264 (gtk_widget_set_has_window)
2265 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
2266 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
2267 (gtk_adjustment_set_page_increment)
2268 (gtk_adjustment_get_step_increment): #define these if not found
2269 by configure.
2270 (remove_submenu): New define based on Gtk+ version.
2271 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
2272 gtk_widget_get_window.
2273 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
2274 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
2275 (create_dialog): Use gtk_dialog_get_action_area and
2276 gtk_dialog_get_content_area.
2277 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
2278 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
2279 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
2280 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
2281 g_object_ref and g_object_unref.
2282 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
2283 gtk_widget_get_sensitive.
2284 (xg_update_submenu): Use remove_submenu.
2285 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
2286 properties instead to get old x and y position.
2287 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
2288 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
2289 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
2290 (xg_get_tool_bar_widgets): New function.
2291 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
2292 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
2293 (toolbar_set_orientation): New #define based on if configure
2294 finds gtk_orientable_set_orientation.
2295 (xg_create_tool_bar): Call toolbar_set_orientation.
2296 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
2297 instead of gtk_box_pack_start_defaults.
2298
2299 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
2300
2301 * cmds.c (Fdelete_backward_char): Move into Lisp.
2302
2303 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
2304
2305 * s/freebsd.h (BSD4_2): Remove redundant definition.
2306 bsd-common.h defines it already.
2307
2308 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
2309
2310 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
2311 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
2312 tool-bar-mode, which are now set using these X resources at
2313 startup, to determine the defaults (Bug#2249).
2314
2315 * w32fns.c (Fx_create_frame):
2316 * nsfns.m (Fx_create_frame): Likewise.
2317
2318 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
2319
2320 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
2321
2322 * gtkutil.c (xg_update_scrollbar_pos):
2323 Avoid C99 mid-block variable declaration.
2324
2325 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
2326
2327 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
2328
2329 * gtkutil.h (xg_show_scroll_bar): Remove.
2330
2331 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
2332 if height is less than scroll bar min size.
2333 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
2334
2335 * xfns.c (x_default_font_parameter): Try to open font from system
2336 before using it (bug#6478). Rename got_from_gconf to got_from_system.
2337
2338 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
2339
2340 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
2341
2342 2010-06-20 Eli Zaretskii <eliz@gnu.org>
2343
2344 * xdisp.c (try_scrolling): When scroll-conservatively is set to
2345 most-positive-fixnum, be extra accurate when scrolling window
2346 start, to avoid missing the cursor line.
2347
2348 2010-06-19 Eli Zaretskii <eliz@gnu.org>
2349
2350 * xdisp.c (try_scrolling): Compute the limit for searching point
2351 in forward scroll from scroll_max, instead of an arbitrary limit
2352 of 10 screen lines. See
2353 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
2354 and
2355 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
2356 for details.
2357
2358 2010-06-16 Glenn Morris <rgm@gnu.org>
2359
2360 * editfns.c (Fbyte_to_string): Pacify compiler.
2361
2362 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2363
2364 * lread.c (read1): Phase out old-style backquotes a bit more.
2365
2366 2010-06-12 Eli Zaretskii <eliz@gnu.org>
2367
2368 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
2369 bidimirror.h.
2370
2371 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
2372
2373 * bidi.c (bidi_initialize): Remove explicit initialization of
2374 bidi_type_table; include biditype.h instead. Don't support
2375 entries whose second codepoint is zero. Initialize bidi_mirror_table.
2376 (bidi_mirror_char): Use bidi_mirror_table.
2377
2378 * biditype.h: New file.
2379
2380 * bidimirror.h: New file.
2381
2382 * window.c (syms_of_window): Doc fix (bug#6409).
2383
2384 2010-06-12 Romain Francoise <romain@orebokech.com>
2385
2386 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
2387 ediff-hook.
2388
2389 2010-06-10 Glenn Morris <rgm@gnu.org>
2390
2391 * editfns.c (Fbyte_to_string): Pacify compiler.
2392
2393 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
2394
2395 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
2396
2397 * alloc.c (Fmake_byte_code): Don't access undefined argument
2398 (Bug#6517).
2399
2400 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
2401
2402 * xdisp.c (next_element_from_image): Ensure that after-strings are
2403 read the next time we hit handle_stop (Bug#1336).
2404
2405 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
2406
2407 * lread.c (read1): Signal error if #s is not followed by paren.
2408
2409 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
2410
2411 * image.c (free_image): Mark frame as garbaged (Bug#6426).
2412
2413 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
2414
2415 2010-06-15 Glenn Morris <rgm@gnu.org>
2416
2417 * editfns.c (Fbyte_to_string): Pacify compiler.
2418
2419 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
2422 Check `object's type before accessing its guts.
2423
2424 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
2425
2426 * s/usg5-4.h: Fix previous change.
2427 Suggested by Lawrence Mitchell <wence@gmx.li>
2428
2429 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
2430
2431 * minibuf.c (Fall_completions): Add more checks.
2432
2433 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
2434
2435 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
2436
2437 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2438
2439 * lread.c (X_OK): Remove, unused.
2440
2441 * dispnew.c: Remove obsolete comment.
2442
2443 Remove INCLUDED_FCNTL.
2444 * xterm.c (INCLUDED_FCNTL):
2445 * callproc.c (INCLUDED_FCNTL):
2446 * alloc.c (INCLUDED_FCNTL):
2447 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
2448 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
2449
2450 2010-06-07 Martin Rudalics <rudalics@gmx.at>
2451
2452 * window.c (Fselect_window): Move `record_buffer' up to the
2453 beginning of this function, so the buffer gets recorded
2454 even if the selected window does not change.
2455 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
2456
2457 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
2458
2459 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
2460 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
2461
2462 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2463
2464 Remove BSTRING related code, all platforms define it.
2465 * s/usg5-4.h (BSTRING): Remove definition.
2466 * s/template.h (BSTRING):
2467 * s/msdos.h (BSTRING):
2468 * s/ms-w32.h (BSTRING):
2469 * s/hpux10-20.h (BSTRING):
2470 * s/gnu-linux.h (BSTRING):
2471 * s/darwin.h (BSTRING):
2472 * s/cygwin.h (BSTRING):
2473 * s/bsd-common.h (BSTRING):
2474 * s/aix4-2.h (BSTRING): Likewise.
2475 * sysdep.c: Remove code depending on BSTRING not being defined.
2476
2477 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
2478
2479 Remove obsolete macro BASE_LEADING_CODE_P.
2480 * character.h (BASE_LEADING_CODE_P): Remove.
2481 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
2482 * buffer.c (Fset_buffer_multibyte):
2483 * indent.c (scan_for_column, compute_motion):
2484 * insdel.c (count_combining_before, count_combining_after):
2485 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
2486
2487 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
2488
2489 Turn `directory-sep-char' into a noop.
2490
2491 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
2492 (DIRECTORY_SEP): Define unconditionally.
2493
2494 * s/ms-w32.h (DIRECTORY_SEP): Remove.
2495
2496 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
2497 call dostounix_filename directly.
2498
2499 * fileio.c (CORRECT_DIR_SEPS): Remove.
2500 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
2501 (Fsubstitute_in_file_name): Use dostounix_filename instead.
2502 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
2503 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
2504
2505 * w32proc.c (CORRECT_DIR_SEPS): Remove.
2506 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
2507
2508 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
2509
2510 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
2511 (Bug#6346)
2512
2513 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
2514
2515 * ccl.c (Fccl_program_p): Fix typo in docstring.
2516
2517 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2518
2519 Move UNEXEC definition to autoconf.
2520 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
2521 * s/sol2-10.h (UNEXEC):
2522 * s/irix6-5.h (UNEXEC):
2523 * s/hpux10-20.h (UNEXEC):
2524 * s/gnu-linux.h (UNEXEC):
2525 * s/darwin.h (UNEXEC):
2526 * s/cygwin.h (UNEXEC):
2527 * s/bsd-common.h (UNEXEC):
2528 * s/aix4-2.h (UNEXEC):
2529 * m/alpha.h (UNEXEC): Likewise.
2530 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
2531
2532 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
2533
2534 Remove obsolete pre-unicode2 macros.
2535 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
2536 * composite.c (composition_reseat_it):
2537 * data.c (Faset):
2538 * fns.c (Ffillarray):
2539 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
2540 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
2541
2542 2010-06-03 Juri Linkov <juri@jurta.org>
2543
2544 * buffer.c (Fother_buffer): Add CHECK_FRAME.
2545 (Fswitch_to_buffer): Remove unused variable `err'.
2546
2547 2010-06-03 Glenn Morris <rgm@gnu.org>
2548
2549 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
2550
2551 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
2552 now that AH_BOTTOM does it.
2553
2554 * m/hp800.h (HAVE_ALLOCA):
2555 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
2556
2557 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
2558 Remove NOT_C_CODE tests, it is always true now.
2559
2560 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2561
2562 Fix config.h includes.
2563 * xsettings.c:
2564 * xgselect.c:
2565 * nsterm.m:
2566 * nsselect.m:
2567 * nsimage.m:
2568 * nsfont.m:
2569 * nsfns.m:
2570 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
2571 other files do.
2572
2573 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
2574
2575 * s/sol2-6.h: Remove obsolete comments.
2576
2577 Remove unnecessary alloca.h includes.
2578 * keymap.c: Do not include alloca.h, config.h does that.
2579 * sysdep.c: Likewise. Do not define fwrite, not used.
2580
2581 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2582
2583 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
2584 the HAVE_TERMIO where it belongs (bug#6149).
2585
2586 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2587
2588 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
2589 of bug#6305).
2590
2591 2010-05-30 Eli Zaretskii <eliz@gnu.org>
2592
2593 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
2594 state is always cached (bug#6306).
2595
2596 2010-05-29 Eli Zaretskii <eliz@gnu.org>
2597
2598 Fix cursor motion in bidi-reordered continued lines.
2599 * xdisp.c (try_cursor_movement): Backup to non-continuation line
2600 only after finding point's row. Fix the logic. Rewrite the loop
2601 over continuation lines in bidi-reordered buffers. Return
2602 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
2603 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
2604
2605 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
2606
2607 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
2608
2609 2010-05-28 Kenichi Handa <handa@m17n.org>
2610
2611 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
2612 Don't sheck SPEC if it is nil.
2613 (font_list_entities): Call font_delete_unmatched if
2614 Vface_ignored_fonts is non-nil. (Bug#6287)
2615
2616 2010-05-28 Glenn Morris <rgm@gnu.org>
2617
2618 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
2619
2620 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2621
2622 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
2623 whether to trash.
2624 (internal_delete_file, Frename_file): Callers changed.
2625 (delete_by_moving_to_trash): Doc fix.
2626 (Fdelete_directory_internal): Don't move to trash.
2627
2628 * callproc.c (delete_temp_file):
2629 * buffer.c (Fkill_buffer): Callers changed.
2630
2631 * lisp.h: Update prototype.
2632
2633 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2634
2635 * xdisp.c (redisplay_window): After redisplay, check if point is
2636 still valid before setting it (Bug#6177).
2637
2638 2010-05-27 Glenn Morris <rgm@gnu.org>
2639
2640 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
2641 Convert comments to Makefile format.
2642
2643 * Makefile.in (bootstrap-clean): No more Makefile.c.
2644
2645 2010-05-26 Glenn Morris <rgm@gnu.org>
2646
2647 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
2648 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
2649
2650 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
2651 Remove.
2652 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
2653
2654 2010-05-26 Kenichi Handa <handa@m17n.org>
2655
2656 * composite.c (composition_compute_stop_pos): Fix condition for
2657 backward scanning.
2658
2659 2010-05-25 Glenn Morris <rgm@gnu.org>
2660
2661 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
2662 Move before TEMACS_LDFLAGS.
2663 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
2664 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
2665
2666 * Makefile.in (NOT_C_CODE): No longer define.
2667 (config.h): No longer include.
2668
2669 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
2670 variables it may reference.
2671
2672 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2673 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
2674
2675 2010-05-25 Kenichi Handa <handa@m17n.org>
2676
2677 * dispextern.h (struct composition_it): New members rule_idx and
2678 charpos.
2679
2680 * xdisp.c (set_iterator_to_next): While scanning backward, assume
2681 that the character positions of IT point the last character of the
2682 current grapheme cluster.
2683 (next_element_from_composition): Don't change character positions
2684 of IT.
2685 (append_composite_glyph): Set glyph->charpos to
2686 it->cmp_it.charpos.
2687
2688 * composite.c (autocmp_chars): Change the first argument to RULE,
2689 and try composition with RULE only.
2690 (composition_compute_stop_pos): Record the index number of the
2691 composition rule in CMP_IT->rule_idx.
2692 (composition_reseat_it): Call autocmp_chars repeatedly until the
2693 correct rule of the composition is found.
2694 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
2695 is at the last character of the current grapheme cluster when
2696 CMP_IT->reversed_p is nonzero.
2697
2698 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2699
2700 * editfns.c (Fbyte_to_string): New function.
2701
2702 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2703
2704 * process.c (Fmake_network_process): Set :host to nil if it's not used.
2705 Suggested by Masatake YAMATO <yamato@redhat.com>.
2706
2707 2010-05-23 Eli Zaretskii <eliz@gnu.org>
2708
2709 * dispextern.h (init_iterator): Sync prototype with changed definition.
2710
2711 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2712
2713 * s/netbsd.h: If terminfo is found, use it in preference to
2714 termcap. (Bug#6190) [Backport from trunk]
2715
2716 2010-05-19 Eli Zaretskii <eliz@gnu.org>
2717
2718 Redesign and reimplement bidi-aware edge positions of glyph rows.
2719
2720 * dispextern.h (struct glyph_row): New members minpos and maxpos.
2721 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
2722 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
2723 and maxpos members instead of start.pos and end.pos, respectively.
2724
2725 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
2726 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
2727 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
2728 (try_window_reusing_current_matrix, try_window_id):
2729 Use ROW->minpos rather than ROW->start.pos.
2730 (init_from_display_pos, init_iterator): Use EMACS_INT for
2731 character and byte positions.
2732 (find_row_edges): Rename from find_row_end. Accept additional
2733 arguments for minimum and maximum buffer positions seen by
2734 display_line for this row. Don't use iterator to find the
2735 position following the maximum one; instead, increment the
2736 position found by display_line directly. Fix logic; eol_pos
2737 should be tested before the rest. Handle the case of characters
2738 delivered from display vector (bug#6036). Fix tests related to
2739 it->method. Handle the truncated_on_right_p rows.
2740 (RECORD_MAX_MIN_POS): New macro.
2741 (display_line): Use it to record the minimum and maximum buffer
2742 positions for glyphs in the row being assembled. Record the
2743 position of the newline that terminates the line. If word wrap is
2744 in effect, restore minimum and maximum positions seen up to the
2745 wrap point, when iterator returns to it.
2746 (try_window_reusing_current_matrix): Give up if in bidi-reordered
2747 row and cursor not already at point. Restore original pre-bidi
2748 code for unidirectional buffers.
2749
2750 * dispnew.c (increment_row_positions, check_matrix_invariants):
2751 Increment and check row->start.pos and row->end.pos, in addition
2752 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
2753
2754 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
2755 Display truncated_on_left_p and truncated_on_right_p flags.
2756 Formatting fixes.
2757 (pmtxrows): Display the ordinal number of each row. Don't display
2758 rows beyond the last one.
2759
2760 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
2761 it is not copied by bidi_copy_it.
2762
2763 2010-05-22 Eli Zaretskii <eliz@gnu.org>
2764
2765 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
2766 (Bug#6237)
2767
2768 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
2769
2770 * image.c (Fimage_flush): Rename from image-refresh.
2771
2772 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
2773
2774 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
2775 just one window.
2776
2777 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
2778 (clear_image_cache): If the number of cached images is unusually
2779 large, decrease the cache eviction delay (Bug#6230).
2780
2781 2010-05-21 Glenn Morris <rgm@gnu.org>
2782
2783 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
2784 Move these rules to ns.mk.
2785 * ns.mk: New file.
2786
2787 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
2788
2789 * Makefile.in (CANNOT_DUMP): New, set by configure.
2790 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
2791
2792 2010-05-20 Juri Linkov <juri@jurta.org>
2793
2794 * fileio.c (Fdelete_file): Change interative spec to use
2795 `read-file-name' like in `find-file-read-args' where the default
2796 value is `default-directory' instead of `buffer-file-name'.
2797 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
2798
2799 2010-05-20 Kevin Ryde <user42@zip.com.au>
2800
2801 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
2802 (Voverriding_terminal_local_map, Vsystem_key_alist)
2803 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
2804
2805 2010-05-20 Glenn Morris <rgm@gnu.org>
2806
2807 * Makefile.in (DEPDIR): New constant.
2808 (DEPFLAGS): Set with configure, not cpp.
2809 (MKDEPDIR): New, set by configure.
2810 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
2811 (clean): Use $DEPDIR.
2812 (deps_frag): Include from configure.
2813 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
2814 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
2815
2816 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
2817 reallocation of the cache. (Bug#6210)
2818
2819 2010-05-19 Glenn Morris <rgm@gnu.org>
2820
2821 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
2822
2823 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
2824 (GNULIB_VAR): Remove.
2825 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
2826
2827 * m/ibms390x.h (LINKER):
2828 * m/macppc.h (LINKER) [GNU_LINUX]:
2829 * s/aix4-2.h (ORDINARY_LINK):
2830 * s/cygwin.h (LINKER):
2831 * s/darwin.h (ORDINARY_LINK):
2832 * s/gnu.h (ORDINARY_LINK):
2833 * s/netbsd.h (LINKER):
2834 * s/usg5-4.h (ORDINARY_LINK):
2835 Move to configure.
2836
2837 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
2838
2839 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
2840
2841 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
2842 prevent stack overflow if number of arguments is too large
2843 (Bug#6214).
2844
2845 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
2846
2847 * charset.c (load_charset_map_from_file): Don't call close after fclose.
2848
2849 2010-05-18 Glenn Morris <rgm@gnu.org>
2850
2851 * s/gnu-linux.h: Combine two conditionals.
2852
2853 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
2854 $(POST_ALLOC_OBJ).
2855
2856 * Makefile.in (RALLOC_OBJ): New, set by configure.
2857 (rallocobj): Replace with the previous variable.
2858 (otherobj): Use $RALLOC_OBJ.
2859
2860 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
2861 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
2862
2863 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
2864 (gmallocobj, vmlimitobj): Replace with previous two variables.
2865 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
2866
2867 2010-05-17 Glenn Morris <rgm@gnu.org>
2868
2869 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
2870 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
2871
2872 2010-05-16 Glenn Morris <rgm@gnu.org>
2873
2874 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
2875
2876 * Makefile.in (clean): Get rid of HAVE_NS conditional.
2877
2878 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
2879 trailing "/".
2880
2881 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
2882 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
2883
2884 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
2885 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
2886 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
2887 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
2888 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
2889
2890 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
2891 Remove ${STARTFLAGS}, nothing ever sets it.
2892
2893 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2894
2895 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
2896
2897 2010-05-16 Glenn Morris <rgm@gnu.org>
2898
2899 * Makefile.in (LIBX_BASE): Always define.
2900
2901 * Makefile.in (LIBX_OTHER): Move out of cpp section.
2902
2903 * Makefile.in (LIBXT): Always define.
2904
2905 2010-05-15 Glenn Morris <rgm@gnu.org>
2906
2907 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
2908
2909 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
2910 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
2911
2912 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
2913
2914 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
2915 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
2916
2917 * emacs.c (main): Initialize initial-environment and
2918 process-environment before generating from env, not after.
2919
2920 Handle --version reasonably in CANNOT_DUMP configuration.
2921 * emacs.c (emacs_version, emacs_copyright): New string variables.
2922 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
2923 (syms_of_emacs): Defvar them, and initialize them from the C
2924 string variables.
2925 (main): If initialization hasn't been done, print initial version
2926 info from the C strings, instead of starting an interactive session.
2927
2928 2010-05-15 Eli Zaretskii <eliz@gnu.org>
2929
2930 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
2931 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
2932 (bidi_paragraph_init): Remove redundant assertion that we are at
2933 the beginning of a line after call to bidi_find_paragraph_start.
2934
2935 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
2936 (syms_of_xdisp): Defsubr it.
2937
2938 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
2939
2940 * Makefile.in: Fix MSDOS-related comments.
2941
2942 2010-05-15 Glenn Morris <rgm@gnu.org>
2943
2944 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
2945 (really-lwlib, really-oldXMenu): Always define.
2946 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
2947
2948 * Makefile.in: Simplify cpp conditional.
2949
2950 * Makefile.in (${ns_appdir}): Simplify using umask.
2951
2952 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
2953
2954 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2955
2956 * eval.c (specbind): Remove left-over duplicate test.
2957 Disallow let-binding frame-local vars. Add comment.
2958
2959 2010-05-14 Eli Zaretskii <eliz@gnu.org>
2960
2961 Make the cache of bidi iterator states dynamically allocated.
2962 * bidi.c (bidi_cache_shrink): New function.
2963 (bidi_init_it): Call it.
2964 (bidi_cache_iterator_state): Enlarge the cache if needed.
2965
2966 * bidi.c (bidi_move_to_visually_next): Rename from
2967 bidi_get_next_char_visually. All callers changed.
2968
2969 2010-05-14 Kenichi Handa <handa@m17n.org>
2970
2971 * dispextern.h (struct composition_it): New member reversed_p.
2972
2973 * composite.c (composition_compute_stop_pos): Search backward if
2974 ENDPOS < CHARPOS.
2975 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
2976 Set CMP_IT->reversed_p.
2977 (composition_update_it): Pay attention to CMP_IT->reversed_p.
2978
2979 * xdisp.c (set_iterator_to_next):
2980 Call composition_compute_stop_pos with negative ENDPOS if we are
2981 scanning backward. Call composition_compute_stop_pos if scan
2982 direction is changed.
2983 (next_element_from_buffer): Call composition_compute_stop_pos with
2984 negative ENDPOS if we are scanning backward.
2985 (next_element_from_composition): Pay attention to
2986 IT->cmp_it.reversed_p.
2987
2988 2010-05-14 Kenichi Handa <handa@m17n.org>
2989
2990 * font.c (font_range): Return the range for the font found at first.
2991
2992 2010-05-14 Glenn Morris <rgm@gnu.org>
2993
2994 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
2995
2996 * Makefile.in (mktime, X11, register): Move undefs to configure.
2997
2998 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
2999 (MSDOS_X_OBJ): New variable.
3000 (MSDOS_SUPPORT_REAL): New constant.
3001 (MSDOS_SUPPORT): Set as a variable, not with cpp.
3002 (obj): Use MSDOS_X_OBJ.
3003 (lisp): Use MSDOS_SUPPORT as a variable.
3004
3005 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
3006 (GPM_MOUSE_SUPPORT): Now it's a constant.
3007 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
3008 not cpp.
3009
3010 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
3011 (ns_appresdir): Remove, unused.
3012
3013 * Makefile.in (SHELL): Move outside cpp section.
3014
3015 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
3016
3017 2010-05-13 Glenn Morris <rgm@gnu.org>
3018
3019 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
3020 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
3021
3022 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
3023 HAVE_WINDOW_SYSTEM must be too.
3024
3025 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
3026 (lisp): Remove WINNT_SUPPORT.
3027
3028 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
3029 Let configure set these variables (to empty) in this case as well.
3030
3031 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
3032 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
3033
3034 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
3035 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
3036 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
3037 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
3038 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
3039 the values output by configure.
3040 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
3041
3042 2010-05-12 Glenn Morris <rgm@gnu.org>
3043
3044 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
3045 (LINKER_WAS_SPECIFIED): Remove.
3046
3047 * Makefile.in (LIB_GCC): Set using configure, not cpp.
3048 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
3049 * m/arm.h (LIB_GCC) [GNU_LINUX]:
3050 * s/cygwin.h (LIB_GCC):
3051 * s/freebsd.h (LIB_GCC):
3052 * s/gnu-linux.h (LIB_GCC):
3053 * s/msdos.h (LIB_GCC):
3054 * s/netbsd.h (LIB_GCC):
3055 Move to configure.
3056
3057 2010-05-11 Karel Klic <kklic@redhat.com>
3058
3059 * ftfont.c: Fix incorrect parentheses of #if condition for
3060 definining M17N_FLT_USE_NEW_FEATURE.
3061
3062 2010-05-11 Glenn Morris <rgm@gnu.org>
3063
3064 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
3065 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
3066
3067 2010-05-10 Eli Zaretskii <eliz@gnu.org>
3068
3069 * xdisp.c (init_iterator): Don't turn on bidi reordering in
3070 unibyte buffers. See
3071 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
3072
3073 2010-05-10 Glenn Morris <rgm@gnu.org>
3074
3075 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
3076 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
3077 (LIBES): Use LIBS_SYSTEM as a variable.
3078 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
3079 * s/aix4-2.h (LIBS_SYSTEM):
3080 * s/freebsd.h (LIBS_SYSTEM):
3081 * s/hpux10-20.h (LIBS_SYSTEM):
3082 * s/sol2-6.h (LIBS_SYSTEM):
3083 * s/unixware.h (LIBS_SYSTEM):
3084 Move to configure.
3085
3086 * s/aix4-2.h (MAIL_USE_LOCKF):
3087 * s/bsd-common.h (MAIL_USE_FLOCK):
3088 * s/darwin.h (MAIL_USE_FLOCK):
3089 * s/gnu-linux.h (MAIL_USE_FLOCK):
3090 * s/irix6-5.h (MAIL_USE_FLOCK):
3091 * s/template.h (MAIL_USE_FLOCK):
3092 Move to configure.
3093
3094 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3095
3096 * Version 23.2 released.
3097
3098 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
3099
3100 * composite.c (autocmp_chars): Save point as marker before calling
3101 auto-composition-function (Bug#5984).
3102
3103 * lisp.h (restore_point_unwind): Add prototype.
3104
3105 * fileio.c (restore_point_unwind): Remove static attribute.
3106
3107 2010-05-08 Kenichi Handa <handa@m17n.org>
3108
3109 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
3110 new feature of libotf and m17n-flt.
3111 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
3112 Call OTF_check_features even if no specific feature is given.
3113 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
3114 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
3115 that OUT is NULL. Use OTF_drive_gsub_with_log and
3116 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
3117 OTF_drive_gpos.
3118 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
3119 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
3120 Setup mflt_enable_new_feature and mflt_try_otf.
3121
3122 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
3123
3124 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
3125
3126 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
3127 box and toolbar (Bug #6139).
3128 (xg_create_tool_bar): Remove comment (Bug #6139).
3129 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
3130 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
3131
3132 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
3133
3134 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
3135 Update dependencies.
3136
3137 2010-05-08 Eli Zaretskii <eliz@gnu.org>
3138
3139 * fringe.c (update_window_fringes): Set up truncation bitmaps for
3140 R2L lines.
3141
3142 2010-05-08 Glenn Morris <rgm@gnu.org>
3143
3144 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
3145
3146 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
3147 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
3148 (termcapobj): Replace with TERMCAP_OBJ.
3149 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
3150 (LIBES): Use LIBS_TERMCAP as a variable.
3151
3152 * s/freebsd.h (osreldate.h): No longer include, since this file
3153 does not use __FreeBSD_version any more.
3154
3155 * s/aix4-2.h (TERMINFO):
3156 * s/cygwin.h (TERMINFO):
3157 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
3158 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
3159 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
3160 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
3161 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
3162 * s/irix6-5.h (TERMINFO):
3163 * s/netbsd.h (LIBS_TERMCAP):
3164 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
3165 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
3166 * s/usg5-4.h (TERMINFO):
3167 Move to configure.
3168
3169 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3170
3171 * eval.c (unbind_to): Don't unbind a local binding into the global
3172 binding when the local binding disappeared. Inversely, don't unbind
3173 a global binding into a newly created local binding.
3174 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
3175 can specify the frame to use, when applicable. Adjust callers.
3176
3177 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
3178 Stefan Monnier <monnier@iro.umontreal.ca>
3179
3180 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
3181
3182 2010-05-07 Eli Zaretskii <eliz@gnu.org>
3183
3184 * w32fns.c: Include w32.h.
3185 (Fw32_shell_execute): Decode the error message before passing it
3186 to `error'. (Bug#6126)
3187
3188 * msdos.c (dos_set_window_size):
3189 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
3190 instead of `XSYMBOL (foo)->value'.
3191
3192 2010-05-07 Eli Zaretskii <eliz@gnu.org>
3193
3194 Fix the MS-DOS build, broken by autoconfiscation.
3195
3196 * Makefile.in: Don't use Make-style comments past the "start of
3197 cpp stuff" line.
3198 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
3199
3200 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
3201 edited directly by msdos/sed1v2.inp).
3202
3203 2010-05-07 Glenn Morris <rgm@gnu.org>
3204
3205 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
3206 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
3207 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
3208 move out of cpp section.
3209 * s/freebsd.h (LD_SWITCH_SYSTEM):
3210 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
3211 * s/netbsd.h (LD_SWITCH_SYSTEM):
3212 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
3213
3214 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3215
3216 Define LIB_STANDARD and START_FILES using autoconf.
3217 * s/usg5-4.h (LIB_STANDARD):
3218 * s/netbsd.h (START_FILES):
3219 * s/irix6-5.h (LIB_STANDARD):
3220 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
3221 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
3222 * s/freebsd.h (START_FILES):
3223 * s/darwin.h (START_FILES):
3224 * s/cygwin.h (START_FILES):
3225 * s/aix4-2.h (LIB_STANDARD):
3226 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
3227 * Makefile.in (STARTFILES): Rename to START_FILES, define using
3228 autoconf, not cpp.
3229
3230 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
3231
3232 Remove NEED_BSDTTY and NEED_UNISTD_H.
3233 * s/hpux10-20.h (NEED_BSDTTY): Remove.
3234 * s/aix4-2.h (NEED_UNISTD_H): Remove.
3235 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
3236 <sys/ptyio.h> and <unistd.h>.
3237
3238 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
3239
3240 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
3241 * s/gnu.h (START_FILES): Remove empty definition.
3242
3243 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
3244
3245 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
3246
3247 2010-05-06 Glenn Morris <rgm@gnu.org>
3248
3249 * Makefile.in (CPP, LN_S): Remove unused variables.
3250
3251 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3252
3253 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
3254
3255 2010-05-05 Lawrence Mitchell <wence@gmx.li>
3256
3257 * m/sparc.h: Fix typo in earlier change.
3258
3259 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3260
3261 Misc tweaks.
3262 * eval.c (Fdefvaralias): Remove unintended nested if.
3263 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
3264
3265 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
3266
3267 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
3268
3269 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3270
3271 Remove BSD_PGRPS.
3272 * s/bsd-common.h (BSD_PGRPS): Remove undef.
3273 * s/gnu-linux.h (BSD_PGRPS): Remove.
3274 * term.c (dissociate_if_controlling_tty):
3275 * sysdep.c (narrow_foreground_group, widen_foreground_group)
3276 (init_sys_modes, reset_sys_modes):
3277 * emacs.c (main):
3278 * callproc.c (Fcall_process, child_setup): Remove code depending
3279 on BSD_PGRPS.
3280
3281 Remove POSIX_SIGNALS.
3282 * s/usg5-4.h (POSIX_SIGNALS):
3283 * s/netbsd.h (POSIX_SIGNALS):
3284 * s/msdos.h (POSIX_SIGNALS):
3285 * s/ms-w32.h (POSIX_SIGNALS):
3286 * s/hpux11.h (POSIX_SIGNALS):
3287 * s/gnu.h (POSIX_SIGNALS):
3288 * s/gnu-linux.h (POSIX_SIGNALS):
3289 * s/freebsd.h (POSIX_SIGNALS):
3290 * s/darwin.h (POSIX_SIGNALS):
3291 * s/cygwin.h (POSIX_SIGNALS):
3292 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
3293 * s/unixware.h:
3294 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
3295 * process.c (create_process):
3296 * syssignal.h:
3297 * sysdep.c (wait_for_termination, init_signals):
3298 * process.c (create_process):
3299 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
3300 remove all code that assumes the contrary.
3301
3302 2010-05-04 Glenn Morris <rgm@gnu.org>
3303
3304 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
3305 variable.
3306 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
3307 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
3308 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
3309 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
3310 LD_SWITCH_SYSTEM_tmp.
3311 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
3312 New variables, set by configure.
3313
3314 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
3315 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
3316 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
3317 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
3318 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
3319
3320 * s/aix4-2.h (C_SWITCH_SYSTEM):
3321 * m/alpha.h (C_SWITCH_MACHINE):
3322 Move to configure.in.
3323 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
3324 New variables, set by configure.
3325 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
3326 $c_switch_machine and $c_switch_system.
3327
3328 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3329
3330 * s/hpux10-20.h (LIB_STANDARD): New definition.
3331 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
3332 on it, not used anymore.
3333
3334 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
3335
3336 * eval.c (internal_condition_case_n): Rename from
3337 internal_condition_case_2.
3338 (internal_condition_case_2): New function.
3339
3340 * xdisp.c (safe_call): Use internal_condition_case_n.
3341
3342 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
3343 (internal_delete_file, Frename_file): Callers changed.
3344
3345 * buffer.c (Fkill_buffer):
3346 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
3347
3348 * lisp.h: Update prototypes.
3349
3350 2010-05-03 Glenn Morris <rgm@gnu.org>
3351
3352 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
3353 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
3354 (LIBXT): Set with configure, not cpp.
3355 (LIBX): Remove.
3356 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
3357
3358 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3359
3360 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
3361 The FreeBSD is not needed, the default works, Solaris version is
3362 not needed, and the remaining case is not supported by configure.
3363
3364 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
3365
3366 * xsmfns.c (CHDIR_OPT): New define.
3367 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
3368 restarting emacs.
3369
3370 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
3371 shut_down_emacs.
3372
3373 * emacs.c (USAGE1): Mention --chdir.
3374 (main): Handle --chdir.
3375 (standard_args): Add --chdir.
3376 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
3377 #5552).
3378
3379 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3380
3381 Remove LD_SWITCH_MACHINE.
3382 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
3383 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
3384
3385 Clean up IRIX code.
3386 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
3387 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
3388
3389 Clean up AIX code.
3390 * m/ibmrs6000.inp: Remove file, unused.
3391 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
3392 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
3393 definition ...
3394 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
3395
3396 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
3397 unused.
3398
3399 2010-05-01 Eli Zaretskii <eliz@gnu.org>
3400
3401 Emulate POSIX_SIGNALS on MS-Windows.
3402
3403 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
3404 (SIG_SETMASK, SIG_UNBLOCK): Define.
3405
3406 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
3407 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
3408 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
3409
3410 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
3411 New stubs.
3412
3413 Miscellaneous fixes of bidi display.
3414
3415 * xdisp.c (find_row_end): New function, refactored from display_line.
3416 (display_line): Use it.
3417 (extend_face_to_end_of_line): In almost-filled rows, extend only
3418 if the row is R2L and not continued.
3419 (display_line): Fix prepending of truncation glyphs to R2L rows.
3420 Preserve overlay and string info in row->end.
3421 (insert_left_trunc_glyphs): Support addition of left truncation
3422 glyphs to R2L rows.
3423 (set_cursor_from_row): Don't place cursor on the vertical border
3424 glyph between adjacent windows. Fix a crash when a display string
3425 is continued to the next line. Don't return zero if cursor was
3426 found by `cursor' property of a display string.
3427 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
3428 test for that explicitly.
3429
3430 2010-05-01 Glenn Morris <rgm@gnu.org>
3431
3432 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
3433 for clarity.
3434 (OTHER_OBJ): Remove.
3435 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
3436 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
3437
3438 2010-05-01 Karel Klíč <kklic@redhat.com>
3439
3440 * fileio.c (Ffile_selinux_context): Context functions may return null.
3441
3442 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
3443
3444 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
3445
3446 2010-04-30 Glenn Morris <rgm@gnu.org>
3447
3448 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
3449 (OTHER_OBJ): Define as a separate variable, for clarity.
3450
3451 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
3452
3453 * xsettings.c: include limits.h and update file comment.
3454
3455 2010-04-30 Glenn Morris <rgm@gnu.org>
3456
3457 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
3458 Set with configure, not cpp.
3459 (LIBW): Remove, replace with $TOOLKIT_LIBW.
3460
3461 * Makefile.in (mallocobj): Remove.
3462 (otherobj): Simplify using @OTHER_OBJ@.
3463
3464 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
3465 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
3466 Don't bother making nsgui.h dependency platform-specific.
3467
3468 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
3469
3470 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3471
3472 * process.c (read_process_output, exec_sentinel): Don't burp if the
3473 sentinel/filter kills the current buffer (bug#6060).
3474
3475 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
3476 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
3477 Remove unused var `args'.
3478 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
3479 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
3480 * doc.c (store_function_docstring): Use XSETCAR.
3481
3482 2010-04-28 Glenn Morris <rgm@gnu.org>
3483
3484 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
3485 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
3486
3487 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
3488
3489 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
3490 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
3491
3492 * Makefile.in (FONT_OBJ): New, set by configure.
3493 (FONT_DRIVERS): Use $FONT_OBJ.
3494
3495 * Makefile.in (LIBXMU): Set with configure, not cpp.
3496 * s/aix4-2.h (LIBXMU):
3497 * s/hpux10-20.h (LIBXMU):
3498 Remove definition, now set in configure.
3499
3500 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
3501
3502 * m/amdx86-64.h [i386]: Move this test to configure.in.
3503
3504 2010-04-27 Glenn Morris <rgm@gnu.org>
3505
3506 * Makefile.in (LIBXTR6): Set with configure, not cpp.
3507 * s/unixware.h (NEED_LIBW): Remove definition.
3508
3509 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
3510 (TOOLKIT_LIBW): New, set by configure.
3511 (@X_TOOLKIT_TYPE@): No longer define it.
3512
3513 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
3514 (MOTIF_LIBW): Set with configure, not cpp.
3515 * s/aix4-2.h (LIB_MOTIF):
3516 * s/gnu-linux.h (LIB_MOTIF):
3517 * s/unixware.h (LIB_MOTIF): Move to configure.in.
3518
3519 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
3520
3521 Reduce CPP usage.
3522 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
3523 (obj): Use autoconf for unexec instead of cpp.
3524 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
3525 definitions and undefs. Inline definitions in the only user.
3526 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
3527
3528 2010-04-27 Glenn Morris <rgm@gnu.org>
3529
3530 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
3531 since the defaults (set by the system file) are fine in most cases.
3532 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
3533 * m/ibms390x.h (START_FILES, LIB_STANDARD):
3534 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
3535 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
3536 Remove definitions, since they are set correctly in s/gnu-linux.h.
3537 * s/freebsd.h (START_FILES, LIB_STANDARD):
3538 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
3539 * s/hpux10-20.h (START_FILES):
3540 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
3541 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
3542
3543 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
3544 (MOTIF_LIBW): Use $LIBXP.
3545 (otherobj): Use $WIDGET_OBJ.
3546
3547 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
3548
3549 * Makefile.in (LIBS_MACHINE): Remove, unused.
3550
3551 Use autoconf instead of cpp for LIB_MATH.
3552 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
3553 * s/cygwin.h (LIB_MATH): Likewise.
3554 * Makefile.in (LIB_MATH): Do not define with cpp.
3555 (LIBES): Use autoconf for LIB_MATH.
3556
3557 2010-04-26 Kenichi Handa <handa@m17n.org>
3558
3559 * composite.c (Ffind_composition_internal): Fix the return value
3560 for an automatic composition.
3561
3562 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3563
3564 Remove all NO_ARG_ARRAY uses.
3565 * fns.c (concat2, concat3, nconc2):
3566 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
3567 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
3568 * m/xtensa.h (NO_ARG_ARRAY):
3569 * m/template.h (NO_ARG_ARRAY):
3570 * m/sparc.h (NO_ARG_ARRAY):
3571 * m/sh3.h (NO_ARG_ARRAY):
3572 * m/mips.h (NO_ARG_ARRAY):
3573 * m/macppc.h (NO_ARG_ARRAY):
3574 * m/iris4d.h (NO_ARG_ARRAY):
3575 * m/intel386.h (NO_ARG_ARRAY):
3576 * m/ibms390x.h (NO_ARG_ARRAY):
3577 * m/ibms390.h (NO_ARG_ARRAY):
3578 * m/ibmrs6000.h (NO_ARG_ARRAY):
3579 * m/ia64.h (NO_ARG_ARRAY):
3580 * m/hp800.h (NO_ARG_ARRAY):
3581 * m/arm.h (NO_ARG_ARRAY):
3582 * m/amdx86-64.h (NO_ARG_ARRAY):
3583 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
3584
3585 2010-04-25 Eli Zaretskii <eliz@gnu.org>
3586
3587 * xdisp.c (display_line): Don't assume 2nd call to
3588 get_next_display_element cannot return zero. (Bug#6030)
3589 (iterate_out_of_display_property): New function, body from pop_it.
3590 (pop_it): Use it.
3591
3592 2010-04-24 Glenn Morris <rgm@gnu.org>
3593
3594 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
3595 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
3596 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
3597 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
3598
3599 2010-04-24 Eli Zaretskii <eliz@gnu.org>
3600
3601 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
3602 use `get_next_display_element' and `set_iterator_to_next' to
3603 advance to the next character, when looking for the character that
3604 begins the next row.
3605
3606 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
3607 definition of "struct Lisp_Symbol".
3608
3609 2010-04-24 Glenn Morris <rgm@gnu.org>
3610
3611 * Makefile.in (CRT_DIR): New variable, set by configure.
3612 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
3613 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
3614
3615 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3616
3617 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
3618
3619 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
3620
3621 Remove redundant flags.
3622 * s/freebsd.h (C_SWITCH_SYSTEM):
3623 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
3624 * s/netbsd.h (C_SWITCH_SYSTEM):
3625 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
3626 of these.
3627
3628 Simplify m/intel386.h.
3629 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
3630 user: ecrt0.c.
3631 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
3632 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
3633 the only user: s/unixware.h.
3634 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
3635 from m/intel386.h.
3636 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
3637 moved here from m/intel386.h.
3638
3639 * m/mips.h: Remove #if 0 code.
3640
3641 2010-04-23 Eli Zaretskii <eliz@gnu.org>
3642
3643 Fix display of composed characters from L2R scripts in bidi buffers.
3644 * xdisp.c (set_iterator_to_next, next_element_from_composition):
3645 After advancing IT past the composition, resync the bidi iterator
3646 with IT's position. (Bug#5977)
3647
3648 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3649
3650 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
3651 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
3652
3653 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3654
3655 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
3656
3657 2010-04-23 Eli Zaretskii <eliz@gnu.org>
3658
3659 Support `display' text properties and overlay strings in bidi buffers.
3660 * xdisp.c (pop_it): When the stack is popped after displaying
3661 from a string, bidi-iterate to exit from the text portion covered
3662 by the `display' property or overlay. (Bug#5988, bug#5920)
3663
3664 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3665
3666 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
3667 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
3668
3669 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
3670 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
3671
3672 Simplify STARTFILES definition.
3673 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
3674 relying on Makefile.in to define it.
3675 * s/cygwin.h (START_FILES): Likewise.
3676 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
3677
3678 Clean up Solaris code.
3679 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
3680 (LIB_MOTIF): Remove, configure takes care of this.
3681 (NOT_USING_MOTIF): Remove, unused.
3682 * xrdb.c: Remove #if 0-ed #include.
3683 (SYSV): Remove conditional for old SysV.
3684 * sysdep.c (closedir): Remove conditional code for Solaris,
3685 Solaris has closedir.
3686
3687 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
3688
3689 * xsettings.c (read_and_apply_settings): Check if current_font is
3690 NULL before strcmp (Bug#6001).
3691
3692 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
3693
3694 Clean up HP-UX files.
3695 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
3696 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
3697 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
3698 * s/hpux10-20.h: ... to the only user, here.
3699
3700 2010-04-21 Eli Zaretskii <eliz@gnu.org>
3701
3702 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
3703 use buffer-local values of paragraph-start and paragraph-separate.
3704 <paragraph_start_re, paragraph_separate_re>: Rename from
3705 fallback_paragraph_start_re and fallback_paragraph_separate_re.
3706 (Bug#5992)
3707
3708 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3709
3710 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
3711 current_tool_bar_style are new.
3712 (store_config_changed_event): Rename from store_font_changed_event.
3713 (XSETTINGS_TOOL_BAR_STYLE): New define.
3714 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
3715 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
3716 HAVE_XFT.
3717 (something_changedCB): store_font_changed_event is now
3718 store_config_changed_event.
3719 (parse_settings): Rename from parse_xft_settings. Read
3720 non-xft xsettings outside #ifdef HAVE_XFT.
3721 (read_settings): Renamed from read_xft_settings.
3722 (apply_xft_settings): Take current settings as parameter. Do not
3723 call read_(xft)_settings.
3724 (read_and_apply_settings): New function.
3725 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
3726 read_and_apply_settings if there are settings to be read.
3727 (init_xsettings): Renamed from init_xfd_settings.
3728 Call read_and_apply_settings unconditionally.
3729 (xsettings_initialize): Call init_xsettings.
3730 (Ftool_bar_get_system_style): New function.
3731 (syms_of_xsettings): Define Qmonospace_font_name and
3732 Qtool_bar_style. Initialize current_tool_bar_style to nil.
3733 defsubr Stool_bar_get_system_style. Fprovide on
3734 dynamic-setting.
3735 Move misplaced HAVE_GCONF
3736
3737 * xsettings.h (Ftool_bar_get_system_style): Declare.
3738
3739 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
3740 Qtext, Qboth, Qboth_horiz are new.
3741 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
3742 Vtool_bar_style, tool_bar_max_label_size.
3743
3744 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
3745
3746 * keyboard.c: QClabel is new.
3747 (parse_tool_bar_item): Take out QClabel from tool bar items.
3748 Try to construct a label if ther is no QClabel.
3749 (syms_of_keyboard): Intern :label as QClabel.
3750
3751 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
3752 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
3753 New.
3754
3755 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
3756 dynamic-setting.el.
3757
3758 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
3759 (xg_make_tool_item, xg_show_toolbar_item): New function.
3760 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
3761 Call xg_make_tool_item to make a tool bar item.
3762 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
3763
3764 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
3765 into account for toolbars.
3766
3767 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3768
3769 * data.c (make_blv): Declarations before code (Bug#5993).
3770
3771 2010-04-21 Glenn Morris <rgm@gnu.org>
3772
3773 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
3774 Define using autoconf, not cpp.
3775 (LIBXSM): New variable, set by autoconf.
3776 (LIBXT): Use $LIBXSM.
3777
3778 2010-04-21 Dan Nicolaescu <local_user@dannlt>
3779
3780 Remove NOMULTIPLEJOBS, unused.
3781 * s/template.h (NOMULTIPLEJOBS):
3782 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
3783
3784 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
3785 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
3786 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
3787 detects -znocombreloc and passes it to the linker
3788 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
3789
3790 2010-04-21 Glenn Morris <rgm@gnu.org>
3791
3792 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
3793
3794 2010-04-21 Karel Klíč <kklic@redhat.com>
3795
3796 * Makefile.in (LIBSELINUX_LIBS): New.
3797 (LIBES): Add $LIBSELINUX_LIBS.
3798 * eval.c, lisp.h (call7): New function.
3799 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
3800 (Ffile_selinux_context, Fset_file_selinux_context):
3801 New functions.
3802 (Fcopy_file): New parameter preserve-selinux-context.
3803 (Frename_file): Preserve selinux context when renaming by copy-file.
3804
3805 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
3806 Eli Zaretskii <eliz@gnu.org>
3807
3808 Don't depend on cm.c or termcap.c on Windows, use stubs.
3809 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
3810 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
3811 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
3812 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
3813 (sys_tputs, sys_tgetstr): New stubs.
3814 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
3815 (tputs, tgetstr): New; define to sys_*.
3816
3817 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
3818
3819 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
3820
3821 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3822
3823 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
3824 Just signal a warning rather than an error when inside a let.
3825 (Fmake_variable_frame_local): Add the same test.
3826
3827 * font.c (syms_of_font): Make the style table vars read-only.
3828
3829 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
3830 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
3831
3832 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
3833
3834 2010-04-20 Eli Zaretskii <eliz@gnu.org>
3835
3836 Fix R2L paragraph display on TTY.
3837
3838 * xdisp.c (unproduce_glyphs): New function.
3839 (display_line): Use it when produced glyphs are discarded from R2L
3840 glyph rows.
3841 (append_composite_glyph): In R2L rows, prepend the glyph rather
3842 than appending it.
3843
3844 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
3845 rather than append it. Set up the resolved_level and bidi_type
3846 attributes of the appended glyph.
3847 (produce_special_glyphs): Mirror the backslash continuation
3848 character in R2L lines.
3849
3850 Implement display of R2L paragraphs in GUI sessions.
3851
3852 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
3853 append_stretch_glyph.
3854 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
3855 off-by-one error in computing x at end of text in the row.
3856 (append_stretch_glyph): In reversed row, prepend the glyph rather
3857 than append it. Set resolved_level and bidi_type of the glyph.
3858 (extend_face_to_end_of_line): If the row is reversed, prepend a
3859 stretch glyph whose width is such that the rightmost glyph will be
3860 drawn at the right margin of the window. Fix off-by-one error on
3861 TTY frames in testing whether a line needs face extension. Fix
3862 face extension at ZV. If this is the last glyph row, use
3863 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
3864 region face.
3865 (set_cursor_from_row, display_line): Use
3866 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
3867 row->continuation_lines_width.
3868 (next_element_from_buffer): Don't call bidi_paragraph_init if we
3869 are at ZV. Fixes a crash when reseated to ZV by
3870 try_window_reusing_current_matrix.
3871 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
3872 which happens with R2L glyph rows. Fixes a crash when inserting a
3873 character at end of an R2L line.
3874 (set_cursor_from_row): Don't be fooled by truncated rows: don't
3875 treat them as having zero-width characters. Improve comments.
3876 Don't reverse pos_before and pos_after for reversed glyph rows.
3877 Set cursor.x to negative value when the cursor might be on the
3878 left fringe.
3879 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
3880 left fringe, not the right one.
3881 (notice_overwritten_cursor, draw_phys_cursor_glyph)
3882 (erase_phys_cursor): For reversed cursor_row, support cursor on
3883 the left fringe.
3884
3885 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
3886 of continuation indicators on the fringes.
3887 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
3888 left fringe.
3889
3890 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
3891 draw cursor on the left fringe.
3892
3893 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
3894 cursor on the left fringe.
3895
3896 * dispnew.c (update_text_area): Handle reversed desired rows when
3897 the cursor is on the left fringe.
3898 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
3899 below, not by 0, for when the cursor is on the left fringe.
3900
3901 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
3902
3903 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
3904 widget is a scrollbar.
3905
3906 2010-04-20 Kenichi Handa <handa@m17n.org>
3907
3908 * charset.c (char_charset): Consider Vcharset_non_preferred_head
3909 only when the arg CHARSET_LIST is nil.
3910
3911 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3912
3913 Make variable forwarding explicit rather the using special values.
3914 Basically, this makes the structure of buffer-local values and object
3915 forwarding explicit in the type of Lisp_Symbols rather than use
3916 special Lisp_Objects for that. This tends to lead to slightly more
3917 verbose code, but is more C-like, simpler, and makes it easier to make
3918 sure we handled all cases, among other things by letting the compiler
3919 help us check it.
3920 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
3921 Removing forwarding objects.
3922 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
3923 (struct Lisp_Symbol): Make the various forms of variable-forwarding
3924 explicit rather than hiding them inside Lisp_Object "values".
3925 (XFWDTYPE): New macro.
3926 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
3927 (XBUFFER_LOCAL_VALUE): Remove.
3928 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
3929 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
3930 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
3931 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
3932 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
3933 Remove the Lisp_Misc_* header.
3934 (struct Lisp_Buffer_Local_Value): Redefine.
3935 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
3936 (struct Lisp_Misc_Any): Add filler to get the right size.
3937 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
3938 Lisp_Intfwd.
3939 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
3940 (DEFVAR_KBOARD): Allocate a forwarding object.
3941 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
3942 (let_shadows_global_binding_p): New function.
3943 (union Lisp_Val_Fwd): New type.
3944 (make_blv): New function.
3945 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
3946 (store_symval_forwarding, swap_in_global_binding, Fboundp)
3947 (swap_in_symval_forwarding, find_symbol_value, Fset)
3948 (let_shadows_buffer_binding_p, set_internal, default_value)
3949 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
3950 (Fkill_local_variable, Fmake_variable_frame_local)
3951 (Flocal_variable_p, Flocal_variable_if_set_p)
3952 (Fvariable_binding_locus):
3953 * xdisp.c (select_frame_for_redisplay):
3954 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
3955 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
3956 * frame.c (store_frame_param):
3957 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
3958 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
3959 value structure.
3960 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
3961 (clone_per_buffer_values): Only adjust markers into the current buffer.
3962 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
3963 (Fbuffer_local_value, set_buffer_internal_1)
3964 (swap_out_buffer_local_variables):
3965 Adapt to the new symbol value structure.
3966 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
3967 (defvar_per_buffer): Take a new arg for the fwd object.
3968 (buffer_lisp_local_variables): Return a proper alist (different fix
3969 for bug#4138).
3970 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
3971 (Fgarbage_collect): Don't handle buffer_defaults specially.
3972 (mark_object): Handle new symbol value structure rather than the old
3973 special Lisp_Misc_* objects.
3974 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
3975 * term.c (set_tty_color_mode):
3976 * bidi.c (bidi_initialize): Don't access the ->value field directly.
3977 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
3978 a buffer_local_flags.
3979 * print.c (print_object): Get rid of impossible forwarding objects.
3980
3981 2010-04-19 Eli Zaretskii <eliz@gnu.org>
3982
3983 * bidi.c (bidi_get_type, bidi_get_category)
3984 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
3985 (bidi_type_of_next_char, bidi_level_of_next_char):
3986 Declare static. Use `INLINE' rather than `inline'.
3987
3988 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
3989
3990 * dired.c (Ffile_attributes): Fix typo in docstring.
3991
3992 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
3993
3994 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
3995 NSInteger (Bug#5811).
3996
3997 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3998
3999 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
4000 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
4001
4002 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4003
4004 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
4005
4006 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
4007
4008 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
4009 terminal frames (Bug#5837).
4010
4011 2010-04-19 Eli Zaretskii <eliz@gnu.org>
4012
4013 * .gdbinit (xsubchartable): New command.
4014
4015 2010-04-19 Eli Zaretskii <eliz@gnu.org>
4016
4017 * xdisp.c (display_line): Don't write beyond the last glyph row in
4018 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
4019 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
4020 and
4021 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
4022
4023 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4024
4025 * alloc.c (Fpurecopy): Hash-cons if requested.
4026 (syms_of_alloc): Update purify-flag docstring.
4027
4028 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
4029
4030 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
4031 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
4032
4033 2010-04-17 Eli Zaretskii <eliz@gnu.org>
4034
4035 Fix a crash when an NSM character is inserted at BEGV.
4036
4037 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
4038 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
4039 NEUTRAL_B or UNKNOWN_BT.
4040
4041 2010-04-16 Eli Zaretskii <eliz@gnu.org>
4042
4043 * xdisp.c (set_cursor_from_row): Don't consider possibility of
4044 other rows with cursor unless they are different from this row and
4045 this row is part of a continued line. (Bug#5943)
4046
4047 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4048
4049 * s/freebsd.h: Restore osreldate.h include.
4050 Suggested by Naohiro Aota.
4051
4052 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
4053
4054 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
4055
4056 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
4057
4058 * s/cygwin.h: Avoid linking against static libgcc.
4059
4060 2010-04-15 Juri Linkov <juri@jurta.org>
4061
4062 * window.c: Add Qscroll_command.
4063 Remove Vscroll_preserve_screen_position_commands.
4064 (window_scroll_pixel_based, window_scroll_line_based): Check the
4065 `scroll-command' property on the last command instead of searching
4066 the last command in Vscroll_preserve_screen_position_commands.
4067 (syms_of_window): Initialize and staticpro `Qscroll_command'.
4068 Put Qscroll_command property on Qscroll_up and Qscroll_down.
4069 (scroll-preserve-screen-position): Doc fix.
4070 (Vscroll_preserve_screen_position_commands): Remove variable.
4071
4072 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
4073
4074 * xdisp.c (message): Do not use NO_ARG_ARRAY.
4075
4076 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
4077
4078 Reduce cpp use in Makefile.in.
4079 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
4080 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
4081 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
4082 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
4083 (CRT0_COMPILE): Remove, inline it in the only user.
4084
4085 2010-04-14 Juri Linkov <juri@jurta.org>
4086
4087 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
4088 `scroll-up-command' and `M-v' from `scroll-down' to
4089 `scroll-down-command'.
4090
4091 2010-04-14 Juri Linkov <juri@jurta.org>
4092
4093 * window.c (Vscroll_preserve_screen_position_commands): New variable
4094 with the default value as the list of Qscroll_down and Qscroll_up.
4095 (window_scroll_pixel_based, window_scroll_line_based): Search the
4096 last command in the list Vscroll_preserve_screen_position_commands
4097 instead of comparing with Qscroll_up and Qscroll_down.
4098
4099 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
4100
4101 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
4102 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
4103 does that.
4104
4105 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
4106 to zero.
4107
4108 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4109
4110 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
4111
4112 Try to solve the problem of spurious EOF chars in long lines of text
4113 sent to interactive subprocesses.
4114 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
4115 (system_process_attributes): Remove unused var `ttotal'.
4116 * process.c (send_process): Don't bother breaking long line with EOF
4117 chars when talking to ttys any more.
4118 (wait_reading_process_output): Output a warning when called in such
4119 a way that it could block without being interruptible.
4120
4121 Try to detect file modification within the same second.
4122 * buffer.h (struct buffer): New field modtime_size.
4123 * buffer.c (reset_buffer): Initialize it.
4124 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
4125 (Fverify_visited_file_modtime): Check it.
4126 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
4127 (Fset_visited_file_modtime): Set (or clear) it.
4128
4129 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4130
4131 * process.c (status_notify): Remove unused var `ro'.
4132
4133 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
4134
4135 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
4136 more than one visual (Bug#5938).
4137
4138 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4139
4140 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
4141 Undefine.
4142
4143 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
4144
4145 Remove C_SWITCH_SYSTEM_TEMACS.
4146 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
4147 (malloc, realloc, free): Use emacs, not temacs for conditional
4148 definition.
4149
4150 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
4151 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
4152
4153 Use autoconf, not cpp for some variables.
4154 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
4155 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
4156 (ALL_CFLAGS): Use them as make variables.
4157 (really-lwlib, really-oldXMenu): Do not pass them.
4158
4159 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
4160
4161 * xmenu.c (apply_systemfont_to_dialog): New.
4162 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
4163
4164 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4165
4166 * process.c (exec_sentinel): Preserve current-buffer.
4167
4168 * process.c (read_process_output): Move the save-current-buffer to
4169 apply to both the filter and the non-filter branches.
4170
4171 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
4172
4173 * s/msdos.h (UNEXEC): New definition.
4174
4175 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4176
4177 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
4178 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
4179
4180 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
4181 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
4182 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
4183 TRY_WINDOW_CHECK_MARGINS.
4184
4185 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
4186 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
4187 width only when it is for padding.
4188
4189 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
4190
4191 * xfns.c (Fx_show_tip): Call try_window in a loop until
4192 fonts_changed_p is zero (Bug#2423).
4193
4194 2010-04-08 Eli Zaretskii <eliz@gnu.org>
4195
4196 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
4197 the end of TEXT_AREA. (Bug#5856)
4198
4199 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
4200
4201 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
4202 HAVE_GCONF.
4203
4204 2010-04-08 Eli Zaretskii <eliz@gnu.org>
4205
4206 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
4207 prev.orig_type, for resolving type of NSM. (Bug#5858)
4208
4209 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
4210
4211 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
4212 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
4213 in current_font.
4214 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
4215 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
4216 New functions.
4217 (syms_of_xsettings): Initialize current_font.
4218 defsubr Sfont_get_system_normal_font.
4219
4220 * xsettings.h (Ffont_get_system_normal_font)
4221 (xsettings_get_system_normal_font): Declare.
4222
4223 * xfns.c (extern xlwmenu_default_font): Remove.
4224 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
4225 to xlwmenu.c.
4226
4227 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
4228 menu items in UTF-8.
4229
4230 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
4231 (apply_systemfont_to_menu): New function.
4232 (set_frame_menubar, create_and_show_popup_menu): Call
4233 apply_systemfont_to_menu.
4234
4235 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
4236
4237 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
4238 FRAME_LINE_TO_PIXEL_Y.
4239
4240 * xterm.c (x_set_window_size_1): Don't add border_width/height to
4241 pixelwidth/height.
4242
4243 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
4244
4245 Simplify code for HP machines.
4246 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
4247 for GNU_LINUX, not needed.
4248 (UNEXEC, NEED_BSDTTY): Move definitions...
4249 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
4250
4251 * m/iris4d.h (UNEXEC): Move definition ...
4252 * s/irix6-5.h (UNEXEC): ... here.
4253
4254 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
4255
4256 * xfns.c (set_machine_and_pid_properties): New function.
4257 (Fx_create_frame): Call set_machine_and_pid_properties.
4258
4259 2010-04-03 Eli Zaretskii <eliz@gnu.org>
4260
4261 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
4262 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
4263 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
4264
4265 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
4266 in this function. (Bug#5703)
4267
4268 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
4269
4270 * nsterm.h: Fix last change.
4271
4272 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
4273
4274 * m/intel386.h (NO_REMAP): Move definition ...
4275 * s/msdos.h (NO_REMAP): ... here.
4276
4277 * m/vax.h (CRT0_DUMMIES): Remove, unused.
4278
4279 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
4280 used on those platforms.
4281
4282 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4283
4284 Remove extern errno declarations.
4285 * xterm.c:
4286 * xrdb.c:
4287 * w32term.c:
4288 * unexec.c:
4289 * unexaix.c:
4290 * sysdep.c:
4291 * process.c:
4292 * lread.c:
4293 * keyboard.c:
4294 * floatfns.c:
4295 * filelock.c:
4296 * fileio.c:
4297 * emacs.c (main):
4298 * ecrt0.c:
4299 * dispnew.c:
4300 * callproc.c:
4301 * buffer.c: Remove errno extern declarations.
4302 * s/netbsd.h (NEED_ERRNO): Remove.
4303
4304 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
4305
4306 Remove all uses of LIBX11_SYSTEM.
4307 * Makefile.in (LIBX11_SYSTEM): Remove.
4308 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
4309 instead.
4310
4311 2010-04-01 Eli Zaretskii <eliz@gnu.org>
4312
4313 Remove support for DJGPP v1.x (bug#5813).
4314
4315 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
4316 * s/msdos.h:
4317 * unexec.c (make_hdr, copy_text_and_data):
4318 * sysdep.c (wait_for_termination, sys_subshell):
4319 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
4320 (IT_set_terminal_modes, __write, _rename, gethostname)
4321 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
4322 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
4323 the value of __DJGPP__.
4324 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
4325 compatibility code.
4326 * lread.c:
4327 * gmalloc.c (memalign):
4328 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
4329 * emacs.c (main):
4330 * dosfns.c (init_dosfns):
4331 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
4332
4333 2010-04-01 Eli Zaretskii <eliz@gnu.org>
4334
4335 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
4336 string with `cursor' property comes from an `after-string'
4337 overlay. (Bug#5816)
4338
4339 2010-04-01 Glenn Morris <rgm@gnu.org>
4340
4341 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
4342 Define as Makefile variables.
4343 (LIBX): Use above variables rather than directly using autoconf.
4344
4345 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
4346
4347 Clean up BSD_SYSTEM use.
4348 * xterm.c:
4349 * process.c:
4350 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
4351 for including <sys/ioctl.h>.
4352 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
4353 code is only used for MSDOS.
4354
4355 2010-03-31 Juri Linkov <juri@jurta.org>
4356
4357 * image.c: Add `Qextension_data'.
4358 (syms_of_image): Initialize and staticpro `Qextension_data'.
4359 (Fimage_metadata): Rename from `Fimage_extension_data'.
4360 (gif_load): Put GIF extension data to the property
4361 `Qextension_data'.
4362
4363 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4364
4365 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
4366 * nsterm.h: Fix prototype.
4367
4368 2010-03-31 Eli Zaretskii <eliz@gnu.org>
4369
4370 * xdisp.c (highlight_trailing_whitespace): Support highlight of
4371 trailing whitespace in right-to-left rows.
4372
4373 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4374
4375 Get rid of the direct_output optimizations.
4376 * keyboard.c (nonundocount): Remove extern declaration.
4377 (command_loop_1): Remove brittle optimisation for cheap and
4378 common operations.
4379 * xdisp.c (redisplay_internal): Don't bother checking
4380 redisplay_performed_directly_p any more.
4381 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
4382 any more.
4383 * dispnew.c (redisplay_performed_directly_p)
4384 (direct_output_for_insert, direct_output_forward_char):
4385 * dispextern.h (redisplay_performed_directly_p)
4386 (direct_output_for_insert, direct_output_forward_char): Remove.
4387 * cmds.c (nonundocount): Make it static.
4388
4389 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
4390
4391 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
4392
4393 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
4394
4395 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
4396 invisible (Bug#5766).
4397
4398 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
4399
4400 * xdisp.c (x_consider_frame_title, update_window_cursor):
4401 Remove HAVE_NS conditionals.
4402 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
4403
4404 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
4405 filename for the title.
4406 (ns_set_doc_edited): Do nothing if the selected window is a
4407 minibuffer window.
4408
4409 * nsterm.h: Add prototypes for ns_set_name_as_filename and
4410 ns_set_doc_edited.
4411
4412 * nsterm.m: Remove unneeded prototype.
4413
4414 2010-03-31 Glenn Morris <rgm@gnu.org>
4415
4416 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
4417 in the DOC file. (Bug#5336)
4418
4419 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4420
4421 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
4422
4423 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4424
4425 * window.c (keys_of_window): Remove redundant/overridden bindings.
4426
4427 2010-03-30 Eli Zaretskii <eliz@gnu.org>
4428
4429 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
4430 Restore original behavior when the iterator is not bidi_p.
4431
4432 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
4433
4434 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
4435
4436 2010-03-30 Eli Zaretskii <eliz@gnu.org>
4437
4438 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
4439 are outside the range of cached character positions.
4440
4441 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
4442
4443 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
4444
4445 2010-03-30 Eli Zaretskii <eliz@gnu.org>
4446
4447 Initial support for bidirectional editing.
4448
4449 * Makefile.in (obj): Include bidi.o.
4450 (bidi.o): New target.
4451
4452 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
4453 ($(BLD)/bidi.$(O)): New target.
4454
4455 * bidi.c: New file.
4456
4457 * buffer.h (struct buffer): New members bidi_display_reordering
4458 and bidi_paragraph_direction.
4459
4460 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
4461 and bidi_paragraph_direction.
4462 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
4463 and bidi-paragraph-direction.
4464 (Fbuffer_swap_text): Swap the values of
4465 bidi_display_reordering and bidi_paragraph_direction.
4466
4467 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
4468 (bidi_type_t, bidi_dir_t): New types.
4469 (bidi_saved_info, bidi_stack, bidi_it): New structures.
4470 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
4471 prev_stop, base_level_stop, and eol_pos.
4472 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
4473 (IT_STACK_SIZE): Enlarge to 5.
4474 (struct glyph_row): New member reversed_p.
4475 <string_buffer_position>: Update prototype.
4476 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
4477 glyph_row if bidi_it.paragraph_dir == R2L.
4478 (struct glyph): New members resolved_level and bidi_type.
4479
4480 * dispnew.c (direct_output_forward_char): Give up if we need bidi
4481 processing or buffer's direction is right-to-left.
4482 (prepare_desired_row): Preserve the reversed_p flag.
4483 (row_equal_p): Compare the reversed_p attributes as well.
4484
4485 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
4486 bidi_init_it and set it->paragraph_embedding from the current
4487 buffer's value of bidi_paragraph_direction.
4488 (reseat_1): Initialize bidi_it.first_elt.
4489 (set_iterator_to_next, next_element_from_buffer): Use the value of
4490 paragraph_embedding to determine the paragraph direction.
4491 (set_iterator_to_next): Under bidi reordering, call
4492 bidi_get_next_char_visually. Call bidi_paragraph_init if the
4493 new_paragraph flag is set in the bidi iterator.
4494 (next_element_from_buffer): If bidi_it.first_elt is set,
4495 initialize paragraph direction and find the first character to
4496 display in the visual order. If reseated to a middle of a line,
4497 prime the bidi iterator starting at the line's beginning. Handle
4498 the situation where we overstepped stop_charpos due to
4499 non-linearity of the bidi iteration. Likewise for when we back up
4500 beyond the previous stop_charpos. When moving across stop_charpos,
4501 record it in prev_stop.
4502 (display_line): Set row->end and it->start for the next row to the
4503 next character in logical order. Always extend reversed_p rows to
4504 the end of line, even if they end at ZV. Copy the reversed_p flag
4505 to the next glyph row. Keep calling set_cursor_from_row for
4506 bidi-reordered rows even if we already have a possible candidate
4507 for cursor position. Set row_end after all the row's glyphs have
4508 been produced, by looping over the glyphs. Record the position
4509 after EOL in it->eol_pos, and use it to set end_pos of the last
4510 row produced for a continued line.
4511 <Qright_to_left, Qleft_to_right>: New variables.
4512 (syms_of_xdisp): Initialize and staticpro them.
4513 (string_buffer_position_lim): New function.
4514 (string_buffer_position): Most of code moved to
4515 string_buffer_position_lim. Last argument and return value are
4516 now EMACS_INT; all callers changed.
4517 (set_cursor_from_row): Rewritten to support bidirectional text and
4518 reversed glyph rows.
4519 (text_outside_line_unchanged_p, try_window_id): Disable
4520 optimizations if we are reordering bidirectional text and the
4521 paragraph direction can be affected by the change.
4522 (append_glyph, append_composite_glyph)
4523 (produce_image_glyph, append_stretch_glyph): Set the
4524 resolved_level and bidi_type members of each glyph.
4525 (append_glyph): If the glyph row is reversed, prepend the glyph
4526 rather than appending it.
4527 (handle_stop_backwards): New function.
4528 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
4529 (reseat): call handle_stop_backwards to recompute prev_stop and
4530 base_level_stop for the new position.
4531 (handle_invisible_prop): Under bidi iteration, skip invisible text
4532 using bidi_get_next_char_visually. If we are `reseat'ed, init the
4533 paragraph direction. Update IT->prev_stop after skipping
4534 invisible text.
4535 (move_it_in_display_line_to): New variables prev_method
4536 and prev_pos. Compare for strict equality in
4537 BUFFER_POS_REACHED_P.
4538 (try_cursor_movement): Examine all the candidate rows that occlude
4539 point, to return the best match. If rows are bidi-reordered
4540 and point moved backwards, back up to the row that is not a
4541 continuation line, and start looking for a suitable row from
4542 there.
4543
4544 * term.c (append_glyph): Reverse glyphs by pre-pending them,
4545 rather than appending, if the glyph_row's reversed_p flag is set.
4546 Set the resolved_level and bidi_type members of each glyph.
4547
4548 * .gdbinit (pbiditype): New command.
4549 (pgx): Use it to display bidi level and type of the glyph.
4550 (pitx): Display some bidi information about the iterator.
4551 (prowlims, pmtxrows): New commands.
4552
4553 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
4554
4555 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
4556 * s/usg5-4.h (LIBS_DEBUG):
4557 * s/irix6-5.h (C_DEBUG_SWITCH):
4558 * s/gnu-linux.h (LIBS_DEBUG):
4559 * s/darwin.h (LIBS_DEBUG):
4560 * s/bsd-common.h (LIBS_DEBUG):
4561 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
4562 * m/iris4d.h (LIBS_DEBUG):
4563 * m/hp800.h (LIBS_DEBUG): Remove definitions.
4564
4565 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
4566 (LIBS_DEBUG): Remove definition.
4567
4568 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
4569
4570 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
4571 Windows.
4572
4573 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4574
4575 * process.c (Fmake_network_process): Don't call turn_on_atimers around
4576 `connect' (Bug#5723).
4577
4578 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
4579
4580 * process.c (Fmake_network_process): Call `select' for interrupted
4581 `connect' rather than creating new socket (Bug#5173).
4582
4583 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
4584
4585 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
4586
4587 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
4588
4589 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
4590
4591 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4592
4593 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
4594 XLoadQueryFont.
4595
4596 2010-03-24 Kenichi Handa <handa@m17n.org>
4597
4598 * coding.c (decode_coding_ccl): Fix previous change for the
4599 multibyte case.
4600 (encode_coding_ccl): Don't setup ccl program here. Fix for the
4601 case that the output buffer is fullfilled.
4602 (encode_coding): Setup ccl program here.
4603
4604 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
4605
4606 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
4607
4608 Simplify LIBS_MACHINE definitions.
4609 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
4610 * m/iris4d.h (LIBS_MACHINE): Likewise.
4611 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
4612 * s/aix4-2.h (LIBS_SYSTEM): ... here.
4613 * s/netbsd.h: Remove commented out code.
4614
4615 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
4616
4617 Remove dead code dealing with POSIX_SIGNALS.
4618 * atimer.c (set_alarm): Remove dead code, all USG systems define
4619 POSIX_SIGNALS.
4620 * data.c (arith_error): Likewise.
4621 * keyboard.c (input_available_signal, handle_user_signal)
4622 (interrupt_signal): Likewise.
4623 * process.c (sigchld_handler): Likewise.
4624 (create_process): Remove if 0 code. Remove HPUX conditional when
4625 !defined (POSIX_SIGNALS), it cannot be true.
4626 * syssignal.h: Remove USG5_4 and USG conditionals when
4627 !POSIX_SIGNALS, they cannot be true.
4628
4629 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
4630 NO_SOCK_SIGIO, not used anymore.
4631
4632 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
4633
4634 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
4635 support vax on BSDs.
4636
4637 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
4638 * s/aix4-2.h (ORDINARY_LINK): ... here.
4639
4640 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
4641
4642 * Makefile.in (abs_builddir): Define.
4643 (bootstrap_exe): Use it.
4644 (VPATH): Use $(srcdir) instead of @srcdir@.
4645
4646 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * Makefile.in (bootstrap_exe): Use an absolute name.
4649
4650 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4651
4652 Remove support for old GNU/Linux using libc version 5.
4653 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
4654 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
4655
4656 Consolidate redundant definitions in s/bsd-common.h.
4657 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
4658 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
4659 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
4660 doing it in all files that include this one.
4661 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
4662 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
4663 (LDAV_SYMBOL, KERNEL_FILE): Remove.
4664 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
4665 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
4666 (LDAV_SYMBOL, KERNEL_FILE): Remove.
4667 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
4668 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
4669 (LDAV_SYMBOL, KERNEL_FILE): Remove.
4670
4671 Consolidate redundant definitions.
4672 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
4673 it's undefined in all files that include this one.
4674 (POSIX_SIGNALS): Define here instead of doing it in all files that
4675 include this one.
4676 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
4677 (POSIX_SIGNALS): Do not define.
4678 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
4679 (POSIX_SIGNALS): Do not define.
4680 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
4681 (POSIX_SIGNALS): Do not define.
4682
4683 Remove support for old UNIX System V systems.
4684 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
4685 * s/usg-5-4-2.h: Remove.
4686
4687 Remove support for Solaris on PPC and for old versions.
4688 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
4689 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
4690 that cancel each other.
4691 * s/sol2-3.h:
4692 * s/sol2-4.h:
4693 * s/sol2-5.h: Remove.
4694 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
4695 (NO_REMAP): Remove, unused.
4696 (UNEXEC): Move definition ...
4697 * s/aix4-2.h (UNEXEC): ... here.
4698
4699 * s/openbsd.h: Remove support for non-ELF and for systems that do
4700 not support shared libraries.
4701 * s/netbsd.h:
4702 * s/freebsd.h: Likewise.
4703
4704 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4705
4706 Remove non-working support for lynxos 3.0.
4707 * s/lynxos.h: Remove file.
4708
4709 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
4710 COFF_BSD_SYMBOLS, nothing defines it anymore.
4711
4712 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4713
4714 Remove obsolete uses of HAVE_SHM.
4715 * emacs.c (standard_args):
4716 (Fdump_emacs):
4717 (syms_of_emacs): Remove code depending on HAVE_SHM.
4718
4719 * alloc.c: Remove HAVE_SHM dependent definition.
4720
4721 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
4722
4723 2010-03-18 Glenn Morris <rgm@gnu.org>
4724
4725 * emacs.c (USAGE4): Hard-code bug address.
4726 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
4727 (bug_reporting_address): Remove.
4728 (main): Don't call bug_reporting_address.
4729
4730 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
4731 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
4732
4733 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
4734
4735 * xfns.c (Fx_create_frame):
4736 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
4737 on left.
4738
4739 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
4740
4741 * editfns.c (Fformat): Account for string precision when computing
4742 field width (Bug#5710).
4743
4744 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4745
4746 * xfns.c (Fx_create_frame): Set default to Qright.
4747
4748 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
4749 all window systems.
4750
4751 2010-03-12 Eli Zaretskii <eliz@gnu.org>
4752
4753 These changes remove termcap.c from the build on Posix platforms.
4754 * Makefile.in (termcapobj): Move termcap.o from here...
4755 (MSDOS_OBJ): ...to here.
4756 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
4757 now identical to when LIBS_TERMCAP is defined.
4758
4759 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
4760
4761 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
4762
4763 * config.in: Regenerated. (See top-level ChangeLog.)
4764
4765 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4766
4767 * Branch for 23.2.
4768
4769 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4770
4771 Cleanup setup of gl_state in various parts of the code.
4772 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
4773 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
4774 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
4775 (skip_chars):
4776 * regex.c (regex_compile): Use it.
4777 (re_compile_pattern): Don't set gl_state.current_syntax_table since
4778 it's now set in regex_compile when/if we need it.
4779
4780 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4781
4782 Make it possible to C-g in a tight bytecode loop again (bug#5680).
4783 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
4784 (QUIT): Use it to consolidate code and remove redundancy.
4785 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
4786
4787 * regex.c (regex_compile): Setup gl_state as well.
4788
4789 * syntax.c (skip_chars): Setup gl_state (bug#3823).
4790 (in_classes): Use CONSP before XCAR/XCDR.
4791
4792 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4793
4794 * keymap.c (Fwhere_is_internal): Use Fequal to compare
4795 definitions, so that keyboard macros are correctly handled
4796 (Bug#5481).
4797
4798 2010-03-02 Eli Zaretskii <eliz@gnu.org>
4799
4800 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
4801 text that could be relocated inside the call to emacs_mule_char.
4802 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
4803 (CODING_DECODE_CHAR): Add a comment describing its purpose.
4804
4805 2010-03-02 Kenichi Handa <handa@m17n.org>
4806
4807 * character.c (parse_str_as_multibyte): Fix handling of the
4808 multibyte form of raw-bytes.
4809 (str_as_multibyte): Likewise.
4810
4811 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
4812 form of raw-bytes.
4813
4814 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
4815
4816 * charset.c (load_charset_map_from_file)
4817 (load_charset_map_from_vector): Zero out allocated
4818 charset_map_entries before using them.
4819
4820 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
4821
4822 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
4823
4824 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4825
4826 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
4827 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
4828
4829 2010-02-26 Kenichi Handa <handa@m17n.org>
4830
4831 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
4832
4833 * xdisp.c (reseat_to_string): Fix previous change.
4834
4835 2010-02-26 David Reitter <david.reitter@gmail.com>
4836
4837 * nsfont.m (nsfont_draw): ns_antialias_text should be a
4838 Lisp_Object (Bug#4736).
4839
4840 2010-02-25 Kenichi Handa <handa@m17n.org>
4841
4842 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
4843
4844 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
4845
4846 * xterm.c (XTflash): Move declarations before statements.
4847
4848 * gtkutil.c (xg_get_gdk_display): Remove (unused).
4849 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
4850 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
4851 (xg_create_tool_bar): Remove unused variables.
4852 (x_wm_set_size_hint): Move declarations before statements.
4853 (xg_create_frame_widgets): Remove variable grav.
4854
4855 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
4856
4857 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
4858
4859 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4860
4861 * term.c (fatal): Add a final \n if needed (bug#5596).
4862
4863 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
4864
4865 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
4866
4867 2010-02-18 Glenn Morris <rgm@gnu.org>
4868
4869 * callint.c (Finteractive): Doc fix.
4870
4871 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4872
4873 * coding.c (record_conversion_result):
4874 Handle CODING_RESULT_INSUFFICIENT_DST.
4875 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
4876 memory allocation error.
4877
4878 2010-02-17 Kenichi Handa <handa@m17n.org>
4879
4880 * coding.c (decode_coding_ccl): Don't setup ccl program here.
4881 Fix for the case that the output buffer is fullfilled.
4882 (decode_coding): Setup ccl program here. Keep looping when the
4883 decoder stopped because the output buffer is
4884 fullfilled (bug#5534).
4885
4886 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
4887
4888 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
4889
4890 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
4891 bug #5571.
4892 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
4893 overdrawn.
4894
4895 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
4896
4897 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
4898 doing_interact here.
4899 (ice_connection_closed): New function.
4900 (x_session_check_input, smc_die_CB, ice_io_error_handler)
4901 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
4902 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
4903 returns I/O error.
4904 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
4905 bug #5512.
4906
4907 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
4908
4909 * nsfont.m (nsfont_open): The system's value for the font descent
4910 is negative, so round it down to avoid clipping.
4911
4912 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
4913
4914 * charset.c (load_charset_map_from_file)
4915 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
4916 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
4917
4918 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
4919
4920 * charset.c (load_charset_map_from_file): Allocate large
4921 charset_map_entries structure on the heap rather than the stack.
4922 (Bug#5526).
4923
4924 2010-01-31 Kenichi Handa <handa@m17n.org>
4925
4926 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
4927 size in NAME is invalid, return -1 (Bug#5396).
4928
4929 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
4930
4931 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
4932 <deactivated@gmail.com> (Bug#3605).
4933
4934 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
4935
4936 * fileio.c (Frename_file): Correctly rename symlinks to
4937 directories (Bug#5496).
4938
4939 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
4940
4941 * nsterm.m (ns_ring_bell): Handle visible bell like X.
4942
4943 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
4944
4945 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
4946
4947 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
4948
4949 * frame.c (DEFAULT_ROWS): Change default to 35.
4950
4951 * xfns.c (x_default_font_parameter): Change default XFT font to
4952 monospace-10 (Bug#3643).
4953
4954 2010-01-29 Eli Zaretskii <eliz@gnu.org>
4955
4956 * w32inevt.c (key_event): Remove unnecessary comparison of
4957 event->uChar.AsciiChar with 128.
4958
4959 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
4960
4961 * fileio.c (Frename_file): Fix last change (Bug#5487).
4962
4963 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
4964
4965 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
4966
4967 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
4968
4969 * xfns.c (Fx_create_frame): Remove window size matching code from
4970 2010-01-15.
4971 (x_get_current_desktop, x_get_desktop_workarea): Remove.
4972
4973 2010-01-27 Jason Rumney <jasonr@gnu.org>
4974
4975 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
4976 (key_event): Use unicode for characters 128 and higher (Bug#4567).
4977
4978 2010-01-27 Kenichi Handa <handa@m17n.org>
4979
4980 * regex.c (analyse_first): Fix setting of fastmap for unibyte
4981 pattern string (Bug#4209).
4982
4983 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
4984
4985 * fileio.c (Frename_file): Call copy-directory and
4986 delete-directory for directories, in order to handle cross-device
4987 renaming (Bug#3353).
4988
4989 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
4990
4991 * xfns.c (Fx_create_frame): If frame height is too big, try
4992 sizes 24 and 10. Bug #3643.
4993
4994 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
4995
4996 Try and fix bug#788, hopefully for real this time.
4997 * keymap.c (shadow_lookup): Add `remap' arg.
4998 (describe_map, describe_vector): Update calls to shadow_lookup.
4999 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
5000 `remapped' so this flag is applicable to `sequence'. Be careful to
5001 perform remapping during shadow_lookup check of remapped_sequences.
5002
5003 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
5004
5005 * image.c (png_load): Use png_sig_cmp instead of the obsolete
5006 png_check_sig, which has been removed in libpng 1.4.
5007
5008 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5009
5010 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
5011 lacks this header file).
5012
5013 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5014
5015 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
5016 as in Emacs 22.
5017
5018 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5019
5020 * lisp.h (make_pure_string): String pointer arg now points to const.
5021
5022 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
5023 args now point to const.
5024
5025 2010-01-22 Eli Zaretskii <eliz@gnu.org>
5026
5027 * lread.c (Fload): Don't treat files without .elc extension as
5028 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
5029 them. (bug#5303)
5030
5031 2010-01-20 Kenichi Handa <handa@m17n.org>
5032
5033 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
5034 treat the source as actual byte sequence.
5035
5036 2010-01-19 Alan Mackenzie <acm@muc.de>
5037
5038 Fix spurious before-change-functions invocation from (insert ?\n).
5039 * textprop.c (set_text_properties): Rename parameter
5040 `signal_after_change_p' to `coherent_change_p', and make the
5041 invocation of `modify_region' conditional on it.
5042
5043 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
5044
5045 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
5046 for debug purpose.
5047 (syms_of_xsettings): Declare xft-settings.
5048
5049 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
5050
5051 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
5052
5053 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5054
5055 * xterm.c (event_handler_gdk): Block input (Bug#5037).
5056
5057 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
5058
5059 * emacs.c (standard_args): Adjust arg priorities to reflect how
5060 they are processed in startup.el.
5061
5062 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
5063
5064 * Makefile.in (lisp, shortlisp): Update.
5065
5066 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5067
5068 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
5069 code, link the new kboard into all_kboard before running Lisp code,
5070 and protect the new terminal with GCPRO (Bug#5365).
5071 (x_term_init): Remove unused var `atom'.
5072 (x_delete_display, x_delete_terminal): Remove unused var `i'.
5073
5074 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
5075
5076 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
5077 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
5078 to find out usable size of the desktop. Don't make frames larger than
5079 this. Bug #3643.
5080
5081 2010-01-15 Kenichi Handa <handa@m17n.org>
5082
5083 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
5084
5085 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
5086
5087 * nsterm.m (Qnone): Define.
5088
5089 * nsfns.m (Qnone): Move definition to nsterm.m.
5090
5091 2010-01-14 Kenichi Handa <handa@m17n.org>
5092
5093 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
5094 systems.
5095
5096 2010-01-14 Kenichi Handa <handa@m17n.org>
5097
5098 Make auto-composition work on all buffers even if they are
5099 fundamental mode.
5100
5101 * composite.c (Vauto_composition_mode): New variable.
5102 (composition_compute_stop_pos): Check Vauto_composition_mode
5103 instead of Vauto_composition_function.
5104 (composition_adjust_point, Ffind_composition_internal): Likewise.
5105 (syms_of_composite): Declare Lisp variable
5106 "auto-composition-mode" here.
5107
5108 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
5109
5110 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
5111 during call to vendor-specific-keysyms (Bug#5365).
5112
5113 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5114
5115 * keyboard.c (input_available_signal) [SYNC_INPUT]:
5116 Call SIGNAL_THREAD_CHECK (Bug#5333).
5117
5118 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
5119 Call SIGNAL_THREAD_CHECK.
5120
5121 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5122
5123 Try to fix bug#5314. This is probably not the final word, tho.
5124 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
5125 recent-auto-save-p as a side-effect.
5126 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
5127 * buffer.c (Fkill_buffer, reset_buffer):
5128 * editfns.c (Fsubst_char_in_region):
5129 * fileio.c (Finsert_file_contents, Fdo_auto_save)
5130 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
5131
5132 2010-01-13 Kenichi Handa <handa@m17n.org>
5133
5134 Display buffer name, etc. in mode line by composing correctly.
5135
5136 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
5137 STRING is not nil.
5138 (display_mode_element): Adjust for the change of
5139 decode_mode_spec and display_line.
5140 (decode_mode_spec): Change arg MULTIBYTE to STRING.
5141 (display_string): Handle the case that STRING is non-null and
5142 LISP_STRING is not nil.
5143
5144 * xterm.c (x_draw_composite_glyph_string_foreground):
5145 Pay attention to s->face->overstrike.
5146
5147 * composite.c (composition_reseat_it): Don't check PT if STRING is
5148 non nil.
5149
5150 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5151
5152 * keyboard.c (read_char): Don't apply previous change when current
5153 buffer is unchanged by command execution.
5154
5155 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
5156
5157 * keyboard.c (read_char): Return after executing from special map.
5158
5159 2010-01-12 Glenn Morris <rgm@gnu.org>
5160
5161 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
5162 bug-gnu-emacs rather than emacs-pretest-bug.
5163
5164 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
5165
5166 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
5167 initializing the Lisp variables that depend on them.
5168
5169 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5170
5171 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
5172 Clear areas that will not be updated after change of menu bar lines.
5173 Clear the menu bar window's current matrix when the window gets empty.
5174
5175 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5176
5177 * intervals.h, textprop.c (extend_property_ranges): Return value
5178 and args changed. Discard properties that begin at or after the
5179 new end (Bug#5306).
5180
5181 * editfns.c (Fformat): Caller changed.
5182
5183 * nsterm.m (ns_set_default_prefs): Delete function.
5184 (syms_of_nsterm): Initialize ns_command_modifier,
5185 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
5186 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
5187
5188 * xdisp.c (pos_visible_p): Check for invisible text at the correct
5189 position (Bug#4040).
5190
5191 2010-01-09 Eli Zaretskii <eliz@gnu.org>
5192
5193 * editfns.c (Ffloat_time): Doc fix.
5194
5195 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
5196
5197 * xfns.c (Fx_create_frame): Don't create frame larger than display
5198 by default bug#3643.
5199
5200 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5201
5202 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
5203 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
5204 windows above internal border.
5205
5206 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
5207 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
5208 windows above internal border.
5209
5210 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
5211 tool bar windows specially.
5212
5213 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
5214
5215 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
5216 specially.
5217 (XTflash): Take account of menu bar height.
5218
5219 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
5220 specially.
5221
5222 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
5223
5224 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5225 also be true before we can return early (bug #5339).
5226
5227 2010-01-06 David Reitter <david.reitter@gmail.com>
5228
5229 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
5230 (Fns_display_usable_bounds): Rewrite, computing bounds properly
5231 (Bug#3233).
5232
5233 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
5234
5235 * font.c (font_open_entity): Enable chache and call cached_font_ok
5236 for the driver if defined.
5237 (QCuser_spec): New symbol.
5238 (font_spec_from_name): Save name as user-spec.
5239 (font_load_for_lface): Keep user-spec instead of name.
5240 (font_open_by_name): Save name as user-spec.
5241 (syms_of_font): Initialize QCuser_spec.
5242 (font_clear_prop): Clear name if it exists in font (bug#5157).
5243
5244 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
5245 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
5246 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
5247
5248 * font.h (struct font_driver): Add cached_font_ok.
5249
5250 * xterm.c (x_clear_frame): Queue draw for scroll bars.
5251
5252 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
5253
5254 * xterm.c (x_new_font): Move code for setting rows/cols before
5255 resizing ...
5256 (x_set_window_size): ... to here. Bug #2568.
5257
5258 * gtkutil.c (xg_clear_under_internal_border): New function.
5259 (xg_frame_resized, xg_frame_set_char_size):
5260 Call xg_clear_under_internal_border.
5261 (xg_update_scrollbar_pos): Clear under old scroll bar position.
5262
5263 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
5264
5265 * keyboard.c (read_key_sequence): Catch keyboard switch after
5266 making a new tty frame (Bug#5095).
5267
5268 2010-01-05 Kenichi Handa <handa@m17n.org>
5269
5270 * fontset.c (fontset_find_font): Fix getting the frame pointer.
5271
5272 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5273
5274 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
5275 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
5276 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
5277
5278 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
5279
5280 * dbusbind.c (xd_add_watch): Improve debug message.
5281 (xd_remove_watch): Improve debug message. If DATA is the session
5282 bus, unset D-Bus session environment.
5283 (Fdbus_init_bus): Pass the bus as argument to
5284 dbus_connection_set_watch_functions. (Bug#5283)
5285
5286 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5287
5288 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
5289
5290 * lread.c (syms_of_lread): Make it clearer that these are the
5291 names of loaded files (Bug#5068).
5292
5293 * eval.c (run_hook_with_args): Handle the case where the global
5294 value has the obsolete single-function form (Bug#5026).
5295
5296 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
5297
5298 * minibuf.c (Fall_completions): Minor optimization.
5299
5300 2009-12-26 Eli Zaretskii <eliz@gnu.org>
5301
5302 * .gdbinit (pgx): Fix display of composite glyphs.
5303 Display cmp.from and cmp.to as well.
5304 (pitx): Fix last change.
5305
5306 2009-12-25 Kenichi Handa <handa@m17n.org>
5307
5308 * composite.h (composition_adjust_point): Update prototype.
5309
5310 * composite.c (composition_reseat_it): Don't make a composition
5311 spanning over point.
5312 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
5313 composable characters.
5314 (composition_adjust_point): New arg NEW_PT. Callers changed.
5315
5316 * keyboard.c (command_loop_1): Force redisplay if the last point
5317 was within a composition.
5318 (adjust_point_for_property): Don't adjust point for automatic
5319 composition when called after buffer modification.
5320
5321 2009-12-19 Eli Zaretskii <eliz@gnu.org>
5322
5323 * .gdbinit (pitx): Don't use enum names, use their values.
5324 Remove reference to non-existing value GET_FROM_COMPOSITION.
5325 (pgx): Don't use enum names, use their values.
5326 (pitmethod): New helper command.
5327 (pitx): Use it to display iteration method.
5328 (pgrowit): New command.
5329
5330 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
5331
5332 Update dependencies in Makefile.in.
5333
5334 * Makefile.in (alloc.o): Depend on termhooks.h.
5335 (atimer.o): Depend on blockinput.h.
5336 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
5337 and frame.h.
5338 (callint.o): Depend on systime.h, coding.h, and composite.h.
5339 (callproc.o): Depend on buffer.h.
5340 (casefiddle.o): Don't depend on charset.h.
5341 (casetab.o): Depend on character.h.
5342 (ccl.o): Depend on composite.h.
5343 (chartab.o): Depend on ccl.h.
5344 (cm.o): Depend on dispextern.h.
5345 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
5346 (coding.o): Don't depend on $(INTERVALS_H).
5347 (composite.o): Don't depend on dispextern.h explicitly (it's in
5348 $(INTERVALS_H)). Depend on ccl.h.
5349 (data.o): Depend on systime.h, coding.h, composite.h,
5350 dispextern.h, font.h, and ccl.h.
5351 (dired.o): Depend on composite.h.
5352 (dispnew.o): Depend on coding.h. Don't depend explicitly on
5353 composite.h (it's in $(INTERVALS_H)).
5354 (doc.o): Depend on systime.h, coding.h, and composite.h.
5355 (editfns.o): Don't depend explicitly on dispextern.h.
5356 (emacs.o): Depend on frame.h and coding.h.
5357 (eval.o): Depend on coding.h, composite.h, and xterm.h.
5358 (fileio.o): Depend on frame.h and commands.h. Don't depend
5359 explicitly on dispextern.h.
5360 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
5361 composite.h.
5362 (fns.o): Don't depend on termhooks.h.
5363 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
5364 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
5365 coding.h, $(INTERVALS_H), window.h, xterm.h.
5366 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
5367 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
5368 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
5369 fontset.h, ccl.h, and ftfont.h.
5370 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
5371 (gtkutil.o): Depend on dispextern.h and composite.h.
5372 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
5373 termhooks.h, and ccl.h.
5374 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
5375 (intervals.o): Depend on systime.h and coding.h.
5376 (keyboard.o): Depend on composite.h and coding.h.
5377 (keymap.o): Depend on coding.h and frame.h.
5378 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
5379 (macros.o): Depend on systime.h, coding.h, and composite.h.
5380 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
5381 and atimer.h.
5382 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
5383 dispextern.h explicitly.
5384 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
5385 Don't depend explicitly on dispextern.h and composite.h.
5386 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
5387 (regex.o): Don't depend on charset.h.
5388 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
5389 (search.o): Don't depend explicitly on composite.h.
5390 (sound.o): Depend on atimer.h and systime.h.
5391 (syntax.o): Don't depend explicitly on composite.h.
5392 (sysdep.o): Depend on coding.h and composite.h.
5393 (term.o): Depend on xterm.h and buffer.h.
5394 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
5395 (textprop.o): Don't depend on dispextern.h explicitly.
5396 (undo.o): Depend on dispextern.h.
5397 (window.o): Depend on coding.h and termhooks.h. Don't depend on
5398 dispextern.h and composite.h explicitly.
5399 (xdisp.o): Depend on ccl.h.
5400 (xfaces.o): Depend on coding.h and ccl.h.
5401 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
5402 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
5403 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
5404 ftfont.h.
5405 (xgselect.o): New dependency.
5406 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
5407 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
5408 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
5409 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
5410 (xsmfns.o): Depend on frame.h and dispextern.h.
5411 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
5412 sysselect.h.
5413
5414 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
5415
5416 * font.c (Fclear_font_cache): Pass correct cache argument to
5417 font_clear_cache.
5418
5419 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
5420
5421 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
5422 twice.
5423
5424 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
5425
5426 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
5427 calling file-remote-p. Reported by Jim Meyering.
5428
5429 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
5430
5431 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
5432 avoid compiler warnings. (Bug #5217)
5433
5434 2009-12-14 Kenichi Handa <handa@m17n.org>
5435
5436 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
5437 in 8-bit encoding.
5438
5439 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
5440
5441 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
5442 tooltip windows.
5443
5444 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
5445
5446 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
5447 Xatom_net_window_type.
5448
5449 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
5450 Xatom_net_window_type.
5451
5452 * xterm.c (my_log_handler): New function.
5453 (x_term_init): Set my_log_handler as log handler during gtk_init
5454 so we can filter out buggy messages. (Bug #5120).
5455
5456 * xterm.c (xg_scroll_callback): Parameter list changed,
5457 use parameter GtkScrollType to determine scroll/line/page.
5458 Only allow dragging if a button < 4 is grabbed (bug #5177).
5459 (xg_end_scroll_callback): New function.
5460 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
5461 xg_create_scroll_bar.
5462
5463 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
5464 (scroll_end_callback): Remove.
5465 (xg_create_scroll_bar): Add parameter end_callback, bind it to
5466 button-release-event. Replace value-changed event with change-value,
5467 bug #5177.
5468 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
5469 bug #5177.
5470
5471 * gtkutil.h (XG_LAST_SB_DATA): Remove.
5472 (xg_create_scroll_bar): Add GCallback end_callback.
5473
5474 * xftfont.c (QClcdfilter): New variable.
5475 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
5476 (syms_of_xftfont): Initialize QClcdfilter.
5477
5478 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
5479
5480 * xsettings.c (struct xsettings): Add member seen.
5481 (parse_xft_settings): Update member seen with what we have read.
5482 Return non-zero if Xft-settings have been parsed, 0 otherwise.
5483 (apply_xft_settings): Only update Xft settings with what member seen
5484 indicates as new.
5485
5486 2009-12-12 Eli Zaretskii <eliz@gnu.org>
5487
5488 * dispextern.h (struct text_pos): Use EMACS_INT.
5489 (struct glyph): Use EMACS_INT for charpos.
5490 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
5491 region_beg_charpos, region_end_charpos,
5492 redisplay_end_trigger_charpos, and also for
5493 iterator_stack_entry.end_charpos and
5494 iterator_stack_entry.stop_charpos.
5495
5496 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
5497
5498 * gtkutil.c (scroll_end_callback): New function (bug #5177).
5499 (xg_create_scroll_bar): Call scroll_end_callback on button release
5500 event (bug #5177).
5501 (xg_event_is_for_scrollbar): != replaced with ==.
5502
5503 2009-12-12 Kenichi Handa <handa@m17n.org>
5504
5505 * ftfont.c (struct ftfont_info): New member matrix.
5506 (ftfont_open): Setup xftfont_info->matrix.
5507 (MFLTFontFT): New member matrix.
5508 (FLOOR, CEIL, ROUND): New macros.
5509 (ftfont_get_metrics): Handle matrix transformation.
5510 (ftfont_shape_by_flt): New arg matrix. Callers changed.
5511
5512 * xftfont.c (struct xftfont_info): New member matrix.
5513 (xftfont_open): Setup xftfont_info->matrix.
5514
5515 2009-12-10 Kenichi Handa <handa@m17n.org>
5516
5517 * xdisp.c (append_space_for_newline): Consider face-remapping.
5518
5519 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
5520
5521 * xsettings.c: Include "keyboard.h".
5522
5523 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
5524
5525 Fix implicit function declarations.
5526 * cmds.c: Include "frame.h".
5527 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
5528 * frame.h: Move declaration of delete_frame outside of
5529 HAVE_WINDOW_SYSTEM.
5530
5531 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
5532
5533 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
5534
5535 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
5536 GTK builds.
5537
5538 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
5539
5540 * unexelf.c (unexec): Don't search for .data twice.
5541
5542 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
5543
5544 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
5545 if push failed.
5546 (handle_line_prefix): Set avoid_cursor_p here. Check return value
5547 of push_display_prop (Bug#5000).
5548
5549 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
5550 value of font_list_entities (Bug#5085).
5551
5552 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
5553
5554 Fix `string-to-number' to deal consistently with integers and floats.
5555 * lread.c (isfloat_string): New argument ignore_trailing to accept all
5556 trailing characters, not just whitespace.
5557 (read1): Pass new arg 0 to keep old behavior.
5558 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
5559 trailing chars, as it is already done for integers. Doc fixes.
5560 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
5561
5562 2009-12-04 Eli Zaretskii <eliz@gnu.org>
5563
5564 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
5565 Delete unused enumeration value.
5566
5567 2009-12-03 Eli Zaretskii <eliz@gnu.org>
5568
5569 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
5570
5571 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
5572
5573 * process.c (Fmake_network_process): Fix up the tests for
5574 "connectionless socket", so they DTRT for seqpacket sockets as well.
5575
5576 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5577
5578 * process.c (Qseqpacket): New symbol.
5579 (HAVE_SEQPACKET): New macro.
5580 (Fmake_network_process): Accept new :type `seqpacket'.
5581 (init_process): Add `seqpacket' feature when applicable.
5582 (syms_of_process): Initialize Qseqpacket.
5583
5584 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5585
5586 * font.c (font_load_for_lface, font_open_by_name): Don't store name
5587 if entity is Qnil.
5588
5589 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 * print.c (print_preprocess): Preprocess the key_and_value table of
5592 hashtables, even tho they're "hidden" (bug#5082).
5593
5594 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
5595
5596 * frame.c (frame_make_pointer_invisible)
5597 (frame_make_pointer_visible): Declare f before statements.
5598
5599 2009-11-28 Eli Zaretskii <eliz@gnu.org>
5600
5601 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
5602 omitted dependencies on lisp.h.
5603
5604 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
5605
5606 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
5607 is NULL.
5608
5609 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
5610
5611 * frame.c (frame_make_pointer_invisible)
5612 (frame_make_pointer_visible): Just return if there isn't any selected
5613 frame.
5614
5615 * search.c (simple_search): Remove warning by making *p const.
5616
5617 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5618
5619 * xdisp.c (power_letter): Remove duplicate const.
5620
5621 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
5622
5623 * term.c (delete_tty): Remove check for last terminal (bug#4970).
5624
5625 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
5626 defaults (bug #5025).
5627
5628 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5629
5630 * insdel.c (adjust_markers_for_delete): Move it in the
5631 right direction! (bug#4803)
5632
5633 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5634
5635 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
5636
5637 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
5638
5639 2009-11-24 Glenn Morris <rgm@gnu.org>
5640
5641 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
5642
5643 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
5644
5645 * Makefile.in: Must create deps for ecrt0.o in its rule.
5646
5647 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
5648 because that is what Gtk+ font dialog understands.
5649
5650 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
5651 of Fcopy_sequence.
5652 (font_open_by_name): Put name given into QCname for font-object returned.
5653
5654 * frame.c (x_set_font): Save original font name as frame parameter
5655 font-parameter.
5656
5657 * xsettings.c (set_default_xft_settings): New function.
5658 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
5659 is found.
5660
5661 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
5662
5663 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
5664 searching backwards through multibyte buffer.
5665
5666 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5667
5668 * xterm.c: #include xgselect.h.
5669 (x_initialize): Call xgselect_initialize.
5670
5671 * xsettings.c (something_changedCB): C++ comments => C comments.
5672 (init_gconf): Do not deal with any GLib file descriptors, xg_select
5673 does that now.
5674
5675 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
5676 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
5677 (scroll_bar_button_cb): Remove.
5678 (create_menus): C++ comments => C comments. Don't bind grab-notify
5679 event.
5680 (xg_create_scroll_bar): Don't bind button-press-event and
5681 button-release-event.
5682
5683 * process.c: Include xgselect.h if defined (USE_GTK) ||
5684 defined (HAVE_GCONF).
5685 (wait_reading_process_output): Call xg_select for the same condition.
5686
5687 * xgselect.c (xg_select): New function to better integrate with
5688 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
5689
5690 * xgselect.h: New file, declare xg_select, xgselect_initialize.
5691
5692 * Makefile.in (XOBJ): Add xgselect.o.
5693
5694 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
5695
5696 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
5697 Remove ignored second argument. All callers changed.
5698 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
5699 (RE_STRING_CHAR_AND_LENGTH): Likewise.
5700 * xdisp.c (string_char_and_length): Likewise.
5701
5702 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
5703
5704 * xterm.c (x_new_font):
5705 * print.c (print_object):
5706 * cmds.c (Fself_insert_command): Move declarations before statements.
5707
5708 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5709
5710 * s/cygwin.h: Remove unneeded linker flags.
5711
5712 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
5713
5714 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
5715
5716 * xsettings.h: Declare xsettings_get_system_font.
5717
5718 * xsettings.c (xsettings_get_system_font): New function.
5719 (init_gconf): No use initiating gconf unless we have Xft also.
5720 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
5721 HAVE_GCONF.
5722
5723 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
5724 add a blank entry so it doesn't collapse into nothing.
5725
5726 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5727
5728 * lread.c (Funintern): Comment out last change.
5729
5730 2009-11-19 Richard Stallman <rms@gnu.org>
5731
5732 * lread.c (Funintern): Error if symbol is t or nil.
5733
5734 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5735
5736 * insdel.c (make_gap_larger): Don't make as many assumptions about the
5737 representation of Lisp integers.
5738 Reported by MJ Chan <mjchan.inbox@gmail.com>.
5739
5740 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
5741
5742 * lisp.h: Remove declaration of Ffont_get_system_font.
5743 * xfns.c: Move include of "xsettings.h".
5744 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
5745
5746 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5747
5748 * xsettings.c (something_changedCB, Ffont_get_system_font):
5749 Check use_system_font.
5750 (syms_of_xsettings): DEFVAR font-use-system-font.
5751
5752 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
5753
5754 * xfns.c (x_default_font_parameter): Remove dead assignment.
5755
5756 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
5757
5758 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5759
5760 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
5761 not have FC_LCD_*. #define them if not there.
5762
5763 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
5764
5765 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
5766
5767 * xterm.c (handle_one_xevent): Call xft_settings_event for
5768 ClientMessage, PropertyNotify and DestroyNotify.
5769 (x_term_init): If we have XFT, get DPI from Xft.dpi.
5770 Call xsettings_initialize.
5771
5772 * xftfont.c (xftfont_fix_match): New function.
5773 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
5774 Call xftfont_fix_match after XftFontMatch.
5775
5776 * xfont.c (xfont_driver): Initialize all members.
5777
5778 * xfns.c (x_default_font_parameter):
5779 Try font from Ffont_get_system_font.
5780 Do not get font from x_default_parameter if we got one from
5781 Ffont_get_system_font.
5782 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
5783
5784 * w32font.c (w32font_driver): Initialize all members.
5785
5786 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
5787
5788 * lisp.h: Declare syms_of_xsettings.
5789
5790 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
5791 Handle CONFIG_CHANGED_EVENT.
5792
5793 * ftfont.c (ftfont_filter_properties): New function.
5794
5795 * frame.c (x_set_font): Remove unused variable lval.
5796
5797 * font.h (struct font_driver): Add filter_properties.
5798
5799 * font.c (font_put_extra): Don't return if val is nil, it means
5800 boolean option is off.
5801 (font_parse_fcname): Collect all extra properties in extra_props
5802 and call filter_properties for all drivers with extra_props and
5803 font as parameter.
5804 (font_open_entity): Do not use cache, it does not pick up new
5805 fontconfig settings like hinting.
5806 (font_load_for_lface): If spec had a name in it, store it in entity.
5807
5808 * emacs.c (main): Call syms_of_xsettings.
5809
5810 * config.in: HAVE_GCONF is new.
5811
5812 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
5813 xsettings.o is new.
5814
5815 2009-11-17 Kenichi Handa <handa@m17n.org>
5816
5817 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
5818 back to the default font in case that no suitable font is found.
5819
5820 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5821
5822 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
5823 Suggested by Chad Brown <yandros@mit.edu>.
5824 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
5825
5826 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
5827
5828 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
5829
5830 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
5831
5832 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5833
5834 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
5835
5836 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
5837 has a parent.
5838
5839 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5840 dependency files in deps/. Include those files into Makefile.
5841
5842 * config.in: Generated (AUTO_DEPEND).
5843
5844 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5845
5846 * dbusbind.c (Vdbus_registered_objects_table): Rename from
5847 Vdbus_registered_functions_table, because it contains also
5848 properties. Fix docstring.
5849 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
5850
5851 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5852
5853 * alloc.c (mark_object): Don't reprocess marked strings.
5854 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
5855 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
5856
5857 2009-11-13 Kenichi Handa <handa@m17n.org>
5858
5859 * category.c (word_boundary_p): Adjust for the change of the
5860 semantics of Vword_combining_categories.
5861 (Vword_combining_categories): Describe the slight change of the
5862 semantics.
5863
5864 2009-11-13 Eli Zaretskii <eliz@gnu.org>
5865
5866 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
5867
5868 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
5869
5870 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5871
5872 * xdisp.c (syms_of_xdisp): Fix typo in last change.
5873
5874 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
5875
5876 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
5877
5878 2009-11-11 David Reitter <david.reitter@gmail.com>
5879
5880 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
5881 variables to fix 2009-11-09 change.
5882
5883 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5884
5885 * process.c (ifflag_def): Make flag_sym constant.
5886 (Fnetwork_interface_info): Use a constant pointer.
5887 (ifflag_table):
5888 * xfns.c (cursor_bits):
5889 * xdisp.c (power_letter):
5890 * termcap.c (speeds, esctab):
5891 * sysdep.c (baud_convert):
5892 * keyboard.c (lispy_accent_codes, modifier_names):
5893 * image.c (xbm_format, xpm_format, pbm_format, png_format)
5894 (jpeg_format, tiff_format, gif_format, svg_format)
5895 (interlace_start, interlace_increment, gs_format):
5896 * gtkutil.c (separator_names):
5897 * fringe.c (swap_nibble):
5898 * fns.c (base64_value_to_char, base64_char_to_value):
5899 * fileio.c (make_temp_name_tbl):
5900 * coding.c (suffixes): Make constant.
5901
5902 * frame.c (make_initial_frame):
5903 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
5904 build_string.
5905 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
5906
5907 * s/freebsd.h:
5908 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
5909
5910 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
5911 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
5912
5913 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
5914 * xterm.c (syms_of_xterm):
5915 * xfaces.c (syms_of_xfaces):
5916 * xdisp.c (syms_of_xdisp):
5917 * lread.c (syms_of_lread):
5918 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
5919 build_string.
5920
5921 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
5922
5923 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5924
5925 * fns.c (Fplist_get): Merge the active and the commented out code.
5926
5927 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
5928
5929 * keyboard.h: Declare timer_check.
5930
5931 * keyboard.c (timer_check_2): New function that does what the old
5932 timer_check did.
5933 (timer_check): Call timer_check_2 until -1 or a non-zero time is
5934 returned, i.e. don't return -1 with timers pending.
5935
5936 * process.c: Remove extern declaration of timer_check.
5937
5938 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
5939 even if timer_check returned -1.
5940
5941 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
5942 xg_dialog_data.
5943 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
5944 the event loop.
5945 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
5946 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
5947 Destroy the dialog after xg_dialog_run.
5948
5949 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5950
5951 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
5952
5953 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
5954
5955 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
5956
5957 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
5958
5959 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
5960
5961 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5962
5963 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
5964 w32menu.c, and nsmenu.m.
5965 Simplify the obsolete case where position is nil.
5966 (cleanup_popup_menu): New function, moved from nsmenu.m.
5967 (struct skp): Remove slot `notreal'.
5968 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
5969 adjust callers.
5970 (single_menu_item): Adjust call to parse_menu_item.
5971 (syms_of_menu): Defsubr x-popup-menu.
5972 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
5973 (keymap_panes): Don't export any more.
5974 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
5975 (xmenu_show): Declare.
5976 * keyboard.c (parse_menu_item): Remove arg `notreal'.
5977 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
5978 * keyboard.h (parse_menu_item): Update declaration.
5979 * xmenu.c (Fx_popup_menu): Remove.
5980 (syms_of_xmenu): Don't defsubr x-popup-menu.
5981 * w32menu.c (Fx_popup_menu): Remove.
5982 (syms_of_w32menu): Don't defsubr x-popup-menu.
5983 * nsmenu.m (cleanup_popup_menu): Remove.
5984 (ns_menu_show): Rename from ns_popup_menu and remove all the code
5985 moved to menu.c's Fx_popup_menu.
5986 (Fx_popup_menu): Remove.
5987 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
5988 menu_items (it's done in menu.c already).
5989
5990 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5991
5992 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
5993 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
5994
5995 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5996
5997 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
5998 xmenu_show. Hide any tooltip before opening a menu.
5999 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
6000 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
6001
6002 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6003
6004 Let integers use up 2 tags to give them one extra bit and thus double
6005 their range.
6006 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
6007 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
6008 New macros.
6009 (enum Lisp_Type): Use them. Give explicit values.
6010 (Lisp_Type_Limit): Remove.
6011 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
6012 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
6013 Pay attention to USE_2_TAGS_FOR_INTS.
6014 (INTEGERP): Use LISP_INT_TAG_P.
6015 * fns.c (internal_equal): Simplify the default case.
6016 (sxhash): Use case_Lisp_Int.
6017 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
6018 any more.
6019 (Ftype_of): Use case_Lisp_Int.
6020 (store_symval_forwarding): Take into account the fact that Ints can
6021 now have more than one tag.
6022 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
6023 (buffer_slot_type_mismatch):
6024 * xfaces.c (face_attr_equal_p):
6025 * print.c (print_object):
6026 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
6027 Use case_Lisp_Int.
6028
6029 2009-11-06 Eli Zaretskii <eliz@gnu.org>
6030
6031 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
6032
6033 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
6034 warning.
6035
6036 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
6037
6038 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
6039
6040 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
6041
6042 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
6043 ButtonPressRelease and MotionNotify (bug#4870).
6044
6045 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
6046
6047 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
6048
6049 * xterm.c (syms_of_xterm):
6050 * xselect.c (syms_of_xselect):
6051 * xmenu.c (syms_of_xmenu):
6052 * xfns.c (syms_of_xfns):
6053 * xfaces.c (syms_of_xfaces):
6054 * xdisp.c (syms_of_xdisp):
6055 * window.c (syms_of_window):
6056 * w32fns.c (syms_of_w32fns):
6057 * undo.c (syms_of_undo):
6058 * textprop.c (syms_of_textprop):
6059 * terminal.c (syms_of_terminal):
6060 * syntax.c (syms_of_syntax):
6061 * sound.c (syms_of_sound):
6062 * search.c (syms_of_search):
6063 * print.c (syms_of_print):
6064 * minibuf.c (syms_of_minibuf):
6065 * macros.c (syms_of_macros):
6066 * keymap.c (syms_of_keymap, initial_define_key)
6067 (initial_define_lispy_key):
6068 * keyboard.c (syms_of_keyboard):
6069 * insdel.c (syms_of_insdel):
6070 * image.c (syms_of_image):
6071 * fringe.c (syms_of_fringe):
6072 * frame.c (syms_of_frame):
6073 * fontset.c (syms_of_fontset):
6074 * fns.c (syms_of_fns):
6075 * fns.c (syms_of_fns):
6076 * fileio.c (syms_of_fileio):
6077 * fileio.c (syms_of_fileio):
6078 * eval.c (syms_of_eval):
6079 * doc.c (syms_of_doc):
6080 * dispnew.c (syms_of_display):
6081 * dired.c (syms_of_dired):
6082 * dbusbind.c (syms_of_dbusbind):
6083 * data.c (syms_of_data):
6084 * composite.c (syms_of_composite):
6085 * coding.c (syms_of_coding):
6086 * cmds.c (syms_of_cmds):
6087 * charset.c (define_charset_internal, syms_of_character):
6088 * ccl.c (syms_of_ccl):
6089 * category.c (syms_of_category, init_category_once):
6090 * casetab.c (syms_of_casetab):
6091 * casefiddle.c (syms_of_casefiddle):
6092 * callint.c (syms_of_callint):
6093 * bytecode.c (syms_of_bytecode):
6094 * buffer.c (keys_of_buffer, syms_of_buffer):
6095 * alloc.c (syms_of_alloc):
6096 * process.c (syms_of_process, init_process):
6097 * lread.c (syms_of_lread, init_obarray):
6098 * font.c (build_style_table):
6099 * emacs.c (syms_of_emacs, main): Replace calls to intern with
6100 intern_c_string, calls to make_pure_string with
6101 make_pure_c_string. Use pure_cons instead of Fcons.
6102
6103 * process.c (socket_options): Make it const.
6104 (set_socket_option, init_process): Use a const pointer.
6105
6106 * lread.c (intern_c_string): New function.
6107 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
6108 (defvar_int): Uset it. Make the name const char*.
6109
6110 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
6111 (defvar_int): Update prototypes.
6112 (DEFUN, EXFUN): Support for prototypes is now required.
6113 (intern_c_string): New prototype.
6114 (struct Lisp_Subr): Make symbol_name constant.
6115
6116 * font.c (struct table_entry): Remove unused member. Make NAMES
6117 constant.
6118 (weight_table, slant_table, width_table): Make constant.
6119
6120 * emacs.c (struct standard_args): Make name and longname constant.
6121
6122 * character.h (DEFSYM): Use intern_c_string.
6123
6124 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6125
6126 * alloc.c (make_pure_c_string): New function.
6127
6128 * eval.c (Fautoload): Purecopy all arguments.
6129
6130 2009-11-05 Kenichi Handa <handa@m17n.org>
6131
6132 * fileio.c (Finsert_file_contents): Be sure set coding-system of
6133 the buffer in case of replace.
6134
6135 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6136
6137 * puresize.h (BASE_PURESIZE): Increase to 1620000.
6138
6139 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
6142 when applicable (bug#4851).
6143
6144 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
6145 (P_): Support for prototypes is now required.
6146
6147 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6148
6149 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
6150 (Bug#4827).
6151
6152 2009-10-30 Eli Zaretskii <eliz@gnu.org>
6153
6154 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
6155
6156 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6157
6158 * puresize.h (BASE_PURESIZE): Increase to 1470000.
6159
6160 * lread.c (Fload): Purecopy the file name when building
6161 Vpreloaded_file_list.
6162
6163 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
6164
6165 * w32fns.c (syms_of_w32fns): Change default value of
6166 w32-scroll-lock-modifier to nil. (Bug#2827)
6167
6168 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6169
6170 * minibuf.c (Fall_completions): Fix typos in docstring.
6171
6172 2009-10-26 Andreas Schwab <schwab@redhat.com>
6173
6174 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
6175
6176 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6177
6178 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
6179 For delta < 0, skip check that only makes sense when the mini-window
6180 is going to be enlarged. (Bug#4534)
6181
6182 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
6183
6184 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
6185 string in menu maps (Bug#4471).
6186
6187 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6188
6189 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
6190 FRAME_NS_VIEW on terminal frames (Bug#4765).
6191
6192 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
6193
6194 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
6195 DBUS_TYPE_UINTnn separately to get proper sign extension.
6196
6197 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
6198 can properly handle unsigned types.
6199 (make_uid, make_gid): Remove.
6200
6201 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
6202 types again.
6203
6204 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
6205 (system_process_attributes): Likewise.
6206
6207 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6208
6209 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
6210
6211 * eval.c (Fautoload): Purecopy the filename. Simplify.
6212
6213 * category.c (Fdefine_category): Purecopy docstring.
6214
6215 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
6216
6217 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
6218
6219 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
6220
6221 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6222
6223 * window.c (Fwindow_edges, Fwindow_pixel_edges)
6224 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
6225 (Bug#4775).
6226
6227 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6228
6229 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
6230 (init_fileio_once):
6231 * lisp.h (init_fileio_once): Remove.
6232 * emacs.c (main): Don't call init_fileio_once.
6233
6234 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6235
6236 * puresize.h (BASE_PURESIZE): Increase to 1430000.
6237
6238 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
6239
6240 * doprnt.c (doprnt): Fix overflow check.
6241
6242 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
6243
6244 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
6245
6246 * xterm.h (x_wait_for_event): Declare it.
6247
6248 * xterm.c (pending_event_wait): New variable.
6249 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
6250 see pending_event_wait.eventtype.
6251 (handle_one_xevent): Don't change gravity when parent changes.
6252 (x_new_font): Call change_frame_size with new rows/columns before we
6253 try to resize the frame.
6254 (x_wait_for_event): New function.
6255 (x_set_window_size_1): Don't change gravity unless change_gravity
6256 is set.
6257 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
6258 don't change frame size, instead wait for the ConfigureNotify.
6259 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
6260 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
6261 (x_initialize): Initialize pending_event_wait.
6262
6263 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
6264 size.
6265
6266 * widget.c (EmacsFrameSetValues): Add comment.
6267 (EmacsFrameSetCharSize): Just call x_set_window_size.
6268
6269 * gtkutil.c (xg_frame_set_char_size): Flush events and call
6270 x_wait_for_event.
6271 (flush_and_sync): Remove again.
6272 (xg_get_font_name): Suggest monospace if no previous font is known.
6273
6274 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6275
6276 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
6277 8th bit, since that only made sense in the ASCII world (bug#4751).
6278
6279 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6280
6281 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
6282 processing pending events when event is filtered for input method.
6283 (Bug#3681)
6284
6285 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
6286
6287 * fns.c: Add #endif accidentally removed in previous change.
6288
6289 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6290
6291 * fns.c: Remove code for unsupported system: MAC_OS.
6292 * image.c: Likewise. Include setjmp.h.
6293
6294 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
6295
6296 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
6297 pixel -1 (bug #4742).
6298
6299 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6300
6301 * process.c (create_pty): Remove conditionals for no longer
6302 supported systems: UNIPLUS and RTU.
6303
6304 * xterm.c:
6305 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
6306
6307 * alloc.c: Do not define struct catchtag.
6308 * eval.c: Move struct catchtag definition ...
6309 * lisp.h: ... here.
6310
6311 * image.c: Move png.h #include earlier to avoid warnings.
6312
6313 * xterm.c:
6314 * xsmfns.c:
6315 * xselect.c:
6316 * xrdb.c:
6317 * xmenu.c:
6318 * xftfont.c:
6319 * xfont.c:
6320 * xfns.c:
6321 * xfaces.c:
6322 * xdisp.c:
6323 * window.c:
6324 * widget.c:
6325 * w32xfns.c:
6326 * w32uniscribe.c:
6327 * w32term.c:
6328 * w32select.c:
6329 * w32reg.c:
6330 * w32proc.c:
6331 * w32menu.c:
6332 * w32inevt.c:
6333 * w32heap.c:
6334 * w32font.c:
6335 * w32fns.c:
6336 * w32console.c:
6337 * w32.c:
6338 * w16select.c:
6339 * vm-limit.c:
6340 * unexsol.c:
6341 * unexec.c:
6342 * unexcw.c:
6343 * unexaix.c:
6344 * undo.c:
6345 * tparam.c:
6346 * textprop.c:
6347 * terminfo.c:
6348 * terminal.c:
6349 * termcap.c:
6350 * term.c:
6351 * syntax.c:
6352 * sound.c:
6353 * sheap.c:
6354 * search.c:
6355 * scroll.c:
6356 * region-cache.c:
6357 * regex.c:
6358 * ralloc.c:
6359 * process.c:
6360 * print.c:
6361 * nsterm.m:
6362 * nsselect.m:
6363 * nsmenu.m:
6364 * nsimage.m:
6365 * nsfont.m:
6366 * nsfns.m:
6367 * msdos.c:
6368 * minibuf.c:
6369 * menu.c:
6370 * marker.c:
6371 * macros.c:
6372 * keymap.c:
6373 * keyboard.c:
6374 * intervals.c:
6375 * insdel.c:
6376 * indent.c:
6377 * gtkutil.c:
6378 * ftxfont.c:
6379 * ftfont.c:
6380 * fringe.c:
6381 * frame.c:
6382 * fontset.c:
6383 * font.c:
6384 * fns.c:
6385 * floatfns.c:
6386 * filelock.c:
6387 * fileio.c:
6388 * emacs.c:
6389 * editfns.c:
6390 * dosfns.c:
6391 * doprnt.c:
6392 * doc.c:
6393 * dispnew.c:
6394 * dired.c:
6395 * dbusbind.c:
6396 * data.c:
6397 * composite.c:
6398 * coding.c:
6399 * cmds.c:
6400 * cm.c:
6401 * chartab.c:
6402 * charset.c:
6403 * character.c:
6404 * ccl.c:
6405 * category.c:
6406 * casetab.c:
6407 * casefiddle.c:
6408 * callproc.c:
6409 * callint.c:
6410 * bytecode.c:
6411 * buffer.c:
6412 * atimer.c: Include setjmp.h. (Bug#4643)
6413
6414 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6415
6416 Remove leftover table unibyte_to_multibyte_table.
6417 * character.c (unibyte_to_multibyte_table): Remove.
6418 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
6419 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
6420 * character.h (UNIBYTE_TO_CHAR): New macro.
6421 (MAKE_CHAR_MULTIBYTE): Use it.
6422 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
6423 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
6424 (message_dolog, set_message_1):
6425 * search.c (Freplace_match):
6426 * editfns.c (Fcompare_buffer_substrings):
6427 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
6428 (concat):
6429 * insdel.c (copy_text, count_size_as_multibyte):
6430 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
6431 * term.c (produce_glyphs):
6432 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
6433 * regex.c (RE_CHAR_TO_MULTIBYTE):
6434 * cmds.c (internal_self_insert):
6435 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
6436
6437 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
6438
6439 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6440
6441 * puresize.h (BASE_PURESIZE): Increase to 1310000.
6442
6443 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6444
6445 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
6446
6447 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6448
6449 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
6450 still needed under Tiger.
6451
6452 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
6453
6454 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
6455 __Apple__.
6456
6457 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
6458
6459 2009-10-15 Kenichi Handa <handa@m17n.org>
6460
6461 * print.c (print_object): Escape a symbol like "2E10" too.
6462
6463 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6464
6465 Cleanups and changes for 64-bit compile under Snow Leopard.
6466 Based on suggestions by Erik Charlebois.
6467
6468 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
6469
6470 * nsfont.m (ns_char_width): Replace deprecated call.
6471 (ns_findfonts, nsfont_list_family): Use long format in printf, and
6472 cast argument.
6473 (nsfont_open): Use ns_char_width() everywhere.
6474 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
6475
6476 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
6477
6478 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
6479 where appropriate.
6480
6481 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
6482 where appropriate.
6483 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
6484 Use stringWithUTF8String.
6485 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
6486
6487 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
6488 Add formal protocol mention to inheritance.
6489 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
6490
6491 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
6492 Fix printf format.
6493 (ns_query_color): Use CGFloat where appropriate.
6494 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
6495 (EmacsScroller-mouseDown:): Use long format in printf, and cast
6496 argument.
6497
6498 * config.in (NS_HAVE_NSINTEGER): Drop.
6499
6500 * dbusbind.c (dbus-method-return-internal)
6501 (dbus-method-error-internal): Use long format in printf, and cast
6502 argument.
6503
6504 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
6505 in printf, and cast argument.
6506
6507 * process.c (list_processes_1): Use long format in printf, and
6508 cast argument.
6509
6510 2009-10-11 Glenn Morris <rgm@gnu.org>
6511
6512 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
6513
6514 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
6515
6516 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
6517 menu bar with a small width so it doesn't enlarge the frame.
6518
6519 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
6520
6521 * fontset.c (Fset_fontset_font): Fix typos in error messages.
6522
6523 2009-10-06 Glenn Morris <rgm@gnu.org>
6524
6525 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
6526 SOME_MACHINE_LISP (this enters indirectly via DOC).
6527
6528 2009-10-05 Eli Zaretskii <eliz@gnu.org>
6529
6530 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
6531
6532 2009-10-04 Eli Zaretskii <eliz@gnu.org>
6533
6534 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
6535 Doc fix.
6536
6537 2009-10-03 Martin Rudalics <rudalics@gmx.at>
6538
6539 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
6540
6541 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6542
6543 * lisp.h (Qdelete_directory_internal): Remove, because it is not
6544 used anymore outside fileio.c.
6545
6546 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
6547
6548 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6549
6550 * lisp.h (Qdelete_directory_internal):
6551 Declare, instead of Qdelete_directory.
6552
6553 * w32fns.c (Fsystem_move_file_to_trash): Use it.
6554
6555 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * eval.c (Fcalled_interactively_p): Add `kind' argument.
6558
6559 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6560
6561 * fileio.c (Fdelete_directory_internal): Rename from
6562 Fdelete_directory. It is not a command anymore. It has no file
6563 name handler.
6564
6565 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6566
6567 * xdisp.c (get_next_display_element): Use an enum in last change.
6568
6569 2009-09-28 Kenichi Handa <handa@m17n.org>
6570
6571 * xdisp.c (get_next_display_element): Pay attention to
6572 unibyte_display_via_language_environment in handling
6573 Vnobreak_char_display.
6574
6575 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6576
6577 * nsterm.h (ns_app_name): New extern variable.
6578
6579 * nsterm.m (ns_app_name): New variable.
6580 (ns_term_init): Set and use it.
6581 (ns_term_shutdown): Use it.
6582
6583 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
6584 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
6585
6586 * nsfns.m (ns_set_name_iconic, ns_set_name)
6587 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
6588 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
6589
6590 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
6591 Remove double-casting in client_data comparison.
6592
6593 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6594
6595 * keyboard.c (make_lispy_event): Remember last wheel direction.
6596 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
6597
6598 2009-09-26 Glenn Morris <rgm@gnu.org>
6599
6600 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
6601 internal.elc. Add term/pc-win.elc.
6602 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
6603 term/x-win.elc.
6604 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
6605 term/w32-win.elc.
6606 (NS_SUPPORT): New.
6607 (lisp): Add NS_SUPPORT.
6608 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
6609
6610 2009-09-25 David Reitter <david.reitter@gmail.com>
6611
6612 * nsmenu.m (EmacsMenu-clear): Recognize application menu
6613 on Mac OS X 10.6+ (bug#4513).
6614
6615 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6616
6617 * frame.c (xrdb_get_resource): Return nil for empty string resources;
6618 some parts of Emacs code (like font selection) don't grok them.
6619 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
6620
6621 2009-09-24 Andreas Schwab <schwab@redhat.com>
6622
6623 * coding.c (decode_coding_iso_2022): Fix operator precedence.
6624
6625 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6626
6627 * dired.c (Fdirectory_files): Fix typo in docstring.
6628
6629 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6630
6631 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
6632 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
6633 (EmacsScroller-setPosition:portion:whole:): Remove -display call
6634 under GNUstep.
6635 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
6636
6637 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
6638 glyph advancement.
6639
6640 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
6641
6642 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
6643 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
6644
6645 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
6646 deleted (bug #4492).
6647
6648 * nsfont.m (Vns_reg_to_script): New lisp variable.
6649 (syms_of_nsfont): Declare it.
6650 (ns_registry_to_script): New function.
6651 (ns_get_req_script): Call it.
6652 (ns_findfonts): Don't give up on non-unicode registry.
6653
6654 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
6655
6656 2009-09-20 Tom Tromey <tromey@redhat.com>
6657
6658 * eval.c (find_handler_clause): Make stack-trace-on-error work in
6659 batch mode (bug#4228).
6660
6661 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
6662
6663 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
6664 carefully. (Bug #4339)
6665
6666 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
6667
6668 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
6669
6670 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6671
6672 * emacs.c (inhibit_x_resources): Update doc string for NS.
6673 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
6674 legacy code for -NXHost. Fix error printf in daemon case.
6675
6676 * nsterm.h (ns_no_defaults): Remove.
6677
6678 * nsterm.m (ns_no_defaults): Remove.
6679 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
6680 (ns_use_qd_smoothing): Remove legacy variable.
6681 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
6682 don't update the NSWindow itself.
6683 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
6684 state detection and store user rect ourselves. (Bug #3581)
6685
6686 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
6687 ns_use_qd_smoothing.
6688
6689 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
6690 platform versions. Drop support for emacs-20-style face specs.
6691 (x-close-connection): Drop PSFlush() under OS X.
6692 (x-focus-frame): Activate the app first. (Bug #4180)
6693
6694 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
6695
6696 * emacs.c (inhibit_x_resources): New variable.
6697 (main) [HAVE_NS]: Don't process --quick command line option.
6698 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
6699
6700 * lisp.h (inhibit_x_resources): Declare it extern.
6701
6702 * w32reg.c (x_get_string_resource):
6703 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
6704
6705 2009-09-17 Eli Zaretskii <eliz@gnu.org>
6706
6707 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
6708 Add lisp/term/internal.elc.
6709
6710 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6711
6712 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
6713 (bug#4461).
6714
6715 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6716
6717 * puresize.h (BASE_PURESIZE): Increase to 1290000.
6718
6719 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
6720 (OBJECTS_MACHINE): Remove, unused.
6721
6722 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6723
6724 * frame.c (x_get_resource_string): Remove unused.
6725
6726 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
6727
6728 * xterm.c (x_new_font): Call change_frame_size before calling
6729 x_set_window_size, in case frame size won't change.
6730
6731 * frame.c (x_set_font): Remove dead code.
6732
6733 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6734
6735 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
6736
6737 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6738
6739 * lread.c (Fload): Don't output a message after loading an obsolete
6740 package any more (done in Lisp now).
6741
6742 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
6743
6744 * fns.c (syms_of_fns): Doc fix (Bug#4227).
6745
6746 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6747
6748 * keymap.c (Fwhere_is_internal): Use nconc2.
6749
6750 2009-09-11 Alan Mackenzie <acm@muc.de>
6751
6752 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
6753 batch mode.
6754
6755 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
6756
6757 * xdisp.c (display_mode_element): Detect cycles.
6758
6759 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6760
6761 * keymap.c (where_is_internal): Don't erroneously return nil right after
6762 filling the cache.
6763 (where_is_internal_1): Fix up typo.
6764
6765 2009-09-11 Glenn Morris <rgm@gnu.org>
6766
6767 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
6768 share a common doc-string.
6769
6770 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6771
6772 * keymap.c (get_keymap): Return the actual keymap symbol rather than
6773 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
6774
6775 * keymap.c (QCadvertised_binding): New constant.
6776 (syms_of_keymap): Initialize it.
6777 (Fwhere_is_internal): Try and use bindings from :advertised-binding
6778 if applicable.
6779
6780 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6781
6782 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
6783 (parse_menu_item): Streamline since bindings are recomputed all the
6784 time anyway. Don't bother checking Vdefine_key_rebound_commands any
6785 more and don't support lmenu's menu-alias any more either.
6786
6787 * keymap.c (where_is_internal_data): Make noindirect a boolean.
6788 (where_is_internal): Strip it down to only traverse the keymaps.
6789 Move the cache handling from Fwhere_is_internal to here.
6790 (Fwhere_is_internal): Move the handling of remapping and the choice of
6791 the best binding from where_is_internal to here.
6792 Unify the cached/noncached paths, so remapping is also handled
6793 correctly when the cache is used, and so the cache can be used to
6794 speed up remap-handling when applicable.
6795 Give preference to non-remapped bindings.
6796 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
6797 non-remapped bindings.
6798 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
6799 command remapping.
6800
6801 * xdisp.c (display_mode_element): Move list length limit from 50 to
6802 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
6803
6804 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
6805
6806 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
6807
6808 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6809
6810 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
6811 (Bug#4334)
6812
6813 * keymap.c (where_is_internal): Filter out shadowed remappings.
6814 Assume that where_is_internal returns unshadowed bindings to simplify
6815 the code and get rid of the gotos. Use ASIZE.
6816
6817 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
6818
6819 * xterm.c (x_focus_changed): If we get a focusout and pointer
6820 is invisible, make it visible.
6821
6822 * xterm.h: Remove condition for declaration of
6823 x_*_window_to_frame.
6824
6825 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6826
6827 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
6828 initial terminal as well.
6829
6830 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
6831
6832 * xterm.h: Rename x_non_menubar_window_to_frame to
6833 x_menubar_window_to_frame.
6834
6835 * xterm.c: Remove declarations also in xterm.h.
6836 (XTmouse_position): Do not return valid positions
6837 for clicks in the menubar and the toolbar for Gtk+.
6838
6839 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
6840 if the widget for the event has the same top level as a frame,
6841 return the frame.
6842 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
6843 internal windows, bug #4122.
6844 (x_non_menubar_window_to_frame): Remove.
6845
6846 2009-09-02 Glenn Morris <rgm@gnu.org>
6847
6848 * buffer.c (default-major-mode): Move most of the doc from here...
6849 (major-mode): ... to here.
6850
6851 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
6852
6853 * process.c (wait_reading_process_output): Keep the descriptor
6854 when pty is used by a non-child process, e.g., in I/O buffer of
6855 GDB this allows inferior to be restarted.
6856
6857 2009-08-29 Eli Zaretskii <eliz@gnu.org>
6858
6859 * xdisp.c (redisplay_internal): Remove redundant test and collapse
6860 both branches into one.
6861
6862 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
6865 (main): Use enable-multibyte-characters rather than
6866 default-enable-multibyte-characters. Output a warning message when
6867 running a unibyte session.
6868
6869 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6870
6871 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
6872 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
6873 (copy_data_segment): Also copy __program_vars section.
6874 (copy_dyld_info) [LC_DYLD_INFO]: New function.
6875 (dump_it) [LC_DYLD_INFO]: Use it.
6876
6877 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
6878
6879 2009-08-28 Eli Zaretskii <eliz@gnu.org>
6880
6881 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
6882 $(SRC)/buildobj.h.
6883 (buildobj.h): Renamed from $(SRC)/buildobj.h.
6884 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
6885 $(SRC)/buildobj.h.
6886 (clean): Add buildobj.h.
6887
6888 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
6889
6890 * print.c (print_object): Set escapeflag to 1 when printing
6891 hashtable keys and values.
6892
6893 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 * lread.c (read_integer): Use doubles (and potentially return a float
6896 number) as we do in string-to-number.
6897 (read1): Use strtol to read integers, signal errors on strtol's
6898 overflow and use floats if strtol's output is too large for
6899 Elisp integers.
6900
6901 2009-08-27 Eli Zaretskii <eliz@gnu.org>
6902
6903 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
6904 (make-buildobj-SH): Fix last change.
6905 (SRC): Move to before where it's first used.
6906
6907 2009-08-27 Kenichi Handa <handa@m17n.org>
6908
6909 * process.c (send_process): Use encode_coding_object instead of
6910 encode_coding_string to perform eol-conversion even if the string
6911 is unibyte.
6912
6913 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
6914 character.
6915
6916 * cmds.c (Fself_insert_command): Avoid unnecessay
6917 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
6918
6919 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6920
6921 * callproc.c (Fcall_process): Remove always true #if.
6922
6923 * lisp.h: Replace #if 0 code for checking with text pointing to
6924 the --enable-checking configure flag.
6925
6926 * emacs.c (main): Mention the --enable-profiling configure flag
6927 instead of using CFLAGS.
6928
6929 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
6930
6931 * Makefile.in (buildobj.h): New target.
6932 (doc.o): Depend on it.
6933 (temacs${EXEEXT}): Don't generate buildobj.lst.
6934 (mostlyclean): Delete buildobj.h, not buildobj.lst.
6935 * makefile.w32-in ($(SRC)/buildobj.h): New target.
6936 ($(BLD)/doc.$(O)): Depend on it.
6937 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
6938 provided by Eli Zaretskii.)
6939 ($(TEMACS)): Don't generate buildobj.lst.
6940 * doc.c: Include buildobj.h.
6941 (buildobj): New static variable.
6942 (Fsnarf_documentation): Use it, instead of opening and reading
6943 buildobj.lst.
6944
6945 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
6946
6947 * dbusbind.c (Fdbus_call_method)
6948 (Fdbus_call_method_asynchronously): Use English numeric format for
6949 timeout values in doc string.
6950
6951 2009-08-25 Kenichi Handa <handa@m17n.org>
6952
6953 * alloc.c (mark_char_table): New function.
6954 (mark_object): Use mark_char_table for a char-table.
6955
6956 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
6957 (CHAR_TABLE_REF): Use it.
6958
6959 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
6960
6961 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
6962 before invoking the newly build emacs to check for load-path
6963 shadowing.
6964
6965 2009-08-22 Glenn Morris <rgm@gnu.org>
6966
6967 * Makefile.in (bootstrap_exe): New variable.
6968 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
6969 Use ${bootstrap_exe}.
6970
6971 2009-08-22 Eli Zaretskii <eliz@gnu.org>
6972
6973 * coding.h (encode_coding_string): Don't encode unibyte strings.
6974 (Bug#4047)
6975
6976 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
6977
6978 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
6979
6980 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
6981 intended as hotfix only.
6982 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
6983
6984 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
6985
6986 * nsterm.m (ns_get_color): Update documentation properly for last
6987 change, and clean up loose ends in the code left by it. Fix
6988 longstanding bug with 16-bit hex parsing, and add support for
6989 yet another X11 format (rgb:r/g/b) for compatibility.
6990 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
6991 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
6992
6993 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
6996
6997 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
6998
6999 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
7000 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
7001 (xd_initialize, xd_pending_messages): Check, whether
7002 $DBUS_SESSION_BUS_ADDRESS is set.
7003
7004 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7005
7006 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
7007
7008 * nsterm.m (ns_get_color): Remove incompatible color formats again.
7009
7010 2009-08-20 Glenn Morris <rgm@gnu.org>
7011
7012 * emacs.c (system-type): Doc fix.
7013
7014 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7015
7016 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
7017 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
7018
7019 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
7020
7021 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
7022 New functions.
7023 (xd_initialize): Revert change from 2009-08-16.
7024
7025 2009-08-18 Kenichi Handa <handa@m17n.org>
7026
7027 * fontset.c (Ffontset_font): If a nil element is found in a
7028 font-group vector, return nil.
7029
7030 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
7031
7032 * process.c (status_notify): Don't perform redisplay.
7033 (Fdelete_process, list_processes_1, process_send_signal):
7034 Expliticly perform redisplay.
7035 (wait_reading_process_output): Always check process status, but
7036 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
7037
7038 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
7039
7040 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
7041 (XFLOAT_INIT): New macro for storing a float value.
7042 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
7043 * fns.c (sxhash): Copy out the value of a float in order to
7044 examine its bytes.
7045 * dbusbind.c (xd_append_arg): Likewise.
7046
7047 * emacs.c (main): Don't call syms_of_data twice.
7048
7049 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
7050
7051 * dbusbind.c (xd_initialize): Add connection file descriptor to
7052 input_wait_mask, in order to let select() detect, whether a new
7053 message has been arrived.
7054 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
7055
7056 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
7057
7058 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
7059 New functions.
7060
7061 * lisp.h (xd_pending_messages): Declare.
7062
7063 * keyboard.c (readable_events): Call xd_pending_messages.
7064
7065 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
7066
7067 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
7068
7069 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
7070
7071 * buffer.c (set_buffer_internal_1)
7072 (swap_out_buffer_local_variables): Check for unbound local
7073 variables (Bug#4138).
7074
7075 2009-08-14 Eli Zaretskii <eliz@gnu.org>
7076
7077 * process.c (create_pty): Fix last change.
7078
7079 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
7080
7081 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
7082 (xbm_load_image): Caller changed.
7083 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
7084
7085 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
7086
7087 * process.c (create_pty): New function.
7088 (Fstart_process): Use it to allow Emacs to just associate a pty
7089 with the buffer. See associated change in gdb-mi.el.
7090 (list_processes_1): Deal with no program name.
7091 (start_process_unwind): Use pid == -2 to mean no process.
7092
7093 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7094
7095 * cmds.c (nonundocount): New global variable.
7096 (keys_of_cmds): Initialize it.
7097 (Fself_insert_command): Use it to combine upto 20 sequential chars
7098 into a single undo entry, just like the Qself_insert_command code in
7099 keyboard.c does.
7100 Call frame_make_pointer_invisible, also like the Qself_insert_command
7101 code in keyboard.c does.
7102 * keyboard.c (command_loop_1): Use the new global nonundocount rather
7103 than its own local replacement for it.
7104
7105 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
7106
7107 * fns.c (concat): Don't re-set string length to its current value.
7108
7109 * coding.h (decode_coding_string, encode_coding_string):
7110 Use SBYTES macro.
7111
7112 * doprnt.c (doprnt_lisp): Delete unused function.
7113 (doprnt): Merge with doprnt1, discarding lispstrings code.
7114 * lisp.h (doprnt_lisp): Don't declare.
7115
7116 2009-08-07 Juri Linkov <juri@jurta.org>
7117
7118 * puresize.h (BASE_PURESIZE): Increase to 1270000.
7119
7120 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7121
7122 * print.c (syms_of_print): Undo previous change.
7123
7124 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
7125
7126 * lread.c (read1, syms_of_lread): Read hashtables back from the
7127 readable format.
7128
7129 * print.c (print_preprocess, print_object): Print hashtables fully
7130 and readably.
7131 (syms_of_print): Provide 'hashtable-print-readable.
7132
7133 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
7134
7135 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
7136 no family set.
7137 (nsfont_open): Handle case when entity has no family.
7138
7139 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
7140
7141 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
7142 element, not a list, for match case.
7143
7144 2009-07-28 Kenichi Handa <handa@m17n.org>
7145
7146 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
7147 rigidly.
7148
7149 * xfont.c (xfont_list_pattern): Don't ignore the return value of
7150 font_parse_xlfd. Check font properties more rigidly.
7151
7152 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7153
7154 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
7155 bsd-common.h.
7156
7157 2009-07-27 Kenichi Handa <handa@m17n.org>
7158
7159 * xfaces.c (face_with_height): Call font_clear_prop.
7160
7161 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
7162
7163 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
7164
7165 * xterm.c (x_term_init): Use Qx.
7166
7167 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
7168
7169 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
7170 (ns_get_color): Revert 2009-07-16 change.
7171
7172 2009-07-25 Eli Zaretskii <eliz@gnu.org>
7173
7174 * lread.c (syms_of_lread) <force_load_messages>: New variable.
7175 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
7176
7177 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
7178
7179 * coding.h (decode_coding_string, encode_coding_string):
7180 Use SCHARS macro.
7181
7182 * lread.c: Rewrite 2009-07-21 changes.
7183 (load_depth): Delete.
7184 (Qload_in_progress): New variable.
7185 (load_unwind): Don't reference load_depth or load_in_progress.
7186 (Fload): Likewise; specbind Qload_in_progress instead.
7187 (init_lread): Don't initialize load_depth.
7188 (syms_of_lread): Initialize and protect Qload_in_progress.
7189
7190 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
7191
7192 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
7193
7194 2009-07-23 Yavor Doganov <yavor@gnu.org>
7195
7196 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
7197
7198 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7199
7200 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7201 Bugs 3792, 3720, 2402.
7202 (ns_lookup_indexed_color): Check for bad index.
7203 (ns_index_color): Init unused slot to 0.
7204 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
7205 Bug 3714, possibly 3082.
7206
7207 2009-07-22 Jason Rumney <jasonr@gnu.org>
7208
7209 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
7210 Position IME window at cursor (Bug#2570).
7211 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
7212 (globals_of_w32fns): Dynamically load functions required above.
7213
7214 * w32term.c (w32_draw_window_cursor): Send message to reposition
7215 any IME window.
7216
7217 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
7218
7219 * fileio.c: Revert 2009-07-16 changes.
7220 (Vauto_save_include_big_deletions): New variable.
7221 (Fdo_auto_save): Disable auto-save only if
7222 auto-save-include-big-deletions is nil.
7223
7224 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
7225
7226 * xdisp.c (move_it_to): For continued lines ending in a tab, take
7227 the overflowed pixels into account (Bug#3879).
7228
7229 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
7230
7231 * lread.c (load_depth): New variable.
7232 (Fload, load_unwind, init_lread): Set it to the load recursion
7233 depth; set load_in_progress as a simple boolean based on the
7234 current load_depth. (Bug#3892)
7235
7236 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7237
7238 * nsfont.m (ns_has_attribute): Remove.
7239 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
7240
7241 2009-07-18 Juri Linkov <juri@jurta.org>
7242
7243 * process.c (Fset_process_query_on_exit_flag): Mention killing
7244 a buffer in docstring.
7245
7246 2009-07-17 Kenichi Handa <handa@m17n.org>
7247
7248 * casetab.c (shuffle): Fix the logic of setting up the cycle.
7249
7250 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7251
7252 * nsfns.m (Fns_set_alpha): Remove function.
7253 (syms_of_nsfns): Don't defsubr it.
7254
7255 * nsterm.m (ns_get_color): Remove incompatible color formats.
7256 (ns_color_to_lisp): Generate #rrggbb color format string.
7257
7258 2009-07-16 Richard Stallman <rms@gnu.org>
7259
7260 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
7261 (Fset_buffer_auto_saved): Handle save_length = -2.
7262
7263 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
7264
7265 * xterm.c (Qx_gtk_map_stock): New var.
7266
7267 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
7268 of calling intern each time.
7269
7270 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7271
7272 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
7273 does tiling.
7274
7275 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
7276
7277 2009-07-14 Kenichi Handa <handa@m17n.org>
7278
7279 * font.c (font_vconcat_entity_vectors): New function.
7280 (struct font_sort_data): New member font_driver_preference.
7281 (font_compare): Check font_driver_preference.
7282 (font_sort_entities): The format of the first argument changed.
7283 (font_delete_unmatched): Likewise.
7284 (font_list_entities): The return type changed.
7285 (font_select_entity): The format of the second argument changed.
7286 (font_find_for_lface): Adjuste for the above changes.
7287 Don't suppress the checking of C even if the repertory supports it.
7288 (Flist_fonts): Adjust for the above changes.
7289
7290 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
7291 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
7292 Reject a font who has adstyle property that is different from a
7293 langname derived from registry property.
7294 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
7295
7296 2009-07-13 Eli Zaretskii <eliz@gnu.org>
7297
7298 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
7299 local copy of dirfilename.
7300
7301 2009-07-13 Kenichi Handa <handa@m17n.org>
7302
7303 * chartab.c (sub_char_table_ref_and_range): Fix the range check
7304 against max_char.
7305
7306 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
7307 calling XSYMBOL (sym).
7308
7309 2009-07-11 Eli Zaretskii <eliz@gnu.org>
7310
7311 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
7312 New function.
7313 (directory_files_internal) [WINDOWSNT]:
7314 Bind w32-get-true-file-attributes to either t or nil, depending whether
7315 the filesystem of the directory is fast or slow.
7316
7317 * w32.c (logon_network_drive): Don't assume PATH is an absolute
7318 file name.
7319 (is_slow_fs): New function.
7320 (stat): Use it to determine whether to issue more system calls to
7321 get accurate file attributes, when w32-get-true-file-attributes is
7322 `local'.
7323
7324 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
7325
7326 * xfns.c (Fx_select_font): Remember last font selected in
7327 x_last_font_name and use that the next time. Also try the frame
7328 parameter font-parameter as default to the font dialog.
7329
7330 2009-07-10 Kenichi Handa <handa@m17n.org>
7331
7332 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
7333
7334 2009-07-09 Eli Zaretskii <eliz@gnu.org>
7335
7336 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
7337
7338 * w32.c (stat): Treat UNC file names as residing on remote
7339 drives. (Bug#3542)
7340
7341 2009-07-09 Kenichi Handa <handa@m17n.org>
7342
7343 * fontset.c (fontset_find_font): Fix previous change.
7344
7345 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
7346
7347 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
7348 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
7349 error flag.
7350
7351 2009-07-08 Kenichi Handa <handa@m17n.org>
7352
7353 * fontset.c (fontset_find_font): Fix the logic of handling
7354 charset_matched.
7355 (font_for_char): Delete unused var.
7356 (generate_ascii_font_name): Delete it.
7357
7358 * coding.h (JIS_TO_SJIS2): Fix the code range check.
7359
7360 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
7361 (encode_coding_sjis): Fix the code range check.
7362
7363 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
7364
7365 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
7366 (Fexpand_file_name): Copy string data properly (Bug#3772).
7367
7368 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
7369
7370 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
7371 first MapNotify.
7372
7373 2009-07-07 Kenichi Handa <handa@m17n.org>
7374
7375 * character.h (unibyte_has_multibyte_table): Delete extern.
7376 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
7377
7378 * charset.c (Fset_charset_priority): Update charset_unibyte.
7379 (syms_of_charset): Initialize charset_unibyte.
7380
7381 * character.c (unibyte_has_multibyte_table): Delete it.
7382 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
7383 charset_unibyte.
7384 (multibyte_char_to_unibyte_safe): Likewise.
7385 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
7386
7387 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
7388 (x_produce_glyphs): Likewise.
7389
7390 * .gdbinit (xcharset): Fix the treating $arg0.
7391
7392 2009-07-04 Eli Zaretskii <eliz@gnu.org>
7393
7394 Emulation of `getloadavg' on MS-Windows.
7395 * w32.c: Include float.h.
7396 (g_b_init_get_native_system_info, g_b_init_get_system_times)
7397 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
7398 (get_native_system_info, get_system_times): New functions.
7399 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
7400 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
7401 (globals_of_w32): Initialize g_b_init_get_native_system_info,
7402 g_b_init_get_system_times, and num_of_processors.
7403
7404 2009-07-03 Jason Rumney <jasonr@gnu.org>
7405
7406 * w32term.c (w32_initialize): Use standard types.
7407
7408 2009-07-03 Eli Zaretskii <eliz@gnu.org>
7409
7410 * dired.c (Ffile_attributes): Decode user and group names by the
7411 locale's encoding. (Bug#3443)
7412
7413 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
7414
7415 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
7416 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
7417
7418 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
7419
7420 * term.c (init_tty): Remove spurious #ifdef.
7421
7422 * m/mips.h: Mention this file is also used for netbsd.
7423 * m/pmax.h: Remove file.
7424
7425 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
7426
7427 * xterm.h (struct x_display_info): Add invisible_cursor.
7428 (struct x_output): Add current_cursor.
7429
7430 * xterm.c (XTtoggle_invisible_pointer): New function.
7431 (x_define_frame_cursor): Don't define cursor if invisible or the
7432 same as before. Set current_cursor.
7433 (x_create_terminal): Set toggle_invisible_pointer_hook.
7434
7435 * xfns.c (make_invisible_cursor): New function.
7436 (x_set_mouse_color): Call make_invisible_cursor.
7437 Set current_cursor.
7438 (x_window): Set current_cursor.
7439
7440 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
7441
7442 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
7443 inserting a character.
7444 (read_avail_input): Call frame_make_pointer_visible.
7445
7446 * frame.c (Vmake_pointer_invisible): New variable.
7447 (frame_make_pointer_invisible, frame_make_pointer_visible):
7448 New functions.
7449 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
7450
7451 * frame.h: Declare frame_make_pointer_invisible and
7452 frame_make_pointer_visible.
7453 (struct frame): Add pointer_invisible.
7454
7455 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
7456
7457 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
7458 frame isn't visible.
7459 (xg_frame_resized): If width/height is -1, get size of window
7460 from X server.
7461
7462 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
7463 for MapNotify.
7464
7465 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
7466 here or call change_frame_size. Just call flush_and_sync.
7467 (flush_and_sync): Reintroduce.
7468
7469 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
7470
7471 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
7472
7473 * xterm.c (x_handle_net_wm_state): Also look for sticky.
7474 (x_term_init): Initialize Xatom_net_wm_state_sticky.
7475
7476 * frame.h: Declare Qsticky.
7477
7478 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
7479
7480 * nsfns.m (ns_frame_parm_handlers): Ditto.
7481
7482 * frame.c: Declare Qsticky.
7483 (frame_parms): Add sticky.
7484
7485 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
7486
7487 * xterm.h: Declare x_set_sticky.
7488
7489 * xterm.c (x_set_sticky): New function.
7490
7491 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
7492 (xg_tool_bar_menu_proxy): Attach enter/leave events to
7493 xg_tool_bar_proxy_help_callback.
7494
7495 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
7496
7497 * frame.c: Qmaximized is new.
7498 (x_set_frame_parameters): Do not handle fullscreen specially.
7499 Only set width and height if explicitly set.
7500 (x_set_fullscreen): Handle Qmaximized.
7501 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
7502 (syms_of_frame): Initialize Qmaximized.
7503
7504 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
7505 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
7506
7507 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
7508 for Expose event. Add call to x_check_fullscreen for MapNotify event.
7509 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
7510 set gravity to NorthWestGravity when USE_GTK.
7511 (set_wm_state): New function.
7512 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
7513 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
7514 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
7515 or the case when no window manager is running. That means remove calls
7516 to x_real_positions and x_fullscreen_adjust.
7517
7518 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
7519 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
7520 flush_and_sync.
7521 (xg_height_changed): New function.
7522 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
7523 and gtk_window_set_policy. Set frame gravity after parsing the
7524 geometry string.
7525 (xg_update_frame_menubar, free_frame_menubar)
7526 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
7527 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
7528 Remove calls to xg_frame_set_char_size.
7529
7530 2009-07-01 Kenichi Handa <handa@m17n.org>
7531
7532 * keyboard.c (decode_keyboard_code): New function.
7533 (tty_read_avail_input): Decode the input bytes if necessary.
7534
7535 * coding.c (setup_coding_system):
7536 Initialize coding->carryover_bytes to 0.
7537 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
7538 use Qno_conversion.
7539
7540 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7541
7542 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
7543
7544 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
7545
7546 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
7547
7548 2009-06-30 Jason Rumney <jasonr@gnu.org>
7549
7550 * w32term.c (w32_initialize): Use GetModuleHandle for library that
7551 is already loaded.
7552 Set user model ID if supported (bug#1849).
7553
7554 2009-06-29 Jim Meyering <meyering@redhat.com>
7555
7556 Remove useless if-before-xfree test.
7557 * nsfont.m (nsfont_close): Remove useless test.
7558 * term.c (delete_tty): Likewise.
7559 * w32.c (system_process_attributes): Likewise.
7560 * w32font.c (w32font_close): Likewise.
7561 * xfaces.c (x_free_gc): Likewise.
7562 * xselect.c (buffer): Likewise.
7563
7564 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
7565
7566 * process.c (send_process): Keep decoded string in a local
7567 variable and protect it from GC. (Bug#3521)
7568
7569 2009-06-28 Eli Zaretskii <eliz@gnu.org>
7570
7571 * term.c (create_tty_output) [MSDOS]: #ifdef away.
7572 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
7573
7574 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
7575
7576 * xdisp.c (start_display, handle_face_prop)
7577 (move_it_vertically_backward, cursor_row_fully_visible_p)
7578 (redisplay_window, try_window_id, produce_image_glyph):
7579 Delete some #ifdef-ed out code chunks that are now obsolete.
7580
7581 * xterm.c (x_update_window_begin, x_new_focus_frame)
7582 (x_scroll_bar_handle_click, handle_one_xevent)
7583 (handle_one_xevent, XTread_socket, x_focus_on_frame)
7584 (x_make_frame_visible, x_make_frame_invisible)
7585 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
7586 code chunks that are now obsolete.
7587
7588 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
7589
7590 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
7591 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
7592 for hours, when optimzation is enabled.
7593 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
7594 (xd_read_message): Make them static.
7595
7596 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
7597
7598 * term.c (turn_on_face): Allow simultaneously bold and dim
7599 terminal faces (Bug#3530).
7600
7601 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
7602
7603 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
7604
7605 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
7606 truncation glyphs (Bug#3686).
7607
7608 2009-06-27 Glenn Morris <rgm@gnu.org>
7609
7610 * m/pmax.h: Restore file, with only netbsd portions.
7611
7612 2009-06-26 David Reitter <david.reitter@gmail.com>
7613
7614 * nsterm.m (keydown): Avoid infinite loop.
7615
7616 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
7617
7618 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
7619 the arg FORCE_SYMBOL.
7620
7621 2009-06-25 Kenichi Handa <handa@m17n.org>
7622
7623 * fontset.c (fontset_find_font): When a usable rfont_def is found
7624 in a fallback font-group, make it the first element of the group.
7625
7626 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
7627
7628 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
7629
7630 2009-06-24 Kenichi Handa <handa@m17n.org>
7631
7632 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
7633 set for C.
7634 (fontset_font): Record the availability of a font for C both in
7635 the realized fontsets of the current one and the default one.
7636
7637 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7638
7639 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
7640 conditional, it is always defined on AIX.
7641
7642 2009-06-23 Miles Bader <miles@gnu.org>
7643
7644 * window.c (Vrecenter_redisplay): New variable.
7645 (syms_of_window): Initialize it.
7646 (Qtty): New extern declaration.
7647 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
7648
7649 2009-06-23 Jim Meyering <meyering@redhat.com>
7650
7651 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
7652 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
7653 pointer dereferences are guaranteed to be valid.
7654
7655 2009-06-23 Kenichi Handa <handa@m17n.org>
7656
7657 * emacs.c (main): Call init_font ().
7658
7659 * font.h (Vfont_log): Extern it.
7660 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
7661
7662 * font.c (font_sort_entities, font_list_entities)
7663 (font_matching_entity, font_open_entity)
7664 (font_close_object): Change font_add_log to FONT_ADD_LOG.
7665 (Vfont_log): Delete static.
7666 (font_log_env_checked): Delete this variable.
7667 (font_add_log): Don't check font_log_env_checked.
7668 (font_deferred_log): Check Vfont_log.
7669 (init_font): New function.
7670
7671 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
7672
7673 * w32font.c: Change font_add_log to FONT_ADD_LOG.
7674
7675 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
7676
7677 * xfont.c: Change font_add_log to FONT_ADD_LOG.
7678
7679 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
7680 (face_for_char): Don't call font_deferred_log here.
7681 (font_for_char): Likewise.
7682
7683 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
7684
7685 * w32term.c (x_draw_glyph_string): Use the glyph string's width
7686 rather than its background_width for drawing the overline and
7687 underline (Bug#489).
7688
7689 * xterm.c (x_draw_glyph_string): Use the glyph string's width
7690 rather than its background_width for drawing the overline and
7691 underline (Bug#489).
7692 (xg_default_icon_file): New variable.
7693 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
7694 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
7695
7696 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
7697 (load_overlay_strings): Remove externs.
7698 (fast_find_position): Function deleted.
7699 (mouse_face_from_buffer_pos): New function, based on
7700 fast_find_position. Correctly handle before-strings,
7701 display-strings, and after-strings (Bug#1220).
7702 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
7703
7704 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
7705
7706 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
7707 (move_it_in_display_line_to, move_it_in_display_line_to)
7708 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
7709
7710 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
7711
7712 * Branch for 23.1.
7713
7714 2009-06-21 Jason Rumney <jasonr@gnu.org>
7715
7716 * w32term.c (keyboard_codepage): New static variable.
7717 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
7718 (w32_read_socket) [WM_CHAR]: Use it to decode character
7719 input (bug#3237).
7720 (w32_initialize): Initialize it.
7721 (codepage_for_locale): New function.
7722
7723 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
7724
7725 * process.c (status_message): Pass Faset index argument as a lisp
7726 object, so as to work with USE_LISP_UNION_TYPE.
7727
7728 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7729
7730 * coding.c (Ffind_coding_systems_region_internal):
7731 Cache checked characters.
7732
7733 2009-06-18 Kenichi Handa <handa@m17n.org>
7734
7735 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
7736
7737 2009-06-18 Andreas Schwab <aschwab@redhat.com>
7738
7739 * xdisp.c (redisplay_internal): Check that the frame is still
7740 live after redisplay of its windows.
7741 (redisplay_windows): Check that the window is still live.
7742
7743 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
7744
7745 * coding.c (detect_coding_utf_16): Fix previous change.
7746
7747 2009-06-16 Kenichi Handa <handa@m17n.org>
7748
7749 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
7750 UTF-16 by checking the dispersion of Eth and Oth bytes.
7751
7752 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
7753
7754 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
7755
7756 2009-06-15 Kenichi Handa <handa@m17n.org>
7757
7758 * process.c (status_message): Fix previous change. Be sure to
7759 decode a localized string.
7760
7761 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7762
7763 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
7764 add comment explaining why.
7765
7766 2009-06-14 Sidney Markowitz <sidney@sidney.com>
7767
7768 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
7769
7770 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
7771
7772 * nsfont.m (ns_attribute_value): Remove.
7773 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
7774 (ns_has_attribute): Shrink the normal range.
7775 (ns_findfonts): Don't worry about requested spec in determining
7776 need for synthItal.
7777 (ns_get_covering_families): Retain scriptToFamilies.
7778
7779 2009-06-14 Seiji Zenitani <zenitani@mac.com>
7780
7781 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
7782
7783 2009-06-11 Kenichi Handa <handa@m17n.org>
7784
7785 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
7786 overhang for the static composition case.
7787
7788 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7789
7790 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
7791 overhang for the automatic composition case.
7792
7793 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
7794 composition case.
7795
7796 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
7797
7798 * xdisp.c (get_next_display_element): When handling wrap-prefix
7799 and line-prefix, treat \n as a control character (bug#3502).
7800
7801 2009-06-10 Kenichi Handa <handa@m17n.org>
7802
7803 * font.c (font_parse_family_registry): Fix for one-char foundry.
7804 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
7805
7806 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
7807
7808 * process.c (status_message): Fix handling of multibyte signal
7809 string (Bug#3499).
7810
7811 2009-06-09 Jim Meyering <meyering@redhat.com>
7812
7813 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
7814 color name is missing.
7815
7816 2009-06-09 Kenichi Handa <handa@m17n.org>
7817
7818 * charset.c (Fmap_charset_chars): In docstring, state clearly that
7819 FROM-CODE and TO-CODE are codepoints of CHARSET.
7820
7821 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
7822
7823 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
7824
7825 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
7826
7827 Changes to support :script/:lang/:otf in NS font driver.
7828 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
7829 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
7830 indicate not part of font driver interface, and change callers.
7831 (ns_get_family): Remove pointless null check.
7832 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
7833 ns_spec_to_descriptor, ns_descriptor_to_entity.
7834 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
7835 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
7836 (ns_spec_to_descriptor, ns_descriptor_to_entity)
7837 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
7838 (ns_get_req_script, ns_accumulate_script_ranges)
7839 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
7840 New functions.
7841 (nsfont_list, nsfont_match): Use ns_findfonts.
7842 (nsfont_open): Use font descriptor instead of traits.
7843 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
7844 (dump_glyphstring): Rename to ns_dump_glyphstring.
7845
7846 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
7847
7848 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
7849
7850 * fontset.c (fontset_from_font): Remove NS-specific code.
7851
7852 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
7853
7854 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
7855 nonactive windows.
7856
7857 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
7858
7859 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
7860
7861 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
7862
7863 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
7864
7865 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
7866
7867 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
7868 account for the overflowing of newlines into the last glyph on the
7869 display line (Bug#3482).
7870
7871 2009-06-05 David Reitter <david.reitter@gmail.com>
7872
7873 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
7874 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
7875 Fns_selection_exists_p, Fns_selection_owner_p.
7876
7877 2009-06-03 Jason Rumney <jasonr@gnu.org>
7878
7879 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
7880 available. (Bug#3379)
7881
7882 2009-05-29 Kenichi Handa <handa@m17n.org>
7883
7884 * coding.c (get_translation_table):
7885 Check Venable_character_translation.
7886
7887 2009-05-26 David Reitter <david.reitter@gmail.com>
7888
7889 * nsterm.m (ns_raise_frame): Only raise frame if visible.
7890 (x_make_frame_visible): Move frame to front rather than calling
7891 ns_raise_frame().
7892 (keyDown:): Do not swallow events that aren't re-sent if frame
7893 isn't key window.
7894 (drawRect:): Do not set visibility/iconified flags because
7895 drawRect may be called by NSView even if the frame is hidden.
7896
7897 * nsfns.m (Fx_create_frame): Follow other ports in
7898 determining visibility; default to t. Ensure async_visible is set.
7899
7900 2009-05-23 Eli Zaretskii <eliz@gnu.org>
7901
7902 * dired.c (Ffile_attributes): Doc fix.
7903
7904 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
7905
7906 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
7907
7908 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7909
7910 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
7911 and xfont_scratch_props.
7912 (syms_of_xfont): Do it here instead.
7913 (xfont_find_ccl_program): Delete, unused.
7914 (xfont_open): Delete unused var `i'.
7915
7916 2009-05-21 Kenichi Handa <handa@m17n.org>
7917
7918 * fontset.c (Qlatin): Don't make it static.
7919
7920 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
7921 New functions.
7922 (xfont_scripts_cache, xfont_scratch_props): New variables.
7923 (Qlatin, Vscalable_fonts_allowed): Extern it.
7924 (xfont_list_pattern): Argument changed. Callers changed.
7925 Check Vscalable_fonts_allowed. Check the support of a script.
7926 (xfont_list): Don't reject a font spec with :script property.
7927 (xfont_has_char): Fix setting of encoding.
7928 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
7929 xfont_scratch_props.
7930
7931 2009-05-19 Kenichi Handa <handa@m17n.org>
7932
7933 * font.c (font_sort_entities): Rename from font_sort_entites.
7934 Callers changed.
7935
7936 2009-05-18 Kenichi Handa <handa@m17n.org>
7937
7938 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
7939
7940 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7941
7942 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
7943 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
7944
7945 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7946
7947 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
7948 (x_delete_terminal): Dissociate resource database from display and
7949 then call XrmDestroyDatabase before closing display.
7950
7951 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7952
7953 * nsterm.m (ns_read_socket): Remove unused variable.
7954 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
7955 whether selected frame is viable before raising it (based on patch
7956 by David Reitter), and improve commentary.
7957 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
7958
7959 2009-05-15 Kenichi Handa <handa@m17n.org>
7960
7961 * font.c (Ffont_spec): Check arguments.
7962
7963 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
7964
7965 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
7966 weight when testing attributes (Bug#3282).
7967
7968 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7969
7970 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
7971 what we expect to get in the next ConfigureNotify event.
7972
7973 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
7974 before Xft one (Bug#1696).
7975
7976 2009-05-07 David Reitter <david.reitter@gmail.com>
7977
7978 * nsfns.m (Fx_display_planes): Compute bitplanes using
7979 NSBitsPerPixelFromDepth (Bug#3207).
7980
7981 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
7982
7983 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
7984
7985 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
7986
7987 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
7988
7989 2009-05-07 David Reitter <david.reitter@gmail.com>
7990
7991 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
7992 Respect mouse face background.
7993
7994 2009-05-07 David Reitter <david.reitter@gmail.com>
7995
7996 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
7997 Mouse movement/highlight: bracket drawing operations
7998 in ns_update_begin and ns_update_end.
7999
8000 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8001
8002 * nsfns.m (ns_get_screen): Rewrite.
8003 Don't presume selected-frame is of type `ns'.
8004
8005 * font.c (font_update_drivers): Sanity fallback to avoid disabling
8006 all drivers.
8007
8008 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
8009
8010 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8011
8012 * keyboard.h (add_user_signal): Fix typo in extern.
8013
8014 * lisp.h (add_user_signal): Remove extern.
8015
8016 * unexelf.c (unexec): Consider a section to precede the .bss section
8017 if its addresses overlap that of .bss.
8018 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
8019 instead of dumping process.
8020
8021 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8022
8023 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
8024
8025 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8026
8027 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
8028
8029 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
8030
8031 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
8032 any statements.
8033
8034 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
8035
8036 * process.c (read_process_output): Make sure the current buffer is
8037 always restored.
8038
8039 * coding.c (record_conversion_result): Don't modify
8040 Vlast_code_conversion_error for successful result.
8041 (alloc_destination): Don't clobber conversion result. (Bug#1650)
8042
8043 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8044
8045 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
8046 (load_charset_map): Remove unnecessary code.
8047
8048 2009-04-30 David Reitter <david.reitter@gmail.com>
8049
8050 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
8051 through f24.
8052
8053 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
8054
8055 * xfaces.c (face_at_buffer_position): New arg base_face_id.
8056
8057 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
8058 face_at_buffer_position.
8059 (face_before_or_after_it_pos, get_next_display_element)
8060 (note_mouse_highlight): Update face_at_buffer_position call.
8061
8062 * term.c (term_mouse_highlight):
8063 * msdos.c (IT_note_mouse_highlight):
8064 * fontset.c (Finternal_char_font):
8065 * font.c (font_at, font_range): Update face_at_buffer_position call.
8066
8067 * dispextern.h (face_at_buffer_position): Update prototype.
8068
8069 2009-04-30 Kenichi Handa <handa@m17n.org>
8070
8071 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
8072
8073 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
8074
8075 * callproc.c (Fcall_process): Fix GC protection. Make sure
8076 current buffer is always restored.
8077
8078 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8079
8080 * atimer.c (init_atimer): Also clear stopped_atimers.
8081
8082 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
8083
8084 * process.c (create_process): Clean up merger residues of
8085 2008-07-17 change.
8086
8087 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
8088
8089 * lread.c (Vread_circle): New variable.
8090 (read1): Disable recursive read if Vread_circle is nil.
8091
8092 2009-04-29 Kenichi Handa <handa@m17n.org>
8093
8094 * fontset.h (set_default_ascii_font): Delete extern.
8095
8096 * fontset.c (set_default_ascii_font): Delete this unused function.
8097
8098 * frame.c (x_set_font): When ARG is a font-object, check if the
8099 font-object matches with the ASCII font-spec of the frame's
8100 fontset. If not, create a new fontset for the frame. (Bug #3075)
8101
8102 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
8103
8104 * fns.c (Flocale_info): Protect vector from GC during decoding.
8105
8106 * process.c (Fstart_process): Protect argv strings from GC during
8107 encoding.
8108
8109 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
8110
8111 * sysdep.c: Include <ctype.h>.
8112
8113 2009-04-27 David Reitter <david.reitter@gmail.com>
8114
8115 * nsfont.m (nsfont_open): Remove unused variable shrink.
8116 Remove commented-out code.
8117
8118 2009-04-26 Johan Bockgård <bojohan@gnu.org>
8119
8120 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
8121
8122 2009-04-25 Jason Rumney <jasonr@gnu.org>
8123
8124 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
8125
8126 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8127
8128 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
8129 Swap bytes in short integer if fringe bitmap width > 8.
8130
8131 2009-04-23 Kenichi Handa <handa@m17n.org>
8132
8133 * xfaces.c (Fx_list_fonts): If a font size is specified in
8134 PATTERN, set it in returned scalable fonts.
8135
8136 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
8137
8138 * keyboard.c (Fset_input_meta_mode): Doc fix.
8139
8140 * dispnew.c (Fsend_string_to_terminal): Doc fix.
8141
8142 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
8143
8144 * coding.c (Fterminal_coding_system): Doc fix.
8145
8146 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
8147 (Fx_display_pixel_height, Fx_display_planes)
8148 (Fx_display_color_cells, Fx_server_max_request_size)
8149 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8150 (Fx_display_mm_height, Fx_display_mm_width)
8151 (Fx_display_backing_store, Fx_display_visual_class)
8152 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
8153 Doc fixes, replacing "terminal id" with "terminal object".
8154 (check_x_display_info): Handle terminal objects instead of
8155 terminal ids.
8156
8157 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
8158 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
8159 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
8160 Doc fixes, replacing "terminal id" with "terminal object".
8161
8162 2009-04-21 Kenichi Handa <handa@m17n.org>
8163
8164 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
8165 (font_score): Check AVGWIDTH too.
8166
8167 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
8168 worst case.
8169 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
8170 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
8171
8172 2009-04-19 Jason Rumney <jasonr@gnu.org>
8173
8174 The following changes fix Bug#3005 for wide glyphs on each platform,
8175 without reintroducing Bug#1258 for stretch glyphs.
8176
8177 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
8178 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
8179 get_phys_cursor_geometry.
8180
8181 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
8182 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
8183 using get_phys_cursor_geometry.
8184
8185 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
8186 correctly calculated.
8187
8188 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
8189
8190 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
8191 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
8192 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
8193 is deprecated.
8194
8195 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
8196
8197 * font.c (font_put_frame_data): Use xfree instead of free.
8198
8199 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
8200
8201 * w32font.c (Qja, Qko): Remove declarations.
8202 (syms_of_w32font): Don't DEFSYM them.
8203
8204 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
8205
8206 * font.c (Qja, Qko): Move definitions here from ftfont.c.
8207
8208 * font.h (Qja, Qko): Extern them.
8209
8210 * ftfont.c (Qja, Qko): Remove declarations.
8211
8212 * xfont.c (Qja, Qko): Remove declarations.
8213
8214 2009-04-17 Kenichi Handa <handa@m17n.org>
8215
8216 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
8217 string from a vector to handle Latin-1 characters correctly.
8218
8219 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
8220 entity even if the cache hits.
8221
8222 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
8223
8224 * search.c (boyer_moore): Use zero as marker value for a possible
8225 match instead of depending on overflow behavior. (Bug#2844)
8226
8227 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
8228 * lisp.h: Adjust prototypes.
8229
8230 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
8231
8232 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
8233 change (Bug#3003).
8234
8235 2009-04-16 Kenichi Handa <handa@m17n.org>
8236
8237 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
8238
8239 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
8240 adstyle.
8241
8242 * ftfont.c (Qja, Qko): Don't make them static.
8243 (enum ftfont_cache_for): New enum.
8244 (fc_charset_table): Undo the previous change.
8245 (ftfont_get_latin1_charset): Delete it.
8246 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
8247 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
8248 non-scarable font, try to get AVERAGE_WIDTH.
8249 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
8250 Change ft_face_cache from a list of a hash-table. Don't check
8251 `ja' and `ko' adstyle here.
8252 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
8253 FTFONT_CACHE_FOR_CHARET.
8254 (ftfont_get_charset): Undo the previous change.
8255 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
8256 (ftfont_close): Likewise.
8257 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
8258
8259 * font.c (font_sort_entites): Change the meaning of the arg
8260 BEST-ONLY. Don't optimize for VEC of lenght 1.
8261 (font_select_entity): Just return the value of font_sort_entites.
8262
8263 * xfaces.c (merge_face_vectors): Reflect font properties in
8264 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
8265 font_clear_prop if a face attribute doesn't change.
8266
8267 * charset.h (charset_ksc5601): Extern it.
8268
8269 * charset.c (charset_ksc5601): New variable.
8270 (Fdefine_charset_internal): Set charset_ksc5601.
8271 (init_charset_once): Initialize charset_ksc5601 to -1.
8272
8273 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
8274
8275 * fileio.c (history_delete_duplicates): Remove unused declaration.
8276
8277 * callint.c (history_delete_duplicates): New declaration.
8278 (Fcall_interactively): Remove command history duplicates when
8279 history_delete_duplicates is true.
8280
8281 2009-04-14 Eli Zaretskii <eliz@gnu.org>
8282
8283 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
8284
8285 2009-04-14 Kenichi Handa <handa@m17n.org>
8286
8287 * font.c (Ffont_info): Fix docstring. Fix the second element of
8288 the returned value (bug#2949).
8289
8290 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
8291
8292 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
8293
8294 2009-04-14 Kenichi Handa <handa@m17n.org>
8295
8296 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
8297 encoding charset is ascii_compatible.
8298
8299 * charset.c (Fdefine_charset_internal): Make charset
8300 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
8301 code_offset is 0, and covers all ASCII characters.
8302
8303 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
8306 (ns_string_to_pasteboard_internal):
8307 * nsmenu.m (process_dialog):
8308 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
8309 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
8310 * lisp.h (Fx_load_color_file): Declare.
8311
8312 2009-04-13 Kenichi Handa <handa@m17n.org>
8313
8314 * font.c (font_delete_unmatched): Preserve the order of list elements.
8315 (font_select_entity): Suppress the code to optimize for the same
8316 kind of fonts.
8317 (font_load_for_lface): Get a font that supports at least ASCII
8318 characters.
8319
8320 * ftfont.c (Qja, Qko): New variables.
8321 (fc_charset_table): Delete uniquifier data for iso8859-1.
8322 (ftfont_get_latin1_charset): New function.
8323 (get_adstyle_property): New function.
8324 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
8325 bitmap fonts.
8326 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
8327 Delete iso-8859-1 range from the charset of fonts whose adstyle is
8328 `ko' or `ja'.
8329 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
8330 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
8331 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
8332 property.
8333 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
8334 (syms_of_ftfont): DEFSYM Qja and Qko.
8335
8336 2009-04-09 Kenichi Handa <handa@m17n.org>
8337
8338 * charset.c (map_charset_chars): For a charset of `superset'
8339 method, fix calculation of code range.
8340
8341 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
8342 from the list of extra properties.
8343 (font_clear_prop): Be sure to delete `:name' font property.
8344
8345 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8346
8347 * dispnew.c (redraw_overlapping_rows): Fix detection of
8348 overlapping for topmost and bottommost rows.
8349
8350 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
8351
8352 2009-04-06 Jason Rumney <jasonr@gnu.org>
8353
8354 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
8355
8356 2009-04-06 Kenichi Handa <handa@m17n.org>
8357
8358 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
8359
8360 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
8361
8362 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8363
8364 * ftfont.c (ftfont_open): Fix checking of the return value of
8365 FT_Load_Char. Fix setting font->underline_thickness.
8366
8367 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
8368
8369 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
8370 (Fterminal_parameters, Fterminal_parameter)
8371 (Fset_terminal_parameter): In doc string, refer to terminal
8372 objects rather than terminal ids.
8373
8374 2009-04-04 Eli Zaretskii <eliz@gnu.org>
8375
8376 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
8377 ret_lim_data. (Bug#2867)
8378
8379 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
8380
8381 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
8382 so they don't get wider than the window, matching 2006-01-23
8383 change to the partner function in xdisp.c (Bug#2800).
8384
8385 2009-04-03 Kenichi Handa <handa@m17n.org>
8386
8387 * print.c (print_object): Make each lowest sub_char_table start a
8388 new line (Bug#2866).
8389
8390 2009-04-02 Kenichi Handa <handa@m17n.org>
8391
8392 * fontset.c (fontset_font): Record no-font when a fontset
8393 explicitly tells not to try another font-specs.
8394
8395 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
8396
8397 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
8398
8399 2009-03-30 Kenichi Handa <handa@m17n.org>
8400
8401 * fontset.c (fontset_from_font): Specify only registry in a
8402 font-spec for all characters supported by that registry.
8403
8404 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
8405 even if HAVE_M17N_FLT is not defined.
8406
8407 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
8408
8409 * ftfont.c: Conditionalize prototyping and use of
8410 ftfont_variation_glyphs.
8411
8412 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8413
8414 * frame.c (delete_frame): Work around compiler bug.
8415
8416 * editfns.c (general_insert_function): Adjust to insdel.c changes.
8417 * insdel.c (prepare_to_modify_buffer, signal_before_change):
8418 Some more EMACS_INT.
8419 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
8420
8421 * xdisp.c (dump_glyph): Fix typo.
8422
8423 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
8424 (adjust_markers_gap_motion, adjust_markers_for_delete)
8425 (adjust_markers_for_insert, adjust_point)
8426 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
8427 (make_gap, copy_text, count_size_as_multibyte, insert)
8428 (insert_and_inherit, insert_before_markers)
8429 (insert_before_markers_and_inherit, insert_1)
8430 (count_combining_before, count_combining_after, insert_1_both)
8431 (insert_from_string, insert_from_string_before_markers)
8432 (insert_from_string_1, insert_from_gap, insert_from_buffer)
8433 (insert_from_buffer_1, adjust_after_replace)
8434 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
8435 (replace_range_2, del_range, del_range_1, del_range_byte)
8436 (del_range_both, del_range_2, modify_region)
8437 (prepare_to_modify_buffer, signal_before_change)
8438 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
8439 for buffer positions and sizes.
8440 * lisp.h: Adjust prototypes accordingly.
8441
8442 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
8443 (non_regular_inserted, non_regular_nbytes, read_non_regular)
8444 (Finsert_file_contents): Use EMACS_INT for buffer positions.
8445
8446 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
8447
8448 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
8449
8450 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
8451 lines and columns so we keep the same pixel height and width.
8452
8453 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
8454 the property _NET_WM_STATE has changed.
8455 (x_handle_net_wm_state): New function to update frame parameter
8456 fullscreen.
8457 (x_term_init): Initialize atoms for _NET_WM_STATE.
8458
8459 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
8460
8461 2009-03-27 Kevin Ryde <user42@zip.com.au>
8462
8463 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
8464 Gpm_GetEvent as an error that justifies closing the filedescriptor.
8465 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
8466 (Fgpm_mouse_stop): Pass that new parameter.
8467 * termhooks.h (close_gpm): Adjust prototype.
8468
8469 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8470
8471 * lisp.h (Fx_focus_frame): Declare.
8472
8473 * callint.c (Fcall_interactively): For '^' just delegate the work to
8474 handle-shift-selection.
8475 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
8476
8477 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
8478
8479 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
8480
8481 * data.c (Qinteractive_form): New variable.
8482 (Finteractive_form): Use it.
8483
8484 * eval.c (Fcommandp): Use Qinteractive_form.
8485
8486 2009-03-24 Jason Rumney <jasonr@gnu.org>
8487
8488 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
8489 Calculate total size precisely. Decode environment variables
8490 before substituting. (Bug#38)
8491
8492 2009-03-24 Kenichi Handa <handa@m17n.org>
8493
8494 * font.c (find_font_encoding): Return Qnil for unsupported
8495 encoding (Bug#2722).
8496
8497 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
8498
8499 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
8500 that gdpy is set.
8501
8502 2009-03-22 Alan Mackenzie <acm@muc.de>
8503
8504 * callint.c (Finteractive): Clarify the doc string - even
8505 promptless elements need \n separators.
8506
8507 2009-03-22 Jason Rumney <jasonr@gnu.org>
8508
8509 * w32term.c (syms_of_w32term): Doc fix for
8510 x-use-underline-position-properties.
8511
8512 2009-03-21 Eli Zaretskii <eliz@gnu.org>
8513
8514 * w32.c (getpwuid): Change argument type to unsigned.
8515 (struct w32_id): Change type of `rid' member to unsigned.
8516 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
8517 argument ID to unsigned. All callers changed.
8518 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
8519
8520 2009-03-20 Eli Zaretskii <eliz@gnu.org>
8521
8522 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
8523 negative, produce a float value.
8524
8525 * dired.c (make_uid, make_gid): New functions.
8526 (Ffile_attributes): Use them to avoid negative UID and GID.
8527
8528 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
8529
8530 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
8531 (syms_of_keyboard) <command-hook-internal, input-method-function>:
8532 Fix typos in docstrings.
8533
8534 2009-03-19 Kenichi Handa <handa@m17n.org>
8535
8536 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
8537 changed, use font_load_for_lface to get a new font object.
8538 Call free_realized_fontset after handling ASCII font change.
8539
8540 * frame.c (x_set_font): Handle the case that ARG is a cons.
8541
8542 2009-03-19 Glenn Morris <rgm@gnu.org>
8543
8544 * fileio.c (Fsubstitute_in_file_name): Doc fix.
8545
8546 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
8547
8548 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
8549
8550 2009-03-19 Kenichi Handa <handa@m17n.org>
8551
8552 * charset.c (load_charset_map_from_file): When a mapfile can't be
8553 loaded, signal an error.
8554
8555 2009-03-18 Eli Zaretskii <eliz@gnu.org>
8556
8557 * dired.c (Ffile_attributes): Make sure UID and GID are always
8558 positive, even if the value is too large for a positive EMACS_INT.
8559 Doc fix.
8560
8561 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
8562
8563 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8564
8565 * xmenu.c (xdialog_show): Move Fredisplay call ...
8566 (Fx_popup_dialog): ... here.
8567
8568 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8569
8570 * dired.c (file_name_completion): Disable the first optimization just
8571 installed, since it is not implemented correctly.
8572
8573 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8574
8575 * dired.c (file_name_completion): Check completion-ignored-extensions
8576 only if the entry can affect bestmatch.
8577 Stop the search early, as Ftry_completion already does.
8578
8579 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
8580
8581 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
8582
8583 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
8584
8585 * keyboard.c (parse_menu_item): Don't display remappings as menu
8586 equivalent bindings (Bug#788).
8587
8588 2009-03-15 Jason Rumney <jasonr@gnu.org>
8589
8590 * w32term.h (WM_EMACS_PAINT): New message.
8591 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
8592 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
8593 before passing to lisp thread. (Bug#950)
8594
8595 2009-03-14 David Reitter <david.reitter@gmail.com>
8596
8597 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
8598 variable as it was never reset.
8599 (ns_term_init): Remove initialization of Lisp-settable defaults
8600 and ns_expand_space.
8601 (-setPanelFromDefaultValues): Remove ns_expand_space.
8602 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
8603 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
8604 i.e. no additional spacing, similar to Carbon port.
8605
8606 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
8607 * nsfns.m (ns-popup-prefs-panel): Remove.
8608
8609 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
8610
8611 * sound.c (alsa_configure): Remove call to deprecated
8612 snd_pcm_sw_params_set_xfer_align.
8613
8614 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
8615
8616 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
8617 after clicking in a detached tool bar.
8618 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
8619
8620 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8621
8622 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
8623 int/Lisp_Object mixup).
8624
8625 2009-03-13 Kenichi Handa <handa@m17n.org>
8626
8627 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
8628 Handle NAME nil and t correctly. Callers changed.
8629 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
8630 (set_fontset_font): Change ARG to a vector. Handle range_list in
8631 ARG correctly.
8632 (Fset_fontset_font): Fix the case that TARGET is both a script
8633 name and charset name. Adjust the arg to set_fontset_font for
8634 the above change.
8635 (fontset_from_font): Fix previous change.
8636 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
8637 entry. If FONTSET is the default fontset, don't set the extra
8638 slot of the returning char-table.
8639
8640 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
8641
8642 * nsfns.m (Fx_close_connection): Doc fix.
8643 (Fns_do_applescript): Reflow docstring.
8644 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
8645 (Fx_display_pixel_width, Fx_display_pixel_height)
8646 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
8647 Fix typos in docstrings.
8648 (Fns_set_alpha): Fix typos in error messages.
8649
8650 2009-03-12 David Reitter <david.reitter@gmail.com>
8651
8652 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
8653 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
8654 were used for such events.
8655
8656 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
8657 (toggleToolbar, performDragOperation, runHelp): Use it.
8658
8659 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
8660 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
8661
8662 2009-03-11 Kenichi Handa <handa@m17n.org>
8663
8664 * font.h (font_open_by_spec): Extern it.
8665
8666 * font.c (font_open_by_spec): New function.
8667 (font_open_by_name): Use font_open_by_spec.
8668
8669 * frame.c (x_set_font): When ARG is a font-object, don't alter the
8670 fontset of the frame.
8671
8672 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
8673 modify the default font of frames that use this fontset.
8674 (num_auto_fontsets): New variable.
8675 (fontset_from_font): Use num_auto_fontsets to decide a fontset
8676 name. Be sure to set FONTSET_ASCII to the correct font name.
8677 (update_auto_fontset_alist): New function.
8678
8679 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
8680
8681 * makefile.w32-in: Update dependencies.
8682
8683 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
8684
8685 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
8686
8687 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8688
8689 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
8690
8691 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
8692
8693 * lread.c (Feval_buffer): Doc fix.
8694
8695 2009-03-09 Kenichi Handa <handa@m17n.org>
8696
8697 * charset.c (Qfile_name_handler_alist): Extern it.
8698 (load_charset_map_from_file): Temporarily bind
8699 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
8700
8701 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
8702
8703 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
8704 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
8705
8706 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
8707
8708 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
8709 (x_set_window_size): Change back to calculated method of setting
8710 toolbar height under Cocoa. (Bug#2546)
8711 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
8712 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
8713
8714 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
8715
8716 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
8717 accelerator in parens under GNUstep.
8718
8719 2009-03-06 Kenichi Handa <handa@m17n.org>
8720
8721 These changes are to detect incorrect composition sequence without
8722 looking ahead the source. (Bug#2370)
8723
8724 * coding.h: Include "composite.h".
8725 (enum compisition_state): New enum.
8726 (struct compisition_status): New struct.
8727 (struct iso_2022_spec): New member cmp_status.
8728 (struct emacs_mule_spec): New struct.
8729 (struct coding_system): New members ctext_extended_segment_len and
8730 embedded_utf_8. Change the union member
8731 spec.emacs_mule_full_support to spec.emacs_mule.
8732
8733 * coding.c (CODING_ISO_CMP_STATUS): New macro.
8734 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
8735 (MAX_ANNOTATION_LENGTH): Define to 5.
8736 (ADD_COMPOSITION_DATA): New arg nbytes.
8737 (emacs_mule_char): New arg cmp_status.
8738 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
8739 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
8740 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
8741 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
8742 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
8743 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
8744 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
8745 (EMACS_MULE_COMPOSITION_END): New macro.
8746 (emacs_mule_finish_composition): New function.
8747 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
8748 (decode_coding_emacs_mule): Avoid long looking ahead while
8749 handling composition.
8750 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
8751 (ENCODE_COMPOSITION_RULE): New macro.
8752 (finish_composition): New function.
8753 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
8754 (DECODE_COMPOSITION_START): New implementation.
8755 (DECODE_COMPOSITION_END): Likewise.
8756 (STORE_COMPOSITION_RULE): New macro.
8757 (decode_coding_iso_2022): Avoid long looking ahead while handling
8758 composition, CTEXT extended segment, and embedded UTF-8.
8759 (setup_coding_system): For a coding of type iso-2022, reset
8760 CODING_ISO_EXTSEGMENT_LEN (coding) and
8761 CODING_ISO_EMBEDDED_UTF_8 (coding).
8762 (get_translation): Delete arguments last_block, from_nchars,
8763 to_nchars. Callers changed.
8764 (produce_chars): Don't modify charbuf. Adjusted for the change of
8765 get_translation.
8766 (produce_composition): Adjust for the new annotation sequence.
8767 (handle_composition_annotation): Likewise.
8768 (consume_chars): Adjust for the change of get_translation.
8769
8770 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
8771
8772 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
8773
8774 2009-03-05 Kenichi Handa <handa@m17n.org>
8775
8776 * font.c (font_select_entity): New function.
8777 (font_find_for_lface): Use font_select_entity to select a font.
8778
8779 * fontset.c (fontset_find_font): If a font found without
8780 restricting to the characters C doesn't support C, try to find a
8781 font with C restriction.
8782
8783 2009-03-04 Nikolaj Schumacher <me@nschum.de>
8784
8785 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
8786
8787 2009-03-04 Jason Rumney <jasonr@gnu.org>
8788
8789 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
8790 characters that have already been read. (Bug#2569)
8791
8792 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
8793 Log an error message if check_image_size failed.
8794 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
8795 (gs_load): Mention max-image-size in size error message. (Bug#2560)
8796
8797 2009-03-02 Eli Zaretskii <eliz@gnu.org>
8798
8799 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
8800 when decoding process output.
8801
8802 2009-03-01 Richard M Stallman <rms@gnu.org>
8803
8804 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
8805
8806 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
8807
8808 2009-02-28 Eli Zaretskii <eliz@gnu.org>
8809
8810 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
8811 (decode_coding_emacs_mule, decode_coding_iso_2022)
8812 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
8813 (decode_coding_raw_text, decode_coding_charset)
8814 (setup_coding_system, decode_eol, decode_coding, consume_chars):
8815 Honor inhibit-eol-conversion. (Bug #2186)
8816
8817 2009-02-28 Jason Rumney <jasonr@gnu.org>
8818
8819 * coding.c (detect_coding_charset): If not checking latin extra,
8820 fail on characters between 0x80 and 0xA0. (Bug#2354)
8821
8822 2009-02-28 Eli Zaretskii <eliz@gnu.org>
8823
8824 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
8825 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
8826
8827 2009-02-27 Glenn Morris <rgm@gnu.org>
8828
8829 * callint.c (Finteractive): Doc fix.
8830
8831 2009-02-27 Kenichi Handa <handa@m17n.org>
8832
8833 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
8834
8835 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
8836
8837 * font.c (font_style_to_value): Set value for unknown symbols to
8838 100 instead of 255.
8839 (weight_table, slant_table, width_table): Treat "unspecified" as
8840 the default value.
8841
8842 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
8843
8844 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
8845
8846 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
8847
8848 * lread.c (Fload): Stop checking Vloads_in_progress and signal
8849 error as soon as a recursive load is detected.
8850
8851 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8852
8853 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
8854 before caching.
8855
8856 2009-02-24 Kenichi Handa <handa@m17n.org>
8857
8858 * fontset.c (fontset_find_font): Fix the condition for checking
8859 unavailable font.
8860
8861 2009-02-24 Glenn Morris <rgm@gnu.org>
8862
8863 * xfaces.c (Finternal_set_font_selection_order): Remove leading
8864 whitespace that confuses documentation.
8865
8866 2009-02-23 Miles Bader <miles@gnu.org>
8867
8868 * process.c (Flist_system_processes, Fprocess_attributes)
8869 (syms_of_process): Rename `system-process-attributes' to
8870 `process-attributes'.
8871
8872 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
8873
8874 * coding.h (struct coding_system): Make safe_charsets a pointer to
8875 unsigned char.
8876 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
8877 being 255.
8878 (SAFE_CHARSET_P): Likewise.
8879 (setup_iso_safe_charsets): Properly setup safe_charsets.
8880 (Fdefine_coding_system_internal): Likewise.
8881 (setup_coding_system): Likewise. Remove unneeded casts.
8882 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
8883 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
8884 unneeded casts.
8885
8886 * insdel.c (del_range_2): Don't modify gap contents when called
8887 from decode_coding_object. (Bug#1809)
8888
8889 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
8890
8891 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
8892 Qfont_object.
8893 (Ftype_of): Recognize font objects.
8894
8895 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
8896
8897 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
8898 moved to data.c.
8899
8900 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8901
8902 * nsterm.m (x_make_frame_invisible): Unset async_visible,
8903 async_iconified. Based on a patch by Christian Lynbech
8904 <christian.lynbech@tieto.com>.
8905 (EmacsView-windowDidMiniaturize:): Unset async_visible.
8906
8907 2009-02-20 Glenn Morris <rgm@gnu.org>
8908
8909 * syntax.c (Fskip_chars_forward): Fix doc typo.
8910
8911 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
8912
8913 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
8914
8915 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
8916
8917 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
8918
8919 2009-02-19 Kenichi Handa <handa@m17n.org>
8920
8921 * coding.c (detect_coding): Preserve coding->mode.
8922 Don't overflow coding->carryover. (Bug#2370)
8923
8924 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
8925
8926 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
8927
8928 2009-02-18 Kenichi Handa <handa@m17n.org>
8929
8930 * font.c (font_check_otf_features): Fix handling of `nil' element.
8931 (Ffont_spec): Describe :lang and :otf in the docstring.
8932
8933 2009-02-16 Andreas Schwab <schwab@suse.de>
8934
8935 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
8936 string.
8937
8938 2009-02-16 Kenichi Handa <handa@m17n.org>
8939
8940 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
8941 (Bug#1723)
8942
8943 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
8944
8945 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8946
8947 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
8948 (handle_line_prefix): Suppress wrapping of wrap prefixes.
8949
8950 2009-02-14 Eli Zaretskii <eliz@gnu.org>
8951
8952 * msdos.c (MAX_SCREEN_BUF): New macro.
8953 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
8954 Encode the entire run of glyphs sharing the same face, instead of
8955 doing that one glyph at a time (fixes a bug with displaying
8956 double-size characters).
8957
8958 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
8959
8960 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
8961
8962 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
8963 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
8964 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
8965
8966 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
8967 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
8968
8969 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
8970
8971 * keyboard.c (adjust_point_for_property): Allow stopping between two
8972 invisible areas.
8973
8974 2009-02-12 Jason Rumney <jasonr@gnu.org>
8975
8976 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
8977 (add_font_entity_to_list): Call check_face_name even when family
8978 is unspecified.
8979
8980 * w32term.c (x_display_pixel_height, x_display_pixel_width):
8981 Release DC when finished. Use NULL window to refer to desktop.
8982 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
8983
8984 * w32font.c (add_font_entity_to_list): Fix check for substituted
8985 raster fonts. (Bug#2219)
8986
8987 2009-02-12 Kenichi Handa <handa@m17n.org>
8988
8989 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
8990 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
8991 (autocmp_chars): Use fast_looking_at. Don't compose more
8992 characters than MAX_COMPOSITION_COMPONENTS.
8993 (find_automatic_composition): While looking forward and backward,
8994 check static composition. Fix where to stop looking forward.
8995 (composition_adjust_point): Fix checking of static composition.
8996 (Fcomposition_get_gstring): Pay attention to
8997 MAX_COMPOSITION_COMPONENTS.
8998
8999 * lisp.h (fast_looking_at): Extern it.
9000
9001 * search.c (fast_looking_at): New function.
9002
9003 * term.c (encode_terminal_code): Adjust for the change of
9004 <struct glyph>.u.cmp.to.
9005 (append_composite_glyph): Likewise.
9006
9007 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
9008 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
9009 composition.
9010 (append_composite_glyph): Adjust for the change of
9011 <strcut glyph>.u.cmp.to.
9012
9013 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
9014
9015 * casetab.c (init_casetab_once):
9016 * coding.c (ALLOC_CONVERSION_WORK_AREA):
9017 * font.c (font_update_lface):
9018 * fontset.c (Fnew_fontset):
9019 * ftfont.c (ftfont_drive_otf):
9020 * xfont.c (xfont_open):
9021 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
9022
9023 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9024
9025 * fileio.c (Fwrite_region): !NILP -> CONSP.
9026
9027 2009-02-10 Andreas Schwab <schwab@suse.de>
9028
9029 * process.c (send_process): Properly relocate pointer into data
9030 when using encoded data. (Bug#2272)
9031
9032 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
9033
9034 * coding.c (detect_coding_charset): Fix previous change.
9035
9036 2009-02-08 Jason Rumney <jasonr@gnu.org>
9037
9038 * w32fns.c (w32_hide_hourglass): Handle case where frame
9039 disappeared while hourglass was displayed. (Bug #2193)
9040
9041 2009-02-07 Andreas Schwab <schwab@suse.de>
9042
9043 * unexelf.c (unexec): Fix error message.
9044
9045 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
9046
9047 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
9048 when modal window is active. (Bug #2152)
9049 (applicationShouldTerminate:): Remove now-unneeded while loop
9050 around NSRunAlertPanel.
9051
9052 * nsmenu.m (popupSession): New file-global variable.
9053 (pop_down_menu): End the popupSession before closing dialog.
9054 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
9055 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
9056 don't query NSApp for events (just sleep instead).
9057
9058 2009-02-07 Eli Zaretskii <eliz@gnu.org>
9059
9060 * coding.c (syms_of_coding) <translation-table-for-input>:
9061 Modify doc string to discourage use for character code unification.
9062
9063 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9064
9065 * atimer.c (run_timers): Update pending_atimers.
9066
9067 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
9068
9069 * image.c (svg_load_image): Fix last change.
9070
9071 * xfns.c (Fx_create_frame): Signal an error if no font is
9072 found (Bug#2147).
9073
9074 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
9075
9076 * character.c (syms_of_character) <script-representative-chars>:
9077 Fix typo in docstring.
9078
9079 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9080
9081 * nsmenu.m (pop_down_menu): New function.
9082 (ns_popup_dialog): Call it on unwind.
9083 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
9084 call timer_check() (Bug#2154).
9085 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
9086 handling_signal is set.
9087 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
9088
9089 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
9090
9091 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
9092
9093 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
9094
9095 * keyboard.c (poll_for_input_1, handle_async_input):
9096 Set handling_signal under HAVE_NS.
9097
9098 2009-02-04 Glenn Morris <rgm@gnu.org>
9099
9100 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
9101
9102 2009-02-04 Kenichi Handa <handa@m17n.org>
9103
9104 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
9105
9106 * charset.c (Fchar_charset): New optional arg restriction.
9107
9108 * coding.h (coding_system_charset_list): Extern it.
9109
9110 * coding.c (coding_system_charset_list): New function.
9111
9112 * composite.c: Include coding.h and termhooks.h.
9113 (composition_gstring_p): Fix for the terminal case.
9114 (composition_gstring_width): Likewise.
9115 (fill_gstring_body): Likewise.
9116 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
9117 the frame.
9118 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
9119 is within a composition.
9120 (Fcomposition_get_gstring): Fix the terminal case.
9121
9122 * term.c (encode_terminal_code): Fix handling of composition.
9123 (produce_composite_glyph): For static composition, get pixel_width
9124 from struct composition.
9125
9126 2009-02-02 Andreas Schwab <schwab@suse.de>
9127
9128 * unexelf.c (unexec): Handle unaligned bss offset.
9129
9130 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9131
9132 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
9133 XT,w32read_socket changes to ns_read_socket.
9134
9135 * keyboard.c (handle_interrupt): Don't call
9136 quit_throw_to_read_char() under NS.
9137
9138 * blockinput.h: Remove NS-specific code.
9139
9140 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
9141
9142 * dispnew.c (window_change_signal): Don't try to get the size of a
9143 suspended tty frame.
9144 * term.c (Fresume_tty): Resize if the size has changed while the
9145 tty was suspended.
9146
9147 * alloc.c (mark_stack): Properly conditionalize previous change.
9148
9149 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
9150
9151 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
9152 * w32term.c (w32_read_socket) [SYNC_INPUT]:
9153 Remove; this code is not used on Windows.
9154
9155 2009-01-30 Eli Zaretskii <eliz@gnu.org>
9156
9157 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
9158 EOLs that also has stray ^M characters.
9159
9160 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
9161
9162 * atimer.c (run_timers, alarm_signal_handler):
9163 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
9164 * w32inevt.c (w32_console_read_socket):
9165 * w32term.c (w32_read_socket):
9166 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
9167
9168 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
9169
9170 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
9171 Initialize it as a relative filename pattern.
9172 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
9173 (Fcall_process_region): Simplify temp file creation using
9174 temporary-file-directory.
9175
9176 2009-01-29 Eli Zaretskii <eliz@gnu.org>
9177
9178 * msdos.c: Rename pending_signals to msdos_pending_signals.
9179 (sig_suspender, sigprocmask): Adjust.
9180
9181 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
9182
9183 * keyboard.c (pending_signals): New var.
9184 (poll_for_input, input_available_signal, init_keyboard): Set it.
9185 (process_pending_signals): New function.
9186
9187 * lisp.h (QUIT): Check pending_signals instead of
9188 interrupt_input_pending. Use process_pending_signals.
9189
9190 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
9191
9192 * process.c (wait_reading_process_output): Use process_pending_signals.
9193
9194 * sysdep.c (emacs_write): Use process_pending_signals.
9195
9196 * xterm.c (XTread_socket): Update pending_signals.
9197
9198 * w32term.c (w32_read_socket): Update pending_signals.
9199
9200 * w32inevt.c (w32_console_read_socket): Update pending_signals.
9201
9202 2009-01-29 Kenichi Handa <handa@m17n.org>
9203
9204 * xftfont.c (xftfont_has_char): New function.
9205 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
9206
9207 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
9208
9209 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
9210 under GNUstep.
9211 (ns_query_color): New declaration.
9212
9213 * nsterm.m (ns_confirm_quit): New variable.
9214 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
9215 (EmacsApp-applicationShouldTerminate:): Use it.
9216 (EmacsPrefsController): Let user set it.
9217 (ns_query_color): New function.
9218 (ns_defined_color): Use it.
9219 (ns_initialize): Drop.
9220 (ns_term_init): Add two lines from ns_initialize(), and set
9221 input_interrupt_mode to nil.
9222
9223 * image.c (svg_load_image): Don't right-shift background RGB when
9224 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
9225
9226 2009-01-28 Kenichi Handa <handa@m17n.org>
9227
9228 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
9229 (fontset_get_font_group): Remember that no font-group is specified
9230 for C.
9231
9232 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
9233
9234 * fns.c (concat): Check for string overflow (bug#1787).
9235
9236 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
9237 Quadruple undo limits (bug#1501).
9238
9239 2009-01-27 Kenichi Handa <handa@m17n.org>
9240
9241 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
9242 directly use GT_Get_Char_index.
9243
9244 * xftfont.c (struct xftfont_info): New member `index'.
9245
9246 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
9247 (Ffontset_font): Adjust for the change of fontset entry.
9248
9249 2009-01-26 Kenichi Handa <handa@m17n.org>
9250
9251 * fontset.c (fontset_find_font): Fix handling of non-cons return
9252 value of fontset_get_font_group.
9253 (fontset_font): Revert last change.
9254
9255 2009-01-26 Jason Rumney <jasonr@gnu.org>
9256
9257 * w32font.c (w32font_list_internal): Return quickly if registry is
9258 unknown. Simplify final return.
9259 (add_font_entity_to_list): Break complex logic down into more
9260 manageable chunks. Move unknown registry check to
9261 w32font_list_internal.
9262
9263 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
9264
9265 Changes to remove Feval calls from GUI under NS.
9266
9267 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
9268 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
9269 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
9270
9271 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
9272 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
9273 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
9274 instead of NON_ASCII_KEYSTROKE_EVENT.
9275 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
9276 (EmacsApp-applicationShouldTerminate:): Query user.
9277 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
9278 instead of Feval.
9279
9280 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
9281
9282 * keyboard.c (kbd_buffer_get_event): Check for it.
9283 (keys_of_keyboard): Define lispy keys for
9284 ns-put/unput-working-text.
9285
9286 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
9287 versions.
9288 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
9289
9290 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
9291
9292 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
9293 setting current_buffer directly. (Bug#2044)
9294
9295 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
9296
9297 * fontset.c (fontset_font): If we know there is no font, don't do
9298 any work. (Bug#1952, bug#1990).
9299
9300 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
9301
9302 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
9303
9304 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
9305 (ns_no_defaults): New declaration.
9306 (main): Use it.
9307
9308 * nsterm.h (ns_no_defaults): New declaration.
9309
9310 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
9311
9312 * nsterm.m (ns_no_defaults): New variable.
9313 (ns_initialize): Don't read defaults when ns_no_defaults.
9314 (EmacsView-readSelectionFromPasteboard:)
9315 (writeSelectionToPasteboard:types:): New stubbed-out methods for
9316 NSServicesRequests protocol. (Bug#1435)
9317 (ns_dumpglyphs_stretch): New function.
9318 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
9319 of 2008-11-15 to other terms. (Bug#615)
9320
9321 * nsimage.m (setPixmapData:): Set to ignore image DPI.
9322
9323 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
9324
9325 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
9326 call for Sparc64.
9327
9328 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9329
9330 * nsfns.m:
9331 * nsgui.h:
9332 * nsmenu.m:
9333 * nsselect.m:
9334 * nsterm.h:
9335 * nsterm.m: Remove '23' comments that indicated code added during
9336 update from emacs-20 -> emacs-23.
9337
9338 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9339
9340 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
9341 ns_alternate_modifier. (Bug#1217)
9342
9343 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
9344 Display all shortcuts, including those w/o super modifier.
9345
9346 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
9347
9348 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
9349
9350 * fileio.c (Vwrite_region_post_annotation_function)
9351 (Vwrite_region_annotation_buffers): New vars.
9352 (build_annotations_unwind): Just reset
9353 Vwrite_region_annotation_buffers.
9354 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
9355 Call write-region-post-annotation-function.
9356 (build_annotations): Add to Vwrite_region_annotation_buffers if
9357 buffer changes.
9358
9359 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
9360
9361 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
9362 Tiger.
9363 * nsfns.m (ns_do_applescript):
9364 Conditionalize typeUTF16ExternalRepresentation on Tiger.
9365
9366 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
9367
9368 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
9369
9370 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
9371
9372 * nsmenu.m (NSMENUPROFILE): Change #if style.
9373
9374 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
9375
9376 * nsterm.m (x_set_frame_alpha): Add prototype.
9377 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
9378 handle Ctrl-tab. (Bug#1841)
9379 (ns_get_color): Use unsigned long long for scanned hex string value.
9380 (ns_term_shutdown): Abort on non SIGTERM signals.
9381 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
9382 (EmacsPrefsController-setPanelFromDefaultValues): New function.
9383 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
9384 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
9385 (ns_defined_color): Fix settings of the XColor variable fields:
9386 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
9387
9388 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
9389 DPI. (Bug#1316)
9390 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
9391 values in onTiger section.
9392
9393 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
9394
9395 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
9396 Check return value of font_spec_from_name.
9397 (Fx_list_fonts): Doc fix. (Bug#1951)
9398
9399 * font.c (font_spec_from_name): Return Qnil if font name could not
9400 be parsed.
9401 (font_parse_name): Treat a `?' character as part of an XLFD.
9402
9403 * fns.c (Fsubstring): Doc fix.
9404
9405 2009-01-19 Kenichi Handa <handa@m17n.org>
9406
9407 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
9408 (ftfont_list): Likewise.
9409
9410 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
9411
9412 * dbusbind.c (Fdbus_register_signal):
9413 * process.c (conv_sockaddr_to_lisp):
9414 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
9415
9416 * callproc.c (Fgetenv_internal): Doc fix.
9417
9418 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
9419
9420 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
9421 it is not even used.
9422
9423 2009-01-16 Glenn Morris <rgm@gnu.org>
9424
9425 * font.c (Ffont_variation_glyphs): Silence compiler.
9426
9427 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
9428
9429 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
9430 Reported by David Robinow <drobinow@gmail.com>.
9431
9432 2009-01-15 Kenichi Handa <handa@m17n.org>
9433
9434 * coding.c (detect_coding_system): Fix handling of null_byte_found.
9435
9436 2009-01-14 Jason Rumney <jasonr@gnu.org>
9437
9438 * frame.c (x_set_font): Always store a font to the font parameter,
9439 never a fontset. (Bug#1562)
9440
9441 2009-01-14 Kenichi Handa <handa@m17n.org>
9442
9443 * coding.c (TWO_MORE_BYTES): New macro.
9444 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
9445
9446 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
9447
9448 * font.c (font_clear_prop): If clearing the family, clear the font
9449 width index too.
9450
9451 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
9452
9453 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
9454
9455 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
9456 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
9457 functions, use sizeof.
9458
9459 2009-01-12 Martin Rudalics <rudalics@gmx.at>
9460
9461 * keyboard.c (read_char): Fix case where last_nonmenu_event
9462 returned a bad value with submenus. (Bug#447)
9463
9464 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
9465
9466 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
9467 family, clear the font width index too.
9468
9469 2009-01-11 Jason Rumney <jasonr@gnu.org>
9470
9471 * keyboard.c (cmd_error_internal): Exit when errors occur before
9472 frame creation and not in daemon mode. (Bug#1836)
9473
9474 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
9475
9476 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
9477 of a display vector, backtrack.
9478 (try_window_reusing_current_matrix): Check glyph type before
9479 referencing charpos member.
9480
9481 2009-01-10 Eli Zaretskii <eliz@gnu.org>
9482
9483 Fix Bug #876:
9484
9485 * coding.c (inhibit_null_byte_detection): New variable.
9486 (detect_coding, detect_coding_system): Don't pay attention to null
9487 bytes if inhibit_null_byte_detection is non-zero.
9488 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
9489 <inhibit-iso-escape-detection>: Doc fix.
9490
9491 2009-01-09 Jason Rumney <jasonr@gnu.org>
9492
9493 * w32font.c (add_font_entity_to_list): Don't report unknown
9494 Windows charset as any unrecognized registry. (Bug#1548)
9495 Only report Unicode Plane 2 fonts as unicode-sip.
9496
9497 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
9498
9499 * xfaces.c (Fx_font_family_list): Delete function.
9500 Move compatibility version to faces.el.
9501
9502 * font.c (Ffont_family_list): Return a list of strings, not symbols.
9503
9504 2009-01-09 Martin Rudalics <rudalics@gmx.at>
9505
9506 * frame.c (x_set_frame_parameters): Remember requested value for
9507 fullscreen before it's reset by the parameter handler.
9508
9509 2009-01-09 Glenn Morris <rgm@gnu.org>
9510
9511 * keyboard.c (last_command_char): For clarity, rename to...
9512 (last_command_event): ... and update all users.
9513 (last_input_char): For clarity, rename to...
9514 (last_input_event): ... and update all users.
9515 (last-command-char, last-input-char): Move to subr.el as aliases.
9516 * cmds.c, commands.h: Update for last_command_char rename.
9517
9518 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
9519
9520 * font.c (font_open_for_lface): Handle unspecified height attribute.
9521
9522 2009-01-08 Jason Rumney <jasonr@gnu.org>
9523
9524 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
9525 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
9526 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
9527 Don't declare.
9528 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
9529 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
9530
9531 2009-01-07 Kenichi Handa <handa@m17n.org>
9532
9533 * fileio.c (Finsert_file_contents): In the case of replace,
9534 remember the coding system used for decoding in
9535 coding_system (Bug#1039).
9536
9537 * coding.c (decode_coding_utf_8): Check byte_after_cr before
9538 breaking the loop. (Bug#870)
9539 (decode_coding_utf_16, decode_coding_emacs_mule)
9540 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
9541 (decode_coding_charset): Likewise.
9542
9543 2009-01-05 Martin Rudalics <rudalics@gmx.at>
9544
9545 * frame.c (x_set_frame_parameters): Make sure height (width) get
9546 applied when fullwidth (fullheight) is set. (Bug#1522)
9547
9548 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
9549
9550 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
9551 (utc_base): Declare as ULONGLONG, not long double.
9552 (convert_time_raw): Delete.
9553 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
9554 (initialize_utc_base): New function.
9555 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
9556 (convert_from_time_t): Use initialize_utc_base; compute result with
9557 64-bit arithmetic.
9558 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
9559
9560 2009-01-03 Eli Zaretskii <eliz@gnu.org>
9561
9562 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
9563 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
9564 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
9565 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
9566 [!subprocesses]: Define.
9567 (syms_of_process) [!subprocesses]: Intern and staticpro them.
9568 (Flist_system_processes, Fsystem_process_attributes)
9569 [!subprocesses]: Call list_system_processes and
9570 system_process_attributes instead of returning Qnil.
9571
9572 * dosfns.c (system_process_attributes, list_system_processes):
9573 New functions.
9574
9575 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
9576
9577 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
9578 Don't use the default (no-op) implementation.
9579
9580 2009-01-03 Jason Rumney <jasonr@gnu.org>
9581
9582 * keyboard.c (parse_modifiers_uncached): Wheel events are
9583 clicks (bug#687).
9584
9585 * w32term.c (x_query_colors, x_query_color): New functions.
9586
9587 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
9588 (svg_load_image): Cast returned pointers from dynamically loaded
9589 functions. Eliminate W32 specific code.
9590
9591 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
9592
9593 * nsfns.m (x_set_foreground_color, x_set_background_color)
9594 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
9595 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
9596 x_ prefix instead of ns_. Update references.
9597 (syms_of_nsfns): Add a FIXME comment.
9598
9599 * nsterm.m (x_set_cursor_type): New prototype.
9600 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
9601
9602 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
9603 for Solaris instead of incorrectly providing Qutime and Qcutime.
9604
9605 2009-01-02 Eli Zaretskii <eliz@gnu.org>
9606
9607 * w32.c (process_times): Compute sum of utime and stime.
9608 (system_process_attributes): Add Qtime to the alist.
9609
9610 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
9611 and add them to the alist.
9612
9613 * process.c (top level) <Qtime, Qctime>: New variables.
9614 (syms_of_process): staticpro them.
9615 (Fsystem_process_attributes): Add their documentation to the doc
9616 string.
9617
9618 * process.h: Declare Qtime and Qctime.
9619
9620 2009-01-02 Jason Rumney <jasonr@gnu.org>
9621
9622 * image.c (Qgobject): New symbol.
9623 (syms_of_image): Initialize it.
9624 (init_svg_functions): Load some functions from gobject library.
9625
9626 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
9627
9628 * frame.c (make_terminal_frame): Remove redundant code and useless
9629 block.
9630
9631 2009-01-01 Andreas Schwab <schwab@suse.de>
9632
9633 * process.c (conv_sockaddr_to_lisp): Add workaround for
9634 getsockname bug on BSD.
9635
9636 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
9637
9638 * xfns.c (x_create_tip_frame): Set border width of the X window.
9639
9640 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9641
9642 2009-01-01 Jason Rumney <jasonr@gnu.org>
9643
9644 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
9645 Don't block input, as per earlier xterm.c changes.
9646
9647 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
9648
9649 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
9650 (ns_appkit_version_int): New function.
9651 (x-server-version): Use ns_appkit_version_int and follow 21+
9652 convention of returning 3 integers.
9653
9654 2008-12-30 Kenichi Handa <handa@m17n.org>
9655
9656 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
9657 (CHAR_SURROGATE_PAIR_P): New macro.
9658
9659 * font.h (struct font_driver): New member get_variation_glyphs.
9660
9661 * font.c (font_range): Don't require a font for a variation selector.
9662 (Ffont_variation_glyphs): New function.
9663 (syms_of_font): Defsubr it.
9664
9665 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
9666 ftfont_variation_glyphs.
9667 (setup_otf_gstring): New function.
9668 (ftfont_drive_otf): Use it.
9669 (ftfont_shape_by_flt): Handle variation selector.
9670 (ftfont_variation_glyphs): New function.
9671
9672 2008-12-30 Martin Rudalics <rudalics@gmx.at>
9673
9674 * frame.c (Vemacs_iconified): Remove.
9675
9676 2008-12-30 Jason Rumney <jasonr@gnu.org>
9677
9678 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9679 WINDOWSNT too, as related changes have already been synced. (Bug#117)
9680
9681 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
9682
9683 * indent.c (Fvertical_motion): Don't advance iterator if we have
9684 reseated to the desired position.
9685
9686 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
9687 checking for pos match.
9688
9689 2008-12-30 Kenichi Handa <handa@m17n.org>
9690
9691 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
9692 just get the low 8-bit of the code.
9693
9694 * font.c (font_intern_prop): Validate str as multibyte.
9695
9696 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
9697
9698 * dispextern.h (struct face): Move lface and hash from the middle
9699 of bitfields.
9700
9701 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
9702
9703 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
9704
9705 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
9706 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
9707 instead of intervals.h.
9708
9709 2008-12-26 Andreas Schwab <schwab@suse.de>
9710
9711 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
9712 cons.
9713
9714 2008-12-26 Martin Rudalics <rudalics@gmx.at>
9715
9716 * textprop.c (Qminibuffer_prompt): New variable.
9717 (syms_of_textprop): Initialize it.
9718 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
9719 in minibuffer-prompt face. (Bug#1662)
9720
9721 2008-12-25 Jason Rumney <jasonr@gnu.org>
9722
9723 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
9724
9725 2008-12-24 Jason Rumney <jasonr@gnu.org>
9726
9727 * ralloc.c (r_alloc_reset_variable): New function.
9728
9729 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9730 record of what points where. (Bug#716)
9731
9732 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
9733
9734 * minibuf.c (read_minibuf): Follow the non-interactive case when
9735 running as a daemon, before detaching.
9736
9737 2008-12-22 Andreas Schwab <schwab@suse.de>
9738
9739 * buffer.c (init_buffer): Use realloc instead of xrealloc.
9740 * gtkutil.c (free_widget_value): Use xfree instead of free.
9741
9742 2008-12-22 Martin Rudalics <rudalics@gmx.at>
9743
9744 * frame.c (delete_frame): New function derived from
9745 Fdelete_frame to handle Qnoelisp value for FORCE argument.
9746 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
9747 (Fdelete_frame): Call delete_frame. Remove line from doc-string
9748 saying that FORCE non-nil doesn't run `delete-frame-functions'.
9749 * frame.h: Extern delete_frame.
9750 * window.c (window_loop):
9751 * terminal.c (delete_terminal):
9752 * xterm.c (x_connection_closed):
9753 * xfns.c (Fx_hide_tip):
9754 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
9755
9756 2008-12-21 Jason Rumney <jasonr@gnu.org>
9757
9758 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
9759 when character maps to .notdef character.
9760
9761 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
9762
9763 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
9764
9765 2008-12-20 Jason Rumney <jasonr@gnu.org>
9766
9767 * frame.c (Fmake_terminal_frame): Raise an error when called from
9768 a graphical frame on Windows. (Bug#1325)
9769
9770 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
9771
9772 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
9773
9774 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
9775
9776 * minibuf.c (Fread_buffer): Doc fix.
9777
9778 2008-12-20 Jason Rumney <jasonr@gnu.org>
9779
9780 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9781 server name in UNC paths. (Bug#719)
9782
9783 * coding.c (decode_coding): Clear chars_at_source flag when using
9784 charbuf. (Bug#1035)
9785
9786 2008-12-19 Daniel Engeler <engeler@gmail.com>
9787
9788 * sysdep.c (serial_configure): Fix typo.
9789
9790 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
9791
9792 * sysdep.c: Include alloca.h.
9793 (system_process_attributes): Add implementation for Solaris.
9794
9795 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
9796
9797 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
9798
9799 Reorganize implementation of Flist_system_processes and
9800 Fsystem_process_attributes. No functional changes.
9801 * process.c: Don't #include pwd.h, grp.h and limits.h.
9802 (Flist_system_processes): Just call list_system_processes.
9803 (Fsystem_process_attributes): Just call system_process_attributes.
9804 (procfs_list_system_processes, time_from_jiffies)
9805 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9806 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
9807
9808 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
9809 (list_system_processes): Rename from
9810 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
9811 Provide a do nothing implementation.
9812 (system_process_attributes): Rename from
9813 procfs_list_system_processes.
9814 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9815 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
9816
9817 * w32.c (list_system_processes): Rename from
9818 w32_list_system_processes.
9819 (system_process_attributes): Rename from
9820 w32_system_process_attributes.
9821
9822 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
9823
9824 * process.h (w32_list_system_processes)
9825 (w32_system_process_attributes): Remove.
9826 (list_system_processes, system_process_attributes):
9827 New prototypes.
9828
9829 2008-12-19 Kenichi Handa <handa@m17n.org>
9830
9831 * xfont.c (xfont_decode_coding_xlfd): New function.
9832 (xfont_encode_coding_xlfd): New function.
9833 (xfont_list_pattern): Decode XLFD by iso-8859-1.
9834 (xfont_list): Decode and encode XLFD by iso-8859-1.
9835 (xfont_match): Likewise.
9836 (xfont_list_family): Likewise.
9837 (xfont_open): Likewise.
9838
9839 * ftfont.c (ftfont_open): Generate a multibyte string if given
9840 names are utf-8.
9841
9842 * xftfont.c (xftfont_open): Generate a multibyte string if given
9843 names are utf-8.
9844
9845 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
9846
9847 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
9848 changed.
9849 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
9850 clicked on a detached tool bar button.
9851
9852 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
9853
9854 * emacs.c (main): Print and error and exit when no data is read
9855 from the pipe.
9856
9857 2008-12-17 Jason Rumney <jasonr@gnu.org>
9858
9859 * w32font.c (w32font_has_char): Always return -1.
9860
9861 2008-12-16 Kenichi Handa <handa@m17n.org>
9862
9863 * font.c (font_open_entity): Fix previous change.
9864
9865 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
9866
9867 * process.c: Include <limits.h>.
9868
9869 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
9870
9871 * font.c (font_update_drivers): Fix mistake in reconstructing the
9872 driver list.
9873
9874 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
9875
9876 * font.c (font_clear_cache): Fix format of font cache data.
9877
9878 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
9879
9880 * xftfont.c (xftfont_open): Free Xft font pattern if
9881 XftFontOpenPattern fails.
9882
9883 * xterm.c (x_free_frame_resources): Remove extraneous call to
9884 free_frame_faces.
9885
9886 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
9887
9888 * xterm.c (x_delete_display): Move xim_close_dpy call to
9889 x_delete_terminal.
9890 (x_delete_terminal): Call xim_close_dpy.
9891
9892 2008-12-13 Jason Rumney <jasonr@gnu.org>
9893
9894 * w32font.c (intern_font_name): New function.
9895 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
9896 (w32font_open_internal, Fx_select_font): Decode font name.
9897 (fill_in_logfont, list_all_matching_fonts): Encode font name.
9898
9899 * w32font.h (intern_font_name): Declare new function.
9900
9901 * w32uniscribe.c (add_opentype_font_name_to_list):
9902 Use intern_font_name.
9903
9904 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
9905
9906 * frame.c (Fdelete_frame): Call free_font_driver_list.
9907
9908 * font.c (free_font_driver_list): Implement missing function.
9909
9910 * w32term.c (w32_term_init): Don't initialize the image cache
9911 here; it will be done in init_frame_faces.
9912
9913 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
9914 (struct x_display_info): Remove unused member null_pixel. New
9915 member xim_callback_data.
9916
9917 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
9918 (xim_initialize): Save pointer to callback function data.
9919 (xim_close_dpy): Free callback function data. Call XCloseIM,
9920 reverting 2008-11-04 change by David Smith.
9921 (x_term_init): Don't initialize the image cache here; it will be
9922 done in init_frame_faces. Remove ancient "null_pixel" cruft.
9923 (x_delete_display): Free x_dnd_atoms member.
9924
9925 2008-12-13 Kenichi Handa <handa@m17n.org>
9926
9927 * font.c (font_rescale_ratio): Moved from xfaces.c.
9928 Argument type changed. Handle a font-spec too.
9929 (font_score): Check Vface_font_rescale_alist.
9930 (font_open_entity): Likewise. (Bug#1547)
9931
9932 * xfaces.c (font_rescale_ratio): Moved to font.c.
9933
9934 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
9935
9936 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
9937
9938 2008-12-12 Jason Rumney <jasonr@gnu.org>
9939
9940 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
9941 Vwindow_system_version to the real w32 major version.
9942
9943 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
9944
9945 * term.c (init_tty): Move setting the terminal name before the
9946 potential user: maybe_fatal.
9947
9948 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
9949
9950 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
9951 all callers changed. Call free_frame_faces to free the face cache.
9952
9953 2008-12-11 Jason Rumney <jasonr@gnu.org>
9954
9955 * w32font.c (fill_in_logfont): Don't assume symbol script means
9956 SYMBOL_CHARSET. (Bug#547)
9957
9958 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9959 size for surrogates. (Bug#1096, bug#872)
9960
9961 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
9962
9963 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
9964
9965 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
9966
9967 * process.c (Fsystem_process_attributes, syms_of_process):
9968 Fix typo in name of Ssystem_process_attributes.
9969 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
9970
9971 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
9972
9973 * syntax.c (Fmodify_syntax_entry): Doc fix.
9974
9975 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
9976
9977 * font.c (Ffont_spec): Move usage to end of docstring.
9978
9979 2008-12-10 Jason Rumney <jasonr@gnu.org>
9980
9981 * w32font.c (Qcham): New symbol.
9982 (font_supported_scripts): Add cham, and comments for other new
9983 scripts in bitfield from OpenType spec.
9984 (add_font_entity_to_list): Limit unicode-sip fonts to those that
9985 contain characters beyond the bmp.
9986
9987 2008-12-10 Kenichi Handa <handa@m17n.org>
9988
9989 * ftfont.c (fc_charset_table): Add "unicode-sip".
9990 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
9991 Qunicode_sip.
9992
9993 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
9994
9995 * coding.c (QCdefault_char): Rename from QCdefalut_char.
9996 (Fcoding_system_put): Use QCdefault_char.
9997 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
9998
9999 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
10000
10001 * xftfont.c (syms_of_xftfont): Fix typo.
10002
10003 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
10004
10005 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
10006
10007 * emacs.c (main): Close daemon_pipe on exec.
10008
10009 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
10010
10011 * termchar.h (struct tty): New members termcap_term_buffer and
10012 termcap_strings_buffer.
10013
10014 * term.c (encode_terminal_code): Free any previous memory blocks
10015 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
10016 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
10017 All callers changed.
10018 (init_tty): Store termcap data and string buffers in new struct
10019 tty members termcap_term_buffer and termcap_strings_buffer.
10020 (delete_tty): Free them.
10021 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
10022
10023 2008-12-07 Seiji Zenitani <zenitani@mac.com>
10024
10025 * nsfns.m (ns_set_background_color): Remove code duplication.
10026 It was a substitute for face-transparency on OS X 10.3.
10027
10028 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
10029
10030 * coding.c (make_conversion_work_buffer): Disable buffer
10031 modification hooks in the work buffer.
10032
10033 2008-12-05 Eli Zaretskii <eliz@gnu.org>
10034
10035 * process.c (procfs_system_process_attributes): If `nread' has a
10036 negative value, assign zero to it.
10037
10038 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
10039
10040 * eval.c (Vdebug_on_error): Doc fix.
10041
10042 2008-12-05 Kenichi Handa <handa@m17n.org>
10043
10044 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
10045 second character is a combining character.
10046
10047 2008-12-05 Eli Zaretskii <eliz@gnu.org>
10048
10049 * process.c (procfs_system_process_attributes): Don't use cmd,
10050 cmdsize, and q without initializing them first.
10051
10052 2008-12-04 Jason Rumney <jasonr@gnu.org>
10053
10054 * w32font.c (w32font_draw): Initialize orig_clip before getting
10055 it, and delete it when finished.
10056
10057 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
10058
10059 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
10060 case when running as a daemon before detaching.
10061
10062 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
10063
10064 * w32.c (init_environment): Don't unload library shell32.dll.
10065
10066 2008-12-03 Kenichi Handa <handa@m17n.org>
10067
10068 * font.c (font_at): Set `multibyte' at first.
10069
10070 * coding.c (decode_coding_charset): Check type of an element of
10071 vector VALIDS.
10072 (encode_coding_emacs_mule): Be sure to set `code'.
10073
10074 * fontset.c (face_for_char): Handle invalid charset property correctly.
10075 (font_for_char): Likewise.
10076
10077 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
10078
10079 * font.c (Fopen_font): Compute pixel size correctly.
10080 (font_update_lface): Handle fonts with corrupted size specs,
10081 i.e. non-int and non-float.
10082
10083 * ftfont.c (ftfont_match): Initialize entity variable.
10084 (ftfont_resolve_generic_family): Avoid using uninitialized var.
10085 (ftfont_list_family): Initialize list var earlier.
10086
10087 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
10088
10089 * xterm.c (x_draw_glyph_string): Fall back on
10090 underline_minimum_offset for underline position.
10091
10092 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
10093
10094 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
10095
10096 * character.c (c_string_width): Specify the type for LEN.
10097
10098 2008-12-03 Kenichi Handa <handa@m17n.org>
10099
10100 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
10101 (decode_coding_utf_8): Likewise.
10102 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
10103 (produce_chars): Initialize consumed_chars to 0.
10104
10105 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
10106
10107 * keyboard.c (make_lispy_position): Only use PT if the selected
10108 window is current.
10109
10110 2008-12-02 Andreas Schwab <schwab@suse.de>
10111
10112 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
10113
10114 * doprnt.c (doprnt1): Fix size of charbuf.
10115
10116 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
10117
10118 * keyboard.c (timer_check): Revert last change.
10119
10120 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
10121
10122 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
10123
10124 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
10125
10126 * makefile.w32-in: Update dependencies.
10127 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
10128
10129 2008-12-01 Andreas Schwab <schwab@suse.de>
10130
10131 * font.c (register_font_driver): Use xmalloc.
10132 (font_put_frame_data): Likewise.
10133
10134 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
10135
10136 * xfaces.c (realize_x_face): Make abort condition clearer.
10137
10138 * gtkutil.c (update_frame_tool_bar): Initialize variable.
10139
10140 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
10141
10142 * keyboard.c (timer_check): After a timer runs, ensure that the
10143 selected window's buffer is current.
10144
10145 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
10146
10147 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
10148 It was accidentally restored by the Unicode merge.
10149
10150 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
10151
10152 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
10153
10154 * w32proc.c: Include "coding.h".
10155 (Fw32_short_file_name): Encode filename passed to Windows API.
10156 (Fw32_long_file_name): Encode filename passed to Windows API and
10157 decode back the result. (Bug#1433)
10158
10159 2008-11-29 Kenichi Handa <handa@m17n.org>
10160
10161 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
10162 not before accessing it.
10163
10164 * charset.c (Fdefine_charset_internal): After calculating
10165 min_char, max_char, and fastmap, copy the charset structure again.
10166 (encode_char): Fix the previous change.
10167
10168 2008-11-28 Seiji Zenitani <zenitani@mac.com>
10169
10170 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
10171
10172 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
10173
10174 * nsterm.m (x_set_frame_alpha): New function.
10175
10176 2008-11-27 Eli Zaretskii <eliz@gnu.org>
10177
10178 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
10179
10180 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
10181
10182 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
10183 pointer to check_face_name.
10184
10185 2008-11-27 Kenichi Handa <handa@m17n.org>
10186
10187 * category.h (SET_CATEGORY_SET): Call set_category_set.
10188 (set_category_set): Extern it.
10189
10190 * category.c (hash_get_category_set): New function.
10191 (Fmodify_category_entry): Adjusted for the change of
10192 char_table_ref_and_range. Call hash_get_category_set to get a
10193 category set to store in the table.
10194
10195 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
10196 Funify_charset.
10197
10198 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
10199 (DECODE_CHAR): Check if the decoder vector is ready.
10200 (ENCODE_CHAR): Check if the encoder char-table is ready.
10201 (maybe_unify_char): Extern it.
10202
10203 * charset.c (Vchar_unified_charset_table): Delete it.
10204 (inhibit_load_charset_map): New variable.
10205 (temp_charset_work): New variable.
10206 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
10207 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
10208 New macros.
10209 (load_charset_map): Meaning of control_flag changed. If
10210 inhibit_load_charset_map is nonzero, setup a table in
10211 temp_charset_work.
10212 (load_charset): New argument control_flag.
10213 (map_charset_for_dump): New function.
10214 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
10215 map_charset_for_dump.
10216 (Fdefine_charset_internal): If the charset method is MAP, load
10217 mapping tables by calling load_charset.
10218 (Funify_charset): Don't load a mapping table but directly set
10219 Vchar_unify_table.
10220 (maybe_unify_char): New function.
10221 (decode_char): Don't handle the deleted method MAP_DEFERRED.
10222 Handle the case of inhibit_load_charset_map being nonzero.
10223 (encode_char): Don't handle the deleted method MAP_DEFERRED.
10224 Handle the case of inhibit_load_charset_map being nonzero.
10225 (Fclear_charset_maps): Just free temp_charset_work.
10226 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
10227 variable.
10228
10229 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
10230 change of char_table_ref_and_range.
10231 (char_table_ref_and_range): Change the meaning of argument FROM
10232 and TO. Now the caller must provide initial values for *FROM
10233 and *TO.
10234
10235 * fontset.c (fontset_add): Adjusted for the change of
10236 char_table_ref_and_range.
10237 (fontset_get_font_group): Likewise.
10238 (Ffontset_info): Likewise.
10239
10240 * keymap.c (describe_vector): Adjusted for the change of
10241 char_table_ref_and_range. For char-table, put boundary between
10242 non-ASCII and 8-bit characters.
10243
10244 * print.c (print_object): For bool-vector, delete unnecessary
10245 check of ASCII_BYTE_P.
10246
10247 2008-11-26 Jason Rumney <jasonr@gnu.org>
10248
10249 * w32font.c (w32font_open_internal): Don't include external
10250 leading in font height. (Bug#879)
10251
10252 2008-11-26 Glenn Morris <rgm@gnu.org>
10253
10254 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
10255 redefinition with ifdef. (Bug#1383)
10256
10257 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10258
10259 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
10260
10261 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
10262
10263 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
10264 New EmacsView methods.
10265 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
10266 Fixes bug #1048,1357,1414.
10267
10268 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10269
10270 Fix bug #1362.
10271 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
10272 is not an indexed color.
10273 * nsterm.m (free_indexed_color): Add argument checking.
10274 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
10275
10276 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
10277
10278 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
10279 Document confirm-after-completion value for
10280 minibuffer-completion-confirm.
10281
10282 2008-11-24 Jason Rumney <jasonr@gnu.org>
10283
10284 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
10285 warning.
10286
10287 2008-11-23 Jason Rumney <jasonr@gnu.org>
10288
10289 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
10290 restored before returning.
10291
10292 * w32font.c (check_face_name): New function.
10293 (add_font_entity_to_list): Use it to filter out common substituted
10294 fonts. (Bug#642)
10295
10296 2008-11-22 Martin Rudalics <rudalics@gmx.at>
10297
10298 * buffer.c (Fswitch_to_buffer): Reword and mention new option
10299 confirm-nonexistent-file-or-buffer in doc-string.
10300
10301 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10302
10303 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
10304 Fix copy/paste typo. Add checks.
10305
10306 2008-11-21 Kenichi Handa <handa@m17n.org>
10307
10308 * coding.c (detect_coding_iso_2022): Reject invalid composition
10309 sequence.
10310 (DECODE_COMPOSITION_START): If the current source is the last
10311 block, and the current composition doesn't end, regard this
10312 sequence as invalid.
10313 (decode_coding_iso_2022): Handle invalid composition sequence.
10314
10315 2008-11-20 Martin Rudalics <rudalics@gmx.at>
10316
10317 * window.c (coordinates_in_window): Don't return
10318 ON_VERTICAL_BORDER for the rightmost position of a mode/header
10319 line when the window is not the rightmost one. (Bug#1372)
10320
10321 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
10322
10323 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
10324
10325 2008-11-15 Eli Zaretskii <eliz@gnu.org>
10326
10327 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
10328 and bright_bg if noninteractive is non-zero.
10329
10330 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10331
10332 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
10333 x_draw_glyph_string_background.
10334
10335 * w32term.c (x_draw_glyph_string): Likewise.
10336
10337 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
10338
10339 * xterm.c (x_draw_glyph_string): Stop drawing the background of
10340 the next glyph string once past the overhang width.
10341
10342 * nsterm.m (ns_draw_glyph_string): Likewise.
10343
10344 * w32term.c (x_draw_glyph_string): Likewise.
10345
10346 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
10347
10348 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
10349 double file close.
10350
10351 2008-11-14 Martin Rudalics <rudalics@gmx.at>
10352
10353 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
10354 dedicated status of window before attempting to display another
10355 buffer in it.
10356
10357 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
10358
10359 * msdos.c (Fmsdos_long_file_names):
10360 (syms_of_msdos) <dos-unsupported-char-glyph>:
10361 * dosfns.c (Fint86): Fix typos in docstrings.
10362
10363 2008-11-14 Eli Zaretskii <eliz@gnu.org>
10364
10365 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
10366
10367 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10368
10369 * puresize.h (BASE_PURESIZE): Increase to 1260000.
10370
10371 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
10372
10373 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
10374
10375 * frame.h: Negative alpha means "don't touch".
10376
10377 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
10378
10379 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
10380
10381 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10382
10383 * hftctl.c:
10384 * chpdef.h:
10385 * acldef.h: Remove files used only for systems no longer supported.
10386
10387 * Makefile.in: Fix .o alphabetical ordering.
10388 (hftctl.o): Remove dependency, file removed.
10389 (keymap.o, print.o): Depend on charset.h.
10390
10391 2008-11-10 Kenichi Handa <handa@m17n.org>
10392
10393 * character.c (Fget_byte): Fix and make it faster for unibyte target.
10394
10395 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
10396
10397 * dired.c (file_name_completion): If completion_ignore_case is
10398 enabled, ignore case when checking completion-regexp-list.
10399
10400 2008-11-08 Eli Zaretskii <eliz@gnu.org>
10401
10402 * vm-limit.c (get_lim_data): Fix last change.
10403
10404 2008-11-08 Kenichi Handa <handa@m17n.org>
10405
10406 * character.c (Fget_byte): New function.
10407 (syms_of_character): Defsubr Fget_byte.
10408
10409 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
10410
10411 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
10412 cursor position is valid after scrolling.
10413
10414 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
10415
10416 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
10417
10418 2008-11-06 Glenn Morris <rgm@gnu.org>
10419
10420 * xterm.c (handle_one_xevent): Don't let popup menus cause
10421 mouse-autoselect-window related window switching. (Bug#1261)
10422
10423 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
10424
10425 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
10426
10427 2008-11-04 Andreas Schwab <schwab@suse.de>
10428
10429 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
10430
10431 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
10432
10433 * xfns.c (Fx_wm_set_size_hint): New function.
10434
10435 2008-11-03 Martin Rudalics <rudalics@gmx.at>
10436
10437 * textprop.c (Fprevious_single_char_property_change): Return 0
10438 when there's no change in a string. (Bug#1301)
10439
10440 2008-11-02 Martin Rudalics <rudalics@gmx.at>
10441
10442 * frame.c (do_switch_frame): New argument NORECORD passed to
10443 Fselect_window.
10444 (Fselect_frame): New argument NORECORD passed to
10445 do_switch_frame.
10446 (Fset_frame_selected_window): New argument NORECORD passed to
10447 Fselect_frame.
10448 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
10449 in call of do_switch_frame.
10450 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
10451 Handle NORECORD argument in call of Fselect_frame.
10452 * lisp.h (do_switch_frame, Fselect_frame)
10453 (Fset_frame_selected_window): Adjust declarations.
10454 * window.c (select_frame_norecord): New function.
10455 (run_window_configuration_change_hook): Use it and call
10456 Fselect_frame with NORECORD set.
10457 (Fselect_window): Pass NORECORD to Fselect_frame.
10458 (Fset_window_configuration): Handle NORECORD argument in call of
10459 do_switch_frame.
10460 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
10461 Fset_frame_selected_window.
10462 * keyboard.c (command_loop_1): Handle NORECORD in call of
10463 Fselect_frame (currently ifdefd).
10464
10465 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
10466
10467 * emacs.c (USAGE2): Untabify.
10468
10469 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10470
10471 * composite.c (fill_gstring_header): Fix copy/paste typo.
10472
10473 2008-10-31 Martin Rudalics <rudalics@gmx.at>
10474
10475 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
10476 (Fother_window): Rename argument and rewrite doc-string.
10477 (select_window_norecord): Fix return value. (Bug#1276)
10478
10479 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
10480
10481 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
10482 new frames overriding foreground for tooltips. Based on similar patch
10483 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
10484
10485 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
10486
10487 * emacs.c (Fdaemon_initialized): Initialize nfd.
10488
10489 2008-10-29 Martin Rudalics <rudalics@gmx.at>
10490
10491 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
10492 (Fwindow_text_height): Clarify doc-strings.
10493 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
10494 doc-string of window-scroll-functions.
10495
10496 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10497
10498 * category.c (syms_of_category): Fix typo in docstring.
10499
10500 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
10501
10502 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
10503 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
10504 Fix typos in docstrings.
10505
10506 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
10507
10508 * emacs.c (daemon_pipe): Make non-static.
10509 (IS_DAEMON): Move definition ...
10510 * lisp.h (IS_DAEMON): ... here.
10511 (daemon_pipe): Declare.
10512 (is_daemon): Remove.
10513 * dispnew.c (init_display): Use IS_DAEMON.
10514
10515 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10516
10517 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
10518 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
10519
10520 * emacs.c (is_daemon): Remove.
10521 (main): Don't set is_daemon.
10522 (IS_DAEMON): New macro.
10523 (Fdaemonp, Fdaemon_initialized): Use it.
10524 (Fdaemon_initialized): Write a char into the pipe to make sure the
10525 parent exits.
10526 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
10527
10528 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
10529
10530 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
10531 over-sized glyph, draw it with the default glyph width.
10532
10533 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
10534 glyph, draw it with the default glyph width.
10535
10536 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
10537 glyph, draw it with the default glyph width.
10538
10539 * xdisp.c (try_scrolling): When computing the distance from the
10540 scroll margin to PT, try moving some distance past the window
10541 bottom before giving up.
10542
10543 2008-10-27 Martin Rudalics <rudalics@gmx.at>
10544
10545 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
10546 (Fset_window_buffer): Explain in doc-string that a window can be
10547 "strongly" dedicated to its buffer.
10548
10549 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
10550
10551 * emacs.c (daemon_name): New variable.
10552 (main): Deal with --daemon=SERVER_NAME.
10553 (Fdaemonp): Return a name if one was passed to --daemon.
10554
10555 2008-10-26 Romain Francoise <romain@orebokech.com>
10556
10557 * emacs.c (daemon_pipe): New variable.
10558 (main): Create a pipe before forking, make the parent exit only after
10559 the child has closed its end of the pipe. Move closing the
10560 descriptors ...
10561 (Fdaemon_initialized): ... here. New function.
10562
10563 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
10564
10565 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
10566 the previous unoptimized table.
10567
10568 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
10569 the distinction between non-nil and non-t value of `dedicated'.
10570
10571 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
10572
10573 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
10574 read_char_minibuf_menu_text is large enough to hold the menu string.
10575
10576 2008-10-25 Martin Rudalics <rudalics@gmx.at>
10577
10578 * window.c (Fget_buffer_window, Fdelete_windows_on)
10579 (Freplace_buffer_in_windows): Make buffer argument optional and
10580 rename to buffer_or_name.
10581
10582 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
10583
10584 * xdisp.c (handle_single_display_spec, handle_display_prop):
10585 Undo 2005-05-16 change.
10586 (handle_stop): Pop iterator if it's loaded with an empty string.
10587 (get_overlay_strings_1): Don't save iterator if it's loaded with
10588 an empty string (bug#1201).
10589
10590 2008-10-24 Kenichi Handa <handa@m17n.org>
10591
10592 * ftfont.c (ftfont_otf_features): Fix previous change.
10593 (ftfont_otf_capability): Check FeatureList.FeatureCount before
10594 calling ftfont_otf_features.
10595
10596 2008-10-24 Kenichi Handa <handa@m17n.org>
10597
10598 * font.c (font_match_p): Fix for the case that a vector of
10599 characters is in script-representative-chars.
10600
10601 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
10602
10603 * dbusbind.c (xd_in_read_queued_messages): New variable.
10604 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
10605 (xd_read_queued_messages): Catch Qdbus_error from the macros.
10606 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
10607 macro. (Bug#1186)
10608
10609 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
10610
10611 * s/sol2-10.h: New file.
10612
10613 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
10614
10615 * xdisp.c (fill_glyph_string): Fix typo in source (though the
10616 poor beast has survived 9+ years and the jump from xterm.c!).
10617
10618 2008-10-23 Martin Rudalics <rudalics@gmx.at>
10619
10620 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
10621 Reword doc-string.
10622 (Fbury_buffer): In doc-string say what happens to the buffer's window.
10623
10624 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
10625
10626 * character.c (syms_of_character) <script-representative-chars>:
10627 <unicode-category-table>: Doc fixes.
10628
10629 2008-10-23 Noah Friedman <friedman@splode.com>
10630
10631 * coding.c (make_conversion_work_buffer): Check that
10632 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
10633 Fget_buffer_create.
10634
10635 2008-10-23 Kenichi Handa <handa@m17n.org>
10636
10637 * font.c (font_add_log): Check the values of extra properties.
10638
10639 2008-10-22 Martin Rudalics <rudalics@gmx.at>
10640
10641 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
10642 Reword doc-string.
10643 (Fset_window_parameter): Use NILP.
10644 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
10645 (Frecenter): Use "selected" instead of "current" window in doc-strings.
10646
10647 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
10648
10649 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
10650
10651 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10652
10653 * nsfns.m (ns_appkit_version): New function.
10654 (x-server-version): Use it.
10655 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
10656 (x-server-vendor): Don't check_ns().
10657
10658 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
10659
10660 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
10661
10662 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
10663 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
10664
10665 2008-10-22 Kenichi Handa <handa@m17n.org>
10666
10667 * syntax.c (scan_words): Call word_boundary_p instead of comparing
10668 scripts.
10669
10670 * category.c (word_boundary_p): Check scripts instead of charset.
10671 Handle nil value in word-separating-categories and
10672 word-combining-categories.
10673 (syms_of_category): Fix docstrings of word-separating-categories
10674 and word-combining-categories.
10675
10676 2008-10-21 Eli Zaretskii <eliz@gnu.org>
10677
10678 * coding.c (Fencode_coding_region, Fdecode_coding_region)
10679 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
10680
10681 2008-10-21 Martin Rudalics <rudalics@gmx.at>
10682
10683 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
10684 Rename arg "buffer" to "buffer_or_name".
10685 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
10686 it optional.
10687 (no_switch_window): Remove since the return value is not used.
10688 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
10689 Consider window as dedicated when Fwindow_dedicated_p returns a
10690 non-nil value.
10691 * lisp.h: Remove prototype for no_switch_window.
10692
10693 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
10694
10695 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
10696 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
10697
10698 2008-10-21 Kenichi Handa <handa@m17n.org>
10699
10700 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
10701 check Vlatin_extra_code_table.
10702
10703 2008-10-20 Eli Zaretskii <eliz@gnu.org>
10704
10705 * fileio.c (Fset_file_modes): Doc fix.
10706
10707 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
10708
10709 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
10710 in arrays.
10711
10712 2008-10-19 Martin Rudalics <rudalics@gmx.at>
10713
10714 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
10715 Mention kill-buffer in doc-string.
10716 (Fset_window_buffer): Reinsert tem check removed in last commit.
10717 (Fenlarge_window, Fshrink_window): Have argument names and
10718 doc-string follow Elisp manual more closely.
10719
10720 2008-10-18 Eli Zaretskii <eliz@gnu.org>
10721
10722 * fileio.c (Fset_file_modes): Doc fix.
10723
10724 2008-10-18 Martin Rudalics <rudalics@gmx.at>
10725
10726 * window.c (Fwindow_width, Fset_window_start)
10727 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
10728 (Fdelete_windows_on, Freplace_buffer_in_windows):
10729 Make doc-strings follow code and Elisp manual more closely.
10730 (Fwindow_dedicated_p): Make window argument optional.
10731 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
10732 (Fset_window_buffer): Respect any non-nil dedicated value for
10733 window. Rename "buffer" argument to "buffer_or_name".
10734
10735 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
10736
10737 * m/sh3.h: New file, machine description for SuperH.
10738
10739 2008-10-17 Martin Rudalics <rudalics@gmx.at>
10740
10741 * window.c (Fsplit_window): Rename arg horflag to horizontal.
10742
10743 2008-10-17 Kenichi Handa <handa@m17n.org>
10744
10745 * ftfont.c (ftfont_otf_features): Fix indexing
10746 gsub_gpos->FeatureList.Feature. Check the validity of indices.
10747
10748 2008-10-16 Magnus Henoch <mange@freemail.hu>
10749
10750 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
10751 (Fdbus_call_method_asynchronously): Ditto.
10752 This change makes C-h f display the argument list.
10753
10754 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
10755
10756 * fileio.c (Fexpand_file_name): Doc fix.
10757
10758 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
10759 of :foreground and :background equivalent to unspecified (20.x
10760 compatibility).
10761
10762 2008-10-15 Eli Zaretskii <eliz@gnu.org>
10763
10764 * buffer.c (syms_of_buffer): Doc fix.
10765
10766 2008-10-14 Kenichi Handa <handa@m17n.org>
10767
10768 * font.c (font_clear_prop): When clearing font width, clear the
10769 average width field too.
10770
10771 2008-10-12 Andreas Schwab <schwab@suse.de>
10772
10773 * ftfont.c (ftfont_shape_by_flt): Make static.
10774 * ftfont.h (ftfont_shape_by_flt): Don't declare.
10775
10776 * font.c: Don't include <m17n-flt.h>.
10777
10778 2008-10-10 Eli Zaretskii <eliz@gnu.org>
10779
10780 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
10781
10782 2008-10-09 Eli Zaretskii <eliz@gnu.org>
10783
10784 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
10785 away code.
10786
10787 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
10788
10789 * dispnew.c (update_text_area): Avoid looping due to large glyph
10790 overhangs (bug#1070).
10791
10792 2008-10-09 Kenichi Handa <handa@m17n.org>
10793
10794 * fontset.c (face_for_char): If face->fontset is negative, just
10795 return ascii_face.
10796
10797 * font.c (font_delete_unmatched): Fix previous change.
10798 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
10799
10800 2008-10-09 Martin Rudalics <rudalics@gmx.at>
10801
10802 * frame.c (Fraise_frame): On text-only terminals select frame in
10803 order to make it visible. (Bug#1061)
10804
10805 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
10806
10807 * fontset.c (fontset_find_font): Check frame validity.
10808
10809 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
10810
10811 * gtkutil.c (xg_display_open): Reset default display if none exists.
10812 (xg_display_close): Allow Emacs to close all displays (bug#985).
10813
10814 2008-10-06 Andreas Schwab <schwab@suse.de>
10815
10816 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
10817
10818 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
10819
10820 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
10821
10822 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
10823
10824 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
10825 during initialization.
10826
10827 2008-10-04 Eli Zaretskii <eliz@gnu.org>
10828
10829 * xdisp.c (redisplay_internal): If frame switched, redisplay the
10830 whole thing on MSDOS frames as well as on a TTY.
10831
10832 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
10833 well as for TTY.
10834 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
10835 well as on a TTY.
10836
10837 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
10838 as well as for TTY.
10839
10840 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
10841
10842 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
10843 MSDOS frames as well.
10844
10845 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
10846
10847 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
10848 correct arguments.
10849 * menu.c (find_and_return_menu_selection): Add cast.
10850
10851 2008-10-03 Glenn Morris <rgm@gnu.org>
10852
10853 * emacs.c (USAGE1): Add --daemon.
10854
10855 2008-10-02 Eli Zaretskii <eliz@gnu.org>
10856
10857 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
10858 100, so it's in percents as advertised.
10859
10860 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
10861
10862 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
10863 (ns_output.current_cursor, ns_output.desired_cursor)
10864 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
10865 (FRAME_NEW_CURSOR_COLOR): Remove.
10866
10867 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
10868 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
10869 enumeration (HOLLOW_BOX_CURSOR, etc.).
10870
10871 * nsterm.m (ns_frame_rehighlight): Remove commented code.
10872 (draw_window_cursor): Simplify code.
10873 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
10874 Don't change cursor type. In latter, call rehighlight instead of doing
10875 updates manually.
10876 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
10877 Use core Emacs cursor types.
10878
10879 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
10880
10881 2008-10-02 Martin Rudalics <rudalics@gmx.at>
10882
10883 * process.c (Faccept_process_output): Fix doc-string.
10884
10885 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
10886
10887 * gmalloc.c (__sbrk): Also define for uClibc.
10888
10889 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
10890 for uClibc.
10891
10892 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10893
10894 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
10895 styles.
10896 (nsfont_open): Reenable the cache.
10897
10898 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10899
10900 * font.c (font_matching_entity): Reflect ATTRS in font selection.
10901 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
10902
10903 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10904
10905 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
10906 a suspended terminal.
10907
10908 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
10909
10910 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
10911
10912 2008-09-30 Eli Zaretskii <eliz@gnu.org>
10913
10914 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
10915
10916 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
10917
10918 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
10919 in a continued line coincides with a line beginning.
10920
10921 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
10922
10923 * nsfont.m (nsfont_trait_distance): Fix bug.
10924 (nsfont_list): Return a list rather than a vector (syncs with Handa
10925 changes of 2008-05-14).
10926 (nsfont_open): Improve logging.
10927
10928 2008-09-29 Andreas Schwab <schwab@suse.de>
10929
10930 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
10931
10932 2008-09-28 Martin Rudalics <rudalics@gmx.at>
10933
10934 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
10935 name as char-resolve-modifiers.
10936 Reported by: Markus Triska <markus.triska@gmx.at>
10937
10938 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
10939
10940 * dispnew.c (init_display): Return earlier when running as a daemon.
10941
10942 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10943
10944 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
10945
10946 2008-09-27 Eli Zaretskii <eliz@gnu.org>
10947
10948 * composite.c (Fcomposition_get_gstring)
10949 (Fcompose_region_internal, Fcompose_string_internal)
10950 (Ffind_composition_internal): Doc fix.
10951 (syms_of_composite) <compose-chars-after-function>: Doc fix.
10952 (syms_of_composite) <auto-composition-function>: Doc fix.
10953 (syms_of_composite) <composition-function-table>: Doc fix.
10954
10955 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
10956
10957 * search.c (wordify): New argument for lax word-ends.
10958 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
10959
10960 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10961
10962 * lisp.h (is_daemon): Declare.
10963 * dispnew.c (init_display): Do not try to initialize the terminal
10964 when running as a daemon.
10965
10966 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
10967
10968 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
10969 x_display_pixel_height.
10970
10971 2008-09-22 Martin Rudalics <rudalics@gmx.at>
10972
10973 * undo.c (record_point): Don't call Fundo_boundary for first
10974 change. (Bug#731)
10975
10976 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
10977
10978 * emacs.c (Fdaemonp): Doc fix.
10979
10980 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
10981
10982 * emacs.c (main): Place #ifdef in the proper place.
10983
10984 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10985
10986 * emacs.c (standard_args): Add --daemon.
10987 (main): Disconnect from the terminal when --daemon is passed.
10988 (is_daemon): New variable.
10989 (Fdaemonp): New function.
10990 (syms_of_emacs): Defsubr it.
10991
10992 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
10993
10994 * xdisp.c (get_next_display_element): Handle string display
10995 correctly when checking for the end of a box run.
10996
10997 2008-09-20 Glenn Morris <rgm@gnu.org>
10998
10999 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
11000 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
11001 (Frename_file): Avoid copying to trash if a rename involves
11002 a delete. (Bug#964).
11003
11004 2008-09-20 Eli Zaretskii <eliz@gnu.org>
11005
11006 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
11007 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
11008 frames as well as termcap frames.
11009 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
11010 get_named_tty.
11011
11012 2008-09-19 Eli Zaretskii <eliz@gnu.org>
11013
11014 * process.c (procfs_system_process_attributes): Fix cmdline in
11015 case /proc/PID/cmdline is empty.
11016
11017 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
11018 x_display_pixel_height.
11019
11020 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
11021
11022 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
11023
11024 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
11025 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
11026
11027 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
11028
11029 * dispextern.h (struct it): Move line_wrap away from the middle of
11030 bitfields. Move voffset in struct iterator_stack_entry after the
11031 bitfields. Move tab_width near after another short.
11032
11033 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
11034
11035 * frame.h (struct frame): Move alpha from the middle of bitfields.
11036
11037 * window.h (struct window): Move frozen_window_start_p after the
11038 rest of the bitfields to reduce padding.
11039
11040 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
11041
11042 * xterm.h (x_display_info): Remove `height' and `width' members.
11043
11044 * nsterm.h (ns_display_info): Remove `height' and `width' members.
11045
11046 * w32term.h (w32_display_info): Remove `height', `width',
11047 `height_in', and `width_in' members.
11048
11049 * xterm.c (x_display_pixel_height, x_display_pixel_width):
11050 New functions.
11051 (x_calc_absolute_position): Use them.
11052 (x_term_init): Omit removed `height' and `width' members.
11053
11054 * w32term.c (x_display_pixel_height, x_display_pixel_width):
11055 New functions.
11056 (w32_read_socket, x_calc_absolute_position): Use them.
11057 (w32_initialize_display_info, w32_term_init): Omit removed members
11058 of w32_display_info.
11059
11060 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
11061 New functions.
11062 (ns_initialize_display_info): Omit removed members of ns_display_info.
11063
11064 * xterm.c (x_display_pixel_height, x_display_pixel_width):
11065 New functions.
11066 (x_calc_absolute_position): Use them.
11067 (x_term_init): Omit removed `height' and `width' members.
11068
11069 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
11070 (compute_tip_xy):
11071 * frame.c (x_fullscreen_adjust):
11072 * xmenu.c (menu_position_func): Use x_display_pixel_height and
11073 x_display_pixel_width.
11074
11075 2008-09-18 Kenichi Handa <handa@m17n.org>
11076
11077 * composite.c (fill_gstring_header): Don't check FROM and TO here.
11078 (composition_compute_stop_pos): Fix handling of static composition.
11079 (Fcomposition_get_gstring): Check FROM and TO at first.
11080
11081 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11082
11083 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
11084 mixup (YAILOM).
11085
11086 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
11087
11088 * indent.c (Fvertical_motion): Use position reported by iterator
11089 instead of PT for determining screen motion (bug#943).
11090
11091 2008-09-17 Romain Francoise <romain@orebokech.com>
11092
11093 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
11094
11095 2008-09-17 Kenichi Handa <handa@m17n.org>
11096
11097 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
11098
11099 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
11100 if necessary.
11101
11102 2008-09-16 Kenichi Handa <handa@m17n.org>
11103
11104 * coding.c (make_conversion_work_buffer): Avoid calling
11105 Fget_buffer_create if it is not necessary.
11106
11107 2008-09-15 Martin Rudalics <rudalics@gmx.at>
11108
11109 * window.c (Fselect_window): Don't update window_select_count and
11110 use_time when norecord is not nil.
11111
11112 2008-09-14 Kenichi Handa <handa@m17n.org>
11113
11114 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
11115 specpdl_ptr.
11116
11117 2008-09-12 Kenichi Handa <handa@m17n.org>
11118
11119 * indent.c (scan_for_column): Don't handle automatic composition
11120 if the current buffer is not associated with a window.
11121
11122 * composite.c (composition_reseat_it): If the current buffer is
11123 not associated with a window, ignore the automatic composition.
11124 (find_automatic_composition): Likewise.
11125
11126 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11127
11128 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
11129 (Fgpm_mouse_stop): Use it.
11130 * termhooks.h (close_gpm): Declare.
11131 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
11132 connection if Gpm_GetEvent fails.
11133
11134 * window.c (set_window_buffer): Always preserve current-buffer.
11135
11136 2008-09-12 Glenn Morris <rgm@gnu.org>
11137
11138 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
11139
11140 2008-09-11 Glenn Morris <rgm@gnu.org>
11141
11142 * charset.c (charset-map-path): Doc fix.
11143
11144 2008-09-10 Kenichi Handa <handa@m17n.org>
11145
11146 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
11147
11148 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
11149 compose a grapheme cluster with the preceding base glyph.
11150
11151 * composite.c (composition_compute_stop_pos): Fix previous change.
11152 Reset cmp_it->id to -1 at first.
11153
11154 2008-09-10 Glenn Morris <rgm@gnu.org>
11155
11156 * Makefile.in (character.o, chartab.o): Fix config.h typo.
11157
11158 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
11159
11160 * keyboard.c (read_key_sequence): Reapply translation maps when
11161 switching keyboards.
11162
11163 2008-09-09 Kenichi Handa <handa@m17n.org>
11164
11165 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
11166 characters.
11167
11168 * composite.c (FORWARD_CHAR): Fix calculation
11169 of (POSITION).pos_byte.
11170 (composition_compute_stop_pos): Limit the search of composition to
11171 at most 500 characters ahead. If we reach the limit or find a
11172 newline, set cmp_it->ch to -2 and return 0.
11173 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
11174
11175 2008-09-08 Kenichi Handa <handa@m17n.org>
11176
11177 * indent.c (Fvertical_motion): Be sure to set
11178 it_overshoot_expected if it.cmp_it.id is non-negative.
11179
11180 2008-09-07 Andreas Schwab <schwab@suse.de>
11181
11182 * callproc.c (Fcall_process): Don't hold references to string data
11183 across garbage collection. Move initialisation of new_argv down
11184 to avoid compiler bug.
11185
11186 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11187
11188 * process.c (Fsystem_process_attributes): Doc fix.
11189
11190 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
11191
11192 * callproc.c (Fcall_process): Canonicalize current directory name.
11193
11194 * xdisp.c (move_it_to): When moving by vpos, ensure that the
11195 iterator advances to the next line if the current line ends in a
11196 continued tab.
11197
11198 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
11199
11200 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
11201 member to point to cmp_from.
11202
11203 * xdisp.c: Doc fix for references to gidx data member.
11204
11205 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11206
11207 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
11208
11209 2008-09-07 Kenichi Handa <handa@m17n.org>
11210
11211 * composite.c (FORWARD_CHAR): Check STOP after
11212 incrementing (POSITION).pos.
11213
11214 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11215
11216 * process.c (Fsystem_process_attributes): Doc fix.
11217
11218 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
11219
11220 * keyboard.c (Ftop_level): Doc fix.
11221
11222 2008-09-06 Eli Zaretskii <eliz@gnu.org>
11223
11224 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
11225 minibuffer, don't let lower part of menu invade the echo area.
11226
11227 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
11228 "char *q" to access menu text and advance through it. Revert the
11229 change that displayed ">" instead of ASCII character 0x10.
11230
11231 2008-09-05 Eli Zaretskii <eliz@gnu.org>
11232
11233 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
11234 toggle boxes and radio buttons on MS-DOS as well.
11235
11236 2008-09-05 Kenichi Handa <handa@m17n.org>
11237
11238 * composite.c (autocmp_chars): Check lookback count.
11239 (composition_compute_stop_pos): Set cmp_it->lookback.
11240 (composition_reseat_it): Check lookback count.
11241 (struct position_record): New struct.
11242 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
11243 (find_automatic_composition): New function.
11244 (composition_adjust_point): Use find_automatic_composition.
11245
11246 * dispextern.h (struct composition_it): New member lookback.
11247
11248 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
11249
11250 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
11251 if moving by a single line.
11252
11253 2008-09-02 Andreas Schwab <schwab@suse.de>
11254
11255 * xterm.c (x_delete_display): Fix merge error.
11256
11257 * fileio.c (Fexpand_file_name): Remove unused variables.
11258
11259 2008-09-02 Eli Zaretskii <eliz@gnu.org>
11260
11261 * fileio.c (Fexpand_file_name): Copy argument `name' into local
11262 storage on all platforms, not just on DOS_NT.
11263
11264 2008-09-02 Jason Rumney <jasonr@gnu.org>
11265
11266 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
11267 Ensure mouse is not grabbed after menu is finished.
11268
11269 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
11270
11271 * xfaces.c (Finternal_set_alternative_font_family_alist)
11272 (Finternal_set_alternative_font_registry_alist): Properly copy
11273 entire alist structure.
11274
11275 2008-09-01 Kenichi Handa <handa@m17n.org>
11276
11277 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
11278 representative chars of the script is a vector.
11279 (ftfont_list): Handle the case where the representative chars of
11280 the script is a vector.
11281
11282 * character.c (syms_of_character): Docstring of
11283 script-representative-chars fixed.
11284
11285 2008-08-31 Eli Zaretskii <eliz@gnu.org>
11286
11287 * msdos.c (BUILD_CHAR_GLYPH): New macro.
11288 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
11289 the menu. Allocate larger buffer for `text', to account for
11290 possible ^C characters.
11291
11292 2008-08-31 Martin Rudalics <rudalics@gmx.at>
11293
11294 * xdisp.c (prepare_menu_bars): Don't call
11295 Vwindow_size_change_functions with arg Qt.
11296
11297 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11298
11299 * font.h (font_range):
11300 * fileio.c (report_file_error):
11301 * composite.c (composition_update_it): Yet another int/Lisp_Object
11302 mixup (YAILOM).
11303
11304 2008-08-30 Glenn Morris <rgm@gnu.org>
11305
11306 * data.c (Fmake_variable_frame_local): Doc fix.
11307
11308 * frame.c (Fmodify_frame_parameters): Doc fix.
11309
11310 2008-08-30 Eli Zaretskii <eliz@gnu.org>
11311
11312 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
11313 needed by GetTokenInformation.
11314 (w32_system_process_attributes): Check return values of all system
11315 APIs.
11316
11317 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
11318 only when the state changes.
11319 (IT_update_begin, IT_update_end): Add termscript trace.
11320
11321 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
11322 clipboard is unavailable. Set dst to NULL if it doesn't point to
11323 malloc'ed data.
11324 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
11325 passing random values to xfree.
11326
11327 * dispnew.c (init_display): Set `tty's association in frame's
11328 parameters alist to the name of the terminal device, if that is known.
11329
11330 2008-08-29 Jason Rumney <jasonr@gnu.org>
11331
11332 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
11333
11334 2008-08-29 Eli Zaretskii <eliz@gnu.org>
11335
11336 * composite.c (fill_gstring_body): Avoid compiler warnings.
11337
11338 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
11339 LGLYPH_SET_CODE to avoid compiler warnings.
11340
11341 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
11342
11343 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
11344
11345 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
11346 LGLYPH_SET_CODE.
11347
11348 2008-08-29 Kenichi Handa <handa@m17n.org>
11349
11350 * fileio.c (report_file_error): Don't downcase the first character
11351 of errstring if it is still unibyte.
11352
11353 2008-08-29 Kenichi Handa <handa@m17n.org>
11354
11355 These changes are to re-implement the automatic composition so
11356 that it doesn't use text properties.
11357
11358 * Makefile.in (ftfont.o): Depend on composite.h.
11359 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
11360
11361 * character.h (Vunicode_category_table): Extern it.
11362
11363 * character.c (Vunicode_category_table): New variable.
11364 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
11365
11366 * chartab.c (optimize_sub_char_table): Perform more greedy
11367 optimization.
11368
11369 * composite.h (enum composition_method):
11370 Delete COMPOSITION_WITH_GLYPH_STRING.
11371 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
11372 (Vcomposition_function_table): Extern it.
11373 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
11374 (composition_gstring_put_cache, composition_gstring_from_id)
11375 (composition_gstring_p, composition_gstring_width)
11376 (composition_compute_stop_pos, composition_reseat_it)
11377 (composition_update_it, composition_adjust_point): Extern them.
11378 (Fcomposition_get_gstring): EXFUN it.
11379
11380 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
11381 (Vcomposition_function_table)
11382 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
11383 (gstring_hash_table, gstring_work, gstring_work_headers):
11384 New variables.
11385 (gstring_lookup_cache, composition_gstring_put_cache)
11386 (composition_gstring_from_id, composition_gstring_p)
11387 (composition_gstring_width, fill_gstring_header)
11388 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
11389 (composition_reseat_it, composition_update_it)
11390 (composition_adjust_point, Fcomposition_get_gstring): New functions.
11391 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
11392 and gstring_work_headers. DEFVAR_LISP composition-function-table.
11393 Defsubr composition_get_gstring.
11394
11395 * dispextern.h (struct glyph): New union u.cmp. Delete the member
11396 cmp_id.
11397 (struct glyph_string): Delete the member gidx. New members
11398 cmp_id, cmp_from, and cmp_to.
11399 (enum it_method): Delete GET_FROM_COMPOSITION.
11400 (struct composition_it): New struct.
11401 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
11402 Delete c, len, cmp_id, cmp_len in u.comp.
11403
11404 * font.h (enum lgstring_indices): Delete it.
11405 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
11406 (enum lglyph_indices): Likewise.
11407 (font_range): Adjust extern.
11408 (font_fill_lglyph_metrics): Extern it.
11409
11410 * font.c (QCf): New variable.
11411 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
11412 (font_prepare_composition): Delete this function.
11413 (font_range): Type and arguments changed.
11414 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
11415 (font_fill_lglyph_metrics): New function.
11416 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
11417 (syms_of_font): DEFSYM QCf. Delete defsubr for
11418 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
11419 Defsubr Sfont_shape_gstring.
11420
11421 * fontset.h (font_for_char): Extern it.
11422
11423 * fontset.c (font_for_char): New function.
11424
11425 * ftfont.c: Include composite.h.
11426 (ftfont_resolve_generic_family): Add langset "en" to pattern.
11427 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
11428
11429 * indent.c: Include composite.h and dispextern.h.
11430 (check_composition): Delete this function.
11431 (scan_for_column): Handle composition by
11432 composition_compute_stop_pos, composition_reseat_it, and
11433 composition_update_it.
11434 (compute_motion): Likewise.
11435 (Fvertical_motion): Fix checking of composition.
11436
11437 * keyboard.c (adjust_point_for_property): Check composition by
11438 composition_adjust_point.
11439
11440 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
11441 struct glyph_string.
11442
11443 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
11444 (append_composite_glyph): Adjust for the change of struct it and
11445 struct glyph.
11446 (produce_composite_glyph): Likewise.
11447
11448 * w32term.c (x_draw_composite_glyph_string_foreground):
11449 Adjust for the change of struct glyph_string.
11450 (x_draw_glyph_string): Likewise.
11451
11452 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
11453 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
11454
11455 * xdisp.c: Include font.h.
11456 (it_props): Delete the entry for Qauto_composed.
11457 (init_iterator): Initialize it->cmp_it.id to -1.
11458 (compute_stop_pos): Call composition_compute_stop_pos.
11459 (face_before_or_after_it_pos): Adjust for the change of struct it.
11460 (handle_auto_composed_prop): Delete it.
11461 (handle_composition_prop): Handle only static composition.
11462 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
11463 from xassert. Initialize it->cmp_it.stop_pos.
11464 (push_it): Adjust for the change of struct it.
11465 (pop_it): Likewise.
11466 (get_next_element): Delete next_element_from_composition.
11467 (CHAR_COMPOSED_P): New macro.
11468 (get_next_display_element): For automatic composition, get a face
11469 from the font in the glyph-string.
11470 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
11471 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
11472 (next_element_from_string): Check if the character at the current
11473 position is composed by CHAR_COMPOSED_P.
11474 (next_element_from_buffer): Likewise.
11475 (next_element_from_composition): Adjust for the change of struct it.
11476 Update it->cmp_it.
11477 (dump_glyph): Adjust for the change of struct glyph.
11478 (fill_composite_glyph_string): Adjust for the change of struct
11479 it and struct glyph. Don't handle automatic composition here.
11480 (fill_gstring_glyph_string): New function.
11481 (x_get_glyph_overhangs): Handle automatic composition.
11482 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
11483 (BUILD_GSTRING_GLYPH_STRING): New macro.
11484 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
11485 automatic composition.
11486 (append_composite_glyph): Adjust for the change of struct it and
11487 struct glyph.
11488 (x_produce_glyphs): Adjust for the change of struct it.
11489
11490 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
11491 the change of struct glyph_string.
11492 (x_draw_glyph_string): Likewise.
11493
11494 2008-08-29 Glenn Morris <rgm@gnu.org>
11495
11496 * buffer.c (word-wrap): Doc fix.
11497 * xdisp.c (truncate-partial-width-windows): Doc fix.
11498 Increase default to 50.
11499
11500 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
11501
11502 * xdisp.c (update_tool_bar_unwind): New function.
11503 (update_tool_bar): Temporarily set selected frame before building
11504 tool-bar items.
11505
11506 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
11507
11508 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
11509 snprintf, respectively.
11510 (xd_append_arg): Convert strings with Fstring_make_unibyte.
11511
11512 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
11513
11514 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
11515 LDFLAGS to GNUstep CC invocation.
11516
11517 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
11518
11519 * indent.c (Fvertical_motion): Revert last change. Handle the
11520 general case where we are moving forward, and PT spans multiple
11521 screen lines.
11522
11523 * eval.c (find_handler_clause): Temporarily increase
11524 max-lisp-eval-depth while printing the backtrace buffer, to
11525 guarantee that help-mode code can run.
11526
11527 2008-08-27 Eli Zaretskii <eliz@gnu.org>
11528
11529 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
11530 colors under -rv.
11531 (IT_set_frame_parameters): Don't swap foreground and background
11532 colors if `(reverse . t)' is present in the frame properties.
11533 (internal_terminal_init): Call init_frame_faces only for the
11534 initial frame.
11535
11536 2008-08-27 Andreas Schwab <schwab@suse.de>
11537
11538 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
11539
11540 2008-08-27 Andreas Schwab <schwab@suse.de>
11541
11542 * search.c (search_buffer): Set char_base to zero only at the end.
11543
11544 2008-08-27 Kenichi Handa <handa@m17n.org>
11545
11546 * fileio.c (report_file_error): Fix handling of multibyte error string.
11547
11548 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
11549
11550 * xterm.c (x_term_init): Temporarily hide the partially
11551 initialized terminal while calling vendor-specific-keysyms.
11552
11553 2008-08-26 Eli Zaretskii <eliz@gnu.org>
11554
11555 * msdos.c (internal_terminal_init): Most initializations done only
11556 once, especially initial_screen_colors[] and termscript open.
11557
11558 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
11559
11560 * eval.c (Fcondition_case): Doc fix.
11561
11562 * widgetprv.h (EmacsFramePart): Change font member to the new font
11563 struct.
11564
11565 * widget.c: Include character.h and font.h for XSETFONT.
11566 (setup_frame_gcs): Compute X font id from font struct, just once.
11567
11568 2008-08-26 Eli Zaretskii <eliz@gnu.org>
11569
11570 * term.c (get_named_tty): Fix last change.
11571
11572 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
11573
11574 * indent.c (Fvertical_motion): If moving forward starting from a
11575 multi-line string, move the iterator to the last line of that string.
11576
11577 2008-08-25 Eli Zaretskii <eliz@gnu.org>
11578
11579 * frame.c (do_switch_frame): Mark previously displayed frame as
11580 obscured for FRAME_MSDOS_P frames as well.
11581
11582 2008-08-24 Eli Zaretskii <eliz@gnu.org>
11583
11584 * frame.c (make_terminal_frame): Initialize f->terminal,
11585 f->terminal->reference_count, and scroll bars on MS-DOS as well.
11586 Set the top frame to newly created frame.
11587 (Fmake_terminal_frame): Reuse the_only_display_info.
11588
11589 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
11590 estimating available memory.
11591
11592 2008-08-23 David Reitter <david.reitter@gmail.com>
11593
11594 * nsterm.m (ns_draw_window_cursor): Don't call
11595 NSDisableScreenUpdates and NSEnableScreenUpdates on
11596 non-NS_IMPL_COCOA systems.
11597
11598 2008-08-23 Andreas Schwab <schwab@suse.de>
11599
11600 * process.c (procfs_system_process_attributes): Fix use of
11601 uninitialized variables.
11602
11603 2008-08-23 Eli Zaretskii <eliz@gnu.org>
11604
11605 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
11606
11607 * dispnew.c (init_display): Remove MS-DOS specific conditions for
11608 calling tty-set-up-initial-frame-faces.
11609
11610 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
11611 Allow MSDOS frames along with X frames.
11612
11613 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
11614 addition to output_termcap.
11615
11616 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
11617
11618 * termchar.h (FRAME_TTY): Support output_msdos_raw.
11619 (struct tty_display_info) [MSDOS]: Add fields related to mouse
11620 highlight.
11621
11622 * process.c [!subprocesses]: Define QCname.
11623 (syms_of_process): Intern and staticpro it.
11624
11625 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
11626 Adjust for changes in encoding/decoding routines.
11627 Use encode_coding_object and decode_coding_object instead of
11628 encode_coding and decode_coding.
11629
11630 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
11631
11632 * dosfns.c: Include frame.h before termhooks.h.
11633 (dos_cleanup): Use CURTTY ()->termscript instead of a global
11634 variable termscript.
11635
11636 * s/msdos.h (USER_FULL_NAME): Define.
11637 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
11638
11639 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
11640 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
11641 pw->pw_gecos.
11642
11643 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
11644 SELECTED_FRAME as additional (1st) argument.
11645 (tty_read_avail_input): Handle output_msdos_raw in
11646 addition to output_termcap.
11647
11648 * msdos.c: Include frame.h before termhooks.h.
11649 (mouse_on, mouse_off, mouse_moveto, mouse_init)
11650 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
11651 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
11652 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
11653 (IT_set_terminal_modes, IT_reset_terminal_modes)
11654 (IT_set_frame_parameters): Use tty->termscript instead of a global
11655 variable termscript.
11656 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
11657 global variable terminal_coding. Don't refer to
11658 Vnonascii_translation_table.
11659 (internal_terminal_init): Set Vwindow_system in current_kboard.
11660 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
11661 Announce date and time of session start, if termscript is open.
11662 Don't zero out the_only_display_info (it is done in
11663 term.c:init_tty). Open termscript only of not already open.
11664 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
11665 here instead of dos_ttraw. Don't initialize display if this is an
11666 initial tty. Don't set FRAME_FONT.
11667 (Vwindow_system_version): Bump to 23.
11668 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
11669 is available, set up mouse_position_hook.
11670 (dos_ttraw, IT_set_terminal_modes): If called with initial
11671 terminal, do nothing.
11672 (IT_set_frame_parameters): Handle the Qtty_type frame
11673 parameter by calling internal_terminal_init.
11674 (dos_set_window_size, show_mouse_face)
11675 (clear_mouse_face, IT_note_mode_line_highlight)
11676 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
11677 (dos_rawgetc): Use tty_display_info instead of x_display_info.
11678 (initialize_msdos_display): New function.
11679 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
11680 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
11681 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
11682 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
11683 Accept additional argument: a pointer to a frame. Update all callers.
11684 (request_sigio, unrequest_sigio): Don't define, now defined on
11685 sysdep.c.
11686 (IT_write_glyphs): Rewrite to use encode_terminal_code.
11687
11688 * term.c [MSDOS]: Include msdos.h.
11689 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
11690 conditional to DOS_NT. Allow only one call to this function in a
11691 session. Don't allocate a new struct tty_display_info; instead,
11692 reuse the_only_display_info. Call get_tty_size to get screen
11693 dimensions. Call init_baud_rate to set bad_rate.
11694 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
11695 (Fsuspend_tty) [MSDOS]: Don't close input and output.
11696 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
11697 (get_tty_terminal, get_named_tty, Ftty_type)
11698 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
11699 output_termcap.
11700 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
11701 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
11702 only when subprocesses are supported.
11703
11704 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
11705 f->output_data.x.
11706 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
11707 terminal devices.
11708
11709 * msdos.h: Remove definition of struct x_display_info and struct
11710 x_output.
11711 (FRAME_FONT): Use output_data.tty.
11712 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
11713 (struct x_display_info): Rename from display_info. Update all users in
11714 msdos.c.
11715 (struct x_output): Remove background_pixel and foreground_pixel.
11716 (the_only_display_info): Rename from the_only_x_display.
11717 (dos_ttraw): Update prototype.
11718
11719 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
11720 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
11721
11722 2008-08-23 Jason Rumney <jasonr@gnu.org>
11723
11724 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
11725 (fn_TIFFSetDirectory): New library function used.
11726 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
11727 (tiff_load): Use :index to select among multiple images. Set count
11728 property when multiple images exist.
11729 (gif_format): Use :index, not :image.
11730
11731 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
11732
11733 * xdisp.c (try_scrolling): Check INT_MAX instead of
11734 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
11735 to obtain INT_MAX.
11736
11737 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
11738
11739 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
11740
11741 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
11742
11743 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
11744 GNUstep library location.
11745
11746 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
11747
11748 * xfaces.c (x_update_menu_appearance): Check validity of menu font
11749 before using it.
11750
11751 * puresize.h (BASE_PURESIZE): Increase to 1250000.
11752
11753 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11754
11755 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
11756 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
11757 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
11758 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
11759 (EmacsApp-cursor_blink_handler): Remove declaration.
11760 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
11761 match 01 Feb 2008 changes in xterm.c.
11762 (ns_read_socket): Add cast to avoid warning.
11763 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
11764 GNUstep.
11765
11766 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
11767
11768 * xselect.c (x_get_foreign_selection): Return nil if desired
11769 selection could not be obtained, instead of signalling an error.
11770
11771 2008-08-20 David Reitter <david.reitter@gmail.com>
11772
11773 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
11774 * nsterm.m: Remove ns-specific code for cursor blinking.
11775 (ns_draw_window_cursor): Clear cursor properly rather than
11776 redrawing the area. Respect width of bar cursors.
11777 These changes enable the use of generic blink-cursor-mode and
11778 generic cursor types in NS and support smooth cursor movements (do
11779 not blink off after command).
11780 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
11781 Nextstep, too.
11782
11783 2008-08-19 Kenichi Handa <handa@m17n.org>
11784
11785 * font.c (Vfont_log_deferred): New variable.
11786 (font_add_log): Check Vfont_log_deferred.
11787 (font_deferred_log): New function.
11788
11789 * font.h (font_deferred_log): Extern it.
11790
11791 * fontset.c (reorder_font_vector): Use encoding charset of fonts
11792 for sorting.
11793 (face_for_char): Use deferred log.
11794
11795 2008-08-18 Kenichi Handa <handa@m17n.org>
11796
11797 * fontset.c (face_for_char): Add font log.
11798
11799 * font.c (font_add_log): Add the font properties :script, :lang,
11800 and :otf in the log.
11801
11802 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
11803
11804 * xdisp.c: Remove dead code.
11805 (handle_invisible_prop, next_overlay_string): Defer call to
11806 setup_for_ellipsis.
11807 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
11808
11809 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
11810
11811 * xfaces.c (lookup_derived_face): Properly handle possible zero
11812 return value of get_lface_attributes.
11813 (merge_faces): Don't tell lookup_derived_face to signal an error
11814 if face is not found.
11815
11816 * dired.c (Fdirectory_files): Doc fix.
11817
11818 * process.c (make_process): Initialize kill_without_query struct
11819 member.
11820
11821 2008-08-15 Eli Zaretskii <eliz@gnu.org>
11822
11823 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
11824 Alternative calculation of totphys for Visual Studio 6.
11825
11826 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
11827
11828 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
11829 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
11830 All users changed.
11831 (stat): Only root directory passed to GetDriveType. Allow RAM
11832 disk as well as local fixed disk when w32-get-true-file-attributes
11833 is set to `local'.
11834 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
11835 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
11836 (w32_cached_id, w32_add_to_cache): New functions.
11837 (get_name_and_id): Look account names in the cache before calling
11838 lookup_account_sid.
11839 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
11840 New initialization flags.
11841 (globals_of_w32): Initialize them to zero.
11842 (w32_system_process_attributes): Use w32_cached_id and
11843 w32_add_to_cache.
11844
11845 2008-08-14 Lawrence Mitchell <wence@gmx.li>
11846
11847 * lread.c (Fread_char, Fread_char_exclusive): If no character
11848 event is read before timeout is reached, return nil, rather than
11849 converting to a number.
11850
11851 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
11852
11853 * fns.c (use_dialog_box): Doc fix.
11854
11855 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
11856 on OS X.
11857
11858 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
11859
11860 * frame.c (Qns_parse_geometry): New var.
11861 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
11862
11863 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
11864
11865 * xdisp.c (x_produce_glyphs): Handle the case when font has no
11866 space character in calculating tabs.
11867
11868 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
11869
11870 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
11871
11872 2008-08-10 Glenn Morris <rgm@gnu.org>
11873
11874 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
11875 silence gcc "limited range of data type" warnings in some
11876 make_fixnum_or_float calls.
11877
11878 2008-08-09 Eli Zaretskii <eliz@gnu.org>
11879
11880 * w32.c (w32_system_process_attributes): If the process does not
11881 exist, return nil.
11882
11883 * w32.c: Include thelp32.h, psapi.h and coding.h.
11884 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
11885 declarations.
11886 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
11887 (Process32Next_Proc): New typedefs.
11888 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
11889 (g_b_init_process32_next, g_b_init_open_thread_token)
11890 (g_b_init_impersonate_self, g_b_init_revert_to_self)
11891 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
11892 (g_b_init_get_process_working_set_size)
11893 (g_b_init_global_memory_status_ex): New static variables.
11894 (globals_of_w32): Initialize them.
11895 (create_toolhelp32_snapshot, process32_first, process32_next)
11896 (open_thread_token, impersonate_self, revert_to_self)
11897 (get_process_memory_info, get_process_working_set_size)
11898 (global_memory_status, global_memory_status_ex): New wrapper
11899 functions.
11900 (w32_list_system_processes, w32_system_process_attributes)
11901 (enable_privilege, restore_privilege, ltime, process_times):
11902 New functions.
11903 (convert_time_raw): New function.
11904 (convert_time): Remove conversion of FILETIME into time in 100
11905 nsec units, call convert_time_raw instead.
11906
11907 * process.h (w32_list_system_processes, w32_system_process_attributes):
11908 Add prototypes.
11909 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
11910 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
11911 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
11912 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
11913
11914 * process.c (Fsystem_process_attributes): Doc fix.
11915
11916 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
11917
11918 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
11919 a continued multi-char glyph; if so, advance to the actual glyph.
11920
11921 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11922
11923 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
11924
11925 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
11926 (.m.o): Use it.
11927 * config.in: Regenerate.
11928
11929 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
11930
11931 * xdisp.c (redisplay_window): Revert last change.
11932 (try_window): Check bottom scroll margin too.
11933
11934 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
11935
11936 * config.in: Regenerate.
11937
11938 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
11939 -list-load-path-shadows'.
11940 (nsgui.h): Reduce number of things depending on it.
11941
11942 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
11943
11944 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
11945 instead of window-end which does the wrong thing at eob.
11946 (try_cursor_movement): Minor optimization.
11947 (redisplay_window): If scroll margin is defined, don't assume
11948 window doesn't need scrolling.
11949
11950 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
11951
11952 * config.in: Regenerate.
11953
11954 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
11955 (mostlyclean): Don't delete *.d under NS.
11956
11957 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
11958
11959 2008-08-06 Kenichi Handa <handa@m17n.org>
11960
11961 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
11962
11963 2008-08-06 Andreas Schwab <schwab@suse.de>
11964
11965 * config.in: Regenerate.
11966
11967 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
11968
11969 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
11970 forcing a window start.
11971
11972 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
11973 (auto_save_1): Update modtime when auto-save-list-file-name is on.
11974
11975 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
11976
11977 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
11978 argument.
11979
11980 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
11981
11982 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
11983 <scroll-down-aggressively, before-change-functions>:
11984 <after-change-functions>: Reflow docstrings.
11985
11986 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
11987 Ken Raeburn <raeburn@gnu.org>
11988
11989 Dock menu customization, based on a patch by Ken Raeburn, plus some
11990 other fixes.
11991 * nsmenu.m (dockMenu): New variable.
11992 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
11993
11994 * nsterm.h (dockMenu): Declare.
11995
11996 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
11997 (ns_term_init): Initialize dockMenu.
11998 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
11999 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
12000 left.
12001
12002 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
12003
12004 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
12005
12006 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
12007
12008 * config.in: Regenerate.
12009
12010 2008-08-04 Seiji Zenitani <zenitani@mac.com>
12011
12012 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
12013
12014 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
12015
12016 * nsterm.h (find_and_call_menu_selection): Fix prototype.
12017
12018 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
12019
12020 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
12021
12022 * keyboard.h: Comment an #endif.
12023
12024 * lisp.h (have_menus_p): Adjust comment.
12025
12026 * menu.c (find_and_return_menu_selection): Fix comparison with
12027 client_data.
12028
12029 * nsmenu.m (popup_activated_flag): New variable.
12030 (popup_activated): New function.
12031 (menu-or-popup-active-p): New exported lisp definition.
12032 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
12033 when popup done.
12034 (ns_popup_dialog): Set popup_activated_flag.
12035
12036 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
12037 version for GNUstep (handled by conditional typedef in nsterm.m).
12038 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
12039 in rgb.txt).
12040
12041 * process.c (init_process): Use DARWIN_OS, not DARWIN.
12042
12043 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
12044
12045 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
12046
12047 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
12048 shortcircuit if popup_activated like GTK and X toolkit.
12049
12050 * m/inter386.h: Change DARWIN to DARWIN_OS.
12051
12052 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
12053 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
12054 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
12055 comment on NO_SOCK_SIGIO.
12056
12057 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
12058
12059 * nsterm.m (windowDidResize): Remove stopModal call.
12060
12061 2008-08-03 Andreas Schwab <schwab@suse.de>
12062
12063 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
12064 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
12065
12066 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
12067
12068 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
12069 Don't use uninitialized pointer variable when using getrlimit.
12070
12071 2008-08-02 Jason Rumney <jasonr@gnu.org>
12072
12073 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
12074
12075 2008-08-02 Eli Zaretskii <eliz@gnu.org>
12076
12077 * alloc.c (NSTATICS): Bump to 0x640.
12078
12079 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
12080
12081 * lisp.h: Add prototype for directory_files_internal.
12082
12083 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
12084 New functions.
12085 (syms_of_process): Defsubr them. Add initializations for various
12086 Q* symbols used in procfs_system_process_attributes.
12087 (procfs_list_system_processes, procfs_system_process_attributes)
12088 [HAVE_PROCFS]: New functions.
12089 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
12090 (procfs_get_total_memory): New functions.
12091
12092 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
12093
12094 * xfaces.c (Fx_load_color_file): Fix previous change;
12095 it is #ifdef WINDOWSNT, not WINDOWS_NT.
12096
12097 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
12098
12099 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
12100
12101 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12102
12103 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
12104
12105 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
12106
12107 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
12108
12109 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
12110 define NSApplicationDelegateReplySuccess.
12111 (EmacsView -converstationIdentifier): Use long instead of
12112 NSInteger for GNUstep, since it doesn't have NSInteger.
12113
12114 * xmenu.c: Revert last change.
12115
12116 * keyboard.h: Fix last change.
12117
12118 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
12119
12120 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
12121 on Windows.
12122
12123 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12124
12125 Warning clearing and clean-up in NS port.
12126 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
12127 Add prototypes.
12128 * nsgui.h (FACE_DEFAULT): Remove, unused.
12129 (XGCValues): Change colors to unsigned long.
12130 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
12131 nsterm.m.
12132 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
12133 (ns_list_fonts): Remove, unused.
12134 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
12135 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
12136 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
12137 (nsfont_draw): Compare face colors to 0, not nil.
12138 * nsmenu.m (struct widget_value): Drop unneeded declaration.
12139 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
12140 (-addSubmenuWithTitle:): Use NSMenuItem class.
12141 (ns_popup_menu): Use NO, not NULL, for enabled setting.
12142 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
12143 (ns_clip_to_row): Make gc arg a BOOL.
12144 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
12145 ns_clip_to_row() call.
12146 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
12147 used). Cast FRAME_FONT assignments.
12148 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
12149 (ns_string_to_lispmod): Change arg to const char.
12150 (ns_term_init): Use NSMenuItem class.
12151 (EmacsApp -openFile:): Move to different section of file.
12152 (EmacsApp -application:openFiles:): Don't return a value, call
12153 -replyToOpenOrPrint:.
12154 (EmacsView -keyDown:): Fix up cast.
12155 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
12156 (EmacsView -menuDown:): Cast tag in call to
12157 find_and_call_menu_selection().
12158 (ns_list_fonts): Remove, unused.
12159 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
12160 (ns_fontname_to_xlfd): Make static.
12161 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
12162 Remove prototypes (now in keyboard.h).
12163 (next_menubar_widget_id): Remove, unused.
12164 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
12165 Remove prototypes (now in keyboard.h).
12166 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
12167
12168 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
12169
12170 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
12171 (floatfns.o): Depend on syssignal.h.
12172 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
12173
12174 * systty.h: Fix previous change that removed BSD_TERMIOS.
12175 Add comments to #ifdefs.
12176
12177 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12178
12179 * w32fns.c (w32-load-color-file): Remove.
12180 (x-open-connection): Use renamed Fx_load_color_file.
12181 * xfaces.c (x-load-color-file): Add.
12182 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
12183 Emacs.clr.
12184 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
12185
12186 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
12187
12188 * dbusbind.c (Fdbus_call_method_asynchronously)
12189 (Fdbus_method_error_internal): New defuns.
12190 (xd_read_message): Handle also reply messages.
12191 (Vdbus_registered_functions_table): Extend docstring.
12192
12193 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
12194
12195 * keyboard.c (gobble_input): Fix previous change.
12196
12197 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12198
12199 * bitmaps/README:
12200 * xfns.c:
12201 * termcap.c:
12202 * term.c:
12203 * syswait.h:
12204 * systty.h:
12205 * systime.h:
12206 * syssignal.h:
12207 * sysdep.c:
12208 * process.h:
12209 * process.c:
12210 * print.c:
12211 * ndir.h:
12212 * lread.c:
12213 * keyboard.c:
12214 * getpagesize.h:
12215 * floatfns.c:
12216 * fileio.c:
12217 * emacs.c:
12218 * doc.c:
12219 * dispnew.c:
12220 * dired.c:
12221 * data.c:
12222 * callproc.c:
12223 * buffer.c:
12224 * README:
12225 * Makefile.in:
12226 * s/template.h:
12227 * s/msdos.h:
12228 * m/vax.h: Remove VMS support.
12229 * s/vms.h:
12230 * vlimit.h:
12231 * uaf.h:
12232 * temacs.opt:
12233 * param.h:
12234 * ioctl.h: Remove file.
12235
12236 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12237
12238 * s/ms-w32.h (MULTI_KBOARD): Remove.
12239 * xterm.c:
12240 * xselect.c:
12241 * xfns.c:
12242 * window.c:
12243 * w32term.c:
12244 * w32fns.c:
12245 * terminal.c:
12246 * termhooks.h:
12247 * term.c:
12248 * sysdep.c:
12249 * keyboard.h:
12250 * keyboard.c:
12251 * frame.h:
12252 * frame.c:
12253 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
12254 * config.in: Regenerate.
12255
12256 2008-07-30 Jason Rumney <jasonr@gnu.org>
12257
12258 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
12259
12260 * w32font.c (w32font_encode_char): Leave as unicode if in range.
12261 (w32font_open_internal): Get unicode version of textmetrics.
12262 Don't enable or disable glyph indices here.
12263 (w32font_open): Disable use of glyph indices.
12264
12265 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
12266
12267 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
12268
12269 * minibuf.c (Vread_buffer_function): Doc fix.
12270
12271 2008-07-30 John Paul Wallington <jpw@pobox.com>
12272
12273 * minibuf.c (read_buffer_completion_ignore_case): New var.
12274 (Fread_buffer): Use it.
12275
12276 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
12277
12278 * systty.h (sensemode): Remove empty #if. Remove reference to
12279 BSD_TERMIOS, unused.
12280
12281 * sysdep.c: Remove reference to DGUX.
12282 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
12283
12284 * config.in: Regenerate.
12285
12286 2008-07-30 Jason Rumney <jasonr@gnu.org>
12287
12288 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
12289
12290 2008-07-29 Jason Rumney <jasonr@gnu.org>
12291
12292 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
12293 is populated.
12294 (uniscribe_encode_char): Always use uniscribe.
12295 Avoid using context if cache is populated.
12296
12297 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
12298
12299 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
12300 open menu.
12301
12302 * gtkutil.c (menu_nav_ended): Remove.
12303 (create_menus): Remove signal connect for menu_nav_ended.
12304
12305 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
12306
12307 * xdisp.c (redisplay_window): Check return value of
12308 compute_window_start_on_continuation_line before forcing a window
12309 start.
12310
12311 2008-07-28 Jason Rumney <jasonr@gnu.org>
12312
12313 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
12314
12315 * w32term.c (w32_enable_unicode_output, cleartype_active):
12316 Remove obsolete display options.
12317 (x_draw_glyph_string_background): Don't use old cleartype_active
12318 workaround.
12319 (w32_initialize): Remove cleartype_active initialization.
12320 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
12321
12322 2008-07-28 Andreas Schwab <schwab@suse.de>
12323
12324 * lisp.h (init_weak_hash_tables, syms_of_font)
12325 (xd_read_queued_messages, syms_of_dbusbind): Declare.
12326 (remove_hash_entry): Don't declare.
12327 * eval.c (maybe_call_debugger): Make static and move before use.
12328 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
12329 * xdisp.c: Include "gtkutil.h" if USE_GTK.
12330 * xterm.h (x_set_frame_alpha): Declare.
12331
12332 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
12333
12334 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
12335 (create_menus): Connect selection-done to menu_nav_ended.
12336
12337 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12338
12339 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
12340 Set Vx_resource_name to a fallback. Replace read of 'buffered'
12341 parameter with read of 'alpha' one.
12342 (Qns_frame_parameter): Remove.
12343 * nsselect.m (selection-coding-system)
12344 (next-selection-coding-system, Vselection_coding_system)
12345 (Vnext_selection_coding_system): Drop.
12346
12347 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12348
12349 * nsfns.m (do-applescript, do_applescript): Rename to
12350 ns-do-applescript, ns_do_applescript, and move within file.
12351
12352 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12353
12354 Remove support for Mac Carbon.
12355 * mactoolbox.c:
12356 * macterm.h:
12357 * macterm.c:
12358 * macselect.c:
12359 * macmenu.c:
12360 * macgui.h:
12361 * macfns.c:
12362 * mac.c: Remove file.
12363 * s/darwin.h:
12364 * m/intel386.h:
12365 * xfaces.c:
12366 * xdisp.c:
12367 * window.c:
12368 * tparam.c:
12369 * termhooks.h:
12370 * termcap.c:
12371 * term.c:
12372 * syssignal.h:
12373 * sysselect.h:
12374 * sysdep.c:
12375 * process.c:
12376 * lread.c:
12377 * lisp.h:
12378 * keyboard.c:
12379 * image.c:
12380 * fringe.c:
12381 * frame.h:
12382 * frame.c:
12383 * fontset.c:
12384 * font.h:
12385 * font.c:
12386 * fns.c:
12387 * fileio.c:
12388 * emacs.c:
12389 * dispnew.c:
12390 * dispextern.h:
12391 * config.in:
12392 * atimer.c:
12393 * Makefile.in: Remove code for Carbon.
12394
12395 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12396
12397 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
12398
12399 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12400
12401 * macterm.h (kCGBitmapByteOrder32Host): New define for
12402 non-universal SDKs.
12403
12404 * image.c (mac_create_cg_image_from_image, image_load_image_io)
12405 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
12406
12407 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
12408 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
12409
12410 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
12411
12412 * w32inevt.c: Include dispextern.h.
12413
12414 2008-07-26 Andreas Schwab <schwab@suse.de>
12415
12416 * print.c (print_object): Fix off-by-one in last change.
12417
12418 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
12419
12420 * term.c (syms_of_term): Don't initialize default_orig_pair,
12421 default_set_foreground and default_set_background on Windows.
12422
12423 2008-07-25 Jason Rumney <jasonr@gnu.org>
12424
12425 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
12426 ScriptItemize. Clean up return value checking. Remove unused
12427 variables.
12428 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
12429 shaping engine.
12430
12431 * w32font.c (w32font_has_char): Handle the case where we can't
12432 determine the script for a character.
12433
12434 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
12435
12436 * term.c (syms_of_term): Initialize default_orig_pair,
12437 default_set_foreground, and default_set_background.
12438
12439 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
12440 clash (bug#86).
12441 (getloadavg): Callers changed.
12442
12443 * image.c (svg_load_image): Fix last change.
12444 (svg_load_image): Use rsvg_handle_get_dimensions to check that
12445 image size is valid. Use g_object_unref instead of deprecated
12446 rsvg_handle_free to free rsvg handle.
12447 (x_from_xcolors): Don't initialize pixmap (silence compiler).
12448
12449 2008-07-25 Jason Rumney <jasonr@gnu.org>
12450
12451 * w32font.c (w32font_encode_char): Encode characters outside BMP as
12452 surrogates before looking up glyph index.
12453 (w32font_text_extents): Encode as surrogates if falling back to
12454 functions that need UTF-16 wide chars.
12455
12456 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
12457 BMP as surrogates before looking up glyph index.
12458
12459 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
12460
12461 * image.c (svg_load_image): Check for failure in return value of
12462 rsvg_handle_get_pixbuf. Free rsvg handle when done.
12463
12464 2008-07-25 Jason Rumney <jasonr@gnu.org>
12465
12466 * w32font.c (Fx_select_font): Reverse sense of second arg.
12467
12468 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
12469
12470 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
12471 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
12472
12473 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
12474 (PURESIZE): Use it.
12475
12476 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
12477
12478 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
12479 * m/alpha.h (TEXT_END):
12480 * m/ibmrs6000.h (TEXT_END):
12481 * m/macppc.h (TEXT_END):
12482 * s/darwin.h (TEXT_END):
12483 * s/msdos.h (TEXT_END): Remove, unused.
12484 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
12485 * s/cygwin.h: Remove comment.
12486
12487 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
12488 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
12489 * m/intel386.h (DOT_GLOBAL_START):
12490 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
12491 (USG): Remove, file not used on USG platforms.
12492
12493 * Makefile.in (HAVE_X11): Remove empty #else.
12494
12495 2008-07-24 Andreas Schwab <schwab@suse.de>
12496
12497 * fileio.c (Finsert_file_contents): Properly adjust undo list
12498 after format conversion.
12499
12500 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
12501
12502 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
12503 (menu_nav_ended): Remove.
12504 (create_menus): Remove signal connect for menu_nav_ended.
12505 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
12506 create_menus.
12507 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
12508
12509 2008-07-23 Jason Rumney <jasonr@gnu.org>
12510
12511 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
12512 with opened font.
12513 (w32font_open): Set font type to gdi.
12514
12515 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
12516
12517 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
12518
12519 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
12520 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
12521 defines it.
12522 * unexec.c (ADDR_CORRECT): Define unconditionally.
12523
12524 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
12525
12526 * unexec.c: Remove code depending on !COFF and USG, the file is
12527 not used for such systems.
12528
12529 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
12530 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
12531 (LD_SWITCH_SYSTEM_1): Remove, update users.
12532
12533 * s/darwin.h (DATA_END):
12534 * m/intel386.h (DATA_END):
12535 * m/ibmrs6000.h (DATA_END):
12536 * m/alpha.h (DATA_END): Remove, unused.
12537
12538 * config.in: Regenerate.
12539 * s/ms-w32.h (subprocesses): Define unconditionally.
12540 * s/template.h (subprocesses): Update comment.
12541 * s/vms.h (subprocesses):
12542 * s/usg5-4.h (subprocesses):
12543 * s/hpux10-20.h (subprocesses):
12544 * s/gnu-linux.h (subprocesses):
12545 * s/cygwin.h (subprocesses):
12546 * s/bsd-common.h (subprocesses):
12547 * s/aix4-2.h (subprocesses):
12548 * s/darwin.h (subprocesses): Do not define, defined by default now.
12549
12550 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
12551 Remove all references.
12552 (temacs): Add GNUstep specific ld flags.
12553
12554 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
12555 similarly to what X does.
12556
12557 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
12558
12559 * nsfns.m (x-list-fonts): Remove.
12560 (syms_of_nsfns): Drop the x-list-fonts declaration.
12561 * nsterm.m: Get rid of remaining "//" comments.
12562
12563 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
12564
12565 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
12566
12567 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
12568 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
12569 (Fns_own_selection_internal, Fx_disown_selection_internal)
12570 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
12571
12572 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
12573 ... */' style of docstrings. Doc fixes.
12574
12575 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12576
12577 * terminfo.c (UP, BC, PC): Undo previous change.
12578
12579 * nsfns.m: Rename ns prefixed functions/variables to the
12580 corresponding x versions. Update references.
12581
12582 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
12583
12584 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
12585
12586 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12587
12588 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
12589 Remove forwarding functions.
12590 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
12591 non-static.
12592 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
12593 non-static.
12594 (ns_frame_parm_handlers): Use the new names.
12595 (syms_of_nsfns): Move to the end of file.
12596
12597 * nsterm.m (syms_of_nsterm): Move to the end of file.
12598
12599 * dispnew.c (init_display): Remove code for X10.
12600
12601 2008-07-22 Jason Rumney <jasonr@gnu.org>
12602
12603 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
12604 bare drive.
12605
12606 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
12607
12608 * nsterm.m (syms_of_nsterm): Remove debugging println.
12609
12610 2008-07-22 David Reitter <david.reitter@gmail.com>
12611
12612 * nsfns.m (do_applescript, F_do_applescript): NS version of the
12613 Carbon implementation of the same functionality: execute arbitrary
12614 AppleScript code.
12615
12616 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
12617
12618 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
12619 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
12620 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
12621 (Fx_display_mm_height, Fx_display_mm_width)
12622 (Fx_display_backing_store, Fx_display_visual_class)
12623 (Fx_display_save_under, Fx_open_connection)
12624 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
12625 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
12626 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
12627 (Fx_display_pixel_width, Fx_display_pixel_height)
12628 (Fx_display_usable_bounds, Fx_display_planes)
12629 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
12630 ... */' style of docstrings.
12631
12632 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
12633
12634 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
12635 on this platform.
12636 (mips):
12637 * m/iris4d.h (mips): Do not define.
12638 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
12639
12640 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
12641
12642 * image.c:
12643 * nsfns.m:
12644 * nsselect.m:
12645 * nsterm.h:
12646 * nsterm.m: Rename ns prefixed functions/variables to the
12647 corresponding x versions. Update references.
12648
12649 * m/ibms390x.h (NO_REMAP): Do not undefine.
12650
12651 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
12652
12653 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
12654
12655 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
12656 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
12657 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
12658 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
12659 (Fns_display_mm_height, Fns_display_mm_width)
12660 (Fns_display_backing_store, Fns_display_visual_class)
12661 (Fns_display_save_under, Fns_open_connection)
12662 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
12663 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
12664 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
12665 (Fns_display_pixel_width, Fns_display_pixel_height)
12666 (Fns_display_usable_bounds, Fx_display_planes)
12667 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
12668
12669 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
12670
12671 * print.c (print_object): Check print_depth before searching for
12672 circularities.
12673
12674 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
12675
12676 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
12677 only sprintf.
12678
12679 2008-07-21 Kenichi Handa <handa@m17n.org>
12680
12681 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
12682
12683 2008-07-20 Andreas Schwab <schwab@suse.de>
12684
12685 * syntax.c (find_start_pos, find_start_value)
12686 (find_start_value_byte, find_start_begv, find_defun_start)
12687 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
12688
12689 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
12690
12691 * s/sol2-3.h: Insert contents of s/sol2.h.
12692 (LD_SWITCH_SYSTEM): Remove redundant definition.
12693 * s/sol2.h: Remove, unused.
12694
12695 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
12696
12697 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
12698
12699 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
12700
12701 * Makefile.in (ns_appdir): Fix typo in find command.
12702
12703 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
12704
12705 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
12706
12707 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
12708 added not supported anymore.
12709
12710 * s/usg5-4-2.h (LIBS_SYSTEM):
12711 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
12712
12713 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
12714 * s/lynxos.h (GETPGRP_NO_ARG):
12715 * s/hpux10-20.h (NO_SIOCTL_H):
12716 * s/gnu.h (GETPGRP_NO_ARG):
12717 * s/gnu-linux.h (NO_SIOCTL_H):
12718 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
12719 * s/cygwin.h (GETPGRP_NO_ARG):
12720 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
12721 (C_DEBUG_SWITCH): Remove duplicate definition.
12722
12723 * m/ibms390.h: Remove boilerplate comments.
12724
12725 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
12726
12727 * process.c (HAVE_SERIAL): Consolidate ifdefs.
12728 (wait_reading_process_output): Remove code for SunOS, platform not
12729 supported anymore. Use SOLARIS2 instead of sun.
12730
12731 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
12732
12733 * font.c (font_open_by_name): Under NS, default lface height to zero.
12734 (font_open_for_lface): Under NS, set size based on frame fontsize.
12735 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
12736 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
12737
12738 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
12739
12740 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
12741 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
12742 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
12743 YES/NO.
12744 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
12745 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
12746 * Makefile.in (clean): Clear out build destination dir.
12747
12748 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
12749
12750 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
12751 xterm, xselect.
12752 * lisp.h: Remove declaration of hash_remove.
12753 * nsgui.h: Remove redefinitions of hash_remove.
12754 * fns.c (hash_remove): Rename to hash_remove_from_table.
12755
12756 2008-07-19 Seiji Zenitani <zenitani@mac.com>
12757
12758 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
12759 strdup() the family UTF8String before modifying it.
12760
12761 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
12762
12763 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
12764 NS_FACE_BACKGROUND with 0 instead of nil.
12765 * nsfont.m (nsfont_draw): Same.
12766
12767 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
12768
12769 * nsfns.m (ns_set_background_color): Fix crash.
12770
12771 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
12772
12773 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
12774
12775 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
12776
12777 * puresize.h (BASE_PURESIZE): Increase to 1240000.
12778
12779 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12780
12781 * gtkutil.c: Include <config.h> instead of "config.h".
12782
12783 * lisp.h (Foverlay_buffer): Add EXFUN.
12784
12785 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
12786 child process to complete child_setup. Undo 2005-09-21 change.
12787
12788 * s/darwin.h: Mention setsid after vfork.
12789
12790 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12791
12792 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
12793 Depend on macgui.h.
12794
12795 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
12796 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
12797
12798 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
12799 and f19.
12800 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
12801
12802 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
12803 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
12804 Remove enumerators.
12805
12806 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
12807 Check if FACE_FROM_ID returns NULL.
12808
12809 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
12810
12811 * w32inevt.c (change_frame_size): Remove extern declaration.
12812 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
12813 change_frame_size.
12814
12815 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
12816
12817 * getloadavg.c: Revert last change (2008-07-15).
12818
12819 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
12820
12821 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
12822 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
12823 from configure.
12824
12825 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
12826
12827 * s/sol2.h:
12828 * s/sol2-4.h: Reorganize conditionals.
12829
12830 * ecrt0.c: Remove code depending on m68000, not used anymore.
12831
12832 * fns.c (hash_remove): Make static.
12833 * lisp.h (hash_remove): Don't prototype.
12834
12835 * m/ibmrs6000.h:
12836 * m/ibms390x.h:
12837 * m/macppc.h: Remove boilerplate comments.
12838
12839 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
12840 Solaris, which does not need them.
12841
12842 * m/vax.h: Remove comments about unsupported systems.
12843
12844 * s/darwin.h: Reorganize ifdefs.
12845
12846 2008-07-17 Andreas Schwab <schwab@suse.de>
12847
12848 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
12849
12850 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
12851
12852 Use SDATA. Follow coding convention of placing operators at
12853 beginning of next line rather than end of previous line, and placing
12854 spaces around infix operators.
12855
12856 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
12857 in case it was defined already.
12858 USE @GNUSTEP_MAKEFILES@ rather than envvars.
12859 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
12860 ns_default.
12861 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
12862 Lisp_Objects.
12863 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
12864 (ns_defined_color, ns_color_to_lisp): Declare.
12865 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
12866 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
12867 it's accepted even with USE_LISP_UNION_TYPE.
12868 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
12869 (update_frame_tool_bar): Remove apparently obsolete tests for
12870 non-integerness of f->tool_bar_lines.
12871 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
12872 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
12873 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
12874 (nsfont_open): Don't confuse NULL for Qnil.
12875 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
12876 * menu.h (find_and_call_menu_selection):
12877 * menu.c (find_and_call_menu_selection): Use just int for vector size.
12878 (find_and_return_menu_selection): Always return something.
12879 * frame.h: Include dispextern.h for Display_Info.
12880 (display_x_get_resource): Declare.
12881
12882 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
12883
12884 * syntax.c: Remove stdio.h include accidentally introduced in
12885 Emacs.app commit.
12886 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
12887 NS_IMPL_COCOA.
12888 * keyboard.c (handle_async_input, input_available_signal): Remove
12889 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
12890
12891 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
12892
12893 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
12894 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
12895 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
12896 Use SDATA.
12897
12898 * keymap.c: Remove all NS-specific code.
12899 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
12900 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
12901 where_is_preferred_modifier, return a different value depending on how
12902 preferred is the binding.
12903 (where_is_internal): Adjust accordingly.
12904 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
12905 Adjust to new preferred_sequence_p.
12906 (syms_of_keymap): Declare `where-is-preferred-modifier'.
12907 * keyboard.c (parse_solitary_modifier): Not static any more.
12908 * keyboard.h (parse_solitary_modifier): Declare.
12909
12910 2008-07-16 Andreas Schwab <schwab@suse.de>
12911
12912 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
12913 of easymenu.
12914
12915 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
12916
12917 * xdisp.c (move_it_in_display_line): Account for word wrap, so
12918 that we don't move off the line.
12919
12920 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
12921
12922 * keyboard.c (Qsuper): Remove.
12923 (parse_menu_item): Don't call where_is_internal specially for NS.
12924
12925 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
12926
12927 * s/gnu-linux.h: Remove boilerplate comments.
12928
12929 * m/alpha.h (__ELF__): Consolidate conditions.
12930
12931 * m/m68k.h (linux): Use GNU_LINUX instead.
12932 Remove boilerplate comments.
12933
12934 * m/intel386.h: Undo refactoring from previous change.
12935 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
12936 too, remove dead code.
12937 (linux): Use GNU_LINUX instead.
12938
12939 2008-07-16 Jason Rumney <jasonr@gnu.org>
12940
12941 * w32gui.h: Repeat 26 June changes lost by last change.
12942
12943 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
12944
12945 * systty.h: Remove code for Aix on 386, unsupported platform.
12946
12947 * s/ms-w32.h: Remove boilerplate comments.
12948 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
12949
12950 * s/gnu-linux.h (TERM): Remove support.
12951 (HAVE_SYSVIPC): Remove, unused.
12952 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
12953 for this system.
12954
12955 * process.c: Remove support for IRIS, unused.
12956 Remove support for TERM, not relevant anymore.
12957
12958 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
12959 used with the definition.
12960
12961 * s/aix4-2.h (static): Do not undef.
12962
12963 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
12964 only used on Aix.
12965 (HAVE_SYSVIPC): Remove, unused.
12966
12967 * m/hp800.h (CANNOT_DUMP): Do not undef.
12968
12969 * m/alpha.h: Fix comment.
12970
12971 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
12972 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
12973 used by this configuration.
12974 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
12975 * unexec.c: Remove code depending on HPUX and
12976 USG_SHARED_LIBRARIES, not used with this file. Remove code
12977 depending on IRIS, unused. Remove if 0-ed code.
12978
12979 * s/template.h: Remove comments about static.
12980
12981 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
12982 Remove if 0-ed code.
12983 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
12984 were the same as the default.
12985 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
12986 Remove boilerplate comments.
12987 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
12988 (HAVE_SYSVIPC): Remove, unused.
12989 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
12990
12991 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
12992 Remove boilerplate comments.
12993 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
12994 Remove boilerplate comments.
12995 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
12996 Remove boilerplate comments.
12997 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
12998
12999 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
13000 USG systems which do not use DATA_SEG_BITS.
13001 Refactor code. Remove boilerplate comments.
13002
13003 * m/ibms390.h:
13004 * m/m68k.h:
13005 * s/bsd-common.h:
13006 * s/cygwin.h:
13007 * s/darwin.h:
13008 * s/freebsd.h:
13009 * s/gnu.h:
13010 * s/msdos.h: Remove boilerplate comments.
13011
13012 * m/iris4d.h: Remove boilerplate comments and code for systems that
13013 do not use this file.
13014 (IRIS_4D): Remove, unused.
13015
13016 * m/mips.h: Remove boilerplate comments and code for systems that
13017 do not use this file.
13018 (SIGN_EXTEND_CHAR):
13019 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
13020 * unexmips.c: Remove file, unused.
13021
13022 * editfns.c (Fuser_full_name): Replace the only use of
13023 USER_FULL_NAME with its value.
13024 * config.in: Regenerate.
13025
13026 2008-07-16 David Reitter <david.reitter@gmail.com>
13027
13028 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
13029 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
13030
13031 2008-07-16 Glenn Morris <rgm@gnu.org>
13032
13033 * emacs.c (system-type): Doc fix.
13034
13035 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
13036
13037 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
13038 If the cache doesn't work, let's fix it, rather than work around it.
13039
13040 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
13041
13042 * Makefile.in: Correct additions for nsfont.o in last commit.
13043 * nsfont.m: New file (forgot last commit).
13044
13045 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
13046
13047 * callproc.c (set_initial_environment): Initialize
13048 Vprocess_environment under CANNOT_DUMP (fixes crash when
13049 batch-compiling for bootstrap).
13050
13051 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
13052 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13053
13054 * frame.c (make_initial_frame): Call init_frame_faces(f) in
13055 CANNOT_DUMP case -- fix crash due to different init order.
13056
13057 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
13058
13059 Changes and additions for NeXTstep windowing system (Cocoa and
13060 GNUstep) support.
13061
13062 * Makefile.in:
13063 * config.in: Support defines and build commands for NS port.
13064 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
13065 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
13066 * dispextern.h: Include nsgui.h and add needed typedefs under NS
13067 windowing.
13068 (struct face): Add synth_ital field.
13069 * dispnew.c: Include nsterm.h when compiling under NS windowing.
13070 (init_display): Initialize Vinitial_window_system to "ns" when so
13071 compiled.
13072 * emacs.c: Include GSConfig.h when compiling under GNUstep.
13073 (display_arg): Use under NS.
13074 (main): Under NS, allocate autorelease pool and handle command line
13075 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
13076 (standard_args): Add NS-specific args.
13077 (shut_down_emacs): Shut down NS terminal if compiled under NS.
13078 * font.c (DEFAULT_ENCODING): New variable.
13079 (font_find_for_lface): Use it.
13080 (syms_of_font): Load syms_of_nsfont under NS.
13081 * font.h: Declare nsfont_driver when compiled under NS.
13082 * fontset.c: When compiling under NS, include nsterm.h.
13083 (fontset_from_font): Autoconstruct fontset under NS.
13084 * frame.c (various): Under NS, include nsterm.h, add Qns window system
13085 symbol, document and use it.
13086 (do_switch_frame): When for_deletion under Cocoa, add
13087 Fraise_frame(Qnil).
13088 (x_set_frame_parameters): Ensure font attribute changes are picked up.
13089 (x_get_arg): Allow "yes" and "no" as boolean values.
13090 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
13091 Qright under Cocoa.
13092 (focus-follows-mouse): Default to 0 under NS.
13093 * frame.h (enum output_method): Add output_ns.
13094 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
13095 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
13096 (FRAME_WINDOW_P): NS-specific definition.
13097 * fringe.c (max_used_fringe_bitmap): Make public.
13098 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
13099 (getloadavg): Use NeXT code under descendant OS's.
13100 * image.c (includes and header section, x_create_bitmap_from_data)
13101 (x_create_bitmap_from_file, free_bitmap_record, image_background)
13102 (image_background_transparent, x_clear_image_1)
13103 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
13104 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
13105 (x_to_xcolors, x_from_xcolors, x_disable_image)
13106 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
13107 other GUIs, including XPM support using code originally written for
13108 Carbon GUI.
13109 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
13110 using NS API.
13111 (image_ascent): Use font metrics macros instead of direct struct field
13112 access.
13113 * keyboard.c (includes): Add nsterm.h when compiling under NS.
13114 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
13115 Also, handle NS as GTK for menu bar purposes.
13116 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
13117 toolkit where they differ.
13118 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
13119 use cachelist, still needed under NS.
13120 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
13121 (struct widget_value): Define it here for menu.c.
13122 * keymap.c (includes): Include modifier internals.
13123 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
13124 NS.
13125 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
13126 support for preferring sequences using certain modifiers, specified by
13127 the FIRSTONLY argument.
13128 * lisp.h (hash_remove): Rename to avoid name clash when compiling
13129 under NS GNUstep implementation.
13130 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
13131 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
13132 * menu.c: Include nsterm.h under NS.
13133 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
13134 (free_menubar_widget_tree_value, update_submenu_strings)
13135 (find_and_call_menu_selection): Treat NS as X and NT.
13136 (find_and_return_menu_selection): New function, used for popup menus.
13137 * nsgui.h:
13138 * nsterm.h:
13139 * nsfns.m:
13140 * nsimage.m:
13141 * nsmenu.m:
13142 * nsselect.m:
13143 * nsterm.m: New files.
13144 * process.c (wait_reading_process_output): Under NS, call ns_select()
13145 instead of plain select().
13146 * syntax.c (char_quoted): Under NS, avoid a crash when called near
13147 beginning of buffer.
13148 * sysselect.h (init_process): Rename when compiling under Cocoa to
13149 avoid name conflict.
13150 * termhooks.h (display_info): Add ns_display_info to union.
13151 * terminal.c (Fterminal_live_p): Add ns to terminal types.
13152 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
13153 COCOA environment.
13154 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
13155 unexec() signature. (Note, this will dump, but the resulting file
13156 crashes; unexosx is used instead; keeping around for reference and
13157 possible aid in getting dump working under GNUstep.)
13158 * w32gui.h (button_type, widget_value): Remove definitions (now in
13159 keyboard.h).
13160 * window.c: Include nsterm.h when compiling under NS.
13161 * xdisp.c (includes): Include nsterm.h when compiling under NS.
13162 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
13163 other GUI windowing systems.
13164 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
13165 GTK.
13166 (x_consider_frame_title): Under NS, set icon type and frame
13167 modified-state indicator; use ns_set_name_as_filename() when using
13168 formatted title.
13169 (update_window_cursor): Make public when compiling under NS.
13170 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
13171 (hourglass_atimer, Vhourglass_delay
13172 * xfaces.c (header section, init_frame_faces, clear_font_table)
13173 (defined_color, unload_color, x_face_list_fonts)
13174 (prepare_face_for_display): Add NS support parallel to other GUIs.
13175 Emulate GCs like other non-X GUIs.
13176 (split_font_name): Don't lowercase font name under NS.
13177 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
13178 under NS.
13179 * s/darwin.h: Add support for compilation under NS.
13180
13181 2008-07-15 Jason Rumney <jasonr@gnu.org>
13182
13183 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
13184 (w32_show_hourglass): Rename from show_hourglass.
13185 (w32_hide_hourglass): Rename from hide_hourglass.
13186 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
13187 (Vhourglass_delay): Declare extern.
13188 (hourglass_started): Remove.
13189
13190 * xdisp.c (Vhourglass_delay): Remove static.
13191 (hourglass_started, start_hourglass, cancel_hourglass):
13192 Don't include these versions on WINDOWSNT.
13193
13194 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
13195
13196 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
13197 variables (formerly in xfns.c).
13198 (show_hourglass, hide_hourglass): New prototypes (same).
13199 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
13200 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
13201 in xfns.c).
13202 (syms_of_xdisp): Declare/initialize display-hourglass,
13203 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
13204 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
13205 formerly in xfns.c.
13206 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
13207 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
13208 (start_hourglass, cancel_hourglass): Remove.
13209 (show_hourglass, hide_hourglass): Remove prototypes and static
13210 modifiers.
13211 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
13212 hourglass_atimer, hourglass_shown_p declaration/initialization.
13213 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
13214 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
13215 (start_hourglass, cancel_hourglass): Remove.
13216 (show_hourglass, hide_hourglass): Remove prototypes and static
13217 modifiers.
13218 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
13219 hourglass_atimer, hourglass_shown_p declaration/initialization.
13220 * w32fns.c (display_hourglass_p, Vhourglass_delay)
13221 (DEFAULT_HOURGLASS_DELAY): Remove.
13222 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
13223 hourglass_shown_p declaration/initialization.
13224
13225 2008-07-14 Jason Rumney <jasonr@gnu.org>
13226
13227 * w32fns.c (w32_get_arg): Remove wrapper function.
13228 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
13229 directly.
13230 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
13231
13232 2008-07-14 Kenichi Handa <handa@m17n.org>
13233
13234 * xfont.c (xfont_open): Add workaround for X's bug.
13235
13236 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13237
13238 * fontset.c: Include <stdio.h> unconditionally.
13239
13240 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
13241
13242 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
13243 for filtering.
13244
13245 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
13246
13247 * s/vms.h: Use __GNUC__ instead of _GNUC_.
13248
13249 * m/macppc.h:
13250 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
13251
13252 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
13253 (SPECIAL_EMACS_INT):
13254 * m/ia64.h (SPECIAL_EMACS_INT):
13255 * m/amdx86-64.h (SPECIAL_EMACS_INT):
13256 * s/gnu.h (NLIST_STRUCT):
13257 * s/aix4-2.h (X11R5_INHIBIT_I18N):
13258 * s/gnu-linux.h (LINUX):
13259 * s/msdos.h (HAVE_FACES):
13260 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
13261
13262 * systty.h:
13263 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
13264 anymore.
13265
13266 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
13267
13268 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
13269 always defined as int.
13270
13271 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
13272 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
13273 * s/gnu-linux.h (HAVE_WAIT_HEADER):
13274 * s/freebsd.h (HAVE_WAIT_HEADER):
13275 * s/bsd-common.h (HAVE_UNION_WAIT):
13276 * s/aix4-2.h (HAVE_WAIT_HEADER):
13277 * m/mips.h (HAVE_UNION_WAIT):
13278 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
13279 (COFF, static): Do not define, they are undefined later in the file.
13280
13281 * process.c (update_status): Don't use a union.
13282 (status_convert):
13283 (sigchld_handler): Use int instead of WAITTYPE.
13284
13285 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
13286
13287 * indent.c (Fvertical_motion): Restore hscroll before moving to
13288 goal column.
13289
13290 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
13291
13292 * lisp.h: Remove left over code.
13293
13294 2008-07-11 Andreas Schwab <schwab@suse.de>
13295
13296 * lisp.h: Fix logic in last change.
13297
13298 * menu.h: New file.
13299 * menu.c: Include it.
13300 * xmenu.c: Likewise.
13301 * Makefile.in: Update dependencies.
13302
13303 2008-07-11 Kenichi Handa <handa@m17n.org>
13304
13305 * fontset.c (fontset_from_font): Cancel the previous change.
13306
13307 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
13308
13309 * lisp.h:
13310 * w32heap.c:
13311 * emacs.c:
13312 * alloc.c: Replace all references of NO_UNION_TYPE with
13313 USE_LISP_UNION_TYPE.
13314
13315 * m/xtensa.h (NO_UNION_TYPE):
13316 * m/vax.h (NO_UNION_TYPE):
13317 * m/template.h (NO_UNION_TYPE):
13318 * m/sparc.h (NO_UNION_TYPE):
13319 * m/mips.h (NO_UNION_TYPE):
13320 * m/macppc.h (NO_UNION_TYPE):
13321 * m/m68k.h (NO_UNION_TYPE):
13322 * m/iris4d.h (NO_UNION_TYPE):
13323 * m/intel386.h (NO_UNION_TYPE):
13324 * m/ibms390x.h (NO_UNION_TYPE):
13325 * m/ibms390.h (NO_UNION_TYPE):
13326 * m/ibmrs6000.h (NO_UNION_TYPE):
13327 * m/ia64.h (NO_UNION_TYPE):
13328 * m/hp800.h (NO_UNION_TYPE):
13329 * m/arm.h (NO_UNION_TYPE):
13330 * m/amdx86-64.h (NO_UNION_TYPE):
13331 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
13332 defining it the same.
13333
13334 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
13335
13336 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
13337
13338 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
13339
13340 * fileio.c:
13341 * sysdep.c:
13342 * systty.h:
13343 * m/ibmrs6000.h:
13344 * m/iris4d.h:
13345 * s/aix4-2.h:
13346 * s/freebsd.h:
13347 * s/gnu-linux.h:
13348 * s/hpux10-20.h:
13349 * s/hpux11.h:
13350 * s/netbsd.h:
13351 * s/sol2-3.h:
13352 * s/sol2-4.h:
13353 * s/sol2.h:
13354 * s/usg5-4.h:
13355 * s/vms.h: Remove references to unused variables.
13356
13357 2008-07-10 Andreas Schwab <schwab@suse.de>
13358
13359 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
13360 pattern before matching the generic family.
13361
13362 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
13363
13364 * unexec.c:
13365 * s/vms.h:
13366 * s/usg5-4-2.h:
13367 * s/sol2-5.h:
13368 * s/freebsd.h:
13369 * s/darwin.h: Remove dead code.
13370
13371 * m/template.h:
13372 * m/sparc.h:
13373 * m/mips.h:
13374 * m/m68k.h:
13375 * m/iris4d.h:
13376 * m/intel386.h:
13377 * m/ibms390x.h:
13378 * m/ibms390.h:
13379 * m/ia64.h:
13380 * m/hp800.h:
13381 * m/arm.h:
13382 * m/amdx86-64.h: Remove dead code and references to unused
13383 and compiler defined symbols.
13384
13385 * unexmips.c:
13386 * unexelf.c: Remove references to desupported systems.
13387
13388 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
13389
13390 * m/powermac.h: Remove boilerplate comments.
13391 (NO_REMAP): Remove unused definition.
13392
13393 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
13394 define them.
13395
13396 2008-07-10 Kenichi Handa <handa@m17n.org>
13397
13398 * xfont.c (xfont_open): Log the reason of failure.
13399
13400 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
13401
13402 * fontset.c (fontset_get_font_group):
13403 * font.c (font_check_otf): Specify argument types.
13404
13405 2008-07-09 Kenichi Handa <handa@m17n.org>
13406
13407 * coding.c (detect_coding_utf_8): Set detect_info->found only when
13408 non-ASCII char is found.
13409
13410 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
13411 (reorder_font_vector): Change the arg preferred_family to font.
13412 Prefer the spec matching with font.
13413 (fontset_get_font_group): New function.
13414 (fontset_find_font): Change the format of an element of a realized
13415 fontset. Use fontset_get_font_group.
13416 (fontset_font): Try the current fontset, the default fontset, the
13417 fallbacks of the current fontset, and the fallbacks of the default
13418 fontset in this order.
13419 (face_for_char): Delete the shortcut to use the current font.
13420 (fontset_from_font): Don't set fonts for Latin in the fontset.
13421
13422 * font.h (font_make_object, font_match_p): Adjust prototypes.
13423
13424 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
13425
13426 * font.c (font_make_object): New arg entity and pixelsize.
13427 (font_check_otf_features, font_check_otf): New functions.
13428 (font_match_p): Check :lang, :script, and :otf properties.
13429
13430 * xfont.c (xfont_open): Adjust it for the change of
13431 font_make_object.
13432 (xfont_text_extents): Fix initial setting of metrics.
13433
13434 * ftfont.c (struct ftfont_info): New member index, delete member
13435 fc_charset_idx. Make the member order compatible with struct
13436 xftfont_info.
13437 (fc_charset_table): Change charset names to registry names.
13438 (ftfont_pattern_entity): Delete the args registry and
13439 fc_charset_idx. Change the value of :font-entity property
13440 to (FONTNAME . INDEX). Always set :registry property to
13441 `iso10646-1'.
13442 (struct ftfont_cache_data): New struct.
13443 (ftfont_lookup_cache): New arg for_face.
13444 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
13445 (ftfont_driver): Set the member otf_capability.
13446 (ftfont_get_charset): Adjust it for the change of
13447 fc_charset_table.
13448 (OTF_TAG_SYM): New macro.
13449 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
13450 for the change of fc_charset_table.
13451 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
13452 ftfont_pattern_entity. Add FC_INDEX to objset.
13453 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
13454 and ftfont_pattern_entity.
13455 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
13456 font_make_object, struct ftfont_info.
13457 (ftfont_has_char): Use ftfont_get_fc_charset.
13458 (ftfont_otf_features, ftfont_otf_capability): New functions.
13459 (ftfont_shape): Use ftfont_get_otf.
13460 (ftfont_text_extents): Fix initial setting of metrics.
13461
13462 * xftfont.c (struct xftfont_info): New member ft_size. Make the
13463 member order compatible with struct ftfont_info.
13464 (xftfont_open): Add FC_CHARSET to the pattern. Set
13465 xftfont_info->ft_size. Don't unlock the face. Check BDF
13466 properties if appropriate.
13467 (xftfont_close): Unlock the face.
13468 (xftfont_anchor_point, xftfont_shape): Deleted.
13469 (syms_of_xftfont): Don't set members anchor_point and shape of
13470 xftfont_driver.
13471
13472 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
13473 font_make_object.
13474
13475 * w32font.c (w32font_open): Adjust it for the change of
13476 font_make_object.
13477 (w32font_open_internal): Don't set properties of font_object here.
13478
13479 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
13480
13481 * macfns.c (x_create_tip_frame):
13482 * w32fns.c (x_create_tip_frame):
13483 * xfns.c (x_create_tip_frame): Pass parameter argument to
13484 face-set-after-frame-default.
13485
13486 * xfaces.c (Finternal_merge_in_global_face): Save merged
13487 attributes for the default face back into the face vector.
13488
13489 2008-07-08 Andreas Schwab <schwab@suse.de>
13490
13491 * fontset.h: Declare fontset_from_font. Don't declare
13492 new_fontset_from_font and fontset_from_font_name.
13493 * xterm.c: Include "fontset.h".
13494 * Makefile.in (xterm.o): Update dependencies.
13495
13496 2008-07-08 Glenn Morris <rgm@gnu.org>
13497
13498 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
13499 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
13500
13501 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
13502
13503 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
13504 (x_set_frame_parameters): Don't bind it.
13505
13506 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
13507
13508 * w32fns.c (map_w32_filename): Declare extern.
13509
13510 2008-07-07 Jason Rumney <jasonr@gnu.org>
13511
13512 * w32term.c (WS_EX_LAYERED): Define if not already.
13513
13514 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
13515
13516 * xfaces.c (set_font_frame_param): Don't try to set the font
13517 parameter if it is still unspecified in the lface.
13518
13519 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
13520
13521 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
13522 face if it didn't already exist.
13523
13524 * xdisp.c (try_window_id): Give up if word-wrapping is on.
13525
13526 2008-07-05 Andreas Schwab <schwab@suse.de>
13527
13528 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
13529
13530 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
13531
13532 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
13533 word-wrapping.
13534 (IT_DISPLAYING_WHITESPACE): New macro.
13535 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
13536 when word-wrapping. Simplify word-wrapping logic. Use correct
13537 pixel positions when saving copies of the iterator.
13538 (display_line): Use proper wrap point if the last character on a
13539 line was preceded by whitespace.
13540
13541 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13542
13543 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
13544
13545 2008-07-04 Kenichi Handa <handa@m17n.org>
13546
13547 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
13548
13549 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
13550
13551 2008-07-02 Jason Rumney <jasonr@gnu.org>
13552
13553 * xfns.c (syms_of_xfns): Only define x-select-font when both
13554 HAVE_FREETYPE and USE_GTK.
13555
13556 * xdisp.c (next_element_from_display_vector): Move assignment out
13557 of if statement.
13558
13559 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
13560
13561 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
13562
13563 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
13564 (syms_of_fileio): Initialize and export them.
13565 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
13566
13567 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
13568 (Fsystem_move_file_to_trash): New function.
13569 (syms_of_w32fns): Export it to lisp.
13570
13571 2008-07-01 Jason Rumney <jasonr@gnu.org>
13572
13573 * w32font.c (w32font_text_extents): Don't count overhang as part
13574 of width.
13575
13576 2008-06-30 Miles Bader <miles@gnu.org>
13577
13578 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
13579 Add `avoid_cursor_p' field.
13580
13581 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
13582 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
13583 (append_glyph, append_composite_glyph, produce_image_glyph)
13584 (append_stretch_glyph): Initialize avoid_cursor_p.
13585 (get_it_property): Rename from `get_line_height_property'.
13586 (x_produce_glyphs): Use get_it_property.
13587 (handle_line_prefix, push_display_prop): New functions.
13588 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
13589 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
13590 New variables.
13591 (syms_of_xdisp): Initialize them.
13592
13593 2008-06-30 Kenichi Handa <handa@m17n.org>
13594
13595 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
13596 XftDefaultSubstitute (they are called in XftFontMatch).
13597 (xftfont_open): Fix args to ftfont_font_format.
13598
13599 * ftfont.c (fc_charset_table): New member lang.
13600 (ftfont_resolve_generic_family): New arg pattern.
13601 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
13602 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
13603 (ftfont_open): Fix args to ftfont_font_format.
13604 (ftfont_font_format): New arg filename.
13605
13606 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
13607
13608 * xfaces.c (Finternal_merge_in_global_face): If default face was
13609 modified, realize it again. Update the font face attribute.
13610
13611 2008-06-29 Jason Rumney <jasonr@gnu.org>
13612
13613 * w32term.c (x_set_frame_alpha): Fix logic.
13614
13615 2008-06-29 Kenichi Handa <handa@m17n.org>
13616
13617 * fontset.c (Finternal_char_font): Return font-object instead of
13618 font-name.
13619
13620 * composite.c (get_composition_id): Fix the width calculation for TAB.
13621
13622 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13623
13624 * indent.c (Fvertical_motion): Properly handle float column arg.
13625
13626 2008-06-28 Jason Rumney <jasonr@gnu.org>
13627
13628 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
13629 (pfnSetLayeredWindowAttributes): New function pointer.
13630 (w32_initialize): Initialize it when supported.
13631 (x_set_frame_alpha): New function.
13632
13633 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
13634 (w32_frame_parm_handlers): Set alpha handler.
13635
13636 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
13637
13638 2008-06-27 Jason Rumney <jasonr@gnu.org>
13639
13640 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
13641 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
13642 (w32_to_x_charset, x_to_w32_charset)
13643 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
13644 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
13645 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
13646 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
13647 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
13648 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
13649 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
13650 (Qw32_charset_unicode): Remove.
13651 (syms_of_w32fns): Update for above changes.
13652
13653 * w32font.c (w32_to_x_charset, x_to_w32_charset)
13654 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
13655 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
13656 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
13657 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
13658 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
13659 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
13660 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
13661 (syms_of_w32font): Update for above changes.
13662
13663 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
13664
13665 * s/usg5-4.h: Fix previous change: keep the correct branch of a
13666 removed #if.
13667 (USG_SHARED_LIBRARIES): Remove duplicate definition.
13668
13669 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
13670 Eli Zaretskii <eliz@gnu.org>
13671
13672 * makefile.w32-in (LOCAL_FLAGS):
13673 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
13674
13675 * sysdep.c (_spawnlp, _getpid):
13676 Declare with explicit _cdecl instead of _CRTAPI1.
13677
13678 * editfns.c (Fget_internal_run_time):
13679 Check for WINDOWSNT with #ifdef, not #if.
13680
13681 2008-06-26 Jason Rumney <jasonr@gnu.org>
13682
13683 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
13684
13685 * w32term.c (x_draw_glyph_string_foreground)
13686 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
13687 Use FONT_HANDLE macro.
13688 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
13689
13690 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
13691 (uniscribe_encode_char): Use FONT_HANDLE macro.
13692
13693 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
13694 (w32font_text_extents): Use precast w32_font.
13695 (w32font_close): Free cached metrics.
13696 (w32font_open_internal): Allocate space for name on stack.
13697
13698 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
13699
13700 * xdisp.c (extend_face_to_end_of_line): Fix last change.
13701
13702 2008-06-26 Jason Rumney <jasonr@gnu.org>
13703
13704 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
13705 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
13706
13707 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
13708
13709 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
13710
13711 2008-06-26 Jason Rumney <jasonr@gnu.org>
13712
13713 * w32bdf.c, w32bdf.h: Remove obsolete files.
13714
13715 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
13716
13717 * w32gui.h: Don't include w32bdf.h.
13718 (XCharStruct, enum w32_char_font_type, W32FontStruct):
13719 Remove obsolete font support.
13720
13721 * w32font.h (struct w32font_info): Remove compat_w32_font.
13722 Add hfont member.
13723 (FONT_COMPAT): Remove obsolete macro.
13724
13725 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
13726 (w32font_encode_char, w32font_text_extents): Use new hfont member.
13727 (w32font_open_internal): Remove compat code. Set new hfont member.
13728 (Fx_select_font): Use new hfont member.
13729
13730 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
13731 (uniscribe_encode_char): Use new hfont member.
13732
13733 * w32term.c (x_draw_glyph_string_foreground)
13734 (x_draw_composite_glyph_string_foreground): Use new hfont member.
13735 (x_draw_glyph_string): Use metrics in w32font_info.
13736
13737 2008-06-26 Kenichi Handa <handa@m17n.org>
13738
13739 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
13740
13741 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
13742
13743 * unexnext.c:
13744 * m/ews4800.h:
13745 * m/hp9000s300.h:
13746 * m/ibm370aix.h:
13747 * m/mips-siemens.h:
13748 * m/ncr386.h:
13749 * m/next.h:
13750 * m/pmax.h:
13751 * m/powerpcle.h:
13752 * m/tandem-s2.h:
13753 * s/386bsd.h:
13754 * s/bsd386.h:
13755 * s/bsd4-1.h:
13756 * s/bsd4-2.h:
13757 * s/bsdos2-1.h:
13758 * s/bsdos2.h:
13759 * s/bsdos3.h:
13760 * s/bsdos4.h:
13761 * s/nextstep.h:
13762 * s/ultrix4-3.h:
13763 * s/usg5-0.h:
13764 * s/usg5-2-2.h:
13765 * s/usg5-2.h:
13766 * s/usg5-4-3.h:
13767 * s/ux4800.h:
13768 * s/uxpds.h:
13769 * s/uxpv.h: Remove support for obsolete systems.
13770 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
13771 Remove, insert contents in s/hpux10-20.h.
13772 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
13773 Remove, insert contents in s/aix4-2.h.
13774 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
13775 * s/bsd4-3.h: Rename to ...
13776 * s/bsd-common.h: ... this.
13777 * data.c:
13778 * doc.c:
13779 * ecrt0.c:
13780 * emacs.c:
13781 * fileio.c:
13782 * floatfns.c:
13783 * keyboard.c:
13784 * mem-limits.h:
13785 * print.c:
13786 * process.c:
13787 * sysdep.c:
13788 * syssignal.h:
13789 * systty.h:
13790 * syswait.h:
13791 * term.c:
13792 * unexec.c:
13793 * unexelf.c:
13794 * unexhp9k800.c:
13795 * m/hp800.h:
13796 * m/ibmrs6000.h:
13797 * m/mips.h:
13798 * m/vax.h:
13799 * s/darwin.h:
13800 * s/freebsd.h:
13801 * s/gnu.h:
13802 * s/ms-w32.h:
13803 * s/msdos.h:
13804 * s/netbsd.h:
13805 * s/template.h: Remove references to obsolete variables.
13806
13807 * Makefile.in: Add dependencies for all unexec files.
13808 (admindir): Remove unused variable.
13809 (UNEXEC_SRC): Remove references.
13810
13811 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
13812
13813 * xfns.c (x_default_font_parameter): If Xft is available, first
13814 try Monospace-12 for the default font.
13815
13816 2008-06-25 Jason Rumney <jasonr@gnu.org>
13817
13818 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
13819
13820 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13821
13822 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
13823
13824 * buffer.c (syms_of_buffer): Remove default-word-wrap.
13825
13826 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
13827
13828 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
13829 <scroll-conservatively>: Fix typo in docstring.
13830
13831 * xselect.c (Fx_send_client_event): Doc fix.
13832
13833 2008-06-25 Kenichi Handa <handa@m17n.org>
13834
13835 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
13836
13837 * font.c (font_parse_fcname): Remove unused variables.
13838 (font_sort_entites): Delete the arg SPEC. Caller changed.
13839 Fix for the case of ! best_only.
13840 (font_delete_unmatched): Check DPI and AVGWIDTH too.
13841
13842 * lisp.h (Fstring_to_unibyte): EXFUN it.
13843
13844 * character.h (str_to_unibyte): Extern it.
13845
13846 * character.c (str_to_unibyte): New function.
13847
13848 * fns.c (Fstring_to_unibyte): New function.
13849 (syms_of_fns): Defsubr it.
13850
13851 2008-06-24 Kenichi Handa <handa@m17n.org>
13852
13853 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
13854 DPI too.
13855 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
13856
13857 2008-06-24 Andreas Schwab <schwab@suse.de>
13858
13859 * Makefile.in (${lispsource}loaddefs.el): Rename from
13860 ../lisp/loaddefs.el.
13861 (bootstrap-clean): Do what distclean does but don't remove
13862 Makefile.
13863 (distclean): Depend on bootstrap-clean and remove Makefile.
13864
13865 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
13866
13867 * buffer.h (struct buffer): New member word_wrap.
13868
13869 * buffer.c (syms_of_buffer): New variables default-word-wrap and
13870 word-wrap.
13871 (init_buffer_once): Initialize them.
13872
13873 * dispextern.h (struct it): Replace bool truncate_lines_p with a
13874 line_wrap enum possessing three possible values.
13875
13876 * termopts.h: Replace truncate_partial_width_windows with
13877 Vtruncate_partial_width_windows.
13878
13879 * dispnew.c (direct_output_for_insert): Avoid direct output when
13880 inserting a space with word wrap on.
13881
13882 * indent.c (compute_motion): Obey integer values of
13883 truncate-partial-width-windows.
13884
13885 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
13886 replacing truncate_partial_width_windows.
13887 (init_iterator): If Vtruncate_partial_width_windows is an integer,
13888 truncate only if the window width is below that integer.
13889 (start_display, resize_mini_window, produce_stretch_glyph)
13890 (display_string, move_it_in_display_line_to): Use line_wrap.
13891 (back_to_previous_visible_line_start, reseat_1): Reset
13892 string_from_display_prop_p.
13893 (display_line): Extend default face to end of line when wrapping.
13894
13895 2008-06-24 Kim F. Storm <storm@cua.dk>
13896
13897 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
13898 to wrap continued lines at word boundaries.
13899
13900 2008-06-24 Jason Rumney <jasonr@gnu.org>
13901
13902 * font.c (Ffont_face_attributes): Multiply pixel size before point
13903 conversion to avoid multiplying rounding error.
13904
13905 2008-06-23 Jason Rumney <jasonr@gnu.org>
13906
13907 * w32term.c (x_draw_glyph_string_background)
13908 (x_draw_glyph_string): Remove old bdf font code.
13909
13910 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
13911
13912 2008-06-22 Kenichi Handa <handa@m17n.org>
13913
13914 * font.c (font_find_for_lface): Try the adstyle specified in
13915 the property of LFACE_FONT of LFACE (if any).
13916
13917 2008-06-21 Seiji Zenitani <zenitani@mac.com>
13918 Ryo Yoshitake <ryo@shiftmode.net>
13919
13920 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
13921
13922 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
13923
13924 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
13925 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
13926 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
13927 (witness-emacs): Remove.
13928 (lisp, shortlisp): Move loaddefs.el earlier.
13929 (mostlyclean): Forget about witness-emacs.
13930
13931 2008-06-22 Glenn Morris <rgm@gnu.org>
13932
13933 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
13934 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
13935
13936 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13937
13938 * Makefile.in (PRECOMP): Remove.
13939 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
13940 (witness-emacs): Run `compile-first'.
13941 (.el.elc): Use the new compile-onefile target.
13942
13943 2008-06-21 Kenichi Handa <handa@m17n.org>
13944
13945 * xftfont.c (xftfont_open): Handle QCembolden only when
13946 FC_EMBOLDEN is defined.
13947
13948 2008-06-21 Andreas Schwab <schwab@suse.de>
13949
13950 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
13951 (.el.elc): Likewise.
13952
13953 2008-06-21 Miles Bader <miles@gnu.org>
13954
13955 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
13956 build dir, not the lisp source dir.
13957
13958 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13959
13960 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
13961 (bootstrapclean): Remove.
13962 (.el.elc): New rule.
13963 (PRECOMP): New var.
13964 (../lisp/subdirs.el): Remove.
13965 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
13966 (witness-emacs): New target.
13967 (mostlyclean): Remove witness-emacs as well.
13968 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
13969 Add witness-emacs dependency.
13970
13971 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
13972
13973 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
13974 defined by the font.
13975
13976 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13977
13978 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
13979 (bootstrap-clean): New target that keeps TAGS around.
13980 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
13981 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
13982
13983 2008-06-20 Jason Rumney <jasonr@gnu.org>
13984
13985 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
13986 Remove obsolete font code.
13987
13988 * w32font.c (font_matches_spec): Use csb bitfield from font signature
13989 to determine language support.
13990
13991 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13992
13993 * sysdep.c (cfsetspeed): New fun extracted from the code.
13994 (cfmakeraw): Move before first use.
13995
13996 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
13997
13998 * sysdep.c (cfmakeraw): Provide fallback implementation.
13999 (serial_configure): Provide fallback implementation of cfsetspeed.
14000
14001 2008-06-20 Kenichi Handa <handa@m17n.org>
14002
14003 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
14004 the pattern.
14005
14006 * fontset.c (fontset_from_font): Copy font_spec before changing
14007 the elements.
14008
14009 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
14010
14011 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
14012
14013 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
14014 for explicit `font' parameters.
14015
14016 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
14017
14018 2008-06-19 Kenichi Handa <handa@m17n.org>
14019
14020 * frame.c: Include <ctype.h>.
14021 (x_set_font_backend): Allow spacing characters in the X resource
14022 for FontBackend.
14023
14024 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
14025
14026 * w32fns.c, xfns.c (Qfont_param): New var.
14027 (syms_of_w32fns): Initialize it.
14028 (x_default_font_parameter): Record explicit `font' into
14029 `font-parameter'.
14030
14031 2008-06-18 Kenichi Handa <handa@m17n.org>
14032
14033 * font.c (font_parse_xlfd): Fix previous change.
14034 (font_parse_fcname): Don't use :fc-unknown-spec.
14035 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
14036 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
14037 (font_add_log): Prepend the driver name to the resulting fonts.
14038
14039 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
14040 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
14041 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
14042
14043 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
14044 (QCembolden): New variables.
14045 (syms_of_xftfont): DEFSYM them.
14046 (xftfont_open): Call XftFontMatch. Don't trust the result of
14047 XftTextExtents8 if the pixel_size is less than 5.
14048
14049 2008-06-18 Andreas Schwab <schwab@suse.de>
14050
14051 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
14052 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
14053
14054 2008-06-18 Jason Rumney <jasonr@gnu.org>
14055
14056 * w32font.c (w32font_list, w32font_match): Add logging.
14057
14058 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
14059
14060 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
14061
14062 * font.c (font_parse_fcname): Store divider characters for
14063 unknown-spec list. For known key symbols, intern using correct
14064 symbol name.
14065
14066 2008-06-17 Kenichi Handa <handa@m17n.org>
14067
14068 * xfaces.c (realize_default_face): If the frame is not on window
14069 system, set the fontset of face to nil.
14070
14071 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
14072
14073 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
14074
14075 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
14076
14077 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
14078 (build_font_name_from_vector): Delete externs.
14079
14080 * xfaces.c (struct font_name): Don't declare.
14081
14082 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
14083
14084 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
14085
14086 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
14087
14088 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
14089
14090 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
14091
14092 * font.c (Ffont_spec): Fix usage in docstring.
14093 (Ffont_face_attributes): Doc fix.
14094
14095 2008-06-16 Andreas Schwab <schwab@suse.de>
14096
14097 * font.c (Ffont_face_attributes): Fix definition.
14098
14099 2008-06-16 Jason Rumney <jasonr@gnu.org>
14100
14101 * font.h (font_style_symbolic_from_value): Remove.
14102
14103 * font.c (font_style_symbolic_from_value): Remove.
14104 (font_style_symbolic): Revert to pre 2008-06-13 version.
14105
14106 * w32font.c (w32_to_fc_weight): New function.
14107 (w32font_full_name, logfont_to_fcname): Use it.
14108
14109 2008-06-16 Kenichi Handa <handa@m17n.org>
14110
14111 * font.c (font_check_object): Delete it.
14112 (font_clear_cache): Check if a font-object is alive.
14113 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
14114 font-object to nil.
14115 (font_close_object): Don't check FONT_CLOSE_OBJECT.
14116 (font_at): Don't call font_check_object.
14117 (Ffont_get): Return a symbol for :weight, :slant, and :width.
14118
14119 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
14120
14121 * puresize.h (BASE_PURESIZE): Increase to 1230000.
14122
14123 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
14124
14125 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
14126
14127 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
14128
14129 * font.c (font_parse_fcname): Only one decimal point.
14130 (font_unparse_fcname): Handle data in family and foundry indices
14131 as symbols, not strings.
14132 (font_unparse_gtkname, Ffont_face_attributes): New functions.
14133
14134 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
14135
14136 * font.h (font_unparse_gtkname): Add prototype.
14137
14138 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
14139
14140 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
14141
14142 2008-06-15 Andreas Schwab <schwab@suse.de>
14143
14144 * font.c (font_update_drivers): Fix crash when no drivers match.
14145
14146 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14147
14148 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
14149 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
14150
14151 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
14152
14153 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
14154
14155 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
14156
14157 * process.c (Fserial_process_configure, Fprocess_send_eof):
14158 Use EQ to compare Lisp_Objects.
14159
14160 2008-06-13 Jason Rumney <jasonr@gnu.org>
14161
14162 * w32fns.c (Fw32_select_font): Remove old font API function.
14163
14164 * w32font.c (logfont_to_fcname): New function.
14165 (Fx_select_font): New font dialog function compatible with
14166 GTK/fontconfig version.
14167
14168 * font.c (font_style_symbolic_from_value): New function.
14169 (font_style_symbolic): Use it.
14170
14171 * font.h (font_style_symbolic_from_value): Declare new function.
14172
14173 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
14174
14175 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
14176 <font-width-table>: Fix typos in docstrings.
14177
14178 2008-06-13 Daniel Engeler <engeler@gmail.com>
14179
14180 These changes add serial port access.
14181 * process.c: Add HAVE_SERIAL.
14182 (Fdelete_process, Fprocess_status, Fset_process_buffer)
14183 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
14184 (list_processes_1, select_wrapper, Fstop_process)
14185 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
14186 (status_notify): Modify to handle serial processes.
14187 [HAVE_SERIAL] (Fserial_process_configure)
14188 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
14189 New functions.
14190 * process.h (struct Lisp_Process): Add `type'.
14191 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
14192 New functions.
14193 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
14194 serial ports.
14195 (serial_open, serial_configure): New functions.
14196 * w32.h: Add FILE_SERIAL.
14197 (struct _child_process): Add ovl_read, ovl_write.
14198
14199 2008-06-13 Kenichi Handa <handa@m17n.org>
14200
14201 * dispextern.h (enum lface_attribute_index): New member
14202 LFACE_FOUNDRY_INDEX.
14203
14204 * font.c (font_score): Delete arg alternate_families. Check only
14205 weight, slant, width, and size. Ignore the difference of alias
14206 style symbols.
14207 (font_sort_entites): Adjust for the above change. Reflect the
14208 order of font-driver to scores.
14209 (font_list_entities): Don't check alternate_familes here.
14210 (font_clear_prop): Handle foundry.
14211 (font_update_lface): Don't parse "foundry-family" form here.
14212 Handle FONT_FOUNDRY_INDEX.
14213 (font_find_for_lface): Likewise. Handle alternate families here.
14214 If registry is nil, try iso8859-1 and ascii-0.
14215 (font_open_for_lface): Pay attention to size in ENTITY.
14216 (font_open_by_name): Simplify by calling font_load_for_lface.
14217 (free_font_driver_list): Delete it.
14218 (font_update_drivers): Preserve the order of backends.
14219 (syms_of_font): Setting of sort_shift_bits adjusted for the change
14220 of font_score and font_sort_entites.
14221 (font_update_sort_order): Likewise.
14222
14223 * xfaces.c (LFACE_FOUNDRY): New macro.
14224 (check_lface_attrs): Check foundry.
14225 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
14226 (merge_face_vectors): Check foundry.
14227 (merge_face_ref): Likewise.
14228 (Finternal_set_lisp_face_attribute): Likewise.
14229 (x_update_menu_appearance): Likewise.
14230 (Finternal_get_lisp_face_attribute): Likewise.
14231 (lface_hash): Likewise.
14232 (lface_same_font_attributes_p): Likewise.
14233 (x_supports_face_attributes_p): Likewise.
14234 (tty_supports_face_attributes_p): Likewise.
14235 (Finternal_set_alternative_font_family_alist): Intern strings.
14236 (Finternal_set_alternative_font_registry_alist): Downcase strings.
14237 (realize_default_face): Set LFACE_FOUNDRY (lface).
14238
14239 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
14240 font-driver at first.
14241
14242 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
14243
14244 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14245
14246 * lread.c (Fload): Use xfree, not free on saved_doc_string.
14247
14248 2008-06-12 Jim Meyering <meyering@redhat.com>
14249
14250 Make unexec_free handle NULL the same way free does.
14251 * unexmacosx.c (unexec_free): Ignore a NULL argument.
14252
14253 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
14254
14255 * character.h (CHAR_TO_BYTE_SAFE): New macro.
14256 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
14257 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
14258 (WEAK_ALIAS): Simplify.
14259 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
14260 when searching a unibyte buffer.
14261
14262 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
14263
14264 * xfns.c (Fx_select_font): Rename from x-font-dialog.
14265
14266 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
14267
14268 * w32font.c: Include ctype.h.
14269
14270 2008-06-11 Jason Rumney <jasonr@gnu.org>
14271
14272 * w32font.c (w32font_encode_char): Detect missing glyphs that are
14273 misreported as space.
14274 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
14275 as aliases for registry iso10646-1.
14276
14277 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
14278
14279 * buffer.c (clone_per_buffer_values): Skip `name'.
14280
14281 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
14282
14283 * font.c (font_parse_fcname): Fix last change; accept decimal
14284 points in font size.
14285
14286 2008-06-10 Jason Rumney <jasonr@gnu.org>
14287
14288 * w32uniscribe.c (add_opentype_font_name_to_list):
14289 Skip non unicode fonts.
14290
14291 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
14292
14293 * xfns.c (Fx_font_dialog): New function.
14294
14295 * gtkutil.c (xg_dialog_response_cb): Rename from
14296 xg_file_response_callback.
14297 (pop_down_dialog): Rename from pop_down_file_dialog.
14298 (xg_get_file_name): Callers changed.
14299 (xg_get_font_name): New function.
14300
14301 * gtkutil.h (xg_get_font_name): Insert prototype.
14302
14303 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
14304
14305 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
14306 x_underline_minimum_display_offset.
14307 (syms_of_xdisp): Declare it here rather than in xterm.c.
14308 * dispextern.h (underline_minimum_offset): Declare it.
14309 * w32term.c (x_draw_glyph_string): Use it.
14310 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
14311 (syms_of_xterm): Don't declare it any more.
14312 (x_draw_glyph_string): Adjust to the new name.
14313
14314 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
14315
14316 * xterm.c (x_underline_minimum_display_offset): New var.
14317 (x_draw_glyph_string): Use it.
14318 (syms_of_xterm): Declare it.
14319
14320 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
14321
14322 * font.c (font_parse_fcname): Accept GTK-style font names too.
14323
14324 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
14325
14326 * dired.c (file_name_completion): Don't return t if the match is exact
14327 but with different capitalization.
14328 * minibuf.c (Ftry_completion): Simplify.
14329
14330 * window.c (Vwindow_point_insertion_type): New var.
14331 (set_window_buffer): Use it.
14332 (syms_of_window): Init and export it to Lisp.
14333
14334 2008-06-10 Kenichi Handa <handa@m17n.org>
14335
14336 * font.h (font_intern_prop): Prototype adjusted.
14337
14338 * font.c (font_intern_prop): New arg force_symbol.
14339 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
14340 Adjust for the change of font_intern_prop.
14341
14342 * ftfont.c (ftfont_pattern_entity):
14343 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
14344 (w32_registry):
14345 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
14346 the change of font_intern_prop.
14347
14348 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
14349
14350 * w32menu.c (digest_single_submenu): Declare extern.
14351
14352 2008-06-09 Jason Rumney <jasonr@gnu.org>
14353
14354 * w32term.c (x_make_frame_visible): Use alternate restore flags.
14355
14356 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
14357 (parse_single_submenu): Remove.
14358 (digest_single_submenu): Remove.
14359 (syms_of_w32menu): Don't initialise variables that have moved
14360 to menu.c.
14361 (set_frame_menubar): Sync with version in xmenu.c.
14362 (w32_menu_show): Sync with xmenu_show in xmenu.c.
14363
14364 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
14365 Make static again.
14366
14367 2008-06-09 Jason Rumney <jasonr@gnu.org>
14368
14369 Changes to w32 files related to the move of common menu code
14370 to menu.c on 2008-06-08 by Chong Yidong.
14371
14372 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
14373 defs to w32gui.h.
14374 (single_keymap_panes, push_menu_item, push_menu_pane):
14375 Make globally visible.
14376
14377 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
14378 (local_free, malloc_widget_value, free_widget_value)
14379 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
14380 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
14381 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
14382 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
14383 (menu_items, menu_items_allocated, menu_items_used)
14384 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
14385 (init_menu_items, finish_menu_items, discard_menu_items)
14386 (grow_menu_items, push_submenu_start, push_submenu_end)
14387 (push_left_right_boundary, push_menu_pane, push_menu_item)
14388 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
14389 (free_menubar_widget_tree_value, parse_single_submenu)
14390 (update_submenu_strings): Remove functions.
14391 (xmalloc_widget_value): Remove and declare extern.
14392
14393 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
14394 (OBJ1): Build it.
14395
14396 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
14397 (local_heap, local_alloc, local_free, malloc_widget_value)
14398 (free_widget_value): Define here.
14399
14400 2008-06-09 Kenichi Handa <handa@m17n.org>
14401
14402 * font.h (Qascii_0): Extern it.
14403
14404 * font.c (Qascii_0): New variable.
14405 (syms_of_font): DEFSYM it.
14406 (font_open_by_name): If the registry "iso8859-1" fails, try also
14407 "ascii-0".
14408
14409 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
14410
14411 2008-06-08 Kenichi Handa <handa@m17n.org>
14412
14413 * .gdbinit (xfont): New command.
14414
14415 2008-06-08 Andreas Schwab <schwab@suse.de>
14416
14417 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
14418 * Makefile.in (menu.o): Update dependencies.
14419
14420 * Makefile.in (obj): Always add menu.o.
14421 * emacs.c (main): Always call syms_of_menu.
14422 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
14423
14424 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
14425
14426 * Makefile.in: Compile menu.c.
14427
14428 * lisp.h: Declare syms_of_menu.
14429
14430 * emacs.c (main): Call syms_of_menu.
14431
14432 * keyboard.h: Relocate platform-independent menu definitions from
14433 xmenu.c.
14434
14435 * menu.c: New file. Relocate platform-independent menu
14436 definitions from xmenu.c. Suggested by Adrian Robert.
14437
14438 * xmenu.c: Remove platform-independent menu definitions.
14439 (menu_items, menu_items_inuse, menu_items_allocated)
14440 (menu_items_used, menu_items_n_panes)
14441 (menu_items_submenu_depth): Move to keyboard.h.
14442 (init_menu_items, finish_menu_items, unuse_menu_items)
14443 (discard_menu_items, restore_menu_items, save_menu_items)
14444 (grow_menu_items, push_submenu_start, push_submenu_end)
14445 (push_left_right_boundary, push_menu_pane, push_menu_item)
14446 (keymap_panes, single_keymap_panes, single_menu_item)
14447 (list_of_panes, list_of_items, find_and_call_menu_selection)
14448 (xmalloc_widget_value, free_menubar_widget_value_tree)
14449 (parse_single_submenu, digest_single_submenu)
14450 (update_submenu_strings): Move to menu.c.
14451
14452 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
14453
14454 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
14455
14456 2008-06-06 Miles Bader <miles@gnu.org>
14457
14458 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
14459 face, not frame default.
14460
14461 2008-06-05 Martin Rudalics <rudalics@gmx.at>
14462
14463 * window.c (pop_up_windows, pop_up_frames)
14464 (display_buffer_reuse_frames, Vpop_up_frame_function)
14465 (Vdisplay_buffer_function, Veven_window_heights)
14466 (Vspecial_display_buffer_names, Vspecial_display_regexps)
14467 (Vspecial_display_function, Vsame_window_buffer_names)
14468 (Vsame_window_regexps, split_height_threshold)
14469 (Vsplit_window_preferred_function): Move those vars to window.el.
14470 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
14471 (Fdisplay_buffer): Move those functions to window.el.
14472 (syms_of_window): Remove corresponding declarations.
14473 (display_buffer): New function.
14474 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
14475 * dispnew.c (Flast_nonminibuf_frame): New function.
14476 * buffer.c (Fpop_to_buffer): Move to window.el.
14477
14478 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14479
14480 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
14481
14482 2008-06-05 Kenichi Handa <handa@m17n.org>
14483
14484 * coding.c (detect_coding): Fix previous change.
14485 (detect_coding_system): Likewise.
14486
14487 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14488
14489 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
14490
14491 * keymap.c (Vminibuffer_local_filename_must_match_map):
14492 Rename from Vminibuffer_local_must_match_filename_map.
14493 (syms_of_keymap):
14494 * minibuf.c (Fcompleting_read): Adjust accordingly.
14495 * commands.h: Rename declaration as well.
14496
14497 2008-06-05 Kenichi Handa <handa@m17n.org>
14498
14499 * font.c (Ffont_spec): Don't use font_parse_family_registry for
14500 family name.
14501 (Ffont_put): Likewise.
14502
14503 * fontset.c (fontset_find_font): Call font_open_for_lface with the
14504 current font-spec.
14505
14506 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
14507 is unspecified.
14508
14509 * xfaces.c (realize_x_face): If the font-related face attributes
14510 are the same as those of default face, realize a new fontset from
14511 default->fontset.
14512 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
14513
14514 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14515
14516 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
14517 (move_it_in_display_line): New wrapper.
14518
14519 * window.c (window_scroll_pixel_based_preserve_x)
14520 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
14521 (window_scroll_pixel_based, window_scroll_line_based):
14522 Use them to preserve column positions.
14523 (syms_of_window): Initialize them.
14524
14525 * indent.c (Fvertical_motion): Extend first arg to allow passing an
14526 (HPOS . VPOS) pair.
14527
14528 * dispextern.h (move_it_in_display_line): Declare.
14529
14530 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
14531
14532 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
14533 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
14534 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
14535
14536 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
14537
14538 * window.c (Fset_window_parameter): Doc fix.
14539 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
14540
14541 2008-06-04 Joakim Verona <joakim@verona.se>
14542
14543 * window.h (struct window): Add new member window_parameters.
14544
14545 * window.c (Fwindow_parameters, Fwindow_parameter)
14546 (Fset_window_parameter): New defuns.
14547 (syms_of_window): Defsubr the new defuns.
14548 (make_window): Initialize window_parameters to nil.
14549
14550 2008-06-04 John Paul Wallington <jpw@pobox.com>
14551
14552 * eval.c (Fdefmacro): Doc fix.
14553
14554 2008-06-04 Kenichi Handa <handa@m17n.org>
14555
14556 * coding.c (detect_coding): Fix handling of coding->head_ascii.
14557 Be sure to call setup_coding_system when we find a proper coding system.
14558 (detect_coding_system): Fix handling of coding->head_ascii.
14559
14560 2008-06-03 Andreas Schwab <schwab@suse.de>
14561
14562 * font.c (font_prop_validate_spacing): Fix last change.
14563
14564 2008-06-03 Kenichi Handa <handa@m17n.org>
14565
14566 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
14567 (font_parse_fcname): Fix handling of unknown key.
14568
14569 * xfont.c (xfont_list): Try an alias.
14570
14571 * charset.c (char_charset): Return NULL if the arg charset_list is
14572 specified and C doesn't belong to any of them.
14573
14574 2008-06-02 Chip Coldwell <coldwell@redhat.com>
14575
14576 * font.c (font_pixel_size): Don't take cdr of an integer.
14577
14578 2008-06-02 Jim Meyering <meyering@redhat.com>
14579
14580 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
14581 * alloc.c (xfree): Return right away for a NULL arg.
14582 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
14583 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
14584 * mac.c (create_apple_event_from_event_ref): Likewise.
14585 (create_apple_event_from_drag_ref, cfstring_create_normalized):
14586 Likewise.
14587 * doprnt.c (doprnt1): Likewise.
14588 * frame.c (frame): Likewise.
14589 * keyboard.c (wipe_kboard): Likewise.
14590 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
14591 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
14592 * term.c (tty_default_color_capabilities, maybe_fatal)
14593 (delete_tty): Likewise.
14594 * w16select.c (string): Likewise.
14595 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
14596 * w32bdf.c (w32_free_bdf_font): Likewise.
14597 * w32fns.c (w32_unload_font): Likewise.
14598 * w32font.c (w32font_close): Likewise.
14599 * window.c (size_window): Likewise.
14600 * xselect.c (receive_incremental_selection): Likewise.
14601 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
14602 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
14603 * w32.c (stat): Likewise.
14604
14605 Remove useless if-before-free tests.
14606 * editfns.c (Fset_time_zone_rule): Likewise.
14607 * lread.c (nosuffix): Likewise.
14608 * ralloc.c (get_bloc): Likewise.
14609 * regex.c (reg_free): Likewise.
14610 * xftfont.c (xftfont_open, xftfont_close): Likewise.
14611 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
14612 * xsmfns.c (smc_save_yourself_CB): Likewise.
14613
14614 2008-06-02 Kenichi Handa <handa@m17n.org>
14615
14616 * font.c (font_find_for_lface): Handle float font size.
14617 (font_open_for_lface): Likewise.
14618
14619 * xfaces.c (x_supports_face_attributes_p): Check face->font before
14620 comparing the properties.
14621
14622 2008-06-01 Jason Rumney <jasonr@gnu.org>
14623
14624 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
14625 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
14626 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
14627 Don't add empty script list.
14628 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
14629
14630 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
14631
14632 * Makefile.in (dot, dotdot): Remove, update users.
14633 ".." has been used elsewhere in the file for a long time.
14634 (LIBXT_STATIC): Remove conditional based on unused variable.
14635
14636 2008-06-01 Miles Bader <miles@gnu.org>
14637
14638 * xfaces.c (Vface_remapping_alist): New variable.
14639 (syms_of_xfaces): Initialize it.
14640 (enum named_merge_point_kind): New type.
14641 (struct named_merge_point): Add `named_merge_point_kind' field.
14642 (push_named_merge_point): Make cycle detection respect different
14643 named-merge-point kinds.
14644 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
14645 Remove face-name alias resolution.
14646 (lface_from_face_name): New definition using
14647 `lface_from_face_name_no_resolve'.
14648 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
14649 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
14650 (get_lface_attributes): New definition that layers face-remapping on
14651 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
14652 (lookup_basic_face): New function.
14653 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
14654 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
14655 `get_lface_attributes'.
14656 (face_at_buffer_position): Use `lookup_basic_face' to lookup
14657 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
14658 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
14659
14660 * xdisp.c (init_iterator): Pass base_face_id through
14661 `lookup_basic_face' when we actually use it as a face-id.
14662 (handle_single_display_prop): Use `lookup_basic_face' to lookup
14663 DEFAULT_FACE_ID.
14664
14665 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
14666 lookup the initial face-id.
14667
14668 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
14669
14670 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
14671
14672 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
14673 (Fremove_text_properties): Fix typos in docstrings.
14674
14675 2008-05-31 Kenichi Handa <handa@m17n.org>
14676
14677 * font.c (font_list_entities): Fix the car part of data to be
14678 stored in the cache.
14679
14680 * ftfont.c (ftfont_font_format): Don't use strcasestr.
14681
14682 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14683
14684 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
14685 Add a `test' argument so another predicate than `equal' can be used.
14686 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
14687 (map_char_table): Remove unused vars `c' and `i'.
14688 * lisp.h (Foptimize_char_table): Adjust declaration.
14689 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
14690
14691 2008-05-30 Kenichi Handa <handa@m17n.org>
14692
14693 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
14694 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
14695 defined.
14696
14697 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14698
14699 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
14700 (Fmake_variable_frame_local): Disallow mixing buffer-local and
14701 frame-local settings for the same variable.
14702
14703 2008-05-30 Kenichi Handa <handa@m17n.org>
14704
14705 * fontset.c (Ffont_info): Move to font.c.
14706 (syms_of_fontset): Delete defsubr of Sfont_info.
14707
14708 * font.c (font_style_to_value, font_score): Delete casting of the
14709 args to xstcasecmp.
14710 (register_font_driver): Increment num_font_drivers only when
14711 registering the driver globally.
14712 (Ffont_info): Move from fontset.c. Handle a font object too.
14713 (syms_of_font): Defsubr Sfont_info.
14714
14715 2008-05-29 Kenichi Handa <handa@m17n.org>
14716
14717 * coding.h (enum define_coding_utf8_arg_index): New enum.
14718 (enum coding_attr_index): Change coding_attr_utf_16_bom to
14719 coding_attr_utf_bom.
14720 (enum utf_bom_type): Rename from utf_16_bom_type.
14721 (struct utf_16_spec): Adjust for the above change.
14722 (struct coding_system): Add utf_8_bom in `spec' union.
14723
14724 * coding.c (CODING_UTF_8_BOM): New macro.
14725 (enum coding_category): Delete coding_category_utf_8, add
14726 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
14727 coding_category_utf_8_sig.
14728 (CATEGORY_MASK_UTF_8): Delete it.
14729 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
14730 (CATEGORY_MASK_UTF_8_SIG): New macros.
14731 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
14732 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
14733 CATEGORY_MASK_UTF_8_SIG.
14734 (CATEGORY_MASK_UTF_8): New macro.
14735 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
14736 (detect_coding_utf_8): Check BOM.
14737 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
14738 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
14739 (encode_coding_utf_16): Likewise.
14740 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
14741 (detect_coding, detect_coding_system): Handle utf-8-auto.
14742 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
14743 (syms_of_coding): Fix setting up of Vcoding_category_table.
14744
14745 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
14746
14747 * process.c (Faccept_process_output): If `millisec' is non-nil,
14748 `seconds' default to 0.
14749 (wait_reading_process_output): Also return non-nil if we read output
14750 from a non-running process.
14751
14752 2008-05-29 Jason Rumney <jasonr@gnu.org>
14753
14754 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
14755 `raster' specified.
14756 (add_font_entity_to_list): Allow non-opentype truetype fonts back
14757 in the uniscribe backend, but disallow any font that has no
14758 unicode subrange support.
14759
14760 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
14761
14762 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
14763 Fix typos in docstrings.
14764
14765 2008-05-29 Kenichi Handa <handa@m17n.org>
14766
14767 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
14768 (Fx_family_fonts): Set frame correctly.
14769
14770 2008-05-28 Jason Rumney <jasonr@gnu.org>
14771
14772 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
14773
14774 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14775
14776 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
14777 calling build_annotations.
14778
14779 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
14780
14781 * coding.c (Fdecode_coding_region, Fencode_coding_region)
14782 (Fencode_coding_string):
14783 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
14784 <latin-extra-code-table>: Fix typos in docstrings.
14785 (syms_of_coding) <coding-system-alist>: Doc fix.
14786 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
14787
14788 2008-05-28 Kenichi Handa <handa@m17n.org>
14789
14790 * fontset.c (Ffont_info): Don't call font_close_object.
14791
14792 * font.c (font_parse_family_registry): Use Ffont_put to validate
14793 foundry and family.
14794 (font_delete_unmatched): Don't check spacing.
14795 (font_list_entities): Add spacing to the spec to list fonts.
14796
14797 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
14798 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
14799
14800 * coding.c (encode_coding_raw_text): Fix previous change.
14801 (encode_coding_object): When the dst_object is a buffer and is
14802 different from src_object, move gap to PT.
14803
14804 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
14805
14806 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
14807
14808 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14809
14810 * coding.c (encode_coding_raw_text): Set coding->produced_char for
14811 all branches. Compute it differently.
14812
14813 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
14814
14815 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
14816
14817 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
14818 into "else if () ... else ...".
14819
14820 2008-05-27 Jason Rumney <jasonr@gnu.org>
14821
14822 * w32font.c (w32font_open_internal): Determine if glyph indices
14823 are likely to work here.
14824
14825 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
14826
14827 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
14828 draw overlap glyphs with appropriate highlighting.
14829
14830 2008-05-27 Kenichi Handa <handa@m17n.org>
14831
14832 * xfont.c (xfont_open): Fix calculation of font->average_width.
14833
14834 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14835
14836 * casefiddle.c (casify_object): Try to guess better whether the
14837 argument is a byte or a char.
14838
14839 2008-05-26 Andreas Schwab <schwab@suse.de>
14840
14841 * xselect.c (x_reply_selection_request): Properly handle format == 32.
14842 Always send multiples of format size.
14843
14844 * xterm.c (x_set_frame_alpha): Fix type mismatch.
14845
14846 2008-05-26 Jason Rumney <jasonr@gnu.org>
14847
14848 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
14849 (compute_metrics): Don't set failure if we just cleared the cache.
14850 (w32_weight_table): Remove unused variable.
14851 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
14852 backwards compatibility.
14853
14854 2008-05-25 Kenichi Handa <handa@m17n.org>
14855
14856 * w32term.c (x_draw_glyph_string):
14857 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
14858
14859 * xfaces.c: Delete unused function prototypes.
14860 (xstrlwr, font_frame): Delete them.
14861 (clear_face_cache): Delete unused variable.
14862
14863 * xftfont.c (xftfont_open): Delete unused variable.
14864 If underline_thickness is not 1, adjust underline_position.
14865
14866 * ftxfont.c (ftxfont_open): Delete unused variable.
14867
14868 * fontset.c (face_for_char): Optimize for the case of no charset
14869 property.
14870
14871 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
14872 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
14873 (otf_open, font_otf_capability, generate_otf_features)
14874 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
14875 Comment out by surrounding "#if 0" and "#endif" for the moment.
14876 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
14877 (syms_of_font): Codes for accessing above commented out.
14878
14879 2008-05-24 Eli Zaretskii <eliz@gnu.org>
14880
14881 * w32proc.c: Include dispextern.h.
14882
14883 * w32.c: Include dispextern.h.
14884
14885 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
14886
14887 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
14888 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
14889 Fix typos in docstrings.
14890
14891 2008-05-23 Jason Rumney <jasonr@gnu.org>
14892
14893 * xsmfns.c: Remove includes that are already included by config.h.
14894
14895 2008-05-23 Kenichi Handa <handa@m17n.org>
14896
14897 * charset.c (Qemacs, charset_emacs): New variables.
14898 (char_charset): Fix for non-Unicode characters.
14899 (syms_of_charset): Define charset_emacs.
14900
14901 * w32term.c (x_draw_glyph_string): Be sure to update
14902 s->underline_thickness and s->underline_position. Be sure to draw
14903 underline within the current line area.
14904
14905 * xterm.c (x_draw_glyph_string): Be sure to update
14906 s->underline_thickness and s->underline_position. Be sure to draw
14907 underline within the current line area.
14908
14909 * fontset.c: Delete unused variables and add casting for char *
14910 throughout the file.
14911 (fontset_font): Try the fallback fonts of the current fontset
14912 before consulting the default fontset.
14913
14914 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
14915
14916 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
14917
14918 2008-05-22 Jason Rumney <jasonr@gnu.org>
14919
14920 * font.c: Don't include strings.h.
14921
14922 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
14923
14924 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
14925 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
14926 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
14927 to call xstrcasecmp.
14928
14929 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
14930
14931 * fontset.c (fs_query_fontset): Use xstrcasecmp.
14932
14933 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
14934
14935 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
14936
14937 2008-05-22 Kenichi Handa <handa@m17n.org>
14938
14939 * puresize.h (BASE_PURESIZE): Increase to 1220000.
14940
14941 * font.c (font_prop_validate_style): Adjust for the format
14942 change of font_style_table.
14943
14944 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
14945 two args.
14946
14947 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
14948 two args.
14949
14950 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14951
14952 * minibuf.c (keys_of_minibuf): Delete.
14953 * lisp.h (keys_of_minibuf): Delete.
14954 * emacs.c (main): Don't call keys_of_minibuf.
14955
14956 2008-05-22 Kenichi Handa <handa@m17n.org>
14957
14958 * ftfont.c (ftfont_resolve_generic_family): Rename from
14959 ftfont_list_generic_family. Return a single family for each
14960 generic family.
14961 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
14962 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
14963 Call font_add_log.
14964 (ftfont_match): Call font_add_log.
14965
14966 * font.h (Ffont_xlfd_name): EXFUN adjusted.
14967 (FONT_DEBUG): Define it.
14968 (font_add_log): Extern it.
14969 (font_assert): Rename from xassert.
14970
14971 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
14972 (xfont_list_family): Call font_add_log.
14973 (xfont_match): Likewise.
14974 (memq_no_quit): Delete.
14975
14976 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
14977 call of Ffont_xlfd_name.
14978
14979 * xfaces.c (struct table_entry, slant_table, weight_table)
14980 (swidth_table): Move to font.c.
14981
14982 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
14983 xassert are changed to font_assert. Delete many unused variables.
14984 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
14985 New variables.
14986 (struct table_entry): Move from xfaces.c and modified.
14987 (weight_table, slant_table, width_table): Move from xfaces.c and
14988 contents adjusted for the change of struct table_entry.
14989 (font_style_to_value, font_style_symbolic): Adjust for the
14990 format change of font_style_table.
14991 (font_parse_family_registry): Don't overwrite existing foundry and
14992 family of font_spec.
14993 (font_score): Fix calculation of diff for sizes.
14994 (font_sort_entites): Call font_add_log.
14995 (font_delete_unmatched): Return a newly created list.
14996 (font_list_entities): Fix previous change. Call font_add_log.
14997 (font_matching_entity, font_open_entity, font_close_entity):
14998 Call font_add_log.
14999 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
15000 (Finternal_set_font_style_table): Delete.
15001 (BUILD_STYLE_TABLE): New macro.
15002 (build_style_table): New function.
15003 (Vfont_log, font_log_env_checked): New variables.
15004 (font_add_log): New function.
15005 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
15006 Declare Lisp variables "font-weight-table", "font-slant-table",
15007 "font-width-table", and "font-log". Initialize font_style_table.
15008
15009 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
15010
15011 * xterm.c (x_set_frame_alpha): Move declarations before statements.
15012
15013 2008-05-21 Seiji Zenitani <zenitani@mac.com>
15014 Ryo Yoshitake <ryo@shiftmode.net>
15015
15016 * frame.c (Qalpha): Add a new frame parameter `alpha'.
15017 (Vframe_alpha_lower_limit): New variable.
15018 (x_set_alpha): New function.
15019
15020 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
15021
15022 * xfns.c (x-create-frame, Qalpha):
15023 Initialize the frame parameter `alpha'.
15024 * xterm.c (OPAQUE, OPACITY): New.
15025 (x_set_frame_alpha): New function.
15026 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
15027
15028 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
15029 * w32fns.c (w32_frame_parm_handlers): Likewise.
15030
15031 2008-05-20 Jason Rumney <jasonr@gnu.org>
15032
15033 * w32font.c (add_font_entity_to_list): Don't add non-opentype
15034 truetype fonts to opentype list.
15035
15036 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
15037
15038 * fontset.c (Ffontset_info): Doc fix.
15039 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
15040 <ignore-relative-composition>: Fix typos in docstrings.
15041
15042 * font.c (syms-of-font) <font-encoding-alist>:
15043 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
15044 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
15045 (Ffont_otf_alternates): Doc fixes.
15046
15047 2008-05-20 Kenichi Handa <handa@m17n.org>
15048
15049 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
15050 font.h through out the file.
15051 (FONT_DRIVERS): Rename from FONTOBJ.
15052 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
15053 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
15054
15055 * emacs.c (main): Call syms_of_font unconditionally.
15056
15057 * font.h (find_font_encoding): Extern it.
15058
15059 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
15060 fontset.c.
15061 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
15062 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
15063 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
15064 only when HAVE_WINDOW_SYSTEM is defined.
15065 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
15066 when HAVE_WINDOW_SYSTEM is defined.
15067
15068 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
15069 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
15070
15071 * xfaces.c: Include font.h unconditionally.
15072 (merge_face_ref, merge_face_vectors)
15073 (Finternal_set_lisp_face_attribute): Cancel the previous change.
15074
15075 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
15076
15077 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
15078 indirect_variable.
15079 * eval.c (lisp_indirect_variable): New fun.
15080 (Fuser_variable_p): Use it.
15081
15082 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
15083
15084 * lisp.h (indirect_variable):
15085 * data.c (indirect_variable, let_shadows_buffer_binding_p):
15086 Use Lisp_Symbol pointers rather than Lisp_Object.
15087 Adjust callers.
15088 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
15089 To this end, change calling-convention.
15090
15091 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
15092 if some non-hidden buffers are selected by string&pred.
15093
15094 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
15095
15096 * process.c (wait_reading_process_output): Always check status
15097 when in batch mode.
15098
15099 2008-05-19 Kenichi Handa <handa@m17n.org>
15100
15101 * font.c (font_list_entities): Fix handling of cache.
15102 (font_matching_entity): Likewise.
15103
15104 * ftfont.c (cs_iso8859_1): Delete.
15105 (ft_face_cache): New variable.
15106 (struct ftfont_info): New member fc_charset_idx.
15107 (ftfont_build_basic_charsets): Delete.
15108 (fc_charset_table): New variable.
15109 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
15110 . FC_CHARSET_IDX) as :font-entity property in the font entity.
15111 Callers changed.
15112 (ftfont_lookup_cache, ftfont_get_charset): New functions.
15113 (ftfont_spec_pattern): New argument fc_charset_idx.
15114 Check registry more rigidly. Change callers.
15115 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
15116 change of :font-entity property of the font.
15117
15118 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
15119 property of the font.
15120
15121 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
15122
15123 * coding.c (Fcoding_system_p): Rename argument to match docstring.
15124 (Funencodable_char_position, Fcheck_coding_systems_region)
15125 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
15126 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
15127 (Ffind_operation_coding_system, Fset_coding_system_priority)
15128 (Fcoding_system_eol_type): Doc fixes.
15129
15130 2008-05-17 Glenn Morris <rgm@gnu.org>
15131
15132 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
15133
15134 2008-05-16 Eli Zaretskii <eliz@gnu.org>
15135
15136 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
15137 and st_gid.
15138
15139 * frame.c (Fdelete_frame): Don't call font_update_drivers if
15140 HAVE_WINDOW_SYSTEM is not defined.
15141
15142 * xfaces.c (merge_face_ref, merge_face_vectors)
15143 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
15144 HAVE_WINDOW_SYSTEM is defined.
15145 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
15146
15147 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
15148
15149 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
15150
15151 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15152
15153 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
15154
15155 2008-05-15 Kenichi Handa <handa@m17n.org>
15156
15157 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
15158 preference.
15159
15160 2008-05-15 Glenn Morris <rgm@gnu.org>
15161
15162 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
15163
15164 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
15165
15166 * fns.c (init_fns): Don't initialize weak_hash_tables here.
15167 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
15168
15169 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
15170
15171 2008-05-15 Kenichi Handa <handa@m17n.org>
15172
15173 * ftfont.c (ftfont_list): Downcase family name to check generic
15174 families.
15175
15176 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
15177 font-spec for QCfont value.
15178
15179 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
15180 buffer. Check the return value of it.
15181
15182 2008-05-14 Jason Rumney <jasonr@gnu.org>
15183
15184 * w32term.c (w32_get_glyph_overhangs): Remove.
15185 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
15186
15187 2008-05-14 Kenichi Handa <handa@m17n.org>
15188
15189 * font.c (font_prop_validate): Make nil a valid value.
15190 (font_clear_cache): Check if the cached vector of entities is nil
15191 or not.
15192
15193 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15194
15195 * emacs.c (main_thread): Conditionalize on
15196 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
15197 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
15198
15199 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
15200 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
15201 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
15202
15203 2008-05-14 Kenichi Handa <handa@m17n.org>
15204
15205 * coding.c (detect_coding_iso_2022): Ignore a coding category that
15206 has no corresponding coding system.
15207
15208 2008-05-14 Jason Rumney <jasonr@gnu.org>
15209
15210 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
15211
15212 * w32font.h (w32font_open_internal): Update declaration.
15213
15214 * w32font.c (w32font_open_internal): Change last argument from
15215 w32font_info struct to font object. Fill in font object from
15216 font_entity. Get Outline metrics if possible. Use them to
15217 calculate underline position and thickness. Use xlfd name as name
15218 property. Don't set codepage.
15219 (w32font_open): Pass font_object to w32font_open_internal. Don't
15220 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
15221 (w32font_draw): Use s->font.
15222 (clear_cached_metrics): Don't clear non-existent blocks.
15223
15224 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
15225 font was not found.
15226 (x_draw_glyph_string): Use underline position and thickness from font.
15227
15228 * w32uniscribe.c (uniscribe_open): Pass font_object to
15229 w32font_open_internal.
15230
15231 2008-05-14 Kenichi Handa <handa@m17n.org>
15232
15233 These changes are to delete all legacy font-handling codes, and
15234 make Emacs use only font-backends.
15235
15236 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
15237 (frame.o, image.o, print.o): Depend on $(FONTSRC).
15238
15239 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
15240
15241 * charset.h (Vcharset_non_preferred_head)
15242 (Vcurrent_iso639_language): Extern them.
15243
15244 * charset.c (Vcharset_non_preferred_head): New variable.
15245 (Vcurrent_iso639_language): New variable.
15246 (syms_of_charset): Declare it as a Lisp variable.
15247 (char_charset): Don't check non preferred charsets. As a last
15248 resort, return charset_unicode.
15249 (Fset_charset_priority): Update Vcharset_non_preferred_head.
15250
15251 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
15252 conditionals. Don't check enable_font_backend. Delete all codes
15253 used only when USE_FONT_BACKEND is not defined.
15254
15255 * dispextern.h (struct glyph_string): Change type of `font' to
15256 `struct font *'.
15257 (struct glyph_string): New member underline_position and
15258 underline_thickness.
15259 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
15260 (struct face): Change type of `font' to `struct font *'. Remove
15261 members `font_name', `font_info_id'.
15262 (per_char_metric, encode_char): Delete externs.
15263 (calc_pixel_width_or_height): Adjust the prototype.
15264
15265 * emacs.c (enable_font_backend): Delete extern.
15266 (main): Don't set enable_font_backend. Don't check the command
15267 line argument "-disable-font-backend".
15268
15269 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
15270 (enum font_property_index): New members FONT_DPI_INDEX,
15271 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
15272 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
15273 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
15274 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
15275 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
15276 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
15277 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
15278 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
15279 (struct font_spec, struct font_entity): New structs.
15280 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
15281 (struct font): Many members from old "struct font_info" moved to
15282 here. Members font and entity deleted.
15283 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
15284 the new font-related objects.
15285 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
15286 (CHECK_FONT_GET_OBJECT): Likewise.
15287 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
15288 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
15289 (struct font_driver): New members case_sensitive anc check. Type
15290 of the member list and open changed.
15291 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
15292 (font_symbolic_width, font_find_object, font_get_spec)
15293 (font_set_lface_from_name): Delete extern.
15294 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
15295
15296 * font.c: Include <strings.h>.
15297 (enable_font_backend): Delete it.
15298 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
15299 (CHECK_VALIDATE_FONT_SPEC): Delete it.
15300 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
15301 (null_string): Delete it.
15302 (null_vector): Make it static.
15303 (font_family_alist): Delete it.
15304 (Qnormal): Extern it.
15305 (QCextra, QClanguage): Delete it.
15306 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
15307 (font_make_spec, font_make_entity, font_make_object)
15308 (font_intern_prop): Renamed from intern_downcase. Don't downcase
15309 the string. Callers changed.
15310 (font_pixel_size): Adjusted for the format change of font-related
15311 objects.
15312 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
15313 (font_style_to_value, font_style_symbolic): New function.
15314 (build_font_family_alist): Delete it.
15315 (font_registry_charsets): Use Fassoc_string instead of
15316 assq_no_quit.
15317 (font_prop_validate_symbol): Don't return null_string.
15318 (font_prop_validate_style): Adjusted for the change of
15319 style-related values in a font vector.
15320 (font_property_table): Delete entries for QClanguage and
15321 QCantialias, add entries for QCavgwidth.
15322 (get_font_prop_index): Delete the 2nd argument FROM.
15323 (font_prop_validate): Arguments changed.
15324 (font_put_extra): Adjusted for the change of font-related objects.
15325 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
15326 (font_parse_fcname, font_unparse_fcname)
15327 (font_prepare_composition): Likewise.
15328 (font_parse_family_registry): Renamed from font_merge_old_spec.
15329 (otf_open): Delete the 1st arg entity.
15330 (font_otf_capability): Adjusted for the above change.
15331 (font_score): New arg alternate_families. Adjusted for the change
15332 of font-related objects.
15333 (font_sort_entites): New arg best_only.
15334 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
15335 Delete them.
15336 (font_match_p): Check alternate families.
15337 (font_find_object): Delete it.
15338 (font_check_object): New function.
15339 (font_clear_cache): Adjusted for the change of font-related objects.
15340 (font_delete_unmatched): New arg.
15341 (font_list_entities): Call font_driver->list with a spec that
15342 doesn't specify style-related properties.
15343 (font_matching_entity): Arguments changed. Caller changed.
15344 (font_open_entity): Adjusted for the change of font-related objects.
15345 (font_close_object, font_has_char, font_encode_char)
15346 (font_get_name, font_get_spec): Likewise.
15347 (font_spec_from_name, font_clear_prop, font_update_lface):
15348 New functions.
15349 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
15350 (font_prepare_for_face, font_done_for_face, font_open_by_name)
15351 (font_at): Adjusted for the change of font-related objects.
15352 (font_range): New function.
15353 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
15354 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
15355 (Fcopy_font_spec, Fmerge_font_spec): New function.
15356 (Ffont_family_list): Renamed from list-families.
15357 (Finternal_set_font_style_table): Arguments changed.
15358 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
15359 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
15360 change of font-related objects.
15361 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
15362
15363 * fontset.h (struct font_info): Delete it. Most members go to
15364 struct font.
15365 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
15366 (enum FONT_SPEC_INDEX): Delete it.
15367 (font_info, list_fonts_func, load_font_func, query_font_func)
15368 (set_frame_fontset_func, find_ccl_program_func)
15369 (get_font_repertory_func, new_fontset_from_font_name): Delete
15370 externs.
15371 (fontset_from_font_name): Extern it.
15372 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
15373 (FONT_INFO_FROM_FACE): Deleted.
15374 (face_for_font): Adjust prototype.
15375
15376 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
15377 conditionals. Don't check enable_font_backend. Delete all codes
15378 used only when USE_FONT_BACKEND is not defined.
15379 (get_font_info_func, list_font_func, load_font_func)
15380 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
15381 (get_font_repertory_func): Delete them.
15382 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
15383 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
15384 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
15385 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
15386 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
15387 (fontset_compare_rfontdef): New function.
15388 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
15389 rfont-defs by qsort. Adjusted for the change of font-group vector.
15390 (load_font_get_repertory): Deleted.
15391 (fontset_find_font): Use new macros to ref/set elements of
15392 font-def and rfont-def.
15393 (fontset_font): Fix the timing of remembering that no font for C.
15394 (free_face_fontset): Do nothing if the face has no fontset.
15395 (face_suitable_for_char_p): Use new macros to ref/set elements of
15396 rfont-def.
15397 (face_for_char): Likewise. Call face_for_char with font_object.
15398 (fs_load_font): Delete. Delete #pragma surrounding it.
15399 (fs_query_fontset): Use strcasecmp instead of strcmp.
15400 (generate_ascii_font_name): Adjusted for the format change of
15401 font-spec.
15402 (Fset_fontset_font): Likewise. Use new macros to set elements of
15403 font-def.
15404 (Fnew_fontset): Use font_unparse_xlfd to generate
15405 FONTSET_ASCII (fontset).
15406 (new_fontset_from_font_name): Deleted.
15407 (fontset_from_font): Renamed from new_fontset_from_font. Check if
15408 a fontset is already created for the font. FIx updating of
15409 Vfontset_alias_alist.
15410 (fontset_ascii_font): Deleted.
15411 (Ffont_info): Adjusted for the format change of font-spec.
15412 (Finternal_char_font): Likewise.
15413 (Ffontset_info): Likewise.
15414 (syms_of_fontset): Don't check load_font_func.
15415
15416 * fns.c (internal_equal): Handle PREV_FONT.
15417
15418 * frame.h: Delete USE_FONT_BACKEND conditional.
15419
15420 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
15421 conditionals. Don't check enable_font_backend. Delete all codes
15422 used only when USE_FONT_BACKEND is not defined.
15423 (x_set_font): Call x_new_font, not x_new_fontset2.
15424 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
15425 already set for the frame.
15426
15427 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
15428 a font-entity by font_make_entity. Use font_intern_prop instead
15429 of intern_downcase. Use FONT_SET_STYLE to set a style-related
15430 font property. If a font is scalable, set avgwidth property to 0.
15431 Set font-entity property by font_put_extra.
15432 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
15433 (ffont_driver): Adjusted for the change of struct font_driver.
15434 (ftfont_spec_pattern): New function.
15435 (ftfont_list): Return a list, not vector.
15436 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
15437 (ftfont_list_family): Don't downcase names.
15438 (ftfont_free_entity): Deleted.
15439 (ftfont_open): Return a font-object. Adjusted for the change of
15440 struct font. Get underline_thickness and underline_position from
15441 font property. Don't update dpyinfo->smallest_font_height and
15442 dpyinfo->smallest_char_width.
15443 (ftfont_close): Don't free `struct font'.
15444 (ftfont_has_char): Adjusted for the format change of font-entity.
15445 (ftfont_encode_char, ftfont_text_extents): Likewise.
15446
15447 * ftxfont.c (ftxfont_list): Return a list, not vector.
15448 (ftxfont_open): Return a font-object. Adjusted for the change of
15449 struct font. Get underline_thickness and underline_position from
15450 font property. Don't update dpyinfo->smallest_font_height and
15451 dpyinfo->smallest_char_width.
15452 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
15453 (ftxfont_draw): Adjusted for the change of struct font.
15454
15455 * image.c (image_ascent): Don't include "charset.h". Include
15456 "character.h" and "font.h".
15457
15458 * lisp.h (enum pvec_type): New member PREV_FONT.
15459 (Fassoc_string): EXFUN it.
15460
15461 * print.c: Include font.h.
15462 (print_object): Handle font-related objects.
15463
15464 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
15465 conditionals. Don't check enable_font_backend. Delete all codes
15466 used only when USE_FONT_BACKEND is not defined.
15467 (handle_auto_composed_prop): Do nothing if it->f is not on a
15468 window system. Check how many following characters can be
15469 displayed by the same font.
15470 (calc_pixel_width_or_height): Type of the 4th arg is changed to
15471 'struct font *'.
15472 (get_char_face_and_encoding): Assign the whole encoding task to
15473 the `encode-char' method of a font driver.
15474 (fill_composite_glyph_string): Adjusted for the change of `struct
15475 face' and `struct glyph_string'.
15476 (fill_glyph_string): Likewise.
15477 (get_per_char_metric): Arguments changed.
15478 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
15479 and `struct glyph_string'.
15480 (produce_stretch_glyph, calc_line_height_property)
15481 (x_produce_glyphs): Likewise.
15482
15483 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
15484 conditionals. Don't check enable_font_backend. Delete all codes
15485 used only when USE_FONT_BACKEND is not defined. Use
15486 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
15487 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
15488 (Qp): Extern them.
15489 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
15490 Deleted.
15491 (struct font_name): Deleted.
15492 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
15493 (compare_fonts_by_sort_order): New function.
15494 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
15495 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
15496 Deleted.
15497 (Fx_family_fonts): Use font_list_entities, and sort fonts by
15498 compare_fonts_by_sort_order.
15499 (Fx_font_family_list): Call Ffont_family_list.
15500 (face_numeric_value, face_numeric_weight, face_numeric_slant)
15501 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
15502 (face_symbolic_slant, face_symbolic_swidth)
15503 (split_font_name_into_vector, build_font_name_from_vector)
15504 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
15505 (font_rescale_ratio, split_font_name, build_font_name)
15506 (free_font_names, sort_fonts, x_face_list_fonts)
15507 (face_font_available_p, sorted_font_list, cmp_font_names)
15508 (font_list_1, concat_font_list, font_list, remove_duplicates):
15509 Deleted.
15510 (Fx_list_fonts): Use Ffont_list.
15511 (LFACE_AVGWIDTH): Deleted.
15512 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
15513 by FONTP.
15514 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
15515 (set_lface_from_font_name): Delete it.
15516 (set_lface_from_font): Renamed from
15517 set_lface_from_font_and_fontset. Caller changed. Don't set
15518 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
15519 for face.
15520 (merge_face_vectors): Copy font-spec if necessary.
15521 Clear properties of the font-spec if necessary.
15522 (merge_face_ref): Clear properties of the font-spec if necessary.
15523 (Finternal_set_lisp_face_attribute): Likewise.
15524 (set_font_frame_param): Use font_load_for_lface to load a
15525 font-object, and call Fmodify_frame_parameters with it.
15526 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
15527 font name by Ffont_xlfd_name.
15528 (Finternal_lisp_face_attribute_values): Don't check QCweight,
15529 QCslant, and QCwidth.
15530 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
15531 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
15532 Compare fonts by EQ.
15533 (lookup_non_ascii_face): Deleted.
15534 (face_for_font): The 2nd argument changed.
15535 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
15536 Check atomic font properties by case insensitive.
15537 (realize_non_ascii_face): Set face->overstrike correctly.
15538 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
15539 (dump_realized_face): Get font name from
15540 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
15541
15542 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
15543 conditionals. Don't check enable_font_backend. Delete all codes
15544 used only when USE_FONT_BACKEND is not defined.
15545 (xic_create_xfontset): Original code deleted and renamed from
15546 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
15547 (x_make_gc): Don't set GCFont in GCs.
15548 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
15549 opened by "fixed".
15550 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
15551 find_ccl_program_func, query_font_func, set_frame_fontset_func,
15552 get_font_repertory_func.
15553
15554 * xfont.c: Include <stdlib.h> and "ccl.h".
15555 (struct xfont_info): New structure.
15556 (xfont_query_font): Deleted.
15557 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
15558 moved from xterm.c.
15559 (xfont_driver): Adjusted for the change of struct font_driver.
15560 (compare_font_names): New function.
15561 (xfont_list_pattern): Sort font names case insensitively. Make
15562 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
15563 (xfont_list): Return a list, not vector.
15564 (xfont_match): If the font doesn't have QCname property, generate
15565 a name from the other font properties.
15566 (xfont_open): Return a font-object. Adjusted for the change of
15567 struct font. Get underline_thickness and underline_position from
15568 font property. Don't update dpyinfo->smallest_font_height and
15569 dpyinfo->smallest_char_width.
15570 (xfont_close): Don't free struct font.
15571 (xfont_prepare_face): Adjusted for the change of struct font.
15572 (xfont_done_face): Deleted.
15573 (xfont_has_char): Adjusted for the change of struct font.
15574 (xfont_encode_char, xfont_draw): Likewise.
15575 (xfont_check): New function.
15576
15577 * xftfont.c (xftfont_list): Adjusted for the change of `list'
15578 callback function.
15579 (xftfont_match): Adjusted for the format change of font-entity.
15580 (xftfont_open): Adjusted for the format change of font-entity and
15581 font-object. Adjusted for the change of struct font. Return a
15582 font-object. Don't update dpyinfo->smallest_font_height and
15583 dpyinfo->smallest_char_width.
15584 (xftfont_close): Block input while calling XftFontClose.
15585 (xftfont_prepare_face): Don't block input while calling
15586 xftfont_get_colors. Adjusted for the change of struct font.
15587 (xftfont_shape): Return value of error case fixed.
15588
15589 * xrdb.c (x_load_resources): Don't setup a fontset resource.
15590
15591 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
15592 conditionals.
15593 (FONT_WIDTH): Return (f)->max_width.
15594 (struct x_display_info): Delete member `font'.
15595 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
15596 (x_find_ccl_program, x_get_font_repertory): Delete externs.
15597 (struct x_output): Change type of `font' to `struct font *'.
15598
15599 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
15600 conditionals. Don't check enable_font_backend. Delete all codes
15601 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
15602 (x_per_char_metric, x_encode_char): Deleted.
15603 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
15604 (x_compute_glyph_string_overhangs): Adjusted for the change of
15605 `struct face'.
15606 (x_draw_glyph_string_foreground)
15607 (x_draw_composite_glyph_string_foreground): Likewise.
15608 (x_draw_glyph_string): Likewise. Use font->underline_position and
15609 font->underline_thickness.
15610 (x_new_font): Renamed from x_new_fontset2.
15611 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
15612 (x_check_font): Call `check' method of a font driver.
15613 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
15614 (x_query_font, x_get_font_repertory): Deleted.
15615 (x_find_ccl_program): Renamed and moved to xfont.c.
15616 (x_redisplay_interface): Adjusted for the change of `struct
15617 redisplay_interface'.
15618
15619 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
15620 conditionals. Don't check enable_font_backend. Delete all codes
15621 used only when USE_FONT_BACKEND is not defined. Surround non-used
15622 code by "#ifdef OLD_FONT" and "endif".
15623 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
15624
15625 * w32font.h (struct w32font_info): New member.
15626 (FONT_COMPAT): New macro.
15627 (w32font_open_internal): Prototype adjusted.
15628
15629 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
15630 OLD_FONT" and "endif".
15631
15632 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
15633 conditionals. Don't check enable_font_backend. Delete all codes
15634 used only when USE_FONT_BACKEND is not defined.
15635 (w32font_open): Return a font-object. Make a font-object by
15636 font_make_object. Adjusted for the change of struct w32font_info.
15637 (w32font_close): Don't free struct font. Adjusted for the change
15638 of struct w32font_info.
15639 (w32font_encode_char, w32font_text_extents, w32font_draw):
15640 Adjusted for the change of struct w32font_info.
15641 (w32font_draw): Likewise.
15642 (w32font_list_internal): Return a list, not vector.
15643 (w32font_open_internal): Change the 4th arg to font-object.
15644 Adjusted for the change of struct w32font_info and font-object format.
15645 (add_font_name_to_list): Don't downcase names.
15646 (w32_enumfont_pattern_entity): Make a font-entity by
15647 font_make_entity. Adjusted for the format change of font-entity.
15648 Use FONT_SET_STYLE to set a style-related font property. If a
15649 font is scalable, set avgwidth property to 0. Set font-entity
15650 property by font_put_extra.
15651 (font_matches_spec): Adjusted for the format change of font-entity.
15652 (w32_weight_table, w32_decode_weight): New variables.
15653 (w32_encode_weight): New function.
15654 (fill_in_logfont): Adjusted for the format change of font-spec.
15655 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
15656 weight value.
15657 (w32font_driver): Adjusted for the change of struct font_driver.
15658
15659 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
15660 conditionals. Don't check enable_font_backend. Surround non-used
15661 code by "#ifdef OLD_FONT" and "endif".
15662 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
15663 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
15664
15665 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
15666 conditionals. Don't check enable_font_backend. Delete all codes
15667 used only when USE_FONT_BACKEND is not defined. Surround non-used
15668 code by "#ifdef OLD_FONT" and "endif".
15669
15670 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
15671 (uniscribe_open): Return value changed to font-object.
15672 Adjusted for the format change of font-object.
15673 (uniscribe_otf_capability): Adjusted for the change of struct font.
15674 (add_opentype_font_name_to_list): Don't downcase names.
15675 (uniscribe_font_driver): Adjusted for the change of struct
15676 font_driver.
15677
15678 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
15679
15680 * dispnew.c (update_frame_1): Check if tty output is still valid
15681 before flushing it.
15682
15683 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
15684
15685 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
15686 to Gtk+ menus.
15687
15688 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
15689
15690 * dired.c (file_name_completion): Tweak the code so as to always do it
15691 in a single pass. Tighten the scope of some variables.
15692
15693 * dired.c (Qdefault_directory): New var.
15694 (file_name_completion): Use it instead of Fexpand_file_name.
15695 (syms_of_dired): Initialize it.
15696
15697 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15698
15699 * fileio.c (double_dollars): Remove dead code.
15700
15701 2008-05-10 Eli Zaretskii <eliz@gnu.org>
15702
15703 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
15704 Mention w32-get-true-file-attributes in doc string.
15705
15706 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
15707
15708 2008-05-09 Glenn Morris <rgm@gnu.org>
15709
15710 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
15711 2008-04-23.
15712
15713 2008-05-09 Eli Zaretskii <eliz@gnu.org>
15714
15715 Support for reporting owner and group of each file on MS-Windows:
15716 * dired.c (stat_uname, stat_gname): New functions, with special
15717 implementation for w32.
15718 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
15719
15720 * w32.c: Rename the_passwd_* to dflt_passwd_*.
15721 (dflt_group_name): New static variable.
15722 (dflt_group): Rename from the_group.
15723 (init_user_info): Init dflt_group fields. Get user's group name
15724 from LookupAccountSid.
15725 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
15726 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
15727 New initialization states.
15728 (globals_of_w32): Initialize them to zero. Initialize the default
15729 group name to "None".
15730 (GetFileSecurity_Name): New global var, the name of the function
15731 to call for GetFileSecurity.
15732 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
15733 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
15734 (get_file_security, get_security_descriptor_owner)
15735 (get_security_descriptor_group, is_valid_sid)
15736 (get_file_security_desc, get_rid, get_name_and_id)
15737 (get_file_owner_and_group): New functions.
15738 (stat): Use get_file_security_desc and get_file_owner_and_group to
15739 report the owner and primary group of each file. Don't ignore the
15740 high 32 bits of file's size, now that st_size is 64-bit wide.
15741 Fix test when to get true file attributes.
15742 (init_user_info): Use get_rid instead of equivalent inline code.
15743 (fstat): Don't ignore the high 32 bits of file's size.
15744
15745 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
15746
15747 * image.c (png_load): Use correct bit-depth for setting background
15748 color.
15749
15750 2008-05-08 Eli Zaretskii <eliz@gnu.org>
15751
15752 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
15753 epa-hook.elc.
15754
15755 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
15756
15757 * font.c (Ffont_match_p): Don't use `iff' in docstring.
15758
15759 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
15760
15761 * macfns.c (Fx_create_frame): Make a copy of frame parameters
15762 because the original parameters are in pure storage now.
15763 (mac_window): Remove unused params. Update callers.
15764
15765 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15766
15767 * lread.c (substitute_object_recurse): Use lower-level primitives.
15768 Don't signal errors when traversing sub-char-tables.
15769 Don't loop over all the possible characters when traversing char-tables.
15770
15771 * print.c (print_preprocess): Add sub-char-tables to the print-table,
15772 just like we do in print.c.
15773
15774 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15775
15776 * minibuf.c (Ftry_completion): Remove code left over from when we used
15777 scmp instead of Fcompare_strings.
15778
15779 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
15780
15781 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
15782
15783 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15784
15785 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
15786 Create bitmap context in native byte order.
15787
15788 * macterm.c (XDrawLine)
15789 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
15790 context in native byte order.
15791
15792 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15793
15794 * config.in: Regenerate.
15795
15796 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
15797 New definitions for Image I/O support.
15798 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
15799 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
15800 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
15801 (mac_data_provider_release_data, image_load_image_io)
15802 [USE_MAC_IMAGE_IO]: New functions.
15803 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
15804 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
15805 (init_image_func_pointer) [MAC_OSX]: Remove function.
15806 (image_load_quartz2d) [MAC_OSX]: Check availability of
15807 CGImageCreateWithPNGDataProvider at compile time.
15808 Use lowercase `false' for boolean constant.
15809 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
15810 Use image_load_image_io.
15811 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
15812 Don't check MyCGImageCreateWithPNGDataProvider.
15813 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
15814 Don't call init_image_func_pointer.
15815
15816 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
15817
15818 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
15819 Make variable non-static.
15820 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
15821 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
15822
15823 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
15824 (RED_FROM_ULONG): Mask off higher bits.
15825 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
15826
15827 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
15828 Include AvailabilityMacros.h.
15829 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
15830 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
15831
15832 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15833
15834 * chartab.c (Fset_char_table_range): If range is t, really set all
15835 chars to that value.
15836
15837 2008-05-03 Eli Zaretskii <eliz@gnu.org>
15838
15839 * dired.c (Ffile_attributes): Don't allow the device number become
15840 negative.
15841
15842 2008-05-02 Daiki Ueno <ueno@unixuser.org>
15843
15844 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
15845
15846 2008-05-02 Juri Linkov <juri@jurta.org>
15847
15848 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
15849 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
15850 DEFAULT argument as a list of default values in docstrings.
15851
15852 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
15853
15854 * puresize.h (BASE_PURESIZE): Increase to 1210000.
15855
15856 2008-05-01 Martin Rudalics <rudalics@gmx.at>
15857
15858 * dispnew.c (change_frame_size_1): Preserve small windows when
15859 shrinking frames by calling set_window_height|width with third
15860 arg 2.
15861
15862 * window.h (struct window): Replace field too_small_ok by field
15863 resize_proportionally.
15864
15865 * window.c (make_window): Initialize resize_proportionally.
15866 (enlarge_window): Temporarily set resize_proportionally to make
15867 sure that shrink_windows does scale the window proportionally.
15868 (shrink_windows): When window has resize_proportionally set try
15869 to shrink it proportionally by stealing from other windows.
15870 (struct saved_window, Fset_window_configuration)
15871 (compare_window_configurations): Handle resize_proportionally.
15872 (WINDOW_TOTAL_SIZE): New macro.
15873 (window_min_size, shrink_windows, size_window): Use it.
15874 (check_min_window_sizes): Remove. Invalid values of
15875 window-min-height|width are handled by window_min_size_2 now.
15876 (size_window, Fsplit_window, enlarge_window)
15877 (adjust_window_trailing_edge, grow_mini_window): Don't call
15878 check_min_window_sizes.
15879 (window_min_size_2, window_min_size_1, window_min_size):
15880 New argument safe_p for retrieving "safe" minimum sizes.
15881 (Fdisplay_buffer, Fsplit_window, enlarge_window)
15882 (adjust_window_trailing_edge, grow_mini_window):
15883 Adjust arguments of window_min_size... functions.
15884 (shrink_windows): Argument min_size removed. New argument
15885 safe_p allows shrinking windows to their safe minimum sizes.
15886 Calculate minimum size and decide whether a window shall be
15887 deleted for each window individually.
15888 (size_window): When nodelete_p equals 2, tell shrink_windows to
15889 delete windows only if their new minimum size is no more safe.
15890 (shrink_window_lowest_first): Call window_min_size_1 to make
15891 sure to preserve modeline of bottom-most window when resizing
15892 the minibuffer.
15893 (Fset_window_configuration, Fcurrent_window_configuration)
15894 (compare_window_configurations): Do not handle
15895 window-min-height|width any more.
15896 (syms_of_window): Clarify window-min-height|width doc-strings.
15897
15898 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
15899
15900 * dired.c (file_name_completion): Fix up the encoding/decoding issue
15901 some more. Copy some of the code from Ftry_completions.
15902 Remove special case code that dates back to initial revision when the
15903 slash was only added when necessary and that can't trigger nowadays.
15904
15905 2008-04-27 Kenichi Handa <handa@m17n.org>
15906
15907 * font.c (font_prop_validate): Signal `error' instead of `font'.
15908
15909 2008-04-29 Jason Rumney <jasonr@gnu.org>
15910
15911 * w32fns.c (Fw32_battery_status): New defun.
15912 (syms_of_w32fns): Defsubr it.
15913
15914 2008-04-28 Andreas Schwab <schwab@suse.de>
15915
15916 * dired.c (file_name_completion): Fix another mixing of encoded
15917 and decoded names.
15918
15919 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
15920
15921 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
15922
15923 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
15924
15925 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
15926
15927 2008-04-27 Andreas Schwab <schwab@suse.de>
15928
15929 * dired.c (file_name_completion): Fix inappropriate mixing of
15930 encoded and decoded names.
15931
15932 * xterm.c (XTread_socket): Fix use of uninitialized variable.
15933
15934 * puresize.h (BASE_PURESIZE): Increase to 1200000.
15935
15936 2008-04-26 Eli Zaretskii <eliz@gnu.org>
15937
15938 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
15939 2008-03-31, it's not needed anymore with `struct stat' definition
15940 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
15941 for the same reasons.
15942
15943 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
15944
15945 * m/sparc.h: Additional redefinitions for GNU/Linux.
15946
15947 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15948
15949 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
15950 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
15951 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
15952 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
15953 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
15954 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
15955 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
15956 Likewise.
15957
15958 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
15959 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
15960 (mac_ax_number_of_characters): Add externs.
15961 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
15962 [USE_MAC_TSM]: Likewise.
15963 (mac_handle_text_input_event) [MAC_OSX]:
15964 Handle kEventTextInputOffsetToPos for no active input area case.
15965 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
15966 (mac_handle_document_access_event)
15967 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
15968 (install_application_handler) [MAC_OSX]: Register handlers for
15969 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
15970 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
15971 Register mac_handle_document_access_event.
15972
15973 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
15974 Make functions non-static.
15975
15976 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15977
15978 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
15979 (read_file_name_completion_ignore_case, insert_default_directory)
15980 (Qdefault_directory): Move to minibuffer.el.
15981 (Fread_file_name): Call the new `read-file-name' instead.
15982
15983 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15984
15985 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
15986 Make function non-static.
15987 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
15988 Remove function.
15989 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
15990 Move to mactoolbox.c.
15991 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
15992
15993 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
15994 (mac_rect_make): New macro.
15995
15996 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
15997 instead of float.
15998 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
15999 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
16000 (XSetBackground) [USE_CG_DRAWING]: Likewise.
16001 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
16002 CGRectMake.
16003 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
16004 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
16005 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
16006 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
16007 instead of WindowRef in argument type.
16008 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
16009 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
16010 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
16011 instead of DISPLAY. All uses changed.
16012 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
16013 (x_calc_absolute_position): Simplify so as not to use
16014 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
16015
16016 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
16017 instead of WindowRef in argument type.
16018 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
16019 [TARGET_API_MAC_CARBON]: Remove externs.
16020 (create_apple_event, mac_event_parameters_to_lisp)
16021 [TARGET_API_MAC_CARBON]: Add externs.
16022
16023 * mactoolbox.c (Vmac_ts_script_language_on_focus)
16024 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
16025 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
16026 is clicked.
16027 (x_activate_menubar): Remove extern for saved_menu_event_location.
16028 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
16029 Move from mac.c.
16030
16031 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16032
16033 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
16034 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
16035
16036 2008-04-23 Jason Rumney <jasonr@gnu.org>
16037
16038 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
16039 attributes only for local files.
16040
16041 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
16042 default to Qlocal.
16043
16044 2008-04-22 Juri Linkov <juri@jurta.org>
16045
16046 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
16047 read-buffer-to-switch instead of using the letter "B".
16048
16049 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
16050
16051 * fileio.c (Qdefault_directory): New variable.
16052 (Fread_file_name): Use it to pass `dir' to the completion functions.
16053
16054 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
16055
16056 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
16057
16058 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
16059
16060 * keyboard.c (Vpre_help_message): Remove.
16061 (show_help_echo): Remove default C code.
16062
16063 * dired.c (directory_files_internal, file_name_completion):
16064 Only call ENCODE_FILE if the string is indeed decoded.
16065
16066 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16067
16068 * Makefile.in (TOOLKIT_DEFINES): Remove.
16069 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
16070
16071 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16072
16073 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
16074 (mactoolbox.o): New target.
16075
16076 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
16077 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
16078
16079 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
16080 Use mac_set_frame_window_background instead of XSetWindowBackground.
16081 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
16082 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
16083 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
16084 instead of SetWindowTitleWithCFString.
16085 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
16086 Move function to mactoolbox.c.
16087 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
16088 Use mac_set_window_modified instead of SetWindowModified.
16089 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
16090 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
16091 (Fx_focus_frame): Use mac_front_non_floating_window instead of
16092 FrontNonFloatingWindow. Use mac_activate_window instead of
16093 ActivateWindow. Use mac_active_non_floating_window instead of
16094 ActiveNonFloatingWindow.
16095 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
16096 Use mac_show_hourglass and mac_hide_hourglass.
16097 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
16098 instead of GetGlobalMouse.
16099 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
16100 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
16101 Use mac_bring_window_to_front instead of BringToFront.
16102 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
16103 mactoolbox.c.
16104 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
16105 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
16106 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
16107 mactoolbox.c.
16108
16109 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
16110 (XtPointer): Move typedef from macmenu.c.
16111 (enum button_type): Move enum from macmenu.c.
16112 (widget_value): Move typedef from macmenu.c.
16113 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
16114 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
16115 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
16116 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
16117 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
16118 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
16119 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
16120 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
16121 (Selection): Move typedef from macselect.c.
16122 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
16123 macterm.c.
16124 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
16125 (mac_is_window_collapsed, mac_bring_window_to_front)
16126 (mac_send_window_behind, mac_hide_window, mac_show_window)
16127 (mac_collapse_window, mac_front_non_floating_window)
16128 (mac_active_non_floating_window, mac_activate_window)
16129 (mac_move_window_structure, mac_move_window, mac_size_window)
16130 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
16131
16132 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
16133 (enum mac_menu_kind): Move enum to mactoolbox.c.
16134 (min_menu_id): Move variable to mactoolbox.c.
16135 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
16136 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
16137 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
16138 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
16139 [TARGET_API_MAC_CARBON]: Likewise.
16140 (XtPointer): Move typedef to macgui.h.
16141 (enum button_type): Move enum to macgui.h.
16142 (widget_value): Move typedef to macgui.h.
16143 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
16144 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
16145 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
16146 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
16147 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
16148 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
16149 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
16150 (popup_activated_flag): Make variable non-static.
16151 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
16152 (add_menu_item, fill_menu, dispose_menus):
16153 Move functions to mactoolbox.c.
16154 (restore_show_help_function, menu_target_item_handler)
16155 (install_menu_target_item_handler, mac_handle_dialog_event)
16156 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
16157 [TARGET_API_MAC_CARBON]: Likewise.
16158 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
16159 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
16160 (find_and_call_menu_selection, name_is_separator): Make function
16161 non-static.
16162 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
16163 to mactoolbox.c.
16164 (set_frame_menubar): Don't call install_menu_quit_handler.
16165 (menu_item_selection): New variable.
16166 (mac_menu_show): Use create_and_show_popup_menu.
16167 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
16168 selection but set variable menu_item_selection. All uses changed.
16169 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
16170 Call install_menu_quit_handler. Move to mactoolbox.c.
16171
16172 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
16173 (Selection): Move typedef to macgui.h.
16174 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
16175 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
16176 Make variables non-static.
16177 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
16178 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
16179 Make functions non-static.
16180 (Vmac_service_selection) [MAC_OSX]: Likewise.
16181 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
16182 (mac_valid_selection_target_p, mac_clear_selection)
16183 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
16184 (mac_put_selection_value, mac_selection_has_target_p)
16185 (mac_get_selection_value, mac_get_selection_target_list)
16186 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
16187 Move functions to mactoolbox.c.
16188 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
16189 Likewise.
16190 (copy_scrap_flavor_data, mac_handle_service_event)
16191 (install_service_handler) [MAC_OSX]: Likewise.
16192 (syms_of_macselect) <Vmac_dnd_known_types>:
16193 Use mac_dnd_default_known_types.
16194
16195 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
16196 Move to mactoolbox.c.
16197 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
16198 (Fx_selection_owner_p): Add EXFUN.
16199 (install_window_handler, remove_window_handler, XSetWindowBackground):
16200 Remove externs.
16201 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
16202 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
16203 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
16204 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
16205 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
16206 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
16207 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
16208 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
16209 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
16210 (create_and_show_popup_menu, mac_get_selection_from_symbol)
16211 (mac_valid_selection_target_p, mac_clear_selection)
16212 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
16213 (mac_put_selection_value, mac_selection_has_target_p)
16214 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
16215 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
16216 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
16217 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
16218 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
16219 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
16220 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
16221 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
16222 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
16223
16224 * mactoolbox.c: New file.
16225
16226 2008-04-18 Jason Rumney <jasonr@gnu.org>
16227
16228 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
16229
16230 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16231
16232 * character.c (Fmultibyte_char_to_unibyte):
16233 Return latin1 chars unchanged.
16234
16235 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
16236 relocated if it points to `name'.
16237
16238 2008-04-17 Kenichi Handa <handa@m17n.org>
16239
16240 * data.c (Faset): Allow setting a multibyte character in an
16241 ASCII-only unibyte string.
16242
16243 * lisp.h (STRING_SET_MULTIBYTE): New macro.
16244
16245 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16246
16247 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
16248 done in config.h.
16249
16250 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
16251
16252 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
16253 (Fchar_direction): Add usage in the docstring.
16254
16255 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
16256
16257 * keyboard.c (read_key_sequence): Remove always-true checks.
16258
16259 2008-04-14 Jason Rumney <jasonr@gnu.org>
16260
16261 * w32font.c (w32font_open_internal): Set max_bounds.descent in
16262 compatibility struct, for better underline positioning.
16263
16264 2008-04-13 David Hansen <david.hansen@gmx.net>
16265
16266 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
16267 string.
16268
16269 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
16270
16271 * m/hp800.h (XUINT, XSET): Remove.
16272
16273 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
16274
16275 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
16276 previous change.
16277
16278 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16279
16280 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
16281 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
16282
16283 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16284
16285 * keymap.h (map_keymap_canonical): Declare.
16286 * xmenu.c (single_keymap_panes): Use it.
16287
16288 2008-04-11 Glenn Morris <rgm@gnu.org>
16289
16290 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
16291 set the target's value to that of the alias.
16292
16293 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16294
16295 * term.c (set_tty_color_mode): Left over typo.
16296
16297 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
16298
16299 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
16300 only after check for file name handler functions. Signal, when
16301 native functionality is not supported.
16302 (syms_of_fileio): Declare it unconditionally.
16303
16304 2008-04-10 Jason Rumney <jasonr@gnu.org>
16305
16306 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
16307 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
16308
16309 * w32.c (logon_network_drive): Also logon to remote drives that
16310 are mapped to drive letters.
16311
16312 2008-04-10 Glenn Morris <rgm@gnu.org>
16313
16314 * xdisp.c (truncate-partial-width-windows): Doc fix.
16315
16316 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16317
16318 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
16319 Move functions to minibuffer.el.
16320 (syms_of_fileio): Don't declare them.
16321
16322 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16323
16324 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
16325 (syms_of_minibuf): Remove its initialization.
16326
16327 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
16328
16329 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
16330
16331 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
16332
16333 2008-04-09 Jason Rumney <jasonr@gnu.org>
16334
16335 * makefile.w32-in (distclean): Delete makefile too.
16336 (maintainer-clean): New target.
16337
16338 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
16339
16340 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
16341 for new font backend and composite cases.
16342
16343 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
16344
16345 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
16346 Most of the code moved to run_timers.
16347 (do_pending_atimers): Call run_timers.
16348 (run_timers): New function.
16349
16350 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
16351 run atimers.
16352
16353 * process.c (wait_reading_process_output): The same as above.
16354
16355 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16356
16357 * minibuf.c (last_exact_completion): Remove variable.
16358 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
16359 (complete_and_exit_1, complete_and_exit_2)
16360 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
16361 (Fdisplay_completion_list, display_completion_list_1)
16362 (Fminibuffer_completion_help, Fself_insert_and_exit)
16363 (Fexit_minibuffer, Fminibuffer_message): Move functions to
16364 minibuffer.el.
16365 (syms_of_minibuf): Remove corresponding initializations.
16366
16367 * keyboard.c (Qdeactivate_mark): New var.
16368 (command_loop_1): Use it to call `deactivate-mark'.
16369 (syms_of_keyboard): Initialize it.
16370
16371 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
16372 to another frame.
16373 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
16374 Don't call set_tty_color_mode.
16375 (store_frame_param): Reset previous_frame rather than call
16376 set_tty_color_mode.
16377 * term.c (set_tty_color_mode): Rewrite.
16378 * dispextern.h (set_tty_color_mode): New type.
16379 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
16380
16381 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16382
16383 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
16384 for generic chars, which do not exist any more in emacs-unicode.
16385
16386 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
16387
16388 * coding.c (detect_coding_emacs_mule)
16389 (Ffind_operation_coding_system): Fix typo.
16390
16391 2008-04-08 Jason Rumney <jasonr@gnu.org>
16392
16393 * w32uniscribe.c (SNAME): Extract only symbol name.
16394
16395 * w32font.h (struct w32_metric_cache): New struct.
16396 (w32font_info): Use it.
16397 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
16398 (CACHE_BLOCKSIZE): New constants.
16399
16400 * w32font.c (Qja, Qko, Qzh): New symbols.
16401 (syms_of_w32font): Initialise them.
16402 (font_matches_spec): Use them to filter by language.
16403 (recompute_cached_metrics): Remove function.
16404 (compute_metrics, clear_cached_metrics): New functions.
16405 (w32font_encode_char): Use them to manage metric cache.
16406 (w32font_text_extents): Cache metrics for all glyphs on demand.
16407 Delay converting glyph indices to WORD until needed.
16408 (w32font_open_internal): Initialize metric cache to empty.
16409 (registry_to_w32_charset): Charset should always be a symbol.
16410 (fill_in_logfont, list_all_matching_fonts): Family should
16411 always be a symbol.
16412
16413 2008-04-06 Jason Rumney <jasonr@gnu.org>
16414
16415 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
16416 Give up if glyph indices not supported. Use uniscribe obtained
16417 ABC widths for individual metrics. Map glyph clusters back to
16418 characters using fClusterStart flag. Return number of glyphs
16419 produced, not chars processed.
16420 (uniscribe_shape): Map char at FROM to current glyph.
16421
16422 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16423
16424 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
16425 Use SetMenuItemHierarchicalMenu.
16426
16427 2008-04-05 Jason Rumney <jasonr@gnu.org>
16428
16429 * image.c (pbm_load): Allow color values up to 65535.
16430 Throw an error if max_color_idx is outside the supported range.
16431 Report an error when image size is invalid.
16432 Read two bytes at a time when raw images have max_color_idx above 255.
16433
16434 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
16435
16436 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
16437 append "CCL: Quitted" when the CCL program is quitted.
16438 (setup_ccl_program): Initialize ccl->quit_silently to zero.
16439
16440 * ccl.h (struct ccl_program): New member quit_silently.
16441
16442 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
16443
16444 * search.c (compile_pattern_1): Treat non-nil and non-string of
16445 search-spaces-regexp as nil.
16446
16447 * minibuf.c (Fassoc_string): Tweak docstring.
16448
16449 2008-04-05 Eli Zaretskii <eliz@gnu.org>
16450
16451 * dired.c (Ffile_attributes): Support inode numbers wider than 32
16452 bits. Remove ugly WINDOWSNT-specific kludge introduced on
16453 2008-03-14 to force inode be positive.
16454
16455 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
16456 _S_* ones, since we now use our own sys/stat.h.
16457 (stat, fstat): Don't mangle the inode number.
16458 (init_user_info): Don't restrict UID and GID to 0-60000 range.
16459
16460 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16461
16462 * frame.h (struct frame): Give one more bit to `visible' since we use
16463 values larger than 1 to indicate obscured frames on ttys.
16464
16465 * keymap.c (Qkeymap_canonicalize): New var.
16466 (Fmap_keymap_internal): New fun.
16467 (describe_map): Use keymap-canonicalize.
16468
16469 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
16470 (Fundo_boundary): Set them.
16471 (syms_of_undo): Initialize them.
16472 (record_point): Use them instead of last_point_position*.
16473 (last_undo_buffer): Change type.
16474
16475 2008-04-04 Jason Rumney <jasonr@gnu.org>
16476
16477 * w32font.c (w32font_text_extents): Use font's ascent and descent.
16478 (recompute_cached_metrics): Don't set ascent and descent per char.
16479
16480 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
16481 (uniscribe_check_otf): Add GC protection before consing.
16482 Rearrange loop for counting features.
16483
16484 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16485
16486 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
16487 buffer with byte-size of source buffer.
16488
16489 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
16490
16491 * callint.c (Fcall_interactively): Handle temporary region even
16492 when shift-select-mode is off.
16493
16494 2008-04-03 Jason Rumney <jasonr@gnu.org>
16495
16496 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
16497
16498 2008-04-03 Kenichi Handa <handa@m17n.org>
16499
16500 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
16501 (CATEGORY_MASK_UTF_16): Likewise.
16502 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
16503 binary file.
16504 (detect_coding): Add null-byte detection for a binary file.
16505 (detect_coding_system): Likewise.
16506
16507 2008-04-03 Jason Rumney <jasonr@gnu.org>
16508
16509 * w32uniscribe.c: New file.
16510
16511 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
16512
16513 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
16514
16515 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
16516 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
16517 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
16518 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
16519 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
16520 (Qphonetic): New symbols.
16521 (syms_of_w32font): Initialize them.
16522 (font_supported_scripts): Use them.
16523 (w32font_list_family): List all charsets.
16524 (w32font_text_extents, recompute_cached_metrics): Fix metric
16525 calculations.
16526 (w32_enumfont_pattern_entity): Make full_type a DWORD.
16527 Give opentype fonts their own format.
16528 (font_matches_spec): New arguments backend and logfont.
16529 Handle :otf spec for uniscribe backend.
16530 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
16531 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
16532
16533 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
16534 font backend.
16535 (globals_of_w32fns): Initialize uniscribe font backend.
16536
16537 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
16538 dependencies.
16539 (w32uniscribe.$(O)): New file to build.
16540 (FONT_OBJ): Include w32uniscribe.$(O).
16541 (LIBS): Add uniscribe libraries.
16542
16543 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
16544
16545 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
16546
16547 * callint.c (Vshift_select_mode): New var.
16548 (Finteractive): Document new ^ spec.
16549 (Fcall_interactively): Call handle-shift-selection if the ^ spec
16550 is present.
16551
16552 * keyboard.c (Vthis_command_keys_shift_translated): New var.
16553 (command_loop_1): Avoid running the direct display versions of
16554 forward-char and backward-char if shift-selection may occur.
16555 (read_key_sequence): Set Vthis_command_keys_shift_translated if
16556 shift-translation takes place.
16557
16558 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
16559 avoid clobbering by define-minor-mode.
16560
16561 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
16562 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
16563
16564 * syntax.c (Fforward_word): Add ^ interactive spec.
16565
16566 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
16567 (Fscroll_right): Add ^ interactive spec.
16568
16569 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16570
16571 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
16572
16573 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
16574
16575 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
16576
16577 2008-03-31 Juri Linkov <juri@jurta.org>
16578
16579 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
16580
16581 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
16582
16583 * gtkutil.c (xg_set_geometry): Fix indentation.
16584 (xg_resize_outer_widget): Remove.
16585 (x_wm_size_hint_off): Fix indentation.
16586 (xg_frame_set_char_size): Call flush_and_sync after
16587 gtk_window_resize.
16588 (x_wm_set_size_hint): Pass NULL as geometry window to
16589 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
16590 Add menu bar and tool bar height to base height.
16591 (xg_update_frame_menubar, free_frame_menubar)
16592 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
16593 (update_frame_tool_bar, free_frame_tool_bar):
16594 Change xg_resize_outer_widget to xg_frame_set_char_size.
16595
16596 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
16597
16598 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
16599 (Fdbus_call_method): New parameter TIMEOUT.
16600 (dbus-send-signal): Optimize UNGCPRO call.
16601
16602 2008-03-29 Juri Linkov <juri@jurta.org>
16603
16604 * window.c (Fdisplay_buffer): Move call to
16605 Vsplit_window_preferred_function out of conditions that check
16606 if window is eligible for vertical splitting.
16607 When Vsplit_window_preferred_function is non-nil, call it and use
16608 its non-nil return value as window. Otherwise, continue doing
16609 vertical splitting using Fsplit_window with arg horflag=nil.
16610 (syms_of_window) <Vsplit_window_preferred_function>: Change the
16611 default value from `split-window' to nil.
16612
16613 2008-03-29 Juri Linkov <juri@jurta.org>
16614
16615 * callint.c (Fcall_interactively): Revert 2008-03-16 change
16616 for interactive code letters 'b' and 'B'.
16617
16618 2008-03-29 Eli Zaretskii <eliz@gnu.org>
16619
16620 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
16621 multibyte string.
16622
16623 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16624
16625 * keyboard.c (pending_funcalls): New var.
16626 (timer_check): Run it.
16627 (syms_of_keyboard): Initialize it.
16628 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
16629 (Vdelete_terminal_functions): New vars.
16630 (syms_of_terminal): Initialize them.
16631 (Fdelete_terminal): Run delete-terminal-functions.
16632 * xdisp.c (safe_eval): Rewrite.
16633 (safe_call2): New fun.
16634 * frame.c (Qdelete_frame_functions): New var.
16635 (syms_of_frame): Initialize it.
16636 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
16637 * lisp.h (safe_call2, pending_funcalls): Declare.
16638
16639 2008-03-28 Andreas Schwab <schwab@suse.de>
16640
16641 * indent.c (Fmove_to_column): Move declaration before statements.
16642
16643 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16644
16645 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
16646 (struct frame): Use bit fields for boolean vars.
16647
16648 * process.c (server_accept_connection): Simplify naming.
16649 (emacs_get_tty_pgrp): Use SDATA.
16650
16651 * coding.c (decode_coding_object): Fix last change.
16652
16653 2008-03-27 Jason Rumney <jasonr@gnu.org>
16654
16655 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
16656
16657 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
16658
16659 * charset.c (Fdefine_charset_internal): Change the way of
16660 registering charsets in Vcharset_order_list.
16661 (syms_of_charset): Make the charset `eight-bit' supplementary.
16662
16663 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
16664
16665 * regex.c (EXTEND_BUFFER): Change order of pointer addition
16666 operations, to avoid having the difference between pointers
16667 overflow.
16668
16669 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16670
16671 * indent.c (check_display_width): New fun.
16672 (scan_for_column): Use it.
16673
16674 * data.c (syms_of_data): Mark most-positive-fixnum and
16675 most-negative-fixnum as constants.
16676
16677 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
16678
16679 * indent.c (scan_for_column): Extract from current_column_1.
16680 Merge with the same code from Fmove_to_column.
16681 (current_column_1, Fmove_to_column): Use it.
16682
16683 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16684
16685 * keymap.c (map_keymap_internal): New fun.
16686 (map_keymap): Use it.
16687 (Fmap_keymap_internal): New fun.
16688 (Fmap_keymap): Remove left-out test from before make_save_value.
16689
16690 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
16691
16692 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
16693 Use XCAR/XCDR.
16694
16695 * process.h (struct Lisp_Process): Remove filter_multibyte.
16696 * process.c (QCfilter_multibyte): Remove.
16697 (setup_process_coding_systems): Don't use filter_multibyte.
16698 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
16699 (read_process_output): Don't adjust multibyteness to filter_multibyte.
16700 (Fset_process_filter_multibyte): Change the coding-system to
16701 approximate the previous behavior.
16702 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
16703 coding-system.
16704
16705 * coding.c (decode_coding_object): When not decoding into a buffer,
16706 obey the coding system's preference of (uni|multi)byte.
16707
16708 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16709
16710 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
16711 every char is changed and has a different byte-length.
16712 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
16713 Fix int -> EMACS_INT.
16714
16715 2008-03-23 David Hansen <david.hansen@gmx.net>
16716
16717 * dbusbind.c (xd_read_message): Remove extra copying of message
16718 strings. Check for NULL `interface' or `member'.
16719
16720 2008-03-22 Eli Zaretskii <eliz@gnu.org>
16721
16722 * w32.c (readdir): If FindFirstFile/FindNextFile return in
16723 cFileName a file name that includes `?' characters, use the 8+3
16724 alias in cAlternateFileName instead.
16725
16726 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16727
16728 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
16729
16730 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16731
16732 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
16733 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
16734 work on current_buffer only instead (that was already the case
16735 for some of the code anyway).
16736 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
16737 (temp_set_point, temp_set_point_both): Use EMACS_INT.
16738 (SET_PT, SET_PT_BOTH): Adjust.
16739 * intervals.h (set_point, temp_set_point, set_point_both)
16740 (temp_set_point_both): Remove redundant declarations.
16741
16742 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16743
16744 * fileio.c (Finsert_file_contents):
16745 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
16746 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
16747 when buffer != current_buffer anyway.
16748
16749 2008-03-20 Andreas Schwab <schwab@suse.de>
16750
16751 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
16752 as default.
16753
16754 2008-03-19 Jason Rumney <jasonr@gnu.org>
16755
16756 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
16757 (syms_of_w32fns): Initialize them.
16758 (HOURGLASS_ID): New constant.
16759 (x_window_to_frame): Don't check hourglass_window.
16760 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
16761 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
16762 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
16763 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
16764 Only change the cursor if hourglass is not active.
16765 (Fx_create_frame): Initialize frame's current_cursor.
16766 (hourglass_atimer): Remove.
16767 (hourglass_started): New function.
16768 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
16769 (show_hourglass): Adapt to w32, changing argument to frame.
16770
16771 * w32term.h (struct w32_output): Remove hourglass_window.
16772 Add current_cursor.
16773
16774 * eval.c (call_debugger, Fsignal):
16775 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
16776 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
16777 (Fexecute_extended_command, cancel_hourglass_unwind):
16778 * minibuf.c (read_minibuf):
16779 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
16780
16781 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16782
16783 * window.c (run_funs): New fun.
16784 (run_window_configuration_change_hook): Use it to run the buffer-local
16785 and the global part of the hook.
16786
16787 * xdisp.c (format_mode_line_unwind_data): Add window argument.
16788 (unwind_format_mode_line): Restore selected window.
16789 (x_consider_frame_title, Fformat_mode_line): Set selected window.
16790
16791 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16792
16793 * editfns.c (Fchar_equal): Check they are valid characters.
16794
16795 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
16796
16797 2008-03-17 Andreas Schwab <schwab@suse.de>
16798
16799 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
16800 against a charset.
16801
16802 * lisp.h (Fbuffer_list): Declare.
16803
16804 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
16805
16806 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
16807 handlebox_widget is != 0.
16808
16809 2008-03-16 Juri Linkov <juri@jurta.org>
16810
16811 * callint.c (Fcall_interactively): For interactive code letters
16812 'b' and 'B' put the buffer list into the list of default "future"
16813 values of the minibuffer.
16814
16815 2008-03-16 Andreas Schwab <schwab@suse.de>
16816
16817 * keyboard.c (read_key_sequence): Fix downcasing of letters with
16818 modifiers.
16819
16820 * regex.c (re_match_2_internal): Correct matching of a charset
16821 against latin-1 characters.
16822
16823 2008-03-16 Kenichi Handa <handa@m17n.org>
16824
16825 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
16826 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
16827 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
16828 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
16829 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
16830 CHAR_STRING_ADVANCE.
16831 (produce_chars): Fix for the case that the source and the
16832 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
16833 instead of CHAR_STRING_ADVANCE.
16834 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
16835 STRING_CHAR_ADVANCE.
16836
16837 2008-03-15 Andreas Schwab <schwab@suse.de>
16838
16839 * regex.c (re_match_2_internal): Correct matching of eight bit
16840 characters in unibyte strings.
16841
16842 2008-03-15 Martin Rudalics <rudalics@gmx.at>
16843
16844 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
16845 at end of range when it coincides with the end of the buffer.
16846
16847 2008-03-14 Eli Zaretskii <eliz@gnu.org>
16848
16849 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
16850
16851 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
16852
16853 2008-03-14 Jason Rumney <jasonr@gnu.org>
16854
16855 * editfns.c (initial_tz): New variable.
16856 (syms_of_editfns): Initialize it.
16857 (Fset_time_zone_rule): Set it when first called.
16858 Use it when TZSTRING is nil.
16859
16860 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
16861 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
16862 (monitor_from_point_fn, get_monitor_info_fn): New globals.
16863 (globals_of_w32fns): Initialize them.
16864 (compute_tip_xy): Use them to position tooltips.
16865
16866 2008-03-14 Glenn Morris <rgm@gnu.org>
16867
16868 * emacs.c (main): Revert previous change.
16869 (standard_args): Revert -internal-script back to -scriptload,
16870 and remove the long-option form.
16871
16872 2008-03-13 Glenn Morris <rgm@gnu.org>
16873
16874 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
16875 Remove option -enable-font-backend.
16876
16877 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16878
16879 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
16880
16881 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
16882
16883 * xterm.c (x_connection_closed): For GTK: If this is the last
16884 terminal just exit without closing the display.
16885
16886 2008-03-11 Jason Rumney <jasonr@gnu.org>
16887
16888 * w32font.c (w32font_full_name): Use floor to round.
16889
16890 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
16891
16892 * sound.c (alsa_configure): Declare vol at beginning of block.
16893
16894 * fontset.c (Ffontset_info): Remove extra semicolon.
16895
16896 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16897
16898 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
16899 size of resulting string.
16900
16901 2008-03-10 Jason Rumney <jasonr@gnu.org>
16902
16903 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
16904
16905 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16906
16907 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
16908 Don't pretend as if characters with display property haven't been
16909 consumed for string-replacing-string case.
16910
16911 2008-03-08 Kim F. Storm <storm@cua.dk>
16912
16913 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
16914 (get_next_display_element, next_element_from_string)
16915 (next_element_from_ellipsis, next_element_from_buffer): Use it.
16916
16917 2008-03-08 Andreas Schwab <schwab@suse.de>
16918
16919 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
16920
16921 2008-03-06 Jason Rumney <jasonr@gnu.org>
16922
16923 * w32font.c (w32_registry): Take font_type argument. Use ANSI
16924 when charset not specified. Only translate ANSI to unicode when
16925 font_type is truetype.
16926 (w32font_coverage_ok): New function.
16927 (add_font_entity_to_list): Use it to filter unsuitable fonts.
16928
16929 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
16930
16931 * lread.c (Fread_char): Resolve modifiers.
16932 (Fread_char_exclusive): Likewise.
16933
16934 * character.c (char_resolve_modifier_mask): New function.
16935 (char_string): Use char_resolve_modifier_mask.
16936 (Fchar_resolve_modifiers): New function.
16937 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
16938 function.
16939
16940 2008-03-04 Jason Rumney <jasonr@gnu.org>
16941
16942 * makefile.w32-in: Always include w32font.c in the build.
16943 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
16944
16945 2008-03-04 Andreas Schwab <schwab@suse.de>
16946
16947 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
16948 (versionclean): Likewise.
16949
16950 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
16951
16952 * .cvsignore: Add oo.
16953
16954 2008-03-03 Andreas Schwab <schwab@suse.de>
16955
16956 * coding.c (decode_coding_object): Inhibit gap shrinking while
16957 decoding in place.
16958
16959 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
16960
16961 * w32term.c: Remove unused include "gnu.h".
16962 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
16963
16964 * gnu.h: Rename to ...
16965 * emacs-icon.h: ... this.
16966 * xterm.c: Use emacs-icon.h instead of gnu.h.
16967 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
16968
16969 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
16970
16971 * w32font.c: Include math.h.
16972
16973 2008-03-03 Jason Rumney <jasonr@gnu.org>
16974
16975 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
16976 Compute options separately.
16977 (w32font_open_internal): Set glyph_idx before caching metrics.
16978
16979 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
16980 Define if system headers don't.
16981 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
16982 (w32font_encode_char): Don't declare here.
16983
16984 * w32font.c (Quniscribe, QCformat): New symbols.
16985 (syms_of_w32font): Define them.
16986 (w32font_has_char): Indicate uncertainty.
16987 (w32font_encode_char): Encode as glyph point. Make static.
16988 (recompute_cached_metrics): New function.
16989 (w32font_open_internal): Use it. Set font to use glyph points
16990 initially. Set format based on type of font.
16991 (w32font_text_extents, w32font_draw): Optionally use glyph points.
16992 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
16993 on it. Set format based on information available here.
16994 (add_font_entity_to_list): Identify backend based on opentype_only.
16995
16996 2008-03-02 Andreas Schwab <schwab@suse.de>
16997
16998 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
16999
17000 * coding.c (decode_coding_big5, produce_chars):
17001 Fix typos in last change.
17002
17003 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
17004
17005 * gnu.h: New icon.
17006
17007 2008-03-02 Kenichi Handa <handa@m17n.org>
17008
17009 * coding.c (decode_coding_utf_8): When eol-type of CODING is
17010 `dos', don't decode '\r' if that is the last in the source.
17011 (decode_coding_utf_16, decode_coding_emacs_mule)
17012 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
17013 (decode_coding_raw_text, decode_coding_charset): Likewise.
17014 (produce_chars): Don't decode EOL here. Use EMACS_INT.
17015
17016 2008-03-01 Jason Rumney <jasonr@gnu.org>
17017
17018 * w32font.c (w32font_full_name): Report point size for scalable fonts.
17019
17020 2008-03-01 Kim F. Storm <storm@cua.dk>
17021
17022 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
17023
17024 2008-03-01 Jason Rumney <jasonr@gnu.org>
17025
17026 * w32font.c (w32font_full_name): New function.
17027 (w32font_open_internal): Use it.
17028
17029 2008-03-01 Kim F. Storm <storm@cua.dk>
17030
17031 * dispnew.c (line_draw_cost): Fix invalid glyph check.
17032
17033 2008-03-01 Jason Rumney <jasonr@gnu.org>
17034
17035 * font.c (font_unparse_fcname): Increase len when style is a symbol.
17036
17037 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
17038
17039 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
17040 xg_frame_resized when the event is for the edit widget.
17041
17042 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
17043
17044 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
17045 set_char_size.
17046 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
17047 operations on widgets here. Just set frame size if needed.
17048 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
17049 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
17050 (x_wm_set_size_hint): Set size hints on the edit widget only, not
17051 the whole frame.
17052 (xg_create_tool_bar): Move attachment of the tool bar to
17053 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
17054 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
17055
17056 2008-03-01 Jason Rumney <jasonr@gnu.org>
17057
17058 * w32fns.c (w32_msg_pump): Disable debug code.
17059
17060 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17061
17062 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
17063
17064 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
17065
17066 * xdisp.c (next_overlay_string): Don't set
17067 overlay_strings_at_end_processed_p if we're currently reading from
17068 a display string.
17069
17070 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
17071
17072 * xdisp.c (get_overlay_strings_1): Fix typo.
17073
17074 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
17075
17076 * xdisp.c (get_overlay_strings_1): Add missing argument type.
17077
17078 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
17079
17080 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
17081
17082 * xdisp.c (display_mode_element): Cancel the previous change.
17083 (decode_mode_spec): Likewise.
17084 (handle_auto_composed_prop): Don't make composition if it->string
17085 is a string.
17086
17087 2008-02-27 Kim F. Storm <storm@cua.dk>
17088
17089 * lisp.h (GLYPH): Change type from int to struct with separate char
17090 and face_id members.
17091 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
17092 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
17093 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
17094 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
17095 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
17096 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
17097 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
17098 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
17099 handle new Lisp glyph code encoding, either an integer or a cons.
17100
17101 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
17102 (GLYPH_ALIAS): Delete.
17103 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
17104 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
17105 (GLYPH_FROM_CHAR): Replace macro by ...
17106 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
17107
17108 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
17109 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
17110 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
17111 (GLYPH_INVALID_P): New macro.
17112 (spec_glyph_lookup_face): Update prototype.
17113
17114 * dispnew.c (line_draw_cost): Adapt to new glyph type.
17115 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
17116 new glyph code encoding.
17117 (spec_glyph_lookup_face): No return value; update passed glyph instead.
17118 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
17119
17120 * xdisp.c (get_next_display_element, next_element_from_display_vector):
17121 Adapt to new glyph type and new glyph code encoding.
17122
17123 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
17124
17125 * indent.c (current_column, current_column_1, Fmove_to_column)
17126 (compute_motion): Adapt to new glyph code encoding.
17127
17128 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
17129
17130 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
17131
17132 * process.c (wait_reading_process_output): Check for window
17133 changes caused by timers.
17134 Suggested by Johan Bockgård.
17135
17136 2008-02-27 Glenn Morris <rgm@gnu.org>
17137
17138 * emacs.c (USAGE1): Add `--disable-font-backend'.
17139
17140 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
17141
17142 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
17143 is made to the buffer.
17144
17145 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17146
17147 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
17148 (face_at_string_position):
17149 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
17150 (face_at_string_position):
17151 * xdisp.c (display_string, next_overlay_change):
17152 * buffer.h (overlays_at):
17153 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
17154 Update callers.
17155
17156 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
17157
17158 * editfns.c (Fformat): Doc fix.
17159
17160 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
17161
17162 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
17163 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
17164 (Ffont_otf_alternates, Fquery_font): Doc fixes.
17165
17166 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17167
17168 * buffer.c (Fbuffer_swap_text): New function.
17169 (syms_of_buffer): Defsubr it.
17170
17171 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
17172
17173 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
17174
17175 2008-02-25 Jason Rumney <jasonr@gnu.org>
17176
17177 * w32font.c (w32font_draw): Draw one character at a time when padding.
17178
17179 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17180
17181 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
17182 Handle a nil arg. Use run_window_configuration_change_hook.
17183 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
17184 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
17185 Use run_window_configuration_change_hook.
17186
17187 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
17188
17189 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
17190 1-pixel width.
17191
17192 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
17193
17194 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
17195 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
17196 if the glyph in the font is zero pixel with.
17197
17198 * dispextern.h (struct glyph_string): New member padding_p.
17199
17200 * w32font.c (w32font_draw): Pay attention to s->padding_p.
17201
17202 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
17203
17204 * xfont.c (xfont_draw): Pay attention to s->padding_p.
17205
17206 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
17207
17208 * font.c: If the font driver doesn't have `shape' function, return Qnil.
17209
17210 2008-02-25 Jason Rumney <jasonr@gnu.org>
17211
17212 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
17213
17214 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17215
17216 Allow fine-grained image-cache flushing.
17217 * dispextern.h (struct image): Add `dependencies' field.
17218 (clear_image_caches): Change arg to Lisp_Object.
17219 * image.c (make_image): Initialize `dependencies' field.
17220 (clear_image_cache): Change arg to allow fine-grained flushing.
17221 Perform the flush even if image-cache-eviction-delay is nil.
17222 (clear_image_caches): Change arg to Lisp_Object.
17223 (Fclear_image_cache): Expand meaning of the argument.
17224 (mark_image): Mark `dependencies' field.
17225 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
17226 (lface_hash): Use XHASH rather than XFASTINT.
17227 (face_at_buffer_position): Fix int -> EMACS_INT position.
17228 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
17229 (select_frame_for_redisplay): Remove code duplication.
17230 (redisplay_internal): Adapt arg to call to clear_image_caches.
17231
17232 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17233
17234 * s/vms4-0.h:
17235 * s/vms4-2.h:
17236 * s/vms4-4.h:
17237 * s/vms5-5.h: Remove, unused.
17238
17239 * s/irix5-2.h:
17240 * s/irix6-0.h:
17241 * s/riscos5.h:
17242 * s/mach-bsd4-3.h:
17243 * m/mips4.h: Remove files for obsolete systems.
17244
17245 * Makefile.in:
17246 * filelock.c:
17247 * unexmips.c:
17248 * m/hp9000s300.h:
17249 * m/iris4d.h:
17250 * s/aix3-1.h:
17251 * s/hpux.h:
17252 * s/msdos.h:
17253 * s/usg5-0.h:
17254 * s/usg5-2-2.h:
17255 * s/usg5-2.h:
17256 * s/usg5-3.h: Remove references to obsolete variables.
17257
17258 * s/irix5-0.h: Remove, move all the contents ...
17259 * s/irix6-5.h: ... here. Simplify.
17260 * config.in: Regenerate.
17261
17262 2008-02-24 Jason Rumney <jasonr@gnu.org>
17263
17264 * w32term.c (x_draw_glyph_string_background): Clear the background
17265 manually when cleartype is in use.
17266 (x_draw_glyph_string_foreground): Draw text transparently when
17267 cleartype is in use.
17268
17269 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
17270 a font into it unless we have to.
17271
17272 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
17273
17274 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
17275 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
17276
17277 2008-02-18 Jason Rumney <jasonr@gnu.org>
17278
17279 * w32fns.c (Fw32_shell_execute): Encode parameters.
17280
17281 2008-02-09 Eli Zaretskii <eliz@gnu.org>
17282
17283 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
17284
17285 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
17286
17287 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
17288
17289 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
17290
17291 * xterm.c (x_set_offset): Don't change the gravity if
17292 CHANGE_GRAVITY is -1.
17293
17294 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
17295
17296 * fileio.c (auto_save_error_occurred): New var.
17297 (auto_save_error): Set it.
17298 (Fdo_auto_save): Don't overwrite the error message if an auto-save
17299 error occurred.
17300
17301 2008-02-23 Eli Zaretskii <eliz@gnu.org>
17302
17303 * w32.c (globals_of_w32): Add initializations for
17304 g_b_init_get_sid_sub_authority and
17305 g_b_init_get_sid_sub_authority_count.
17306
17307 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
17308
17309 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
17310 (font_parse_xlfd): Use them for sanity check.
17311 (Finternal_set_font_style_table): Make sure the table is bijective.
17312
17313 Consolidate the image_cache to the terminal struct.
17314 * termhooks.h (P_): Remove redundant def.
17315 (struct terminal): New field `image_cache'.
17316 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
17317 of FRAME_X_IMAGE_CACHE.
17318 * xterm.h (struct x_display_info): Remove image_cache field.
17319 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
17320 * w32term.h (struct w32_display_info): Remove image_cache field.
17321 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
17322 * macterm.h (struct mac_display_info): Remove image_cache field.
17323 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
17324 * xterm.c (x_term_init):
17325 * w32term.c (w32_term_init):
17326 * macterm.c (mac_term_init): Set the image_cache in the terminal.
17327 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
17328 Remove declarations.
17329 (clear_image_caches, mark_image_cache): New declarations.
17330 * xfaces.c (clear_face_cache):
17331 * xdisp.c (redisplay_internal): Use clear_image_caches.
17332 * image.c (clear_image_cache): Don't check that a frame is on
17333 a window-system before checking if it shares the same cache.
17334 (clear_image_caches): New function.
17335 (Fclear_image_cache): Use it.
17336 (mark_image): Move from allo.c.
17337 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
17338 * alloc.c (mark_image, mark_image_cache): Move to image.c.
17339 (mark_object): Don't call mark_image_cache for frames.
17340 (mark_terminals): Call mark_image_cache.
17341
17342 * lisp.h (Fdelete_terminal): Declare.
17343
17344 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
17345 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
17346 wrong_type_argument.
17347
17348 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
17349
17350 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
17351 malayalam.el, and tamil.el. Add sinhala.el.
17352
17353 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
17354
17355 * xterm.c (x_connection_closed): Consolidate identical tests.
17356 (x_delete_terminal): Don't crash if called via x_connection_closed.
17357
17358 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
17359
17360 * xdisp.c (decode_mode_spec): New arg string.
17361 (display_mode_element): Adjust for the above change.
17362
17363 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
17364
17365 * callint.c (Fcall_interactively): Use AREF.
17366
17367 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
17368
17369 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
17370
17371 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
17372
17373 * xfns.c (Fx_show_tip): Set string to " " if empty.
17374
17375 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
17376
17377 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
17378 with Qt.
17379
17380 2008-02-17 Kenichi Handa <handa@m17n.org>
17381
17382 * ftfont.c (ftfont_shape): Return Lispy number.
17383
17384 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
17385 for GCs.
17386 (Finternal_set_font_selection_order): Call font_update_sort_order
17387 only when enable_font_backend is set.
17388 (realize_x_face): Set face->font_info to that of default face only
17389 when enable_font_backend is set.
17390
17391 * xdisp.c (handle_composition_prop): Set it->c to the fist
17392 character of the composed region.
17393 (fill_composite_glyph_string): Set base_face->font_info to
17394 s->font_info. Get a face for ascii from base_face->ascii_face.
17395 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
17396 with a face already decided.
17397 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
17398 non-negative.
17399 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
17400 call font_prepare_composition unconditionally.
17401
17402 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
17403
17404 * xterm.h (struct x_display_info): New member font.
17405
17406 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
17407 (x_set_mouse_face_gc, x_new_font): Likewise.
17408 (x_term_init): Setup display_info->font.
17409 (x_delete_terminal): Free display_info->font.
17410
17411 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
17412
17413 * ftxfont.c (ftxfont_default_fid): Delete it.
17414 (ftxfont_open): Set xfont->fid to 0.
17415 (ftxfont_end_for_frame): Clear data specific to the frame and the
17416 font-driver.
17417
17418 * xftfont.c (xftfont_default_fid): Delete it.
17419 (xftfont_open): Set xfont->fid to 0.
17420
17421 * fontset.c (FONTSET_OBJLIST): New macro.
17422 (fontset_find_font): Update font-object list of the fontset.
17423 (free_realized_fontset): New function.
17424 (free_face_fontset): Call free_realized_fontset.
17425 (Ffont_info): Call font_close_object only when enable_font_backend
17426 is set.
17427
17428 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
17429 [HAVE_NTGUI]: Include w32term.h.
17430 [MAC_OS]: Include macterm.ch.
17431 (font_otf_ValueRecord): Use make_number.
17432 (font_finish_cache): Fix handling of reference count.
17433 (font_clear_cache): Update num_fonts.
17434 (font_open_entity): Update smallest_char_width and
17435 smallest_font_height of the frame.
17436 (font_close_object): Update num_fonts.
17437 (Fclear_font_cache): Fix finding the target cache data.
17438
17439 2008-02-16 Glenn Morris <rgm@gnu.org>
17440
17441 * fontset.c (Finternal_char_font): Fix compilation warning.
17442
17443 2008-02-16 Eli Zaretskii <eliz@gnu.org>
17444
17445 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
17446 instead of char arrays. Enlarge the size of array passed to
17447 get_token_information.
17448
17449 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
17450 warnings.
17451
17452 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
17453
17454 * .gdbinit: Don't set `args', it breaks gdb --args.
17455
17456 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
17457
17458 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
17459 within a narrowed buffer.
17460
17461 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
17462
17463 * coding.c (decode_coding_object, encode_coding_object):
17464 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
17465
17466 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
17467
17468 * coding.c (coding_set_destination): Use BEG_BYTE rather than
17469 hardcoding 1.
17470 (detect_coding_system):
17471 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
17472 (string_char_to_byte, string_byte_to_char, insert_from_gap):
17473 * insdel.c (insert_from_gap):
17474 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
17475 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
17476 (string_to_multibyte):
17477 * character.c (chars_in_text, multibyte_chars_in_text):
17478 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
17479
17480 * character.h (FETCH_STRING_CHAR_ADVANCE)
17481 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
17482 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
17483 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
17484
17485 * casefiddle.c (casify_region): Only call after-change and composition
17486 functions on the part of the region that was changed.
17487
17488 * keyboard.c (read_avail_input):
17489 * frame.c (Fdelete_frame): Call Fdelete_terminal.
17490
17491 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17492
17493 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
17494 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
17495
17496 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
17497
17498 * w32menu.c (push_submenu_start, push_submenu_end)
17499 (push_left_right_boundary, push_menu_pane, push_menu_item):
17500 * keyboard.c (read_key_sequence): Don't pass args with side effects
17501 to AREF, it fails when compiling with -DENABLE_CHECKING.
17502
17503 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
17504
17505 * Makefile.in (${lispsource}international/charprop.el):
17506 Delete this target.
17507
17508 * search.c (boyer_moore): Fix incorrect synching of the trunk and
17509 emacs-unicode-2.
17510
17511 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17512
17513 * terminal.c (Fdelete_terminal): Clean up the `force' path.
17514
17515 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17516
17517 * frame.c (Qnoelisp): New symbol.
17518 (syms_of_frame): Initialize it.
17519 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
17520 harmless Elisp code, from a strong `force' from x_connection_closed.
17521 * frame.h (Qnoelisp): Declare.
17522 * xterm.c (x_connection_closed): Pass `noelisp'.
17523
17524 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
17525 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
17526 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
17527 rather than `int' for the type of `type'.
17528
17529 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
17530
17531 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
17532
17533 * Makefile.in (GNUC): Remove support for gcc-1.x.
17534
17535 2008-02-10 Richard Stallman <rms@gnu.org>
17536
17537 * lisp.h (ASET): Use AREF, not ASLOT.
17538
17539 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17540
17541 * lisp.h (ASET): Check bounds.
17542
17543 2008-02-10 Glenn Morris <rgm@gnu.org>
17544
17545 * buffer.c (mode-name): Doc fix.
17546
17547 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
17548
17549 * Makefile.in:
17550 * emacs.c:
17551 * gmalloc.c:
17552 * keyboard.c:
17553 * lisp.h:
17554 * m/ibm370aix.h:
17555 * process.c:
17556 * regex.c:
17557 * s/hpux.h:
17558 * sysdep.c:
17559 * sysselect.h:
17560 * systty.h:
17561 * unexec.c:
17562 * w32term.c:
17563 * xsmfns.c:
17564 * xterm.c: Remove code that deals with obsolete variables.
17565
17566 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
17567
17568 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
17569 nothing else needs it anymore.
17570
17571 2008-02-09 Eli Zaretskii <eliz@gnu.org>
17572
17573 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
17574 instead of unibyte_char_to_multibyte.
17575
17576 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
17577
17578 * s/gnu-linux.h: Remove commented out code.
17579
17580 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
17581
17582 * Makefile.in: Update what RMS says about using autoconf.
17583 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
17584 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
17585 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
17586 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
17587
17588 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17589
17590 * keymap.c (Fkey_description): Move side effect outside of macro call.
17591
17592 * xfaces.c (Finternal_make_lisp_face):
17593 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
17594
17595 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
17596 (syms_of_fontset): Use ASET.
17597
17598 * fns.c (concat): Move side effect outside of macro call.
17599 (hash_clear): Use ASET.
17600
17601 2008-02-08 Richard Stallman <rms@gnu.org>
17602
17603 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
17604 If FORCE, and frame has a surrogate minibuffer for another frame,
17605 delete the other frame first.
17606
17607 2008-02-07 Timo Savola <timo.savola@iki.fi>
17608
17609 * xterm.c (x_detect_focus_change): Handle embed client message.
17610 (handle_one_xevent): Ditto.
17611 (handle_one_xevent): If embedded and we get a button press/release,
17612 request focus.
17613 (xembed_set_info, xembed_send_message): New functions.
17614 (x_make_frame_visible): Call xembed_set_info if embedded.
17615 (x_make_frame_invisible): Call xembed_set_info if embedded.
17616 (x_term_init): Initialize Xatom_XEMBED.
17617 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
17618 (x_iconify_frame): Ditto.
17619
17620 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
17621 (enum xembed_info, enum xembed_message, enum xembed_focus)
17622 (enum xembed_modifier, enum xembed_accelerator): New.
17623 (xembed_set_info, xembed_send_message): Declare.
17624 (FRAME_X_EMBEDDED_P): New.
17625
17626 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
17627 gtk_plug_new.
17628
17629 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
17630 window ID of a frame.
17631 (x_window): Reparent frame if embedded.
17632 (Fx_create_frame): Don't set border width if embedded.
17633
17634 * emacs.c (USAGE3): Add --parent-id.
17635 (standard_args): Ditto.
17636
17637 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
17638
17639 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
17640
17641 2008-02-07 Jim Meyering <meyering@redhat.com>
17642
17643 Use "do...while (0)", not "if (1)...else" in macro definitions.
17644 The latter provokes a warning from gcc about the empty else, when
17645 followed by ";". Also, without that trailing semicolon, it would
17646 silently swallow up any following statement.
17647 * syntax.h (SETUP_SYNTAX_TABLE)
17648 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
17649 * buffer.h (DECODE_POSITION): Likewise.
17650 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
17651 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
17652 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
17653 (FETCH_CHAR_ADVANCE): Likewise.
17654 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
17655
17656 2008-02-07 Jim Meyering <meyering@redhat.com>
17657
17658 * lread.c [lint]: Don't include <sys/inode.h>.
17659
17660 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
17661
17662 * xselect.c (x_handle_dnd_message):
17663 * xmenu.c (digest_single_submenu, xmenu_show):
17664 * xdisp.c (with_echo_area_buffer_unwind_data)
17665 (format_mode_line_unwind_data, unwind_format_mode_line)
17666 (display_menu_bar):
17667 * eval.c (Ffetch_bytecode):
17668 * doc.c (store_function_docstring):
17669 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
17670 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
17671 * buffer.c (add_overlay_mod_hooklist): Use ASET.
17672
17673 2008-02-07 Kenichi Handa <handa@m17n.org>
17674
17675 * ftxfont.c (ftxfont_open): Don't set
17676 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
17677
17678 * ftfont.c (ftfont_open): Fix previous change.
17679
17680 2008-02-06 Jason Rumney <jasonr@gnu.org>
17681
17682 * w32font.c (w32font_text_extents): Fill in lbearing metric.
17683 Use cached metrics for ASCII characters.
17684 (w32font_open_internal): Don't set font's owning_frame.
17685 Cache metrics for ASCII characters.
17686
17687 * w32font.h (struct w32font_info): Add ascii_metrics.
17688 Remove owning_frame.
17689
17690 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
17691
17692 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
17693 to negative value.
17694
17695 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
17696
17697 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
17698
17699 * charset.c (syms_of_charset): Set QCtest and Qeq.
17700
17701 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17702
17703 * process.c (Fstart_process):
17704 * callproc.c (Fcall_process): Handle the case where
17705 Funhandled_file_name_directory returns nil.
17706
17707 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
17708 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
17709 * font.c (check_gstring): Use them and AREF to access the vector before
17710 we know it's really a gstring.
17711 (Ffont_shape_text): Fix typo.
17712 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
17713
17714 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
17715 Declare.
17716
17717 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
17718
17719 2008-02-05 Jason Rumney <jasonr@gnu.org>
17720
17721 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
17722 Set smallest_font_height and smallest_char_width in display info.
17723
17724 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
17725
17726 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
17727
17728 2008-02-05 Miles Bader <miles@gnu.org>
17729
17730 * xfaces.c (get_lface_attributes, merge_named_face)
17731 (lookup_named_face, lookup_derived_face, realize_named_face):
17732 Revert 2008-02-01 change by cyd@stupidchicken.com.
17733
17734 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
17735
17736 * fontset.c (Ffontset_info): Handle the case of inhibitting the
17737 fallback fonts.
17738 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
17739
17740 2008-02-04 Jason Rumney <jasonr@gnu.org>
17741
17742 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
17743 set full_name.
17744 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
17745
17746 2008-02-03 Jason Rumney <jasonr@gnu.org>
17747
17748 * makefile.w32-in (OBJ1): Include font.o here.
17749 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
17750
17751 2008-02-02 Jason Rumney <jasonr@gnu.org>
17752
17753 * makefile.w32-in (temacs): Bump EMHEAP to 21.
17754
17755 2008-02-01 Jason Rumney <jasonr@gnu.org>
17756
17757 * s/cygwin.h: Define VIRT_ADDR_VARIES.
17758
17759 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
17760
17761 2008-02-01 Andreas Schwab <schwab@suse.de>
17762
17763 * Makefile.in (shortlisp, lisp): Update for rename of
17764 ../lisp/language/myanmar.el.
17765
17766 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
17767
17768 * xfaces.c (get_lface_attributes): Delete function.
17769 (merge_named_face, lookup_named_face, lookup_derived_face)
17770 (realize_named_face): Call lface_from_face_name directly, and use
17771 the fact that merge_face_vectors does not alter its FROM argument.
17772
17773 2008-02-01 Jason Rumney <jasonr@gnu.org>
17774
17775 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
17776 input in the default locale. Handle non-Unicode multibyte input.
17777
17778 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17779
17780 * fontset.c (reorder_font_vector): Exclude nil elements from the
17781 font group. Don't try multiple fonts.
17782 (fontset_font): Adjust for the above change.
17783 (Finternal_char_font): Return nil if the found font doesn't
17784 contain the character ch.
17785
17786 * Makefile.in (lisp, shortlisp): Add cham.el.
17787
17788 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17789
17790 * font.h (FONTP): Make it return 1 also for a font-object.
17791
17792 * .gdbinit (xfontset): New function.
17793
17794 * font.c (font_find_for_lface): Check if the character C is
17795 supported or not only for the first font.
17796
17797 * fontset.c (reorder_font_vector): Fix typo.
17798 (fontset_find_font): Don't add a font-spec specifying a script.
17799 Use 0 (not Qt) for the indication of empty font-group. Change the
17800 format of RFONT-DEF. Return Qt if no font in the font-group
17801 support the character.
17802 (fontset_font): Adjust for the above change. If no font was
17803 found the character, remember that.
17804 (face_for_char): Adjust for the change of RFONT-DEF.
17805 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
17806 no font for the target.
17807 (Finternal_char_font): Adjust for the change of RFONT-DEF.
17808
17809 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17810
17811 * font.c (font_load_for_face): Handle the case that the font in
17812 face->lface is a string.
17813
17814 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17815
17816 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
17817
17818 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17819
17820 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
17821 Fix previous change. If the frame is not on a window system,
17822 signal an error.
17823
17824 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17825
17826 * coding.c (decode_coding_object, encode_coding_object): Adjust
17827 marker positions after conversion.
17828
17829 * lisp.h (struct Lisp_Marker): New member need_adjustment.
17830
17831 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17832
17833 * font.c (font_find_for_lface): Fix the handling of the return
17834 value of font_has_char.
17835 (Ffont_shape_text): Fix previous change.
17836
17837 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
17838 (fontset_ref_and_range): Delete it.
17839 (fontset_find_font): Call char_table_ref_and_range instead of
17840 FONTSET_REF_AND_RANGE.
17841 (make_fontset): Don't setup font groups of Latin here.
17842 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
17843 (new_fontset_from_font): Make the specified font the default for
17844 all Latin characters.
17845
17846 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17847
17848 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
17849 is on a window system before accessing the fontset of the frame.
17850
17851 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17852
17853 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
17854
17855 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
17856 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
17857
17858 * font.c (Ffont_shape_text): If the font driver doesn't have a
17859 shaper function, make zero-width glyphs to have at least one-pixel
17860 width. Fix setting of `to' field of glyphs.
17861
17862 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17863
17864 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
17865 glyphs.
17866
17867 * font.h (struct font_driver): Improve docstring of member `shape'.
17868
17869 2008-02-01 Kenichi Handa <handa@m17n.org>
17870
17871 * composite.c (syms_of_composite): Fix docstring of
17872 auto-composition-function.
17873
17874 * font.h (LGLYPH_SIZE): New macro.
17875
17876 * font.c (Ffont_fill_gstring): Stop filling when a character not
17877 supported by the font is found.
17878 (Ffont_shape_text): When a shape callback function returns nil,
17879 try at most two more times with larger gstring.
17880 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
17881
17882 * xdisp.c (handle_auto_composed_prop): Change the argument to
17883 auto-composition-function.
17884
17885 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
17886 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
17887 Lispy glyph and store it in the lgstring.
17888
17889 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
17890
17891 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
17892
17893 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17894
17895 * font.c (Ffont_shape_text): Avoid unnecessary composition.
17896
17897 * fontset.c (Vfont_encoding_charset_alist): New variable.
17898 (syms_of_fontset): DEFVAR it.
17899 (reorder_font_vector, fontset_find_font): Optimize for the case of
17900 no need of reordering.
17901 (face_for_char): Map the charset property by
17902 Vfont_encoding_charset_alist.
17903
17904 2008-02-01 Jason Rumney <jasonr@gnu.org>
17905
17906 * w32font.c (logfonts_match): Don't check adstyle here.
17907 (font_matches_spec): Check here against physical font instead.
17908 (add_font_entity_to_list): Avoid some substitutions.
17909
17910 * font.c (font_parse_fcname): Default weight and slant to normal.
17911 (font_score): Prefer normal fonts if weight or slant unspecified.
17912 (font_score) [WINDOWSNT]: Scale weight difference down to closer
17913 match freetype scores.
17914
17915 2008-02-01 Jason Rumney <jasonr@gnu.org>
17916
17917 * w32font.c (w32font_text_extents): Don't use the frame stored in the
17918 font, as it may have been deleted.
17919 (w32_enumfont_pattern_entity): Map generic family to adstyle using
17920 most common hyphenless variation.
17921 (logfonts_match): Check generic family.
17922 (font_matches_spec): Don't check generic family here.
17923 (fill_in_logfont): Set generic family based on adstyle.
17924
17925 * w32font.h (w32font_get_cache): Update declaration.
17926
17927 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17928
17929 * ftfont.c (ftfont_get_cache): Adjust the argument type.
17930
17931 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
17932 If none of the new drivers are available, call font_update_drivers
17933 with the old drivers.
17934
17935 * w32font.c (w32font_get_cache): Adjust the argument type.
17936
17937 * xfont.c (xfont_get_cache): Adjust the argument type.
17938
17939 * font.h (struct font_driver): Change argument type of get_cache.
17940
17941 * xftfont.c (xftfont_start_for_frame): Delete prototype.
17942
17943 * font.c (Ffont_get): Fix arguments to Fassoc.
17944 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
17945 (font_clear_cache): New function.
17946 (font_list_entities, font_matching_entity): Use font_get_cache.
17947 (font_update_drivers): Call font_clear_cache when finishing a driver.
17948
17949 * fontset.c (fontset_find_font): Fix previous change.
17950
17951 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17952
17953 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
17954 dpyinfo->font_table.
17955 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
17956 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
17957
17958 * font.c (font_at): Handle the case that the arg C is negative.
17959 Handle the unibyte case.
17960 (Ffont_at): Call font_at with the arg C -1.
17961
17962 * xdisp.c (handle_auto_composed_prop): Don't get a character at
17963 the position here, and call font_at with the arg C -1.
17964 Don't check the range of the existing composition at the point.
17965
17966 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17967
17968 * fontset.c (fontset_add): New args charset_id and family.
17969 Change caller.
17970 (load_font_get_repertory, fontset_find_font): Assume that
17971 font_spec is always a font-spec object.
17972 (Fset_fontset_font): Always store a font-spec object in a fontset.
17973
17974 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
17975 instead of get_property_and_range.
17976
17977 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17978
17979 * xftfont.c (struct xftfont_info): Delete the member ft_face.
17980 (xftfont_open): Don't keep locking face.
17981 (xftfont_close): Don't unlock face.
17982 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
17983
17984 * fontset.c (fontset_find_font): Don't prefer a font of
17985 supplementary charset.
17986
17987 2008-02-01 Kenichi Handa <handa@m17n.org>
17988
17989 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
17990 script, langsys_tag to langsys, new member script.
17991 (OTF_TAG_STR): Terminate by '\0'.
17992 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
17993 listing to the script specified in that property. Fix arg to
17994 OTF_check_features.
17995
17996 2008-02-01 Jason Rumney <jasonr@gnu.org>
17997
17998 * w32font.h: New file.
17999
18000 * w32font.c: Include it.
18001 (struct w32font_info): Add owning_frame field. Move to w32font.h.
18002 (w32font_open): Set owning_frame.
18003 (w32font_text_extents): Use owning_frame.
18004 (struct font_callback_data): Add opentype_only field.
18005 (add_font_entity_to_list): Use it to filter fonts.
18006 Don't check against full name.
18007 (w32font_list_internal): New function.
18008 (w32font_list): Use it.
18009 (w32font_match_internal): New function.
18010 (w32font_match): Use it.
18011 (w32font_open_internal): New function.
18012 (w32font_open): Use it.
18013 (w32font_get_cache, w32font_close, w32font_has_char)
18014 (w32font_encode_char, w32font_text_extents, w32font_draw):
18015 Make non-static.
18016
18017 * makefile.w32-in (w32font.o): Depend on w32font.h.
18018
18019 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18020
18021 * charset.c (Fdefine_charset_internal): Record a supplementary
18022 charset at the tail of Vcharset_order_list.
18023
18024 * font.c (Ffont_shape_text): Fix the return value.
18025
18026 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
18027
18028 * xdisp.c (handle_auto_composed_prop): Fix previous change.
18029
18030 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18031
18032 * ftfont.c (struct OpenTypeSpec): New struct.
18033 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
18034 (ftfont_get_open_type_spec): New function.
18035 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
18036
18037 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
18038
18039 2008-02-01 Jason Rumney <jasonr@gnu.org>
18040
18041 * w32font.c (add_font_entity_to_list): Compare only the beginning
18042 of full name.
18043
18044 2008-02-01 Kenichi Handa <handa@m17n.org>
18045
18046 * xdisp.c (handle_auto_composed_prop): Simplify the code.
18047 Never return HANDLED_RECOMPUTE_PROPS.
18048
18049 2008-02-01 Kenichi Handa <handa@m17n.org>
18050
18051 * font.c (font_gstring_produce): Delete it.
18052
18053 * composite.h (COMPOSITION_METHOD):
18054 Handle COMPOSITION_WITH_GLYPH_STRING.
18055
18056 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18057
18058 * xfont.c (Qx): Delete.
18059 (syms_of_xfont): Don't initialize Qx.
18060
18061 * composite.h (enum composition_method):
18062 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
18063
18064 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18065
18066 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
18067 (choose_face_font): Accept new form of font-spec.
18068
18069 * frame.h (font_driver_list): Declare it unconditionally.
18070 (struct frame): Define members font_driver_list and font_data_list
18071 unconditionally.
18072
18073 * fontset.c: Include "font.h" unconditionally.
18074 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
18075 (Fset_fontset_font): Accept a font-spec object.
18076
18077 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
18078 PIXEL_SIZE part a wild card.
18079
18080 * dispextern.h (struct glyph_string): Define members clip and
18081 num_clips unconditionally.
18082 (struct face): Define members font_info and extra unconditionally.
18083
18084 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
18085 ftfont_info only when HAVE_LIBOTF is defined.
18086
18087 2008-02-01 Andreas Schwab <schwab@suse.de>
18088
18089 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
18090 and end.
18091
18092 2008-02-01 Jason Rumney <jasonr@gnu.org>
18093
18094 * w32font.c (w32font_driver): Add new fields.
18095
18096 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18097
18098 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
18099 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
18100 (LIBES): Add @M17N_FLT_CFLAGS@.
18101
18102 * composite.c (compose_text): Don't treat the new style
18103 composition specially.
18104
18105 * emacs.c (main): Call syms_of_font unconditionally.
18106
18107 * font.h (FONT_ENTITY_NOT_LOADABLE)
18108 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
18109 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
18110 (struct font_driver): New member shape.
18111 (font_registry_charsets): Extern it.
18112 (font_find_for_lface, font_prepare_composition): Adjust prototype.
18113 (font_otf_capability, font_drive_otf): Delete their externs.
18114
18115 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
18116 (font_charset_alist, font_registry_charsets): Move from xfont.c
18117 and rename.
18118 (font_prop_validate_otf): New function.
18119 (font_property_table): Register it for QCotf.
18120 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
18121 (font_drive_otf): Delete.
18122 (font_prepare_composition): New arg F. Adjust for the change of
18123 lispy gstring.
18124 (font_find_for_lface): New arg C.
18125 (font_load_for_face): Adjust for the change of font_find_for_lface.
18126 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
18127 lispy gstring.
18128 (Ffont_shape_text): New function.
18129 (Fopen_font): If the font size is not given, use 12-pixel.
18130 (Ffont_at): New arg STRING.
18131 (syms_of_font): Initalize font_charset_alist.
18132 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
18133 conditionally.
18134
18135 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
18136 fonts of the same font-spec. Change the format of RFONT-DEF.
18137 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
18138 Adjust for the change of RFONT-DEF.
18139 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
18140
18141 * ftfont.h: New file.
18142
18143 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
18144 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
18145 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
18146 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
18147 font_otf_capability and font_drive_otf, set ftfont_shape.
18148 (ftfont_list): Adjust for the change of :otf property value.
18149 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
18150 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
18151 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
18152 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
18153 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
18154 (otf_gstring, gstring, m17n_flt_initialized): New variables.
18155
18156 * w32term.c (x_draw_composite_glyph_string_foreground):
18157 Adjust for the change of lispy gstring.
18158
18159 * xdisp.c (handle_composition_prop): Adjust for the change of
18160 lispy gstring. Call a function for auto-composition with the
18161 third arg it->window.
18162 (fill_composite_glyph_string): Adjust for the change of lispy string.
18163 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
18164
18165 * xfaces.c (set_font_frame_param): Adjust for the change of
18166 font_find_for_lface.
18167
18168 * xfont.c (x_font_charset_alist): Move to font.c and rename.
18169 (xfont_registry_charsets): Likewise. Change caller.
18170 (syms_of_xfont): Don't handle x_font_charset_alist.
18171
18172 * xftfont.c: Include "ftfont.h".
18173 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
18174 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
18175 (xftfont_close) [HAVE_LIBOTF]: Close otf.
18176 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
18177 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
18178 Set xftfont_driver.shape to xftfont_shape.
18179
18180 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
18181 the change of lispy gstring.
18182
18183 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18184
18185 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
18186
18187 2008-02-01 Jason Rumney <jasonr@gnu.org>
18188
18189 * w32font.c (w32font_draw): Fill background manually.
18190
18191 2008-02-01 Jason Rumney <jasonr@gnu.org>
18192
18193 * font.c (Qfontp): Remove unused symbol.
18194 (QCantialias): New symbol.
18195 (syms_of_font): Define it.
18196 (font_property_table): Set a validator for QCantialias.
18197
18198 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
18199 Define if not already.
18200 (QCfamily): Share with xfaces.c.
18201 (Qstandard, Qsubpixel, Qnatural): New symbols.
18202 (syms_of_w32font): Define them. Don't define QCfamily here.
18203 (w32_antialias_type, lispy_antialias_type): New functions.
18204 (w32_enumfont_pattern_entity): New arg requested_font.
18205 Set antialias parameter if non-default was requested.
18206 (fill_in_logfont): Fill in lfQuality if :antialias specified.
18207
18208 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18209
18210 * lread.c (read1): Undo the previous change.
18211
18212 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
18213
18214 * frame.c (Fdelete_frame): Call font_update_drivers only when
18215 USE_FONT_BACKEND is defined.
18216
18217 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18218
18219 * font.h (struct font_bitmap): New member bits_per_pixel.
18220 (struct font_driver): New members start_for_frame and end_for_frame.
18221 (struct font_data_list): New struct.
18222 (font_put_frame_data, font_get_frame_data): Extern them.
18223
18224 * frame.h (struct frame): New member font_data_list.
18225
18226 * font.c (font_update_drivers): Call driver->start_for_frame and
18227 driver->end_for_frame at proper timings.
18228 (font_put_frame_data, font_get_frame_data): New functions.
18229 (Ffont_spec): Add usage in the docstring.
18230
18231 * frame.c (make_frame): Initialize f->font_data_list to NULL.
18232 (Fdelete_frame): Call font_update_drivers.
18233
18234 * xftfont.c (struct xftface_info): Delete the member xft_draw.
18235 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
18236 (xftfont_get_xft_draw): New function.
18237 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
18238 (xftfont_end_for_frame): New function.
18239 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
18240
18241 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
18242 Change argument. Cache GCs in the per-frame data.
18243 (struct ftxfont_frame_data): New struct.
18244 (ftxfont_draw_bitmap): New arg gc_fore and flush.
18245 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
18246 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
18247 (ftxfont_end_for_frame): New function.
18248 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
18249
18250 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
18251
18252 2008-02-01 Kenichi Handa <handa@m17n.org>
18253
18254 * xselect.c (Vselection_coding_system)
18255 (Vnext_selection_coding_system): Delete them.
18256 (syms_of_xselect): Don't declare selection-coding-system and
18257 next-selection-coding-system. They are declared in select.el.
18258
18259 2008-02-01 Jason Rumney <jasonr@gnu.org>
18260
18261 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
18262
18263 * w32fns.c: Include imm.h.
18264 (get_composition_string_fn, get_ime_context_fn): New optional
18265 system functions.
18266 (globals_of_w32fns): Load them from imm32.dll.
18267 (ignore_ime_char): New flag.
18268 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
18269 WM_IME_ENDCOMPOSITION messages.
18270
18271 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
18272 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
18273
18274 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18275
18276 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
18277 (READCHAR_REPORT_MULTIBYTE): New macro.
18278 (readchar): New 2nd arg MULTIBYTE.
18279 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
18280 Make symbol's name multibyte according to the multibyteness of the
18281 source.
18282
18283 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18284
18285 * xfaces.c (face_for_overlay_string): Call lookup_face with
18286 correct arguments (fix of synching with the trunk).
18287
18288 2008-02-01 Kenichi Handa <handa@m17n.org>
18289
18290 * font.c (font_prop_validate_symbol, font_prop_validate_style)
18291 (font_prop_validate_non_neg, font_prop_validate_spacing):
18292 Delete argument prop_index.
18293 (font_property_table): Change arguments to validater. Change Callers.
18294 (font_lispy_object): Delete.
18295 (font_at): Use font_find_object instead fo font_lispy_object.
18296
18297 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18298
18299 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
18300 and file names.
18301
18302 2008-02-01 Jason Rumney <jasonr@gnu.org>
18303
18304 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
18305 (font_matches_spec): Remove debug output.
18306 (add_font_entity_to_list): Avoid using substituted fonts.
18307
18308 2008-02-01 Jason Rumney <jasonr@gnu.org>
18309
18310 * doc.c (Fsnarf_documentation):
18311 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
18312
18313 2008-02-01 Miles Bader <miles@gnu.org>
18314
18315 * dispextern.h (struct glyph_row): Only define "clip" field if
18316 HAVE_WINDOW_SYSTEM is defined.
18317
18318 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18319
18320 Fix up multi-tty merge.
18321
18322 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
18323 and indentation.
18324
18325 * xfaces.c (free_realized_face, clear_face_gcs):
18326 Include font_done_for_face in the input_blocked section, just in case.
18327
18328 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
18329 (get_char_face_and_encoding): Undo last change and remove the *other*
18330 duplicate definition (i.e. keep the one that's better scoped and that
18331 includes code for the font-backend).
18332
18333 * terminal.c (create_terminal): Default keyboard_coding to
18334 `no-conversion' and terminal_coding to `undecided'.
18335
18336 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
18337
18338 * fontset.c (free_realized_fontsets): Check that the table entry does
18339 contain a fontset before trying to compare it to `base'.
18340
18341 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
18342 syms_of_charset, and syms_of_coding earlier because init_window_once
18343 now needs Vcoding_system_hash_table to be setup.
18344
18345 * coding.h (default_buffer_file_coding): Remove.
18346
18347 * coding.c (default_buffer_file_coding): Remove.
18348 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
18349 than ->symbol, and use the terminal-local coding system.
18350 (syms_of_coding): Don't setup the coding-systems that are not
18351 terminal-local.
18352 (Fdefine_coding_system_internal): Use XCAR/XCDR.
18353
18354 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
18355 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
18356
18357 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
18358 in chartab.c and were re-added here by mistake.
18359 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
18360
18361 * doc.c (Fsnarf_documentation):
18362 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
18363 src to etc.
18364
18365 * ChangeLog.10: Add mistakenly removed entry.
18366
18367 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
18368
18369 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
18370
18371 2008-02-01 Miles Bader <miles@gnu.org>
18372
18373 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
18374 Add extra args to FACE_FOR_CHAR.
18375
18376 2008-02-01 Kenichi Handa <handa@m17n.org>
18377
18378 * keymap.c (where_is_internal_1): If key is a cons, store the copy
18379 in sequence.
18380
18381 * chartab.c (map_sub_char_table, map_char_table): If the range
18382 contains just one character, call the function with that character
18383 even if the depth is not 3.
18384
18385 2008-02-01 Jason Rumney <jasonr@gnu.org>
18386
18387 * w32font.c (w32font_text_extents): Calculate metrics for the
18388 whole string.
18389
18390 2008-02-01 Jason Rumney <jasonr@gnu.org>
18391
18392 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
18393
18394 2008-02-01 Jason Rumney <jasonr@gnu.org>
18395
18396 * w32term.c (x_set_glyph_string_clipping): Use
18397 get_glyph_string_clip_rects.
18398 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
18399 Adjust for the change of struct glyph_string.
18400
18401 * w32font.c (w32font_draw): Do clipping here.
18402
18403 2008-02-01 Kenichi Handa <handa@m17n.org>
18404
18405 * xftfont.c (xftfont_draw): Adjust for the change of struct
18406 glyph_string.
18407
18408 * xterm.c (x_set_glyph_string_clipping): Use
18409 get_glyph_string_clip_rects.
18410 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
18411 Adjust for the change of struct glyph_string.
18412
18413 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
18414 the resulting clip(s}.
18415 (expose_overlaps): Add arg r. Change callers. Set it to
18416 row->clip temporarily.
18417 (expose_window): Redraw rows overlapping the exposed area.
18418
18419 * dispextern.h (struct glyph_row): New member clip.
18420 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
18421 clip_height, new member clip, and num_clips.
18422
18423 2008-02-01 Kenichi Handa <handa@m17n.org>
18424
18425 * data.c (Fchar_or_string_p): Fix docstring.
18426
18427 2008-02-01 Kenichi Handa <handa@m17n.org>
18428
18429 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
18430 create a temporary XftDraw object.
18431
18432 2008-02-01 Kenichi Handa <handa@m17n.org>
18433
18434 * font.c (Ffontp): Fix docstring.
18435
18436 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
18437 strong evidence of ISO-2022.
18438
18439 2008-02-01 Kenichi Handa <handa@m17n.org>
18440
18441 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
18442 SYNTAX_ENTRY_FOLLOW_PARENT.
18443
18444 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18445
18446 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
18447 its type.
18448 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
18449 Update to the new type of weak_hash_tables and next_weak.
18450
18451 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
18452 a plain C pointer to Lisp_Hash_Table.
18453
18454 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
18455 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
18456 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
18457 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
18458 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
18459 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
18460 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
18461 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
18462 (GC_EQ): Remove since they've been identical to their non-GC_
18463 alter-egos ever since the markbit was eradicated.
18464
18465 * alloc.c:
18466 * buffer.c:
18467 * buffer.h:
18468 * data.c:
18469 * fileio.c:
18470 * filelock.c:
18471 * fns.c:
18472 * frame.h:
18473 * lisp.h:
18474 * macterm.c:
18475 * print.c:
18476 * process.c:
18477 * w32fns.c:
18478 * w32menu.c:
18479 * w32term.c:
18480 * xfns.c:
18481 * xmenu.c:
18482 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
18483
18484 2008-02-01 Kenichi Handa <handa@m17n.org>
18485
18486 * chartab.c (map_sub_char_table): Make it work for the top-level
18487 char-table. Fix handling of parent char-table.
18488 (map_char_table): Adjust for the above change.
18489
18490 2008-02-01 Jason Rumney <jasonr@gnu.org>
18491
18492 * w32font.c (Qgdi): Rename from Qw32.
18493
18494 2008-02-01 Jason Rumney <jasonr@gnu.org>
18495
18496 * w32bdf.c (get_quoted_string): Make function static.
18497
18498 2008-02-01 Kenichi Handa <handa@m17n.org>
18499
18500 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
18501 bigger ascent and descent than those of the font, use them as
18502 font's ascent and descent.
18503
18504 2008-02-01 Kenichi Handa <handa@m17n.org>
18505
18506 * Makefile.in (${lispsource}international/charprop.el): Move this
18507 target within "#ifdef HAVE_UNIDATA" and "#endif".
18508
18509 2008-02-01 Kenichi Handa <handa@m17n.org>
18510
18511 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
18512 (shortlisp): Add ../lisp/language/tai-viet.el.
18513
18514 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
18515
18516 * Makefile.in (${lispsource}international/charprop.el): Depend on
18517 temacs${EXEEXT}.
18518
18519 2008-02-01 Jason Rumney <jasonr@gnu.org>
18520
18521 * w32font.c (w32font_close): Delete the GDI font object.
18522
18523 * w32menu.c: Include character.h.
18524
18525 * w32proc.c: Likewise.
18526
18527 * w32select.c: Likewise.
18528
18529 * makefile.w32-in (w32proc.o): Depend on character.h.
18530
18531 2008-02-01 Jason Rumney <jasonr@gnu.org>
18532
18533 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
18534
18535 * w32menu.c (syms_of_w32menu): Likewise.
18536
18537 * w32proc.c (syms_of_ntproc): Likewise.
18538
18539 * w32select.c (syms_of_w32select): Likewise.
18540
18541 * w32term.c (syms_of_w32term): Likewise.
18542
18543 2008-02-01 Jason Rumney <jasonr@gnu.org>
18544
18545 * w32font.c (w32font_draw): Delete brush after using it.
18546
18547 2008-02-01 Jason Rumney <jasonr@gnu.org>
18548
18549 * w32font.c (w32font_open): Don't set font_idx.
18550 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
18551 to font settings.
18552 (w32font_draw): Fill background explicitly.
18553
18554 2008-02-01 Jason Rumney <jasonr@gnu.org>
18555
18556 * w32term.c (w32_initialize): Don't call w32font_initialize.
18557
18558 * w32font.c (w32font_info): Remove subranges.
18559 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
18560 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
18561 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
18562 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
18563 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
18564 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
18565 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
18566 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
18567 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
18568 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
18569 New symbols.
18570 (font_callback_data): New struct.
18571 (w32font_list, w32font_match): Use it.
18572 (w32font_open): Don't populate subranges.
18573 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
18574 (w32font_encode_char): Always return unicode code-point as-is.
18575 (w32font_text_extents): Supply a transformation matrix to
18576 GetGlyphOutline. Never look up by glyph index. Avoid looping
18577 twice. Use unicode version of GetTexExtentPoint32 instead of
18578 glyph index version.
18579 (set_fonts_frame): Remove.
18580 (w32_enumfont_pattern_entity): Add frame parameter, use it to
18581 set frame parameter. Use backward compatible fake foundries.
18582 Save generic family in extra slot under QCfamily. Make width slot
18583 constant. Save QCspacing value. Save list of scripts instead of
18584 binary subranges.
18585 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
18586 (add_font_entity_to_list): Use font_callback_data struct. Filter
18587 unwanted fonts.
18588 (add_one_font_entity_to_list): Use font_callback_data struct.
18589 (w32_registry): Default to iso10646_1.
18590 (fill_in_logfont): Use dpi from extra slot. Don't bother with
18591 string font registries. Don't fill in font name if it is a generic
18592 family name, fill family instead. Use spacing, family and script
18593 extra info to fill pitch, family and charset fields.
18594 (list_all_matching_fonts): Use font_callback_data struct.
18595 (unicode_range_for_char): Remove.
18596 (font_supported_scripts): New function.
18597 (w32font_initialize): Remove.
18598 (syms_of_w32font): Update which symbols are defined.
18599
18600 2008-02-01 Jason Rumney <jasonr@gnu.org>
18601
18602 * font.c (font_pixel_size): Reverse assq_no_quit args.
18603
18604 * w32term.h (FONT_WIDTH): Report max width, not average.
18605 (FONT_MAX_WIDTH): Remove.
18606 (FONT_AVG_WIDTH): New macro.
18607
18608 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
18609 redefinition of FONT_WIDTH.
18610
18611 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
18612 (w32_cache_char_metrics): Use FONT_WIDTH.
18613
18614 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
18615
18616 2008-02-01 Jason Rumney <jasonr@gnu.org>
18617
18618 * w32font.c (w32font_open): Make lfHeight negative.
18619
18620 * w32fns.c (x_default_font_parameter): Use new style font name.
18621 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
18622
18623 2008-02-01 Jason Rumney <jasonr@gnu.org>
18624
18625 * w32font.c (QCsubranges): New symbol.
18626 (w32font_open, w32font_has_char): Get subranges from subproperty
18627 of extra.
18628 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
18629 (syms_of_w32font): Define :subranges symbol.
18630
18631 * font.c (font_put_extra): Expose externally.
18632
18633 * font.h (font_put_extra): Move declaration from font.c.
18634
18635 * font.c (Ffont_get): Use font driver to determine otf capability.
18636 (adjust_anchor): Check if driver defines anchor_point before using.
18637
18638 * w32font.c (w32font_open): Handle size, height and pixel_size better.
18639 (w32font_draw): Use options.
18640 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
18641 Fix detection of truetype fonts.
18642 (registry_to_w32_charset): Handle charsets other than iso8859-1
18643 expressed as lisp symbols.
18644 (w32_registry): Express charset as lisp symbol.
18645 (fill_in_logfont): Reverse pixel and point height logic.
18646 Don't set width here. Set quality to default.
18647
18648 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
18649 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
18650
18651 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
18652 Remove redundant loop and allocation.
18653
18654 * makefile.w32-in (font.o, w32font.o): New objects.
18655 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
18656 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
18657
18658 * xdisp.c (fill_composite_glyph_string): Make the first arg to
18659 STORE_XCHARB a valid l-value.
18660
18661 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
18662 calculations for non-Truetype fonts.
18663 (x_draw_glyph_string): Sync with xterm.c.
18664 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
18665 Remove redundant code.
18666 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
18667
18668 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
18669 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
18670
18671 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
18672 (x_to_w32_charset, w32_to_x_charset): Expose externally.
18673
18674 * w32font.c: New file for w32 font backend.
18675
18676 2008-02-01 Kenichi Handa <handa@m17n.org>
18677
18678 * term.c: Don't include "buffer.h" twice.
18679
18680 2008-02-01 Kenichi Handa <handa@m17n.org>
18681
18682 * character.c (Funibyte_string): New function.
18683 (syms_of_character): Defsubr it.
18684
18685 2008-02-01 Jason Rumney <jasonr@gnu.org>
18686
18687 * w32term.c [USE_FONT_BACKEND]:
18688 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
18689 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
18690 (x_draw_glyph_string, x_draw_glyph_string_foreground)
18691 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
18692 (x_free_frame_resources): Sync with xterm.c.
18693
18694 2008-02-01 Andreas Schwab <schwab@suse.de>
18695
18696 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
18697 char-table size.
18698
18699 2008-02-01 Kenichi Handa <handa@m17n.org>
18700
18701 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
18702
18703 2008-02-01 Kenichi Handa <handa@m17n.org>
18704
18705 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
18706 font_otf_gpos, add font_drive_otf.
18707
18708 * fontset.c (fontset_find_font): Pay attention to font size
18709 specified for a font.
18710 (reorder_font_vector): Check contents of font_def.
18711
18712 * font.c (struct otf_list): Delete it.
18713 (otf_list): Make it a lisp variable.
18714 (otf_open): Use lispy otf_list.
18715 (generate_otf_features): Rename from parse_gsub_gpos_spec.
18716 (check_otf_features): New function.
18717 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
18718 New functions.
18719 (font_drive_otf): New function merging font_otf_gsub and
18720 font_otf_gpos.
18721 (font_open_for_lface): New arg spec. Change argument order.
18722 (font_load_for_face): Adjust for the change of font_open_for_lface.
18723 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
18724 Ffont_otf_gpos.
18725 (syms_of_font): Staticpro otf_list. Delete defsubr of
18726 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
18727
18728 * xfaces.c (set_font_frame_param): Adjust for the change of
18729 font_open_for_lface.
18730
18731 * font.h (font_open_for_lface): Adjust prototype.
18732 (struct font_driver): Delete members otf_gsub and otf_gpos, add
18733 member otf_drive.
18734 (font_otf_gsub, font_otf_gpos): Delete externs.
18735 (font_drive_otf): Extern it.
18736
18737 2008-02-01 Kenichi Handa <handa@m17n.org>
18738
18739 * font.c (font_at): If the window W is not on a window system,
18740 return Qnil.
18741
18742 * coding.c (produce_chars, encode_coding): Don't call
18743 insert_from_gap if no characters to produce.
18744
18745 2008-02-01 Kenichi Handa <handa@m17n.org>
18746
18747 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
18748 Fclear_face_cache.
18749
18750 * xfaces.c (face_for_font): Check also face->font==font->font.font.
18751
18752 2008-02-01 Miles Bader <miles@gnu.org>
18753
18754 * emacs.c (main): Change default value of `enable_font_backend' to 1.
18755 Parse "--disable-font-backend" option.
18756 (standard_args): Add "--disable-font-backend" option.
18757
18758 2008-02-01 Kenichi Handa <handa@m17n.org>
18759
18760 * fontset.c (fontset_find_font): New function.
18761 (fontset_font): Use fontset_find_font.
18762 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
18763 Register the specified font for all Latin characters.
18764 (new_fontset_from_font): Register the specified font for all Latin
18765 characters.
18766 (dump_fontset): For a realized fontset, include the base fontset
18767 name in the returned vector.
18768
18769 2008-02-01 Kenichi Handa <handa@m17n.org>
18770
18771 * character.h (CHAR_STRING): Cast C to unsigned on calling
18772 char_string.
18773
18774 * character.c (char_string): Type of arg C changed to unsigned.
18775 Signal an error if C is an invalid character code.
18776
18777 * editfns.c (general_insert_function, Fchar_to_string):
18778 Use CHARACTERP, not INTEGERP.
18779
18780 2008-02-01 Kenichi Handa <handa@m17n.org>
18781
18782 * character.h (MIN_MULTIBYTE_LEADING_CODE)
18783 (MAX_MULTIBYTE_LEADING_CODE): New macros.
18784
18785 * regex.c (analyse_first): Fix for multibyte characters in "case
18786 charset:" and "case categoryspec:".
18787
18788 2008-02-01 Andreas Schwab <schwab@suse.de>
18789
18790 * Makefile.in (LIBES): Move standard libraries to the end.
18791
18792 2008-02-01 Kenichi Handa <handa@m17n.org>
18793
18794 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
18795 nonzero, don't shrink the buffer nextb.
18796
18797 * buffer.h (struct buffer_text): New member inhibit_shrinking.
18798
18799 * coding.c (coding_alloc_by_making_gap): New arg offset.
18800 (alloc_destination): Call coding_alloc_by_making_gap with the arg
18801 offset.
18802 (decode_coding_iso_2022): Update coding->safe_charsets.
18803 (decode_coding_gap): Temporarily set
18804 current_buffer->text->inhibit_shrinking to 1.
18805
18806 2008-02-01 Kenichi Handa <handa@m17n.org>
18807
18808 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
18809 indexing into elements of s->cmp and s->char2b.
18810
18811 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
18812
18813 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
18814
18815 2008-02-01 Kenichi Handa <handa@m17n.org>
18816
18817 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
18818 target_multibyte instead of multibyte.
18819 (re_match_2_internal): Call bcmp_translate with target_multibyte.
18820 (bcmp_translate): Change the argument name from multibyte to
18821 target_multibyte.
18822
18823 2008-02-01 Kenichi Handa <handa@m17n.org>
18824
18825 These changes are to compile a regexp into a pattern that can be
18826 used both for multibyte and unibyte targets.
18827
18828 * Makefile.in (search.o): Depend on charset.h.
18829
18830 * character.c (multibyte_char_to_unibyte_safe): New function.
18831
18832 * search.c: Include "charset.h".
18833 (compile_pattern_1): Delete argument multibyte. Don't set
18834 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
18835 (compile_pattern): Don't compare cp->buf.target_multibyte.
18836 Compare cp->buf.charset_unibyte.
18837 (compile_pattern): Set cp->buf.target_multibyte.
18838
18839 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
18840
18841 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
18842
18843 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
18844 multibyte. Change callers.
18845 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
18846 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
18847 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
18848 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
18849 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
18850 (regex_compile): Make the compiled pattern usable both for
18851 multibyte and unibyte targets.
18852 (analyse_first): Make the fastmap usable both for multibyte and
18853 unibyte targets.
18854 (TRANSLATE_VIA_MULTIBYTE): Delete.
18855 (re_match_2_internal): Pay attention to the case that the
18856 multibyteness of bufp and target may be different.
18857
18858 2008-02-01 Kenichi Handa <handa@m17n.org>
18859
18860 * xdisp.c (x_produce_glyphs): When a font is not found, make the
18861 empty box occupy at least one column width.
18862
18863 2008-02-01 Miles Bader <miles@gnu.org>
18864
18865 * Makefile.in: Remove redundant HAVE_XFT clause.
18866
18867 2008-02-01 Kenichi Handa <handa@m17n.org>
18868
18869 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
18870
18871 2008-02-01 Kenichi Handa <handa@m17n.org>
18872
18873 * fontset.c (Finternal_char_font): Fix for the case of POSITION
18874 being nil.
18875
18876 2008-02-01 Kenichi Handa <handa@m17n.org>
18877
18878 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
18879
18880 2008-02-01 Kenichi Handa <handa@m17n.org>
18881
18882 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
18883
18884 2008-02-01 Kenichi Handa <handa@m17n.org>
18885
18886 * search.c (simple_search): Fix previous change.
18887
18888 2008-02-01 Kenichi Handa <handa@m17n.org>
18889
18890 * xftfont.c (ftfont_font_format): Extern declaration.
18891
18892 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
18893
18894 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
18895 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
18896
18897 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
18898 (ftfont_font_format): Fix previous change.
18899
18900 * font.h (Ffont_xlfd_name): EXFUN it.
18901
18902 * font.c (font_parse_xlfd): Fix the array size of `f'.
18903 (register_font_driver): Use EQ to compare driver->type.
18904
18905 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
18906 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
18907 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
18908
18909 2008-02-01 Kenichi Handa <handa@m17n.org>
18910
18911 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
18912 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
18913
18914 2008-02-01 Kenichi Handa <handa@m17n.org>
18915
18916 * xfont.c (xfont_open): Set font->format.
18917
18918 * xftfont.c (xftfont_open): Set font->format.
18919
18920 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
18921 (ftfont_list): Include FC_FONTFORMAT in FcObject.
18922 (ftfont_open): Set font->format.
18923 (ftfont_font_format): New function.
18924
18925 * font.h (struct font): New member format.
18926
18927 * font.c (Qopentype): New variable.
18928 (syms_of_font): Defsym it.
18929 (Fquery_font): Change the format of the last element of the return
18930 value.
18931
18932 2008-02-01 Kenichi Handa <handa@m17n.org>
18933
18934 * xfns.c (xic_create_xfontset): Try the default fontset name as a
18935 last resort.
18936
18937 2008-02-01 Kenichi Handa <handa@m17n.org>
18938
18939 * coding.c (detect_coding_charset): Fix detection of multi-byte
18940 charset.
18941
18942 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
18943
18944 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
18945
18946 2008-02-01 Kenichi Handa <handa@m17n.org>
18947
18948 * xdisp.c (get_next_display_element): Set it->face_id for the
18949 first component of a composition.
18950 (x_produce_glyphs): Check if the font is changed or not for composition.
18951
18952 2008-02-01 Kenichi Handa <handa@m17n.org>
18953
18954 * fontset.c (Qlatin): New variable.
18955 (syms_of_fontset): Define it as a lisp symbol.
18956 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
18957
18958 2008-02-01 Kenichi Handa <handa@m17n.org>
18959
18960 * font.c (font_unparse_fcname): Pay attention to the case that
18961 some of font property is a null string.
18962
18963 2008-02-01 Kenichi Handa <handa@m17n.org>
18964
18965 * term.c: Include "composite.h".
18966 (encode_terminal_code): Output all components of composition.
18967 Check the size of encode_terminal_src.
18968 (produce_glyphs): For composition, call produce_composite_glyph.
18969 (append_composite_glyph, produce_composite_glyph): New functions.
18970
18971 * xdisp.c (x_produce_glyphs): In handling composition, if a font
18972 is not found, get font_info from the current ascii face.
18973
18974 2008-02-01 Kenichi Handa <handa@m17n.org>
18975
18976 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
18977 buffer-file-name to Qnil before calling insert_from_buffer.
18978
18979 * font.c (font_unparse_fcname): Pay attention to the case that
18980 foundry is a null string.
18981
18982 2008-02-01 Kenichi Handa <handa@m17n.org>
18983
18984 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
18985
18986 * font.c (Qunicode_sip): New variable.
18987 (syms_of_font): Declare it as a Lisp symbol.
18988
18989 * font.h (Qunicode_sip): Extern it.
18990
18991 2008-02-01 Kenichi Handa <handa@m17n.org>
18992
18993 * composite.c (get_composition_id): Pay attention to TAB component.
18994
18995 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
18996 TAB. Adjust for the change of s->char2b which always points to
18997 the first element of allocated memory.
18998
18999 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
19000
19001 * xdisp.c (handle_composition_prop): Set it->c to the first
19002 non-TAB component.
19003 (fill_composite_glyph_string): Change argument.
19004 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
19005 (x_produce_glyphs): Fix handling of left/right padding.
19006
19007 2008-02-01 Kenichi Handa <handa@m17n.org>
19008
19009 * coding.c (detect_coding_system): Fix for handling off
19010 inhibit_iso_escape_detection. Fix for the case that no coding
19011 system is defined for a specific coding category.
19012
19013 2008-02-01 Kenichi Handa <handa@m17n.org>
19014
19015 * font.c (font_matching_entity): Delete unused local var.
19016
19017 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
19018 opening a font.
19019
19020 * fileio.c (Finsert_file_contents): On recovering a file, assume
19021 Unix-like eol.
19022 (choose_write_coding_system): On auto-saving a file, force
19023 Unix-like eol.
19024
19025 * coding.c (setup_coding_system): Fix setting of
19026 coding->common_flags based on eol_type.
19027 (coding_inherit_eol_type): If PARENT is not nil, be sure to
19028 inherit from it.
19029
19030 2008-02-01 Kenichi Handa <handa@m17n.org>
19031
19032 * alloc.c (NSTATICS): Increas to 0x600.
19033
19034 2008-02-01 Kenichi Handa <handa@m17n.org>
19035
19036 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
19037 (ftfont_list): Don't check :name property.
19038 (ftfont_match): New function.
19039 (ftfont_pattern_entity): If the pattern doesn't contain
19040 FC_SPACING, don't assume FC_MONO.
19041
19042 * font.h (struct font_driver): New member `match'.
19043 (font_update_drivers): Adjust prototype.
19044
19045 * font.c (font_parse_fcname, font_parse_name): Don't change :name
19046 property of FONT.
19047 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
19048 them unconditionally.
19049 (font_matching_entity): New function.
19050 (font_open_by_name): Try font_matching_entity if exact match is
19051 not found.
19052 (font_update_drivers): Delete the arg FONT. Return a list of
19053 actually used backends. Don't free faces, font caches here.
19054 Don't store data in frame parameters. Don't call x_set_font.
19055 (Ffont_spec): Store :name property as is.
19056 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
19057 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
19058 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
19059 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
19060 Call font->driver->otf_gsub instead of font_otf_gsub.
19061
19062 * frame.c (x_set_font_backend): Do more works that were done in
19063 font_update_drivers before.
19064
19065 * xfont.c (xfont_match): New function.
19066 (xfont_driver): Set xfont_driver.match to xfont_match.
19067 (xfont_draw): Set font in GC if necessary.
19068
19069 * ftxfont.c (ftxfont_match): New function.
19070 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
19071
19072 * xftfont.c (xftfont_match): New function.
19073 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
19074
19075 2008-02-01 Kenichi Handa <handa@m17n.org>
19076
19077 * font.h (struct font): New member scalable.
19078 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
19079 (font_otf_gsub): Adjust prototype.
19080
19081 * font.c (font_otf_capability): Fix handling of the default langsys.
19082 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
19083 Check the contents of SPEC.
19084 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
19085 (check_gstring): New function.
19086 (REPLACEMENT_CHARACTER): New macro.
19087 (font_otf_gsub): New arg alternate_subst. Be sure to set all
19088 glyph codes of GSTRING.
19089 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
19090 (font_prepare_composition): Set cmp->glyph_len.
19091 (font_open_entity): Set font->scalable.
19092 (Ffont_get): Handle :otf property.
19093 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
19094 functions.
19095 (Fquery_font): Use font->font.full_name.
19096 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
19097 Sfont_otf_alternates.
19098
19099 * ftfont.c (ftfont_open): Set font->font.full_name and
19100 font->font.name properly. Fix calculation of font->font.height
19101 and font->min_width.
19102
19103 * ftxfont.c (ftxfont_create_gcs): New function.
19104 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
19105 (ftxfont_draw_backgrond): Fix filling region.
19106 (ftxfont_default_fid): New function.
19107 (ftxfont_open): Set xfont->fid to the return value of
19108 ftxfont_default_fid.
19109 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
19110 (ftxfont_done_face): Free only GCs that are created by
19111 ftxfont_create_gcs.
19112 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
19113
19114 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
19115 Clip to src->width, etc (not src->clip_XXX).
19116
19117 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
19118 FontBackend frame parameter.
19119
19120 2008-02-01 Kenichi Handa <handa@m17n.org>
19121
19122 * font.h (struct font_driver_list): New member `on'.
19123 (Fclear_font_cache): EXFUN it.
19124 (font_update_drivers): Extern it.
19125
19126 * font.c (font_unparse_fcname): Fix typo (swidth->width).
19127 (font_list_entities): Check driver_list->on.
19128 (register_font_driver): Initalize `on' member to 0.
19129 (font_update_drivers): New function.
19130 (Fclear_font_cache): Check driver_list->on.
19131
19132 * frame.h (Qfont_backend): Extern it.
19133 (x_set_font_backend): Extern it.
19134
19135 * frame.c (Qfont_backend): New variable.
19136 (frame_parms): New element for font-backend.
19137 (x_set_font_backend): New function.
19138
19139 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
19140 FontBackend frame parameter.
19141 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
19142 x_set_font_backend.
19143
19144 * xfont.c (xfont_list): Don't try listing by :name property if the
19145 name is not for XLFD.
19146
19147 2008-02-01 Kenichi Handa <handa@m17n.org>
19148
19149 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
19150 (LGLYPH_SET_TO): New macros.
19151 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
19152 element of G is vector or not.
19153 (font_at): Extern it.
19154
19155 * font.c: Include window.h.
19156 (font_lispy_object): New function.
19157 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
19158 end of valid glyph.
19159 (font_close_object): Fix getting (struct font *).
19160 (font_at): New function.
19161 (Ffont_get): If FONT is a font-object, get entity from it.
19162 (Ffont_make_gstring): Initialize elements of glyphs with nil.
19163 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
19164 range check.
19165 (Ffont_at): New function.
19166 (syms_of_font): Defsubr Sfont_at.
19167
19168 * xdisp.c (it_props): Move the entry for Qauto_composed to just
19169 before the entry for Qcomposition.
19170 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
19171 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
19172 the font in gstring.
19173 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
19174 LGLYPH_FORM (g) to detect the end of valid glyph.
19175 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
19176 we are composing with gstring.
19177
19178 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
19179 Check if adjustment is vector or not.
19180
19181 * Makefile.in (font.o): Make it depends on window.h.
19182
19183 2008-02-01 Kenichi Handa <handa@m17n.org>
19184
19185 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
19186 adjustment is vector or not.
19187
19188 2008-02-01 Miles Bader <miles@gnu.org>
19189
19190 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
19191
19192 2008-02-01 Kenichi Handa <handa@m17n.org>
19193
19194 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
19195 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
19196 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
19197
19198 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
19199 (DEVICE_DELTA): Fix typo.
19200 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
19201 LGLYPH format.
19202
19203 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
19204 the change of LGLYPH format.
19205
19206 2008-02-01 Kenichi Handa <handa@m17n.org>
19207
19208 * ftfont.c (ftfont_list): Fix typo.
19209 (ftfont_build_basic_charsets): Don't include letters with diacritics.
19210
19211 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
19212
19213 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
19214
19215 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
19216 xftface_info is non-NULL.
19217
19218 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
19219
19220 * ftfont.c (ftfont_list): Move misplaced #endif.
19221
19222 2008-02-01 Kenichi Handa <handa@m17n.org>
19223
19224 * ftfont.c (ftfont_list): Pay attention to the case that
19225 FC_CAPABILITY is not defined.
19226
19227 2008-02-01 Kenichi Handa <handa@m17n.org>
19228
19229 * xftfont.c (xftfont_open): Set charset related members to -1.
19230
19231 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
19232 QCname.
19233 (ftfont_open): Set charset related members to -1.
19234
19235 * fontset.c (Votf_script_alist): New variable.
19236 (syms_of_fontset): Initialize it.
19237 (fontset_font): Delete unused variable.
19238
19239 * fontset.h (Votf_script_alist): Extern it.
19240
19241 * font.c (font_find_for_lface): Optimize code.
19242
19243 * font.h (font_close_object, font_merge_old_spec): Extern them.
19244
19245 2008-02-01 Kenichi Handa <handa@m17n.org>
19246
19247 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
19248 (syms_of_font): Initialize them.
19249 (font_pixel_size): Allow float value in dpi.
19250 (font_prop_validate_type): Delete.
19251 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
19252 Change caller.
19253 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
19254 (font_prop_validate_extra): Delete.
19255 (font_prop_validate_spacing): New function.
19256 (font_property_table): Add elements for all known properties.
19257 (get_font_prop_index): Rename from check_font_prop_name. New
19258 argument FROM. Change caller.
19259 (font_prop_validate): Validate all known properties.
19260 (font_put_extra): Delete argument force. Change caller.
19261 (font_expand_wildcards): Make it static. Fix the way of shrinking
19262 the possible range.
19263 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
19264 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
19265 Change caller.
19266 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
19267 (font_parse_fcname): Delete argument merge. Fix parsing of point
19268 size. Don't validate properties values here. Change caller.
19269 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
19270 (font_open_by_name): Delete unused variable.
19271 (Ffont_spec): Likewise. Validate property values.
19272 (Ffont_match_p): New function.
19273
19274 * font.h (QCscalable): Extern it.
19275 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
19276
19277 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
19278
19279 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
19280 (xfont_list_pattern): New function.
19281 (xfont_list): Use xfont_list_pattern.
19282
19283 2008-02-01 Kenichi Handa <handa@m17n.org>
19284
19285 * font.h (Flist_fonts): EXFUN it.
19286
19287 2008-02-01 Jason Rumney <jasonr@gnu.org>
19288
19289 * w32term.c (w32_initialize): Add back smoothing_type and
19290 smoothing_enabled definitions.
19291
19292 2008-02-01 Kenichi Handa <handa@m17n.org>
19293
19294 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
19295 s->face->font on determining underline position.
19296
19297 2008-02-01 Kenichi Handa <handa@m17n.org>
19298
19299 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
19300 (font_has_char): Accept font-object too.
19301 (font_find_for_lface): Try at first with a size specified in face.
19302
19303 2008-02-01 Kenichi Handa <handa@m17n.org>
19304
19305 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
19306 font_open_by_name.
19307
19308 2008-02-01 Kenichi Handa <handa@m17n.org>
19309
19310 * font.h (QCspacing, QCdpi): Extern them.
19311 (enum font_spacing): New enum.
19312 (FONT_PIXEL_SIZE_QUANTUM): New macro.
19313
19314 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
19315 (QCspacing, QCdpi): New variables.
19316 (syms_of_font): Initialize them.
19317 (font_pixel_size): New function.
19318 (font_put_extra): New function.
19319 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
19320 in FONT_EXTRA.
19321 (font_parse_fcname): Handle enumerated values (e.g. bold).
19322 Fix handling font size. Add QCname property that contains only
19323 unknown properties.
19324 (font_score): Change argument. Change caller. Pay attention to
19325 FONT_PIXEL_SIZE_QUANTUM.
19326 (font_sort_entites, font_list_entities, font_find_for_lface)
19327 (font_open_for_lface, font_open_by_name): Fix handling of font size.
19328 (Ffont_spec): Add QCname property that contains only unknown properties.
19329
19330 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
19331 include weight in listing pattern, instead check weight of each
19332 listed font. Don't include scalable in pattern. Pay attention to
19333 FONT_PIXEL_SIZE_QUANTUM.
19334
19335 2008-02-01 Kenichi Handa <handa@m17n.org>
19336
19337 * font.c (font_parse_fcname): Fix parsing of point-size.
19338 (font_unparse_fcname): Produce symbolic names for style properties.
19339 (font_list_entities): Handle float size correctly.
19340 (font_open_by_name): Prefer `normal' property values if the name
19341 doesn't specify them.
19342
19343 * fontset.c (Finternal_char_font): Use font_get_name, not
19344 Ffont_xlfd_name.
19345
19346 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
19347 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
19348 pattern. Don't force scalable.
19349
19350 * xftfont.c (xftfont_open): For generating a name, start from
19351 96-byte buffer.
19352
19353 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
19354
19355 * frame.h (x_new_fontset2): Fix prototype.
19356
19357 2008-02-01 Kenichi Handa <handa@m17n.org>
19358
19359 * font.h (struct font_driver): Delete member parse_name.
19360 (font_match_p, font_get_spec, font_parse_fcname)
19361 (font_unparse_fcname): Extern them.
19362 (font_get_name): Adjust prototype.
19363
19364 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
19365 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
19366 (font_expand_wildcards): Fix handling ENCODING field. Avoid
19367 unnecessary checks for weight, slant, and swidth.
19368 (font_parse_fcname): New function.
19369 (font_unparse_fcname): New function.
19370 (font_parse_name): New function.
19371 (font_match_p): New function.
19372 (font_get_name): Change return value to Lisp string.
19373 (font_get_spec): New function.
19374 (Qunspecified, Qignore_defface): Don't extern them.
19375 (font_find_for_lface): Assume that LFACE is fully specified.
19376 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
19377 object, use it for FACE.
19378 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
19379 driver->parse_name.
19380 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
19381
19382 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
19383 prototype.
19384
19385 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
19386 argument F. Don't call Fnew_fontset. Instead, directly call
19387 make_fontset.
19388
19389 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
19390
19391 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
19392 of x_new_fontset2.
19393
19394 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
19395 (Qsans__serif): New variables.
19396 (ftfont_generic_family_list): New variable.
19397 (syms_of_ftfont): Initialize the above variables.
19398 (ftfont_pattern_entity): Delete argument NAME.
19399 (ftfont_list_generic_family): New function.
19400 (ftfont_parse_name): Delete this function.
19401 (ftfont_list): Try generic family only when FcFontList found no font.
19402 (ftfont_list_family): Fix args to FcObjectSetBuild.
19403
19404 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
19405 object in attrs[LFACE_FONT_INDEX].
19406 (set_lface_from_font_name): Cancel all changes for font-backend.
19407 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
19408 function.
19409 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
19410 font object in QCfont attribute.
19411 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
19412 (realize_default_face) [USE_FONT_BACKEND]: Call
19413 set_lface_from_font_and_fontset.
19414
19415 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
19416 "fixed", and signal error here if no suitable font was found.
19417
19418 * xfont.c (xfont_parse_name): Delete this function.
19419
19420 * xftfont.c (xftfont_open): Change coding style of error
19421 handling. Generate fontconfig's fontname pattern.
19422
19423 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
19424 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
19425
19426 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
19427 Both args FONTSET and FONT_OBJECT must be existing ones.
19428
19429 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19430
19431 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
19432
19433 2008-02-01 Kenichi Handa <handa@m17n.org>
19434
19435 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
19436
19437 * font.h (struct font): Fix typo.
19438
19439 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
19440 XLFD_XXX_INDEX.
19441 (enum xlfd_field_mask): New enum.
19442 (intern_font_field): Changed argument. Change caller. If digits
19443 are followed by non-digits, return a symbol.
19444 (font_expand_wildcards): New function.
19445 (font_parse_xlfd): Fix wildcard handling.
19446 (Ffont_spec): If :name is specified, reflect the info in the other
19447 properties.
19448
19449 * ftfont.c (ftfont_pattern_entity): Fix typo.
19450 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
19451 locale.
19452
19453 2008-02-01 Kenichi Handa <handa@m17n.org>
19454
19455 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
19456
19457 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
19458 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
19459 registry doesn't specify encoding part.
19460 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
19461 (font_open_by_name): At first try parsing the name.
19462 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
19463 as Lisp symbols.
19464
19465 * fontset.c (reorder_font_vector): Pay attention to the case that
19466 the 3rd element of font_def is nil.
19467 (fontset_font): For the default fontset, append one more fontset
19468 elements for a script-based font specification. Don't add script
19469 attribute on finding a font.
19470 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
19471 font name.
19472 (fontset_ascii_font): If a font can't be opened, return nil.
19473
19474 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
19475 (ftfont_pattern_entity): New function.
19476 (ftfont_get_cache): Assume that freetype_font_cache is already
19477 initialized.
19478 (ftfont_list): Handle the case that a file is specified in font
19479 name. Use ftfont_pattern_entity to generate entities.
19480 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
19481 (syms_of_ftfont): Initialize freetype_font_cache.
19482
19483 * xftfont.c (xftfont_open): Make the font name fontconfig's
19484 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
19485 (xftfont_close): Free font->font.name if not NULL.
19486
19487 * xfont.c (xfont_list): If script is specified for a font, return
19488 null_vector.
19489 (xfont_list_family): Declare argument type.
19490
19491 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
19492 name, set LFACE_FONT (lface) to nil.
19493
19494 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
19495 return Qnil.
19496
19497 2008-02-01 Kenichi Handa <handa@m17n.org>
19498
19499 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
19500 (standard_args): Add "-enable-font-backend".
19501
19502 2008-02-01 Kenichi Handa <handa@m17n.org>
19503
19504 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
19505 (struct xftdraw_list, xftdraw_list): Delete them.
19506 (register_xftdraw, check_xftdraw): Delete them.
19507 (xftfont_prepare_face): Don't call register_xftdraw.
19508 (xftfont_done_face): Don't call check_xftdraw.
19509 (xftfont_draw): Get background color only when with_background is
19510 nonzero.
19511
19512 * xfont.c (xfont_encode_char): Fix calculation of char2b.
19513
19514 2008-02-01 Kenichi Handa <handa@m17n.org>
19515
19516 These changes are for the new font handling codes.
19517
19518 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
19519 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
19520 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
19521 (FONTSRC, FONTOBJ): New variables.
19522 (obj): Add $(FONTOBJ).
19523 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
19524 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
19525 @LIBOTF_LIBS@.
19526 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
19527 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
19528
19529 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
19530
19531 * character.h (Vscript_representative_chars): Extern it.
19532
19533 * character.c (Vscript_representative_chars): New variable.
19534 (syms_of_character): Declare it as a Lisp variable.
19535
19536 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
19537 enable_font_backend is nonzero, accept the composition method
19538 COMPOSITION_WITH_GLYPH_STRING.
19539
19540 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
19541 enumeration COMPOSITION_WITH_GLYPH_STRING.
19542
19543 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
19544 members clip_x, clip_y, clip_width, and clip_height.
19545 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
19546
19547 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
19548 --enable-font-backend. Call syms_of_font.
19549
19550 * fns.c (assoc_no_quit): New function.
19551
19552 * fontset.h (FONT_INFO_FROM_FACE): New macro.
19553 (face_for_font, new_fontset_from_font)
19554 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
19555
19556 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
19557 (fontset_font, fontset_ascii, face_for_char)
19558 (make_fontset_for_ascii_face, Ffont_info)
19559 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
19560 is nonzero, use font-backend mechanism.
19561 (find_font_encoding): Make it non-static.
19562 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
19563 New functions.
19564
19565 * frame.h (struct frame): New members resx and resy.
19566 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
19567 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
19568
19569 * frame.c [USE_FONT_BACKEND]: Include "font.h".
19570 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
19571
19572 * lisp.h (assoc_no_quit): Extern it.
19573
19574 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
19575 Through out the file, use FONT_INFO_FROM_FACE instead of
19576 FONT_INFO_FROM_ID, use get_per_char_metric instead of
19577 rif->per_char_metric.
19578 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
19579 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
19580 (get_glyph_face_and_encoding, fill_composite_glyph_string)
19581 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
19582 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
19583 nonzero, use font-backend mechanism.
19584 (get_per_char_metric): New function.
19585
19586 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
19587 (set_lface_from_font_name)
19588 (set_font_frame_param, free_realized_face)
19589 (prepare_face_for_display, clear_face_gcs)
19590 (Finternal_set_font_selection_order, realize_x_face)
19591 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
19592 font-backend mechanism.
19593 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
19594 (load_face_font) [USE_FONT_BACKEND]: Abort.
19595 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
19596 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
19597
19598 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
19599 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
19600 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
19601 nonzero, register all available font drivers. Call
19602 x_default_font_parameter for deciding a font.
19603 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
19604
19605 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
19606 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
19607 (x_set_glyph_string_clipping_exactly)
19608 (x_compute_glyph_string_overhangs)
19609 (x_draw_glyph_string_foreground)
19610 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
19611 (x_free_frame_resources) [USE_FONT_BACKEND]: If
19612 enable_font_backend is nonzero, use font-backend mechanism.
19613 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
19614
19615 2008-02-01 Kenichi Handa <handa@m17n.org>
19616
19617 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
19618 system_eol_type.
19619 (syms_of_coding): Initialize system_eol_type.
19620
19621 * process.c (Fset_process_coding_system): Inherit system's eol
19622 format if necessary.
19623
19624 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19625
19626 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
19627
19628 2008-02-01 Kenichi Handa <handa@m17n.org>
19629
19630 * coding.c (decode_eol): Pay attention to buffer relocation in
19631 del_range_2.
19632 (decode_coding): Call decode_eol before restoring undo_list.
19633
19634 2008-02-01 Kenichi Handa <handa@m17n.org>
19635
19636 * charset.c (Fdefine_charset_internal): Fix setting of
19637 emacs_mule_bytes.
19638
19639 2008-02-01 Kenichi Handa <handa@m17n.org>
19640
19641 * keyboard.c (read_char): Check if C is a character or not before
19642 looking up Vkeyboard_translate_table.
19643
19644 2008-02-01 Kenichi Handa <handa@m17n.org>
19645
19646 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
19647 condition to terminate the loop.
19648
19649 2008-02-01 Kenichi Handa <handa@m17n.org>
19650
19651 * coding.c (produce_composition): Compare charbuf[i] instead of
19652 args[i] against 0.
19653 (Fterminal_coding_system): Use EQ to compare Lisp objects.
19654
19655 2008-02-01 Kenichi Handa <handa@m17n.org>
19656
19657 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
19658 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
19659 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
19660 detect_coding.
19661 (emacs_mule_char): Handle old style (Emacs 20) component character
19662 of a composition.
19663 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
19664 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
19665 composition rule.
19666 (decode_coding_emacs_mule): Handle invalid bytes correctly.
19667
19668 2008-02-01 Kenichi Handa <handa@m17n.org>
19669
19670 * coding.c (encode_coding_ccl): Allocate destination dynamically
19671 when necessary.
19672
19673 2008-02-01 Kenichi Handa <handa@m17n.org>
19674
19675 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
19676 the loop. When quitted, show a proper error message.
19677
19678 2008-02-01 Kenichi Handa <handa@m17n.org>
19679
19680 * xterm.c (x_set_glyph_string_clipping_exactly): Set
19681 src->clip_head and src->clip_tail temporarily instead of src->hl.
19682
19683 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
19684 character sequence.
19685 (Fccl_execute_on_string): Use ASET, not XSET.
19686
19687 2008-02-01 Kenichi Handa <handa@m17n.org>
19688
19689 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
19690
19691 2008-02-01 Kenichi Handa <handa@m17n.org>
19692
19693 * coding.c (decode_coding): Fix the condition of terminating the
19694 decoding loop.
19695
19696 2008-02-01 Kenichi Handa <handa@m17n.org>
19697
19698 * data.c (Faset): On setting a character bigger than 255 in a
19699 unibyte string, signal an error instead of make the string multibyte.
19700
19701 2008-02-01 Kenichi Handa <handa@m17n.org>
19702
19703 * charset.c (map_charset_chars): Fix for ascii-compatible charset
19704 made by a mapping table.
19705
19706 2008-02-01 Kenichi Handa <handa@m17n.org>
19707
19708 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
19709 not.
19710 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
19711 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
19712
19713 * xterm.c (x_draw_composite_glyph_string_foreground): Check
19714 s->face is NULL or not.
19715
19716 2008-02-01 Kenichi Handa <handa@m17n.org>
19717
19718 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
19719 (x_draw_glyph_string): Fix drawing of right_overhang and
19720 left_overhang around/on cursor.
19721
19722 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
19723
19724 2008-02-01 Kenichi Handa <handa@m17n.org>
19725
19726 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
19727
19728 2008-02-01 Kenichi Handa <handa@m17n.org>
19729
19730 * coding.c (Fdefine_coding_system_internal)
19731 (Fdefine_coding_system_alias): Avoid a duplicated element in
19732 Vcoding_system_alist.
19733
19734 2008-02-01 Kenichi Handa <handa@m17n.org>
19735
19736 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
19737
19738 * coding.c (Qcoding_system_define_form): New variable.
19739 (syms_of_coding): Intern and staticpro it.
19740 (Fcoding_system_p): Check Qcoding_system_define_form.
19741 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
19742
19743 * coding.h (CODING_SYSTEM_P): If ID is not available, call
19744 Fcoding_system_p.
19745 (CHECK_CODING_SYSTEM): If ID is not available, call
19746 Fcheck_coding_system.
19747 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
19748 Try also Fcheck_coding_system.
19749
19750 2008-02-01 Kenichi Handa <handa@m17n.org>
19751
19752 * coding.c (code_conversion_restore): GCPRO arg.
19753
19754 2008-02-01 Kenichi Handa <handa@m17n.org>
19755
19756 * character.c (lisp_string_width): Check multibyteness of STRING.
19757
19758 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19759
19760 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
19761 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
19762 (decode_mac_font_name): Use decode_coding_c_string instead of
19763 decode_coding.
19764 (x_load_font): Initialize fontp->fontset to -1. Set
19765 fontp->encoding_type.
19766
19767 2008-02-01 Kenichi Handa <handa@m17n.org>
19768
19769 * search.c (search_buffer): Give up BM search on case-fold-search
19770 if one of a target character has a case-equivalence of different
19771 byte length even if that target charcter is an ASCII.
19772 (simple_search): Fix calculation of byte length of matched text.
19773 (boyer_moore): Fix handling of case-equivalent multibyte characters.
19774
19775 2008-02-01 Kenichi Handa <handa@m17n.org>
19776
19777 * coding.c (decode_coding): Fix handling of invalid bytes.
19778
19779 2008-02-01 Kenichi Handa <handa@m17n.org>
19780
19781 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
19782 Unicode characters.
19783
19784 2008-02-01 Kenichi Handa <handa@m17n.org>
19785
19786 * coding.c (encode_coding_object): If a pre-write-conversion
19787 function makes a new buffer, kill it.
19788
19789 2008-02-01 Kenichi Handa <handa@m17n.org>
19790
19791 * coding.c (QCascii_compatible_p): New variable.
19792 (syms_of_coding): Initialize it.
19793 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
19794 calling string_char.
19795 (record_conversion_result): Add `default:' case.
19796 (coding_charset_list): Delete unused variable `coding_type'.
19797 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
19798 property in the plist of the coding system.
19799 (Fcoding_system_put): Check QCascii_compatible_p.
19800
19801 2008-02-01 Miles Bader <miles@gnu.org>
19802
19803 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
19804 removed calculation of frame `f', as it's now used.
19805
19806 2008-02-01 Kenichi Handa <handa@m17n.org>
19807
19808 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
19809 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
19810 (UNIDATA): New variable.
19811 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
19812 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
19813 $(RUN_TEMACS) unconditionally.
19814
19815 2008-02-01 Kenichi Handa <handa@m17n.org>
19816
19817 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
19818 (admindir): New variable.
19819 ($(lispsource)international/charprop.el): New target.
19820
19821 2008-02-01 Miles Bader <miles@gnu.org>
19822
19823 * character.c (chars-in-region): Remove obsolete function.
19824 (syms_of_character): Remove its initialization.
19825
19826 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
19827
19828 * w32select.c (validate_coding_system)
19829 (setup_windows_coding_system): New functions.
19830 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
19831 setup_windows_coding_system.
19832 (setup_config, Fw32_get_clipboard_data): Use
19833 validate_coding_system.
19834 (Fx_selection_exists): Move call to setup_config to a place
19835 where signals are allowed.
19836
19837 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
19838 (Fcheck_coding_system): Add declarations.
19839
19840 2008-02-01 Kenichi Handa <handa@m17n.org>
19841
19842 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
19843
19844 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19845
19846 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
19847 string as the second argument for x_new_fontset.
19848
19849 2008-02-01 Kenichi Handa <handa@m17n.org>
19850
19851 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
19852 (encode_coding_object): Use safe_call instead of call2.
19853
19854 2008-02-01 Kenichi Handa <handa@m17n.org>
19855
19856 * fontset.c (Fset_fontset_font): Check family element of a given vector.
19857
19858 * Makefile.in (lisp): Include charprop.el.
19859
19860 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19861
19862 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
19863 Not sure if it's unnecessary.
19864
19865 2008-02-01 Steven Tamm <steventamm@mac.com>
19866
19867 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
19868 some possibly unnecessary fontset checking code that crashed
19869 when creating a new frame.
19870
19871 2008-02-01 Kenichi Handa <handa@m17n.org>
19872
19873 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
19874 lookup_face.
19875
19876 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
19877
19878 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
19879
19880 2008-02-01 Kenichi Handa <handa@m17n.org>
19881
19882 * coding.c: Cancel the change done in HEAD on 2008-02-01.
19883 (coding_charset_list): New function.
19884
19885 * coding.h (coding_charset_list): Extern it.
19886
19887 2008-02-01 Kenichi Handa <handa@m17n.org>
19888
19889 * fontset.c (Fset_fontset_font): Call find_font_encoding with
19890 concatenation of family and registry.
19891
19892 2008-02-01 Kenichi Handa <handa@m17n.org>
19893
19894 * character.h (BYTE8_STRING): Fix typo.
19895
19896 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
19897 string to multibyte (sync to HEAD).
19898
19899 * casefiddle.c (casify_region): Handle changes in byte-length
19900 using replace_range_2 (sync to HEAD).
19901
19902 2008-02-01 Andreas Schwab <schwab@suse.de>
19903
19904 * chartab.c (map_char_table): GCPRO table and arg.
19905
19906 2008-02-01 Kenichi Handa <handa@m17n.org>
19907
19908 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
19909 already at limit.
19910
19911 2008-02-01 Kenichi Handa <handa@m17n.org>
19912
19913 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
19914 instead of fast_c_string_match_ignore_case.
19915 (find_font_encoding): Change argument to Lisp_Object. Use
19916 fast_string_match_ignore_case instead of
19917 fast_c_string_match_ignore_case. Change caller.
19918
19919 2008-02-01 Kenichi Handa <handa@m17n.org>
19920
19921 * xdisp.c (get_next_display_element): In unibyte case, decide to
19922 display in octal form by checking a character by
19923 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
19924
19925 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
19926
19927 * character.c (unibyte_has_multibyte_table): New variable.
19928
19929 * character.h (unibyte_has_multibyte_table): Extern it.
19930 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
19931
19932 2008-02-01 Kenichi Handa <handa@m17n.org>
19933
19934 * coding.c (encode_coding_iso_2022): Fix handling of charset
19935 annotation.
19936
19937 2008-02-01 Kenichi Handa <handa@m17n.org>
19938
19939 * coding.c (setup_coding_system): If coding_system is nil, use
19940 Qundecided.
19941 (Fterminal_coding_system): Return nil if terminal coding system is
19942 `undecided'.
19943 (syms_of_coding): Define coding-system `undecided' here. Setup
19944 terminal_coding as `undecided'.
19945
19946 2008-02-01 Kenichi Handa <handa@m17n.org>
19947
19948 * xdisp.c (message_dolog, set_message_1): Call
19949 unibyte_char_to_multibyte with arg type int.
19950
19951 * lread.c (read1): Fix reading of a char-table.
19952
19953 * print.c (print_object): Include sub char-table in circularities
19954 detection.
19955
19956 2008-02-01 Kenichi Handa <handa@m17n.org>
19957
19958 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
19959 Append the found sequences in car of ARGS instead of prepending.
19960
19961 2008-02-01 Kenichi Handa <handa@m17n.org>
19962
19963 * fileio.c (report_file_error): Make a unibyte string from
19964 strerror (errorno).
19965 (Fsubstitute_in_file_name): Fix the arg to
19966 unibyte_char_to_multibyte. It is evaluated twice.
19967
19968 2008-02-01 Kenichi Handa <handa@m17n.org>
19969
19970 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
19971
19972 2008-02-01 Kenichi Handa <handa@m17n.org>
19973
19974 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
19975 BOM is not found.
19976 (detect_coding, detect_coding_system): Optimization for ISO-2022
19977 when no 8-bit data is found.
19978
19979 2008-02-01 Jason Rumney <jasonr@gnu.org>
19980
19981 * w32fns.c (x_to_w32_font): Update to use new coding struct.
19982
19983 2008-02-01 Kenichi Handa <handa@m17n.org>
19984
19985 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
19986 CHARS.
19987
19988 2008-02-01 Steven Tamm <steventamm@mac.com>
19989
19990 * macterm.c (mac_encode_char): Add charset argument and update
19991 to use encoding_type.
19992 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
19993 switch to pure fontset.
19994 (decode_mac_font_name): Temporarily remove decoding.
19995 (x_font_name_to_mac_font_name): Temporarily remove encoding.
19996 (x_load_font): Temporarily remove encoding.
19997
19998 2008-02-01 Kenichi Handa <handa@m17n.org>
19999
20000 * xfaces.c (Fface_font): If frame is not on a window system,
20001 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
20002 refer to face->font.
20003 (split_font_name_into_vector, build_font_name_from_vector)
20004 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
20005 when HAVE_WINDOW_SYSTEM is defined.
20006
20007 2008-02-01 Kenichi Handa <handa@m17n.org>
20008
20009 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
20010 (x_produce_glyphs): Fix setting of members of cmp in case
20011 cmp->glyph_len is zero.
20012
20013 * fontset.c (Fset_fontset_font): Fix docstring.
20014 (Ffontset_info): Make it backward compatible. New arg ALL.
20015
20016 2008-02-01 Kim F. Storm <storm@cua.dk>
20017
20018 * process.c (read_process_output): Grow decoding_buf when needed;
20019 this could cause a crash in allocate_string and compact_small_strings.
20020
20021 2008-02-01 Kenichi Handa <handa@m17n.org>
20022
20023 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
20024
20025 2008-02-01 Kenichi Handa <handa@m17n.org>
20026
20027 * coding.c (setup_coding_system): Set coding->common_flags
20028 correctly for raw-text.
20029 (consume_chars): On encoding unibyte text by raw-text, don't check
20030 multibyte form.
20031 (encode_coding): On encoding by raw-text, never use translation tables.
20032
20033 * fileio.c (e_write): Short cut for the case of no encoding.
20034
20035 2008-02-01 Kenichi Handa <handa@m17n.org>
20036
20037 * coding.c (detect_coding, detect_coding_system): Delete unused
20038 variables.
20039
20040 2008-02-01 Kenichi Handa <handa@m17n.org>
20041
20042 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
20043 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
20044
20045 2008-02-01 Kenichi Handa <handa@m17n.org>
20046
20047 * coding.c (Ffind_coding_systems_region_internal): Include
20048 raw-text and no-conversion in the result.
20049
20050 2008-02-01 Kenichi Handa <handa@m17n.org>
20051
20052 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
20053 (load_font_get_repertory): Delete unnecessary check of ENCODING of
20054 FONT_DEF.
20055 (font_def_arg, add_arg, from_arg, to_arg): New args.
20056 (set_fontset_font): Change argument.
20057 (Fset_fontset_font): Fix for the case that TARGET is a script
20058 name and charset name.
20059 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
20060
20061 2008-02-01 Kenichi Handa <handa@m17n.org>
20062
20063 * fontset.c (fontset_font): Rename from fontset_face. Change return
20064 value.
20065 (face_suitable_for_char_p, face_for_char): Adjust for the change
20066 of fontset_font.
20067 (make_fontset_for_ascii_face): Fix setting of the fontset element
20068 for ASCII.
20069 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
20070 to get a font name.
20071 (Ffontset_info): Adjust for the change of fontset_font.
20072
20073 * coding.c (emacs_mule_char): Check invalid code more rigidly.
20074
20075 * character.h (LEADING_CODE_LATIN_1_MIN)
20076 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
20077
20078 2008-02-01 Kenichi Handa <handa@m17n.org>
20079
20080 * editfns.c (check_translation): New function.
20081 (Ftranslate_region_internal): Handle M:N mapping.
20082
20083 2008-02-01 Kenichi Handa <handa@m17n.org>
20084
20085 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
20086
20087 2008-02-01 Kenichi Handa <handa@m17n.org>
20088
20089 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
20090 goto invalid_code.
20091 (decode_coding_iso_2022): Fix handling of invalid designation.
20092
20093 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
20094 after calling code_conversion_save.
20095
20096 2008-02-01 Kenichi Handa <handa@m17n.org>
20097
20098 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
20099
20100 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
20101
20102 * fontset.c: Include "intervals.h".
20103 (fontset_face): Fix comparing of Lisp_Objects.
20104 (free_face_fontset, new_fontset_from_font_name): Fix
20105 Lisp_Object/int mixup.
20106
20107 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
20108
20109 * coding.c: Add many prototypes for static functions.
20110 (get_translation_table): Allow max_lookup to be NULL.
20111 (decode_coding, Ffind_coding_systems_region_internal)
20112 (Funencodable_char_position, Fcheck_coding_systems_region): Call
20113 get_translation_table with max_lookup NULL.
20114
20115 2008-02-01 Kenichi Handa <handa@m17n.org>
20116
20117 * coding.c (get_translation_table): Declare it as Lisp_Object.
20118 (LOOKUP_TRANSLATION_TABLE): New macro.
20119 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
20120 instead of CHAR_TABLE_REF.
20121
20122 2008-02-01 Kenichi Handa <handa@m17n.org>
20123
20124 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
20125 annotation data format.
20126 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
20127 Change arguments FROM and TO to single argument NCHARS. Change caller.
20128 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
20129 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
20130 (decode_coding_ccl, decode_coding_charset): Pay attention to
20131 coding->charbuf_used.
20132 (get_translation): New function.
20133 (produce_chars): New arguments translation_table and last_block.
20134 Translate characters here. Return number of carryover chars.
20135 Change caller.
20136 (produce_composition): New argument pos. Change caller.
20137 Adjust for the change of annotation data format.
20138 (produce_charset, produce_annotation): Likewise.
20139 (decode_coding, encode_coding): Don't call translate_chars.
20140 (consume_chars): New arg translation_table. Change caller.
20141 (translate_chars): Delete.
20142 (syms_of_coding): Make translation-table's number of extra slots 2.
20143
20144 2008-02-01 Kenichi Handa <handa@m17n.org>
20145
20146 * search.c (simple_search): Fix setting this_pos_byte in backward
20147 search.
20148
20149 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
20150 byte sequence.
20151 (detect_coding_ccl): Fix setting of the variable valids.
20152
20153 2008-02-01 Kenichi Handa <handa@m17n.org>
20154
20155 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
20156
20157 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
20158
20159 * editfns.c (Ftranslate_region_internal): Rename from
20160 Ftranslate_region. Accept a char-table in TABLE.
20161 (syms_of_editfns): Defsubr Stranslate_region_internal.
20162
20163 * xfaces.c (set_lface_from_font_name): If a font is specified for
20164 a frame, generate a fontset from the font.
20165 (build_scalable_font_name): If the scalable font is requested for
20166 a specific size, don't change that size.
20167 (try_font_list): Try a scalable font also in the case that a
20168 pattern string is specified.
20169
20170 2008-02-01 Kenichi Handa <handa@m17n.org>
20171
20172 * xfaces.c (Fface_font): New optional arg CHARACTER.
20173
20174 2008-02-01 Kenichi Handa <handa@m17n.org>
20175
20176 * charset.h (CHARSET_OFFSET): New macro.
20177
20178 2008-02-01 Kenichi Handa <handa@m17n.org>
20179
20180 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
20181
20182 * fontset.c (fontset_face): Handle the case that repertory is a
20183 char-table.
20184 (find_font_encoding): Return nil for unknown encoding.
20185 (Fset_fontset_font): Ignore a font of unknown encoding.
20186
20187 2008-02-01 Kenichi Handa <handa@m17n.org>
20188
20189 * keymap.c (describe_vector): Handle default value of a char table.
20190
20191 * fontset.c (fontset_face): Handle fallback fonts correctly.
20192 (Ffontset_info): Return infomation about fallback fonts.
20193
20194 2008-02-01 Kenichi Handa <handa@m17n.org>
20195
20196 * fontset.c (FONTSET_DEFAULT): New macro.
20197 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
20198 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
20199 the case that it is nil.
20200 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
20201 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
20202
20203 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
20204 subset or superset.
20205
20206 2008-02-01 Kenichi Handa <handa@m17n.org>
20207
20208 * emacs.c (main): Call init_charset after syms_of_XXX.
20209
20210 * charset.c (Vcharset_map_directory): Delete.
20211 (Vcharset_map_path): New variable.
20212 (load_charset_map_from_file): Use Vcharset_map_path instead.
20213 (init_charset): Initialize Vcharset_map_path.
20214 (syms_of_charset): Delete declaration of "charset-map-directory",
20215 add declaration of "charset-map-path".
20216
20217 2008-02-01 Kenichi Handa <handa@m17n.org>
20218
20219 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
20220 ASCII only string.
20221
20222 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
20223
20224 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
20225 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
20226
20227 2008-02-01 Kenichi Handa <handa@m17n.org>
20228
20229 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
20230
20231 * coding.c (QCmnemonic, QCdefalut_char)
20232 (QCdecode_translation_table, QCencode_translation_table)
20233 (QCpost_read_conversion, QCpre_write_conversion): New variables.
20234 (get_translation_table): Return a list of translation tables if
20235 necessary.
20236 (decode_coding): Call get_translation_table with ENCODEP 0.
20237 (char_encodable_p): If translation_table is non-nil, always call
20238 translate_char.
20239 (Fdefine_coding_system_internal): Accept list of translation
20240 tables as :encode-translation-table and :decode-translation-table.
20241 (Fcoding_system_put): New function.
20242 (syms_of_coding): Declare new symbols. Defsubr
20243 Scoding_system_put.
20244 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
20245 typically JISX0212.
20246
20247 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
20248 when the charset is superset type.
20249
20250 * character.c (translate_char): Accept list of translation tables.
20251
20252 2008-02-01 Kenichi Handa <handa@m17n.org>
20253
20254 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
20255 (CODING_ATTR_TRANS_TBL): New macro.
20256
20257 * coding.c (get_translation_table): New function.
20258 (translate_chars): Fix the bug of skipping annotation data.
20259 (decode_coding, encode_coding): Utilize get_translation_table.
20260 (char_encodable_p, Funencodable_char_position): Translate char if
20261 necessary.
20262 (Ffind_coding_systems_region_internal)
20263 (Fcheck_coding_systems_region): Setup translation table for encode
20264 in a coding system attribute vector in advance.
20265 (Fdefine_coding_system_internal): Allow a symbol as translation
20266 table. For shift-jis type coding system, allow 4th charset.
20267
20268 2008-02-01 Kenichi Handa <handa@m17n.org>
20269
20270 * coding.c (decode_coding_sjis): Check the first byte rigidly.
20271
20272 * xdisp.c (get_next_display_element): Pass -1 as POS to
20273 FACE_FOR_CHAR if displaying a C-string.
20274
20275 2008-02-01 Kenichi Handa <handa@m17n.org>
20276
20277 * composite.c (get_composition_id): Handle xoff and yoff in a
20278 composition rule.
20279
20280 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
20281 (struct composition): New member lbearing and rbearing.
20282
20283 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
20284 (x_get_glyph_overhangs): Handle a composition glyph.
20285 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
20286
20287 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
20288 composition glyph.
20289
20290 2008-02-01 Kenichi Handa <handa@m17n.org>
20291
20292 * print.c: Include charset.h.
20293 (Vprint_charset_text_property): New variable.
20294 (Qdefault): Extern it.
20295 (PRINT_STRING_NON_CHARSET_FOUND)
20296 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
20297 (print_check_string_result): New variable.
20298 (print_check_string_charset_prop): New function.
20299 (print_prune_charset_plist): New variable.
20300 (print_prune_string_charset): New function.
20301 (print_object): Call print_prune_string_charset if
20302 Vprint_charset_text_property is not t.
20303 (print_interval): Print nothing if interval->plist is nil.
20304 (syms_of_print): Declare Vprint_charset_text_property as a lisp
20305 variable. Init and staticpro print_prune_charset_plist.
20306
20307 2008-02-01 Kenichi Handa <handa@m17n.org>
20308
20309 * fontset.c (new_fontset_from_font_name): Use the specified font
20310 for all characters in the new fontset.
20311
20312 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
20313 OBJECT args.
20314
20315 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
20316 OBJECT args for composition too.
20317
20318 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
20319 OBJECT args.
20320
20321 2008-02-01 Kenichi Handa <handa@m17n.org>
20322
20323 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
20324
20325 * fontset.c (reorder_font_vector): Adjust for the change of
20326 FONT_DEF format.
20327 (fontset_face): New arg id. Change caller.
20328 (face_for_char): New args pos and object.
20329 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
20330 (fs_query_fontset): Check NAME by Fassoc too.
20331 (Fset_fontset_font): Allow non-XLFD font name.
20332 (Ffontset_info): Adjust for the change of FONT_DEF format.
20333
20334 * fontset.h (face_for_char): Adjust prototype.
20335
20336 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
20337 (append_space, extend_face_to_end_of_line)
20338 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
20339 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
20340
20341 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
20342 POS and OBJECT args.
20343
20344 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
20345 POS and OBJECT args.
20346
20347 2008-02-01 Jason Rumney <jasonr@gnu.org>
20348
20349 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
20350 of GlobalAlloc'ed memory.
20351
20352 2008-02-01 Kenichi Handa <handa@m17n.org>
20353
20354 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
20355
20356 * charset.h (charset_table_used): Delete extern.
20357
20358 * charset.c (charset_table_used): Make it static.
20359 (map_charset_chars): Fix args to c_function with.
20360
20361 * chartab.c (map_sub_char_table_for_charset): Fix args to
20362 c_function with.
20363
20364 * coding.h (enum coding_result_code): Delete
20365 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
20366
20367 * coding.c (Qinsufficient_source, Qinconsistent_eol)
20368 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
20369 (Vlast_code_conversion_error): New variables.
20370 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
20371 (ONE_MORE_BYTE): Record error if any instead of signaling an
20372 error. If non-ASCII multibyte char is found, return the negative
20373 value of the code. All callers changed to check it.
20374 (ONE_MORE_BYTE_NO_CHECK): Likewise.
20375 (record_conversion_result): New function. Change all codes setting
20376 coding->result to call this function.
20377 (detect_coding_utf_8, decode_coding_utf_8)
20378 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
20379 Don't use the local variable incomplete.
20380 (emacs_mule_char): Change the second arg to `const'.
20381 (decode_coding): Fix of flushing out unprocessed data.
20382 (make_conversion_work_buffer): Fix making of a work buffer.
20383 (decode_coding_object): Return coding->dst_object.
20384
20385 * fontset.c (set_fontset_font): Fix args.
20386
20387 * lisp.h (CHARACTERBITS): Define as 22.
20388
20389 * process.c (send_process): Be sure to set coding->src_multibyte.
20390
20391 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
20392
20393 2008-02-01 Kenichi Handa <handa@m17n.org>
20394
20395 * xdisp.c (handle_auto_composed_prop): Give limit to
20396 Fnext_single_char_property_change.
20397
20398 2008-02-01 Kenichi Handa <handa@m17n.org>
20399
20400 * composite.c (syms_of_composite): Don't make the composition hash
20401 table weak.
20402
20403 * fontset.c (Fset_fontset_font): Fix docstring.
20404
20405 * lisp.h (detect_coding_system): Adjust prototype.
20406
20407 * fileio.c (kill_workbuf_unwind): Delete this function.
20408 (Finsert_file_contents): Adjust the call of detect_coding_system.
20409 Get conversion_buffer by code_conversion_save. Use the macro
20410 CODING_MAY_REQUIRE_DECODING. After decoding, update
20411 coding_system.
20412
20413 * coding.h (make_conversion_work_buffer): Delete extern.
20414 (code_conversion_save): Extern it.
20415
20416 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
20417 (CODING_GET_INFO): Delete argument eol_type. Change callers.
20418 (decode_coding_utf_8): Don't do eol converion.
20419 (detect_coding_utf_16): Check coding->src_chars, not
20420 coding->src_bytes. Add heuristics for those that have no signature.
20421 (decode_coding_emacs_mule, decode_coding_iso_2022)
20422 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
20423 Don't do eol converion.
20424 (adjust_coding_eol_type): Return a new coding system.
20425 (detect_coding): Don't detect eol. Fix for utf-16 detection.
20426 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
20427 each change.
20428 (decode_coding): Pay attention to undo_list. Do eol conversion for
20429 all types of coding-systems (if necessary).
20430 (Vcode_conversion_work_buf_list): Delete it.
20431 (Vcode_conversion_reused_workbuf): Rename from
20432 Vcode_conversion_reused_work_buf.
20433 (Vcode_conversion_workbuf_name): New variable.
20434 (reused_workbuf_in_use): New variable.
20435 (make_conversion_work_buffer): Delete the arg DEPTH.
20436 (code_conversion_restore): Change argument to cons.
20437 (code_conversion_save): Delete the argument BUFFER. Change callers.
20438 (detect_coding_system): New argument src_chars. Change callers.
20439 Fix for utf-16 detection.
20440 (init_coding_once): Don't use ISO_carriage_return.
20441 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
20442 reused_workbuf_in_use.
20443
20444 2008-02-01 Kenichi Handa <handa@m17n.org>
20445
20446 * keymap.c (store_in_keymap): Pay attention to the case that idx
20447 is a cons specifying a character range.
20448
20449 2008-02-01 Kenichi Handa <handa@m17n.org>
20450
20451 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
20452 HANDLED_RECOMPUTE_PROPS.
20453
20454 * coding.c (Fdefine_coding_system_internal): Fix checking of
20455 ascii compatibility.
20456
20457 2008-02-01 Kenichi Handa <handa@m17n.org>
20458
20459 * charset.c (find_charsets_in_text): Delete unused locale variable.
20460 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
20461
20462 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
20463 Resync charset_list to Vemacs_mule_charset_list.
20464
20465 * keymap.c (store_in_keymap): Pay attention to the case that idx
20466 is a cons specifying a character range.
20467
20468 2008-02-01 Kenichi Handa <handa@m17n.org>
20469
20470 * composite.c (update_compositions): Bind inhibit-read-only, etc
20471 to t before calling remove-list-of-text-properties.
20472
20473 * print.c (print_object): Always print ASCII chars as is.
20474
20475 2008-02-01 Kenichi Handa <handa@m17n.org>
20476
20477 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
20478
20479 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
20480 is a char table.
20481
20482 2008-02-01 Kenichi Handa <handa@m17n.org>
20483
20484 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
20485
20486 2008-02-01 Kenichi Handa <handa@m17n.org>
20487
20488 * xfaces.c (set_lface_from_font_name): Fix for the case that
20489 FONTNAME is not fontset name.
20490
20491 2008-02-01 Kenichi Handa <handa@m17n.org>
20492
20493 * fns.c (base64_encode_1): Fix previous change.
20494
20495 2008-02-01 Kenichi Handa <handa@m17n.org>
20496
20497 * fontset.c (set_fontset_font): New function.
20498 (Fset_fontset_font): If a font is specified for a charset, use
20499 map_charset_chars to store the font spec in a fontset.
20500
20501 2008-02-01 Kenichi Handa <handa@m17n.org>
20502
20503 * fontset.c (fontset_face): Create a fallback fontset on demand.
20504 (make_fontset): Don't create a fallback fontset here.
20505 (free_face_fontset): Free a fallback fontset (if any) too.
20506 (n_auto_fontsets): Delete this variable.
20507 (auto_fontset_alist): New variable.
20508 (new_fontset_from_font_name): Check auto_fontset_alist.
20509 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
20510 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
20511 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
20512 Defsubr Sfontset_list_all.
20513
20514 2008-02-01 Kenichi Handa <handa@m17n.org>
20515
20516 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
20517
20518 2008-02-01 Kenichi Handa <handa@m17n.org>
20519
20520 * fontset.c (Fnew_fontset): Check NAME more rigidly.
20521
20522 2008-02-01 Kenichi Handa <handa@m17n.org>
20523
20524 * editfns.c (Fgoto_char): Fix docstring.
20525
20526 2008-02-01 Kenichi Handa <handa@m17n.org>
20527
20528 * insdel.c (insert_from_gap): Adjust intervals correctly.
20529
20530 2008-02-01 Jason Rumney <jasonr@gnu.org>
20531
20532 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
20533 (pfnGetFontUnicodeRanges): New dynamically loaded function.
20534 (w32_initialize): Try to load it.
20535 (x_get_font_repertory): Use it if available.
20536 (w32_encode_char): Add shortcut for unicode output.
20537
20538 * w32fns.c (w32_load_system_font): Default charset to -1.
20539 (x_to_w32_charset): Match all fonts for unicode.
20540 (w32_to_x_charset): New parameter matching. Don't return partial
20541 or wildcard charsets.
20542 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
20543 (w32_codepage_for_font): Return CP_UNICODE for unicode.
20544 (w32_to_x_font): Match charset to real charset.
20545 (enum_font_cb2): Always list unicode versions.
20546
20547 * makefile.w32-in (temacs): Increase EMHEAP.
20548
20549 2008-02-01 Jason Rumney <jasonr@gnu.org>
20550
20551 * w32term.c (w32_encode_char): New charset parameter.
20552 font_info.encoding becomes encoding_type.
20553 (x_get_font_repertory): New function. Warning: stub only!
20554 (x_new_font): Return quickly if font already set.
20555 (x_new_fontset): fontsetname parameter is Lisp_Object.
20556 Use new fs_query_fontset. Try new_fontset_from_font_name.
20557 Use fontset_name for return value.
20558
20559 * w32term.h: Declare x_get_font_repertory.
20560
20561 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
20562 place of find_charset_in_text. Use encode_coding_object in place
20563 of encode_coding.
20564 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
20565 decode_coding.
20566
20567 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
20568 of x_new_fontset.
20569 (w32_load_system_font): Initialize charset as unicode.
20570 font_info.encoding becomes encoding_type.
20571 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
20572 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
20573 (syms_of_w32fns): Set get_font_repertory_func.
20574
20575 * w32console.c: Include character.h. Use terminal_encode_buffer
20576 from term.c.
20577 (write_glyphs): Use new version of encode_terminal_code. Use
20578 encode_coding_object in place of encode_coding.
20579
20580 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
20581 encoding becomes encoding_type.
20582
20583 * term.c (terminal_encode_buffer): Make externally visible.
20584
20585 * makefile.w32-in: Add character.h dependancies.
20586 (character.o, chartab.o): New targets.
20587
20588 2008-02-01 Kenichi Handa <handa@m17n.org>
20589
20590 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
20591 CODING_ID_EOL_TYPE.
20592
20593 2008-02-01 Andreas Schwab <schwab@suse.de>
20594
20595 * coding.c (produce_chars): Revert last change.
20596
20597 2008-02-01 Kenichi Handa <handa@m17n.org>
20598
20599 * charset.h (charset_unicode): Extern it.
20600
20601 * charset.c (string_xstring_p): Check by (C >= 0x100).
20602 (find_charsets_in_text): Change format of the arc CHARSETS. New
20603 arg MULTIBYTE.
20604 (Ffind_charset_region, Ffind_charset_string): Adjust for the
20605 change of find_charsets_in_text.
20606 (Fsplit_char): Fix doc. Never return unknown.
20607
20608 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
20609
20610 * coding.c (Fdefine_coding_system_alias): Update
20611 Vcoding_system_list.
20612
20613 * fontset.c (load_font_get_repertory): Pay attention to the case
20614 that ENCODING of a font is specified by a char-table.
20615
20616 * xterm.c (x_get_font_repertory): Handle the case that the
20617 encoding of font is other than Unicode.
20618
20619 2008-02-01 Kenichi Handa <handa@m17n.org>
20620
20621 * term.c (encode_terminal_code): Don't handle glyph-table. Check
20622 if a character is encodable by the terminal coding system. If
20623 not, produces proper number of `?'s. Update
20624 terminal_encode_buffer and terminal_encode_buf_size if necessary.
20625 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
20626
20627 2008-02-01 Kenichi Handa <handa@m17n.org>
20628
20629 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
20630 variables.
20631 (encode_terminal_code): Change argument. Encode multiple
20632 characters at once. Store the result of encoding in
20633 terminal_encode_buffer.
20634 (write_glyphs, insert_glyphs): Adjust for the change of
20635 encode_terminal_code.
20636 (term_init): Initialize terminal_encode_buffer and
20637 terminal_encode_buf_size.
20638
20639 * coding.c (consume_chars): If coding->src_object is nil, don't
20640 check annotation.
20641
20642 2008-02-01 Kenichi Handa <handa@m17n.org>
20643
20644 * character.c (char_string): Use ASCII_CHAR_P instead of
20645 SINGLE_BYTE_CHAR_P.
20646
20647 2008-02-01 Kenichi Handa <handa@m17n.org>
20648
20649 * xdisp.c (handle_auto_composed_prop): Check if the last
20650 characters of auto-composed region is newly composed with the
20651 following characters.
20652 (handle_composition_prop): Fix checking of point being inside
20653 composition.
20654
20655 2008-02-01 Kenichi Handa <handa@m17n.org>
20656
20657 * fns.c (concat): Don't change multibyteness of the result by
20658 concatenating an 8-bit character.
20659
20660 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
20661 multibyteness of the result when newelt is an 8-bit character.
20662
20663 2008-02-01 Dave Love <fx@gnu.org>
20664
20665 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
20666 EMACS_INT.
20667
20668 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
20669
20670 * xfaces.c (face_numeric_value): Declare dim size_t.
20671 (Finternal_lisp_face_equal_p): Remove unused f.
20672
20673 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
20674 (MATRIX_ROW): Remove unused vars.
20675 (draw_glyphs, x_insert_glyphs, fast_find_position)
20676 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
20677 byte/char counts.
20678
20679 * regex.c (regex_compile): Remove unused var.
20680
20681 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
20682
20683 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
20684 (Faccessible_keymaps, where_is_internal): Remove unused vars.
20685
20686 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
20687
20688 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
20689
20690 * fileio.c (Fwrite_region): Remove unused var.
20691
20692 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
20693 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
20694
20695 * composite.c (Fremove_list_of_text_properties): Declare.
20696
20697 * coding.c (inhibit_pre_post_conversion): Remove (unused).
20698 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
20699 (coding_inherit_eol_type): Remove unused attrs.
20700 (detect_coding): Cast arg of detect_eol.
20701
20702 * charset.c (syms_of_charset): Remove unused var p.
20703 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
20704 byte/char counts.
20705
20706 * casetab.c (set_case_table): Remove unused var.
20707
20708 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
20709 unused vars.
20710
20711 2008-02-01 Dave Love <fx@gnu.org>
20712
20713 * xterm.c (x_bitmap_mask): Declare.
20714
20715 2008-02-01 Dave Love <fx@gnu.org>
20716
20717 * xterm.c (x_term_init): Fix type error.
20718
20719 * lisp.h: Add Funibyte_char_to_multibyte.
20720
20721 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
20722 (Fset_coding_system_priority): Doc fix.
20723
20724 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
20725
20726 * indent.c (check_composition): Make start and end EMACS_INT.
20727
20728 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
20729
20730 * xdisp.c (handle_composition_prop, check_point_in_composition):
20731 Make buffer positions EMACS_INT.
20732
20733 * composite.c (find_composition, run_composition_function)
20734 (update_compositions, Ffind_composition_internal): Make buffer
20735 positions EMACS_INT.
20736
20737 * composite.h (find_composition, update_compositions): Make
20738 position args EMACS_INT.
20739
20740 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
20741
20742 * intervals.c (get_property_and_range):
20743 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
20744
20745 * unexalpha.c: Don't include varargs.h.
20746
20747 2008-02-01 Dave Love <fx@gnu.org>
20748
20749 * coding.h (ENCODE_UTF_8): New.
20750
20751 * Makefile.in (gtkutil.o): Depend on coding.h.
20752
20753 * coding.c (Fset_coding_system_priority): Doc fix.
20754
20755 2008-02-01 Kenichi Handa <handa@m17n.org>
20756
20757 * fileio.c (Finsert_file_contents): Call setup_coding_system in
20758 the case of auto saving.
20759
20760 2008-02-01 Andreas Schwab <schwab@suse.de>
20761
20762 * chartab.c (map_char_table, map_char_table_for_charset): Protect
20763 `range' from GC.
20764
20765 2008-02-01 Kenichi Handa <handa@m17n.org>
20766
20767 * coding.c (decode_coding_sjis): Check bytes more rigidly.
20768
20769 2008-02-01 Kenichi Handa <handa@m17n.org>
20770
20771 * fileio.c (choose_write_coding_system): Return a decided coding system.
20772 (Fwrite_region): Set Vlast_coding_system_used to the return value
20773 of choose_write_coding_system.
20774
20775 2008-02-01 Kenichi Handa <handa@m17n.org>
20776
20777 * charset.c (Fset_charset_priority): Pay attention to duplicated
20778 arguments.
20779
20780 * coding.c (QCcategory): New variable.
20781 (syms_of_coding): Defsym it. Set all elements of
20782 Vcoding_category_table and their symbol values.
20783 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
20784 coding-category-XXX, and coding-category-list.
20785 (Fdefine_coding_system_internal): Add category in the plist.
20786
20787 2008-02-01 Kenichi Handa <handa@m17n.org>
20788
20789 * callproc.c (Fcall_process): Handle carryover correctly.
20790
20791 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
20792 (raw_text_coding_system): Check NILP (coding_system).
20793 (coding_inherit_eol_type): Check NILP (coding_system) and
20794 NILP (parent).
20795 (consume_chars): Fix for the case of raw-text.
20796
20797 * process.c (read_process_output): Handle carryover correctly.
20798
20799 2008-02-01 Dave Love <fx@gnu.org>
20800
20801 * regex.c (re_search_2): Fix last change.
20802
20803 2008-02-01 Kenichi Handa <handa@m17n.org>
20804
20805 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
20806 target_multibyte. Even in a unibyte case, return a converted
20807 multibyte char.
20808 (GET_CHAR_AFTER): New macro.
20809 (PATFETCH): Translate via multibyte char.
20810 (HANDLE_UNIBYTE_RANGE): Delete this macro.
20811 (SETUP_MULTIBYTE_RANGE): New macro.
20812 (regex_compile): Setup compiled code so that its multibyteness
20813 matches that of a target. Fix the handling of "[X-YZ]" using
20814 SETUP_MULTIBYTE_RANGE.
20815 (analyse_first) <charset>: For filling fastmap for all multibyte
20816 characters, don't check by BASE_LEADING_CODE_P.
20817 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
20818 the same as RE_MULTIBYTE_P (bufp) now.
20819 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
20820 (TARGET_CHAR_AND_LENGTH): Delete this macro.
20821 (TRANSLATE_VIA_MULTIBYTE): New macro.
20822 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
20823 It is the same as RE_MULTIBYTE_P (bufp) now.
20824 <exactn>: Translate via multibyte.
20825 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
20826 translate it.
20827 <charset, charset_not>: Fetch a character by
20828 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
20829 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
20830 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
20831 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
20832 by GET_CHAR_AFTER.
20833 (bcmp_translate): Likewise.
20834
20835 * search.c (compile_pattern): Check the member target_multibyte,
20836 not the member multibyte of buf.
20837
20838 * lread.c (read1): While reading a string, set force_singlebyte
20839 and force_multibyte correctly.
20840
20841 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
20842 up of unibyte_to_multibyte_table.
20843
20844 2008-02-01 Kenichi Handa <handa@m17n.org>
20845
20846 * coding.c (setup_coding_system): If coding has
20847 post-read-conversion or pre-write-conversion, set
20848 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
20849 respectively.
20850 (decode_coding_gap): Run post-read-conversion if any.
20851
20852 * fileio.c (Finsert_file_contents): Even if we read into a
20853 unibyte buffer, check if we must decode the result or not.
20854
20855 2008-02-01 Kenichi Handa <handa@m17n.org>
20856
20857 * coding.c (make_conversion_work_buffer): Change the work buffer
20858 name to the same one as that of Emacs 21.
20859
20860 2008-02-01 Kenichi Handa <handa@m17n.org>
20861
20862 * coding.h (make_conversion_work_buffer): Adjust prototype.
20863 (code_conversion_restore): Don't extern it.
20864
20865 * coding.c (detected_mask): Delete unused variable.
20866 (decode_coding_iso_2022): Pay attention to the byte sequence of
20867 CTEXT extended segment, and retain those bytes as is.
20868 (decode_coding_ccl): Delete unused variable `valids'.
20869 (setup_coding_system): Delete unused variable `category'.
20870 (consume_chars): Delete unused variable `category'. Make it work
20871 for non-multibyte case.
20872 (make_conversion_work_buffer): Change argument.
20873 (saved_coding): Delete unused variable.
20874 (code_conversion_restore): Don't check saved_coding->destination.
20875 (code_conversion_save): New function.
20876 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
20877 instead of record_unwind_protect.
20878 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
20879 (detect_coding_system): Delete unused variable `mask'.
20880 (Fdefine_coding_system_internal): Delete unused variable id.
20881
20882 * fileio.c (kill_workbuf_unwind): New function.
20883 (Finsert_file_contents): On replacing, call
20884 make_conversion_work_buffer with correct args, and call
20885 record_unwind_protect with the first arg kill_workbuf_unwind.
20886
20887 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
20888
20889 2008-02-01 Kenichi Handa <handa@m17n.org>
20890
20891 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
20892 (fontset_add): Fix for the case that TO is less than TO1.
20893 (Ffontset_info): Don't use fallback fontset on checking the
20894 default fontset.
20895 (dump_fontset): New function for debugging.
20896
20897 * coding.c (Fdefine_coding_system_internal): Fix for the case that
20898 coding_type is Qcharset.
20899
20900 2008-02-01 Kenichi Handa <handa@m17n.org>
20901
20902 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
20903 (map_char_table): Don't inherit the value from the parent on
20904 initializing VAL. Adjust for the above change.
20905
20906 2008-02-01 Kenichi Handa <handa@m17n.org>
20907
20908 * coding.c (Qsignature, Qendian): Delete these variables.
20909 (syms_of_coding): Don't initialize them.
20910 (CATEGORY_MASK_UTF_16_AUTO): New macro.
20911 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
20912 detect_info->found.
20913 (decode_coding_utf_16): Don't detect BOM here.
20914 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
20915 is NOT utf_16_without_bom.
20916 (setup_coding_system): For a coding system of type utf-16, check
20917 if the attribute :endian is Qbig or not (not nil or not), and set
20918 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
20919 (detect_coding): If coding type is utf-16 and BOM detection is
20920 required, detect it.
20921 (Fdefine_coding_system_internal): For a coding system of type
20922 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
20923
20924 2008-02-01 Kenichi Handa <handa@m17n.org>
20925
20926 * coding.c (coding_set_source): Fix for the case that the current
20927 buffer is different from coding->src_object.
20928 (decode_coding_object): Don't use the conversion work buffer if
20929 DST_OBJECT is a buffer.
20930
20931 2008-02-01 Dave Love <fx@gnu.org>
20932
20933 * lread.c (read_emacs_mule_char) [len==2]: Index
20934 emacs_mule_charset correctly.
20935
20936 2008-02-01 Dave Love <fx@gnu.org>
20937
20938 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
20939 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
20940 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
20941 treated specially.)
20942 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
20943 (detected_mask): Remove Big5 bits.
20944
20945 2008-02-01 Kenichi Handa <handa@m17n.org>
20946
20947 The following changes are to make the font rescaling facility
20948 compatible with Emacs 21.
20949
20950 * xfaces.c (Vface_font_rescale_alist): Rename from
20951 Vface_resizing_fonts.
20952 (struct font_name): Rename member resizing_ratio to rescale_ratio.
20953 (font_rescale_ratio): Rename from font_resizing_ratio.
20954 (split_font_name): Set font->rescale_ratio.
20955 (better_font_p): Pay attention to font->rescale_ratio.
20956 (build_scalable_font_name): Likewise. Change RESX, and RESY
20957 fields.
20958 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
20959
20960 2008-02-01 Kenichi Handa <handa@m17n.org>
20961
20962 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
20963 (Qutf_16_le): Remove these variables.
20964 (syms_of_coding): Don't DEFSYM them.
20965 (decode_coding_utf_16): Fix handling of BOM.
20966 (encode_coding_utf_16): Fix handling of BOM.
20967
20968 2008-02-01 Kenichi Handa <handa@m17n.org>
20969
20970 * fileio.c (Finsert_file_contents): On replacing, before decoding
20971 the file into the work buffer, set point of the work buffer to the end.
20972
20973 2008-02-01 Dave Love <fx@gnu.org>
20974
20975 * coding.c (Fcheck_coding_systems_region): Fix type errors.
20976
20977 2008-02-01 Dave Love <fx@gnu.org>
20978
20979 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
20980 and fix C types.
20981
20982 2008-02-01 Kenichi Handa <handa@m17n.org>
20983
20984 * xdisp.c (SKIP_GLYPHS): New macro.
20985 (set_cursor_from_row): Pay attention to string display properties.
20986
20987 * category.c (copy_category_entry): Fix for the case that RANGE
20988 is an integer.
20989
20990 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
20991
20992 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
20993
20994 2008-02-01 Kenichi Handa <handa@m17n.org>
20995
20996 * charset.c (Fcharset_id_internal): New function.
20997 (syms_of_charset): Defsubr it.
20998
20999 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
21000 with the last arg charset_list acquired from coding.
21001 (Fdefine_coding_system_internal): For ccl-based coding system, fix
21002 the attribute coding_attr_ccl_valids.
21003
21004 * coding.h (enum define_coding_ccl_arg_index): Set the first
21005 member coding_arg_ccl_decoder to coding_arg_max.
21006
21007 * ccl.h (ccl_driver): Adjust prototype.
21008
21009 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
21010 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
21011 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
21012 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
21013 last arg Qnil.
21014
21015 2008-02-01 Kenichi Handa <handa@m17n.org>
21016
21017 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
21018 call encode_char.
21019
21020 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
21021
21022 2008-02-01 Dave Love <fx@gnu.org>
21023
21024 * composite.c (syms_of_composite): Make composition_hash_table weak.
21025
21026 2008-02-01 Kenichi Handa <handa@m17n.org>
21027
21028 * dispextern.h (check_face_attributes, generate_ascii_font_name)
21029 (font_name_registry): Don't extern them.
21030 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
21031
21032 * fontset.h (Qfontset): Don't extern it.
21033 (new_fontset_from_font_name): Extern it.
21034
21035 * fontset.c: Give 8 extra slots to fontset objects.
21036 (Qfontset_info): New variable.
21037 (syms_of_fontset): Defsym it.
21038 (FONTSET_FALLBACK): New macro.
21039 (fontset_face): Try also the default fontset.
21040 (make_fontset): Realize a fallback fontset from the default fontset.
21041 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
21042 using split_font_name_into_vector and build_font_name_from_vector.
21043 (Fset_fontset_font): Access the elements of font_spec by enum
21044 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
21045 name by using split_font_name_into_vector.
21046 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
21047 generate a proper font name from the fontset name. Update
21048 Vfontset_alias_alist.
21049 (n_auto_fontsets): New variable.
21050 (new_fontset_from_font_name): New function.
21051 (Ffont_info): Store the information about fonts generated from the
21052 default fontset in the first extra slot of the returned char-table.
21053
21054 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
21055 (font_name_registry): Delete function.
21056 (split_font_name_into_vector): New function.
21057 (build_font_name_from_vector): New function.
21058 (font_list): The argument REGISTRY is now a list of registry names.
21059 (choose_face_font): If we are choosing an ASCII font, and ATTRS
21060 specifies an explicit font name, return the name as is. Make a
21061 list of registy names.
21062
21063 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
21064 of x_new_fontset.
21065 (Fx_create_frame): Don't call x_new_fontset here. Just use
21066 x_list_fonts to check the existence of fonts.
21067
21068 * xterm.h (x_new_fontset): Adjust prototype.
21069
21070 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
21071 string. Use new_fontset_from_font_name to create a fontset from a
21072 font name.
21073
21074 2008-02-01 Kenichi Handa <handa@m17n.org>
21075
21076 * syntax.c (Vfind_word_boundary_function_table): New name for
21077 Vnext_word_boundary_function_table.
21078 (find-word-boundary-function-table): New name for
21079 next-word-boundary-function-table.
21080
21081 2008-02-01 Dave Love <fx@gnu.org>
21082
21083 * Makefile.in: Fix some dependencies.
21084
21085 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
21086 set it to nil before returning.
21087
21088 * composite.c (update_compositions): Fix type error.
21089
21090 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
21091
21092 2008-02-01 Kenichi Handa <handa@m17n.org>
21093
21094 * xterm.c (x_new_font): Optimize for the case that the font is
21095 already set for the frame.
21096
21097 2008-02-01 Kenichi Handa <handa@m17n.org>
21098
21099 * chartab.c (char_table_ascii): Check if the char table contents
21100 is sub-char-table or not.
21101 (char_table_set, char_table_set_range): Fix argument to
21102 char_table_ascii.
21103
21104 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
21105 (detect_coding_utf_8, detect_coding_utf_16)
21106 (detect_coding_emacs_mule, detect_coding_iso_2022)
21107 (detect_coding_sjis, detect_coding_big5)
21108 (detect_coding_ccl, detect_coding_charset): Change argument MASK
21109 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
21110 sequence is valid in this coding system. Change callers.
21111 (MAX_ANNOTATION_LENGTH): New macro.
21112 (ADD_ANNOTATION_DATA): New macro.
21113 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
21114 ADD_ANNOTATION_DATA. Change the format of annotation data.
21115 (ADD_CHARSET_DATA): New macro.
21116 (emacs_mule_char): New argument ID. Change callers.
21117 (decode_coding_emacs_mule, decode_coding_iso_2022)
21118 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
21119 Produce charset annotation data in coding->charbuf.
21120 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
21121 to charset annotation data in coding->charbuf.
21122 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
21123 coding->common_flags if the coding system is iso-2022 based and
21124 uses designation.
21125 (produce_composition): Adjust for the new annotation data format.
21126 (produce_charset): New function.
21127 (produce_annotation): Handle charset annotation.
21128 (handle_composition_annotation, handle_charset_annotation): New
21129 functions.
21130 (consume_chars): Handle charset annotation. Utilize the above two
21131 functions.
21132 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
21133 buffer, get the deleted text as a string and set
21134 coding->src_object to that string.
21135 (detect_coding, detect_coding_system): Use the new struct
21136 coding_detection_info.
21137
21138 * coding.h (struct coding_detection_info): New structure.
21139 (struct coding_system): Adjust prototype of the member `detector'.
21140 (CODING_ANNOTATE_CHARSET_MASK): New macro.
21141
21142 2008-02-01 Kenichi Handa <handa@m17n.org>
21143
21144 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
21145
21146 2008-02-01 Dave Love <fx@gnu.org>
21147
21148 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
21149 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
21150 to new local and nullify apropos_accumulate before returning.
21151 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
21152
21153 2008-02-01 Kenichi Handa <handa@m17n.org>
21154
21155 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
21156 correctly.
21157
21158 2008-02-01 Dave Love <fx@gnu.org>
21159
21160 * fns.c (Flanginfo): Call synchronize_system_time_locale.
21161
21162 2008-02-01 Kenichi Handa <handa@m17n.org>
21163
21164 The following changes are to make character composition happen
21165 automatically on displaying.
21166
21167 * Makefile.in (lisp, shortlisp): Add composite.elc.
21168
21169 * composite.h (Qauto_composed, Vauto_composition_function)
21170 (Qauto_composition_function): Extern them.
21171
21172 * composite.c (Vcomposition_function_table)
21173 (Qcomposition_function_table): Delete variables.
21174 (Qauto_composed, Vauto_composition_function)
21175 (Qauto_composition_function): New variables.
21176 (run_composition_function): Don't call
21177 compose-chars-after-function.
21178 (update_compositions): Clear `auto-composed' text property.
21179 (compose_chars_in_text): Delete this function.
21180 (syms_of_composite): Staticpro Qauto_composed and
21181 Qauto_composition_function. Declare Vauto_composition_function as
21182 a Lisp variable.
21183
21184 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
21185
21186 * xdisp.c (it_props): Add an entry for Qauto_composed.
21187 (handle_auto_composed_prop): New function.
21188
21189 * xselect.c (selection_data_to_lisp_data): Don't call
21190 compose_chars_in_text.
21191
21192 2008-02-01 Dave Love <fx@gnu.org>
21193
21194 * keyboard.c (read_char): Modify checking around use of
21195 Vkeyboard_translate_table.
21196
21197 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
21198 and fix C types.
21199
21200 2008-02-01 Kenichi Handa <handa@m17n.org>
21201
21202 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
21203 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
21204 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
21205 the case that the last byte is '\r' correctly.
21206 (decode_coding): Flush out the unprocessed data correctly.
21207 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
21208
21209 2008-02-01 Dave Love <fx@gnu.org>
21210
21211 * xterm.c (XTread_socket): Fix changes for defined keysyms.
21212 Add XK_ISO... case.
21213 (xaw_scroll_callback): Revert last change.
21214
21215 2008-02-01 Kenichi Handa <handa@m17n.org>
21216
21217 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
21218
21219 2008-02-01 Kenichi Handa <handa@m17n.org>
21220
21221 * xfaces.c (Vface_resizing_fonts): New variable.
21222 (struct font_name): New member `resizing_ratio'.
21223 (font_resizing_ratio): New function.
21224 (split_font_name): Set font->resizing_ratio.
21225 (better_font_p): Pay attention to font->resizing_ratio.
21226 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
21227 RESX, and RESY fields.
21228 (try_alternative_families): Try scalable fonts if
21229 Vscalable_fonts_allowed is not Qt.
21230 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
21231
21232 2008-02-01 Dave Love <fx@gnu.org>
21233
21234 * xterm.c (xaw_scroll_callback): Cast correctly.
21235
21236 2008-02-01 Dave Love <fx@gnu.org>
21237
21238 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
21239 (lispy_kana_keys): Comment out.
21240 (make_lispy_event) [XK_kana_A]: Comment out.
21241
21242 * xterm.c (xaw_scroll_callback): Cast call_data.
21243 (XTread_socket): Deal with ASCII keysyms.
21244 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
21245
21246 2008-02-01 Dave Love <fx@gnu.org>
21247
21248 * xterm.c (Vx_keysym_table): New.
21249 (syms_of_xterm): Initialize it.
21250 (XTread_socket): Use it.
21251 From head: Eliminate incorrect optimization that tried to avoid
21252 decoding the output of X*LookupString.
21253 (x_get_font_repertory): Delete charset declaration.
21254
21255 2008-02-01 Kenichi Handa <handa@m17n.org>
21256
21257 * coding.c (detect_coding_charset): If only ASCII bytes are found,
21258 return 0.
21259 (Fdefine_coding_system_internal): Setup
21260 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
21261
21262 2008-02-01 Dave Love <fx@gnu.org>
21263
21264 * coding.c (Fcheck_coding_system): Doc fix.
21265
21266 * editfns.c (Finsert_byte): Return a proper value.
21267
21268 2008-02-01 Kenichi Handa <handa@m17n.org>
21269
21270 * coding.c (decode_coding): Fix args to translate_chars. Pay
21271 attention to Vstandard_translation_table_for_decode.
21272 (encode_coding): Fix args to translate_chars. Pay attention to
21273 Vstandard_translation_table_for_encode.
21274
21275 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
21276 SINGLE_BYTE_CHAR_P.
21277
21278 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
21279 not by SINGLE_BYTE_CHAR_P.
21280
21281 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
21282 SINGLE_BYTE_CHAR_P.
21283
21284 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
21285 SINGLE_BYTE_CHAR_P.
21286
21287 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
21288 by SINGLE_BYTE_CHAR_P.
21289
21290 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
21291 SINGLE_BYTE_CHAR_P.
21292
21293 2008-02-01 Dave Love <fx@gnu.org>
21294
21295 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
21296
21297 2008-02-01 Dave Love <fx@gnu.org>
21298
21299 * fns.c (Flanginfo): Fix typo.
21300
21301 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
21302
21303 2008-02-01 Kenichi Handa <handa@m17n.org>
21304
21305 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
21306 (detect_coding_emacs_mule, detect_coding_iso_2022)
21307 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
21308 incomplete byte sequence. Don't update *mask when correctly detected.
21309 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
21310 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
21311 (detect_coding, detect_coding_system): Adjust for the changes above.
21312
21313 2008-02-01 Kenichi Handa <handa@m17n.org>
21314
21315 * character.c (char_string): Rename from
21316 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
21317 (string_char): Rename from string_char.
21318
21319 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
21320 if C is greater than MAX_3_BYTE_CHAR.
21321 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
21322 string_char instead of string_char_with_unification.
21323
21324 2008-02-01 Dave Love <fx@gnu.org>
21325
21326 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
21327
21328 2008-02-01 Kenichi Handa <handa@m17n.org>
21329
21330 * keymap.c (push_key_description): Pay attention to force_multibyte.
21331
21332 * regex.c (re_search_2): Fix for the case of unibyte buffer.
21333
21334 2008-02-01 Dave Love <fx@gnu.org>
21335
21336 * charset.c (define_charset_internal): Rename `supprementary'.
21337
21338 * Makefile.in (lisp, shortlisp): Remove latin-N.
21339
21340 2008-02-01 Dave Love <fx@gnu.org>
21341
21342 * xfns.c (x_window, x_window): Use use_xim.
21343
21344 * xterm.c (use_xim): Initialize.
21345 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
21346 (x_term_init): Maybe set use_xim.
21347
21348 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
21349
21350 2008-02-01 Kenichi Handa <handa@m17n.org>
21351
21352 * search.c (search_buffer): Fix case-fold-search of multibyte
21353 characters.
21354 (boyer_moore): Rename the last argument to char_high_bits.
21355
21356 2008-02-01 Kenichi Handa <handa@m17n.org>
21357
21358 * xdisp.c (display_string): Fix for the case of zero width glyph.
21359
21360 * xfns.c (x_set_font): Change the error message of the case that
21361 x_new_fontset returns Qt.
21362
21363 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
21364 (Finternal_set_lisp_face_attribute): Use signal_error for the
21365 error of invalid fontset.
21366
21367 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
21368 fontset, return Qt.
21369
21370 2008-02-01 Dave Love <fx@gnu.org>
21371
21372 * unexelf.c (unexec): Make .got handling not SGI-specific.
21373
21374 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
21375
21376 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
21377
21378 * keyboard.c (read_key_sequence): Fix type error.
21379
21380 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
21381 type error.
21382
21383 * fontset.c (fontset_add): Return Lisp_Object.
21384
21385 2008-02-01 Dave Love <fx@gnu.org>
21386
21387 * charset.h (charset_ordered_list_tick): Declare extern.
21388
21389 2008-02-01 Kenichi Handa <handa@m17n.org>
21390
21391 The following changes (and some of 2008-02-01 changes of mine) are
21392 for handling syntax, category, and case conversion for unibyte
21393 characters by converting them to multibyte on the fly. With these
21394 changes, we don't have to setup syntax and case tables for unibyte
21395 characters in each language environment.
21396
21397 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
21398 multibyte if necessary.
21399
21400 * bytecode.c (Fbyte_code): Likewise.
21401
21402 * character.h (LEADING_CODE_LATIN_1_MIN)
21403 (LEADING_CODE_LATIN_1_MAX): New macros.
21404 (unibyte_to_multibyte_table): Extern it.
21405 (unibyte_char_to_multibyte): New macro.
21406 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
21407 (CHAR_LEADING_CODE): New macro.
21408 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
21409
21410 * character.c (unibyte_to_multibyte_table): New variable.
21411 (unibyte_char_to_multibyte): Move to character.h and define as macro.
21412 (multibyte_char_to_unibyte): If C is an eight-bit character,
21413 convert it to the corresponding byte value.
21414
21415 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
21416 not 1, signals an error. Update the elements of
21417 unibyte_to_multibyte_table.
21418 (init_charset_once): Initialize unibyte_to_multibyte_table.
21419 (syms_of_charset): Define the charset `iso-8859-1'.
21420
21421 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
21422 as is without converting it to unibyte. In a unibyte buffer,
21423 convert C to multibyte before checking the syntax.
21424
21425 * lisp.h (unibyte_char_to_multibyte): Delete extern.
21426
21427 * minibuf.c (Fminibuffer_complete_word): Use the macro
21428 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
21429
21430 * regex.h (struct re_pattern_buffer): New member target_multibyte.
21431
21432 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
21433 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
21434 that is zero, convert an eight-bit char to multibyte.
21435 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
21436 non-emacs case.
21437 (PATFETCH): Convert an eight-bit char to multibyte.
21438 (HANDLE_UNIBYTE_RANGE): New macro.
21439 (regex_compile): Setup the compiled pattern for multibyte chars
21440 even if the given regex string is unibyte. Use PATFETCH_RAW
21441 instead of PATFETCH in many places. To handle `charset'
21442 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
21443 only for ASCII chars.
21444 (analyse_first) <exactn>: Simplify because the compiled pattern
21445 is multibyte.
21446 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
21447 <charset>: Use CHAR_LEADING_CODE to get leading codes.
21448 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
21449 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
21450 multibyte always 1.
21451 (re_search_2): In emacs, set the locale variable multibyte to 1,
21452 otherwise to 0. New local variable target_multibyte. Check it
21453 to decide the multibyteness of STR1 and STR2. If
21454 target_multibyte is zero, convert unibyte chars to multibyte
21455 before translating and checking fastmap.
21456 (TARGET_CHAR_AND_LENGTH): New macro.
21457 (re_match_2_internal): In emacs, set the locale variable multibyte
21458 to 1, otherwise to 0. New local variable target_multibyte. Check
21459 it to decide the multibyteness of STR1 and STR2. Use
21460 TARGET_CHAR_AND_LENGTH to fetch a character from D.
21461 <charset, charset_not>: If multibyte is nonzero, check fastmap
21462 only for ASCII chars. Call bcmp_translate with
21463 target_multibyte, not with multibyte.
21464 <begline>: Declare the local variable C as `unsigned'.
21465 (bcmp_translate): Change the last arg name to target_multibyte.
21466
21467 * search.c (compile_pattern_1): Don't adjust the multibyteness of
21468 the regexp pattern and the matching target. Set cp->buf.multibyte
21469 to the multibyteness of the regexp pattern. Set
21470 cp->but.target_multibyte to the multibyteness of the matching target.
21471 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
21472 FETCH_STRING_CHAR_ADVANCE.
21473 (Freplace_match): Convert unibyte chars to multibyte.
21474
21475 * syntax.c (char_quoted, back_comment, scan_words)
21476 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
21477 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
21478 unibyte chars to multibyte.
21479 (skip_chars): Delete the arg syntaxp, and move the code for
21480 handling syntaxes to skip_syntaxes. Change callers.
21481 Fix the case that the multibyteness of STRING and the current
21482 buffer doesn't match.
21483 (skip_syntaxes): New function.
21484 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
21485 SINGLE_BYTE_CHAR_P.
21486
21487 2008-02-01 Kenichi Handa <handa@m17n.org>
21488
21489 * xfaces.c (QCfontset): New variable.
21490 (LFACE_FONTSET): New macro.
21491 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
21492 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
21493 (Finternal_set_lisp_face_attribute)
21494 (Finternal_get_lisp_face_attribute): Handle QCfontset.
21495 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
21496 check also LFACE_FONTSET_INDEX.
21497 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
21498 attrs[LFACE_FONT_INDEX].
21499 (syms_of_xfaces): Intern and staticpro QCfontset.
21500
21501 * dispextern.h (enum lface_attribute_index): New member
21502 LFACE_FONTSET_INDEX.
21503
21504 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
21505
21506 2008-02-01 Kenichi Handa <handa@m17n.org>
21507
21508 * coding.c (coding_set_destination): Fix coding->destination for
21509 the case converting a region.
21510 (encode_coding_utf_8): Encode eight-bit chars as single byte.
21511 (encode_coding_object): Fix coding->dst_pos and
21512 coding->dst_pos_byte for the case converting a region.
21513
21514 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
21515
21516 * character.h (BYTE8_STRING): New macro.
21517
21518 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
21519
21520 2008-02-01 Kenichi Handa <handa@m17n.org>
21521
21522 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
21523 characters by octal form.
21524
21525 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
21526
21527 * buffer.h (_fetch_multibyte_char_len): Delete extern.
21528 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
21529 _fetch_multibyte_char_len.
21530 (FETCH_CHAR_AS_MULTIBYTE): New macro.
21531
21532 * casetab.c (set_canon, set_identity, shuffle): Simplify.
21533
21534 * casefiddle.c (casify_object): Simplify. Handle the case that
21535 the case conversion change the byte length.
21536 (casify_region): Likewise.
21537
21538 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
21539
21540 * character.c (_fetch_multibyte_char_len): Delete this variable.
21541 (syms_of_character): Setup Vprintable_chars.
21542
21543 * editfns.c (Fchar_equal): Fix for the unibyte case.
21544 (Finsert_byte): New function.
21545 (syms_of_editfns): Defsubr it.
21546
21547 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
21548 of direct code 0x3ffff.
21549
21550 * search.c (Freplace_match): Fix for the unibyte case.
21551
21552 2008-02-01 Kenichi Handa <handa@m17n.org>
21553
21554 * lread.c (safe_to_load_p): Fix the logic.
21555
21556 * syntax.c (scan_words): Don't treat characters belonging to
21557 different scripts as constituting a word.
21558
21559 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
21560
21561 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
21562
21563 * emacs.c (main): In the case of --unibyte, instead of aborting on
21564 finding non-empty buffer, make it unibyte.
21565
21566 2008-02-01 Kenichi Handa <handa@m17n.org>
21567
21568 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
21569 to create a fontset.
21570
21571 2008-02-01 Dave Love <fx@gnu.org>
21572
21573 * character.c (Funibyte_char_to_multibyte): Doc fix.
21574
21575 * xfns.c [HAVE_STDLIB_H]: Fix last change.
21576
21577 2008-02-01 Kenichi Handa <handa@m17n.org>
21578
21579 * fontset.c (fontset_add): Make the type `int'.
21580 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
21581
21582 * character.c (unibyte_char_to_multibyte)
21583 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
21584 charset_unibyte, not charset_primary.
21585
21586 * charset.h (charset_unibyte): Extern it instead of charset_primary.
21587
21588 * charset.c (charset_unibyte): Rename from charset_primary.
21589 (Funibyte_charset): Rename from Fprimary_charset.
21590 (Fset_unibyte_charset): Rename from Fset_primary_charset.
21591 (syms_of_charset): Adjust for the above changes.
21592
21593 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
21594 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
21595 it->multibyte_p is zero.
21596
21597 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
21598 Delete extern.
21599
21600 2008-02-01 Kenichi Handa <handa@m17n.org>
21601
21602 * coding.c (Fdefine_coding_system_internal): Fix category setting
21603 for a coding system of type iso-2022.
21604
21605 2008-02-01 Kenichi Handa <handa@m17n.org>
21606
21607 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
21608
21609 2008-02-01 Kenichi Handa <handa@m17n.org>
21610
21611 * syntax.c (Vnext_word_boundary_function_table): New variable.
21612 (next-word-boundary-function-table): Declare it as a Lisp variable
21613 in syms_of_syntax.
21614 (scan_words): Call functions in Vnext_word_boundary_function_table
21615 if any.
21616
21617 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
21618
21619 * fontset.c (fs_load_font): If fontp->charset is not negative,
21620 return fontp without setting its members.
21621
21622 2008-02-01 Dave Love <fx@gnu.org>
21623
21624 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
21625
21626 * m/sparc.h (HAVE_ALLOCA): Delete.
21627
21628 * s/irix6-5.h: Don't include strings.h.
21629 (bcopy, bzero, bcmp): Don't undef.
21630
21631 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
21632
21633 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
21634 (TIOCSIGSEND): Don't test IRIX6.
21635 (bcopy, bzero, bcmp): Define conditionally.
21636
21637 2008-02-01 Kenichi Handa <handa@m17n.org>
21638
21639 * buffer.c (Qas, Qmake, Qto): New variables.
21640 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
21641 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
21642
21643 * callproc.c (Fcall_process): Don't call insert_1_both directly if
21644 we are inserting a process output into a multibyte buffer.
21645
21646 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
21647 multibyte_char_to_unibyte.
21648
21649 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
21650 by the primary charset, make it eight-bit char.
21651 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
21652
21653 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
21654 (charset_8_bit__control, charset_8_bit_graphic)
21655 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
21656 (define_charset_internal): New function.
21657 (syms_of_charset): Call define_charset_internal for pre-defined
21658 charsets.
21659
21660 * charset.h (charset_8_bit): Extern it.
21661
21662 * coding.c (make_conversion_work_buffer): Adjust for the change
21663 of Fset_buffer_multibyte.
21664 (encode_coding_raw_text): Increment p0 in the loop.
21665
21666 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
21667
21668 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
21669 for the change of Fset_buffer_multibyte.
21670
21671 * fns.c (Fstring_to_multibyte): New function.
21672 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
21673
21674 2008-02-01 Dave Love <fx@gnu.org>
21675
21676 * xfns.c (x_put_x_image): Declare args.
21677
21678 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
21679 (try_font_list): Declare an arg.
21680
21681 * xdisp.c (message2_nolog, set_message): Declare an arg.
21682
21683 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
21684
21685 * syntax.c (scan_sexps_forward): Declare an arg.
21686
21687 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
21688 Declare an arg.
21689
21690 * lisp.h (Fnew_fontset): Declare.
21691
21692 * keymap.c (push_key_description): Call CHARACTERP correctly.
21693
21694 * fontset.c (fontset_add): Declare args. Call make_number correctly.
21695 (face_for_char): Delete unused vars.
21696 (Fset_fontset_font): Doc fix. Delete unused vars.
21697
21698 * doc.c (Fsubstitute_command_keys): Delete unused vars.
21699
21700 * composite.c (update_compositions): Declare arg.
21701
21702 * cm.c (calccost, cmgoto): Declare args.
21703
21704 * charset.c: Remove `emacs' conditional. Doc fixes.
21705 (map_char_table_for_charset): Declare.
21706
21707 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
21708
21709 * ccl.c: Remove `emacs' conditional.
21710
21711 2008-02-01 Kenichi Handa <handa@m17n.org>
21712
21713 The following changes are to allow specifying multiple font
21714 patterns for a character range (specified by script or charset).
21715
21716 * Makefile.in (abbrev.o): Depend on syntax.h.
21717 (xfaces.o): Depend on charset.h.
21718
21719 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
21720 SINGLE_BYTE_CHAR_P.
21721
21722 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
21723
21724 * character.h (Vchar_script_table): Extern it.
21725
21726 * character.c (Vscript_alist): Delete.
21727 (Vchar_script_table, Qchar_script_table): New variable.
21728 (syms_of_character): Declare Vchar_script_table as a lisp variable
21729 and initialize it.
21730
21731 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
21732 have property char-table-extra-slots, make no extra slot.
21733
21734 * dispextern.h (struct face): Delete member `charset'.
21735 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
21736 SINGLE_BYTE_CHAR_P.
21737 (choose_face_font, lookup_non_ascii_face, font_name_registry):
21738 Add prototypes.
21739 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
21740 (generate_ascii_font_name): Rename from generate_ascii_font.
21741
21742 * fontset.h (get_font_repertory_func): New prototype.
21743 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
21744 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
21745
21746 * fontset.c (Qprepend, Qappend): New variables.
21747 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
21748 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
21749 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
21750 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
21751 (fontset_ref_and_range, fontset_add, reorder_font_vector)
21752 (load_font_get_repertory): New functions.
21753 (fontset_set): Delete.
21754 (fontset_face): New arg FACE. Return face ID, not face.
21755 Complete re-write to handle new fontset structure. Change caller.
21756 (free_face_fontset): Use ASET istead of AREF (X) = Y.
21757 (face_for_char): Don't call lookup_face.
21758 (make_fontset_for_ascii_face): New arg FACE.
21759 (fs_load_font): New arg CHARSET_ID. Don't check
21760 Vfont_encoding_alist here.
21761 (find_font_encoding): New function.
21762 (list_fontsets): Use STRINGP, not ! NILP.
21763 (accumulate_script_ranges): New function.
21764 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
21765 re-written to handle new fontset structure.
21766 (Ffontset_font): Return a copy of element.
21767 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
21768 docstring of font-encoding-alist.
21769
21770 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
21771 (Fset_fotset_font): Fix arguments to 5.
21772
21773 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
21774
21775 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
21776 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
21777 (highlight_trailing_whitespace): Adjust for the change of
21778 lookup_named_face.
21779
21780 * xfaces.c: Include charset.h.
21781 (load_face_font): Delete argument C. Change caller.
21782 (generate_ascii_font_name): Rename from generate_ascii_font.
21783 (font_name_registry): New function.
21784 (cache_face): Store ascii faces before non-ascii faces in buckets.
21785 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
21786 Lookup only ascii faces.
21787 (lookup_non_ascii_face): New function.
21788 (lookup_named_face): Delete argument C. Change caller.
21789 (lookup_derived_face): Delete argument C. Change caller.
21790 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
21791 a string, just call font_list with it.
21792 (choose_face_font): Delete arguments FACE and C. New arg
21793 FONT_SPEC. Change caller.
21794 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
21795 Change caller.
21796 (realize_non_ascii_face): New function.
21797 (realize_x_face): Call load_face_font here.
21798 (realize_tty_face): Delete argument C. Change caller.
21799 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
21800 get a face ID.
21801 (dump_realized_face): Don't print charset of FACE.
21802
21803 * xfns.c (x_set_font): Always call x_new_fontset and
21804 store_frame_parameter.
21805 (Fx_create_frame): Call x_new_fontset, not x_new_font.
21806 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
21807
21808 * xterm.h (x_get_font_repertory): Extern it.
21809
21810 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
21811 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
21812 it->multibyte_p is zero.
21813 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
21814 (x_new_fontset): If FONTSETNAME doesn't match any existing
21815 fontsets, create a new one.
21816 (x_get_font_repertory): New function.
21817
21818 2008-02-01 Kenichi Handa <handa@m17n.org>
21819
21820 * coding.c (Ffind_coding_systems_region_internal): Detect an
21821 ASCII only string correctly.
21822
21823 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
21824 version is 0.
21825
21826 2008-02-01 Kenichi Handa <handa@m17n.org>
21827
21828 * lread.c: Include "coding.h".
21829 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
21830 (load_each_byte, unread_char): New variables.
21831 (readchar_backlog): Delete.
21832 (readchar): Return a character unless load_each_byte is nonzero.
21833 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
21834 cons. If unread_char is not -1, simply return it.
21835 (unreadchar): Handle the case that readcharfun is
21836 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
21837 (read_multibyte): Delete.
21838 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
21839 (read_emacs_mule_char): New functions.
21840 (Fload): Even if the file doesn't have the extension ".elc", if
21841 safe_to_load_p returns a positive version number, assume that the
21842 file contains bytecompiled code. If the version is less than 22,
21843 load the file while decoding multibyte sequences by emacs-mule.
21844 (readevalloop): Don't use readchar_backlog.
21845 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
21846 (Fread_from_string): Pay attention to the case that STREAM is a cons.
21847 (read_escape): Delete the arg BYTEREP.
21848 (read1): Set load_each_byte to 1 temporarily while handling
21849 #@NUMBER. Don't call read_multibyte.
21850 (read_vector): Call Fread with a cons. If readcharfun is
21851 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
21852 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
21853 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
21854 and Qload_force_doc_strings.
21855
21856 2008-02-01 Kenichi Handa <handa@m17n.org>
21857
21858 * xdisp.c (face_before_or_after_it_pos): Call
21859 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
21860
21861 2008-02-01 Kenichi Handa <handa@m17n.org>
21862
21863 * character.h (TRAILING_CODE_P): New macro.
21864 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
21865 (string_char_with_unification): Fix prototype.
21866 (Vscript_alist): Extern it.
21867
21868 * character.c (Vscript_alist): New variable.
21869 (string_char_with_unification, str_as_unibyte)
21870 (string_escape_byte8): Add `const' to local variables.
21871 (syms_of_character): Declare script-alist as a Lisp variable.
21872
21873 * charset.h (Vcharset_ordered_list): Extern it.
21874 (charset_ordered_list_tick): Extern it.
21875 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
21876 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
21877 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
21878 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
21879 (Funify_charset): Adjust for the change of Funify_charset.
21880
21881 * charset.c (charset_ordered_list_tick): New variable.
21882 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
21883 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
21884 deunify instead of unify a charset.
21885 (string_xstring_p): Add `const' to local variables.
21886 (find_charsets_in_text): Add `const' to arguments and local variables.
21887 (encode_char): Adjust for the change of Funify_charset. Fix
21888 detecting of invalid code.
21889 (Fset_charset_priority): Increment charset_ordered_list_tick.
21890 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
21891 and TO_CODE.
21892
21893 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
21894 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
21895 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
21896 (decode_coding_ccl, consume_chars)
21897 (Ffind_coding_systems_region_internal)
21898 (Fcheck_coding_systems_region): Add `const' to local variables.
21899
21900 * print.c (print_object): Use octal form for printing the
21901 contents of a bool vector.
21902
21903 2008-02-01 Dave Love <fx@gnu.org>
21904
21905 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
21906 <version == 20>: Refuse to load.
21907
21908 2008-02-01 Dave Love <fx@gnu.org>
21909
21910 * fns.c: Move coding.h.
21911 (Qcodeset, Qdays, Qmonths): New.
21912 (concat): Use CHARACTERP instead of INTEGERP.
21913 (Flocale_codeset): Delete.
21914 (Flanginfo): New function.
21915 (syms_of_fns): Change accordingly.
21916
21917 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
21918
21919 2008-02-01 Dave Love <fx@gnu.org>
21920
21921 * casetab.c (init_casetab_once, init_casetab_once): Fix
21922 CHAR_TABLE_SET call.
21923
21924 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
21925
21926 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
21927
21928 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
21929 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
21930 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
21931
21932 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
21933
21934 * coding.c (ENCODE_DESIGNATION, decode_eol)
21935 (make_conversion_work_buffer, code_conversion_restore)
21936 (Fdefine_coding_system_internal): Convert Lisp types.
21937 (code_conversion_restore): Use EQ, not ==.
21938 (Fencode_coding_string): Fix code_convert_string call.
21939
21940 * coding.h (code_convert_region): Fix prototype.
21941
21942 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
21943
21944 * fontset.c (fontset_ref, fontset_set, fs_load_font)
21945 (Ffontset_info): Convert Lisp types.
21946
21947 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
21948
21949 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
21950
21951 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
21952
21953 * chartab.c: Include "...h", not <...h> in some cases.
21954
21955 * callproc.c (Fcall_process): Remove unused variables.
21956
21957 2008-02-01 Dave Love <fx@gnu.org>
21958
21959 * coding.c (Fset_coding_system_priority): Allow null arg list.
21960
21961 2008-02-01 Dave Love <fx@gnu.org>
21962
21963 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
21964 (Fself_insert_and_exit): Use CHARACTERP.
21965
21966 * callproc.c (Fcall_process): Remove unused vars.
21967
21968 * xterm.c (XTread_socket): Add extra dead keysyms.
21969
21970 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
21971
21972 * dispextern.h: Remove prototypes for redraw_frame,
21973 redraw_garbaged_frames.
21974
21975 * cmds.c (Fself_insert_command): Use CHARACTERP.
21976
21977 * chartab.c (make_sub_char_table): Remove unused var.
21978 (Fset_char_table_default, Fmap_char_table): Doc fix.
21979
21980 * keymap.c (access_keymap): Remove generic char code.
21981 (push_key_description): Use CHARACTERP.
21982
21983 2008-02-01 Dave Love <fx@gnu.org>
21984
21985 * charset.c: Doc fixes.
21986 (Funify_charset): Extra checking.
21987
21988 2008-02-01 Dave Love <fx@gnu.org>
21989
21990 * lread.c: Remove some unused variables.
21991 (safe_to_load_p): If safe, return the magic number version byte.
21992 (Fload): Maybe use load-with-code-conversion.
21993
21994 2008-02-01 Kenichi Handa <handa@m17n.org>
21995
21996 * category.c (Fmodify_category_entry): Don't modify the contents
21997 of category_set for characters out of the range. Avoid
21998 unnecessary modification.
21999
22000 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
22001 Vchar_unify_table. The default value of the table is now nil.
22002
22003 * character.c (syms_of_character): Setup Vchar_width_table for
22004 eight-bit-control and raw-byte chars.
22005
22006 * charset.h (enum define_charset_arg_index): Delete
22007 charset_arg_parents and add charset_arg_subset and
22008 charset_arg_superset.
22009 (enum charset_attr_index): Delete charset_parents and add
22010 charset_subset and charset_superset.
22011 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
22012 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
22013 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
22014 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
22015 (CHARSET_SUPERSET): New macros.
22016 (charset_work): Extern it.
22017 (ENCODE_CHAR): Use charset_work.
22018 (CHAR_CHARSET_P): Adjust for the change of encoder format.
22019 (map_charset_chars): Extern it.
22020
22021 * charset.c (load_charset_map): Set the default value of encoder
22022 and deunifier char-tables to nil.
22023 (map_charset_chars): Change argument. Change callers. Use
22024 map_char_table_for_charset instead of map_char_table.
22025 (Fmap_charset_chars): New optional args from_code and to_code.
22026 (Fdefine_charset_internal): Adjust for the change of
22027 `define-charset' (:parents -> :subset or :superset).
22028 (charset_work): New variable.
22029 (encode_char, syms_of_charset): Adjust for the change of
22030 Fdefine_charset_internal.
22031 (Ffind_charset_string): Setup the vector `charsets' correctly.
22032
22033 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
22034 the previous change.
22035 (char_table_ref_and_range): Adjust for the above change.
22036 (map_sub_char_table_for_charset): New function.
22037 (map_char_table_for_charset): New function.
22038
22039 * keymap.c (describe_vector): Handle a char-table directly here.
22040 (describe_char_table): Delete.
22041
22042 * lisp.h (map_charset_chars): Delete.
22043
22044 2008-02-01 Dave Love <fx@gnu.org>
22045
22046 * fns.c (count_combining): Comment out (unused).
22047 (Flocale_codeset): New.
22048 (syms_of_fns): Defsubr it.
22049
22050 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
22051 (size_t): Remove.
22052
22053 2008-02-01 Dave Love <fx@gnu.org>
22054
22055 * Makefile.in (chartab.o): Depend on charset.h.
22056
22057 2008-02-01 Kenichi Handa <handa@m17n.org>
22058
22059 * character.c (syms_of_character): Set the default value of
22060 Vprintable_chars to Qnil.
22061
22062 2008-02-01 Dave Love <fx@gnu.org>
22063
22064 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
22065
22066 2008-02-01 Kenichi Handa <handa@m17n.org>
22067
22068 * charset.c (load_charset_map): Handle the case that from < to
22069 correctly.
22070
22071 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
22072 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
22073 Pay attention to raw-8-bit chars.
22074
22075 2008-02-01 Kenichi Handa <handa@m17n.org>
22076
22077 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
22078 It is not bytecompiled now.
22079
22080 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
22081 (charset_jisx0208): New variables.
22082 (Fdefine_charset_internal): Setup them if appropriate.
22083 (init_charset_once): Initialize them to -1.
22084
22085 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
22086 (charset_jisx0208): Extern them.
22087
22088 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
22089 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
22090 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
22091 (setup_iso_safe_charsets): Fix arguments to Fassq.
22092 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
22093 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
22094 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
22095 (encode_coding_iso_2022): Change the 1st arg to
22096 ENCODE_ISO_CHARACTER to a variable.
22097
22098 2008-02-01 Kenichi Handa <handa@m17n.org>
22099
22100 * charset.h (enum define_charset_arg_index): New enums
22101 charset_arg_min_code and charset_arg_max_code.
22102 (struct charset): New member char_index_offset.
22103
22104 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
22105 Take charset->char_index_offset into account.
22106 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
22107 args[charset_arg_max_code]. Setup charset.char_index_offset.
22108 (syms_of_charset): Fix args to Fdefine_charset_internal.
22109
22110 2008-02-01 Dave Love <fx@gnu.org>
22111
22112 * coding.c (decode_coding_utf_8): Reject overlong sequences.
22113
22114 2008-02-01 Dave Love <fx@gnu.org>
22115
22116 * coding.c: Doc fixes.
22117 (Fcoding_system_aliases): Fix return value.
22118 (Qmac): Remove (duplicated) definition.
22119
22120 2008-02-01 Dave Love <fx@gnu.org>
22121
22122 * charset.c (Fcharset_priority_list, Fset_charset_priority):
22123 New functions.
22124
22125 * character.c (Fstring): Doc fix.
22126
22127 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
22128
22129 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
22130 (font-encoding-alist): Doc fix.
22131
22132 2008-02-01 Dave Love <fx@gnu.org>
22133
22134 * term.c (costs_set): Declare static, non-initialized for pcc.
22135 (encode_terminal_code): Remove unused var.
22136
22137 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
22138 for K&R.
22139
22140 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
22141
22142 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
22143 (suffixes): Move out of make_subsidiaries for K&R.
22144
22145 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
22146
22147 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
22148
22149 2008-02-01 Dave Love <fx@gnu.org>
22150
22151 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
22152
22153 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
22154
22155 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
22156
22157 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
22158
22159 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
22160
22161 2008-02-01 Kenichi Handa <handa@m17n.org>
22162
22163 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
22164 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
22165
22166 2008-02-01 Kenichi Handa <handa@m17n.org>
22167
22168 * coding.c (decode_coding_charset): Adjust for the change of
22169 Fdefine_coding_system_internal.
22170 (Fdefine_coding_system_internal): For a coding system of
22171 `charset' type, store a list of charset IDs in
22172 `charset_attr_charset_valids' element of coding attributes.
22173
22174 2008-02-01 Kenichi Handa <handa@m17n.org>
22175
22176 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
22177 (emacs_mule_char): New arg src. Delete arg `composition'. Change
22178 caller. Handle 2-byte and 3-byte charsets correctly.
22179 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
22180 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
22181 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
22182 (DECODE_EMACS_MULE_21_COMPOSITION): Call
22183 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
22184 sequence.
22185 (decode_coding_emacs_mule): Handle composition correctly. Rewind
22186 `src' and `consumed_chars' correctly before calling emacs_mule_char.
22187 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
22188 and alt&rule composition.
22189 (decode_coding_iso_2022): Handle composition correctly.
22190 (init_coding_once): Setup emacs_mule_bytes for private charsets.
22191
22192 * charset.c (Fdefine_charset_internal): Fix bug for the case of
22193 re-defining a charset. If the charset has :emacs-mule-id, setup
22194 emacs_mule_bytes.
22195 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
22196
22197 2008-02-01 Kenichi Handa <handa@m17n.org>
22198
22199 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
22200 (encode_coding_big5, encode_coding_charset): If coding requires safe
22201 encoding, produce a character specified by
22202 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
22203
22204 2008-02-01 Dave Love <fx@gnu.org>
22205
22206 * xterm.c (XSetIMValues): Declare.
22207
22208 * process.c: Conditionally include sys/wait.h, pty.h.
22209
22210 * print.c (print_object): Fix print format for 64-bit systems.
22211
22212 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
22213
22214 * buffer.c (emacs_strerror): Declare.
22215
22216 * fontset.c (Fclear_face_cache): Declare.
22217 (accumulate_font_info): Comment-out (unused).
22218 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
22219 variables.
22220
22221 * character.h (string_escape_byte8): Declare.
22222
22223 * charset.c (load_charset_map, load_charset_map_from_file): Remove
22224 unused vars.
22225 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
22226 (Fmap_charset_chars): Doc fix.
22227
22228 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
22229 (Fset_coding_system_priority, Fset_coding_system_priority)
22230 (Fdefine_coding_system_internal): Doc fix.
22231
22232 2008-02-01 Dave Love <fx@gnu.org>
22233
22234 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
22235
22236 2008-02-01 Kenichi Handa <handa@m17n.org>
22237
22238 * character.c (string_escape_byte8): Make multibyte string with
22239 correct size.
22240
22241 * charset.c (Fmake_char): Delete unnecessary code.
22242
22243 2008-02-01 Kenichi Handa <handa@m17n.org>
22244
22245 * xfns.c (x_encode_text): Allocate coding.destination here, and
22246 call encode_coding_object with dst_object Qnil.
22247
22248 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
22249 multibyte form correctly.
22250
22251 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
22252 against Vfont_encoding_alist.
22253
22254 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
22255 handling of charset list.
22256 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
22257 (decode_coding_object): Move point to coding->dst_pos before
22258 calling post-read-conversion function.
22259 (encode_coding_object): Give correct arguments to
22260 pre-write-conversion. Ignore the return value of
22261 pre-write-conversion function. Pay attention to the case that
22262 pre-write-conversion changes the current buffer. If dst_object is
22263 Qt, even if coding->src_bytes is zero, allocate at least one byte
22264 to coding->destination.
22265
22266 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
22267
22268 * charset.c (Fmake_char): Make it more backward compatible.
22269 (Fmap_charset_chars): Fix docstring.
22270
22271 2008-02-01 Dave Love <fx@gnu.org>
22272
22273 * coding.c: Doc fixes.
22274 (Fdefine_coding_system_alias): Use names, not symbols, in
22275 coding-system-alist.
22276
22277 2008-02-01 Kenichi Handa <handa@m17n.org>
22278
22279 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
22280 of calling free_realized_face.
22281
22282 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
22283
22284 * charset.c (read_hex): Don't treat SPC as a comment starter.
22285 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
22286 (Fdecode_char): Fix typo.
22287
22288 2008-02-01 Kenichi Handa <handa@m17n.org>
22289
22290 * charset.h (struct charset): New member `code_space_mask'.
22291
22292 * coding.c (coding_set_source): Delete the local variable beg_byte.
22293 (encode_coding_charset, Fdefine_coding_system_internal):
22294 Delete the local variable charset.
22295 (Fdefine_coding_system_internal): Setup
22296 attrs[coding_attr_charset_valids] correctly.
22297
22298 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
22299 member to check if CODE is valid or not.
22300 (Fdefine_charset_internal): Initialize `code_space_mask' member.
22301 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
22302 is within the range of charset->min_code and carset->max_code.
22303
22304 2008-02-01 Dave Love <fx@gnu.org>
22305
22306 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
22307
22308 * dispextern.h (generate_ascii_font): Fix return type.
22309
22310 * xfaces.c (generate_ascii_font): Fix arg declaration.
22311
22312 * coding.c (coding_inherit_eol_type)
22313 (Fset_terminal_coding_system_internal)
22314 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
22315
22316 2008-02-01 Kenichi Handa <handa@m17n.org>
22317
22318 * coding.c (decode_coding_charset, encode_coding_charset): Handle
22319 multiple charsets correctly.
22320
22321 2008-02-01 Kenichi Handa <handa@m17n.org>
22322
22323 * search.c (boyer_moore): Fix handling of multibyte character
22324 translation.
22325
22326 * xdisp.c (display_mode_element): When the variable `elt' is
22327 changed, update `this' and `lisp_string'.
22328
22329 2008-02-01 Kenichi Handa <handa@m17n.org>
22330
22331 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
22332
22333 * callproc.c (Fcall_process): Be sure to give the current buffer
22334 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
22335
22336 * charset.c (struct charset_map_entries): New struct.
22337 (load_charset_map): Rename from parse_charset_map. New args
22338 entries and n_entries. Change caller.
22339 (load_charset_map_from_file): Rename from load_charset_map.
22340 Change caller. New arg control_flag. Call load_charset_map at
22341 the tail.
22342 (load_charset_map_from_vector): New function.
22343 (Fdefine_charset_internal): Setup charset.compact_codes_p.
22344 (encode_char): If the charset is compact, change a character index
22345 to a code point.
22346
22347 * coding.c (coding_alloc_by_making_gap): Check the case that the
22348 source and destination are the same correctly.
22349 (decode_coding_raw_text): Set coding->consumed_char and
22350 coding->consumed to 0.
22351 (produce_chars): If coding->chars_at_source is nonzero, update
22352 coding->consumed_char and coding->consumed before calling
22353 alloc_destination.
22354 (Fdefine_coding_system_alias): Register ALIAS in
22355 Vcoding_system_alist.
22356 (syms_of_coding): Define `no-conversion' coding system at the tail.
22357
22358 * fileio.c (Finsert_file_contents): Set coding_system instead of
22359 val. If the current buffer is multibyte, always call
22360 decode_coding_gap.
22361
22362 * xfaces.c (try_font_list): Give higher priority to fontset's
22363 family than face's family.
22364
22365 2008-02-01 Kenichi Handa <handa@m17n.org>
22366
22367 * callproc.c (Fcall_process): Be sure to give the current buffer
22368 to decode_coding_c_string.
22369
22370 * xfaces.c (try_font_list): Give a family specified in a fontset
22371 higher priority than a family specified in a face.
22372
22373 2008-02-01 Kenichi Handa <handa@m17n.org>
22374
22375 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
22376 Fix arguments to insert_from_buffer.
22377
22378 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
22379
22380 2008-02-01 Kenichi Handa <handa@m17n.org>
22381
22382 * coding.c (produce_chars): Set the variable `multibytep' correctly.
22383 (decode_coding_gap): Set coding->dst_multibyte correctly.
22384
22385 2008-02-01 Kenichi Handa <handa@m17n.org>
22386
22387 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
22388 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
22389 (encode_coding_utf_16): Substitute coding->default_char for
22390 non-Unicode characters.
22391 (decode_coding): Don't call record_insert here.
22392 (setup_coding_system): Initialize `surrogate' of
22393 coding->spec.utf_16 to 0.
22394 (EMIT_ONE_BYTE): Fix for multibyte case.
22395
22396 * insdel.c (insert_from_gap): Call record_insert.
22397
22398 2008-02-01 Kenichi Handa <handa@m17n.org>
22399
22400 * casefiddle.c (casify_region): Fix multibyte case.
22401
22402 * character.c (c_string_width): Add return type `int'.
22403 (char_string_with_unification): Delete arg ADVANCED.
22404
22405 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
22406 (CHAR_STRING): Adjust for the change of char_string_with_unification.
22407 (CHAR_STRING_ADVANCE): Make it do-while statement.
22408
22409 * chartab.c (sub_char_table_set_range): Optimize for the case
22410 DEPTH == 3. Add workaround code for a GCC optimization bug.
22411
22412 * charset.c (parse_charset_map): Remove an unused variable.
22413
22414 * coding.c: Delete unused variables.
22415
22416 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
22417 earlier. If inserted is zero and the coding system doesn't
22418 require flushing, don't call decode_coding_gap.
22419
22420 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
22421
22422 2008-02-01 Kenichi Handa <handa@m17n.org>
22423
22424 The following changes are for using Unicode as an internal
22425 character model, and use UTF-8 format for buffer/string
22426 representation.
22427
22428 * .gdbinit (xchartable): Adjust for the change of char table structure.
22429 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
22430
22431 * Makefile.in (obj): Add character.o and chartab.o.
22432 (lisp, shortlisp): Remove utf-8.elc.
22433 (*.o): For many files, change dependency on charset.h to
22434 character.h, and add dependency on character.h.
22435 (character.o, chartab.o): New targets.
22436
22437 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
22438 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
22439 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
22440 of "charset.h".
22441
22442 * dired.c, filelock.c: Include "character.h".
22443
22444 * alloc.c: Include "character.h" instead of "charset.h".
22445 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
22446 (syms_of_alloc): Remove defsubr for Smake_char_table.
22447
22448 * buffer.c: Include "character.h" instead of "charset.h", don't
22449 include "coding.h".
22450 (Fset_buffer_multibyte): Adjust for UTF-8.
22451
22452 * buffer.h: EXFUN Fbuffer_live_p.
22453
22454 * callproc.c: Include "character.h" instead of "charset.h".
22455 (Fcall_process): Big change for the new code-conversion APIs.
22456
22457 * casetab.c: Include "character.h" instead of "charset.h".
22458 (set_canon, set_identity, shuffle): Adjust for the new
22459 map_char_table spec.
22460 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
22461 accessing the char table structure.
22462
22463 * chartab.c: New file that implements char table.
22464
22465 * category.c: Include "character.h".
22466 (copy_category_entry): New function.
22467 (copy_category_table): Call map_char_table and copy_category_entry.
22468 (Fmake_category_table): Initialize all top-level slots.
22469 (char_category_set): New function.
22470 (modify_lower_category_set): Delete.
22471 (Fmodify_category_entry): Call char_table_ref_and_range.
22472
22473 * category.h (CATEGORY_SET): Just call char_category_set.
22474
22475 * ccl.c: Include "character.h".
22476 (Qccl, Qcclp): New variables.
22477 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
22478 it's less than 256.
22479 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
22480 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
22481 and DST type.
22482 (ccl_driver): Change types of argument, adjust code accordingly.
22483 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
22484 ccl_driver.
22485 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
22486
22487 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
22488 New members src_multibyte, dst_multibyte, consumed, and produced.
22489 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
22490 (CODING_SPEC_CCL_PROGRAM): New macro.
22491 (ccl_driver): Update prototype.
22492 (Qccl, Qcclp, Fccl_program_p): Extern them.
22493 (CHECK_CCL_PROGRAM): New macro.
22494
22495 * character.c, character.h, chartab.c: New files.
22496
22497 * charset.c: Mostly re-written. Move character and multibyte sequence
22498 handling codes to character.c.
22499
22500 * charset.h: Mostly re-written. Move character and multibyte sequence
22501 handling codes to character.h.
22502
22503 * coding.c, coding.h: Mostly re-written.
22504
22505 * composite.c: Include "character.h" instead of "charset.h".
22506 (CHAR_WIDTH): Move to character.h.
22507 (HASH_KEY, HASH_VALUE): Delete.
22508
22509 * composite.h (enum composition_method): Change order of enumeration
22510 symbols.
22511
22512 * data.c: Include "character.h" instead of "charset.h".
22513 (Faref): Call CHAR_TABLE_REF for a char table.
22514 (Faset): Call CHAR_TABLE_SET for a char table.
22515
22516 * dispextern.h (free_realized_face, check_face_attribytes)
22517 (generate_ascii_font): Extern them.
22518 (free_realized_multibyte_face): Delete extern.
22519
22520 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
22521 table structure.
22522
22523 * editfns.c: Include "character.h" instead of "charset.h".
22524 (Fchar_to_string): Always call CHAR_STRING.
22525
22526 * emacs.c (main): Call init_charset_once, init_charset,
22527 syms_of_chartab, and syms_of_character.
22528
22529 * fileio.c: Include "character.h" instead of "charset.h".
22530 (Finsert_file_contents): Big change for the new code-conversion API.
22531 (choose_write_coding_system, Fwrite_region): Likewise.
22532 (build_annotations_2): Delete.
22533 (e_write): Big change for the new code-conversion API.
22534
22535 * fns.c: Include "character.h" instead of "charset.h".
22536 (copy_sub_char_table): Move to chartab.c.
22537 (Fcopy_sequence): Call copy_char_table for a char table.
22538 (concat): Delete codes calling count_multibyte.
22539 (string_char_to_byte, string_byte_to_char): Adjust for the new
22540 multibyte form.
22541 (internal_equal): Adjust for the change of char table structure.
22542 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
22543 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
22544 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
22545 (char_table_translate, optimize_sub_char_table)
22546 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
22547 chartab.c.
22548 (char_table_ref_and_index): Delete.
22549 (HASH_KEY, HASH_VALUE): Move to lisp.h.
22550 (Fmd5): Call preferred_coding_system instead of accessing
22551 Vcoding_category_list. Adjust for the new code-conversion API.
22552 (syms_of_fns): Move defsubr for char table related functions to
22553 chartab.c.
22554
22555 * fontset.c: Mostly re-written.
22556
22557 * fontset.h (struct font_info): Change type of the member encoding_type.
22558 (enum FONT_SPEC_INDEX): New enum.
22559 (fontset_font_pattern, fs_load_font): Update prototype.
22560 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
22561
22562 * indent.c: Include "character.h" instead of "charset.h".
22563 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
22564
22565 * insdel.c: Include "character.h" instead of "charset.h".
22566 (copy_text): Don't refer to Vnonascii_translation_table.
22567 (insert_from_gap): New function.
22568
22569 * keyboard.c: Include "character.h" instead of "charset.h".
22570 (command_loop_1): Never call direct_output_forward_char before
22571 a non-ASCII character.
22572 (read_char): If Vkeyboard_translate_table is a char table, always
22573 translate a character.
22574
22575 * keymap.c: Include "character.h".
22576 (store_in_keymap): Handle the case that IDX is a cons.
22577 (Fdefine_key): Handle the case that KEY is a cons and the car part
22578 is also a cons (range).
22579 (push_key_description): Adjust for the new character code.
22580 (describe_vector): Call describe_char_table for a char table.
22581 (describe_char_table): New function.
22582
22583 * keymap.h (describe_char_table): Extern it.
22584
22585 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
22586 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
22587 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
22588 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
22589 Delete.
22590 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
22591 structure.
22592 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
22593 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
22594 (CHARTAB_SIZE_BITS_3): New macros.
22595 (chartab_size): Extern it.
22596 (struct Lisp_Char_Table): Re-design.
22597 (struct Lisp_Sub_Char_Table): New structure.
22598 (HASH_KEY, HASH_VALUE): Move from fns.c.
22599 (CHARACTERBITS): Define as 22.
22600 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
22601 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
22602 (GC_SUB_CHAR_TABLE_P): New macro.
22603 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
22604 (code_convert_string_norecord): Deleted extern.
22605 (init_character_once, syms_of_character, init_charset)
22606 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
22607
22608 * lread.c: Include "character.h".
22609 (read_multibyte): New arg NBYTES.
22610 (read_escape): Change the meaning of returned *BYTEREP.
22611 (to_multibyte): Delete.
22612 (read1): Adjust the handling of char table and string.
22613
22614 * print.c: Include "character.h" instead of "charset.h".
22615 (print_string): Convert 8-bit raw bytes to octal form by
22616 string_escape_byte8.
22617 (print_object): Adjust for the new multibyte form. Print 8-bit
22618 raw bytes always in octal form. Handle sub char table correctly.
22619
22620 * process.c: Include "character.h" instead of "charset.h".
22621 (read_process_output, send_process): Adjust for the new
22622 code-conversion API.
22623
22624 * puresize.h (BASE_PURESIZE): Increase.
22625
22626 * regex.c: Include "character.h" instead of "charset.h".
22627 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
22628 (regex_compile): Accept a range whose starting and ending
22629 character have different leading bytes.
22630 (analyse_first): Adjust for the above change.
22631
22632 * search.c: Include "character.h" instead of "charset.h".
22633 (search_buffer, boyer_moore): Adjust for the new multibyte form.
22634 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
22635
22636 * syntax.c: Include "character.h" instead of "charset.h".
22637 (syntax_parent_lookup): Delete.
22638 (Fmodify_syntax_entry): Accept a cons as CHAR.
22639 (skip_chars): Adjust for the new multibyte form.
22640 (init_syntax_once): Call char_table_set_range instead of directly
22641 accessing the structure of a char table.
22642
22643 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
22644 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
22645 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
22646 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
22647
22648 * term.c: Include "buffer.h" and "character.h".
22649 (encode_terminal_code, write_glyphs): Adjust for the new
22650 code-conversion API.
22651 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
22652
22653 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
22654
22655 * xdisp.c: Include "character.h".
22656 (get_next_display_element): Adjust for the new multibyte form.
22657 (disp_char_vector): Adjust for the new char table structure.
22658 (decode_mode_spec_coding): Adjust for the new structure of
22659 coding system.
22660 (decode_mode_spec): Adjust for the new code-conversion API.
22661
22662 * xfaces.c: Include "character.h" instead of "charset.h".
22663 (load_face_font): Adjust for the change of choose_face_font and
22664 FS_LOAD_FONT.
22665 (generate_ascii_font): New function.
22666 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
22667 (set_font_frame_param): Adjust for the change of choose_face_font.
22668 (free_realized_face): Make it public.
22669 (free_realized_faces_for_fontset): Rename from
22670 free_realized_multibyte_face. Free also faces realized for ASCII.
22671 (choose_face_font): Change arguments. Adjust for the change of
22672 fontset_font_pattern and FS_LOAD_FONT.
22673
22674 * xfns.c: Include "character.h".
22675 (x_encode_text): Adjust for the new code-conversion API.
22676
22677 * xselect.c: Don't include "charset.h".
22678 (selection_data_to_lisp_data): Adjust for the new code conversion API.
22679
22680 * xterm.c: Include "character.h".
22681 (x_encode_char): New argument CHARSET. Change caller.
22682 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
22683 Call ENCODE_CHAR instead of SPLIT_CHAR.
22684 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
22685 CHAR_WIDTH instead of CHARSET_WIDTH.
22686 (XTread_socket): Adjust for the new code-conversion API.
22687 (x_new_font): Adjust for the change of FS_LOAD_FONT.
22688 (x_load_font): Adjust for the change of struct font.
22689
22690 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
22691
22692 * xfaces.c (face_at_buffer_position): Remove unused vars.
22693
22694 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22695
22696 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
22697 Fix overflow checking.
22698
22699 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22700
22701 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
22702 Cancel previous change.
22703
22704 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
22705
22706 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
22707 ccl->eight_bit_control. Fix check for buffer overflow.
22708 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
22709 (ccl_driver): Initialize extra_bytes to 0.
22710
22711 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
22712
22713 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
22714 return it ORed with ctrl_modifier.
22715
22716 2008-01-29 Miles Bader <miles@gnu.org>
22717
22718 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
22719
22720 2008-01-28 Jason Rumney <jasonr@gnu.org>
22721
22722 * w32.c (stat): Don't double check for networked drive.
22723
22724 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22725
22726 * window.c (run_window_configuration_change_hook): New function.
22727 Code extracted from set_window_buffer. Set the selected frame.
22728 (set_window_buffer): Use it.
22729 * window.h (run_window_configuration_change_hook): Declare.
22730 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
22731
22732 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
22733
22734 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
22735
22736 * Makefile.in: Remove references to unused macros.
22737
22738 2008-01-26 Eli Zaretskii <eliz@gnu.org>
22739
22740 * w32.c (g_b_init_get_sid_sub_authority)
22741 (g_b_init_get_sid_sub_authority_count): New static variables.
22742 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
22743 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
22744 (init_user_info): Use them to retrieve uid and gid.
22745 Use 500/513, the Windows defaults, as Administrator's uid/gid.
22746 (fstat): Use pw_uid and pw_gid from the_passwd structure for
22747 st_uid and st_gid of the file.
22748
22749 2008-01-26 Jason Rumney <jasonr@gnu.org>
22750
22751 * w32.c (logon_network_drive): New function.
22752 (stat): Use it.
22753
22754 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
22755
22756 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
22757 invisible text covered with an ellipsis.
22758
22759 2008-01-25 Richard Stallman <rms@gnu.org>
22760
22761 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
22762 jump back to beginning. Move some other initializations after that.
22763 (Qwindow_text_change_functions, Vwindow_text_change_functions):
22764 New variables.
22765 (syms_of_xdisp): Init them.
22766
22767 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
22768
22769 * buffer.c (reset_buffer_local_variables):
22770 Implement `permanent-local-hook'.
22771 (Qpermanent_local_hook): New variable.
22772 (syms_of_buffer): Init and staticpro it.
22773
22774 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
22775
22776 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
22777
22778 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
22779
22780 * fns.c (Fclrhash): Return TABLE.
22781
22782 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22783
22784 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
22785 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
22786 is set even without positional changes.
22787 (x_scroll_bar_clear): Set bar->redraw_needed_p.
22788
22789 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
22790
22791 2008-01-23 Jason Rumney <jasonr@gnu.org>
22792
22793 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
22794
22795 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
22796 the unicode range available in MULE by locale-coding-system.
22797 Improve dbcs lead byte detection. Set event timestamp and modifiers
22798 earlier.
22799
22800 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22801
22802 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
22803 [MAC_OSX] (init_mac_osx_environment): Initialize it.
22804 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
22805 when used on child processes.
22806
22807 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
22808
22809 * dbusbind.c (Fdbus_method_return_internal): Rename from
22810 Fdbus_method_return.
22811 (Fdbus_unregister_object): Move to dbus.el.
22812 (Fdbus_call_method, Fdbus_method_return_internal)
22813 (Fdbus_send_signal): Improve debug messages.
22814
22815 2008-01-20 Martin Rudalics <rudalics@gmx.at>
22816
22817 * undo.c (undo_inhibit_record_point): New variable.
22818 (syms_of_undo): Initialize it.
22819 (record_point): Don't record point when undo_inhibit_record_point
22820 is set.
22821
22822 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
22823
22824 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
22825
22826 * xdisp.c (Qauto_hscroll_mode): New var.
22827 (syms_of_xdisp): Initialize it.
22828 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
22829 window's buffer.
22830 (hscroll_windows): Don't check automatic_hscrolling_p here.
22831
22832 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
22833 vscroll if we're setting window-buffer to the value it already has.
22834
22835 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
22836
22837 * m/intel386.h: Remove references to XENIX.
22838
22839 2008-01-17 Andreas Schwab <schwab@suse.de>
22840
22841 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
22842 instead of HAVE_X86_64_LIB64_DIR.
22843 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
22844
22845 2008-01-17 Glenn Morris <rgm@gnu.org>
22846
22847 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
22848 to HAVE_X86_64_LIB64_DIR.
22849
22850 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
22851
22852 * s/irix3-3.h:
22853 * s/irix4-0.h:
22854 * s/386-ix.h:
22855 * s/domain.h:
22856 * s/hpux9-x11r4.h:
22857 * s/hpux9shxr4.h: Remove files for systems no longer supported.
22858
22859 * sysdep.c: Remove code containing references to symbols defined
22860 by unsupported systems.
22861
22862 2008-01-16 Glenn Morris <rgm@gnu.org>
22863
22864 * coding.c (select-safe-coding-system-function): Doc fix.
22865
22866 2008-01-15 Glenn Morris <rgm@gnu.org>
22867
22868 * config.in: Revert 2008-01-13 change: this is a generated file.
22869
22870 2008-01-13 Tom Tromey <tromey@redhat.com>
22871
22872 * lisp.h: Fix typo.
22873
22874 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
22875
22876 * m/sequent-ptx.h:
22877 * m/sequent.h:
22878 * s/ptx.h:
22879 * s/ptx4-2.h:
22880 * s/ptx4.h: Remove files for systems no longer supported.
22881
22882 * callproc.c (Fcall_process): Fix previous change.
22883
22884 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
22885
22886 * unexsunos4.c: Remove file, system not supported anymore.
22887
22888 * m/mips.h:
22889 * m/intel386.h:
22890 * callproc.c:
22891 * config.in:
22892 * ecrt0.c:
22893 * emacs.c:
22894 * fileio.c:
22895 * frame.c:
22896 * getpagesize.h:
22897 * keyboard.c:
22898 * lread.c:
22899 * process.c:
22900 * puresize.h:
22901 * sysdep.c:
22902 * systty.h:
22903 * syswait.h:
22904 * unexec.c:
22905 * xdisp.c:
22906 * alloc.c: Remove code containing references to symbols defined by
22907 unsupported systems.
22908
22909 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
22910
22911 * coding.c (detect_coding_mask): Fix previous change.
22912
22913 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
22914
22915 * coding.c (detect_coding_iso2022): New arg
22916 latin_extra_code_state. Allow Latin extra codes only
22917 when *latin_extra_code_state is nonzero.
22918 (detect_coding_mask): If there is a NULL byte, detect the encoding
22919 as UTF-16 or binary. If Latin extra codes exist, detect the
22920 encoding as ISO-2022 only when there's no other proper encoding is
22921 found.
22922
22923 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22924
22925 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
22926 #ifdef MAC_OS.
22927
22928 2008-01-08 Richard Stallman <rms@gnu.org>
22929
22930 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
22931
22932 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
22933
22934 * keyboard.c (parse_menu_item): Don't enclose key bindings on
22935 menu bar in parentheses.
22936
22937 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
22938
22939 * m/7300.h:
22940 * m/acorn.h:
22941 * m/alliant-2800.h:
22942 * m/alliant.h:
22943 * m/alliant1.h:
22944 * m/alliant4.h:
22945 * m/altos.h:
22946 * m/amdahl.h:
22947 * m/apollo.h:
22948 * m/att3b.h:
22949 * m/aviion-intel.h:
22950 * m/aviion.h:
22951 * m/celerity.h:
22952 * m/clipper.h:
22953 * m/cnvrgnt.h:
22954 * m/convex.h:
22955 * m/cydra5.h:
22956 * m/delta88k.h:
22957 * m/dpx2.h:
22958 * m/dual.h:
22959 * m/elxsi.h:
22960 * m/f301.h:
22961 * m/gould-np1.h:
22962 * m/gould.h:
22963 * m/i860.h:
22964 * m/ibmps2-aix.h:
22965 * m/ibmrt-aix.h:
22966 * m/ibmrt.h:
22967 * m/irist.h:
22968 * m/is386.h:
22969 * m/isi-ov.h:
22970 * m/mega68.h:
22971 * m/mg1.h:
22972 * m/news-r6.h:
22973 * m/news-risc.h:
22974 * m/news.h:
22975 * m/nh3000.h:
22976 * m/nh4000.h:
22977 * m/ns16000.h:
22978 * m/ns32000.h:
22979 * m/nu.h:
22980 * m/orion.h:
22981 * m/orion105.h:
22982 * m/paragon.h:
22983 * m/pfa50.h:
22984 * m/plexus.h:
22985 * m/pyramid.h:
22986 * m/pyrmips.h:
22987 * m/sh3el.h:
22988 * m/sps7.h:
22989 * m/sr2k.h:
22990 * m/stride.h:
22991 * m/sun1.h:
22992 * m/sun2.h:
22993 * m/sun3-68881.h:
22994 * m/sun3-fpa.h:
22995 * m/sun3-soft.h:
22996 * m/sun3.h:
22997 * m/sun386.h:
22998 * m/symmetry.h:
22999 * m/tad68k.h:
23000 * m/tahoe.h:
23001 * m/targon31.h:
23002 * m/tek4300.h:
23003 * m/tekxd88.h:
23004 * m/tower32.h:
23005 * m/tower32v3.h:
23006 * m/ustation.h:
23007 * m/wicat.h:
23008 * m/xps100.h:
23009 * s/cxux.h:
23010 * s/cxux7.h:
23011 * s/dgux.h:
23012 * s/dgux4.h:
23013 * s/dgux5-4-3.h:
23014 * s/dgux5-4r2.h:
23015 * s/esix.h:
23016 * s/esix5r4.h:
23017 * s/hiuxmpp.h:
23018 * s/hiuxwe2.h:
23019 * s/iris3-5.h:
23020 * s/iris3-6.h:
23021 * s/isc2-2.h:
23022 * s/isc3-0.h:
23023 * s/isc4-0.h:
23024 * s/isc4-1.h:
23025 * s/newsos5.h:
23026 * s/newsos6.h:
23027 * s/osf1.h:
23028 * s/osf5-0.h:
23029 * s/riscix1-1.h:
23030 * s/riscix12.h:
23031 * s/sco4.h:
23032 * s/sco5.h:
23033 * s/sunos4-0.h:
23034 * s/sunos4-1.h:
23035 * s/sunos413.h:
23036 * s/sunos4shr.h:
23037 * s/umax.h:
23038 * s/unipl5-2.h:
23039 * s/xenix.h:
23040 * cxux-crt0.s:
23041 * unexapollo.c:
23042 * unexconvex.c:
23043 * unexenix.c:
23044 * unexsni.c: Remove files for systems no longer supported.
23045
23046 * m/intel386.h: Remove references to unsupported systems.
23047
23048 * w32.c (get_emacs_configuration): Remove reference to i860.
23049
23050 * sysdep.c: Remove dead code.
23051
23052 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
23053
23054 * s/rtu.h:
23055 * m/masscomp.h: Remove files. Platform is obsolete.
23056
23057 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
23058
23059 * dbusbind.c (Fdbus_method_return): New function.
23060 (xd_read_message): Add the serial number to the event.
23061 (Fdbus_register_method): Activate the function.
23062
23063 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
23064
23065 * keyboard.c (read_key_sequence): Fix typo.
23066
23067 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
23068
23069 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
23070 (xd_signature, xd_append_arg): Handle element type detection for
23071 empty arrays.
23072 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
23073 SDATA () calls; this must be solved more general.
23074 (Fdbus_register_signal): Use SBYTES instead of strlen.
23075
23076 2008-01-03 Magnus Henoch <magnus@zemdatav>
23077
23078 * dbusbind.c (xd_append_arg): Use unsigned char instead of
23079 unsigned int for byte values (necessary for big-endian platform).
23080 (Fdbus_call_method): Handle the case of no returned arguments.
23081
23082 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
23083
23084 * dbusbind.c (xd_read_message): Use non-static input_event struct.
23085
23086 2007-12-31 Magnus Henoch <mange@freemail.hu>
23087
23088 * dbusbind.c (xd_signature): Signature of variant is just "v".
23089
23090 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
23091
23092 * dbusbind.c: Fix several errors and compiler warnings.
23093 Reported by Tom Tromey <tromey@redhat.com>.
23094 (XD_ERROR, XD_DEBUG_MESSAGE)
23095 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
23096 (xd_append_arg): Part for basic D-Bus types rewritten.
23097 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
23098 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
23099 appropriate.
23100 (xd_read_message): Return Qnil. Don't signal an error; it is not
23101 useful during event reading.
23102 (Fdbus_register_signal): Signal an error if the check for
23103 FUNCTIONP fails.
23104 (Fdbus_register_method): New function. The implementation is not
23105 complete, the call of the function signals an error therefore.
23106 (Fdbus_unregister_object): New function, renamed from
23107 Fdbus_unregister_signal. The initial check signals an error, if
23108 the object is not well formed.
23109
23110 2007-12-30 Richard Stallman <rms@gnu.org>
23111
23112 * textprop.c (get_char_property_and_overlay):
23113 Signal error if POSITION is out of range in a buffer.
23114
23115 2007-12-29 Martin Rudalics <rudalics@gmx.at>
23116
23117 * w32fns.c (Fx_create_frame): Make copy of frame parameters
23118 because the original parameters are in pure storage now.
23119
23120 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23121
23122 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
23123
23124 2007-12-22 Eli Zaretskii <eliz@gnu.org>
23125
23126 * callint.c (syms_of_callint) <command-history>: Add reference to
23127 history-length in the doc string.
23128
23129 2007-12-17 Jason Rumney <jasonr@gnu.org>
23130
23131 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
23132 before passing as wParam.
23133
23134 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
23135
23136 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
23137 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
23138 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
23139 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
23140 as number.
23141 (Fdbus_call_method): Fix docstring.
23142
23143 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
23144
23145 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
23146 New macros.
23147 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
23148 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
23149 Simplify.
23150 (xd_signature): New function.
23151 (xd_append_arg): Compute also signatures. Major rewrite.
23152 (xd_retrieve_arg): Make debug messages friendly.
23153 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
23154 Check for signatures of arguments.
23155
23156 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
23157
23158 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
23159 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
23160 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
23161 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
23162 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
23163 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
23164 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
23165 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
23166 (xd_retrieve_value): Remove. Functionality included in ...
23167 (xd_append_arg): New function.
23168 (Fdbus_call_method, Fdbus_send_signal): Apply it.
23169
23170 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
23171
23172 * dbusbind.c (top): Include <stdio.h>.
23173 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
23174 dbus_message_new_method_call and dbus_message_new_signal.
23175 (Fdbus_register_signal): Rename unique_name to uname.
23176 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
23177 non-existing unique name. Fix typos in matching rule. Return an
23178 object which is useful in Fdbus_unregister_signal.
23179 (Fdbus_unregister_signal): Reimplementation, in order to remove
23180 only the corresponding entry.
23181 (Vdbus_registered_functions_table): Change the order of entries.
23182 Apply these changes in xd_read_message and Fdbus_register_signal.
23183
23184 2007-12-16 Andreas Schwab <schwab@suse.de>
23185
23186 * fileio.c (Finsert_file_contents): Fix overflow check to not
23187 depend on undefined integer overflow.
23188
23189 2007-12-14 Jason Rumney <jasonr@gnu.org>
23190
23191 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
23192 for characters above 127.
23193
23194 2007-12-13 Jason Rumney <jasonr@gnu.org>
23195
23196 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
23197 before dereferencing array.
23198 (lookup_vk_code): Remove zero comparison.
23199
23200 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
23201
23202 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
23203 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
23204 Use `unsigned int' instead of `uint'.
23205 (xd_read_message, Fdbus_register_signal): Split expressions into
23206 multiple lines before operators "&&" and "||", according to the
23207 GNU Coding Standards.
23208
23209 2007-12-14 Eli Zaretskii <eliz@gnu.org>
23210
23211 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
23212
23213 2007-12-12 Juri Linkov <juri@jurta.org>
23214
23215 * buffer.c (Frename_buffer): In interactive spec replace
23216 `read-buffer' with `read-string' that uses `buffer-name-history'
23217 as history, and the current buffer's name as default.
23218
23219 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
23220
23221 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
23222 manipulating the backtrace manually.
23223 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
23224 (struct backtrace, backtrace_list): Remove.
23225 (command_loop_1): Remove dead var `no_direct'.
23226
23227 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
23228 preserve non-built-in buffer-local variables.
23229 (Fkill_all_local_variables): Don't re-create&re-set permanent
23230 buffer-local variables.
23231
23232 2007-12-09 Juri Linkov <juri@jurta.org>
23233
23234 * buffer.c (Frename_buffer): Change interactive spec from "s" to
23235 Lisp code that uses `read-buffer' with current buffer as default.
23236
23237 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
23238
23239 * dbusbind.c (xd_read_message): Generate an event for every
23240 registered handler. There might be several handlers registered
23241 for the same signal.
23242 (Fdbus_register_signal): Don't overwrite a registration for the
23243 same signal. Add a new registration if handlers are different.
23244 (Vdbus_registered_functions_table): Rework doc string.
23245
23246 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
23247
23248 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
23249 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
23250 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
23251 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
23252 Unify argument lists.
23253 (xd_read_message, Fdbus_register_signal): Reorder and extend event
23254 arguments and hash table keys. Use unique name for service.
23255 (Fdbus_unregister_signal): Remove checks.
23256 (Vdbus_registered_functions_table): Fix doc string.
23257
23258 2007-12-05 Magnus Henoch <mange@freemail.hu>
23259
23260 * process.c (make_process): Initialize pty_flag to 0.
23261
23262 2007-12-05 Jason Rumney <jasonr@gnu.org>
23263
23264 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
23265 specified XBMs.
23266
23267 2007-12-05 Richard Stallman <rms@gnu.org>
23268
23269 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
23270
23271 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23272
23273 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
23274 New variable.
23275 (mac_try_close_socket) [MAC_OSX]: New function.
23276 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
23277 Update cfsockets_for_select. Replace invalid CFRunLoop source.
23278
23279 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
23280 Use mac_try_close_socket.
23281
23282 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23283
23284 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
23285 reloc_base.
23286 (copy_dysymtab): Compute relocation base here.
23287 (rebase_reloc_address) [__ppc64__]: New function.
23288 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
23289 changed.
23290
23291 2007-12-05 Jason Rumney <jasonr@gnu.org>
23292
23293 * w32proc.c (sys_spawnve): Quote args with wildcards.
23294
23295 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23296
23297 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
23298 __objc_* sections.
23299 (unrelocate) [_LP64]: Set relocation base to address of data segment.
23300
23301 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
23302
23303 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
23304 Move check for Vdbus_registered_functions_table to
23305 xd_read_queued_messages.
23306 (xd_read_queued_messages): Protect xd_read_message calls by
23307 internal_condition_case_1.
23308
23309 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
23310
23311 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
23312 Qdbus_system_bus and Qdbus_session_bus, respectively.
23313 (Vdbus_intern_symbols): Remove.
23314 (Vdbus_registered_functions_table): New hash table.
23315 (XD_SYMBOL_INTERN_SYMBOL): Remove.
23316 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
23317 Rewrite in order to manage registered functions by hash table
23318 Vdbus_registered_functions_table.
23319
23320 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
23321
23322 * xterm.c: Update URL to Window Manager Specification in comment.
23323
23324 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
23325
23326 * config.in (HAVE_DBUS): Add.
23327
23328 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
23329 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
23330 (obj): Add $(DBUS_OBJ).
23331 (LIBES): Add $(DBUS_LIBS).
23332 (dbusbind.o): New target.
23333
23334 * dbusbind.c: New file.
23335
23336 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
23337
23338 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
23339 (Qdbus_event): New Lisp symbol.
23340 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
23341 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
23342 (keys_of_keyboard): Define dbus-event.
23343
23344 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
23345
23346 2007-12-01 Richard Stallman <rms@gnu.org>
23347
23348 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
23349
23350 2007-11-30 Jason Rumney <jasonr@gnu.org>
23351
23352 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
23353 (w32con_reset_terminal_modes): Clear screen buffer.
23354 (w32_face_attributes): Don't use color indexes that are out of range.
23355 Only reverse the default colors.
23356
23357 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
23358 WINDOWSNT.
23359
23360 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
23361
23362 2007-11-29 Jason Rumney <jasonr@gnu.org>
23363
23364 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
23365 (w32_face_attributes): Use Vtty_defined_color_alist to determine
23366 if the terminal colors are initialized.
23367 (unspecified_fg, unspecified_bg): Remove unused declarations.
23368
23369 2007-11-29 Andreas Schwab <schwab@suse.de>
23370
23371 * keyboard.c (apply_modifiers): Fix typo.
23372
23373 2007-11-29 Richard Stallman <rms@gnu.org>
23374
23375 * keymap.c (Fcurrent_local_map): Doc fix.
23376
23377 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
23378
23379 * s/gnu-kfreebsd.h: New file.
23380
23381 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
23382
23383 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
23384 Don't cast redundantly.
23385
23386 * keyboard.c (KEY_TO_CHAR): New macro.
23387 (parse_modifiers, apply_modifiers): Accept integer arguments.
23388 (read_key_sequence): Use them to unify the "shift->unshift" mapping
23389 for chars and symbol keys.
23390 After doing such remapping, apply function-key-map again.
23391
23392 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
23393
23394 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
23395 compiled anymore.
23396
23397 2007-11-26 Andreas Schwab <schwab@suse.de>
23398
23399 * process.c (list_processes_1): Fix indentation level of the
23400 command column.
23401
23402 2007-11-23 Andreas Schwab <schwab@suse.de>
23403
23404 * editfns.c (Fformat): Handle %c specially since it requires the
23405 argument to be of type int.
23406
23407 2007-11-23 Markus Triska <markus.triska@gmx.at>
23408
23409 * emacs.c (main): Call init_editfns before init_process, since
23410 init_process sets Vprocess_connection_type depending on OS release.
23411
23412 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
23413
23414 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
23415 (find_symbol_value): Use do_symval_forwarding.
23416
23417 * data.c (set_internal): Set the value in the `cons-cell' (for
23418 Buffer_Local_values) not only for frame-local variables.
23419
23420 2007-11-22 Andreas Schwab <schwab@suse.de>
23421
23422 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
23423 values to sprintf.
23424 * keymap.c (Fsingle_key_description): Likewise.
23425 * print.c (print_object): Likewise.
23426
23427 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
23428
23429 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
23430 file for image is nil.
23431
23432 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
23433
23434 * term.c: Include stdarg.h.
23435 (fatal): Implement using varargs.
23436 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
23437
23438 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
23439
23440 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
23441 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
23442 Update call to buffer_slot_type_mismatch.
23443 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
23444 (buffer_slot_type_mismatch): Update.
23445 * buffer.c (buffer_local_types): Remove.
23446 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
23447 (defvar_per_buffer): Set the type in the buffer_objfwd.
23448
23449 2007-11-21 Jason Rumney <jasonr@gnu.org>
23450
23451 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
23452 CreateFileMapping returns NULL on failure.
23453
23454 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
23455
23456 * search.c (Fset_match_data): Remove the `evaporate' feature.
23457 (unwind_set_match_data): Don't use the `evaporate' feature.
23458
23459 2007-11-21 Jason Rumney <jasonr@gnu.org>
23460
23461 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
23462
23463 * w32console.c (w32con_write_glyphs): Remove unused variables.
23464
23465 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
23466
23467 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
23468
23469 * s/darwin.h (MULTI_KBOARD): Remove.
23470
23471 * macfns.c (x_create_tip_frame, Fx_create_frame)
23472 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
23473
23474 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
23475
23476 * buffer.c (Fbuffer_local_value): Remove redundant test.
23477 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
23478 than in `current-buffer' to match the comment.
23479 Do the swap using swap_in_global_binding.
23480
23481 * data.c (store_symval_forwarding, set_internal):
23482 * eval.c (specbind): Remove dead code.
23483
23484 * coding.c (detect_coding, Fupdate_coding_systems_internal):
23485 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
23486 Since we do not want to see internal Lisp_*fwd objects here.
23487
23488 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
23489
23490 * sysdep.c (init_system_name): Use getaddrinfo if available.
23491
23492 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
23493 (x_scroll_bar_note_movement): start, end, with, height in struct
23494 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
23495
23496 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
23497
23498 * puresize.h (BASE_PURESIZE): Increase to 1190000.
23499
23500 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
23501
23502 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
23503 This undoes Richard's change of 14-Oct-2002.
23504
23505 * alloc.c (allocate_other_vector):
23506 * lisp.h (allocate_other_vector): Remove.
23507
23508 * window.c (struct save_window_data): Move non-lisp data to the end
23509 and make it `int' rather than Lisp_Object.
23510 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
23511 Done wrap/unwrap integer values.
23512 (Fset_window_configuration, compare_window_configurations):
23513 Update use of fields to their new types.
23514
23515 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
23516 Turn integer fields into `int'. Merge x_window_low and x_window_high.
23517 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
23518 (SET_SCROLL_BAR_X_WINDOW): Remove.
23519 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
23520 Access the new x_window field directly.
23521 * xterm.c (x_scroll_bar_create): Use a pseudovector.
23522 Don't wrap/unwrap integers into Lisp_Objects.
23523 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
23524 (x_scroll_bar_report_motion):
23525 Don't wrap/unwrap integers into Lisp_Objects.
23526 (x_term_init): Use SDATA.
23527 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
23528 (x_scroll_bar_set_handle, x_scroll_bar_remove)
23529 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
23530 (x_scroll_bar_report_motion, x_scroll_bar_clear):
23531 * xfns.c (x_set_background_color):
23532 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
23533 Access the new x_window field directly.
23534
23535 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
23536 (allocate_pseudovector): Make non-static.
23537
23538 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
23539 (allocate_pseudovector): Declare.
23540 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
23541
23542 2007-11-15 Andreas Schwab <schwab@suse.de>
23543
23544 * editfns.c (Fformat): Correctly format EMACS_INT values.
23545 Also take precision into account when formatting an integer.
23546
23547 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
23548
23549 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
23550
23551 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
23552 (syms_of_keyboard): Defsubr it.
23553
23554 * data.c (swap_in_global_binding): Fix longstanding bug where
23555 store_symval_forwarding was not called with the right second argument,
23556 thus causing objfwd-ing from being dropped.
23557
23558 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
23559
23560 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
23561 (Fx_display_pixel_height, Fx_display_planes)
23562 (Fx_display_color_cells, Fx_server_max_request_size)
23563 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
23564 (Fx_display_visual_class, Fx_display_save_under):
23565 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
23566 (Fx_display_pixel_height, Fx_display_planes)
23567 (Fx_display_color_cells, Fx_server_max_request_size)
23568 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
23569 (Fx_display_mm_height, Fx_display_mm_width)
23570 (Fx_display_backing_store, Fx_display_visual_class)
23571 (Fw32_select_font, Fx_display_save_under):
23572 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
23573 (Fx_display_pixel_height, Fx_display_planes)
23574 (Fx_display_color_cells, Fx_server_max_request_size)
23575 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
23576 (Fx_display_save_under): Fix typos in docstrings.
23577
23578 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
23579
23580 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
23581 corresponding to deleted entries; they are an implementation detail.
23582 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
23583 Remove variables.
23584 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
23585 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
23586 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
23587 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
23588 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
23589 (Fw32_define_rgb_color, Fw32_load_color_file)
23590 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
23591 Fix typos in docstrings.
23592 (Fx_server_version): Reflow docstring.
23593 (Fw32_shell_execute): Doc fixes.
23594
23595 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
23596
23597 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
23598 if w32_parse_hot_key returned nil.
23599
23600 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
23601
23602 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
23603
23604 2007-11-09 Jason Rumney <jasonr@gnu.org>
23605
23606 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
23607
23608 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
23609
23610 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
23611 Remove W32_SCROLL_BAR_CLICK_EVENT.
23612
23613 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
23614 Add MULTIMEDIA_KEY_EVENT.
23615
23616 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
23617 (lispy_multimedia_keys) [WINDOWSNT]: New array.
23618 (make_lispy_event) [WINDOWSNT]: Use it to translate
23619 MULTIMEDIA_KEY_EVENT.
23620
23621 * w32term.h (WM_APPCOMMAND): Define if not already.
23622 (GET_APPCOMMAND_LPARAM): Likewise.
23623
23624 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
23625 WM_APPCOMMAND.
23626
23627 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
23628 (syms_of_w32fns): Export and initialize it.
23629 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
23630
23631 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
23632
23633 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
23634 twice.
23635
23636 * xdisp.c (handle_face_prop): Fix last change.
23637
23638 2007-11-09 Richard Stallman <rms@gnu.org>
23639
23640 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
23641 not just for after-strings and before-strings.
23642 Call face_for_overlay_string and pass the overlay to it.
23643 (handle_display_prop): Determine whether property came from an overlay.
23644 Pass OVERLAY arg to handle_single_display_spec.
23645 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
23646 (load_overlay_strings): Fill in it->string_overlays.
23647 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
23648
23649 * xfaces.c (face_for_overlay_string): Function renamed from
23650 face_at_buffer_position_no_overlays, and add arg OVERLAY.
23651
23652 * dispextern.h (struct it): New elt string_overlays.
23653 New elt from_overlay, also in stack.
23654 Rearrange a few elements.
23655 (face_for_overlay_string): Decl renamed from
23656 face_at_buffer_position_no_overlays, and add argument.
23657
23658 2007-11-09 Richard Stallman <rms@gnu.org>
23659
23660 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
23661 to get the base face for an overlay string.
23662
23663 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
23664
23665 * xfaces.c (face_at_buffer_position_no_overlays): New function.
23666
23667 * xdisp.c (handle_stop): Move some code out of loop.
23668
23669 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23670
23671 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
23672 Fix conversion from Lisp object to ATSUFontID.
23673
23674 2007-11-09 Jason Rumney <jasonr@gnu.org>
23675
23676 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
23677
23678 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23679
23680 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
23681 Don't assume regions are aligned to page boundary.
23682 (print_load_command_name): Add LC_UUID if defined.
23683
23684 2007-11-09 Richard Stallman <rms@gnu.org>
23685
23686 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
23687
23688 2007-11-07 Jason Rumney <jasonr@gnu.org>
23689
23690 * s/windows95.h: Remove.
23691
23692 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
23693
23694 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
23695 abort with a message on unhandled store_type values.
23696
23697 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
23698
23699 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
23700 Remove HAVE_X11R5 and HAVE_X11R4.
23701
23702 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
23703
23704 * Makefile.in: Remove references to sunfns.c and sunfns.o.
23705
23706 2007-11-01 Johan Bockgård <bojohan@gnu.org>
23707
23708 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
23709 Don't set s->stippled_p here, since it has already been set by
23710 x_set_glyph_string_gc from x_draw_glyph_string.
23711
23712 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
23713
23714 * sunfns.c: Remove file.
23715
23716 * m/sun386.h:
23717 * m/sun2.h:
23718 * m/sparc.h: Remove Sun windows code.
23719
23720 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
23721
23722 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
23723 (init_keyboard): Set current_kboard's window-system to nil.
23724 (tty_read_avail_input): Typo.
23725 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
23726
23727 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
23728
23729 * s/usg5-4.h:
23730 * s/usg5-3.h:
23731 * s/ptx.h:
23732 * m/is386.h:
23733 * m/ibmps2-aix.h:
23734 * Makefile.in: Remove all mentions of X10.
23735
23736 * dispnew.c (syms_of_display): Don't mention version 10.
23737
23738 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
23739
23740 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
23741 ($(BLD)/abbrev.$(O)): Remove.
23742
23743 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
23744
23745 Rewrite abbrev.c in Elisp.
23746 * image.c (Qcount): Don't declare as extern.
23747 (syms_of_image): Initialize and staticpro `Qcount'.
23748 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
23749 * emacs.c (main): Don't call syms_of_abbrev.
23750 * Makefile.in (obj): Remove abbrev.o.
23751 (abbrev.o): Remove.
23752 * abbrev.c: Remove.
23753
23754 2007-10-26 Martin Rudalics <rudalics@gmx.at>
23755
23756 * window.c (window_min_size_2): Don't count header-line.
23757
23758 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
23759
23760 * frame.h (struct frame): Move all bit fields after the first bit
23761 field to take advantage of the available space. Group all the
23762 chars together to reduce wasted space due to padding.
23763
23764 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
23765
23766 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
23767
23768 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
23769 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
23770 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
23771 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
23772 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
23773 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
23774 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
23775 (last_marked, mark_object_loop_halt): Make static.
23776
23777 * frame.c (syms_of_frame) <delete-frame-functions>:
23778 Fix typo in docstring.
23779
23780 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
23781
23782 * w32.c (init_environment): Fix tiny memory leak.
23783 (w32_get_resource): Remove unused variable `ok'.
23784
23785 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23786
23787 Make `window-system' into a keyboard-local variable (rather than
23788 frame-local as done originally by multi-tty).
23789
23790 * keyboard.h (struct kboard): Add Vwindow_system.
23791 * keyboard.c (init_kboard): Set a default for Vwindow_system.
23792 (mark_kboards): Mark Vwindow_system.
23793
23794 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
23795 (init_display): Don't set the obsolete `window-system' frame-param.
23796
23797 * xterm.c (x_term_init):
23798 * w32term.c (w32_create_terminal):
23799 * term.c (init_tty): Set Vwindow_system.
23800 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
23801 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
23802
23803 * xfns.c (Fx_create_frame, x_create_tip_frame):
23804 * w32fns.c (Fx_create_frame, x_create_tip_frame):
23805 * macfns.c (Fx_create_frame):
23806 Don't set the obsolete `window-system' frame-param.
23807
23808 * frame.h (Qwindow_system): Remove.
23809 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
23810 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
23811
23812 2007-10-24 Richard Stallman <rms@gnu.org>
23813
23814 * frame.c (x_figure_window_size): For fullscreen case,
23815 set USPosition | PPosition without clobbering rest of window_prompting.
23816
23817 * keyboard.c (Fcurrent_idle_time): Doc fix.
23818
23819 * print.c (Fwith_output_to_temp_buffer): Doc fix.
23820
23821 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
23822
23823 * process.c (unwind_request_sigio): Only define if __ultrix__.
23824
23825 * callproc.c (child_setup): Remove spurious *.
23826
23827 * lisp.h (Fget_text_property): Declare.
23828 (have_menus_p): Declare it here rather than in sys-dep header files.
23829 * macterm.h (have_menus_p):
23830 * msdos.h (have_menus_p):
23831 * xterm.h (have_menus_p): Remove.
23832
23833 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
23834 (Fmake_variable_frame_local): Just check the variable's const-ness
23835 rather than checking nil or t.
23836
23837 2007-10-22 Jason Rumney <jasonr@gnu.org>
23838
23839 * w32fns.c: Include math.h.
23840 (w32_abort): Declaration moved to nt/config.nt.
23841
23842 * s/ms-w32.h (HAVE_STDLIB_H): Define.
23843 (abort): Redefinition moved to nt/config.nt.
23844
23845 * m/windowsnt.h: Remove.
23846
23847 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
23848
23849 * emacs.c (Fdump_emacs): Fix typo in message.
23850 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
23851 <installation-directory>: Reflow docstring.
23852
23853 2007-10-22 Juri Linkov <juri@jurta.org>
23854
23855 * minibuf.c: Allow minibuffer default to be a list of default values.
23856 With empty input use the first element of this list as returned default.
23857 (string_to_object)
23858 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
23859 (read_minibuf): If defalt is cons, set histstring to its car.
23860 (Fread_string): If default_value is cons, set val to its car.
23861 (Fread_buffer): If def is cons, use its car.
23862 (Fcompleting_read): If defalt is cons, set val to its car.
23863
23864 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
23865
23866 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
23867
23868 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
23869
23870 * doc.c (Fdocumentation): Check for advice in all cases.
23871
23872 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
23873
23874 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
23875
23876 2007-10-19 Richard Stallman <rms@gnu.org>
23877
23878 * doc.c (Fdocumentation): Check for and handle an advised function.
23879
23880 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
23881
23882 * process.c (Fset_process_filter): Doc fix.
23883
23884 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23885
23886 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
23887 which caused key-translation-map to applied repeatedly (thus breaking
23888 double-mode).
23889
23890 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23891
23892 * xselect.c (x_own_selection, x_handle_selection_clear)
23893 (x_clear_frame_selections):
23894 * w32menu.c (list_of_panes, list_of_items):
23895 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
23896 * textprop.c (validate_plist, interval_has_all_properties)
23897 (interval_has_some_properties, interval_has_some_properties_list)
23898 (add_properties, text_property_list):
23899 * process.c (Fget_buffer_process, list_processes_1, status_notify):
23900 * minibuf.c (Fassoc_string):
23901 * macselect.c (x_own_selection, x_clear_frame_selections)
23902 (Fx_disown_selection_internal):
23903 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
23904 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
23905
23906 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
23907
23908 * process.c: Link to libs for calling res_init() if available.
23909 (Fmake_network_process): Call res_init() before getaddrinfo or
23910 gethostbyname, if possible.
23911
23912 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23913
23914 * lread.c (read1): Set pvectype for char_tables.
23915
23916 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
23917 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
23918 Add type checks.
23919 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
23920
23921 * alloc.c (free_misc): Use XMISCTYPE.
23922 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
23923
23924 2007-10-17 Glenn Morris <rgm@gnu.org>
23925
23926 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
23927 (syms_of_minibuf): Add Qcompletion_ignore_case.
23928 * dired.c (Qcompletion_ignore_case): Change to external.
23929 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
23930 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
23931 (Fread_file_name): Use it rather than intern'ing.
23932
23933 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
23934 (Fread_coding_system): Ignore case of user input.
23935
23936 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23937
23938 * xdisp.c (handle_display_prop): Ignore display specs after
23939 replacing one when string text is being replaced.
23940 (handle_single_display_spec): Pretend as if characters with display
23941 property haven't been consumed only when buffer text is being replaced.
23942
23943 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23944
23945 * xfns.c (Fx_create_frame, Fx_display_list):
23946 * window.c (window_fixed_size_p, enlarge_window)
23947 (shrink_window_lowest_first):
23948 * macterm.c (init_font_name_table):
23949 * macfns.c (Fx_create_frame, Fx_display_list):
23950 * lread.c (close_load_descs):
23951 * keyboard.c (read_char_x_menu_prompt):
23952 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
23953 * coding.c (code_convert_region_unwind): Test the type of an object
23954 rather than just !NILP before extracting data from it.
23955
23956 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
23957
23958 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
23959 (XMISCANY): New macro.
23960 (XMISCTYPE): Use it.
23961 (struct Lisp_Misc_Any): New type.
23962 (union Lisp_Misc): Use it.
23963 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
23964 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
23965 (find_symbol_value, set_internal, default_value, Fset_default)
23966 (Fmake_variable_buffer_local, Fmake_local_variable)
23967 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
23968 (Flocal_variable_if_set_p, Fvariable_binding_locus):
23969 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
23970 * alloc.c (allocate_buffer): Set the size and tag.
23971 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
23972 Use XMISCANY.
23973 (die): Follow the GNU convention for error messages.
23974 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
23975 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
23976 tag any more.
23977 (set_buffer_internal_1):
23978 * frame.c (store_frame_param):
23979 * eval.c (specbind):
23980 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
23981
23982 * doc.c (Fsnarf_documentation): Simplify.
23983
23984 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
23985
23986 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
23987 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
23988
23989 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
23990
23991 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
23992
23993 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
23994
23995 * eval.c (do_autoload): Don't save autoloads.
23996
23997 * data.c (Ffset): Save autoload of the function being set.
23998
23999 2007-10-07 John Paul Wallington <jpw@pobox.com>
24000
24001 * xfns.c (x_create_tip_frame): Set the `display-type' frame
24002 parameter before setting up faces.
24003
24004 2007-10-13 Eli Zaretskii <eliz@gnu.org>
24005
24006 * ccl.c (Fregister_code_conversion_map):
24007 * keyboard.c (append_tool_bar_item): Reformat last change.
24008
24009 * lisp.h (eabs): Rename from `abs'. All callers changed.
24010
24011 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
24012
24013 * buffer.c (add_overlay_mod_hooklist):
24014 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
24015 * fontset.c (make_fontset):
24016 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
24017 (append_tool_bar_item):
24018 * macmenu.c (grow_menu_items):
24019 * w32menu.c (grow_menu_items):
24020 * xmenu.c (grow_menu_items): Use larger_vector.
24021
24022 2007-10-13 Eli Zaretskii <eliz@gnu.org>
24023
24024 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
24025 selected frame'' on MSDOS).
24026
24027 2007-10-12 Martin Rudalics <rudalics@gmx.at>
24028
24029 * frame.c (Qexplicit_name): New variable.
24030 (x_report_frame_params): Report it in parameter alist.
24031 (syms_of_frame): Intern and staticpro it.
24032
24033 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
24034
24035 * macfns.c (x_create_tip_frame): Set terminal for frame.
24036
24037 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24038
24039 * frame.c (Qenvironment): Remove.
24040 (syms_of_frame) <Qenvironment>: Don't initialize.
24041 (Fdelete_frame): Don't treat the `environment' param specially.
24042 * frame.h (Qenvironment): Don't declare.
24043 * callproc.c (set_initial_environment): Don't set unused frame param.
24044
24045 * frame.c (Fframe_with_environment): Remove.
24046 (syms_of_frame) <Sframe_with_environment>: Don't declare.
24047
24048 * lisp.h (Fframe_with_environment): Don't declare.
24049
24050 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
24051
24052 * indent.c (indent_tabs_mode, last_known_column)
24053 (last_known_column_modified): Make static.
24054 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
24055
24056 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
24057
24058 * puresize.h (BASE_PURESIZE): Increase to 1170000.
24059
24060 2007-10-09 Jason Rumney <jasonr@gnu.org>
24061
24062 * w32term.c (x_set_window_size): Disable code that attempts to tell
24063 Lisp code about a size change before it actually happens.
24064
24065 2007-10-09 Richard Stallman <rms@gnu.org>
24066
24067 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
24068 return HANDLED_RETURN.
24069
24070 2007-10-08 Martin Rudalics <rudalics@gmx.at>
24071
24072 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
24073 when there's an unread command event.
24074
24075 * frame.c (focus_follows_mouse): Move here from frame.el to allow
24076 window autoselection act appropriately when leaving selected frame.
24077 (syms_of_frame): Initialize focus_follows_mouse.
24078 * frame.h (focus_follows_mouse): Extern it.
24079 * macterm.c (XTread_socket): When focus_follows_mouse is nil
24080 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
24081 * msdos.c (dos_rawgetc): Likewise.
24082 * w32term.c (w32_read_socket): Likewise.
24083 * xterm.c (handle_one_xevent): Likewise.
24084 * xdisp.c (syms_of_xdisp): In doc-string of
24085 mouse-autoselect-window mention focus-follows-mouse.
24086
24087 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24088
24089 * macterm.c (mac_load_query_font): Fix missing return value.
24090 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
24091 Add BLOCK_INPUT.
24092
24093 2007-10-08 Richard Stallman <rms@gnu.org>
24094
24095 * xdisp.c (get_window_cursor_type): Implement documented behavior
24096 for cursor-in-non-selected-windows = t.
24097
24098 2007-10-08 Jason Rumney <jasonr@gnu.org>
24099
24100 * w32.c (w32_get_resource): Always close registry keys.
24101
24102 2007-10-08 Jason Rumney <jasonr@gnu.org>
24103
24104 * makefile.w32-in (LIBS): Add COMCTL32.
24105
24106 * w32fns.c (globals_of_w32fns): Init common controls.
24107
24108 2007-10-08 Richard Stallman <rms@gnu.org>
24109
24110 * image.c (our_memory_buffer): Rename from omfib_buffer.
24111
24112 2007-10-08 Richard Stallman <rms@gnu.org>
24113
24114 * buffer.c (Foverlays_at): Doc fix.
24115
24116 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
24117
24118 * fns.c (Fplist_put): Preserve uneven tail data.
24119
24120 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
24121
24122 * termhooks.h (enum event_kind): Remove trailing comma.
24123
24124 * frame.h (enum): Remove trailing comma.
24125
24126 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
24127
24128 * w32proc.c (delete_child): Don't terminate threads of zombies.
24129
24130 2007-10-08 Martin Rudalics <rudalics@gmx.at>
24131
24132 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
24133
24134 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
24135 last-repeatable-command.
24136 (init_kboard): Initialize Vlast_repeatable_command.
24137 (command_loop_1): Set it to real_this_command unless that was
24138 bound to an input event.
24139 (mark_kboards): Mark it.
24140
24141 2007-10-08 Richard Stallman <rms@gnu.org>
24142
24143 * eval.c (condition-case): Doc fix.
24144
24145 2007-10-08 Masatake YAMATO <jet@gyve.org>
24146
24147 * xfaces.c (tty_supports_face_attributes_p): Fix code
24148 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
24149 was copied and not edited.
24150
24151 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
24152
24153 Add new `input-decode-map' keymap and use it for terminal
24154 escape sequences.
24155 * keyboard.h (struct kboard): Add Vinput_decode_map.
24156 Remove Vlocal_key_translation_map.
24157 * keyboard.c (read_key_sequence): Add support for input-decode-map.
24158 (init_kboard): Init input-decode-map.
24159 Replace local-key-translation-map back with key-translation-map.
24160 (syms_of_keyboard): Declare input-decode-map.
24161 Remove local-key-translation-map. Update docstrings.
24162 (mark_kboards): Mark Vinput_decode_map.
24163 Don't mark Vlocal_key_translation_map.
24164 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
24165 Replace local-key-translation-map back with key-translation-map.
24166 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
24167 Bind in input-decode-map rather than function-key-map.
24168
24169 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
24170 This was made redundant by the previous introduction of XSETPVECTYPE.
24171
24172 2007-10-09 Richard Stallman <rms@gnu.org>
24173
24174 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
24175
24176 2007-09-29 Richard Stallman <rms@gnu.org>
24177
24178 * eval.c (internal_condition_case_2, internal_condition_case_1)
24179 (internal_condition_case): Reenable abort if x_catching_errors ()
24180 to see if that really happens and why.
24181
24182 2007-10-06 Andreas Schwab <schwab@suse.de>
24183
24184 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
24185
24186 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
24187
24188 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
24189
24190 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24191
24192 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
24193
24194 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24195
24196 * window.h (struct window):
24197 * window.c (struct save_window_data, struct saved_window):
24198 * termhooks.h (struct terminal):
24199 * process.h (struct Lisp_Process):
24200 * frame.h (struct frame):
24201 * buffer.h (struct buffer):
24202 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
24203 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
24204 The size field of (pseudo)vectors is now unsigned.
24205 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
24206
24207 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
24208 Turn `count' into an integer.
24209
24210 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
24211 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
24212 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
24213 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
24214 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
24215
24216 * alloc.c (allocate_pseudovector): New fun.
24217 (ALLOCATE_PSEUDOVECTOR): New macro.
24218 (allocate_window, allocate_terminal, allocate_frame)
24219 (allocate_process): Use it.
24220 (mark_vectorlike): New function.
24221 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
24222 (mark_terminals): Use it.
24223 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
24224 (Fmake_byte_code): Use XSETPVECTYPE.
24225
24226 * frame.c (Fframe_parameters): Minor simplification.
24227
24228 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
24229
24230 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
24231
24232 * buffer.c (Fget_buffer_create, init_buffer_once):
24233 * lread.c (defsubr):
24234 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
24235
24236 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
24237 defined differently in the m/*.h files.
24238 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
24239 (XSETPVECTYPE): New macro.
24240 (XSETPSEUDOVECTOR): Use it.
24241
24242 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
24243 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
24244
24245 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
24246 * lread.c (defvar_per_buffer):
24247 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
24248
24249 * window.c (candidate_window_p): Only consider as visible frames that
24250 are on the same terminal.
24251
24252 * m/ibms390x.h (MARKBIT): Remove unused macro.
24253
24254 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
24255
24256 * lread.c (Fload): Fix typo in docstring.
24257
24258 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
24259
24260 * floatfns.c (Fexpt): Manually check for overflows, so that a power
24261 of a non-zero value can't yield zero.
24262
24263 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
24264
24265 * term.c (term_clear_mouse_face, term_mouse_highlight)
24266 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
24267
24268 * print.c (safe_debug_print): Use XHASH.
24269
24270 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
24271 Lisp elements such as tags.
24272 (XHASH): New macro.
24273 (EQ): Use it.
24274 (SREF, SSET, STRING_COPYIN): Use SDATA.
24275 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
24276
24277 * alloc.c (mark_terminal): Remove left-over declaration.
24278 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
24279 (allocate_vectorlike): Remove type argument. Adjust callers.
24280 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
24281 Only handle the one remaining MEM_TYPE_VECTORLIKE.
24282
24283 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
24284 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
24285 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
24286 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
24287 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
24288 Use them.
24289
24290 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
24291 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
24292 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
24293
24294 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
24295
24296 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
24297 loaded by default.
24298
24299 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
24300
24301 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
24302 on this tty.
24303 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
24304
24305 * term.c (mouse_face_window): Rename from Qmouse_face_window.
24306 Update all users.
24307 (handle_one_term_event): Use Gpm_DrawPointer.
24308 (Fgpm_mouse_start): Rename from Fterm_open_connection.
24309 Signal errors instead of returning nil. Always return nil.
24310 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
24311 Make it a noop if gpm-mouse was not activated.
24312 (syms_of_term): Update names.
24313
24314 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
24315
24316 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
24317 (init_sys_modes): Check that gpm_tty is the current tty.
24318
24319 * alloc.c (allocate_terminal): Set the vector size to only count the
24320 lisp fields. Initialize those to nil.
24321 (mark_object): Don't treat terminals specially.
24322 (mark_terminal): Remove.
24323 (mark_terminals): Use mark_object instead.
24324
24325 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
24326 the GC to the beginning.
24327
24328 * indent.h:
24329 * indent.c: Use EMACS_INT for ints coming from Elisp data.
24330
24331 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
24332
24333 2007-09-25 Jason Rumney <jasonr@gnu.org>
24334
24335 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
24336
24337 * w32console.c (create_w32cons_output): Remove.
24338
24339 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
24340
24341 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
24342 (reset_sys_modes): Use reset_terminal_modes_hook.
24343
24344 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24345
24346 * eval.c (do_autoload): Don't output any message.
24347
24348 2007-09-24 Juri Linkov <juri@jurta.org>
24349
24350 * emacs.c (standard_args): Change priority of "--no-splash"
24351 from 40 to 3. Add "--no-desktop" with the same priority.
24352
24353 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
24354
24355 * alloc.c (gc_sweep): Check cons cell mark bits word by word
24356 and optimize the case where they are all 1.
24357
24358 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
24359
24360 * lisp.h (abs): Define if not defined.
24361 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
24362 Don't define `abs', since it's defined in lisp.h.
24363
24364 2007-09-22 Eli Zaretskii <eliz@gnu.org>
24365
24366 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
24367 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
24368 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
24369 (init_tty): Use DEV_TTY instead of "/dev/tty".
24370 [WINDOWSNT]: No need to protect from NAME arg being null.
24371
24372 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24373
24374 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
24375 up the tty state.
24376
24377 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24378
24379 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
24380 (gpm_tty): Change its type.
24381 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
24382 (gpm_tty): Change its type and initialize it.
24383 (Fterm_open_connection): Check the frame is indeed a tty.
24384 Use the new gpm_tty.
24385 (Fterm_close_connection): Use the new gpm_tty.
24386 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
24387 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
24388
24389 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
24390
24391 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
24392 underline_color, to draw strike-through.
24393
24394 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24395
24396 * lisp.h (allocate_terminal): Declare.
24397
24398 * window.c (candidate_window_p): Consider frames that are being placed
24399 by the user as somewhere between visible and iconified.
24400 (window_loop): Prefer windows on the current frame.
24401 (Fselect_window): Move the use of select-frame to the beginning so we
24402 can just delegate all the work (it'll call us back anyway).
24403
24404 * frame.c (Qdisplay_environment_variable):
24405 * frame.h (Qdisplay_environment_variable): Delete.
24406
24407 * .gdbinit (xbacktrace): Print the arg's address rather than the value
24408 of the first arg, since that value may be a union.
24409
24410 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
24411 parameter rather than Qdisplay_environment_variable. If all else
24412 fails, look for DISPLAY in initial-environment.
24413
24414 2007-09-21 Glenn Morris <rgm@gnu.org>
24415
24416 * Makefile.in (emacstool): Remove target.
24417 (lisp, shortlisp): Remove termdev.elc.
24418
24419 2007-09-21 Markus Triska <markus.triska@gmx.at>
24420
24421 * xterm.c (x_delete_display): Compile session management conditionally.
24422
24423 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
24424
24425 * callproc.c (getenv_internal_1): New function.
24426 (getenv_internal): Use it.
24427 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
24428
24429 * terminal.c (get_terminal): Don't accept ints to represent terminals.
24430 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
24431 (Fset_terminal_parameter): Work with dead terminals as well.
24432 (Fmodify_terminal_parameters): Remove.
24433
24434 * terminal.c (get_terminal): Handle terminals.
24435 Make sure the terminal returned is live.
24436 (create_terminal): Use allocate_terminal.
24437 (mark_terminals): Move to alloc.c.
24438 (delete_terminal): Use terminal->name as liveness status.
24439 NULL out fields after freeing their contents.
24440 Don't deallocate the object.
24441 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
24442 rather than an int.
24443 (Fterminal_live_p): Accept non-integer arguments.
24444 (Fterminal_list): Return terminal objects rather than an ints.
24445
24446 * alloc.c (enum mem_type): New member for `terminal' objects.
24447 (allocate_terminal): New function.
24448 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
24449 Handle terminals.
24450 (mark_terminal): New fun.
24451 (mark_terminals): Move from terminal.c.
24452
24453 * term.c (get_tty_terminal): Don't treat output_initial specially.
24454 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
24455 (delete_tty): Use terminal->name as liveness status.
24456
24457 * termhooks.h (struct terminal): Make it into a pseudovector.
24458 Remove `deleted' replaced by checking `name's nullness.
24459
24460 * print.c (print_object): Handle terminals.
24461
24462 * lisp.h (enum pvec_type): New `terminal' pseudovector.
24463 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
24464
24465 * frame.c (make_terminal_frame):
24466 * keyboard.c (tty_read_avail_input):
24467 * w32term.c (x_delete_terminal):
24468 * xfns.c (Fx_create_frame, x_create_tip_frame):
24469 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
24470
24471 2007-09-20 Glenn Morris <rgm@gnu.org>
24472
24473 * process.c (Fmake_network_process): Doc fix.
24474
24475 2007-09-19 Jason Rumney <jasonr@gnu.org>
24476
24477 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
24478
24479 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
24480
24481 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
24482 Fix a C warning regarding variable constness.
24483
24484 * xterm.c (handle_one_xevent): Fix a C warning.
24485
24486 2007-09-18 Jason Rumney <jasonr@gnu.org>
24487
24488 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
24489
24490 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
24491
24492 * gtkutil.c (gdpy_def): New variable.
24493 (xg_initialize): Initialize gdpy_def.
24494 (xg_display_close): If no other display exists, set gdpy_def to a
24495 new connection.
24496
24497 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
24498
24499 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
24500 when we have no file name for the icon.
24501 (xg_tool_bar_expose_callback): Remove.
24502 (xg_create_tool_bar): Don't connect expose signal to
24503 xg_tool_bar_expose_callback.
24504 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
24505
24506 2007-09-16 Andreas Schwab <schwab@suse.de>
24507
24508 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
24509 values instead of zapping them.
24510
24511 2007-09-14 Glenn Morris <rgm@gnu.org>
24512
24513 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
24514 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
24515 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
24516 scope and rename to omfib_buffer for clarity.
24517 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
24518
24519 2007-09-14 Kenichi Handa <handa@m17n.org>
24520
24521 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
24522
24523 2007-09-13 Jason Rumney <jasonr@gnu.org>
24524
24525 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
24526
24527 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
24528
24529 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
24530 (mac_term_init): Call here instead, passing rif.
24531
24532 2007-09-13 Glenn Morris <rgm@gnu.org>
24533
24534 * s/hpux.h: No longer define `static' as nothing.
24535
24536 2007-09-13 Johan Bockgård <bojohan@gnu.org>
24537
24538 * callint.c (Fcall_interactively): Remove unused var `fun'.
24539
24540 2007-09-12 Romain Francoise <romain@orebokech.com>
24541
24542 * window.c (prefer_window_split_horizontally, display_buffer):
24543 Revert 2007-09-08 change.
24544
24545 2007-09-12 Glenn Morris <rgm@gnu.org>
24546
24547 * alloca.c: Remove file.
24548 * Makefile.in (alloca): Do not undef.
24549 (allocaobj, alloca.o): Remove.
24550 (otherobj): Remove allocaobj.
24551 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
24552 * regex.c (C_ALLOCA): Remove all references and code that was only
24553 used when this was defined.
24554 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
24555 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
24556 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
24557
24558 * Makefile.in (SOURCES, unlock, relock): Delete.
24559
24560 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
24561 (menu_grab_callback): All uses changed.
24562
24563 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
24564 (x_reply_selection_request): All uses changed.
24565
24566 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
24567
24568 * lread.c (load_warn_old_style_backquotes): Change message to look
24569 better when it appears in the middle of byte-compiler messages.
24570
24571 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
24572
24573 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
24574
24575 * xterm.c (x_create_terminal): Add comment.
24576
24577 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
24578
24579 2007-09-10 Richard Stallman <rms@gnu.org>
24580
24581 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
24582
24583 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
24584
24585 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
24586 (DEFUN): Document `intspec', use it instead of `prompt'.
24587
24588 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
24589
24590 * data.c (Finteractive_form): If the interactive specification starts
24591 with a `(', use it as a Lisp form.
24592
24593 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
24594 name and file modes.
24595
24596 * callint.c (Fcall_interactively): Comment fixes.
24597
24598 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
24599
24600 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
24601 and compiled functions.
24602
24603 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
24604
24605 * window.c (prefer_window_split_horizontally): New variable.
24606 (display_buffer): Consider splitting window horizontally depending
24607 on prefer_window_split_horizontally.
24608
24609 2007-09-08 Eli Zaretskii <eliz@gnu.org>
24610
24611 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
24612
24613 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24614
24615 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
24616
24617 * frame.c (x_set_frame_parameters): Check number is positive before
24618 using XFASTINT.
24619
24620 * window.c (freeze_window_start): Don't presume selected_window holds
24621 a window object.
24622 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
24623
24624 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
24625
24626 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
24627
24628 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24629
24630 * window.c (Vsplit_window_preferred_function): New var.
24631 (Fdisplay_buffer): Use it.
24632 (syms_of_window): Export, and initialize it.
24633
24634 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
24635
24636 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
24637
24638 2007-09-06 Glenn Morris <rgm@gnu.org>
24639
24640 * gtkutil.c (menu_grab_callback) <cnt>:
24641 * xselect.c (x_reply_selection_request) <cnt>: Move static
24642 variable to file scope.
24643
24644 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24645
24646 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
24647 consistent values of selected_frame and selected_window.
24648
24649 2007-09-04 Jason Rumney <jasonr@gnu.org>
24650
24651 * w32console.c (initialize_w32_display): Zero unused hooks.
24652
24653 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
24654
24655 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
24656 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
24657
24658 2007-09-04 Jason Rumney <jasonr@gnu.org>
24659
24660 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
24661 in w32console.c. Set up input. Remove XXX comments that have been
24662 confirmed as correct.
24663
24664 * s/ms-w32.h (MULTI_KBOARD): Define.
24665
24666 * w32console.c (one_and_only_w32cons): Remove.
24667 (initialize_w32_display): Take terminal argument.
24668
24669 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
24670 initialize_w32_display.
24671 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
24672
24673 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
24674
24675 * keyboard.c (discard_mouse_events): Discard it.
24676 (make_lispy_event): Translate it to a lisp event.
24677 (lispy_wheel_names): Add wheel-left and right events.
24678 (syms_of_keyboard): Enlarge wheel_syms.
24679
24680 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
24681 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
24682
24683 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
24684
24685 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
24686 from WM_MOUSEHWHEEL.
24687 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
24688
24689 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
24690 terminal.
24691
24692 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
24693 keyboard for the terminal.
24694
24695 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
24696
24697 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
24698 (Vresume_tty_hook): Rename from Vresume_tty_functions.
24699 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
24700 and resume-tty-function to resume-tty-hook.
24701 (Fsuspend_tty, Fresume_tty): Use new names.
24702
24703 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
24704
24705 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
24706 if it starts with "n:".
24707
24708 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
24709
24710 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
24711
24712 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
24713
24714 * frame.h:
24715 * frame.c (Qterm_environment_variable): Remove.
24716 (syms_of_frame): Don't init and staticpro it.
24717
24718 * callproc.c (getenv_internal): Remove special case for $TERM.
24719
24720 * callproc.c (Vinitial_environment): New variable.
24721 (set_initial_environment): Initialize it.
24722 (syms_of_callproc): Declare it.
24723 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
24724 TERM under which a process runs is never related to the TERM in which
24725 Emacs is running.
24726
24727 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
24728
24729 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
24730 * s/darwin.h: ... do it here.
24731
24732 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
24733
24734 * lisp.h (set_initial_environment): Rename from set_global_environment.
24735
24736 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
24737 removed by mistake on the multi-tty branch.
24738
24739 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
24740 (Fmodify_frame_parameters): Return a value.
24741
24742 * image.c (png_load): Comment-out var only used in commented-out code.
24743
24744 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
24745 before passing it to mark_object.
24746
24747 * xfaces.c (internal_resolve_face_name): Return a value.
24748 (internal_resolve_face_name, resolve_face_name_error): Comment out.
24749
24750 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
24751 (x_icon): Comment-out var only used in commented-out code.
24752
24753 2007-08-29 Romain Francoise <romain@orebokech.com>
24754
24755 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
24756 QUIT hasn't been provided.
24757
24758 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
24759
24760 * callproc.c (child_setup, getenv_internal): Use the
24761 display-environment-variable and term-environment-variable frame params.
24762 (set_initial_environment): Initialise Vprocess_environment.
24763
24764 * config.in: Disable multi-keyboard support on a mac.
24765
24766 * frame.c (Qterm_environment_variable)
24767 (Qdisplay_environment_variable): New variables.
24768 (syms_of_frame): Intern and staticpro them.
24769 (Fmake_terminal_frame): Disable output method test.
24770
24771 * frame.h: Declare them here.
24772
24773 * macfns.c (x_set_mouse_color): Get rif from the frame.
24774 (x_set_tool_bar_lines): Don't use updating_frame.
24775 (mac_window): Add 2 new parameters for consistency with other systems.
24776 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
24777 frame parameters following what is done in X11 and w32. Don't use
24778 FRAME_MAC_DISPLAY_INFO.
24779 (Fx_open_connection, start_hourglass): Remove window-system check.
24780 (x_create_tip_frame): Get the keyboard from the terminal.
24781
24782 * macmenu.c: Reorder includes.
24783 (Fx_popup_menu): Use terminal specific mouse_position_hook.
24784
24785 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
24786 terminal parameter.
24787 (x_clear_frame): Add a frame parameter.
24788 (note_mouse_movement): Get rif from the frame.
24789 (mac_term_init): Initialize the terminal.
24790 (mac_initialize): Make static and move terminal initialization ...
24791 (mac_create_terminal): ... to this new function.
24792
24793 * macterm.h (struct mac_display_info): Add terminal.
24794 (mac_initialize): Delete declaration.
24795
24796 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
24797
24798 * sysdep.c: Comment out text after #endif.
24799
24800 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
24801 is defined. Better initialize ttys in windows. Use terminal
24802 specific mouse_position_hook.
24803
24804 * termhooks.h (union display_info): Add mac_display_info.
24805
24806 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
24807 Set the default minibuffer frame, window_system and the rest of the
24808 frame parameters following what is done in X11.
24809
24810 * w32term.c (w32_initialize): Make static.
24811
24812 * xselect.c (x_handle_selection_clear): Only access
24813 terminal->kboard when MULTI_KBOARD is defined.
24814
24815 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
24816 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
24817
24818 2007-08-29 Jason Rumney <jasonr@gnu.org>
24819
24820 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
24821 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
24822
24823 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
24824 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
24825
24826 * keyboard.c (restore_kboard_configuration): Only define when
24827 MULTI_KBOARD defined.
24828
24829 * makefile.w32-in: Update dependancies from Makefile.in.
24830 (OBJ1): Add terminal.$(O)
24831
24832 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
24833 Don't define function body.
24834 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
24835
24836 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
24837
24838 * w32.c (request_sigio, unrequest_sigio): Remove.
24839
24840 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
24841 (w32con_clear_frame, w32con_clear_end_of_line)
24842 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
24843 (w32con_delete_glyphs, w32con_set_terminal_window)
24844 (scroll_line, w32_sys_ring_bell): Add frame arg.
24845 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
24846 Add terminal arg.
24847 (PICK_FRAME): Remove.
24848 (w32con_write_glyphs): Use frame specific terminal coding.
24849 (one_and_only_w32cons): New global variable.
24850 (initialize_w32_display): Use it for storing hooks.
24851 (create_w32cons_output): New function.
24852
24853 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
24854 arg a frame.
24855
24856 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
24857 Set window_system.
24858 (x_set_tool_bar_lines): Don't use updating_frame.
24859 (Fx_create_frame): Set terminal and ref count.
24860 (Fx_open_connection): Remove window-system check.
24861
24862 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
24863
24864 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
24865 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
24866 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
24867 Add frame arg.
24868 (x_delete_terminal, w32_create_terminal): New functions.
24869 (w32_term_init): Create a terminal.
24870 (w32_initialize): Move terminal specific initialization to
24871 w32_create_terminal.
24872
24873 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
24874 (w32_clear_rect, w32_clear_area): Use background from frame.
24875 (w32_display_info): Add terminal.
24876 (w32_sys_ring_bell, x_delete_display): Declare here.
24877
24878 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
24879
24880 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
24881
24882 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
24883
24884 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
24885 Fix get_named_tty calls for the controlling tty.
24886
24887 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
24888
24889 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
24890
24891 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
24892
24893 * term.c (tty_insert_glyphs): Add missing first parameter.
24894
24895 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
24896
24897 * buffer.c (Fbuffer_list, Fbury_buffer):
24898 Take frame->buried_buffer_list into account.
24899
24900 * cm.c (current_tty): New variable, for cmputc().
24901 (cmputc): Use it.
24902 (cmcheckmagic): Add tty parameter, look up terminal streams there.
24903 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
24904 (cmgoto): Add tty parameter. Pass it on to calccost().
24905 Use emacs_tputs() instead of tputs().
24906
24907 * cm.h (emacs_tputs): New macro to set current_tty, and then call
24908 tputs().
24909 (current_tty): New variable, for cmputc().
24910 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
24911
24912 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
24913 (internal_condition_case, internal_condition_case_1)
24914 (internal_condition_case_2): Don't abort when x_catching_errors.
24915
24916 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
24917 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
24918 prevent crashes caused by bogus longjmps in read_char.
24919
24920 * keymap.h (Fset_keymap_parent): Add EXFUN.
24921
24922 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
24923 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
24924 Remove redundant definition.
24925
24926 * macfns.c (x_set_mouse_color, x_make_gc):
24927 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24928
24929 * w32term.c (x_free_frame_resources):
24930 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24931 (w32_initialize): Use the accessor macros for terminal characteristics.
24932
24933 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
24934 Use the accessor macros for terminal characteristics.
24935 * msdos.c (internal_terminal_init): Use the accessor macros for
24936 terminal characteristics.
24937 (ScreenVisualBell, internal_terminal_init):
24938 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24939
24940 * termopts.h (no_redraw_on_reenter): Declare.
24941
24942 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
24943 (mark_terminals, mark_ttys): Declare.
24944 (Fgarbage_collect): Call them.
24945 (mark_object): Mark buried_buffer_list.
24946
24947 * prefix-args.c: Include stdlib.h for exit.
24948
24949 * syssignal.h: Add comment.
24950
24951 * indent.c: Include stdio.h.
24952
24953 * window.h (Vinitial_window_system): Declare.
24954 (Vwindow_system): Delete declaration.
24955
24956 * fontset.c (Finternal_char_font): Use FRAME_RIF.
24957
24958 * image.c (lookup_image): Don't initialize `c' until the xasserts
24959 have been run.
24960
24961 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
24962 FRAME_FOREGROUND_PIXEL.
24963
24964 * print.c (print_preprocess): Don't lose print_depth levels while
24965 iterating.
24966
24967 * widget.c (update_from_various_frame_slots):
24968 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24969
24970 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
24971 frames.
24972 (window_internal_height): Remove bogus make_number call.
24973 (init_window_once): Call make_terminal_frame with two zero parameters.
24974
24975 * fileio.c (Fread_file_name): Update comment.
24976
24977 * callint.c (Fcall_interactively):
24978 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
24979 Make sure it is correctly unwound.
24980
24981 * xsmfns.c (x_session_close): New function.
24982
24983 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
24984 Delete declarations.
24985
24986 * xterm.h: Remove declaration for x_fully_uncatch_errors.
24987 (x_output): Remove background_pixel and foreground_pixel fields.
24988 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
24989 (x_delete_device, x_session_close): Declare.
24990
24991 * lread.c: Include setjmp.h. Update declaration of `read_char'.
24992 (read_filtered_event): Call `read_char' with a local
24993 `wrong_kboard_jmpbuf'.
24994
24995 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
24996 Don't call single_kboard_state. Use FRAME_RIF.
24997
24998 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
24999 systems.
25000
25001 * lisp.h (set_process_environment): Rename to `set_global_environment'.
25002 (Fframe_with_environment, Fset_input_meta_mode)
25003 (Fset_quit_char): EXFUN.
25004 (x_create_device, tty_output, terminal, tty_display_info): Declare.
25005 (init_sys_modes, reset_sys_modes): Update prototypes.
25006 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
25007
25008 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
25009 Vlocal_key_translation_map, and Vkeyboard_translate_table.
25010 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
25011 Delete declarations.
25012 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
25013 (temporarily_switch_to_single_kboard, tty_read_avail_input):
25014 New declarations.
25015
25016 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
25017 already does that during init_display(). Call syms_of_keymap
25018 before syms_of_keyboard. Call `syms_of_terminal'.
25019 Call set_initial_environment, not set_process_environment.
25020 (shut_down_emacs): Call reset_all_sys_modes() instead of
25021 reset_sys_modes().
25022
25023 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
25024 (internal_resolve_face_name, resolve_face_name_error): New functions.
25025 (resolve_face_name): Protect against loops and errors thrown by Fget.
25026 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
25027 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
25028
25029 * scroll.c: Replace CURTTY() with local variables throughout the
25030 file (where applicable).
25031 (calculate_scrolling, calculate_direct_scrolling)
25032 (scrolling_1, scroll_cost): Use the accessor macros for terminal
25033 characteristics.
25034
25035 * keymap.c (Vfunction_key_map): Remove.
25036 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
25037 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
25038 (Vkey_translation_map): Remove.
25039 (syms_of_keymap): Remove DEFVAR for key-translation-map.
25040 (Fdescribe_buffer_bindings)
25041 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
25042 Update for terminal-local key-translation-map.
25043
25044 * Makefile.in (callproc.o): Update dependencies.
25045 (lisp, shortlisp): Add termdev.elc.
25046 (obj): Add terminal.o.
25047 (terminal.o): Add dependencies.
25048 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
25049 (data.o, fns.o): Add termhooks.h dependency.
25050 (SOME_MACHINE_LISP): Add dnd.elc.
25051 (minibuf.o): Fix typo.
25052 Update dependencies.
25053
25054 * data.c (do_symval_forwarding, store_symval_forwarding)
25055 (find_symbol_value): Use the selected frame's keyboard, not
25056 current_kboard.
25057
25058 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
25059 Vwindow_system.
25060
25061 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
25062 Fmenu_bar_open.
25063 (syms_of_xmenu): Update defsubr.
25064 (mouse_position_for_popup, Fx_popup_menu)
25065 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
25066 (set_frame_menubar, free_frame_menubar)
25067 (create_and_show_popup_menu, xmenu_show)
25068 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
25069 an X frame.
25070
25071 * xselect.c (x_own_selection): Abort if not an X frame.
25072 (some_frame_on_display): Check if it is an X frame.
25073 (x_handle_selection_clear): Deal with MULTI_KBOARD.
25074
25075 * coding.c: Include frame.h and termhooks.h.
25076 (terminal_coding, keyboard_coding): Delete.
25077 (Fset_terminal_coding_system_internal)
25078 (Fset_keyboard_coding_system_internal)
25079 (Fkeyboard_coding_system)
25080 (Fterminal_coding_system): Add a terminal parameter.
25081 Get terminal_coding from the terminal.
25082 (init_coding_once): Don't call setup_coding_system here.
25083
25084 * dispextern.h (set_scroll_region, turn_off_insert)
25085 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
25086 (tty_clear_end_of_line, tty_setup_colors)
25087 (delete_tty, updating_frame)
25088 (produce_special_glyphs, produce_glyphs, write_glyphs)
25089 (insert_glyphs): Remove.
25090 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
25091 (tty_turn_off_highlight, get_tty_size): Add declaration.
25092 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
25093
25094 * frame.h (enum output_method): Add output_initial.
25095 (struct x_output): Delete.
25096 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
25097 Access foreground_pixel and background_pixel directly from the frame.
25098 (tty_display): Delete.
25099 (struct frame): Add buried_buffer_list, foreground_pixel,
25100 background_pixel and terminal. Delete kboard.
25101 (union output_data): Add tty.
25102 (FRAME_KBOARD): Get the kboard from the terminal.
25103 (FRAME_INITIAL_P): New macro.
25104 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
25105 (Qterm_environment_variable, Qdisplay_environment_variable)
25106 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
25107 New declarations.
25108
25109 * termchar.h (tty_output, tty_display_info): New structures.
25110 (tty_list): Declare.
25111 (FRAME_TTY, CURTTY): New macros.
25112 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
25113 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
25114 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
25115 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
25116
25117 * callproc.c: Include frame.h and termhooks.h, for terminal
25118 parameters.
25119 (add_env): New function.
25120 (child_setup): Use it.
25121 (child_setup, getenv_internal): Handle the new Vprocess_environment.
25122 (getenv_internal): Fix get_terminal_param call.
25123 (Fgetenv_internal, egetenv): Update doc.
25124 (syms_of_callproc): Initialize Vprocess_environment to nil.
25125 Register and initialize them. Remove obsolete defvars. Update doc
25126 strings.
25127 (child_setup): Handle Vlocal_environment_variables.
25128 (getenv_internal): Add terminal parameter.
25129 Handle Vlocal_environment_variables.
25130 (Fgetenv_internal): Add terminal parameter.
25131 (child_setup, getenv_internal, Fgetenv_internal): Store the local
25132 environment in a frame (not terminal) parameter. Update doc strings.
25133 (set_initial_environment): Rename from set_global_environment.
25134 Store Emacs environment in initial frame parameter.
25135
25136 * xdisp.c (redisplay_internal): Update references to
25137 `previous_terminal_frame'.
25138 (display_mode_line, Fformat_mode_line): Replace calls to
25139 `push_frame_kboard' with `push_kboard'.
25140 (get_glyph_string_clip_rects): Add extra parentheses and
25141 braces to prevent compiler warnings.
25142 (calc_pixel_width_or_height): Add xassert to check that the
25143 frame is alive. Don't call `lookup_image' on a termcap frame.
25144 (message2_nolog, message3_nolog, redisplay_internal)
25145 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
25146 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
25147 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
25148 (Fx_display_pixel_width, Fx_display_pixel_height)
25149 (Fx_display_planes, Fx_display_color_cells)
25150 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
25151 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
25152 (Fx_display_backing_store, Fx_display_visual_class)
25153 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
25154 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
25155
25156 * xfns.c (x_set_foreground_color x_set_background_color)
25157 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
25158 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25159 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
25160 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
25161 terminal that is being deleted.
25162 (Fx_create_frame): Use `store_frame_param' to set `window-system'
25163 frame parameter, and make sure it overrides any user-supplied setting.
25164 (Fx_close_connection, Fx_synchronize): Unify argument names with
25165 the rest of the DEFUNs.
25166
25167 * dispnew.c (Fsend_string_to_terminal): Update call to
25168 `get_tty_terminal'.
25169 (Fredraw_frame, Fsend_string_to_terminal)
25170 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
25171 FRAME_TERMCAP_P and FRAME_TTY.
25172 (window_change_signal): Don't believe width/height values that are
25173 impossibly small.
25174 (Vinitial_window_system): Rename from Vwindow_system.
25175 (termscript, Wcm, rif): Delete.
25176
25177 * termhooks.h (struct terminal): New struct containing the
25178 previously global text display hooks and new members NAME,
25179 DELETED and PARAM_ALIST.
25180 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
25181 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
25182 (FRAME_RIF): New macros.
25183 (get_terminal_param, get_device): New declarations.
25184 (termscript): Delete declaration.
25185
25186 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
25187 (XTflash, x_free_frame_resources, x_scroll_bar_create)
25188 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
25189 FRAME_FOREGROUND_PIXEL.
25190 (x_fully_uncatch_errors): Disable definition.
25191 (x_scroll_bar_expose): Fix reference to foreground pixel.
25192 (XTread_socket): Disable loop on all X displays.
25193 (x_delete_terminal): Don't set terminal->deleted and let
25194 delete_terminal delete the frames on the terminal.
25195 (x_delete_display): Doc update to reflect changes in
25196 delete_terminal.
25197 (x_display_info) <terminal>: Move member earlier in the struct.
25198 (deleting_tty): Remove old variable.
25199 (Fsuspend_tty): Call clear_tty_hooks.
25200 (Fresume_tty, init_tty): Call set_tty_hooks.
25201 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
25202 errors on X frames.
25203 (x_catch_errors_unwind): Abort if x_error_message is NULL.
25204 (handle_one_xevent): Initialize `f' to NULL.
25205 (x_delete_terminal, x_create_terminal): New functions.
25206 (XTset_terminal_modes, XTreset_terminal_modes)
25207 (XTread_socket, x_connection_closed, x_term_init)
25208 (x_term_init, x_delete_display): Add terminal parameter.
25209 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
25210 X connections.
25211
25212 * frame.c: Include termchar.h.
25213 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
25214 (Qwindow_system, Qenvironment, Qterm_environment_variable)
25215 (Qdisplay_environment_variable): New vars.
25216 (Fframep): Deal with output_initial.
25217 (Fframe-live-p): Doc fix.
25218 (Fwindow-system): New function.
25219 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
25220 (make_terminal_frame): Don't create frames on a terminal that is
25221 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25222 (store_frame_param): Check for found_for_frame before calling XFRAME.
25223 (Fmake_terminal_frame): Handle NULL tty names correctly.
25224 (syms_of_frame): Enhance doc string of `default-frame-alist'.
25225 (Fdelete_frame): Remove unused variable `count'. Don't allow other
25226 frames to refer to a deleted frame in their 'environment parameter.
25227 (Fframe_with_environment): New function.
25228 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
25229 (get_future_frame_param): New function.
25230 (Fmake_terminal_frame): Use it.
25231 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
25232
25233 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
25234 * sysdep.c (reset_sys_modes): Update for renames.
25235
25236 * keyboard.c (tty_read_avail_input): New function.
25237 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
25238 (syms_of_keyboard): Defsubr them.
25239 (Fset_input_meta_mode, Fset_quit_char): New functions.
25240 (Fset_input_mode): Split to above functions.
25241 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
25242 parameter. Use it in call to `read_char'.
25243 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
25244 Set wrong_kboard_jmpbuf correctly in recursive calls.
25245 Use current_kboard to access Vkeyboard_translate_table.
25246 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
25247 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
25248 Update longjmp invocations. Remember the original current_kboard,
25249 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
25250 changes it. Comment out unnecessary calls to
25251 `record_single_kboard_state' and `any_kboard_state'.
25252 Update recursive calls.
25253 (wrong_kboard_jmpbuf): Remove global variable.
25254 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
25255 Handle deleted interrupted_kboards correctly; that is a legal
25256 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
25257 and read_char calls. Abort if interrupted_kboard died in read_char.
25258 (any_kboard_state, single_kboard_state)
25259 (push_frame_kboard): Remove function.
25260 (pop_kboard): Switch out of single_kboard mode if the kboard has
25261 been deleted. Remove unused variable. Help debugging by not
25262 changing current_kboard unnecessarily. Set current_kboard to the
25263 kboard of the selected frame when the stored kboard object has
25264 been deleted before pop_kboard.
25265 (temporarily_switch_to_single_kboard): Change first parameter to a
25266 frame pointer. Throw an error when caller wants to change kboards
25267 while in single_kboard mode. Don't push_kboard if we weren't in
25268 single kboard state. Don't pop_kboard if we popped into any
25269 kboard state.
25270 (restore_kboard_configuration): Abort if pop_kboard changed the
25271 kboard in single_kboard mode. Call pop_kboard only after setting
25272 up single_kboard mode.
25273 (Frecursive_edit): Switch to single_kboard mode only in nested
25274 command loops.
25275 (cmd_error, command_loop, command_loop_1, timer_check):
25276 Comment out unnecessary call to `any_kboard_state' and
25277 `record_single_kboard_state'.
25278 (delete_kboard): Exit single_kboard mode if we have just deleted
25279 that kboard. Use FRAME_KBOARD.
25280 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
25281 `fatal_error_signal'.
25282 (record_single_kboard_state): Don't push_kboard if we weren't in
25283 single kboard state. Don't pop_kboard if we popped into any
25284 kboard state.
25285 (push_frame_kboard): Rename to push_kboard.
25286 (kbd_buffer_get_event): Use FRAME_TERMINAL.
25287 (read_avail_input): Read input from all terminals.
25288 (mark_kboards): Also mark Vkeyboard_translate_table.
25289 (kbd_buffer_store_event_hold): Simplify condition.
25290 (read_key_sequence): Reinitialize fkey and keytran at each replay.
25291 (Vkeyboard_translate_table): Move to struct kboard.
25292 (init_kboard): Initialize Vkeyboard_translate_table.
25293 (syms_of_keyboard): Use DEFVAR_KBOARD to define
25294 Vkeyboard_translate_table. Update doc strings. Update docs of
25295 local-function-key-map and function-key-map.
25296
25297 * terminal.c: New file.
25298
25299 * term.c: Include errno.h.
25300 (Vring_bell_function, device_list, initial_device)
25301 (next_device_id, ring_bell, update_begin, update_end)
25302 (set_terminal_window, cursor_to, raw_cursor_to)
25303 (clear_to_end, clear_frame, clear_end_of_line)
25304 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
25305 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
25306 (syms_of_term): Move their initialization to terminal.c.
25307 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
25308 (Ftty_display_color_cells)
25309 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
25310 (clear_tty_hooks, set_tty_hooks)
25311 (init_tty, maybe_fatal): New functions.
25312 (Ftty_type): Return nil if terminal is not on a tty instead of
25313 throwing an error. Doc update.
25314 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
25315 Doc update. Initialize new subrs and variables.
25316 (delete_tty): Use terminal->deleted.
25317 (tty_set_terminal_modes): Rename from set_terminal_modes.
25318 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
25319 (set_scroll_region): Rename to `tty_set_scroll_region'.
25320 (turn_on_insert): Rename to `tty_turn_on_insert'.
25321 (turn_off_insert): Rename to `tty_turn_off_insert'.
25322 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
25323 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
25324 (toggle_highligh): Rename to `tty_toggle_highlight'.
25325 (background_highlight): Rename to `tty_background_highlight'.
25326 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
25327 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
25328 (tty_set_scroll_region, tty_background_highlight)
25329 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
25330 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
25331 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
25332 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
25333 Add static modifier.
25334 (tty_reset_terminal_modes, tty_set_terminal_window)
25335 (tty_set_scroll_region, tty_background_highlight)
25336 (tty_highlight_if_desired, tty_cursor_to)
25337 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
25338 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
25339 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
25340 renames.
25341
25342 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
25343
25344 * keyboard.c: Qrtl is new.
25345 (parse_tool_bar_item): Handle :rtl keyword.
25346 (syms_of_keyboard): Intern :rtl keyword.
25347
25348 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
25349
25350 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
25351 so no Lisp code is executed.
25352 (file_for_image, find_rtl_image): New functions.
25353 (xg_get_image_for_pixmap): Use file_for_image.
25354 (update_frame_tool_bar): If direction is RTL, use RTL image if
25355 defined. Use Gtk stock images if defined.
25356
25357 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25358
25359 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
25360 for nonexistent or zero-width glyph in composition glyph.
25361
25362 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
25363
25364 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
25365
25366 * xdisp.c (Finvisible_p): New function.
25367 (syms_of_xdisp): defsubr it.
25368
25369 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
25370
25371 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
25372 Doc fixes.
25373
25374 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25375
25376 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
25377
25378 2007-08-24 Martin Rudalics <rudalics@gmx.at>
25379
25380 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
25381 whether decoding has modified buffer contents.
25382
25383 2007-08-24 Jason Rumney <jasonr@gnu.org>
25384
25385 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
25386 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
25387 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
25388 (init_svg_functions) [HAVE_NTGUI]: New function.
25389 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
25390 (svg_load_image): Use them.
25391 (svg_load_image) [HAVE_NTGUI]: Implement background.
25392
25393 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25394
25395 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
25396 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
25397 (LIBX): Remove @RSVG_LIBS@.
25398 (LIBES): Add $(RSVG_LIBS).
25399
25400 * image.c (svg_load_image): Blend with specified background if exists.
25401 Use IMAGE_BACKGROUND. Add Mac OS Support.
25402
25403 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
25404 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
25405 Remove macros.
25406 [MAC_OSX] (socket_callback): Do nothing.
25407 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
25408 ReceiveNextEvent.
25409 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
25410 socket_callback.
25411 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
25412
25413 2007-08-22 Glenn Morris <rgm@gnu.org>
25414
25415 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
25416
25417 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
25418
25419 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
25420
25421 * image.c: Add support for SVG images. Some additional comments
25422 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
25423 (svg_image_p): New function to test for SVG image.
25424 (svg_load): New function to load SVG image.
25425 (svg_load_image): New function, helper for svg_load.
25426 (Qsvg): New Lisp_object.
25427 (svg_keyword_index): New enum.
25428 (svg_format): New static `image_keyword' struct.
25429 (svg_type): New static `image_type' struct.
25430 (librsvg/rsvg.h): Include it.
25431
25432 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
25433
25434 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
25435
25436 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
25437
25438 * lread.c (Qold_style_backquotes): New var.
25439 (syms_of_lread): Init and staticpro it.
25440 (load_warn_old_style_backquotes): New fun.
25441 (Fload): Use them to warn about old style backquotes.
25442 (end_of_file_error, Fload): Remove unused vars.
25443
25444 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
25445
25446 * lread.c (Vold_style_backquotes): New var.
25447 (syms_of_lread): Init and export it to Elisp.
25448 (read1): Set it when we find an old-style (back)quote.
25449
25450 2007-08-22 Jason Rumney <jasonr@gnu.org>
25451
25452 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
25453
25454 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
25455
25456 * puresize.h (BASE_PURESIZE): Increase to 1140000.
25457
25458 2007-08-19 Richard Stallman <rms@gnu.org>
25459
25460 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
25461
25462 2007-08-19 Andreas Schwab <schwab@suse.de>
25463
25464 * alloc.c (pure): Round PURESIZE up.
25465
25466 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
25467
25468 * xterm.c (handle_one_xevent): Remove check that mouse click is in
25469 active frame.
25470
25471 2007-08-16 Richard Stallman <rms@gnu.org>
25472
25473 * eval.c (Fcommandp): Add parens to clarify.
25474
25475 * minibuf.c (Fall_completions): Use enum for type of table.
25476
25477 * emacs.c (USAGE2): Improve text.
25478
25479 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
25480
25481 * term.c (tty_default_color_capabilities): Declare static
25482 variables in file scope, to avoid HPUX compiler problem.
25483
25484 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
25485
25486 * gtkutil.c (update_frame_tool_bar): Use -1 as index
25487 to gtk_toolbar_insert.
25488
25489 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
25490
25491 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
25492
25493 * insdel.c (reset_var_on_error): New fun.
25494 (signal_before_change, signal_after_change):
25495 Use it to reset (after|before)-change-functions to nil in case of error.
25496 Bind inhibit-modification-hooks to t.
25497 Don't bind (after|before)-change-functions to nil while they run.
25498
25499 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25500
25501 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
25502 filling pixmap with stippled background.
25503
25504 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25505
25506 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
25507 Don't use invisible frame as parent window for repositioning.
25508
25509 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
25510
25511 * print.c (new_backquote_output): Rename from old_backquote_output.
25512 (print): Inverse its logic (according to its name) so as to match the
25513 behavior of new_backquote_flag in lread.c.
25514
25515 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25516
25517 * gmalloc.c (posix_memalign): New function.
25518
25519 * macterm.c (frame_highlight, frame_unhighlight): Don't call
25520 ActivateControl/DeactivateControl here.
25521 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
25522 frame-notice-user-settings is non-nil.
25523 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
25524 for kEventParamFMFontStyle.
25525 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
25526 mac_pass_command_to_system and mac_pass_control_to_system here.
25527 (XTread_socket): Call ActivateControl/DeactivateControl here.
25528 (XTread_socket) [TARGET_API_MAC_CARBON]:
25529 Check mac_pass_command_to_system and mac_pass_control_to_system here.
25530 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
25531 for window repositioning.
25532
25533 2007-08-08 Glenn Morris <rgm@gnu.org>
25534
25535 * Replace `iff' in doc-strings and comments.
25536
25537 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
25538
25539 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
25540
25541 2007-08-07 Martin Rudalics <rudalics@gmx.at>
25542
25543 * fileio.c (Finsert_file_contents): Run format-decode and
25544 after_insert_file_functions on entire buffer when REPLACE is
25545 non-nil and inhibit modification_hooks and point_motion_hooks.
25546 For consistency, run after_insert_file_functions iff something
25547 got inserted. Move signal_after_change and update_compositions
25548 after code running after_insert_file_functions. Make sure that
25549 undo_list doesn't record intermediate steps of the decoding process.
25550
25551 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25552
25553 * emacs.c (main)
25554 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
25555 Call malloc_enable_thread on interactive startup.
25556
25557 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
25558 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
25559 [USE_PTHREAD]: Conditionalize with it.
25560 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
25561 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
25562 New functions.
25563
25564 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
25565
25566 * xdisp.c (redisplay_window): When restoring original buffer
25567 position, make sure it is still valid.
25568
25569 * image.c (png_load): Ignore png-supplied background color.
25570
25571 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25572
25573 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
25574 Use kCFAbsoluteTimeIntervalSince1970.
25575
25576 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
25577 New variable.
25578 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
25579 event loop should be quit.
25580 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
25581 Quit dialog event loop if quit_dialog_event_loop is set.
25582
25583 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
25584 (Selection): New typedef. Use instead of ScrapRef.
25585 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
25586 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
25587 (mac_clear_selection): Rename from clear_scrap.
25588 (get_flavor_type_from_symbol): New argument SEL and subsume function of
25589 scrap_has_target_type. All uses changed.
25590 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
25591 (mac_selection_has_target_p): New functions.
25592 (mac_put_selection_value): Rename from put_scrap_string.
25593 (mac_get_selection_value): Rename from get_scrap_string.
25594 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
25595 (put_scrap_private_timestamp, scrap_has_target_type)
25596 (get_scrap_private_timestamp): Remove functions.
25597 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
25598 (x_own_selection, x_get_local_selection):
25599 Use mac_valid_selection_value_p.
25600 (x_own_selection): Don't use put_scrap_private_timestamp.
25601 Record OWNERSHIP-INFO into Vselection_alist instead.
25602 (x_get_local_selection): Don't check type if request is local.
25603 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
25604 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
25605
25606 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
25607
25608 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
25609 add comment explaining why.
25610
25611 2007-08-03 Richard Stallman <rms@gnu.org>
25612
25613 * fileio.c (Fvisited_file_modtime): Use make_time.
25614
25615 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
25616
25617 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
25618 build.
25619
25620 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
25621
25622 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
25623
25624 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
25625
25626 * puresize.h (BASE_PURESIZE): Increase to 1130000.
25627
25628 2007-07-30 Richard Stallman <rms@gnu.org>
25629
25630 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
25631
25632 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
25633
25634 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
25635
25636 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
25637
25638 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
25639 remote default-directory.
25640
25641 * buffer.c (mode-line-format): Update doc string.
25642
25643 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25644
25645 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
25646 scroll bar gap.
25647 (x_scroll_bar_create): Set bar->fringe_extended_p.
25648 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
25649 on frame edge. Check fringe background extension. Don't clear
25650 extended fringe background area.
25651
25652 * w32term.h (struct scroll_bar): New member fringe_extended_p.
25653 (w32_fill_area): Enclose multiple statements with do ... while (0).
25654
25655 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
25656 Extend fringe background to scroll bar gap.
25657 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
25658 Set bar->fringe_extended_p.
25659 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
25660 Put leftmost/rightmost scroll bars on frame edge. Check fringe
25661 background extension. Don't clear extended fringe background area.
25662
25663 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
25664 New member fringe_extended_p.
25665
25666 2007-07-25 Glenn Morris <rgm@gnu.org>
25667
25668 * Relicense all FSF files to GPLv3 or later.
25669
25670 * COPYING: Switch to GPLv3.
25671
25672 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
25673
25674 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
25675
25676 * data.c (Finteractive_form): Check for the presence of an
25677 `interactive-form' symbol property more thoroughly.
25678
25679 * data.c (Finteractive_form): Use an `interactive-form' property if
25680 present, analogous to the function-documentation property.
25681
25682 2007-07-24 Jason Rumney <jasonr@gnu.org>
25683
25684 * w32fns.c (x_real_positions): Get real position from OS instead of
25685 calculating it.
25686
25687 2007-07-23 Jason Rumney <jasonr@gnu.org>
25688
25689 * filelock.c (current_lock_owner): Allow for @ sign in username.
25690
25691 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
25692
25693 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
25694 remote default-directory.
25695
25696 * buffer.c (mode-line-format): Describe above case in doc string.
25697
25698 2007-07-20 Eli Zaretskii <eliz@gnu.org>
25699
25700 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
25701 Define if not defined.
25702
25703 2007-07-18 Jason Rumney <jasonr@gnu.org>
25704
25705 * w32proc.c (w32_executable_type): Handle 64 bit executables.
25706
25707 2007-07-18 Richard Stallman <rms@gnu.org>
25708
25709 * data.c (Fsetq_default): Doc fix.
25710
25711 * eval.c (Fsetq): Doc fix.
25712
25713 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
25714
25715 * coding.c (Ffind_operation_coding_system):
25716 * eval.c (For, Fand): Doc fixes.
25717 Reported by Johan Bockgård.
25718
25719 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
25720
25721 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
25722
25723 * xterm.h: Declare x_ewmh_activate_frame.
25724
25725 * xterm.c (x_ewmh_activate_frame): New function.
25726 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
25727
25728 2007-07-17 Martin Rudalics <rudalics@gmx.at>
25729
25730 * window.c (Fdisplay_buffer): If largest or LRU window is the
25731 only window, split it even if it is not eligible for splitting.
25732 This restores the original behavior broken by the 2007-07-15
25733 change.
25734
25735 2007-07-17 Glenn Morris <rgm@gnu.org>
25736
25737 * abbrev.c (abbrev_check_chars): New function.
25738 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
25739 Call abbrev_check_chars to check abbrev characters are word
25740 constituents. Doc fix.
25741
25742 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
25743
25744 * process.c (Fstart_process, Fmake_network_process)
25745 (read_process_output): Fix up last changes.
25746
25747 2007-07-16 Eli Zaretskii <eliz@gnu.org>
25748
25749 * makefile.w32-in (clean): Don't delete *~.
25750
25751 2007-07-16 Andreas Schwab <schwab@suse.de>
25752
25753 * window.c (Fdisplay_buffer): Use NILP.
25754 (Fset_window_scroll_bars): Likewise.
25755
25756 2007-07-15 Martin Rudalics <rudalics@gmx.at>
25757
25758 * window.c (window_min_size_2): New function.
25759 (window_min_size_1, size_window, Fdisplay_buffer)
25760 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
25761 windows without mode- or header-lines when window-min-height is
25762 too small.
25763 (size_window): Reset nodelete_p after testing it, following an
25764 earlier note by Kim F. Storm.
25765 (display_buffer): Do not set split_height_threshold to twice the
25766 value of window_min_height to avoid changing the value of a
25767 customizable variable. Rather explicitly check whether the
25768 height of the window that shall be splitted is at least as large
25769 as split_height_threshold.
25770 (Fwindow_full_width_p): New defun.
25771 (syms_of_window): Defsubr it.
25772
25773 * window.h: Add EXFUN for Fwindow_full_width_p.
25774
25775 2007-07-14 Jason Rumney <jasonr@gnu.org>
25776
25777 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
25778
25779 2007-07-14 Richard Stallman <rms@gnu.org>
25780
25781 * eval.c (maybe_call_debugger): New function.
25782 (find_handler_clause): Use maybe_call_debugger.
25783 Call it when the handler says `debug'.
25784 Eliminate DEBUGGER_VALUE_PTR.
25785 (Fsignal): Eliminate debugger_value.
25786 (Qdebug): New variable.
25787 (syms_of_eval): Initialize it.
25788
25789 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
25790
25791 * eval.c (Fprogn):
25792 * keyboard.c (Ftrack_mouse):
25793 * print.c (Fwith_output_to_temp_buffer):
25794 * window.c (Fsave_window_excursion): Doc fix.
25795
25796 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
25797
25798 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
25799
25800 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
25801
25802 * process.h (struct Lisp_Process): Turn slots infd, outfd,
25803 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
25804 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
25805 read_output_delay, and read_output_skip from Lisp_Objects to ints.
25806 Remove unused encoding_carryover.
25807 * process.c: Adjust all functions accordingly.
25808
25809 2007-07-12 Richard Stallman <rms@gnu.org>
25810
25811 * term.c: Include unistd.h only if HAVE_UNISTD_H.
25812
25813 2007-07-11 Jason Rumney <jasonr@gnu.org>
25814
25815 * makefile.w32-in (LIBS): Include OLE32.
25816
25817 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
25818 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
25819
25820 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
25821
25822 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
25823 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
25824 from a Lisp_Object into a bare pointer.
25825 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
25826 Adjust the code correspondingly.
25827
25828 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
25829
25830 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
25831 (term_show_mouse_face): Remove unused var `j'.
25832 (handle_one_term_event): Remove unused vars `i' and `j'.
25833 Don't cast return value of ttyname since it's not necessary.
25834
25835 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
25836
25837 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
25838 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
25839
25840 * fns.c (map_char_table): Use an array of int for `indices' rather than
25841 an array of Lisp_Objects (which are only ever integers anyway).
25842 (Fmap_char_table): Update caller.
25843 * lisp.h: Update prototype.
25844 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
25845 * fontset.c (Ffontset_info):
25846 * casetab.c (set_case_table): Update callers.
25847
25848 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
25849
25850 * keymap.c (struct accessible_keymaps_data)
25851 (struct where_is_internal_data): New structures.
25852 (accessible_keymaps_1, where_is_internal_1): Use them to change
25853 interface to adhere to the one used by map_keymap.
25854 (Faccessible_keymaps, where_is_internal): Use map_keymap.
25855 (accessible_keymaps_char_table, where_is_internal_2): Remove.
25856
25857 * keymap.h (map_keymap_function_t): More informative prototype.
25858
25859 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
25860
25861 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
25862 (looking_at_1): Don't change search_regs and last_thing_searched
25863 if `inhibit-changing-match-data' is non-nil.
25864 (string_match_1, search_buffer, set_search_regs): Likewise.
25865 (syms_of_search): Add Lisp level definition for
25866 `inhibit-changing-match-data' and set it to nil.
25867 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
25868 start and end of the match, instead of using values in search_regs.
25869
25870 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
25871
25872 * minibuf.c (Fcompleting_read): New value `confirm-only'
25873 for `require-match'.
25874
25875 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
25876
25877 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
25878 part of the 2007-06-27 change to syms_of_fileio.
25879
25880 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25881
25882 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
25883 Check WINDOWP before using XWINDOW. Consolidate return statements.
25884
25885 2007-06-27 Richard Stallman <rms@gnu.org>
25886
25887 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
25888
25889 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
25890
25891 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
25892
25893 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25894
25895 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
25896 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
25897 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
25898 (_free_internal, memalign): Use them.
25899 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
25900 Initialize to PTHREAD_MUTEX_INITIALIZER.
25901 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
25902 (morecore_nolock): Rename from morecore. All uses changed.
25903 Use only nolock versions of internal allocation functions.
25904 (_malloc_internal_nolock, _realloc_internal_nolock)
25905 (_free_internal_nolock): New functions created from
25906 _malloc_internal, _realloc_internal, and _free_internal.
25907 (_malloc_internal, _realloc_internal, _free_internal): Use them.
25908 Copy hook value to automatic variable before its use.
25909 (memalign): Copy hook value to automatic variable before its use.
25910
25911 2007-06-26 Kenichi Handa <handa@m17n.org>
25912
25913 * coding.c (Ffind_operation_coding_system): Docstring improved.
25914 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
25915
25916 2007-06-25 David Kastrup <dak@gnu.org>
25917
25918 * keymap.c (Fcurrent_active_maps): Add `position' argument.
25919 (Fwhere_is_internal): Adjust call to `current-active-maps' to
25920 cater for additional parameter.
25921
25922 * keymap.h: Adjust number of parameters to `current-active-maps'.
25923
25924 * doc.c (Fsubstitute_command_keys): Adjust call of
25925 `current-active-maps'.
25926
25927 2007-06-25 David Kastrup <dak@gnu.org>
25928
25929 * callint.c (Fcall_interactively): Make the parsing of interactive
25930 specs somewhat more readable.
25931
25932 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25933
25934 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
25935 to scroll bar gap also when bitmap fills fringe. Draw only foreground
25936 if extended background has already been filled.
25937
25938 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25939
25940 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
25941 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
25942
25943 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
25944 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
25945 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
25946 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
25947 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
25948 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
25949 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
25950 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
25951 Run timers during dialog popup.
25952 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
25953
25954 2007-06-21 Jason Rumney <jasonr@gnu.org>
25955
25956 * image.c (convert_mono_to_color_image): Swap fore and background.
25957
25958 2007-06-20 Jason Rumney <jasonr@gnu.org>
25959
25960 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
25961 (w32_free_bdf_font): Unmap memory not handle.
25962
25963 2007-06-20 Sam Steingold <sds@gnu.org>
25964
25965 * gmalloc.c (__morecore): Fix the declaration to comply with the
25966 definition.
25967
25968 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
25969
25970 * w32term.c (w32_delete_display): Remove leftover declaration.
25971 (w32_define_cursor, w32_initialize): Make static.
25972
25973 * w32.c (_wsa_errlist): Fix typo in error message.
25974 (init_environment): Ignore any environment variable from the
25975 registry having a null value.
25976
25977 2007-06-20 Glenn Morris <rgm@gnu.org>
25978
25979 * Makefile.in (LIBGIF): Default to -lgif.
25980
25981 2007-06-17 Jason Rumney <jasonr@gnu.org>
25982
25983 * w32menu.c (add_menu_item): Don't use multibyte string functions on
25984 unicode strings.
25985
25986 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
25987
25988 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
25989 Fix typo in docstring.
25990
25991 2007-06-16 Eli Zaretskii <eliz@gnu.org>
25992
25993 * w32menu.c (add_menu_item): Escape `&' characters in menu items
25994 and their keybindings.
25995
25996 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
25997
25998 * composite.c (update_compositions): Fix last fix.
25999
26000 2007-06-14 Jason Rumney <jasonr@gnu.org>
26001
26002 * w32.c (get_process_times_fn): New function pointer.
26003 (globals_of_w32): Intialize it if present in kernel32.dll.
26004 (w32_get_internal_run_time): New function.
26005
26006 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
26007
26008 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
26009
26010 * composite.c (update_compositions): Check the validness of
26011 compositions.
26012
26013 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26014
26015 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
26016 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
26017
26018 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
26019 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
26020
26021 * macgui.h (USE_MAC_TOOLBAR): New define.
26022
26023 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
26024 Return immediately unless popup is activated.
26025
26026 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
26027 background to scroll bar gap.
26028 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
26029 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
26030 scroll bars on frame edge. Check fringe background extension.
26031 Don't clear extended fringe background area.
26032 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
26033 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
26034 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
26035 [USE_MAC_TOOLBAR]: New macros.
26036 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
26037 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
26038 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
26039 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
26040 [USE_MAC_TOOLBAR]: New functions.
26041 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
26042 manually if previous repositioning has failed.
26043 (mac_handle_keyboard_event): Use precomputed event kind.
26044 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
26045 as tool bar item click. Handle mouse movement over tool bar items.
26046
26047 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
26048 toolbar_win_gravity.
26049 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
26050 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
26051 Add externs.
26052
26053 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
26054 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
26055
26056 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
26057
26058 * image.c (search_image_cache): Remove unused variable.
26059
26060 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
26061
26062 * xfns.c, xmenu.c: Link to xaw3d if available.
26063
26064 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26065
26066 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
26067 frame_foreground and frame_background.
26068
26069 * image.c (lookup_image): Save frame foreground and background colors.
26070 (search_image_cache): Check if saved and current frame colors match.
26071
26072 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
26073
26074 * regex.c (regex_compile): Remove the `regnum' counter.
26075 Use bufp->re_nsub instead. Add support for \(?N:RE\).
26076
26077 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
26078
26079 * term.c: Include intervals.h to declare Fget_text_property.
26080
26081 2007-06-10 Jason Rumney <jasonr@gnu.org>
26082
26083 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
26084
26085 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
26086
26087 * callint.c (Fcall_interactively):
26088 * editfns.c (Fdelete_and_extract_region):
26089 * fileio.c (Fread_file_name):
26090 * fns.c (Fmapconcat):
26091 * keyboard.c (cmd_error_internal):
26092 * keymap.c (Fkey_description):
26093 * lread.c (openp):
26094 * minibuf.c (read_minibuf):
26095 * search.c (wordify):
26096 * sunfns.c (sel_read):
26097 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
26098 * xfns.c (x_default_scroll_bar_color_parameter):
26099 * xmenu.c (menu_help_callback):
26100 * xselect.c (Fx_get_atom_name):
26101 * xterm.c (x_term_init): Use empty_unibyte_string.
26102
26103 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
26104
26105 * alloc.c (init_strings): Initialize canonical empty strings.
26106 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
26107 canonical empty string when the requested size is 0.
26108
26109 * emacs.c (empty_unibyte_string): Rename from empty_string.
26110 (empty_multibyte_string): New canonical empty string.
26111 (syms_of_emacs): Don't initialize empty_string.
26112
26113 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
26114 string, if appropriate.
26115 (empty_unibyte_string, empty_multibyte_string): New externs.
26116 (empty_string): Remove extern.
26117
26118 * lread.c (syms_of_lread): Use empty_unibyte_string.
26119
26120 2007-06-07 Jason Rumney <jasonr@gnu.org>
26121
26122 * s/ms-w32.h: Don't define HAVE_TZNAME.
26123
26124 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
26125
26126 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26127
26128 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
26129
26130 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
26131 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
26132
26133 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
26134 Don't call next handler.
26135 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
26136 Remove argument. Install handler to application.
26137 (set_frame_menubar): Don't change deep_p.
26138 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
26139 FRAME_OUTER_TO_INNER_DIFF_Y.
26140 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
26141 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
26142 [HAVE_DIALOGS]: New macros.
26143 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
26144 Use them.
26145 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
26146
26147 * macselect.c [MAC_OSX] (install_service_handler): Rename from
26148 init_service_handler. All callers changed. Return OSStatus value.
26149
26150 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
26151 All callers changed so as not to call SetPortWindowPort.
26152 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
26153 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
26154 mac_draw_string_common.
26155 (mac_draw_image_string_qd): Likewise.
26156 (mac_draw_string_common): Use them. Add INLINE.
26157 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
26158 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
26159 GetGlobalMouse.
26160 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
26161 and FRAME_OUTER_TO_INNER_DIFF_Y.
26162 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
26163 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
26164 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
26165 repositioning window to mac_handle_window_event.
26166 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
26167 saving window location to mac_handle_window_event
26168 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
26169 (install_menu_target_item_handler): Remove argument in extern.
26170 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
26171 Also accept command events.
26172 (do_keystroke): New function created from XTread_socket.
26173 (init_command_handler): Remove functions.
26174 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
26175 and save window location by kEventWindowShowing and kEventWindowHiding
26176 handlers here. Don't call next handler for window state change and
26177 focus events.
26178 (mac_handle_application_event, mac_handle_keyboard_event)
26179 [TARGET_API_MAC_CARBON]: New functions.
26180 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
26181 kEventWindowShowing and kEventWindowHiding events. Move installation
26182 of mouse, font, text input and menu target item handlers to
26183 install_application_handler.
26184 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
26185 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
26186 New function.
26187 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
26188 Register it.
26189 (XTread_socket) [TARGET_API_MAC_CARBON]:
26190 Consolidate SendEventToEventTarget calls.
26191 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
26192 Move application activation handler to mac_handle_application_event.
26193 Move keyboard handler to mac_handle_keyboard_event.
26194 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
26195 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
26196 init_command_handler. Call install_application_handler.
26197
26198 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
26199 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
26200
26201 2007-06-07 Glenn Morris <rgm@gnu.org>
26202
26203 * emacs.c (main): Use `emacs-copyright' in --version output.
26204
26205 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
26206
26207 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
26208
26209 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26210
26211 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
26212
26213 * macgui.h: Replace WindowPtr with WindowRef.
26214
26215 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
26216 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
26217 Replace ControlHandle with ControlRef.
26218 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
26219
26220 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
26221 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
26222 Replace ControlHandle with ControlRef.
26223 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
26224 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
26225
26226 * macterm.h (struct scroll_bar): Rename member control_handle_low
26227 and control_handle_high to control_ref_low and control_ref_high.
26228 All uses changed.
26229 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
26230 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
26231 respectively. All uses changed.
26232 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
26233 (install_window_handler, remove_window_handler): Replace WindowPtr
26234 with WindowRef in externs.
26235
26236 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
26237
26238 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
26239
26240 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
26241
26242 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
26243
26244 * frame.c (Fmouse_position, Fmouse_pixel_position):
26245 Condition on HAVE_GPM too.
26246
26247 * term.c (term_mouse_highlight): Remove unused variables.
26248 (Fterm_open_connection): Set gpm_zerobased to 1.
26249 (term_mouse_movement, term_mouse_click, handle_one_term_event):
26250 Use zero based co-ordinates.
26251 (handle_one_term_event): Report a drag as mouse movement too.
26252
26253 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
26254
26255 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
26256
26257 * image.c (search_image_cache): New function. Require background
26258 color match if background color is unspecified in the image spec.
26259 (uncache_image, lookup_image): Use it.
26260
26261 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
26262
26263 * window.c (Fshrink_window): Reflow docstring.
26264
26265 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
26266
26267 * Version 22.1 released.
26268
26269 2007-06-01 Richard Stallman <rms@gnu.org>
26270
26271 * xfns.c (x_encode_text): Add GCPRO.
26272
26273 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26274
26275 * xfns.c (x_set_name_internal): Save encoded name before
26276 x_encode_text in case string data is relocated.
26277
26278 2007-05-31 Richard Stallman <rms@gnu.org>
26279
26280 * buffer.c (syms_of_buffer): Doc fix.
26281
26282 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
26283
26284 * sysdep.c (init_sys_modes): Add rather than replace with
26285 O_NONBLOCK.
26286
26287 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
26288 term_mouse_moveto.
26289
26290 * termhooks.h (term_mouse_moveto): New extern.
26291
26292 * term.c (mouse_face_window): Rename...
26293 (Qmouse_face_window): ...to this.
26294 (term_show_mouse_face, term_clear_mouse_face)
26295 (term_mouse_highlight): Use Qmouse_face_window.
26296 (term_mouse_moveto): New function.
26297 (term_mouse_position): Make it work.
26298 (syms_of_term): Uncomment assignment to mouse_position_hook.
26299 Staticpro Qmouse_face_window.
26300
26301 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26302
26303 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
26304 around current_column call.
26305
26306 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
26307
26308 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
26309 * xdisp.c (next_element_from_buffer):
26310 * window.c (delete_window):
26311 * term.c (term_mouse_highlight):
26312 * msdos.c (getdefdir):
26313 * macterm.c (mac_create_bitmap_from_bitmap_data)
26314 (init_font_name_table):
26315 * fns.c (Fsxhash):
26316 * data.c (Fmake_local_variable):
26317 * ccl.c (ccl_driver): Likewise.
26318
26319 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26320
26321 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
26322 Call mac_wakeup_from_rne on window size change.
26323
26324 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
26325
26326 * image.c (uncache_image): Fix typo.
26327
26328 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
26329
26330 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
26331
26332 2007-05-22 Richard Stallman <rms@gnu.org>
26333
26334 * xterm.c (x_connection_closed): Remove NO_RETURN.
26335
26336 2007-05-22 Martin Rudalics <rudalics@gmx.at>
26337
26338 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
26339
26340 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
26341
26342 * image.c (uncache_image): New function.
26343 (Fimage_refresh): New function.
26344
26345 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
26346
26347 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
26348
26349 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
26350
26351 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
26352 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
26353
26354 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
26355
26356 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
26357 conditional on [HAVE_GPM_H].
26358
26359 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
26360
26361 * syntax.c (skip_chars): Update syntax-table only after we checked that
26362 the new location is valid.
26363
26364 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26365
26366 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
26367 mac_get_window_bounds.
26368
26369 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
26370
26371 * Makefile.in (LIBGPM): Allow it to be set from configure.
26372 If set then link Emacs with it.
26373
26374 * config.in: Regenerate.
26375
26376 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
26377 New externs.
26378
26379 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
26380 Include gpm.h.
26381 (handle_one_term_event, term_gpm): New externs.
26382
26383 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
26384 and allow it to be interrupted by SIGIO.
26385
26386 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
26387 (wait_reading_process_output): Wait on gpm_fd too.
26388 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
26389 (add_gpm_wait_descriptor_called_flag): New variable.
26390 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
26391
26392 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
26393 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
26394 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
26395 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
26396 (make_lispy_event): Add case GPM_CLICK_EVENT.
26397 (read_avail_input): Handle mouse input.
26398
26399 * term.c (write_glyphs_with_face): New function.
26400 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
26401 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
26402 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
26403 (mouse_face_face_id, term_gpm, pos_x, pos_y)
26404 (last_mouse_x, last_mouse_y): New variables.
26405 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
26406 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
26407 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
26408 (Fterm_close_connection): New functions.
26409 (term_init): Initialise mouse_face_window.
26410
26411 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
26412
26413 * xdisp.c (redisplay_window): If first window line is a
26414 continuation line, recompute the new window start instead of
26415 recentering.
26416
26417 2007-05-18 Glenn Morris <rgm@gnu.org>
26418
26419 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
26420 Suggested by Alfred M. Szmidt <ams@gnu.org>.
26421
26422 2007-05-17 Glenn Morris <rgm@gnu.org>
26423
26424 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
26425
26426 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26427
26428 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
26429 dead key repeat and up events.
26430
26431 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
26432
26433 * image.c (pbm_load): Check image size for monochrome pbm.
26434
26435 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
26436
26437 * xterm.c (XTread_socket): Revert last change.
26438
26439 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
26440
26441 * image.c (pbm_load): Correctly check image size for greyscale pbm.
26442
26443 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
26444
26445 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
26446
26447 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
26448 mixup (YAILOM).
26449
26450 2007-05-07 Andreas Schwab <schwab@suse.de>
26451
26452 * keymap.c (Flookup_key): Fix typo in last change.
26453
26454 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
26455
26456 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
26457 mapping for unibyte strings.
26458
26459 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26460
26461 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
26462 (Fx_popup_dialog) [MAC_OSX]: Likewise.
26463
26464 2007-04-29 Richard Stallman <rms@gnu.org>
26465
26466 * insdel.c (replace_range): For undo, record insertion first.
26467
26468 2007-04-29 Andreas Schwab <schwab@suse.de>
26469
26470 * lisp.h (VECSIZE): Use OFFSETOF.
26471
26472 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26473
26474 * xdisp.c (try_window_reusing_current_matrix): Fix number of
26475 disabled lines.
26476
26477 2007-04-28 Richard Stallman <rms@gnu.org>
26478
26479 * lread.c (read_escape): In a string, \s is always space.
26480
26481 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
26482
26483 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
26484
26485 * gtkutil.c (xg_update_menubar, create_menus): Create empty
26486 submenu for menu bar items.
26487
26488 See ChangeLog.10 for earlier changes.
26489
26490 ;; Local Variables:
26491 ;; coding: utf-8
26492 ;; add-log-time-zone-rule: t
26493 ;; End:
26494
26495 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
26496
26497 This file is part of GNU Emacs.
26498
26499 GNU Emacs is free software: you can redistribute it and/or modify
26500 it under the terms of the GNU General Public License as published by
26501 the Free Software Foundation, either version 3 of the License, or
26502 (at your option) any later version.
26503
26504 GNU Emacs is distributed in the hope that it will be useful,
26505 but WITHOUT ANY WARRANTY; without even the implied warranty of
26506 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26507 GNU General Public License for more details.
26508
26509 You should have received a copy of the GNU General Public License
26510 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
26511
26512 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40