Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563).
[bpt/emacs.git] / src / ChangeLog
1 2010-07-05 James Cloos <cloos@jhcloos.com>
2
3 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
4
5 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
6 _NET_WM_ICON_NAME atoms.
7
8 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
9 and _NET_WM_ICON_NAME properties, too, matching what is
10 done in the Gtk+ case.
11
12 2010-07-05 Jan Djärv <jan.h.d@swipnet.se>
13
14 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
15
16 * xsmfns.c (SSDATA): New macro.
17 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
18 passed to strlen/strcpy/strcat.
19 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
20 7:th arg to XChangeProperty to (unsigned char *)
21
22 * xsettings.c (something_changedCB, parse_settings)
23 (apply_xft_settings): Reformat prototype.
24 (something_changedCB, init_gconf): Remove unused variable i.
25 (read_settings): Remove unused variable long_len.
26
27 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
28 (xg_get_image_for_pixmap, create_dialog)
29 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
30 (menuitem_highlight_callback, make_menu_item)
31 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
32 (xg_create_scroll_bar, xg_update_scrollbar_pos)
33 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
34 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
35 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
36 (xg_tool_bar_item_expose_callback): Reformat prototype.
37 (xg_update_menubar): GList *group => GSList *group.
38 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
39 before use.
40 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
41 to GTK_IMAGE (wimage).
42
43 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
44
45 * atimer.c: Use "" instead of <> for local includes for
46 consistency with the rest of the code.
47
48 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
49 * xrdb.c (get_system_name):
50 * window.c (shrink_windows):
51 * syntax.c (forw_comment):
52 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
53 (ins_del_costs):
54 * mem-limits.h (start_of_data):
55 * lread.c (readevalloop):
56 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
57 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
58 * frame.c (x_get_focus_frame):
59 * floatfns.c (fmod_float):
60 * fileio.c (choose_write_coding_system):
61 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
62 (malloc_initialize_hook, sort_args, synchronize_locale):
63 * doprnt.c (doprnt):
64 * dired.c (compile_pattern):
65 * data.c (fmod_float):
66 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
67 (map_char_table_for_charset):
68 * charset.c (define_charset_internal):
69 * alloc.c (Fgarbage_collect): Convert declarations or definitions
70 to standard C.
71
72 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
73 Stefan Monnier <monnier@iro.umontreal.ca>
74
75 * lread.c (read1): Fix up last change to not mess up `c'.
76
77 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
78
79 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
80
81 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
82
83 Fix prototypes.
84
85 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
86 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
87 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
88 arg, as required by internal_condition_case_1.
89 * print.c (strout): Use const char* for arg PTR.
90 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
91 (analyse_first): Fix "const const".
92 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
93 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
94 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
95
96 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
97
98 * alloc.c: Convert function definitions to standard C.
99 * atimer.c:
100 * bidi.c:
101 * bytecode.c:
102 * callint.c:
103 * callproc.c:
104 * casefiddle.c:
105 * casetab.c:
106 * category.c:
107 * ccl.c:
108 * character.c:
109 * charset.c:
110 * chartab.c:
111 * cmds.c:
112 * coding.c:
113 * composite.c:
114 * data.c:
115 * dbusbind.c:
116 * dired.c:
117 * dispnew.c:
118 * doc.c:
119 * doprnt.c:
120 * ecrt0.c:
121 * editfns.c:
122 * fileio.c:
123 * filelock.c:
124 * filemode.c:
125 * fns.c:
126 * font.c:
127 * fontset.c:
128 * frame.c:
129 * fringe.c:
130 * ftfont.c:
131 * ftxfont.c:
132 * gtkutil.c:
133 * indent.c:
134 * insdel.c:
135 * intervals.c:
136 * keymap.c:
137 * lread.c:
138 * macros.c:
139 * marker.c:
140 * md5.c:
141 * menu.c:
142 * minibuf.c:
143 * prefix-args.c:
144 * print.c:
145 * ralloc.c:
146 * regex.c:
147 * region-cache.c:
148 * scroll.c:
149 * search.c:
150 * sound.c:
151 * strftime.c:
152 * syntax.c:
153 * sysdep.c:
154 * termcap.c:
155 * terminal.c:
156 * terminfo.c:
157 * textprop.c:
158 * tparam.c:
159 * undo.c:
160 * unexelf.c:
161 * window.c:
162 * xfaces.c:
163 * xfns.c:
164 * xfont.c:
165 * xftfont.c:
166 * xgselect.c:
167 * xmenu.c:
168 * xrdb.c:
169 * xselect.c:
170 * xsettings.c:
171 * xsmfns.c:
172 * xterm.c: Likewise.
173
174 2010-07-03 Eli Zaretskii <eliz@gnu.org>
175
176 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
177 frames other than the initial one. Fix reversal of colors when
178 `reverse' is specified in the frame parameters. Call
179 update_face_from_frame_parameter instead of
180 internal-set-lisp-face-attribute. Initialize screen colors from
181 initial_screen_colors[] when f->default_face_done_p is zero,
182 instead of depending on being called with default-frame-alist as
183 the alist argument.
184
185 * xfaces.c (update_face_from_frame_parameter): Move out of
186 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
187 with HAVE_WINDOW_SYSTEM.
188
189 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
190 to menu-bar-mode, if not set in the frame parameters or in
191 default-frame-alist.
192
193 * w32console.c (sys_tputs): Adjust argument list to prototype in
194 term.c.
195
196 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
197
198 * lisp.h (memory_warnings): Fix prototype.
199
200 * cm.h (evalcost): Fix prototype.
201
202 * cm.c (evalcost): Fix arg type.
203
204 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
205
206 * term.c (term_clear_mouse_face, Fidentity):
207 * syssignal.h (signal_handler_t):
208 * lisp.h (memory_warnings):
209 * coding.h (preferred_coding_system):
210 * cm.h (evalcost):
211 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
212
213 2010-07-02 Eli Zaretskii <eliz@gnu.org>
214
215 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
216 from prototypes.
217
218 * msdos.h (load_pixmap): Don't define away.
219
220 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
221
222 * lisp.h:
223 * atimer.h: Remove define for P_.
224
225 * alloc.c: Remove __P and P_ from .c and .m files.
226 * atimer.c:
227 * buffer.c:
228 * callint.c:
229 * category.c:
230 * charset.c:
231 * chartab.c:
232 * cm.c:
233 * coding.c:
234 * composite.c:
235 * data.c:
236 * dired.c:
237 * dispnew.c:
238 * doc.c:
239 * editfns.c:
240 * emacs.c:
241 * eval.c:
242 * fileio.c:
243 * filelock.c:
244 * fns.c:
245 * font.c:
246 * fontset.c:
247 * frame.c:
248 * ftfont.c:
249 * ftxfont.c:
250 * gmalloc.c:
251 * gtkutil.c:
252 * image.c:
253 * indent.c:
254 * intervals.c:
255 * keyboard.c:
256 * keymap.c:
257 * lread.c:
258 * marker.c:
259 * menu.c:
260 * minibuf.c:
261 * print.c:
262 * process.c:
263 * scroll.c:
264 * search.c:
265 * sound.c:
266 * strftime.c:
267 * syntax.c:
268 * sysdep.c:
269 * term.c:
270 * terminal.c:
271 * textprop.c:
272 * unexalpha.c:
273 * w32console.c:
274 * w32fns.c:
275 * w32font.c:
276 * w32menu.c:
277 * w32term.c:
278 * w32uniscribe.c:
279 * window.c:
280 * xdisp.c:
281 * xfaces.c:
282 * xfns.c:
283 * xfont.c:
284 * xftfont.c:
285 * xmenu.c:
286 * xselect.c:
287 * xterm.c: Likewise.
288
289 Remove P_ and __P macros.
290 * atimer.h: Remove P_ and __P macros.
291 * buffer.h:
292 * category.h:
293 * ccl.h:
294 * character.h:
295 * charset.h:
296 * cm.h:
297 * coding.h:
298 * composite.h:
299 * dispextern.h:
300 * disptab.h:
301 * dosfns.h:
302 * font.h:
303 * fontset.h:
304 * frame.h:
305 * gtkutil.h:
306 * indent.h:
307 * intervals.h:
308 * keyboard.h:
309 * keymap.h:
310 * lisp.h:
311 * macros.h:
312 * md5.h:
313 * menu.h:
314 * msdos.h:
315 * nsterm.h:
316 * puresize.h:
317 * region-cache.h:
318 * syntax.h:
319 * syssignal.h:
320 * systime.h:
321 * termhooks.h:
322 * w32font.h:
323 * w32term.h:
324 * widget.h:
325 * window.h:
326 * xgselect.h:
327 * xsettings.h:
328 * xterm.h: Likewise.
329
330 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
331
332 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
333
334 Cleanup old code.
335 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
336 * syssignal.h: Remove code for Lynx, not supported anymore.
337 * vm-limit.c: Remove unused code the depends on emacs not being
338 defined and NO_LIM_DATA being defined.
339 * mem-limits.h: Remove dead code.
340
341 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
342
343 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
344
345 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
346 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
347
348 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
349 parameters, they are already absolute.
350
351 * nsterm.m (x_set_window_size, initFrameFromEmacs): Renamed
352 FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
353
354 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGH
355
356 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar): Update
357 FRAME_TOOLBAR_HEIGHT.
358
359 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add
360 BLOCK/UNBLOCK_INPUT so asserts don't trigger.
361
362 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
363
364 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
365 check default-frame-alist.
366
367 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
368
369 * process.c (create_process): Avoid using invalid file descriptors.
370
371 * callproc.c (child_setup): Avoid closing a file descriptor twice.
372
373 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
374
375 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
376 Improve documentation. Return font regardless of use_system_font.
377 (syms_of_xsettings): Improve documentation for font-use-system-font.
378
379 2009-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
380
381 * xftfont.c (xftfont_open): Check font width one by one also when
382 spacing is dual.
383
384 * ftfont.c (ftfont_open): Ditto.
385
386 2010-06-30 Glenn Morris <rgm@gnu.org>
387
388 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
389
390 * Makefile.in (CANNOT_DUMP): Update for configure name change.
391
392 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
393 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
394 * s/darwin.h (SYSTEM_MALLOC):
395 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
396
397 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
398
399 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
400 (ns_get_screen): Don't assign integer to f.
401 (Fx_display_color_cells): Declarations before statements.
402
403 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
404
405 * xfns.c (x_default_font_parameter): Remove got_from_system
406 (Bug#6526).
407
408 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
409 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
410 defines based on what configure finds.
411
412 * xterm.c (XTflash): Use gtk_widget_get_window.
413 (xg_scroll_callback): Use gtk_adjustment_get_upper and
414 gtk_adjustment_get_page_size.
415 (handle_one_xevent): Use gtk_widget_get_mapped.
416 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
417 messages.
418
419 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
420
421 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
422 HAVE_GTK_FILE_SELECTION_NEW.
423
424 * gtkutil.c (xg_display_open, xg_display_close): Remove
425 HAVE_GTK_MULTIDISPLAY, it is always defined.
426 (xg_display_open): Return type is void.
427 (gtk_widget_set_has_window)
428 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
429 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
430 (gtk_adjustment_set_page_increment)
431 (gtk_adjustment_get_step_increment): #define these if not found
432 by configure.
433 (remove_submenu): New define based on Gtk+ version.
434 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
435 gtk_widget_get_window.
436 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
437 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
438 (create_dialog): Use gtk_dialog_get_action_area and
439 gtk_dialog_get_content_area.
440 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
441 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
442 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
443 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
444 g_object_ref and g_object_unref.
445 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
446 gtk_widget_get_sensitive.
447 (xg_update_submenu): Use remove_submenu.
448 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
449 properties instead to get old x and y position.
450 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
451 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
452 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
453 (xg_get_tool_bar_widgets): New function.
454 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
455 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
456 (toolbar_set_orientation): New #define based on if configure
457 finds gtk_orientable_set_orientation.
458 (xg_create_tool_bar): Call toolbar_set_orientation.
459 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
460 instead of gtk_box_pack_start_defaults.
461
462 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
463
464 * cmds.c (Fdelete_backward_char): Move into Lisp.
465
466 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
467
468 * s/freebsd.h (BSD4_2): Remove redundant definition.
469 bsd-common.h defines it already.
470
471 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
472
473 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
474 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
475 tool-bar-mode, which are now set using these X resources at
476 startup, to determine the defaults (Bug#2249).
477
478 * w32fns.c (Fx_create_frame):
479 * nsfns.m (Fx_create_frame): Likewise.
480
481 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
482
483 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
484
485 * gtkutil.c (xg_update_scrollbar_pos):
486 Avoid C99 mid-block variable declaration.
487
488 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
489
490 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
491
492 * gtkutil.h (xg_show_scroll_bar): Remove.
493
494 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
495 if height is less than scroll bar min size.
496 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
497
498 * xfns.c (x_default_font_parameter): Try to open font from system
499 before using it (bug#6478). Rename got_from_gconf to got_from_system.
500
501 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
502
503 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
504
505 2010-06-20 Eli Zaretskii <eliz@gnu.org>
506
507 * xdisp.c (try_scrolling): When scroll-conservatively is set to
508 most-positive-fixnum, be extra accurate when scrolling window
509 start, to avoid missing the cursor line.
510
511 2010-06-19 Eli Zaretskii <eliz@gnu.org>
512
513 * xdisp.c (try_scrolling): Compute the limit for searching point
514 in forward scroll from scroll_max, instead of an arbitrary limit
515 of 10 screen lines. See
516 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
517 and
518 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
519 for details.
520
521 2010-06-16 Glenn Morris <rgm@gnu.org>
522
523 * editfns.c (Fbyte_to_string): Pacify compiler.
524
525 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * lread.c (read1): Phase out old-style backquotes a bit more.
528
529 2010-06-12 Eli Zaretskii <eliz@gnu.org>
530
531 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
532 bidimirror.h.
533
534 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
535
536 * bidi.c (bidi_initialize): Remove explicit initialization of
537 bidi_type_table; include biditype.h instead. Don't support
538 entries whose second codepoint is zero. Initialize bidi_mirror_table.
539 (bidi_mirror_char): Use bidi_mirror_table.
540
541 * biditype.h: New file.
542
543 * bidimirror.h: New file.
544
545 * window.c (syms_of_window): Doc fix (bug#6409).
546
547 2010-06-12 Romain Francoise <romain@orebokech.com>
548
549 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
550 ediff-hook.
551
552 2010-06-10 Glenn Morris <rgm@gnu.org>
553
554 * editfns.c (Fbyte_to_string): Pacify compiler.
555
556 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
557
558 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
561 Check `object's type before accessing its guts.
562
563 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
564
565 * s/usg5-4.h: Fix previous change.
566 Suggested by Lawrence Mitchell <wence@gmx.li>
567
568 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
569
570 * minibuf.c (Fall_completions): Add more checks.
571
572 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
573
574 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
575
576 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
577
578 * lread.c (X_OK): Remove, unused.
579
580 * dispnew.c: Remove obsolete comment.
581
582 Remove INCLUDED_FCNTL.
583 * xterm.c (INCLUDED_FCNTL):
584 * callproc.c (INCLUDED_FCNTL):
585 * alloc.c (INCLUDED_FCNTL):
586 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
587 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
588
589 2010-06-07 Martin Rudalics <rudalics@gmx.at>
590
591 * window.c (Fselect_window): Move `record_buffer' up to the
592 beginning of this function, so the buffer gets recorded
593 even if the selected window does not change.
594 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
595
596 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
597
598 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
599 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
600
601 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
602
603 Remove BSTRING related code, all platforms define it.
604 * s/usg5-4.h (BSTRING): Remove definition.
605 * s/template.h (BSTRING):
606 * s/msdos.h (BSTRING):
607 * s/ms-w32.h (BSTRING):
608 * s/hpux10-20.h (BSTRING):
609 * s/gnu-linux.h (BSTRING):
610 * s/darwin.h (BSTRING):
611 * s/cygwin.h (BSTRING):
612 * s/bsd-common.h (BSTRING):
613 * s/aix4-2.h (BSTRING): Likewise.
614 * sysdep.c: Remove code depending on BSTRING not being defined.
615
616 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
617
618 Remove obsolete macro BASE_LEADING_CODE_P.
619 * character.h (BASE_LEADING_CODE_P): Remove.
620 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
621 * buffer.c (Fset_buffer_multibyte):
622 * indent.c (scan_for_column, compute_motion):
623 * insdel.c (count_combining_before, count_combining_after):
624 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
625
626 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
627
628 Turn `directory-sep-char' into a noop.
629
630 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
631 (DIRECTORY_SEP): Define unconditionally.
632
633 * s/ms-w32.h (DIRECTORY_SEP): Remove.
634
635 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
636 call dostounix_filename directly.
637
638 * fileio.c (CORRECT_DIR_SEPS): Remove.
639 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
640 (Fsubstitute_in_file_name): Use dostounix_filename instead.
641 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
642 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
643
644 * w32proc.c (CORRECT_DIR_SEPS): Remove.
645 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
646
647 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
648
649 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
650 address. (Bug#6346)
651
652 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
653
654 * ccl.c (Fccl_program_p): Fix typo in docstring.
655
656 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
657
658 Move UNEXEC definition to autoconf.
659 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
660 * s/sol2-10.h (UNEXEC):
661 * s/irix6-5.h (UNEXEC):
662 * s/hpux10-20.h (UNEXEC):
663 * s/gnu-linux.h (UNEXEC):
664 * s/darwin.h (UNEXEC):
665 * s/cygwin.h (UNEXEC):
666 * s/bsd-common.h (UNEXEC):
667 * s/aix4-2.h (UNEXEC):
668 * m/alpha.h (UNEXEC): Likewise.
669 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
670
671 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
672
673 Remove obsolete pre-unicode2 macros.
674 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
675 * composite.c (composition_reseat_it):
676 * data.c (Faset):
677 * fns.c (Ffillarray):
678 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
679 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
680
681 2010-06-03 Juri Linkov <juri@jurta.org>
682
683 * buffer.c (Fother_buffer): Add CHECK_FRAME.
684 (Fswitch_to_buffer): Remove unused variable `err'.
685
686 2010-06-03 Glenn Morris <rgm@gnu.org>
687
688 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
689
690 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
691 now that AH_BOTTOM does it.
692
693 * m/hp800.h (HAVE_ALLOCA):
694 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
695
696 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
697 Remove NOT_C_CODE tests, it is always true now.
698
699 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
700
701 Fix config.h includes.
702 * xsettings.c:
703 * xgselect.c:
704 * nsterm.m:
705 * nsselect.m:
706 * nsimage.m:
707 * nsfont.m:
708 * nsfns.m:
709 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
710 other files do.
711
712 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
713
714 * s/sol2-6.h: Remove obsolete comments.
715
716 Remove unnecessary alloca.h includes.
717 * keymap.c: Do not include alloca.h, config.h does that.
718 * sysdep.c: Likewise. Do not define fwrite, not used.
719
720 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
721
722 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
723 the HAVE_TERMIO where it belongs (bug#6149).
724
725 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
728 of bug#6305).
729
730 2010-05-30 Eli Zaretskii <eliz@gnu.org>
731
732 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
733 state is always cached (bug#6306).
734
735 2010-05-29 Eli Zaretskii <eliz@gnu.org>
736
737 Fix cursor motion in bidi-reordered continued lines.
738 * xdisp.c (try_cursor_movement): Backup to non-continuation line
739 only after finding point's row. Fix the logic. Rewrite the loop
740 over continuation lines in bidi-reordered buffers. Return
741 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
742 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
743
744 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
745
746 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
747
748 2010-05-28 Kenichi Handa <handa@m17n.org>
749
750 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
751 Don't sheck SPEC if it is nil.
752 (font_list_entities): Call font_delete_unmatched if
753 Vface_ignored_fonts is non-nil. (Bug#6287)
754
755 2010-05-28 Glenn Morris <rgm@gnu.org>
756
757 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
758
759 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
760
761 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
762 whether to trash.
763 (internal_delete_file, Frename_file): Callers changed.
764 (delete_by_moving_to_trash): Doc fix.
765 (Fdelete_directory_internal): Don't move to trash.
766
767 * callproc.c (delete_temp_file):
768 * buffer.c (Fkill_buffer): Callers changed.
769
770 * lisp.h: Update prototype.
771
772 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
773
774 * xdisp.c (redisplay_window): After redisplay, check if point is
775 still valid before setting it (Bug#6177).
776
777 2010-05-27 Glenn Morris <rgm@gnu.org>
778
779 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
780 Convert comments to Makefile format.
781
782 * Makefile.in (bootstrap-clean): No more Makefile.c.
783
784 2010-05-26 Glenn Morris <rgm@gnu.org>
785
786 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
787 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
788
789 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
790 Remove.
791 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
792
793 2010-05-26 Kenichi Handa <handa@m17n.org>
794
795 * composite.c (composition_compute_stop_pos): Fix condition for
796 backward scanning.
797
798 2010-05-25 Glenn Morris <rgm@gnu.org>
799
800 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
801 Move before TEMACS_LDFLAGS.
802 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
803 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
804
805 * Makefile.in (NOT_C_CODE): No longer define.
806 (config.h): No longer include.
807
808 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
809 variables it may reference.
810
811 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
812 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
813
814 2010-05-25 Kenichi Handa <handa@m17n.org>
815
816 * dispextern.h (struct composition_it): New members rule_idx and
817 charpos.
818
819 * xdisp.c (set_iterator_to_next): While scanning backward, assume
820 that the character positions of IT point the last character of the
821 current grapheme cluster.
822 (next_element_from_composition): Don't change character positions
823 of IT.
824 (append_composite_glyph): Set glyph->charpos to
825 it->cmp_it.charpos.
826
827 * composite.c (autocmp_chars): Change the first argument to RULE,
828 and try composition with RULE only.
829 (composition_compute_stop_pos): Record the index number of the
830 composition rule in CMP_IT->rule_idx.
831 (composition_reseat_it): Call autocmp_chars repeatedly until the
832 correct rule of the composition is found.
833 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
834 is at the last character of the current grapheme cluster when
835 CMP_IT->reversed_p is nonzero.
836
837 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
838
839 * editfns.c (Fbyte_to_string): New function.
840
841 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
842
843 * process.c (Fmake_network_process): Set :host to nil if it's not used.
844 Suggested by Masatake YAMATO <yamato@redhat.com>.
845
846 2010-05-23 Eli Zaretskii <eliz@gnu.org>
847
848 * dispextern.h (init_iterator): Sync prototype with changed definition.
849
850 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
851
852 * s/netbsd.h: If terminfo is found, use it in preference to
853 termcap. (Bug#6190) [Backport from trunk]
854
855 2010-05-19 Eli Zaretskii <eliz@gnu.org>
856
857 Redesign and reimplement bidi-aware edge positions of glyph rows.
858
859 * dispextern.h (struct glyph_row): New members minpos and maxpos.
860 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
861 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
862 and maxpos members instead of start.pos and end.pos, respectively.
863
864 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
865 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
866 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
867 (try_window_reusing_current_matrix, try_window_id):
868 Use ROW->minpos rather than ROW->start.pos.
869 (init_from_display_pos, init_iterator): Use EMACS_INT for
870 character and byte positions.
871 (find_row_edges): Rename from find_row_end. Accept additional
872 arguments for minimum and maximum buffer positions seen by
873 display_line for this row. Don't use iterator to find the
874 position following the maximum one; instead, increment the
875 position found by display_line directly. Fix logic; eol_pos
876 should be tested before the rest. Handle the case of characters
877 delivered from display vector (bug#6036). Fix tests related to
878 it->method. Handle the truncated_on_right_p rows.
879 (RECORD_MAX_MIN_POS): New macro.
880 (display_line): Use it to record the minimum and maximum buffer
881 positions for glyphs in the row being assembled. Record the
882 position of the newline that terminates the line. If word wrap is
883 in effect, restore minimum and maximum positions seen up to the
884 wrap point, when iterator returns to it.
885 (try_window_reusing_current_matrix): Give up if in bidi-reordered
886 row and cursor not already at point. Restore original pre-bidi
887 code for unidirectional buffers.
888
889 * dispnew.c (increment_row_positions, check_matrix_invariants):
890 Increment and check row->start.pos and row->end.pos, in addition
891 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
892
893 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
894 Display truncated_on_left_p and truncated_on_right_p flags.
895 Formatting fixes.
896 (pmtxrows): Display the ordinal number of each row. Don't display
897 rows beyond the last one.
898
899 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
900 it is not copied by bidi_copy_it.
901
902 2010-05-22 Eli Zaretskii <eliz@gnu.org>
903
904 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
905 (Bug#6237)
906
907 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
908
909 * image.c (Fimage_flush): Rename from image-refresh.
910
911 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
912
913 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
914 just one window.
915
916 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
917 (clear_image_cache): If the number of cached images is unusually
918 large, decrease the cache eviction delay (Bug#6230).
919
920 2010-05-21 Glenn Morris <rgm@gnu.org>
921
922 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
923 Move these rules to ns.mk.
924 * ns.mk: New file.
925
926 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
927
928 * Makefile.in (CANNOT_DUMP): New, set by configure.
929 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
930
931 2010-05-20 Juri Linkov <juri@jurta.org>
932
933 * fileio.c (Fdelete_file): Change interative spec to use
934 `read-file-name' like in `find-file-read-args' where the default
935 value is `default-directory' instead of `buffer-file-name'.
936 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
937
938 2010-05-20 Kevin Ryde <user42@zip.com.au>
939
940 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
941 (Voverriding_terminal_local_map, Vsystem_key_alist)
942 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
943
944 2010-05-20 Glenn Morris <rgm@gnu.org>
945
946 * Makefile.in (DEPDIR): New constant.
947 (DEPFLAGS): Set with configure, not cpp.
948 (MKDEPDIR): New, set by configure.
949 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
950 (clean): Use $DEPDIR.
951 (deps_frag): Include from configure.
952 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
953 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
954
955 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
956 reallocation of the cache. (Bug#6210)
957
958 2010-05-19 Glenn Morris <rgm@gnu.org>
959
960 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
961
962 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
963 (GNULIB_VAR): Remove.
964 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
965
966 * m/ibms390x.h (LINKER):
967 * m/macppc.h (LINKER) [GNU_LINUX]:
968 * s/aix4-2.h (ORDINARY_LINK):
969 * s/cygwin.h (LINKER):
970 * s/darwin.h (ORDINARY_LINK):
971 * s/gnu.h (ORDINARY_LINK):
972 * s/netbsd.h (LINKER):
973 * s/usg5-4.h (ORDINARY_LINK):
974 Move to configure.
975
976 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
977
978 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
979
980 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
981 prevent stack overflow if number of arguments is too large
982 (Bug#6214).
983
984 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
985
986 * charset.c (load_charset_map_from_file): Don't call close after fclose.
987
988 2010-05-18 Glenn Morris <rgm@gnu.org>
989
990 * s/gnu-linux.h: Combine two conditionals.
991
992 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
993 $(POST_ALLOC_OBJ).
994
995 * Makefile.in (RALLOC_OBJ): New, set by configure.
996 (rallocobj): Replace with the previous variable.
997 (otherobj): Use $RALLOC_OBJ.
998
999 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
1000 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
1001
1002 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
1003 (gmallocobj, vmlimitobj): Replace with previous two variables.
1004 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
1005
1006 2010-05-17 Glenn Morris <rgm@gnu.org>
1007
1008 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
1009 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
1010
1011 2010-05-16 Glenn Morris <rgm@gnu.org>
1012
1013 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
1014
1015 * Makefile.in (clean): Get rid of HAVE_NS conditional.
1016
1017 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
1018 trailing "/".
1019
1020 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
1021 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
1022
1023 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
1024 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
1025 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
1026 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
1027 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
1028
1029 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
1030 Remove ${STARTFLAGS}, nothing ever sets it.
1031
1032 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
1033
1034 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
1035
1036 2010-05-16 Glenn Morris <rgm@gnu.org>
1037
1038 * Makefile.in (LIBX_BASE): Always define.
1039
1040 * Makefile.in (LIBX_OTHER): Move out of cpp section.
1041
1042 * Makefile.in (LIBXT): Always define.
1043
1044 2010-05-15 Glenn Morris <rgm@gnu.org>
1045
1046 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
1047
1048 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
1049 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
1050
1051 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
1052
1053 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
1054 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
1055
1056 * emacs.c (main): Initialize initial-environment and
1057 process-environment before generating from env, not after.
1058
1059 Handle --version reasonably in CANNOT_DUMP configuration.
1060 * emacs.c (emacs_version, emacs_copyright): New string variables.
1061 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
1062 (syms_of_emacs): Defvar them, and initialize them from the C
1063 string variables.
1064 (main): If initialization hasn't been done, print initial version
1065 info from the C strings, instead of starting an interactive session.
1066
1067 2010-05-15 Eli Zaretskii <eliz@gnu.org>
1068
1069 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
1070 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
1071 (bidi_paragraph_init): Remove redundant assertion that we are at
1072 the beginning of a line after call to bidi_find_paragraph_start.
1073
1074 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
1075 (syms_of_xdisp): Defsubr it.
1076
1077 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
1078
1079 * Makefile.in: Fix MSDOS-related comments.
1080
1081 2010-05-15 Glenn Morris <rgm@gnu.org>
1082
1083 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
1084 (really-lwlib, really-oldXMenu): Always define.
1085 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
1086
1087 * Makefile.in: Simplify cpp conditional.
1088
1089 * Makefile.in (${ns_appdir}): Simplify using umask.
1090
1091 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
1092
1093 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1094
1095 * eval.c (specbind): Remove left-over duplicate test.
1096 Disallow let-binding frame-local vars. Add comment.
1097
1098 2010-05-14 Eli Zaretskii <eliz@gnu.org>
1099
1100 Make the cache of bidi iterator states dynamically allocated.
1101 * bidi.c (bidi_cache_shrink): New function.
1102 (bidi_init_it): Call it.
1103 (bidi_cache_iterator_state): Enlarge the cache if needed.
1104
1105 * bidi.c (bidi_move_to_visually_next): Rename from
1106 bidi_get_next_char_visually. All callers changed.
1107
1108 2010-05-14 Kenichi Handa <handa@m17n.org>
1109
1110 * dispextern.h (struct composition_it): New member reversed_p.
1111
1112 * composite.c (composition_compute_stop_pos): Search backward if
1113 ENDPOS < CHARPOS.
1114 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
1115 Set CMP_IT->reversed_p.
1116 (composition_update_it): Pay attention to CMP_IT->reversed_p.
1117
1118 * xdisp.c (set_iterator_to_next):
1119 Call composition_compute_stop_pos with negative ENDPOS if we are
1120 scanning backward. Call composition_compute_stop_pos if scan
1121 direction is changed.
1122 (next_element_from_buffer): Call composition_compute_stop_pos with
1123 negative ENDPOS if we are scanning backward.
1124 (next_element_from_composition): Pay attention to
1125 IT->cmp_it.reversed_p.
1126
1127 2010-05-14 Kenichi Handa <handa@m17n.org>
1128
1129 * font.c (font_range): Return the range for the font found at first.
1130
1131 2010-05-14 Glenn Morris <rgm@gnu.org>
1132
1133 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
1134
1135 * Makefile.in (mktime, X11, register): Move undefs to configure.
1136
1137 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
1138 (MSDOS_X_OBJ): New variable.
1139 (MSDOS_SUPPORT_REAL): New constant.
1140 (MSDOS_SUPPORT): Set as a variable, not with cpp.
1141 (obj): Use MSDOS_X_OBJ.
1142 (lisp): Use MSDOS_SUPPORT as a variable.
1143
1144 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
1145 (GPM_MOUSE_SUPPORT): Now it's a constant.
1146 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
1147 not cpp.
1148
1149 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
1150 (ns_appresdir): Remove, unused.
1151
1152 * Makefile.in (SHELL): Move outside cpp section.
1153
1154 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
1155
1156 2010-05-13 Glenn Morris <rgm@gnu.org>
1157
1158 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
1159 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
1160
1161 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
1162 HAVE_WINDOW_SYSTEM must be too.
1163
1164 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
1165 (lisp): Remove WINNT_SUPPORT.
1166
1167 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
1168 Let configure set these variables (to empty) in this case as well.
1169
1170 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
1171 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
1172
1173 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
1174 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
1175 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
1176 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
1177 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
1178 the values output by configure.
1179 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
1180
1181 2010-05-12 Glenn Morris <rgm@gnu.org>
1182
1183 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
1184 (LINKER_WAS_SPECIFIED): Remove.
1185
1186 * Makefile.in (LIB_GCC): Set using configure, not cpp.
1187 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
1188 * m/arm.h (LIB_GCC) [GNU_LINUX]:
1189 * s/cygwin.h (LIB_GCC):
1190 * s/freebsd.h (LIB_GCC):
1191 * s/gnu-linux.h (LIB_GCC):
1192 * s/msdos.h (LIB_GCC):
1193 * s/netbsd.h (LIB_GCC):
1194 Move to configure.
1195
1196 2010-05-11 Karel Klic <kklic@redhat.com>
1197
1198 * ftfont.c: Fix incorrect parentheses of #if condition for
1199 definining M17N_FLT_USE_NEW_FEATURE.
1200
1201 2010-05-11 Glenn Morris <rgm@gnu.org>
1202
1203 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
1204 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
1205
1206 2010-05-10 Eli Zaretskii <eliz@gnu.org>
1207
1208 * xdisp.c (init_iterator): Don't turn on bidi reordering in
1209 unibyte buffers. See
1210 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
1211
1212 2010-05-10 Glenn Morris <rgm@gnu.org>
1213
1214 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
1215 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
1216 (LIBES): Use LIBS_SYSTEM as a variable.
1217 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
1218 * s/aix4-2.h (LIBS_SYSTEM):
1219 * s/freebsd.h (LIBS_SYSTEM):
1220 * s/hpux10-20.h (LIBS_SYSTEM):
1221 * s/sol2-6.h (LIBS_SYSTEM):
1222 * s/unixware.h (LIBS_SYSTEM):
1223 Move to configure.
1224
1225 * s/aix4-2.h (MAIL_USE_LOCKF):
1226 * s/bsd-common.h (MAIL_USE_FLOCK):
1227 * s/darwin.h (MAIL_USE_FLOCK):
1228 * s/gnu-linux.h (MAIL_USE_FLOCK):
1229 * s/irix6-5.h (MAIL_USE_FLOCK):
1230 * s/template.h (MAIL_USE_FLOCK):
1231 Move to configure.
1232
1233 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1234
1235 * Version 23.2 released.
1236
1237 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
1238
1239 * composite.c (autocmp_chars): Save point as marker before calling
1240 auto-composition-function (Bug#5984).
1241
1242 * lisp.h (restore_point_unwind): Add prototype.
1243
1244 * fileio.c (restore_point_unwind): Remove static attribute.
1245
1246 2010-05-08 Kenichi Handa <handa@m17n.org>
1247
1248 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
1249 new feature of libotf and m17n-flt.
1250 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
1251 Call OTF_check_features even if no specific feature is given.
1252 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
1253 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
1254 that OUT is NULL. Use OTF_drive_gsub_with_log and
1255 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
1256 OTF_drive_gpos.
1257 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
1258 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
1259 Setup mflt_enable_new_feature and mflt_try_otf.
1260
1261 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
1262
1263 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
1264
1265 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
1266 box and toolbar (Bug #6139).
1267 (xg_create_tool_bar): Remove comment (Bug #6139).
1268 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
1269 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
1270
1271 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
1272
1273 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
1274 Update dependencies.
1275
1276 2010-05-08 Eli Zaretskii <eliz@gnu.org>
1277
1278 * fringe.c (update_window_fringes): Set up truncation bitmaps for
1279 R2L lines.
1280
1281 2010-05-08 Glenn Morris <rgm@gnu.org>
1282
1283 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
1284
1285 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
1286 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
1287 (termcapobj): Replace with TERMCAP_OBJ.
1288 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
1289 (LIBES): Use LIBS_TERMCAP as a variable.
1290
1291 * s/freebsd.h (osreldate.h): No longer include, since this file
1292 does not use __FreeBSD_version any more.
1293
1294 * s/aix4-2.h (TERMINFO):
1295 * s/cygwin.h (TERMINFO):
1296 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1297 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
1298 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1299 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1300 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
1301 * s/irix6-5.h (TERMINFO):
1302 * s/netbsd.h (LIBS_TERMCAP):
1303 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
1304 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
1305 * s/usg5-4.h (TERMINFO):
1306 Move to configure.
1307
1308 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1309
1310 * eval.c (unbind_to): Don't unbind a local binding into the global
1311 binding when the local binding disappeared. Inversely, don't unbind
1312 a global binding into a newly created local binding.
1313 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
1314 can specify the frame to use, when applicable. Adjust callers.
1315
1316 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
1317 Stefan Monnier <monnier@iro.umontreal.ca>
1318
1319 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
1320
1321 2010-05-07 Eli Zaretskii <eliz@gnu.org>
1322
1323 * w32fns.c: Include w32.h.
1324 (Fw32_shell_execute): Decode the error message before passing it
1325 to `error'. (Bug#6126)
1326
1327 * msdos.c (dos_set_window_size):
1328 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
1329 instead of `XSYMBOL (foo)->value'.
1330
1331 2010-05-07 Eli Zaretskii <eliz@gnu.org>
1332
1333 Fix the MS-DOS build, broken by autoconfiscation.
1334
1335 * Makefile.in: Don't use Make-style comments past the "start of
1336 cpp stuff" line.
1337 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
1338
1339 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
1340 edited directly by msdos/sed1v2.inp).
1341
1342 2010-05-07 Glenn Morris <rgm@gnu.org>
1343
1344 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
1345 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
1346 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
1347 move out of cpp section.
1348 * s/freebsd.h (LD_SWITCH_SYSTEM):
1349 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
1350 * s/netbsd.h (LD_SWITCH_SYSTEM):
1351 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
1352
1353 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
1354
1355 Define LIB_STANDARD and START_FILES using autoconf.
1356 * s/usg5-4.h (LIB_STANDARD):
1357 * s/netbsd.h (START_FILES):
1358 * s/irix6-5.h (LIB_STANDARD):
1359 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
1360 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
1361 * s/freebsd.h (START_FILES):
1362 * s/darwin.h (START_FILES):
1363 * s/cygwin.h (START_FILES):
1364 * s/aix4-2.h (LIB_STANDARD):
1365 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
1366 * Makefile.in (STARTFILES): Rename to START_FILES, define using
1367 autoconf, not cpp.
1368
1369 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
1370
1371 Remove NEED_BSDTTY and NEED_UNISTD_H.
1372 * s/hpux10-20.h (NEED_BSDTTY): Remove.
1373 * s/aix4-2.h (NEED_UNISTD_H): Remove.
1374 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
1375 <sys/ptyio.h> and <unistd.h>.
1376
1377 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
1378
1379 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
1380 * s/gnu.h (START_FILES): Remove empty definition.
1381
1382 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
1383
1384 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
1385
1386 2010-05-06 Glenn Morris <rgm@gnu.org>
1387
1388 * Makefile.in (CPP, LN_S): Remove unused variables.
1389
1390 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1391
1392 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
1393
1394 2010-05-05 Lawrence Mitchell <wence@gmx.li>
1395
1396 * m/sparc.h: Fix typo in earlier change.
1397
1398 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1399
1400 Misc tweaks.
1401 * eval.c (Fdefvaralias): Remove unintended nested if.
1402 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
1403
1404 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
1405
1406 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
1407
1408 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1409
1410 Remove BSD_PGRPS.
1411 * s/bsd-common.h (BSD_PGRPS): Remove undef.
1412 * s/gnu-linux.h (BSD_PGRPS): Remove.
1413 * term.c (dissociate_if_controlling_tty):
1414 * sysdep.c (narrow_foreground_group, widen_foreground_group)
1415 (init_sys_modes, reset_sys_modes):
1416 * emacs.c (main):
1417 * callproc.c (Fcall_process, child_setup): Remove code depending
1418 on BSD_PGRPS.
1419
1420 Remove POSIX_SIGNALS.
1421 * s/usg5-4.h (POSIX_SIGNALS):
1422 * s/netbsd.h (POSIX_SIGNALS):
1423 * s/msdos.h (POSIX_SIGNALS):
1424 * s/ms-w32.h (POSIX_SIGNALS):
1425 * s/hpux11.h (POSIX_SIGNALS):
1426 * s/gnu.h (POSIX_SIGNALS):
1427 * s/gnu-linux.h (POSIX_SIGNALS):
1428 * s/freebsd.h (POSIX_SIGNALS):
1429 * s/darwin.h (POSIX_SIGNALS):
1430 * s/cygwin.h (POSIX_SIGNALS):
1431 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
1432 * s/unixware.h:
1433 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
1434 * process.c (create_process):
1435 * syssignal.h:
1436 * sysdep.c (wait_for_termination, init_signals):
1437 * process.c (create_process):
1438 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
1439 remove all code that assumes the contrary.
1440
1441 2010-05-04 Glenn Morris <rgm@gnu.org>
1442
1443 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
1444 variable.
1445 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
1446 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
1447 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
1448 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
1449 LD_SWITCH_SYSTEM_tmp.
1450 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
1451 New variables, set by configure.
1452
1453 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
1454 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
1455 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
1456 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
1457 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
1458
1459 * s/aix4-2.h (C_SWITCH_SYSTEM):
1460 * m/alpha.h (C_SWITCH_MACHINE):
1461 Move to configure.in.
1462 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
1463 New variables, set by configure.
1464 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
1465 $c_switch_machine and $c_switch_system.
1466
1467 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1468
1469 * s/hpux10-20.h (LIB_STANDARD): New definition.
1470 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
1471 on it, not used anymore.
1472
1473 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1474
1475 * eval.c (internal_condition_case_n): Rename from
1476 internal_condition_case_2.
1477 (internal_condition_case_2): New function.
1478
1479 * xdisp.c (safe_call): Use internal_condition_case_n.
1480
1481 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
1482 (internal_delete_file, Frename_file): Callers changed.
1483
1484 * buffer.c (Fkill_buffer):
1485 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
1486
1487 * lisp.h: Update prototypes.
1488
1489 2010-05-03 Glenn Morris <rgm@gnu.org>
1490
1491 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
1492 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
1493 (LIBXT): Set with configure, not cpp.
1494 (LIBX): Remove.
1495 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
1496
1497 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
1498
1499 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
1500 The FreeBSD is not needed, the default works, Solaris version is
1501 not needed, and the remaining case is not supported by configure.
1502
1503 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
1504
1505 * xsmfns.c (CHDIR_OPT): New define.
1506 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
1507 restarting emacs.
1508
1509 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
1510 shut_down_emacs.
1511
1512 * emacs.c (USAGE1): Mention --chdir.
1513 (main): Handle --chdir.
1514 (standard_args): Add --chdir.
1515 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
1516 #5552).
1517
1518 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1519
1520 Remove LD_SWITCH_MACHINE.
1521 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
1522 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
1523
1524 Clean up IRIX code.
1525 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
1526 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
1527
1528 Clean up AIX code.
1529 * m/ibmrs6000.inp: Remove file, unused.
1530 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
1531 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
1532 definition ...
1533 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
1534
1535 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
1536 unused.
1537
1538 2010-05-01 Eli Zaretskii <eliz@gnu.org>
1539
1540 Emulate POSIX_SIGNALS on MS-Windows.
1541
1542 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
1543 (SIG_SETMASK, SIG_UNBLOCK): Define.
1544
1545 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
1546 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
1547 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
1548
1549 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
1550 New stubs.
1551
1552 Miscellaneous fixes of bidi display.
1553
1554 * xdisp.c (find_row_end): New function, refactored from display_line.
1555 (display_line): Use it.
1556 (extend_face_to_end_of_line): In almost-filled rows, extend only
1557 if the row is R2L and not continued.
1558 (display_line): Fix prepending of truncation glyphs to R2L rows.
1559 Preserve overlay and string info in row->end.
1560 (insert_left_trunc_glyphs): Support addition of left truncation
1561 glyphs to R2L rows.
1562 (set_cursor_from_row): Don't place cursor on the vertical border
1563 glyph between adjacent windows. Fix a crash when a display string
1564 is continued to the next line. Don't return zero if cursor was
1565 found by `cursor' property of a display string.
1566 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
1567 test for that explicitly.
1568
1569 2010-05-01 Glenn Morris <rgm@gnu.org>
1570
1571 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
1572 for clarity.
1573 (OTHER_OBJ): Remove.
1574 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
1575 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
1576
1577 2010-05-01 Karel Klíč <kklic@redhat.com>
1578
1579 * fileio.c (Ffile_selinux_context): Context functions may return null.
1580
1581 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1582
1583 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
1584
1585 2010-04-30 Glenn Morris <rgm@gnu.org>
1586
1587 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
1588 (OTHER_OBJ): Define as a separate variable, for clarity.
1589
1590 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
1591
1592 * xsettings.c: include limits.h and update file comment.
1593
1594 2010-04-30 Glenn Morris <rgm@gnu.org>
1595
1596 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
1597 Set with configure, not cpp.
1598 (LIBW): Remove, replace with $TOOLKIT_LIBW.
1599
1600 * Makefile.in (mallocobj): Remove.
1601 (otherobj): Simplify using @OTHER_OBJ@.
1602
1603 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
1604 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
1605 Don't bother making nsgui.h dependency platform-specific.
1606
1607 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
1608
1609 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1610
1611 * process.c (read_process_output, exec_sentinel): Don't burp if the
1612 sentinel/filter kills the current buffer (bug#6060).
1613
1614 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
1615 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
1616 Remove unused var `args'.
1617 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
1618 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
1619 * doc.c (store_function_docstring): Use XSETCAR.
1620
1621 2010-04-28 Glenn Morris <rgm@gnu.org>
1622
1623 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
1624 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
1625
1626 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
1627
1628 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
1629 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
1630
1631 * Makefile.in (FONT_OBJ): New, set by configure.
1632 (FONT_DRIVERS): Use $FONT_OBJ.
1633
1634 * Makefile.in (LIBXMU): Set with configure, not cpp.
1635 * s/aix4-2.h (LIBXMU):
1636 * s/hpux10-20.h (LIBXMU):
1637 Remove definition, now set in configure.
1638
1639 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
1640
1641 * m/amdx86-64.h [i386]: Move this test to configure.in.
1642
1643 2010-04-27 Glenn Morris <rgm@gnu.org>
1644
1645 * Makefile.in (LIBXTR6): Set with configure, not cpp.
1646 * s/unixware.h (NEED_LIBW): Remove definition.
1647
1648 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
1649 (TOOLKIT_LIBW): New, set by configure.
1650 (@X_TOOLKIT_TYPE@): No longer define it.
1651
1652 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
1653 (MOTIF_LIBW): Set with configure, not cpp.
1654 * s/aix4-2.h (LIB_MOTIF):
1655 * s/gnu-linux.h (LIB_MOTIF):
1656 * s/unixware.h (LIB_MOTIF): Move to configure.in.
1657
1658 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
1659
1660 Reduce CPP usage.
1661 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
1662 (obj): Use autoconf for unexec instead of cpp.
1663 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
1664 definitions and undefs. Inline definitions in the only user.
1665 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
1666
1667 2010-04-27 Glenn Morris <rgm@gnu.org>
1668
1669 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
1670 since the defaults (set by the system file) are fine in most cases.
1671 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
1672 * m/ibms390x.h (START_FILES, LIB_STANDARD):
1673 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
1674 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
1675 Remove definitions, since they are set correctly in s/gnu-linux.h.
1676 * s/freebsd.h (START_FILES, LIB_STANDARD):
1677 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
1678 * s/hpux10-20.h (START_FILES):
1679 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
1680 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
1681
1682 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
1683 (MOTIF_LIBW): Use $LIBXP.
1684 (otherobj): Use $WIDGET_OBJ.
1685
1686 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
1687
1688 * Makefile.in (LIBS_MACHINE): Remove, unused.
1689
1690 Use autoconf instead of cpp for LIB_MATH.
1691 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
1692 * s/cygwin.h (LIB_MATH): Likewise.
1693 * Makefile.in (LIB_MATH): Do not define with cpp.
1694 (LIBES): Use autoconf for LIB_MATH.
1695
1696 2010-04-26 Kenichi Handa <handa@m17n.org>
1697
1698 * composite.c (Ffind_composition_internal): Fix the return value
1699 for an automatic composition.
1700
1701 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
1702
1703 Remove all NO_ARG_ARRAY uses.
1704 * fns.c (concat2, concat3, nconc2):
1705 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
1706 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
1707 * m/xtensa.h (NO_ARG_ARRAY):
1708 * m/template.h (NO_ARG_ARRAY):
1709 * m/sparc.h (NO_ARG_ARRAY):
1710 * m/sh3.h (NO_ARG_ARRAY):
1711 * m/mips.h (NO_ARG_ARRAY):
1712 * m/macppc.h (NO_ARG_ARRAY):
1713 * m/iris4d.h (NO_ARG_ARRAY):
1714 * m/intel386.h (NO_ARG_ARRAY):
1715 * m/ibms390x.h (NO_ARG_ARRAY):
1716 * m/ibms390.h (NO_ARG_ARRAY):
1717 * m/ibmrs6000.h (NO_ARG_ARRAY):
1718 * m/ia64.h (NO_ARG_ARRAY):
1719 * m/hp800.h (NO_ARG_ARRAY):
1720 * m/arm.h (NO_ARG_ARRAY):
1721 * m/amdx86-64.h (NO_ARG_ARRAY):
1722 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
1723
1724 2010-04-25 Eli Zaretskii <eliz@gnu.org>
1725
1726 * xdisp.c (display_line): Don't assume 2nd call to
1727 get_next_display_element cannot return zero. (Bug#6030)
1728 (iterate_out_of_display_property): New function, body from pop_it.
1729 (pop_it): Use it.
1730
1731 2010-04-24 Glenn Morris <rgm@gnu.org>
1732
1733 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
1734 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
1735 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
1736 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
1737
1738 2010-04-24 Eli Zaretskii <eliz@gnu.org>
1739
1740 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
1741 use `get_next_display_element' and `set_iterator_to_next' to
1742 advance to the next character, when looking for the character that
1743 begins the next row.
1744
1745 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
1746 definition of "struct Lisp_Symbol".
1747
1748 2010-04-24 Glenn Morris <rgm@gnu.org>
1749
1750 * Makefile.in (CRT_DIR): New variable, set by configure.
1751 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
1752 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
1753
1754 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1755
1756 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
1757
1758 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
1759
1760 Remove redundant flags.
1761 * s/freebsd.h (C_SWITCH_SYSTEM):
1762 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
1763 * s/netbsd.h (C_SWITCH_SYSTEM):
1764 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
1765 of these.
1766
1767 Simplify m/intel386.h.
1768 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
1769 user: ecrt0.c.
1770 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
1771 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
1772 the only user: s/unixware.h.
1773 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
1774 from m/intel386.h.
1775 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
1776 moved here from m/intel386.h.
1777
1778 * m/mips.h: Remove #if 0 code.
1779
1780 2010-04-23 Eli Zaretskii <eliz@gnu.org>
1781
1782 Fix display of composed characters from L2R scripts in bidi buffers.
1783 * xdisp.c (set_iterator_to_next, next_element_from_composition):
1784 After advancing IT past the composition, resync the bidi iterator
1785 with IT's position. (Bug#5977)
1786
1787 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1788
1789 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
1790 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
1791
1792 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1793
1794 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
1795
1796 2010-04-23 Eli Zaretskii <eliz@gnu.org>
1797
1798 Support `display' text properties and overlay strings in bidi buffers.
1799 * xdisp.c (pop_it): When the stack is popped after displaying
1800 from a string, bidi-iterate to exit from the text portion covered
1801 by the `display' property or overlay. (Bug#5988, bug#5920)
1802
1803 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1804
1805 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
1806 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
1807
1808 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
1809 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
1810
1811 Simplify STARTFILES definition.
1812 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
1813 relying on Makefile.in to define it.
1814 * s/cygwin.h (START_FILES): Likewise.
1815 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
1816
1817 Clean up Solaris code.
1818 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
1819 (LIB_MOTIF): Remove, configure takes care of this.
1820 (NOT_USING_MOTIF): Remove, unused.
1821 * xrdb.c: Remove #if 0-ed #include.
1822 (SYSV): Remove conditional for old SysV.
1823 * sysdep.c (closedir): Remove conditional code for Solaris,
1824 Solaris has closedir.
1825
1826 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
1827
1828 * xsettings.c (read_and_apply_settings): Check if current_font is
1829 NULL before strcmp (Bug#6001).
1830
1831 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
1832
1833 Clean up HP-UX files.
1834 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
1835 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
1836 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
1837 * s/hpux10-20.h: ... to the only user, here.
1838
1839 2010-04-21 Eli Zaretskii <eliz@gnu.org>
1840
1841 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
1842 use buffer-local values of paragraph-start and paragraph-separate.
1843 <paragraph_start_re, paragraph_separate_re>: Rename from
1844 fallback_paragraph_start_re and fallback_paragraph_separate_re.
1845 (Bug#5992)
1846
1847 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1848
1849 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
1850 current_tool_bar_style are new.
1851 (store_config_changed_event): Rename from store_font_changed_event.
1852 (XSETTINGS_TOOL_BAR_STYLE): New define.
1853 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
1854 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
1855 HAVE_XFT.
1856 (something_changedCB): store_font_changed_event is now
1857 store_config_changed_event
1858 (parse_settings): Rename from parse_xft_settings. Read
1859 non-xft xsettings outside #ifdef HAVE_XFT.
1860 (read_settings): Renamed from read_xft_settings.
1861 (apply_xft_settings): Take current settings as parameter. Do not
1862 call read_(xft)_settings.
1863 (read_and_apply_settings): New function.
1864 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
1865 read_and_apply_settings if there are settings to be read.
1866 (init_xsettings): Renamed from init_xfd_settings.
1867 Call read_and_apply_settings unconditionally.
1868 (xsettings_initialize): Call init_xsettings.
1869 (Ftool_bar_get_system_style): New function.
1870 (syms_of_xsettings): Define Qmonospace_font_name and
1871 Qtool_bar_style. Initialize current_tool_bar_style to nil.
1872 defsubr Stool_bar_get_system_style. Fprovide on
1873 dynamic-setting.
1874 Move misplaced HAVE_GCONF
1875
1876 * xsettings.h (Ftool_bar_get_system_style): Declare.
1877
1878 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
1879 Qtext, Qboth, Qboth_horiz are new.
1880 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
1881 Vtool_bar_style, tool_bar_max_label_size.
1882
1883 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
1884
1885 * keyboard.c: QClabel is new.
1886 (parse_tool_bar_item): Take out QClabel from tool bar items.
1887 Try to construct a label if ther is no QClabel.
1888 (syms_of_keyboard): Intern :label as QClabel.
1889
1890 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
1891 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
1892 New.
1893
1894 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
1895 dynamic-setting.el.
1896
1897 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
1898 (xg_make_tool_item, xg_show_toolbar_item): New function.
1899 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
1900 Call xg_make_tool_item to make a tool bar item.
1901 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
1902
1903 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
1904 into account for toolbars.
1905
1906 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1907
1908 * data.c (make_blv): Declarations before code (Bug#5993).
1909
1910 2010-04-21 Glenn Morris <rgm@gnu.org>
1911
1912 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
1913 Define using autoconf, not cpp.
1914 (LIBXSM): New variable, set by autoconf.
1915 (LIBXT): Use $LIBXSM.
1916
1917 2010-04-21 Dan Nicolaescu <local_user@dannlt>
1918
1919 Remove NOMULTIPLEJOBS, unused.
1920 * s/template.h (NOMULTIPLEJOBS):
1921 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
1922
1923 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
1924 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
1925 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
1926 detects -znocombreloc and passes it to the linker
1927 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
1928
1929 2010-04-21 Glenn Morris <rgm@gnu.org>
1930
1931 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
1932
1933 2010-04-21 Karel Klíč <kklic@redhat.com>
1934
1935 * Makefile.in (LIBSELINUX_LIBS): New.
1936 (LIBES): Add $LIBSELINUX_LIBS.
1937 * eval.c, lisp.h (call7): New function.
1938 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
1939 (Ffile_selinux_context, Fset_file_selinux_context):
1940 New functions.
1941 (Fcopy_file): New parameter preserve-selinux-context.
1942 (Frename_file): Preserve selinux context when renaming by copy-file.
1943
1944 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
1945 Eli Zaretskii <eliz@gnu.org>
1946
1947 Don't depend on cm.c or termcap.c on Windows, use stubs.
1948 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
1949 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
1950 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
1951 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
1952 (sys_tputs, sys_tgetstr): New stubs.
1953 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
1954 (tputs, tgetstr): New; define to sys_*.
1955
1956 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
1957
1958 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
1959
1960 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
1963 Just signal a warning rather than an error when inside a let.
1964 (Fmake_variable_frame_local): Add the same test.
1965
1966 * font.c (syms_of_font): Make the style table vars read-only.
1967
1968 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
1969 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
1970
1971 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
1972
1973 2010-04-20 Eli Zaretskii <eliz@gnu.org>
1974
1975 Fix R2L paragraph display on TTY.
1976
1977 * xdisp.c (unproduce_glyphs): New function.
1978 (display_line): Use it when produced glyphs are discarded from R2L
1979 glyph rows.
1980 (append_composite_glyph): In R2L rows, prepend the glyph rather
1981 than appending it.
1982
1983 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
1984 rather than append it. Set up the resolved_level and bidi_type
1985 attributes of the appended glyph.
1986 (produce_special_glyphs): Mirror the backslash continuation
1987 character in R2L lines.
1988
1989 Implement display of R2L paragraphs in GUI sessions.
1990
1991 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
1992 append_stretch_glyph.
1993 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
1994 off-by-one error in computing x at end of text in the row.
1995 (append_stretch_glyph): In reversed row, prepend the glyph rather
1996 than append it. Set resolved_level and bidi_type of the glyph.
1997 (extend_face_to_end_of_line): If the row is reversed, prepend a
1998 stretch glyph whose width is such that the rightmost glyph will be
1999 drawn at the right margin of the window. Fix off-by-one error on
2000 TTY frames in testing whether a line needs face extension. Fix
2001 face extension at ZV. If this is the last glyph row, use
2002 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
2003 region face.
2004 (set_cursor_from_row, display_line): Use
2005 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
2006 row->continuation_lines_width.
2007 (next_element_from_buffer): Don't call bidi_paragraph_init if we
2008 are at ZV. Fixes a crash when reseated to ZV by
2009 try_window_reusing_current_matrix.
2010 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
2011 which happens with R2L glyph rows. Fixes a crash when inserting a
2012 character at end of an R2L line.
2013 (set_cursor_from_row): Don't be fooled by truncated rows: don't
2014 treat them as having zero-width characters. Improve comments.
2015 Don't reverse pos_before and pos_after for reversed glyph rows.
2016 Set cursor.x to negative value when the cursor might be on the
2017 left fringe.
2018 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
2019 left fringe, not the right one.
2020 (notice_overwritten_cursor, draw_phys_cursor_glyph)
2021 (erase_phys_cursor): For reversed cursor_row, support cursor on
2022 the left fringe.
2023
2024 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
2025 of continuation indicators on the fringes.
2026 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
2027 left fringe.
2028
2029 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
2030 draw cursor on the left fringe.
2031
2032 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
2033 cursor on the left fringe.
2034
2035 * dispnew.c (update_text_area): Handle reversed desired rows when
2036 the cursor is on the left fringe.
2037 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
2038 below, not by 0, for when the cursor is on the left fringe.
2039
2040 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
2041
2042 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
2043 widget is a scrollbar.
2044
2045 2010-04-20 Kenichi Handa <handa@m17n.org>
2046
2047 * charset.c (char_charset): Consider Vcharset_non_preferred_head
2048 only when the arg CHARSET_LIST is nil.
2049
2050 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2052 Make variable forwarding explicit rather the using special values.
2053 Basically, this makes the structure of buffer-local values and object
2054 forwarding explicit in the type of Lisp_Symbols rather than use
2055 special Lisp_Objects for that. This tends to lead to slightly more
2056 verbose code, but is more C-like, simpler, and makes it easier to make
2057 sure we handled all cases, among other things by letting the compiler
2058 help us check it.
2059 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
2060 Removing forwarding objects.
2061 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
2062 (struct Lisp_Symbol): Make the various forms of variable-forwarding
2063 explicit rather than hiding them inside Lisp_Object "values".
2064 (XFWDTYPE): New macro.
2065 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
2066 (XBUFFER_LOCAL_VALUE): Remove.
2067 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
2068 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
2069 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
2070 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
2071 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
2072 Remove the Lisp_Misc_* header.
2073 (struct Lisp_Buffer_Local_Value): Redefine.
2074 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
2075 (struct Lisp_Misc_Any): Add filler to get the right size.
2076 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
2077 Lisp_Intfwd.
2078 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
2079 (DEFVAR_KBOARD): Allocate a forwarding object.
2080 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
2081 (let_shadows_global_binding_p): New function.
2082 (union Lisp_Val_Fwd): New type.
2083 (make_blv): New function.
2084 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
2085 (store_symval_forwarding, swap_in_global_binding, Fboundp)
2086 (swap_in_symval_forwarding, find_symbol_value, Fset)
2087 (let_shadows_buffer_binding_p, set_internal, default_value)
2088 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
2089 (Fkill_local_variable, Fmake_variable_frame_local)
2090 (Flocal_variable_p, Flocal_variable_if_set_p)
2091 (Fvariable_binding_locus):
2092 * xdisp.c (select_frame_for_redisplay):
2093 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
2094 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
2095 * frame.c (store_frame_param):
2096 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
2097 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
2098 value structure.
2099 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
2100 (clone_per_buffer_values): Only adjust markers into the current buffer.
2101 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
2102 (Fbuffer_local_value, set_buffer_internal_1)
2103 (swap_out_buffer_local_variables):
2104 Adapt to the new symbol value structure.
2105 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
2106 (defvar_per_buffer): Take a new arg for the fwd object.
2107 (buffer_lisp_local_variables): Return a proper alist (different fix
2108 for bug#4138).
2109 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
2110 (Fgarbage_collect): Don't handle buffer_defaults specially.
2111 (mark_object): Handle new symbol value structure rather than the old
2112 special Lisp_Misc_* objects.
2113 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
2114 * term.c (set_tty_color_mode):
2115 * bidi.c (bidi_initialize): Don't access the ->value field directly.
2116 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
2117 a buffer_local_flags.
2118 * print.c (print_object): Get rid of impossible forwarding objects.
2119
2120 2010-04-19 Eli Zaretskii <eliz@gnu.org>
2121
2122 * bidi.c (bidi_get_type, bidi_get_category)
2123 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
2124 (bidi_type_of_next_char, bidi_level_of_next_char):
2125 Declare static. Use `INLINE' rather than `inline'.
2126
2127 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
2128
2129 * dired.c (Ffile_attributes): Fix typo in docstring.
2130
2131 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
2132
2133 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
2134 NSInteger (Bug#5811).
2135
2136 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2137
2138 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
2139 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
2140
2141 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2142
2143 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
2144
2145 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2146
2147 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
2148 terminal frames (Bug#5837).
2149
2150 2010-04-19 Eli Zaretskii <eliz@gnu.org>
2151
2152 * .gdbinit (xsubchartable): New command.
2153
2154 2010-04-19 Eli Zaretskii <eliz@gnu.org>
2155
2156 * xdisp.c (display_line): Don't write beyond the last glyph row in
2157 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
2158 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
2159 and
2160 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
2161
2162 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2163
2164 * alloc.c (Fpurecopy): Hash-cons if requested.
2165 (syms_of_alloc): Update purify-flag docstring.
2166
2167 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
2168
2169 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
2170 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
2171
2172 2010-04-17 Eli Zaretskii <eliz@gnu.org>
2173
2174 Fix a crash when an NSM character is inserted at BEGV.
2175
2176 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
2177 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
2178 NEUTRAL_B or UNKNOWN_BT.
2179
2180 2010-04-16 Eli Zaretskii <eliz@gnu.org>
2181
2182 * xdisp.c (set_cursor_from_row): Don't consider possibility of
2183 other rows with cursor unless they are different from this row and
2184 this row is part of a continued line. (Bug#5943)
2185
2186 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2187
2188 * s/freebsd.h: Restore osreldate.h include.
2189 Suggested by Naohiro Aota.
2190
2191 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
2192
2193 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
2194
2195 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
2196
2197 * s/cygwin.h: Avoid linking against static libgcc.
2198
2199 2010-04-15 Juri Linkov <juri@jurta.org>
2200
2201 * window.c: Add Qscroll_command.
2202 Remove Vscroll_preserve_screen_position_commands.
2203 (window_scroll_pixel_based, window_scroll_line_based): Check the
2204 `scroll-command' property on the last command instead of searching
2205 the last command in Vscroll_preserve_screen_position_commands.
2206 (syms_of_window): Initialize and staticpro `Qscroll_command'.
2207 Put Qscroll_command property on Qscroll_up and Qscroll_down.
2208 (scroll-preserve-screen-position): Doc fix.
2209 (Vscroll_preserve_screen_position_commands): Remove variable.
2210
2211 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
2212
2213 * xdisp.c (message): Do not use NO_ARG_ARRAY.
2214
2215 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
2216
2217 Reduce cpp use in Makefile.in.
2218 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
2219 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
2220 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
2221 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
2222 (CRT0_COMPILE): Remove, inline it in the only user.
2223
2224 2010-04-14 Juri Linkov <juri@jurta.org>
2225
2226 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
2227 `scroll-up-command' and `M-v' from `scroll-down' to
2228 `scroll-down-command'.
2229
2230 2010-04-14 Juri Linkov <juri@jurta.org>
2231
2232 * window.c (Vscroll_preserve_screen_position_commands): New variable
2233 with the default value as the list of Qscroll_down and Qscroll_up.
2234 (window_scroll_pixel_based, window_scroll_line_based): Search the
2235 last command in the list Vscroll_preserve_screen_position_commands
2236 instead of comparing with Qscroll_up and Qscroll_down.
2237
2238 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
2239
2240 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
2241 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
2242 does that.
2243
2244 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
2245 to zero.
2246
2247 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2248
2249 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
2250
2251 Try to solve the problem of spurious EOF chars in long lines of text
2252 sent to interactive subprocesses.
2253 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
2254 (system_process_attributes): Remove unused var `ttotal'.
2255 * process.c (send_process): Don't bother breaking long line with EOF
2256 chars when talking to ttys any more.
2257 (wait_reading_process_output): Output a warning when called in such
2258 a way that it could block without being interruptible.
2259
2260 Try to detect file modification within the same second.
2261 * buffer.h (struct buffer): New field modtime_size.
2262 * buffer.c (reset_buffer): Initialize it.
2263 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
2264 (Fverify_visited_file_modtime): Check it.
2265 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
2266 (Fset_visited_file_modtime): Set (or clear) it.
2267
2268 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2269
2270 * process.c (status_notify): Remove unused var `ro'.
2271
2272 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
2273
2274 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
2275 more than one visual (Bug#5938).
2276
2277 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
2278
2279 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
2280 Undefine.
2281
2282 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2283
2284 Remove C_SWITCH_SYSTEM_TEMACS.
2285 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
2286 (malloc, realloc, free): Use emacs, not temacs for conditional
2287 definition.
2288
2289 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
2290 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
2291
2292 Use autoconf, not cpp for some variables.
2293 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
2294 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
2295 (ALL_CFLAGS): Use them as make variables.
2296 (really-lwlib, really-oldXMenu): Do not pass them.
2297
2298 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2299
2300 * xmenu.c (apply_systemfont_to_dialog): New.
2301 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
2302
2303 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2304
2305 * process.c (exec_sentinel): Preserve current-buffer.
2306
2307 * process.c (read_process_output): Move the save-current-buffer to
2308 apply to both the filter and the non-filter branches.
2309
2310 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
2311
2312 * s/msdos.h (UNEXEC): New definition.
2313
2314 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2315
2316 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
2317 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
2318
2319 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
2320 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
2321 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
2322 TRY_WINDOW_CHECK_MARGINS.
2323
2324 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
2325 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
2326 width only when it is for padding.
2327
2328 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
2329
2330 * xfns.c (Fx_show_tip): Call try_window in a loop until
2331 fonts_changed_p is zero (Bug#2423).
2332
2333 2010-04-08 Eli Zaretskii <eliz@gnu.org>
2334
2335 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
2336 the end of TEXT_AREA. (Bug#5856)
2337
2338 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2339
2340 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
2341 HAVE_GCONF.
2342
2343 2010-04-08 Eli Zaretskii <eliz@gnu.org>
2344
2345 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
2346 prev.orig_type, for resolving type of NSM. (Bug#5858)
2347
2348 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2349
2350 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
2351 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
2352 in current_font.
2353 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
2354 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
2355 New functions.
2356 (syms_of_xsettings): Initialize current_font.
2357 defsubr Sfont_get_system_normal_font.
2358
2359 * xsettings.h (Ffont_get_system_normal_font,
2360 xsettings_get_system_normal_font): Declare.
2361
2362 * xfns.c (extern xlwmenu_default_font): Remove.
2363 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
2364 to xlwmenu.c.
2365
2366 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
2367 menu items in UTF-8.
2368
2369 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
2370 (apply_systemfont_to_menu): New function.
2371 (set_frame_menubar, create_and_show_popup_menu): Call
2372 apply_systemfont_to_menu.
2373
2374 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
2375
2376 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
2377 FRAME_LINE_TO_PIXEL_Y.
2378
2379 * xterm.c (x_set_window_size_1): Don't add border_width/height to
2380 pixelwidth/height.
2381
2382 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2383
2384 Simplify code for HP machines.
2385 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
2386 for GNU_LINUX, not needed.
2387 (UNEXEC, NEED_BSDTTY): Move definitions...
2388 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
2389
2390 * m/iris4d.h (UNEXEC): Move definition ...
2391 * s/irix6-5.h (UNEXEC): ... here.
2392
2393 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
2394
2395 * xfns.c (set_machine_and_pid_properties): New function.
2396 (Fx_create_frame): Call set_machine_and_pid_properties.
2397
2398 2010-04-03 Eli Zaretskii <eliz@gnu.org>
2399
2400 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
2401 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
2402 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
2403
2404 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
2405 in this function. (Bug#5703)
2406
2407 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
2408
2409 * nsterm.h: Fix last change.
2410
2411 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
2412
2413 * m/intel386.h (NO_REMAP): Move definition ...
2414 * s/msdos.h (NO_REMAP): ... here.
2415
2416 * m/vax.h (CRT0_DUMMIES): Remove, unused.
2417
2418 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
2419 used on those platforms.
2420
2421 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2422
2423 Remove extern errno declarations.
2424 * xterm.c:
2425 * xrdb.c:
2426 * w32term.c:
2427 * unexec.c:
2428 * unexaix.c:
2429 * sysdep.c:
2430 * process.c:
2431 * lread.c:
2432 * keyboard.c:
2433 * floatfns.c:
2434 * filelock.c:
2435 * fileio.c:
2436 * emacs.c (main):
2437 * ecrt0.c:
2438 * dispnew.c:
2439 * callproc.c:
2440 * buffer.c: Remove errno extern declarations.
2441 * s/netbsd.h (NEED_ERRNO): Remove.
2442
2443 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2444
2445 Remove all uses of LIBX11_SYSTEM.
2446 * Makefile.in (LIBX11_SYSTEM): Remove.
2447 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
2448 instead.
2449
2450 2010-04-01 Eli Zaretskii <eliz@gnu.org>
2451
2452 Remove support for DJGPP v1.x (bug#5813).
2453
2454 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
2455 * s/msdos.h:
2456 * unexec.c (make_hdr, copy_text_and_data):
2457 * sysdep.c (wait_for_termination, sys_subshell):
2458 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
2459 (IT_set_terminal_modes, __write, _rename, gethostname)
2460 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
2461 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
2462 the value of __DJGPP__.
2463 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
2464 compatibility code.
2465 * lread.c:
2466 * gmalloc.c (memalign):
2467 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
2468 * emacs.c (main):
2469 * dosfns.c (init_dosfns):
2470 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
2471
2472 2010-04-01 Eli Zaretskii <eliz@gnu.org>
2473
2474 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
2475 string with `cursor' property comes from an `after-string'
2476 overlay. (Bug#5816)
2477
2478 2010-04-01 Glenn Morris <rgm@gnu.org>
2479
2480 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
2481 Define as Makefile variables.
2482 (LIBX): Use above variables rather than directly using autoconf.
2483
2484 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
2485
2486 Clean up BSD_SYSTEM use.
2487 * xterm.c:
2488 * process.c:
2489 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
2490 for including <sys/ioctl.h>.
2491 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
2492 code is only used for MSDOS.
2493
2494 2010-03-31 Juri Linkov <juri@jurta.org>
2495
2496 * image.c: Add `Qextension_data'.
2497 (syms_of_image): Initialize and staticpro `Qextension_data'.
2498 (Fimage_metadata): Rename from `Fimage_extension_data'.
2499 (gif_load): Put GIF extension data to the property
2500 `Qextension_data'.
2501
2502 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2503
2504 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
2505 * nsterm.h: Fix prototype.
2506
2507 2010-03-31 Eli Zaretskii <eliz@gnu.org>
2508
2509 * xdisp.c (highlight_trailing_whitespace): Support highlight of
2510 trailing whitespace in right-to-left rows.
2511
2512 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2513
2514 Get rid of the direct_output optimizations.
2515 * keyboard.c (nonundocount): Remove extern declaration.
2516 (command_loop_1): Remove brittle optimisation for cheap and
2517 common operations.
2518 * xdisp.c (redisplay_internal): Don't bother checking
2519 redisplay_performed_directly_p any more.
2520 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
2521 any more.
2522 * dispnew.c (redisplay_performed_directly_p)
2523 (direct_output_for_insert, direct_output_forward_char):
2524 * dispextern.h (redisplay_performed_directly_p)
2525 (direct_output_for_insert, direct_output_forward_char): Remove.
2526 * cmds.c (nonundocount): Make it static.
2527
2528 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
2529
2530 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
2531
2532 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
2533
2534 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
2535 invisible (Bug#5766).
2536
2537 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
2538
2539 * xdisp.c (x_consider_frame_title, update_window_cursor):
2540 Remove HAVE_NS conditionals.
2541 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
2542
2543 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
2544 filename for the title.
2545 (ns_set_doc_edited): Do nothing if the selected window is a
2546 minibuffer window.
2547
2548 * nsterm.h: Add prototypes for ns_set_name_as_filename and
2549 ns_set_doc_edited.
2550
2551 * nsterm.m: Remove unneeded prototype.
2552
2553 2010-03-31 Glenn Morris <rgm@gnu.org>
2554
2555 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
2556 in the DOC file. (Bug#5336)
2557
2558 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2559
2560 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
2561
2562 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2563
2564 * window.c (keys_of_window): Remove redundant/overridden bindings.
2565
2566 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2567
2568 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
2569 Restore original behavior when the iterator is not bidi_p.
2570
2571 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2572
2573 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
2574
2575 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2576
2577 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
2578 are outside the range of cached character positions.
2579
2580 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
2581
2582 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
2583
2584 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2585
2586 Initial support for bidirectional editing.
2587
2588 * Makefile.in (obj): Include bidi.o.
2589 (bidi.o): New target.
2590
2591 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
2592 ($(BLD)/bidi.$(O)): New target.
2593
2594 * bidi.c: New file.
2595
2596 * buffer.h (struct buffer): New members bidi_display_reordering
2597 and bidi_paragraph_direction.
2598
2599 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
2600 and bidi_paragraph_direction.
2601 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
2602 and bidi-paragraph-direction.
2603 (Fbuffer_swap_text): Swap the values of
2604 bidi_display_reordering and bidi_paragraph_direction.
2605
2606 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
2607 (bidi_type_t, bidi_dir_t): New types.
2608 (bidi_saved_info, bidi_stack, bidi_it): New structures.
2609 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
2610 prev_stop, base_level_stop, and eol_pos.
2611 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
2612 (IT_STACK_SIZE): Enlarge to 5.
2613 (struct glyph_row): New member reversed_p.
2614 <string_buffer_position>: Update prototype.
2615 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
2616 glyph_row if bidi_it.paragraph_dir == R2L.
2617 (struct glyph): New members resolved_level and bidi_type.
2618
2619 * dispnew.c (direct_output_forward_char): Give up if we need bidi
2620 processing or buffer's direction is right-to-left.
2621 (prepare_desired_row): Preserve the reversed_p flag.
2622 (row_equal_p): Compare the reversed_p attributes as well.
2623
2624 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
2625 bidi_init_it and set it->paragraph_embedding from the current
2626 buffer's value of bidi_paragraph_direction.
2627 (reseat_1): Initialize bidi_it.first_elt.
2628 (set_iterator_to_next, next_element_from_buffer): Use the value of
2629 paragraph_embedding to determine the paragraph direction.
2630 (set_iterator_to_next): Under bidi reordering, call
2631 bidi_get_next_char_visually. Call bidi_paragraph_init if the
2632 new_paragraph flag is set in the bidi iterator.
2633 (next_element_from_buffer): If bidi_it.first_elt is set,
2634 initialize paragraph direction and find the first character to
2635 display in the visual order. If reseated to a middle of a line,
2636 prime the bidi iterator starting at the line's beginning. Handle
2637 the situation where we overstepped stop_charpos due to
2638 non-linearity of the bidi iteration. Likewise for when we back up
2639 beyond the previous stop_charpos. When moving across stop_charpos,
2640 record it in prev_stop.
2641 (display_line): Set row->end and it->start for the next row to the
2642 next character in logical order. Always extend reversed_p rows to
2643 the end of line, even if they end at ZV. Copy the reversed_p flag
2644 to the next glyph row. Keep calling set_cursor_from_row for
2645 bidi-reordered rows even if we already have a possible candidate
2646 for cursor position. Set row_end after all the row's glyphs have
2647 been produced, by looping over the glyphs. Record the position
2648 after EOL in it->eol_pos, and use it to set end_pos of the last
2649 row produced for a continued line.
2650 <Qright_to_left, Qleft_to_right>: New variables.
2651 (syms_of_xdisp): Initialize and staticpro them.
2652 (string_buffer_position_lim): New function.
2653 (string_buffer_position): Most of code moved to
2654 string_buffer_position_lim. Last argument and return value are
2655 now EMACS_INT; all callers changed.
2656 (set_cursor_from_row): Rewritten to support bidirectional text and
2657 reversed glyph rows.
2658 (text_outside_line_unchanged_p, try_window_id): Disable
2659 optimizations if we are reordering bidirectional text and the
2660 paragraph direction can be affected by the change.
2661 (append_glyph, append_composite_glyph)
2662 (produce_image_glyph, append_stretch_glyph): Set the
2663 resolved_level and bidi_type members of each glyph.
2664 (append_glyph): If the glyph row is reversed, prepend the glyph
2665 rather than appending it.
2666 (handle_stop_backwards): New function.
2667 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
2668 (reseat): call handle_stop_backwards to recompute prev_stop and
2669 base_level_stop for the new position.
2670 (handle_invisible_prop): Under bidi iteration, skip invisible text
2671 using bidi_get_next_char_visually. If we are `reseat'ed, init the
2672 paragraph direction. Update IT->prev_stop after skipping
2673 invisible text.
2674 (move_it_in_display_line_to): New variables prev_method
2675 and prev_pos. Compare for strict equality in
2676 BUFFER_POS_REACHED_P.
2677 (try_cursor_movement): Examine all the candidate rows that occlude
2678 point, to return the best match. If rows are bidi-reordered
2679 and point moved backwards, back up to the row that is not a
2680 continuation line, and start looking for a suitable row from
2681 there.
2682
2683 * term.c (append_glyph): Reverse glyphs by pre-pending them,
2684 rather than appending, if the glyph_row's reversed_p flag is set.
2685 Set the resolved_level and bidi_type members of each glyph.
2686
2687 * .gdbinit (pbiditype): New command.
2688 (pgx): Use it to display bidi level and type of the glyph.
2689 (pitx): Display some bidi information about the iterator.
2690 (prowlims, pmtxrows): New commands.
2691
2692 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2693
2694 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
2695 * s/usg5-4.h (LIBS_DEBUG):
2696 * s/irix6-5.h (C_DEBUG_SWITCH):
2697 * s/gnu-linux.h (LIBS_DEBUG):
2698 * s/darwin.h (LIBS_DEBUG):
2699 * s/bsd-common.h (LIBS_DEBUG):
2700 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
2701 * m/iris4d.h (LIBS_DEBUG):
2702 * m/hp800.h (LIBS_DEBUG): Remove definitions.
2703
2704 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
2705 (LIBS_DEBUG): Remove definition.
2706
2707 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
2708
2709 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
2710 Windows.
2711
2712 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2713
2714 * process.c (Fmake_network_process): Don't call turn_on_atimers around
2715 `connect' (Bug#5723).
2716
2717 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
2718
2719 * process.c (Fmake_network_process): Call `select' for interrupted
2720 `connect' rather than creating new socket (Bug#5173).
2721
2722 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
2723
2724 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
2725
2726 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
2727
2728 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
2729
2730 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2731
2732 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
2733 XLoadQueryFont.
2734
2735 2010-03-24 Kenichi Handa <handa@m17n.org>
2736
2737 * coding.c (decode_coding_ccl): Fix previous change for the
2738 multibyte case.
2739 (encode_coding_ccl): Don't setup ccl program here. Fix for the
2740 case that the output buffer is fullfilled.
2741 (encode_coding): Setup ccl program here.
2742
2743 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2744
2745 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
2746
2747 Simplify LIBS_MACHINE definitions.
2748 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
2749 * m/iris4d.h (LIBS_MACHINE): Likewise.
2750 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
2751 * s/aix4-2.h (LIBS_SYSTEM): ... here.
2752 * s/netbsd.h: Remove commented out code.
2753
2754 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2755
2756 Remove dead code dealing with POSIX_SIGNALS.
2757 * atimer.c (set_alarm): Remove dead code, all USG systems define
2758 POSIX_SIGNALS.
2759 * data.c (arith_error): Likewise.
2760 * keyboard.c (input_available_signal, handle_user_signal)
2761 (interrupt_signal): Likewise.
2762 * process.c (sigchld_handler): Likewise.
2763 (create_process): Remove if 0 code. Remove HPUX conditional when
2764 !defined (POSIX_SIGNALS), it cannot be true.
2765 * syssignal.h: Remove USG5_4 and USG conditionals when
2766 !POSIX_SIGNALS, they cannot be true.
2767
2768 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
2769 NO_SOCK_SIGIO, not used anymore.
2770
2771 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2772
2773 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
2774 support vax on BSDs.
2775
2776 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
2777 * s/aix4-2.h (ORDINARY_LINK): ... here.
2778
2779 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
2780
2781 * Makefile.in (abs_builddir): Define.
2782 (bootstrap_exe): Use it.
2783 (VPATH): Use $(srcdir) instead of @srcdir@.
2784
2785 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2786
2787 * Makefile.in (bootstrap_exe): Use an absolute name.
2788
2789 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2790
2791 Remove support for old GNU/Linux using libc version 5.
2792 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
2793 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
2794
2795 Consolidate redundant definitions in s/bsd-common.h.
2796 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2797 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2798 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
2799 doing it in all files that include this one.
2800 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2801 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2802 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2803 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2804 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2805 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2806 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2807 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2808 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2809
2810 Consolidate redundant definitions.
2811 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
2812 it's undefined in all files that include this one.
2813 (POSIX_SIGNALS): Define here instead of doing it in all files that
2814 include this one.
2815 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2816 (POSIX_SIGNALS): Do not define.
2817 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2818 (POSIX_SIGNALS): Do not define.
2819 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2820 (POSIX_SIGNALS): Do not define.
2821
2822 Remove support for old UNIX System V systems.
2823 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
2824 * s/usg-5-4-2.h: Remove.
2825
2826 Remove support for Solaris on PPC and for old versions.
2827 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
2828 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
2829 that cancel each other.
2830 * s/sol2-3.h:
2831 * s/sol2-4.h:
2832 * s/sol2-5.h: Remove.
2833 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
2834 (NO_REMAP): Remove, unused.
2835 (UNEXEC): Move definition ...
2836 * s/aix4-2.h (UNEXEC): ... here.
2837
2838 * s/openbsd.h: Remove support for non-ELF and for systems that do
2839 not support shared libraries.
2840 * s/netbsd.h:
2841 * s/freebsd.h: Likewise.
2842
2843 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2844
2845 Remove non-working support for lynxos 3.0.
2846 * s/lynxos.h: Remove file.
2847
2848 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
2849 COFF_BSD_SYMBOLS, nothing defines it anymore.
2850
2851 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2852
2853 Remove obsolete uses of HAVE_SHM.
2854 * emacs.c (standard_args):
2855 (Fdump_emacs):
2856 (syms_of_emacs): Remove code depending on HAVE_SHM.
2857
2858 * alloc.c: Remove HAVE_SHM dependent definition.
2859
2860 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
2861
2862 2010-03-18 Glenn Morris <rgm@gnu.org>
2863
2864 * emacs.c (USAGE4): Hard-code bug address.
2865 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
2866 (bug_reporting_address): Remove.
2867 (main): Don't call bug_reporting_address.
2868
2869 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
2870 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
2871
2872 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
2873
2874 * xfns.c (Fx_create_frame):
2875 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
2876 on left.
2877
2878 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
2879
2880 * editfns.c (Fformat): Account for string precision when computing
2881 field width (Bug#5710).
2882
2883 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2884
2885 * xfns.c (Fx_create_frame): Set default to Qright.
2886
2887 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
2888 all window systems.
2889
2890 2010-03-12 Eli Zaretskii <eliz@gnu.org>
2891
2892 These changes remove termcap.c from the build on Posix platforms.
2893 * Makefile.in (termcapobj): Move termcap.o from here...
2894 (MSDOS_OBJ): ...to here.
2895 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
2896 now identical to when LIBS_TERMCAP is defined.
2897
2898 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
2899
2900 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
2901
2902 * config.in: Regenerated. (See top-level ChangeLog.)
2903
2904 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2905
2906 * Branch for 23.2.
2907
2908 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 Cleanup setup of gl_state in various parts of the code.
2911 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
2912 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
2913 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
2914 (skip_chars):
2915 * regex.c (regex_compile): Use it.
2916 (re_compile_pattern): Don't set gl_state.current_syntax_table since
2917 it's now set in regex_compile when/if we need it.
2918
2919 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2920
2921 Make it possible to C-g in a tight bytecode loop again (bug#5680).
2922 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
2923 (QUIT): Use it to consolidate code and remove redundancy.
2924 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
2925
2926 * regex.c (regex_compile): Setup gl_state as well.
2927
2928 * syntax.c (skip_chars): Setup gl_state (bug#3823).
2929 (in_classes): Use CONSP before XCAR/XCDR.
2930
2931 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2932
2933 * keymap.c (Fwhere_is_internal): Use Fequal to compare
2934 definitions, so that keyboard macros are correctly handled
2935 (Bug#5481).
2936
2937 2010-03-02 Eli Zaretskii <eliz@gnu.org>
2938
2939 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
2940 text that could be relocated inside the call to emacs_mule_char.
2941 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
2942 (CODING_DECODE_CHAR): Add a comment describing its purpose.
2943
2944 2010-03-02 Kenichi Handa <handa@m17n.org>
2945
2946 * character.c (parse_str_as_multibyte): Fix handling of the
2947 multibyte form of raw-bytes.
2948 (str_as_multibyte): Likewise.
2949
2950 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
2951 form of raw-bytes.
2952
2953 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2954
2955 * charset.c (load_charset_map_from_file)
2956 (load_charset_map_from_vector): Zero out allocated
2957 charset_map_entries before using them.
2958
2959 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
2960
2961 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
2962
2963 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2964
2965 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
2966 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
2967
2968 2010-02-26 Kenichi Handa <handa@m17n.org>
2969
2970 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
2971
2972 * xdisp.c (reseat_to_string): Fix previous change.
2973
2974 2010-02-26 David Reitter <david.reitter@gmail.com>
2975
2976 * nsfont.m (nsfont_draw): ns_antialias_text should be a
2977 Lisp_Object (Bug#4736).
2978
2979 2010-02-25 Kenichi Handa <handa@m17n.org>
2980
2981 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
2982
2983 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
2984
2985 * xterm.c (XTflash): Move declarations before statements.
2986
2987 * gtkutil.c (xg_get_gdk_display): Remove (unused).
2988 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
2989 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
2990 (xg_create_tool_bar): Remove unused variables.
2991 (x_wm_set_size_hint): Move declarations before statements.
2992 (xg_create_frame_widgets): Remove variable grav.
2993
2994 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2995
2996 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
2997
2998 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2999
3000 * term.c (fatal): Add a final \n if needed (bug#5596).
3001
3002 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
3003
3004 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
3005
3006 2010-02-18 Glenn Morris <rgm@gnu.org>
3007
3008 * callint.c (Finteractive): Doc fix.
3009
3010 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3011
3012 * coding.c (record_conversion_result):
3013 Handle CODING_RESULT_INSUFFICIENT_DST.
3014 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
3015 memory allocation error.
3016
3017 2010-02-17 Kenichi Handa <handa@m17n.org>
3018
3019 * coding.c (decode_coding_ccl): Don't setup ccl program here.
3020 Fix for the case that the output buffer is fullfilled.
3021 (decode_coding): Setup ccl program here. Keep looping when the
3022 decoder stopped because the output buffer is
3023 fullfilled (bug#5534).
3024
3025 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
3026
3027 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
3028
3029 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
3030 bug #5571.
3031 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
3032 overdrawn.
3033
3034 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
3035
3036 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
3037 doing_interact here.
3038 (ice_connection_closed): New function.
3039 (x_session_check_input, smc_die_CB, ice_io_error_handler)
3040 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
3041 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
3042 returns I/O error.
3043 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
3044 bug #5512.
3045
3046 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
3047
3048 * nsfont.m (nsfont_open): The system's value for the font descent
3049 is negative, so round it down to avoid clipping.
3050
3051 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
3052
3053 * charset.c (load_charset_map_from_file)
3054 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
3055 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
3056
3057 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
3058
3059 * charset.c (load_charset_map_from_file): Allocate large
3060 charset_map_entries structure on the heap rather than the stack.
3061 (Bug#5526).
3062
3063 2010-01-31 Kenichi Handa <handa@m17n.org>
3064
3065 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
3066 size in NAME is invalid, return -1 (Bug#5396).
3067
3068 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
3069
3070 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
3071 <deactivated@gmail.com> (Bug#3605).
3072
3073 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
3074
3075 * fileio.c (Frename_file): Correctly rename symlinks to
3076 directories (Bug#5496).
3077
3078 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
3079
3080 * nsterm.m (ns_ring_bell): Handle visible bell like X.
3081
3082 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
3083
3084 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
3085
3086 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * frame.c (DEFAULT_ROWS): Change default to 35.
3089
3090 * xfns.c (x_default_font_parameter): Change default XFT font to
3091 monospace-10 (Bug#3643).
3092
3093 2010-01-29 Eli Zaretskii <eliz@gnu.org>
3094
3095 * w32inevt.c (key_event): Remove unnecessary comparison of
3096 event->uChar.AsciiChar with 128.
3097
3098 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3099
3100 * fileio.c (Frename_file): Fix last change (Bug#5487).
3101
3102 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
3103
3104 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
3105
3106 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
3107
3108 * xfns.c (Fx_create_frame): Remove window size matching code from
3109 2010-01-15.
3110 (x_get_current_desktop, x_get_desktop_workarea): Remove.
3111
3112 2010-01-27 Jason Rumney <jasonr@gnu.org>
3113
3114 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
3115 (key_event): Use unicode for characters 128 and higher (Bug#4567).
3116
3117 2010-01-27 Kenichi Handa <handa@m17n.org>
3118
3119 * regex.c (analyse_first): Fix setting of fastmap for unibyte
3120 pattern string (Bug#4209).
3121
3122 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3123
3124 * fileio.c (Frename_file): Call copy-directory and
3125 delete-directory for directories, in order to handle cross-device
3126 renaming (Bug#3353).
3127
3128 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
3129
3130 * xfns.c (Fx_create_frame): If frame height is too big, try
3131 sizes 24 and 10. Bug #3643.
3132
3133 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3134
3135 Try and fix bug#788, hopefully for real this time.
3136 * keymap.c (shadow_lookup): Add `remap' arg.
3137 (describe_map, describe_vector): Update calls to shadow_lookup.
3138 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
3139 `remapped' so this flag is applicable to `sequence'. Be careful to
3140 perform remapping during shadow_lookup check of remapped_sequences.
3141
3142 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
3143
3144 * image.c (png_load): Use png_sig_cmp instead of the obsolete
3145 png_check_sig, which has been removed in libpng 1.4.
3146
3147 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3148
3149 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
3150 lacks this header file).
3151
3152 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3153
3154 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
3155 as in Emacs 22.
3156
3157 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3158
3159 * lisp.h (make_pure_string): String pointer arg now points to const.
3160
3161 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
3162 args now point to const.
3163
3164 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3165
3166 * lread.c (Fload): Don't treat files without .elc extension as
3167 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
3168 them. (bug#5303)
3169
3170 2010-01-20 Kenichi Handa <handa@m17n.org>
3171
3172 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
3173 treat the source as actual byte sequence.
3174
3175 2010-01-19 Alan Mackenzie <acm@muc.de>
3176
3177 Fix spurious before-change-functions invocation from (insert ?\n).
3178 * textprop.c (set_text_properties): Rename parameter
3179 `signal_after_change_p' to `coherent_change_p', and make the
3180 invocation of `modify_region' conditional on it.
3181
3182 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
3183
3184 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
3185 for debug purpose.
3186 (syms_of_xsettings): Declare xft-settings.
3187
3188 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3189
3190 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
3191
3192 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3193
3194 * xterm.c (event_handler_gdk): Block input (Bug#5037).
3195
3196 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3197
3198 * emacs.c (standard_args): Adjust arg priorities to reflect how
3199 they are processed in startup.el.
3200
3201 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
3202
3203 * Makefile.in (lisp, shortlisp): Update.
3204
3205 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3206
3207 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
3208 code, link the new kboard into all_kboard before running Lisp code,
3209 and protect the new terminal with GCPRO (Bug#5365).
3210 (x_term_init): Remove unused var `atom'.
3211 (x_delete_display, x_delete_terminal): Remove unused var `i'.
3212
3213 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
3214
3215 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
3216 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
3217 to find out usable size of the desktop. Don't make frames larger than
3218 this. Bug #3643.
3219
3220 2010-01-15 Kenichi Handa <handa@m17n.org>
3221
3222 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
3223
3224 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
3225
3226 * nsterm.m (Qnone): Define.
3227
3228 * nsfns.m (Qnone): Move definition to nsterm.m.
3229
3230 2010-01-14 Kenichi Handa <handa@m17n.org>
3231
3232 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
3233 systems.
3234
3235 2010-01-14 Kenichi Handa <handa@m17n.org>
3236
3237 Make auto-composition work on all buffers even if they are
3238 fundamental mode.
3239
3240 * composite.c (Vauto_composition_mode): New variable.
3241 (composition_compute_stop_pos): Check Vauto_composition_mode
3242 instead of Vauto_composition_function.
3243 (composition_adjust_point, Ffind_composition_internal): Likewise.
3244 (syms_of_composite): Declare Lisp variable
3245 "auto-composition-mode" here.
3246
3247 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
3248
3249 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
3250 during call to vendor-specific-keysyms (Bug#5365).
3251
3252 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3253
3254 * keyboard.c (input_available_signal) [SYNC_INPUT]:
3255 Call SIGNAL_THREAD_CHECK (Bug#5333).
3256
3257 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
3258 Call SIGNAL_THREAD_CHECK.
3259
3260 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3261
3262 Try to fix bug#5314. This is probably not the final word, tho.
3263 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
3264 recent-auto-save-p as a side-effect.
3265 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
3266 * buffer.c (Fkill_buffer, reset_buffer):
3267 * editfns.c (Fsubst_char_in_region):
3268 * fileio.c (Finsert_file_contents, Fdo_auto_save)
3269 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
3270
3271 2010-01-13 Kenichi Handa <handa@m17n.org>
3272
3273 Display buffer name, etc. in mode line by composing correctly.
3274
3275 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
3276 STRING is not nil.
3277 (display_mode_element): Adjust for the change of
3278 decode_mode_spec and display_line.
3279 (decode_mode_spec): Change arg MULTIBYTE to STRING.
3280 (display_string): Handle the case that STRING is non-null and
3281 LISP_STRING is not nil.
3282
3283 * xterm.c (x_draw_composite_glyph_string_foreground):
3284 Pay attention to s->face->overstrike.
3285
3286 * composite.c (composition_reseat_it): Don't check PT if STRING is
3287 non nil.
3288
3289 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3290
3291 * keyboard.c (read_char): Don't apply previous change when current
3292 buffer is unchanged by command execution.
3293
3294 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
3295
3296 * keyboard.c (read_char): Return after executing from special map.
3297
3298 2010-01-12 Glenn Morris <rgm@gnu.org>
3299
3300 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
3301 bug-gnu-emacs rather than emacs-pretest-bug.
3302
3303 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3304
3305 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
3306 initializing the Lisp variables that depend on them.
3307
3308 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3309
3310 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
3311 Clear areas that will not be updated after change of menu bar lines.
3312 Clear the menu bar window's current matrix when the window gets empty.
3313
3314 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3315
3316 * intervals.h, textprop.c (extend_property_ranges): Return value
3317 and args changed. Discard properties that begin at or after the
3318 new end (Bug#5306).
3319
3320 * editfns.c (Fformat): Caller changed.
3321
3322 * nsterm.m (ns_set_default_prefs): Delete function.
3323 (syms_of_nsterm): Initialize ns_command_modifier,
3324 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
3325 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
3326
3327 * xdisp.c (pos_visible_p): Check for invisible text at the correct
3328 position (Bug#4040).
3329
3330 2010-01-09 Eli Zaretskii <eliz@gnu.org>
3331
3332 * editfns.c (Ffloat_time): Doc fix.
3333
3334 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3335
3336 * xfns.c (Fx_create_frame): Don't create frame larger than display
3337 by default bug#3643.
3338
3339 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3340
3341 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
3342 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
3343 windows above internal border.
3344
3345 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
3346 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
3347 windows above internal border.
3348
3349 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
3350 tool bar windows specially.
3351
3352 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
3353
3354 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
3355 specially.
3356 (XTflash): Take account of menu bar height.
3357
3358 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
3359 specially.
3360
3361 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
3362
3363 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
3364 also be true before we can return early (bug #5339).
3365
3366 2010-01-06 David Reitter <david.reitter@gmail.com>
3367
3368 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
3369 (Fns_display_usable_bounds): Rewrite, computing bounds properly
3370 (Bug#3233).
3371
3372 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3373
3374 * font.c (font_open_entity): Enable chache and call cached_font_ok
3375 for the driver if defined.
3376 (QCuser_spec): New symbol.
3377 (font_spec_from_name): Save name as user-spec.
3378 (font_load_for_lface): Keep user-spec instead of name.
3379 (font_open_by_name): Save name as user-spec.
3380 (syms_of_font): Initialize QCuser_spec.
3381 (font_clear_prop): Clear name if it exists in font (bug#5157).
3382
3383 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
3384 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
3385 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
3386
3387 * font.h (struct font_driver): Add cached_font_ok.
3388
3389 * xterm.c (x_clear_frame): Queue draw for scroll bars.
3390
3391 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
3392
3393 * xterm.c (x_new_font): Move code for setting rows/cols before
3394 resizing ...
3395 (x_set_window_size): ... to here. Bug #2568.
3396
3397 * gtkutil.c (xg_clear_under_internal_border): New function.
3398 (xg_frame_resized, xg_frame_set_char_size):
3399 Call xg_clear_under_internal_border.
3400 (xg_update_scrollbar_pos): Clear under old scroll bar position.
3401
3402 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
3403
3404 * keyboard.c (read_key_sequence): Catch keyboard switch after
3405 making a new tty frame (Bug#5095).
3406
3407 2010-01-05 Kenichi Handa <handa@m17n.org>
3408
3409 * fontset.c (fontset_find_font): Fix getting the frame pointer.
3410
3411 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3412
3413 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
3414 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
3415 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
3416
3417 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
3418
3419 * dbusbind.c (xd_add_watch): Improve debug message.
3420 (xd_remove_watch): Improve debug message. If DATA is the session
3421 bus, unset D-Bus session environment.
3422 (Fdbus_init_bus): Pass the bus as argument to
3423 dbus_connection_set_watch_functions. (Bug#5283)
3424
3425 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3426
3427 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
3428
3429 * lread.c (syms_of_lread): Make it clearer that these are the
3430 names of loaded files (Bug#5068).
3431
3432 * eval.c (run_hook_with_args): Handle the case where the global
3433 value has the obsolete single-function form (Bug#5026).
3434
3435 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
3436
3437 * minibuf.c (Fall_completions): Minor optimization.
3438
3439 2009-12-26 Eli Zaretskii <eliz@gnu.org>
3440
3441 * .gdbinit (pgx): Fix display of composite glyphs.
3442 Display cmp.from and cmp.to as well.
3443 (pitx): Fix last change.
3444
3445 2009-12-25 Kenichi Handa <handa@m17n.org>
3446
3447 * composite.h (composition_adjust_point): Update prototype.
3448
3449 * composite.c (composition_reseat_it): Don't make a composition
3450 spanning over point.
3451 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
3452 composable characters.
3453 (composition_adjust_point): New arg NEW_PT. Callers changed.
3454
3455 * keyboard.c (command_loop_1): Force redisplay if the last point
3456 was within a composition.
3457 (adjust_point_for_property): Don't adjust point for automatic
3458 composition when called after buffer modification.
3459
3460 2009-12-19 Eli Zaretskii <eliz@gnu.org>
3461
3462 * .gdbinit (pitx): Don't use enum names, use their values.
3463 Remove reference to non-existing value GET_FROM_COMPOSITION.
3464 (pgx): Don't use enum names, use their values.
3465 (pitmethod): New helper command.
3466 (pitx): Use it to display iteration method.
3467 (pgrowit): New command.
3468
3469 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
3470
3471 Update dependencies in Makefile.in.
3472
3473 * Makefile.in (alloc.o): Depend on termhooks.h.
3474 (atimer.o): Depend on blockinput.h.
3475 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
3476 and frame.h.
3477 (callint.o): Depend on systime.h, coding.h, and composite.h.
3478 (callproc.o): Depend on buffer.h.
3479 (casefiddle.o): Don't depend on charset.h.
3480 (casetab.o): Depend on character.h.
3481 (ccl.o): Depend on composite.h.
3482 (chartab.o): Depend on ccl.h.
3483 (cm.o): Depend on dispextern.h.
3484 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
3485 (coding.o): Don't depend on $(INTERVALS_H).
3486 (composite.o): Don't depend on dispextern.h explicitly (it's in
3487 $(INTERVALS_H)). Depend on ccl.h.
3488 (data.o): Depend on systime.h, coding.h, composite.h,
3489 dispextern.h, font.h, and ccl.h.
3490 (dired.o): Depend on composite.h.
3491 (dispnew.o): Depend on coding.h. Don't depend explicitly on
3492 composite.h (it's in $(INTERVALS_H)).
3493 (doc.o): Depend on systime.h, coding.h, and composite.h.
3494 (editfns.o): Don't depend explicitly on dispextern.h.
3495 (emacs.o): Depend on frame.h and coding.h.
3496 (eval.o): Depend on coding.h, composite.h, and xterm.h.
3497 (fileio.o): Depend on frame.h and commands.h. Don't depend
3498 explicitly on dispextern.h.
3499 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
3500 composite.h.
3501 (fns.o): Don't depend on termhooks.h.
3502 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
3503 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
3504 coding.h, $(INTERVALS_H), window.h, xterm.h.
3505 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
3506 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
3507 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
3508 fontset.h, ccl.h, and ftfont.h.
3509 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3510 (gtkutil.o): Depend on dispextern.h and composite.h.
3511 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
3512 termhooks.h, and ccl.h.
3513 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
3514 (intervals.o): Depend on systime.h and coding.h.
3515 (keyboard.o): Depend on composite.h and coding.h.
3516 (keymap.o): Depend on coding.h and frame.h.
3517 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
3518 (macros.o): Depend on systime.h, coding.h, and composite.h.
3519 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
3520 and atimer.h.
3521 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
3522 dispextern.h explicitly.
3523 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
3524 Don't depend explicitly on dispextern.h and composite.h.
3525 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
3526 (regex.o): Don't depend on charset.h.
3527 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
3528 (search.o): Don't depend explicitly on composite.h.
3529 (sound.o): Depend on atimer.h and systime.h.
3530 (syntax.o): Don't depend explicitly on composite.h.
3531 (sysdep.o): Depend on coding.h and composite.h.
3532 (term.o): Depend on xterm.h and buffer.h.
3533 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
3534 (textprop.o): Don't depend on dispextern.h explicitly.
3535 (undo.o): Depend on dispextern.h.
3536 (window.o): Depend on coding.h and termhooks.h. Don't depend on
3537 dispextern.h and composite.h explicitly.
3538 (xdisp.o): Depend on ccl.h.
3539 (xfaces.o): Depend on coding.h and ccl.h.
3540 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
3541 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3542 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
3543 ftfont.h.
3544 (xgselect.o): New dependency.
3545 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
3546 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
3547 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
3548 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
3549 (xsmfns.o): Depend on frame.h and dispextern.h.
3550 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
3551 sysselect.h.
3552
3553 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
3554
3555 * font.c (Fclear_font_cache): Pass correct cache argument to
3556 font_clear_cache.
3557
3558 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
3559
3560 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
3561 twice.
3562
3563 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
3564
3565 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
3566 calling file-remote-p. Reported by Jim Meyering.
3567
3568 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3569
3570 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
3571 avoid compiler warnings. (Bug #5217)
3572
3573 2009-12-14 Kenichi Handa <handa@m17n.org>
3574
3575 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
3576 in 8-bit encoding.
3577
3578 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
3579
3580 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
3581 tooltip windows.
3582
3583 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
3584
3585 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
3586 Xatom_net_window_type.
3587
3588 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
3589 Xatom_net_window_type.
3590
3591 * xterm.c (my_log_handler): New function.
3592 (x_term_init): Set my_log_handler as log handler during gtk_init
3593 so we can filter out buggy messages. (Bug #5120).
3594
3595 * xterm.c (xg_scroll_callback): Parameter list changed,
3596 use parameter GtkScrollType to determine scroll/line/page.
3597 Only allow dragging if a button < 4 is grabbed (bug #5177).
3598 (xg_end_scroll_callback): New function.
3599 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
3600 xg_create_scroll_bar.
3601
3602 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
3603 (scroll_end_callback): Remove.
3604 (xg_create_scroll_bar): Add parameter end_callback, bind it to
3605 button-release-event. Replace value-changed event with change-value,
3606 bug #5177,
3607 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
3608 bug #5177.
3609
3610 * gtkutil.h (XG_LAST_SB_DATA): Remove.
3611 (xg_create_scroll_bar): Add GCallback end_callback.
3612
3613 * xftfont.c (QClcdfilter): New variable.
3614 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
3615 (syms_of_xftfont): Initialize QClcdfilter.
3616
3617 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3618
3619 * xsettings.c (struct xsettings): Add member seen.
3620 (parse_xft_settings): Update member seen with what we have read.
3621 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3622 (apply_xft_settings): Only update Xft settings with what member seen
3623 indicates as new.
3624
3625 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3626
3627 * dispextern.h (struct text_pos): Use EMACS_INT;
3628 (struct glyph): Use EMACS_INT for charpos.
3629 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
3630 region_beg_charpos, region_end_charpos,
3631 redisplay_end_trigger_charpos, and also for
3632 iterator_stack_entry.end_charpos and
3633 iterator_stack_entry.stop_charpos.
3634
3635 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3636
3637 * gtkutil.c (scroll_end_callback): New function (bug #5177).
3638 (xg_create_scroll_bar): Call scroll_end_callback on button release
3639 event (bug #5177).
3640 (xg_event_is_for_scrollbar): != replaced with ==.
3641
3642 2009-12-12 Kenichi Handa <handa@m17n.org>
3643
3644 * ftfont.c (struct ftfont_info): New member matrix.
3645 (ftfont_open): Setup xftfont_info->matrix.
3646 (MFLTFontFT): New member matrix.
3647 (FLOOR, CEIL, ROUND): New macros.
3648 (ftfont_get_metrics): Handle matrix transformation.
3649 (ftfont_shape_by_flt): New arg matrix. Callers changed.
3650
3651 * xftfont.c (struct xftfont_info): New member matrix.
3652 (xftfont_open): Setup xftfont_info->matrix.
3653
3654 2009-12-10 Kenichi Handa <handa@m17n.org>
3655
3656 * xdisp.c (append_space_for_newline): Consider face-remapping.
3657
3658 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
3659
3660 * xsettings.c: Include "keyboard.h".
3661
3662 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
3663
3664 Fix implicit function declarations.
3665 * cmds.c: Include "frame.h".
3666 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
3667 * frame.h: Move declaration of delete_frame outside of
3668 HAVE_WINDOW_SYSTEM.
3669
3670 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3671
3672 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
3673
3674 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
3675 GTK builds.
3676
3677 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
3678
3679 * unexelf.c (unexec): Don't search for .data twice.
3680
3681 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3682
3683 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
3684 if push failed.
3685 (handle_line_prefix): Set avoid_cursor_p here. Check return value
3686 of push_display_prop (Bug#5000).
3687
3688 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
3689 value of font_list_entities (Bug#5085).
3690
3691 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
3692
3693 Fix `string-to-number' to deal consistently with integers and floats.
3694 * lread.c (isfloat_string): New argument ignore_trailing to accept all
3695 trailing characters, not just whitespace.
3696 (read1): Pass new arg 0 to keep old behavior.
3697 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
3698 trailing chars, as it is already done for integers. Doc fixes.
3699 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
3700
3701 2009-12-04 Eli Zaretskii <eliz@gnu.org>
3702
3703 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
3704 Delete unused enumeration value.
3705
3706 2009-12-03 Eli Zaretskii <eliz@gnu.org>
3707
3708 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
3709
3710 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
3711
3712 * process.c (Fmake_network_process): Fix up the tests for
3713 "connectionless socket", so they DTRT for seqpacket sockets as well.
3714
3715 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * process.c (Qseqpacket): New symbol.
3718 (HAVE_SEQPACKET): New macro.
3719 (Fmake_network_process): Accept new :type `seqpacket'.
3720 (init_process): Add `seqpacket' feature when applicable.
3721 (syms_of_process): Initialize Qseqpacket.
3722
3723 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3724
3725 * font.c (font_load_for_lface, font_open_by_name): Don't store name
3726 if entity is Qnil.
3727
3728 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * print.c (print_preprocess): Preprocess the key_and_value table of
3731 hashtables, even tho they're "hidden" (bug#5082).
3732
3733 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
3734
3735 * frame.c (frame_make_pointer_invisible)
3736 (frame_make_pointer_visible): Declare f before statements.
3737
3738 2009-11-28 Eli Zaretskii <eliz@gnu.org>
3739
3740 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
3741 omitted dependencies on lisp.h.
3742
3743 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
3744
3745 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
3746 is NULL.
3747
3748 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
3749
3750 * frame.c (frame_make_pointer_invisible)
3751 (frame_make_pointer_visible): Just return if there isn't any selected
3752 frame.
3753
3754 * search.c (simple_search): Remove warning by making *p const.
3755
3756 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3757
3758 * xdisp.c (power_letter): Remove duplicate const.
3759
3760 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
3761
3762 * term.c (delete_tty): Remove check for last terminal (bug#4970).
3763
3764 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
3765 defaults (bug #5025).
3766
3767 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3768
3769 * insdel.c (adjust_markers_for_delete): Move it in the
3770 right direction! (bug#4803)
3771
3772 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3773
3774 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
3775
3776 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
3777
3778 2009-11-24 Glenn Morris <rgm@gnu.org>
3779
3780 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
3781
3782 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
3783
3784 * Makefile.in: Must create deps for ecrt0.o in its rule.
3785
3786 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
3787 because that is what Gtk+ font dialog understands.
3788
3789 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
3790 of Fcopy_sequence.
3791 (font_open_by_name): Put name given into QCname for font-object returned.
3792
3793 * frame.c (x_set_font): Save original font name as frame parameter
3794 font-parameter.
3795
3796 * xsettings.c (set_default_xft_settings): New function.
3797 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
3798 is found.
3799
3800 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
3801
3802 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
3803 searching backwards through multibyte buffer.
3804
3805 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3806
3807 * xterm.c: #include xgselect.h.
3808 (x_initialize): Call xgselect_initialize.
3809
3810 * xsettings.c (something_changedCB): C++ comments => C comments.
3811 (init_gconf): Do not deal with any GLib file descriptors, xg_select
3812 does that now.
3813
3814 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
3815 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
3816 (scroll_bar_button_cb): Remove.
3817 (create_menus): C++ comments => C comments. Don't bind grab-notify
3818 event.
3819 (xg_create_scroll_bar): Don't bind button-press-event and
3820 button-release-event.
3821
3822 * process.c: Include xgselect.h if defined (USE_GTK) ||
3823 defined (HAVE_GCONF).
3824 (wait_reading_process_output): Call xg_select for the same condition.
3825
3826 * xgselect.c (xg_select): New function to better integrate with
3827 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
3828
3829 * xgselect.h: New file, declare xg_select, xgselect_initialize.
3830
3831 * Makefile.in (XOBJ): Add xgselect.o.
3832
3833 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
3834
3835 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
3836 Remove ignored second argument. All callers changed.
3837 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
3838 (RE_STRING_CHAR_AND_LENGTH): Likewise.
3839 * xdisp.c (string_char_and_length): Likewise.
3840
3841 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3842
3843 * xterm.c (x_new_font):
3844 * print.c (print_object):
3845 * cmds.c (Fself_insert_command): Move declarations before statements.
3846
3847 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3848
3849 * s/cygwin.h: Remove unneeded linker flags.
3850
3851 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
3852
3853 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
3854
3855 * xsettings.h: Declare xsettings_get_system_font.
3856
3857 * xsettings.c (xsettings_get_system_font): New function.
3858 (init_gconf): No use initiating gconf unless we have Xft also.
3859 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
3860 HAVE_GCONF.
3861
3862 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
3863 add a blank entry so it doesn't collapse into nothing.
3864
3865 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3866
3867 * lread.c (Funintern): Comment out last change.
3868
3869 2009-11-19 Richard Stallman <rms@gnu.org>
3870
3871 * lread.c (Funintern): Error if symbol is t or nil.
3872
3873 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3874
3875 * insdel.c (make_gap_larger): Don't make as many assumptions about the
3876 representation of Lisp integers.
3877 Reported by MJ Chan <mjchan.inbox@gmail.com>.
3878
3879 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3880
3881 * lisp.h: Remove declaration of Ffont_get_system_font.
3882 * xfns.c: Move include of "xsettings.h".
3883 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
3884
3885 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3886
3887 * xsettings.c (something_changedCB, Ffont_get_system_font):
3888 Check use_system_font.
3889 (syms_of_xsettings): DEFVAR font-use-system-font.
3890
3891 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3892
3893 * xfns.c (x_default_font_parameter): Remove dead assignment.
3894
3895 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
3896
3897 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3898
3899 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
3900 not have FC_LCD_*. #define them if not there.
3901
3902 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
3903
3904 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
3905
3906 * xterm.c (handle_one_xevent): Call xft_settings_event for
3907 ClientMessage, PropertyNotify and DestroyNotify.
3908 (x_term_init): If we have XFT, get DPI from Xft.dpi.
3909 Call xsettings_initialize.
3910
3911 * xftfont.c (xftfont_fix_match): New function.
3912 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
3913 Call xftfont_fix_match after XftFontMatch.
3914
3915 * xfont.c (xfont_driver): Initialize all members.
3916
3917 * xfns.c (x_default_font_parameter):
3918 Try font from Ffont_get_system_font.
3919 Do not get font from x_default_parameter if we got one from
3920 Ffont_get_system_font.
3921 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
3922
3923 * w32font.c (w32font_driver): Initialize all members.
3924
3925 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
3926
3927 * lisp.h: Declare syms_of_xsettings.
3928
3929 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
3930 Handle CONFIG_CHANGED_EVENT.
3931
3932 * ftfont.c (ftfont_filter_properties): New function.
3933
3934 * frame.c (x_set_font): Remove unused variable lval.
3935
3936 * font.h (struct font_driver): Add filter_properties.
3937
3938 * font.c (font_put_extra): Don't return if val is nil, it means
3939 boolean option is off.
3940 (font_parse_fcname): Collect all extra properties in extra_props
3941 and call filter_properties for all drivers with extra_props and
3942 font as parameter.
3943 (font_open_entity): Do not use cache, it does not pick up new
3944 fontconfig settings like hinting.
3945 (font_load_for_lface): If spec had a name in it, store it in entity.
3946
3947 * emacs.c (main): Call syms_of_xsettings.
3948
3949 * config.in: HAVE_GCONF is new.
3950
3951 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
3952 xsettings.o is new.
3953
3954 2009-11-17 Kenichi Handa <handa@m17n.org>
3955
3956 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
3957 back to the default font in case that no suitable font is found.
3958
3959 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3960
3961 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
3962 Suggested by Chad Brown <yandros@mit.edu>.
3963 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
3964
3965 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
3966
3967 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
3968
3969 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
3970
3971 * Makefile.in: Ignore errors from mkdir when creating deps directory.
3972
3973 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3974
3975 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
3976 has a parent.
3977
3978 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
3979 dependency files in deps/. Include those files into Makefile.
3980
3981 * config.in: Generated (AUTO_DEPEND).
3982
3983 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3984
3985 * dbusbind.c (Vdbus_registered_objects_table): Rename from
3986 Vdbus_registered_functions_table, because it contains also
3987 properties. Fix docstring.
3988 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
3989
3990 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3991
3992 * alloc.c (mark_object): Don't reprocess marked strings.
3993 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
3994 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
3995
3996 2009-11-13 Kenichi Handa <handa@m17n.org>
3997
3998 * category.c (word_boundary_p): Adjust for the change of the
3999 semantics of Vword_combining_categories.
4000 (Vword_combining_categories): Describe the slight change of the
4001 semantics.
4002
4003 2009-11-13 Eli Zaretskii <eliz@gnu.org>
4004
4005 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
4006
4007 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
4008
4009 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * xdisp.c (syms_of_xdisp): Fix typo in last change.
4012
4013 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
4014
4015 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
4016
4017 2009-11-11 David Reitter <david.reitter@gmail.com>
4018
4019 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
4020 variables to fix 2009-11-09 change.
4021
4022 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4023
4024 * process.c (ifflag_def): Make flag_sym constant.
4025 (Fnetwork_interface_info): Use a constant pointer.
4026 (ifflag_table):
4027 * xfns.c (cursor_bits):
4028 * xdisp.c (power_letter):
4029 * termcap.c (speeds, esctab):
4030 * sysdep.c (baud_convert):
4031 * keyboard.c (lispy_accent_codes, modifier_names):
4032 * image.c (xbm_format, xpm_format, pbm_format, png_format)
4033 (jpeg_format, tiff_format, gif_format, svg_format)
4034 (interlace_start, interlace_increment, gs_format):
4035 * gtkutil.c (separator_names):
4036 * fringe.c (swap_nibble):
4037 * fns.c (base64_value_to_char, base64_char_to_value):
4038 * fileio.c (make_temp_name_tbl):
4039 * coding.c (suffixes): Make constant.
4040
4041 * frame.c (make_initial_frame):
4042 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
4043 build_string.
4044 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
4045
4046 * s/freebsd.h:
4047 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
4048
4049 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
4050 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
4051
4052 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
4053 * xterm.c (syms_of_xterm):
4054 * xfaces.c (syms_of_xfaces):
4055 * xdisp.c (syms_of_xdisp):
4056 * lread.c (syms_of_lread):
4057 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
4058 build_string.
4059
4060 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
4061
4062 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4063
4064 * fns.c (Fplist_get): Merge the active and the commented out code.
4065
4066 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
4067
4068 * keyboard.h: Declare timer_check.
4069
4070 * keyboard.c (timer_check_2): New function that does what the old
4071 timer_check did.
4072 (timer_check): Call timer_check_2 until -1 or a non-zero time is
4073 returned, i.e. don't return -1 with timers pending.
4074
4075 * process.c: Remove extern declaration of timer_check.
4076
4077 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
4078 even if timer_check returned -1.
4079
4080 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
4081 xg_dialog_data.
4082 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
4083 the event loop.
4084 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
4085 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
4086 Destroy the dialog after xg_dialog_run.
4087
4088 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4089
4090 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
4091
4092 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
4093
4094 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
4095
4096 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
4097
4098 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
4099
4100 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4101
4102 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
4103 w32menu.c, and nsmenu.m.
4104 Simplify the obsolete case where position is nil.
4105 (cleanup_popup_menu): New function, moved from nsmenu.m.
4106 (struct skp): Remove slot `notreal'.
4107 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
4108 adjust callers.
4109 (single_menu_item): Adjust call to parse_menu_item.
4110 (syms_of_menu): Defsubr x-popup-menu.
4111 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
4112 (keymap_panes): Don't export any more.
4113 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
4114 (xmenu_show): Declare.
4115 * keyboard.c (parse_menu_item): Remove arg `notreal'.
4116 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
4117 * keyboard.h (parse_menu_item): Update declaration.
4118 * xmenu.c (Fx_popup_menu): Remove.
4119 (syms_of_xmenu): Don't defsubr x-popup-menu.
4120 * w32menu.c (Fx_popup_menu): Remove.
4121 (syms_of_w32menu): Don't defsubr x-popup-menu.
4122 * nsmenu.m (cleanup_popup_menu): Remove.
4123 (ns_menu_show): Rename from ns_popup_menu and remove all the code
4124 moved to menu.c's Fx_popup_menu.
4125 (Fx_popup_menu): Remove.
4126 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
4127 menu_items (it's done in menu.c already).
4128
4129 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4130
4131 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
4132 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
4133
4134 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4135
4136 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
4137 xmenu_show. Hide any tooltip before opening a menu.
4138 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
4139 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
4140
4141 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4142
4143 Let integers use up 2 tags to give them one extra bit and thus double
4144 their range.
4145 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
4146 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
4147 New macros.
4148 (enum Lisp_Type): Use them. Give explicit values.
4149 (Lisp_Type_Limit): Remove.
4150 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
4151 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
4152 Pay attention to USE_2_TAGS_FOR_INTS.
4153 (INTEGERP): Use LISP_INT_TAG_P.
4154 * fns.c (internal_equal): Simplify the default case.
4155 (sxhash): Use case_Lisp_Int.
4156 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
4157 any more.
4158 (Ftype_of): Use case_Lisp_Int.
4159 (store_symval_forwarding): Take into account the fact that Ints can
4160 now have more than one tag.
4161 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
4162 buffer_slot_type_mismatch):
4163 * xfaces.c (face_attr_equal_p):
4164 * print.c (print_object):
4165 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
4166 Use case_Lisp_Int.
4167
4168 2009-11-06 Eli Zaretskii <eliz@gnu.org>
4169
4170 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
4171
4172 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
4173 warning.
4174
4175 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
4176
4177 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
4178
4179 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
4180
4181 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
4182 ButtonPressRelease and MotionNotify (bug#4870).
4183
4184 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
4185
4186 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
4187
4188 * xterm.c (syms_of_xterm):
4189 * xselect.c (syms_of_xselect):
4190 * xmenu.c (syms_of_xmenu):
4191 * xfns.c (syms_of_xfns):
4192 * xfaces.c (syms_of_xfaces):
4193 * xdisp.c (syms_of_xdisp):
4194 * window.c (syms_of_window):
4195 * w32fns.c (syms_of_w32fns):
4196 * undo.c (syms_of_undo):
4197 * textprop.c (syms_of_textprop):
4198 * terminal.c (syms_of_terminal):
4199 * syntax.c (syms_of_syntax):
4200 * sound.c (syms_of_sound):
4201 * search.c (syms_of_search):
4202 * print.c (syms_of_print):
4203 * minibuf.c (syms_of_minibuf):
4204 * macros.c (syms_of_macros):
4205 * keymap.c (syms_of_keymap, initial_define_key)
4206 (initial_define_lispy_key):
4207 * keyboard.c (syms_of_keyboard):
4208 * insdel.c (syms_of_insdel):
4209 * image.c (syms_of_image):
4210 * fringe.c (syms_of_fringe):
4211 * frame.c (syms_of_frame):
4212 * fontset.c (syms_of_fontset):
4213 * fns.c (syms_of_fns):
4214 * fns.c (syms_of_fns):
4215 * fileio.c (syms_of_fileio):
4216 * fileio.c (syms_of_fileio):
4217 * eval.c (syms_of_eval):
4218 * doc.c (syms_of_doc):
4219 * dispnew.c (syms_of_display):
4220 * dired.c (syms_of_dired):
4221 * dbusbind.c (syms_of_dbusbind):
4222 * data.c (syms_of_data):
4223 * composite.c (syms_of_composite):
4224 * coding.c (syms_of_coding):
4225 * cmds.c (syms_of_cmds):
4226 * charset.c (define_charset_internal, syms_of_character):
4227 * ccl.c (syms_of_ccl):
4228 * category.c (syms_of_category, init_category_once):
4229 * casetab.c (syms_of_casetab):
4230 * casefiddle.c (syms_of_casefiddle):
4231 * callint.c (syms_of_callint):
4232 * bytecode.c (syms_of_bytecode):
4233 * buffer.c (keys_of_buffer, syms_of_buffer):
4234 * alloc.c (syms_of_alloc):
4235 * process.c (syms_of_process, init_process):
4236 * lread.c (syms_of_lread, init_obarray):
4237 * font.c (build_style_table):
4238 * emacs.c (syms_of_emacs, main): Replace calls to intern with
4239 intern_c_string, calls to make_pure_string with
4240 make_pure_c_string. Use pure_cons instead of Fcons.
4241
4242 * process.c (socket_options): Make it const.
4243 (set_socket_option, init_process): Use a const pointer.
4244
4245 * lread.c (intern_c_string): New function.
4246 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
4247 (defvar_int): Uset it. Make the name const char*.
4248
4249 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
4250 (defvar_int): Update prototypes.
4251 (DEFUN, EXFUN): Support for prototypes is now required.
4252 (intern_c_string): New prototype.
4253 (struct Lisp_Subr): Make symbol_name constant.
4254
4255 * font.c (struct table_entry): Remove unused member. Make NAMES
4256 constant.
4257 (weight_table, slant_table, width_table): Make constant.
4258
4259 * emacs.c (struct standard_args): Make name and longname constant.
4260
4261 * character.h (DEFSYM): Use intern_c_string.
4262
4263 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * alloc.c (make_pure_c_string): New function.
4266
4267 * eval.c (Fautoload): Purecopy all arguments.
4268
4269 2009-11-05 Kenichi Handa <handa@m17n.org>
4270
4271 * fileio.c (Finsert_file_contents): Be sure set coding-system of
4272 the buffer in case of replace.
4273
4274 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4275
4276 * puresize.h (BASE_PURESIZE): Increase to 1620000.
4277
4278 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
4281 when applicable (bug#4851).
4282
4283 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
4284 (P_): Support for prototypes is now required.
4285
4286 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4287
4288 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
4289 (Bug#4827).
4290
4291 2009-10-30 Eli Zaretskii <eliz@gnu.org>
4292
4293 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
4294
4295 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4296
4297 * puresize.h (BASE_PURESIZE): Increase to 1470000.
4298
4299 * lread.c (Fload): Purecopy the file name when building
4300 Vpreloaded_file_list.
4301
4302 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
4303
4304 * w32fns.c (syms_of_w32fns): Change default value of
4305 w32-scroll-lock-modifier to nil. (Bug#2827)
4306
4307 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4308
4309 * minibuf.c (Fall_completions): Fix typos in docstring.
4310
4311 2009-10-26 Andreas Schwab <schwab@redhat.com>
4312
4313 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
4314
4315 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4316
4317 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
4318 For delta < 0, skip check that only makes sense when the mini-window
4319 is going to be enlarged. (Bug#4534)
4320
4321 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
4322
4323 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
4324 string in menu maps (Bug#4471).
4325
4326 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4327
4328 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
4329 FRAME_NS_VIEW on terminal frames (Bug#4765).
4330
4331 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
4332
4333 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
4334 DBUS_TYPE_UINTnn separately to get proper sign extension.
4335
4336 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
4337 can properly handle unsigned types.
4338 (make_uid, make_gid): Remove.
4339
4340 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
4341 types again.
4342
4343 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
4344 (system_process_attributes): Likewise.
4345
4346 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4347
4348 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
4349
4350 * eval.c (Fautoload): Purecopy the filename. Simplify.
4351
4352 * category.c (Fdefine_category): Purecopy docstring.
4353
4354 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
4355
4356 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
4357
4358 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
4359
4360 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
4361
4362 * window.c (Fwindow_edges, Fwindow_pixel_edges)
4363 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
4364 (Bug#4775).
4365
4366 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
4369 (init_fileio_once):
4370 * lisp.h (init_fileio_once): Remove.
4371 * emacs.c (main): Don't call init_fileio_once.
4372
4373 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4374
4375 * puresize.h (BASE_PURESIZE): Increase to 1430000.
4376
4377 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
4378
4379 * doprnt.c (doprnt): Fix overflow check.
4380
4381 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
4382
4383 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
4384
4385 * xterm.h (x_wait_for_event): Declare it.
4386
4387 * xterm.c (pending_event_wait): New variable.
4388 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
4389 see pending_event_wait.eventtype.
4390 (handle_one_xevent): Don't change gravity when parent changes.
4391 (x_new_font): Call change_frame_size with new rows/columns before we
4392 try to resize the frame.
4393 (x_wait_for_event): New function.
4394 (x_set_window_size_1): Don't change gravity unless change_gravity
4395 is set.
4396 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
4397 don't change frame size, instead wait for the ConfigureNotify.
4398 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
4399 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
4400 (x_initialize): Initialize pending_event_wait.
4401
4402 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
4403 size.
4404
4405 * widget.c (EmacsFrameSetValues): Add comment.
4406 (EmacsFrameSetCharSize): Just call x_set_window_size.
4407
4408 * gtkutil.c (xg_frame_set_char_size): Flush events and call
4409 x_wait_for_event.
4410 (flush_and_sync): Remove again.
4411 (xg_get_font_name): Suggest monospace if no previous font is known.
4412
4413 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4414
4415 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
4416 8th bit, since that only made sense in the ASCII world (bug#4751).
4417
4418 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4419
4420 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
4421 processing pending events when event is filtered for input method.
4422 (Bug#3681)
4423
4424 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
4425
4426 * fns.c: Add #endif accidentally removed in previous change.
4427
4428 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4429
4430 * fns.c: Remove code for unsupported system: MAC_OS.
4431 * image.c: Likewise. Include setjmp.h.
4432
4433 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
4434
4435 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
4436 pixel -1 (bug #4742).
4437
4438 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4439
4440 * process.c (create_pty): Remove conditionals for no longer
4441 supported systems: UNIPLUS and RTU.
4442
4443 * xterm.c:
4444 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
4445
4446 * alloc.c: Do not define struct catchtag.
4447 * eval.c: Move struct catchtag definition ...
4448 * lisp.h: ... here.
4449
4450 * image.c: Move png.h #include earlier to avoid warnings.
4451
4452 * xterm.c:
4453 * xsmfns.c:
4454 * xselect.c:
4455 * xrdb.c:
4456 * xmenu.c:
4457 * xftfont.c:
4458 * xfont.c:
4459 * xfns.c:
4460 * xfaces.c:
4461 * xdisp.c:
4462 * window.c:
4463 * widget.c:
4464 * w32xfns.c:
4465 * w32uniscribe.c:
4466 * w32term.c:
4467 * w32select.c:
4468 * w32reg.c:
4469 * w32proc.c:
4470 * w32menu.c:
4471 * w32inevt.c:
4472 * w32heap.c:
4473 * w32font.c:
4474 * w32fns.c:
4475 * w32console.c:
4476 * w32.c:
4477 * w16select.c:
4478 * vm-limit.c:
4479 * unexsol.c:
4480 * unexec.c:
4481 * unexcw.c:
4482 * unexaix.c:
4483 * undo.c:
4484 * tparam.c:
4485 * textprop.c:
4486 * terminfo.c:
4487 * terminal.c:
4488 * termcap.c:
4489 * term.c:
4490 * syntax.c:
4491 * sound.c:
4492 * sheap.c:
4493 * search.c:
4494 * scroll.c:
4495 * region-cache.c:
4496 * regex.c:
4497 * ralloc.c:
4498 * process.c:
4499 * print.c:
4500 * nsterm.m:
4501 * nsselect.m:
4502 * nsmenu.m:
4503 * nsimage.m:
4504 * nsfont.m:
4505 * nsfns.m:
4506 * msdos.c:
4507 * minibuf.c:
4508 * menu.c:
4509 * marker.c:
4510 * macros.c:
4511 * keymap.c:
4512 * keyboard.c:
4513 * intervals.c:
4514 * insdel.c:
4515 * indent.c:
4516 * gtkutil.c:
4517 * ftxfont.c:
4518 * ftfont.c:
4519 * fringe.c:
4520 * frame.c:
4521 * fontset.c:
4522 * font.c:
4523 * fns.c:
4524 * floatfns.c:
4525 * filelock.c:
4526 * fileio.c:
4527 * emacs.c:
4528 * editfns.c:
4529 * dosfns.c:
4530 * doprnt.c:
4531 * doc.c:
4532 * dispnew.c:
4533 * dired.c:
4534 * dbusbind.c:
4535 * data.c:
4536 * composite.c:
4537 * coding.c:
4538 * cmds.c:
4539 * cm.c:
4540 * chartab.c:
4541 * charset.c:
4542 * character.c:
4543 * ccl.c:
4544 * category.c:
4545 * casetab.c:
4546 * casefiddle.c:
4547 * callproc.c:
4548 * callint.c:
4549 * bytecode.c:
4550 * buffer.c:
4551 * atimer.c: Include setjmp.h. (Bug#4643)
4552
4553 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4554
4555 Remove leftover table unibyte_to_multibyte_table.
4556 * character.c (unibyte_to_multibyte_table): Remove.
4557 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
4558 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
4559 * character.h (UNIBYTE_TO_CHAR): New macro.
4560 (MAKE_CHAR_MULTIBYTE): Use it.
4561 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
4562 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
4563 (message_dolog, set_message_1):
4564 * search.c (Freplace_match):
4565 * editfns.c (Fcompare_buffer_substrings):
4566 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
4567 (concat):
4568 * insdel.c (copy_text, count_size_as_multibyte):
4569 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
4570 * term.c (produce_glyphs):
4571 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
4572 * regex.c (RE_CHAR_TO_MULTIBYTE):
4573 * cmds.c (internal_self_insert):
4574 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
4575
4576 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
4577
4578 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4579
4580 * puresize.h (BASE_PURESIZE): Increase to 1310000.
4581
4582 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
4583
4584 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
4585
4586 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4587
4588 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
4589 still needed under Tiger.
4590
4591 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
4592
4593 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
4594 __Apple__.
4595
4596 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
4597
4598 2009-10-15 Kenichi Handa <handa@m17n.org>
4599
4600 * print.c (print_object): Escape a symbol like "2E10" too.
4601
4602 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
4603
4604 Cleanups and changes for 64-bit compile under Snow Leopard.
4605 Based on suggestions by Erik Charlebois.
4606
4607 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
4608
4609 * nsfont.m (ns_char_width): Replace deprecated call.
4610 (ns_findfonts, nsfont_list_family): Use long format in printf, and
4611 cast argument.
4612 (nsfont_open): Use ns_char_width() everywhere.
4613 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
4614
4615 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
4616
4617 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
4618 where appropriate.
4619
4620 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
4621 where appropriate.
4622 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
4623 Use stringWithUTF8String.
4624 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
4625
4626 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
4627 Add formal protocol mention to inheritance.
4628 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
4629
4630 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
4631 Fix printf format.
4632 (ns_query_color): Use CGFloat where appropriate.
4633 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
4634 (EmacsScroller-mouseDown:): Use long format in printf, and cast
4635 argument.
4636
4637 * config.in (NS_HAVE_NSINTEGER): Drop.
4638
4639 * dbusbind.c (dbus-method-return-internal)
4640 (dbus-method-error-internal): Use long format in printf, and cast
4641 argument.
4642
4643 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
4644 in printf, and cast argument.
4645
4646 * process.c (list_processes_1): Use long format in printf, and
4647 cast argument.
4648
4649 2009-10-11 Glenn Morris <rgm@gnu.org>
4650
4651 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
4652
4653 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
4654
4655 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
4656 menu bar with a small width so it doesn't enlarge the frame.
4657
4658 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
4659
4660 * fontset.c (Fset_fontset_font): Fix typos in error messages.
4661
4662 2009-10-06 Glenn Morris <rgm@gnu.org>
4663
4664 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
4665 SOME_MACHINE_LISP (this enters indirectly via DOC).
4666
4667 2009-10-05 Eli Zaretskii <eliz@gnu.org>
4668
4669 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
4670
4671 2009-10-04 Eli Zaretskii <eliz@gnu.org>
4672
4673 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
4674 Doc fix.
4675
4676 2009-10-03 Martin Rudalics <rudalics@gmx.at>
4677
4678 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
4679
4680 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
4681
4682 * lisp.h (Qdelete_directory_internal): Remove, because it is not
4683 used anymore outside fileio.c.
4684
4685 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
4686
4687 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
4688
4689 * lisp.h (Qdelete_directory_internal):
4690 Declare, instead of Qdelete_directory.
4691
4692 * w32fns.c (Fsystem_move_file_to_trash): Use it.
4693
4694 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4695
4696 * eval.c (Fcalled_interactively_p): Add `kind' argument.
4697
4698 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
4699
4700 * fileio.c (Fdelete_directory_internal): Rename from
4701 Fdelete_directory. It is not a command anymore. It has no file
4702 name handler.
4703
4704 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4705
4706 * xdisp.c (get_next_display_element): Use an enum in last change.
4707
4708 2009-09-28 Kenichi Handa <handa@m17n.org>
4709
4710 * xdisp.c (get_next_display_element): Pay attention to
4711 unibyte_display_via_language_environment in handling
4712 Vnobreak_char_display.
4713
4714 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4715
4716 * nsterm.h (ns_app_name): New extern variable.
4717
4718 * nsterm.m (ns_app_name): New variable.
4719 (ns_term_init): Set and use it.
4720 (ns_term_shutdown): Use it.
4721
4722 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
4723 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
4724
4725 * nsfns.m (ns_set_name_iconic, ns_set_name)
4726 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
4727 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
4728
4729 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
4730 Remove double-casting in client_data comparison.
4731
4732 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4733
4734 * keyboard.c (make_lispy_event): Remember last wheel direction.
4735 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
4736
4737 2009-09-26 Glenn Morris <rgm@gnu.org>
4738
4739 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
4740 internal.elc. Add term/pc-win.elc.
4741 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
4742 term/x-win.elc.
4743 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
4744 term/w32-win.elc.
4745 (NS_SUPPORT): New.
4746 (lisp): Add NS_SUPPORT.
4747 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
4748
4749 2009-09-25 David Reitter <david.reitter@gmail.com>
4750
4751 * nsmenu.m (EmacsMenu-clear): Recognize application menu
4752 on Mac OS X 10.6+ (bug#4513).
4753
4754 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4755
4756 * frame.c (xrdb_get_resource): Return nil for empty string resources;
4757 some parts of Emacs code (like font selection) don't grok them.
4758 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
4759
4760 2009-09-24 Andreas Schwab <schwab@redhat.com>
4761
4762 * coding.c (decode_coding_iso_2022): Fix operator precedence.
4763
4764 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4765
4766 * dired.c (Fdirectory_files): Fix typo in docstring.
4767
4768 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4769
4770 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
4771 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
4772 (EmacsScroller-setPosition:portion:whole:): Remove -display call
4773 under GNUstep.
4774 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
4775
4776 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
4777 glyph advancement.
4778
4779 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4780
4781 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
4782 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
4783
4784 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
4785 deleted (bug #4492).
4786
4787 * nsfont.m (Vns_reg_to_script): New lisp variable.
4788 (syms_of_nsfont): Declare it.
4789 (ns_registry_to_script): New function.
4790 (ns_get_req_script): Call it.
4791 (ns_findfonts): Don't give up on non-unicode registry.
4792
4793 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
4794
4795 2009-09-20 Tom Tromey <tromey@redhat.com>
4796
4797 * eval.c (find_handler_clause): Make stack-trace-on-error work in
4798 batch mode (bug#4228).
4799
4800 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
4801
4802 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
4803 carefully. (Bug #4339)
4804
4805 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
4806
4807 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
4808
4809 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4810
4811 * emacs.c (inhibit_x_resources): Update doc string for NS.
4812 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
4813 legacy code for -NXHost. Fix error printf in daemon case.
4814
4815 * nsterm.h (ns_no_defaults): Remove.
4816
4817 * nsterm.m (ns_no_defaults): Remove.
4818 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
4819 (ns_use_qd_smoothing): Remove legacy variable.
4820 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
4821 don't update the NSWindow itself.
4822 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
4823 state detection and store user rect ourselves. (Bug #3581)
4824
4825 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
4826 ns_use_qd_smoothing.
4827
4828 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
4829 platform versions. Drop support for emacs-20-style face specs.
4830 (x-close-connection): Drop PSFlush() under OS X.
4831 (x-focus-frame): Activate the app first. (Bug #4180)
4832
4833 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
4834
4835 * emacs.c (inhibit_x_resources): New variable.
4836 (main) [HAVE_NS]: Don't process --quick command line option.
4837 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
4838
4839 * lisp.h (inhibit_x_resources): Declare it extern.
4840
4841 * w32reg.c (x_get_string_resource):
4842 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
4843
4844 2009-09-17 Eli Zaretskii <eliz@gnu.org>
4845
4846 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
4847 Add lisp/term/internal.elc.
4848
4849 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4850
4851 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
4852 (bug#4461).
4853
4854 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4855
4856 * puresize.h (BASE_PURESIZE): Increase to 1290000.
4857
4858 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
4859 (OBJECTS_MACHINE): Remove, unused.
4860
4861 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4862
4863 * frame.c (x_get_resource_string): Remove unused.
4864
4865 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
4866
4867 * xterm.c (x_new_font): Call change_frame_size before calling
4868 x_set_window_size, in case frame size won't change.
4869
4870 * frame.c (x_set_font): Remove dead code.
4871
4872 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
4875
4876 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4877
4878 * lread.c (Fload): Don't output a message after loading an obsolete
4879 package any more (done in Lisp now).
4880
4881 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
4882
4883 * fns.c (syms_of_fns): Doc fix (Bug#4227).
4884
4885 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4886
4887 * keymap.c (Fwhere_is_internal): Use nconc2.
4888
4889 2009-09-11 Alan Mackenzie <acm@muc.de>
4890
4891 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
4892 batch mode.
4893
4894 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
4895
4896 * xdisp.c (display_mode_element): Detect cycles.
4897
4898 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4899
4900 * keymap.c (where_is_internal): Don't erroneously return nil right after
4901 filling the cache.
4902 (where_is_internal_1): Fix up typo.
4903
4904 2009-09-11 Glenn Morris <rgm@gnu.org>
4905
4906 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
4907 share a common doc-string.
4908
4909 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4910
4911 * keymap.c (get_keymap): Return the actual keymap symbol rather than
4912 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
4913
4914 * keymap.c (QCadvertised_binding): New constant.
4915 (syms_of_keymap): Initialize it.
4916 (Fwhere_is_internal): Try and use bindings from :advertised-binding
4917 if applicable.
4918
4919 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4920
4921 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
4922 (parse_menu_item): Streamline since bindings are recomputed all the
4923 time anyway. Don't bother checking Vdefine_key_rebound_commands any
4924 more and don't support lmenu's menu-alias any more either.
4925
4926 * keymap.c (where_is_internal_data): Make noindirect a boolean.
4927 (where_is_internal): Strip it down to only traverse the keymaps.
4928 Move the cache handling from Fwhere_is_internal to here.
4929 (Fwhere_is_internal): Move the handling of remapping and the choice of
4930 the best binding from where_is_internal to here.
4931 Unify the cached/noncached paths, so remapping is also handled
4932 correctly when the cache is used, and so the cache can be used to
4933 speed up remap-handling when applicable.
4934 Give preference to non-remapped bindings.
4935 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
4936 non-remapped bindings.
4937 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
4938 command remapping.
4939
4940 * xdisp.c (display_mode_element): Move list length limit from 50 to
4941 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
4942
4943 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
4944
4945 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
4946
4947 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4948
4949 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
4950 (Bug#4334)
4951
4952 * keymap.c (where_is_internal): Filter out shadowed remappings.
4953 Assume that where_is_internal returns unshadowed bindings to simplify
4954 the code and get rid of the gotos. Use ASIZE.
4955
4956 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
4957
4958 * xterm.c (x_focus_changed): If we get a focusout and pointer
4959 is invisible, make it visible.
4960
4961 * xterm.h: Remove condition for declaration of
4962 x_*_window_to_frame.
4963
4964 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4965
4966 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
4967 initial terminal as well.
4968
4969 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
4970
4971 * xterm.h: Rename x_non_menubar_window_to_frame to
4972 x_menubar_window_to_frame.
4973
4974 * xterm.c: Remove declarations also in xterm.h.
4975 (XTmouse_position): Do not return valid positions
4976 for clicks in the menubar and the toolbar for Gtk+.
4977
4978 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
4979 if the widget for the event has the same top level as a frame,
4980 return the frame.
4981 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
4982 internal windows, bug #4122.
4983 (x_non_menubar_window_to_frame): Remove.
4984
4985 2009-09-02 Glenn Morris <rgm@gnu.org>
4986
4987 * buffer.c (default-major-mode): Move most of the doc from here...
4988 (major-mode): ... to here.
4989
4990 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
4991
4992 * process.c (wait_reading_process_output): Keep the descriptor
4993 when pty is used by a non-child process, e.g., in I/O buffer of
4994 GDB this allows inferior to be restarted.
4995
4996 2009-08-29 Eli Zaretskii <eliz@gnu.org>
4997
4998 * xdisp.c (redisplay_internal): Remove redundant test and collapse
4999 both branches into one.
5000
5001 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
5004 (main): Use enable-multibyte-characters rather than
5005 default-enable-multibyte-characters. Output a warning message when
5006 running a unibyte session.
5007
5008 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5009
5010 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
5011 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
5012 (copy_data_segment): Also copy __program_vars section.
5013 (copy_dyld_info) [LC_DYLD_INFO]: New function.
5014 (dump_it) [LC_DYLD_INFO]: Use it.
5015
5016 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
5017
5018 2009-08-28 Eli Zaretskii <eliz@gnu.org>
5019
5020 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
5021 $(SRC)/buildobj.h.
5022 (buildobj.h): Renamed from $(SRC)/buildobj.h.
5023 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
5024 $(SRC)/buildobj.h.
5025 (clean): Add buildobj.h.
5026
5027 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
5028
5029 * print.c (print_object): Set escapeflag to 1 when printing
5030 hashtable keys and values.
5031
5032 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5033
5034 * lread.c (read_integer): Use doubles (and potentially return a float
5035 number) as we do in string-to-number.
5036 (read1): Use strtol to read integers, signal errors on strtol's
5037 overflow and use floats if strtol's output is too large for
5038 Elisp integers.
5039
5040 2009-08-27 Eli Zaretskii <eliz@gnu.org>
5041
5042 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
5043 (make-buildobj-SH): Fix last change.
5044 (SRC): Move to before where it's first used.
5045
5046 2009-08-27 Kenichi Handa <handa@m17n.org>
5047
5048 * process.c (send_process): Use encode_coding_object instead of
5049 encode_coding_string to perform eol-conversion even if the string
5050 is unibyte.
5051
5052 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
5053 character.
5054
5055 * cmds.c (Fself_insert_command): Avoid unnecessay
5056 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
5057
5058 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5059
5060 * callproc.c (Fcall_process): Remove always true #if.
5061
5062 * lisp.h: Replace #if 0 code for checking with text pointing to
5063 the --enable-checking configure flag.
5064
5065 * emacs.c (main): Mention the --enable-profiling configure flag
5066 instead of using CFLAGS.
5067
5068 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
5069
5070 * Makefile.in (buildobj.h): New target.
5071 (doc.o): Depend on it.
5072 (temacs${EXEEXT}): Don't generate buildobj.lst.
5073 (mostlyclean): Delete buildobj.h, not buildobj.lst.
5074 * makefile.w32-in ($(SRC)/buildobj.h): New target.
5075 ($(BLD)/doc.$(O)): Depend on it.
5076 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
5077 provided by Eli Zaretskii.)
5078 ($(TEMACS)): Don't generate buildobj.lst.
5079 * doc.c: Include buildobj.h.
5080 (buildobj): New static variable.
5081 (Fsnarf_documentation): Use it, instead of opening and reading
5082 buildobj.lst.
5083
5084 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5085
5086 * dbusbind.c (Fdbus_call_method)
5087 (Fdbus_call_method_asynchronously): Use English numeric format for
5088 timeout values in doc string.
5089
5090 2009-08-25 Kenichi Handa <handa@m17n.org>
5091
5092 * alloc.c (mark_char_table): New function.
5093 (mark_object): Use mark_char_table for a char-table.
5094
5095 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
5096 (CHAR_TABLE_REF): Use it.
5097
5098 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
5099
5100 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
5101 before invoking the newly build emacs to check for load-path
5102 shadowing.
5103
5104 2009-08-22 Glenn Morris <rgm@gnu.org>
5105
5106 * Makefile.in (bootstrap_exe): New variable.
5107 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
5108 Use ${bootstrap_exe}.
5109
5110 2009-08-22 Eli Zaretskii <eliz@gnu.org>
5111
5112 * coding.h (encode_coding_string): Don't encode unibyte strings.
5113 (Bug#4047)
5114
5115 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
5116
5117 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
5118
5119 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
5120 intended as hotfix only.
5121 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
5122
5123 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5124
5125 * nsterm.m (ns_get_color): Update documentation properly for last
5126 change, and clean up loose ends in the code left by it. Fix
5127 longstanding bug with 16-bit hex parsing, and add support for
5128 yet another X11 format (rgb:r/g/b) for compatibility.
5129 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
5130 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
5131
5132 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5133
5134 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
5135
5136 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
5137
5138 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
5139 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
5140 (xd_initialize, xd_pending_messages): Check, whether
5141 $DBUS_SESSION_BUS_ADDRESS is set.
5142
5143 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5144
5145 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
5146
5147 * nsterm.m (ns_get_color): Remove incompatible color formats again.
5148
5149 2009-08-20 Glenn Morris <rgm@gnu.org>
5150
5151 * emacs.c (system-type): Doc fix.
5152
5153 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
5156 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
5157
5158 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
5159
5160 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
5161 New functions.
5162 (xd_initialize): Revert change from 2009-08-16.
5163
5164 2009-08-18 Kenichi Handa <handa@m17n.org>
5165
5166 * fontset.c (Ffontset_font): If a nil element is found in a
5167 font-group vector, return nil.
5168
5169 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
5170
5171 * process.c (status_notify): Don't perform redisplay.
5172 (Fdelete_process, list_processes_1, process_send_signal):
5173 Expliticly perform redisplay.
5174 (wait_reading_process_output): Always check process status, but
5175 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
5176
5177 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
5178
5179 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
5180 (XFLOAT_INIT): New macro for storing a float value.
5181 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
5182 * fns.c (sxhash): Copy out the value of a float in order to
5183 examine its bytes.
5184 * dbusbind.c (xd_append_arg): Likewise.
5185
5186 * emacs.c (main): Don't call syms_of_data twice.
5187
5188 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
5189
5190 * dbusbind.c (xd_initialize): Add connection file descriptor to
5191 input_wait_mask, in order to let select() detect, whether a new
5192 message has been arrived.
5193 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
5194
5195 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
5196
5197 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
5198 New functions.
5199
5200 * lisp.h (xd_pending_messages): Declare.
5201
5202 * keyboard.c (readable_events): Call xd_pending_messages.
5203
5204 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5205
5206 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
5207
5208 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
5209
5210 * buffer.c (set_buffer_internal_1)
5211 (swap_out_buffer_local_variables): Check for unbound local
5212 variables (Bug#4138).
5213
5214 2009-08-14 Eli Zaretskii <eliz@gnu.org>
5215
5216 * process.c (create_pty): Fix last change.
5217
5218 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5219
5220 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
5221 (xbm_load_image): Caller changed.
5222 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
5223
5224 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
5225
5226 * process.c (create_pty): New function.
5227 (Fstart_process): Use it to allow Emacs to just associate a pty
5228 with the buffer. See associated change in gdb-mi.el.
5229 (list_processes_1): Deal with no program name.
5230 (start_process_unwind): Use pid == -2 to mean no process.
5231
5232 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5233
5234 * cmds.c (nonundocount): New global variable.
5235 (keys_of_cmds): Initialize it.
5236 (Fself_insert_command): Use it to combine upto 20 sequential chars
5237 into a single undo entry, just like the Qself_insert_command code in
5238 keyboard.c does.
5239 Call frame_make_pointer_invisible, also like the Qself_insert_command
5240 code in keyboard.c does.
5241 * keyboard.c (command_loop_1): Use the new global nonundocount rather
5242 than its own local replacement for it.
5243
5244 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
5245
5246 * fns.c (concat): Don't re-set string length to its current value.
5247
5248 * coding.h (decode_coding_string, encode_coding_string):
5249 Use SBYTES macro.
5250
5251 * doprnt.c (doprnt_lisp): Delete unused function.
5252 (doprnt): Merge with doprnt1, discarding lispstrings code.
5253 * lisp.h (doprnt_lisp): Don't declare.
5254
5255 2009-08-07 Juri Linkov <juri@jurta.org>
5256
5257 * puresize.h (BASE_PURESIZE): Increase to 1270000.
5258
5259 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5260
5261 * print.c (syms_of_print): Undo previous change.
5262
5263 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
5264
5265 * lread.c (read1, syms_of_lread): Read hashtables back from the
5266 readable format.
5267
5268 * print.c (print_preprocess, print_object): Print hashtables fully
5269 and readably.
5270 (syms_of_print): Provide 'hashtable-print-readable.
5271
5272 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5273
5274 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
5275 no family set.
5276 (nsfont_open): Handle case when entity has no family.
5277
5278 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5279
5280 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
5281 element, not a list, for match case.
5282
5283 2009-07-28 Kenichi Handa <handa@m17n.org>
5284
5285 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
5286 rigidly.
5287
5288 * xfont.c (xfont_list_pattern): Don't ignore the return value of
5289 font_parse_xlfd. Check font properties more rigidly.
5290
5291 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5292
5293 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
5294 bsd-common.h.
5295
5296 2009-07-27 Kenichi Handa <handa@m17n.org>
5297
5298 * xfaces.c (face_with_height): Call font_clear_prop.
5299
5300 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
5301
5302 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
5303
5304 * xterm.c (x_term_init): Use Qx.
5305
5306 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
5307
5308 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
5309 (ns_get_color): Revert 2009-07-16 change.
5310
5311 2009-07-25 Eli Zaretskii <eliz@gnu.org>
5312
5313 * lread.c (syms_of_lread) <force_load_messages>: New variable.
5314 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
5315
5316 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
5317
5318 * coding.h (decode_coding_string, encode_coding_string):
5319 Use SCHARS macro.
5320
5321 * lread.c: Rewrite 2009-07-21 changes.
5322 (load_depth): Delete.
5323 (Qload_in_progress): New variable.
5324 (load_unwind): Don't reference load_depth or load_in_progress.
5325 (Fload): Likewise; specbind Qload_in_progress instead.
5326 (init_lread): Don't initialize load_depth.
5327 (syms_of_lread): Initialize and protect Qload_in_progress.
5328
5329 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5330
5331 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
5332
5333 2009-07-23 Yavor Doganov <yavor@gnu.org>
5334
5335 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
5336
5337 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5338
5339 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
5340 Bugs 3792, 3720, 2402.
5341 (ns_lookup_indexed_color): Check for bad index.
5342 (ns_index_color): Init unused slot to 0.
5343 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
5344 Bug 3714, possibly 3082.
5345
5346 2009-07-22 Jason Rumney <jasonr@gnu.org>
5347
5348 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
5349 Position IME window at cursor (Bug#2570).
5350 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
5351 (globals_of_w32fns): Dynamically load functions required above.
5352
5353 * w32term.c (w32_draw_window_cursor): Send message to reposition
5354 any IME window.
5355
5356 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
5357
5358 * fileio.c: Revert 2009-07-16 changes.
5359 (Vauto_save_include_big_deletions): New variable.
5360 (Fdo_auto_save): Disable auto-save only if
5361 auto-save-include-big-deletions is nil.
5362
5363 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
5364
5365 * xdisp.c (move_it_to): For continued lines ending in a tab, take
5366 the overflowed pixels into account (Bug#3879).
5367
5368 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
5369
5370 * lread.c (load_depth): New variable.
5371 (Fload, load_unwind, init_lread): Set it to the load recursion
5372 depth; set load_in_progress as a simple boolean based on the
5373 current load_depth. (Bug#3892)
5374
5375 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5376
5377 * nsfont.m (ns_has_attribute): Remove.
5378 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
5379
5380 2009-07-18 Juri Linkov <juri@jurta.org>
5381
5382 * process.c (Fset_process_query_on_exit_flag): Mention killing
5383 a buffer in docstring.
5384
5385 2009-07-17 Kenichi Handa <handa@m17n.org>
5386
5387 * casetab.c (shuffle): Fix the logic of setting up the cycle.
5388
5389 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5390
5391 * nsfns.m (Fns_set_alpha): Remove function.
5392 (syms_of_nsfns): Don't defsubr it.
5393
5394 * nsterm.m (ns_get_color): Remove incompatible color formats.
5395 (ns_color_to_lisp): Generate #rrggbb color format string.
5396
5397 2009-07-16 Richard Stallman <rms@gnu.org>
5398
5399 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
5400 (Fset_buffer_auto_saved): Handle save_length = -2.
5401
5402 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
5403
5404 * xterm.c (Qx_gtk_map_stock): New var.
5405
5406 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
5407 of calling intern each time.
5408
5409 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5410
5411 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
5412 does tiling.
5413
5414 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
5415
5416 2009-07-14 Kenichi Handa <handa@m17n.org>
5417
5418 * font.c (font_vconcat_entity_vectors): New function.
5419 (struct font_sort_data): New member font_driver_preference.
5420 (font_compare): Check font_driver_preference.
5421 (font_sort_entities): The format of the first argument changed.
5422 (font_delete_unmatched): Likewise.
5423 (font_list_entities): The return type changed.
5424 (font_select_entity): The format of the second argument changed.
5425 (font_find_for_lface): Adjuste for the above changes.
5426 Don't suppress the checking of C even if the repertory supports it.
5427 (Flist_fonts): Adjust for the above changes.
5428
5429 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
5430 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
5431 Reject a font who has adstyle property that is different from a
5432 langname derived from registry property.
5433 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
5434
5435 2009-07-13 Eli Zaretskii <eliz@gnu.org>
5436
5437 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
5438 local copy of dirfilename.
5439
5440 2009-07-13 Kenichi Handa <handa@m17n.org>
5441
5442 * chartab.c (sub_char_table_ref_and_range): Fix the range check
5443 against max_char.
5444
5445 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
5446 calling XSYMBOL (sym).
5447
5448 2009-07-11 Eli Zaretskii <eliz@gnu.org>
5449
5450 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
5451 New function.
5452 (directory_files_internal) [WINDOWSNT]:
5453 Bind w32-get-true-file-attributes to either t or nil, depending whether
5454 the filesystem of the directory is fast or slow.
5455
5456 * w32.c (logon_network_drive): Don't assume PATH is an absolute
5457 file name.
5458 (is_slow_fs): New function.
5459 (stat): Use it to determine whether to issue more system calls to
5460 get accurate file attributes, when w32-get-true-file-attributes is
5461 `local'.
5462
5463 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
5464
5465 * xfns.c (Fx_select_font): Remember last font selected in
5466 x_last_font_name and use that the next time. Also try the frame
5467 parameter font-parameter as default to the font dialog.
5468
5469 2009-07-10 Kenichi Handa <handa@m17n.org>
5470
5471 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
5472
5473 2009-07-09 Eli Zaretskii <eliz@gnu.org>
5474
5475 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
5476
5477 * w32.c (stat): Treat UNC file names as residing on remote
5478 drives. (Bug#3542)
5479
5480 2009-07-09 Kenichi Handa <handa@m17n.org>
5481
5482 * fontset.c (fontset_find_font): Fix previous change.
5483
5484 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
5485
5486 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
5487 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
5488 error flag.
5489
5490 2009-07-08 Kenichi Handa <handa@m17n.org>
5491
5492 * fontset.c (fontset_find_font): Fix the logic of handling
5493 charset_matched.
5494 (font_for_char): Delete unused var.
5495 (generate_ascii_font_name): Delete it.
5496
5497 * coding.h (JIS_TO_SJIS2): Fix the code range check.
5498
5499 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
5500 (encode_coding_sjis): Fix the code range check.
5501
5502 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
5503
5504 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
5505 (Fexpand_file_name): Copy string data properly (Bug#3772).
5506
5507 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
5508
5509 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
5510 first MapNotify.
5511
5512 2009-07-07 Kenichi Handa <handa@m17n.org>
5513
5514 * character.h (unibyte_has_multibyte_table): Delete extern.
5515 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
5516
5517 * charset.c (Fset_charset_priority): Update charset_unibyte.
5518 (syms_of_charset): Initialize charset_unibyte.
5519
5520 * character.c (unibyte_has_multibyte_table): Delete it.
5521 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
5522 charset_unibyte.
5523 (multibyte_char_to_unibyte_safe): Likewise.
5524 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
5525
5526 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
5527 (x_produce_glyphs): Likewise.
5528
5529 * .gdbinit (xcharset): Fix the treating $arg0.
5530
5531 2009-07-04 Eli Zaretskii <eliz@gnu.org>
5532
5533 Emulation of `getloadavg' on MS-Windows.
5534 * w32.c: Include float.h.
5535 (g_b_init_get_native_system_info, g_b_init_get_system_times)
5536 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
5537 (get_native_system_info, get_system_times): New functions.
5538 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
5539 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
5540 (globals_of_w32): Initialize g_b_init_get_native_system_info,
5541 g_b_init_get_system_times, and num_of_processors.
5542
5543 2009-07-03 Jason Rumney <jasonr@gnu.org>
5544
5545 * w32term.c (w32_initialize): Use standard types.
5546
5547 2009-07-03 Eli Zaretskii <eliz@gnu.org>
5548
5549 * dired.c (Ffile_attributes): Decode user and group names by the
5550 locale's encoding. (Bug#3443)
5551
5552 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5553
5554 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
5555 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
5556
5557 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
5558
5559 * term.c (init_tty): Remove spurious #ifdef.
5560
5561 * m/mips.h: Mention this file is also used for netbsd.
5562 * m/pmax.h: Remove file.
5563
5564 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
5565
5566 * xterm.h (struct x_display_info): Add invisible_cursor.
5567 (struct x_output): Add current_cursor.
5568
5569 * xterm.c (XTtoggle_invisible_pointer): New function.
5570 (x_define_frame_cursor): Don't define cursor if invisible or the
5571 same as before. Set current_cursor.
5572 (x_create_terminal): Set toggle_invisible_pointer_hook.
5573
5574 * xfns.c (make_invisible_cursor): New function.
5575 (x_set_mouse_color): Call make_invisible_cursor.
5576 Set current_cursor.
5577 (x_window): Set current_cursor.
5578
5579 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
5580
5581 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
5582 inserting a character.
5583 (read_avail_input): Call frame_make_pointer_visible.
5584
5585 * frame.c (Vmake_pointer_invisible): New variable.
5586 (frame_make_pointer_invisible, frame_make_pointer_visible):
5587 New functions.
5588 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
5589
5590 * frame.h: Declare frame_make_pointer_invisible and
5591 frame_make_pointer_visible.
5592 (struct frame): Add pointer_invisible.
5593
5594 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
5595
5596 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
5597 frame isn't visible.
5598 (xg_frame_resized): If width/height is -1, get size of window
5599 from X server.
5600
5601 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
5602 for MapNotify.
5603
5604 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
5605 here or call change_frame_size. Just call flush_and_sync.
5606 (flush_and_sync): Reintroduce.
5607
5608 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5609
5610 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
5611
5612 * xterm.c (x_handle_net_wm_state): Also look for sticky.
5613 (x_term_init): Initialize Xatom_net_wm_state_sticky.
5614
5615 * frame.h: Declare Qsticky.
5616
5617 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
5618
5619 * nsfns.m (ns_frame_parm_handlers): Ditto.
5620
5621 * frame.c: Declare Qsticky.
5622 (frame_parms): Add sticky.
5623
5624 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
5625
5626 * xterm.h: Declare x_set_sticky.
5627
5628 * xterm.c (x_set_sticky): New function.
5629
5630 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
5631 (xg_tool_bar_menu_proxy): Attach enter/leave events to
5632 xg_tool_bar_proxy_help_callback.
5633
5634 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
5635
5636 * frame.c: Qmaximized is new.
5637 (x_set_frame_parameters): Do not handle fullscreen specially.
5638 Only set width and height if explicitly set.
5639 (x_set_fullscreen): Handle Qmaximized.
5640 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
5641 (syms_of_frame): Initialize Qmaximized.
5642
5643 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
5644 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
5645
5646 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
5647 for Expose event. Add call to x_check_fullscreen for MapNotify event.
5648 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
5649 set gravity to NorthWestGravity when USE_GTK.
5650 (set_wm_state): New function.
5651 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
5652 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
5653 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
5654 or the case when no window manager is running. That means remove calls
5655 to x_real_positions and x_fullscreen_adjust.
5656
5657 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
5658 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
5659 flush_and_sync.
5660 (xg_height_changed): New function.
5661 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
5662 and gtk_window_set_policy. Set frame gravity after parsing the
5663 geometry string.
5664 (xg_update_frame_menubar, free_frame_menubar)
5665 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
5666 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
5667 Remove calls to xg_frame_set_char_size.
5668
5669 2009-07-01 Kenichi Handa <handa@m17n.org>
5670
5671 * keyboard.c (decode_keyboard_code): New function.
5672 (tty_read_avail_input): Decode the input bytes if necessary.
5673
5674 * coding.c (setup_coding_system):
5675 Initialize coding->carryover_bytes to 0.
5676 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
5677 use Qno_conversion.
5678
5679 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5680
5681 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
5682
5683 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
5684
5685 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
5686
5687 2009-06-30 Jason Rumney <jasonr@gnu.org>
5688
5689 * w32term.c (w32_initialize): Use GetModuleHandle for library that
5690 is already loaded.
5691 Set user model ID if supported (bug#1849).
5692
5693 2009-06-29 Jim Meyering <meyering@redhat.com>
5694
5695 Remove useless if-before-xfree test.
5696 * nsfont.m (nsfont_close): Remove useless test.
5697 * term.c (delete_tty): Likewise.
5698 * w32.c (system_process_attributes): Likewise.
5699 * w32font.c (w32font_close): Likewise.
5700 * xfaces.c (x_free_gc): Likewise.
5701 * xselect.c (buffer): Likewise.
5702
5703 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
5704
5705 * process.c (send_process): Keep decoded string in a local
5706 variable and protect it from GC. (Bug#3521)
5707
5708 2009-06-28 Eli Zaretskii <eliz@gnu.org>
5709
5710 * term.c (create_tty_output) [MSDOS]: #ifdef away.
5711 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
5712
5713 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
5714
5715 * xdisp.c (start_display, handle_face_prop)
5716 (move_it_vertically_backward, cursor_row_fully_visible_p)
5717 (redisplay_window, try_window_id, produce_image_glyph):
5718 Delete some #ifdef-ed out code chunks that are now obsolete.
5719
5720 * xterm.c (x_update_window_begin, x_new_focus_frame)
5721 (x_scroll_bar_handle_click, handle_one_xevent)
5722 (handle_one_xevent, XTread_socket, x_focus_on_frame)
5723 (x_make_frame_visible, x_make_frame_invisible)
5724 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
5725 code chunks that are now obsolete.
5726
5727 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
5728
5729 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
5730 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
5731 for hours, when optimzation is enabled.
5732 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
5733 (xd_read_message): Make them static.
5734
5735 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
5736
5737 * term.c (turn_on_face): Allow simultaneously bold and dim
5738 terminal faces (Bug#3530).
5739
5740 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
5741
5742 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
5743
5744 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
5745 truncation glyphs (Bug#3686).
5746
5747 2009-06-27 Glenn Morris <rgm@gnu.org>
5748
5749 * m/pmax.h: Restore file, with only netbsd portions.
5750
5751 2009-06-26 David Reitter <david.reitter@gmail.com>
5752
5753 * nsterm.m (keydown): Avoid infinite loop.
5754
5755 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
5756
5757 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
5758 the arg FORCE_SYMBOL.
5759
5760 2009-06-25 Kenichi Handa <handa@m17n.org>
5761
5762 * fontset.c (fontset_find_font): When a usable rfont_def is found
5763 in a fallback font-group, make it the first element of the group.
5764
5765 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5766
5767 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
5768
5769 2009-06-24 Kenichi Handa <handa@m17n.org>
5770
5771 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
5772 set for C.
5773 (fontset_font): Record the availability of a font for C both in
5774 the realized fontsets of the current one and the default one.
5775
5776 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5777
5778 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
5779 conditional, it is always defined on AIX.
5780
5781 2009-06-23 Miles Bader <miles@gnu.org>
5782
5783 * window.c (Vrecenter_redisplay): New variable.
5784 (syms_of_window): Initialize it.
5785 (Qtty): New extern declaration.
5786 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
5787
5788 2009-06-23 Jim Meyering <meyering@redhat.com>
5789
5790 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
5791 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
5792 pointer dereferences are guaranteed to be valid.
5793
5794 2009-06-23 Kenichi Handa <handa@m17n.org>
5795
5796 * emacs.c (main): Call init_font ().
5797
5798 * font.h (Vfont_log): Extern it.
5799 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
5800
5801 * font.c (font_sort_entities, font_list_entities)
5802 (font_matching_entity, font_open_entity)
5803 (font_close_object): Change font_add_log to FONT_ADD_LOG.
5804 (Vfont_log): Delete static.
5805 (font_log_env_checked): Delete this variable.
5806 (font_add_log): Don't check font_log_env_checked.
5807 (font_deferred_log): Check Vfont_log.
5808 (init_font): New function.
5809
5810 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
5811
5812 * w32font.c: Change font_add_log to FONT_ADD_LOG.
5813
5814 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
5815
5816 * xfont.c: Change font_add_log to FONT_ADD_LOG.
5817
5818 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
5819 (face_for_char): Don't call font_deferred_log here.
5820 (font_for_char): Likewise.
5821
5822 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
5823
5824 * w32term.c (x_draw_glyph_string): Use the glyph string's width
5825 rather than its background_width for drawing the overline and
5826 underline (Bug#489).
5827
5828 * xterm.c (x_draw_glyph_string): Use the glyph string's width
5829 rather than its background_width for drawing the overline and
5830 underline (Bug#489).
5831 (xg_default_icon_file): New variable.
5832 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
5833 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
5834
5835 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
5836 (load_overlay_strings): Remove externs.
5837 (fast_find_position): Function deleted.
5838 (mouse_face_from_buffer_pos): New function, based on
5839 fast_find_position. Correctly handle before-strings,
5840 display-strings, and after-strings (Bug#1220).
5841 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
5842
5843 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5844
5845 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
5846 (move_it_in_display_line_to, move_it_in_display_line_to)
5847 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
5848
5849 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5850
5851 * Branch for 23.1.
5852
5853 2009-06-21 Jason Rumney <jasonr@gnu.org>
5854
5855 * w32term.c (keyboard_codepage): New static variable.
5856 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
5857 (w32_read_socket) [WM_CHAR]: Use it to decode character
5858 input (bug#3237).
5859 (w32_initialize): Initialize it.
5860 (codepage_for_locale): New function.
5861
5862 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
5863
5864 * process.c (status_message): Pass Faset index argument as a lisp
5865 object, so as to work with USE_LISP_UNION_TYPE.
5866
5867 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5868
5869 * coding.c (Ffind_coding_systems_region_internal):
5870 Cache checked characters.
5871
5872 2009-06-18 Kenichi Handa <handa@m17n.org>
5873
5874 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
5875
5876 2009-06-18 Andreas Schwab <aschwab@redhat.com>
5877
5878 * xdisp.c (redisplay_internal): Check that the frame is still
5879 live after redisplay of its windows.
5880 (redisplay_windows): Check that the window is still live.
5881
5882 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
5883
5884 * coding.c (detect_coding_utf_16): Fix previous change.
5885
5886 2009-06-16 Kenichi Handa <handa@m17n.org>
5887
5888 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
5889 UTF-16 by checking the dispersion of Eth and Oth bytes.
5890
5891 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
5892
5893 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
5894
5895 2009-06-15 Kenichi Handa <handa@m17n.org>
5896
5897 * process.c (status_message): Fix previous change. Be sure to
5898 decode a localized string.
5899
5900 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5901
5902 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
5903 add comment explaining why.
5904
5905 2009-06-14 Sidney Markowitz <sidney@sidney.com>
5906
5907 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5908
5909 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
5910
5911 * nsfont.m (ns_attribute_value): Remove.
5912 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
5913 (ns_has_attribute): Shrink the normal range.
5914 (ns_findfonts): Don't worry about requested spec in determining
5915 need for synthItal.
5916 (ns_get_covering_families): Retain scriptToFamilies.
5917
5918 2009-06-14 Seiji Zenitani <zenitani@mac.com>
5919
5920 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
5921
5922 2009-06-11 Kenichi Handa <handa@m17n.org>
5923
5924 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5925 overhang for the static composition case.
5926
5927 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5928
5929 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5930 overhang for the automatic composition case.
5931
5932 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
5933 composition case.
5934
5935 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
5936
5937 * xdisp.c (get_next_display_element): When handling wrap-prefix
5938 and line-prefix, treat \n as a control character (bug#3502).
5939
5940 2009-06-10 Kenichi Handa <handa@m17n.org>
5941
5942 * font.c (font_parse_family_registry): Fix for one-char foundry.
5943 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
5944
5945 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
5946
5947 * process.c (status_message): Fix handling of multibyte signal
5948 string (Bug#3499).
5949
5950 2009-06-09 Jim Meyering <meyering@redhat.com>
5951
5952 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
5953 color name is missing.
5954
5955 2009-06-09 Kenichi Handa <handa@m17n.org>
5956
5957 * charset.c (Fmap_charset_chars): In docstring, state clearly that
5958 FROM-CODE and TO-CODE are codepoints of CHARSET.
5959
5960 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5961
5962 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
5963
5964 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5965
5966 Changes to support :script/:lang/:otf in NS font driver.
5967 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
5968 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
5969 indicate not part of font driver interface, and change callers.
5970 (ns_get_family): Remove pointless null check.
5971 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
5972 ns_spec_to_descriptor, ns_descriptor_to_entity.
5973 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
5974 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
5975 (ns_spec_to_descriptor, ns_descriptor_to_entity)
5976 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
5977 (ns_get_req_script, ns_accumulate_script_ranges)
5978 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
5979 New functions.
5980 (nsfont_list, nsfont_match): Use ns_findfonts.
5981 (nsfont_open): Use font descriptor instead of traits.
5982 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
5983 (dump_glyphstring): Rename to ns_dump_glyphstring.
5984
5985 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
5986
5987 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
5988
5989 * fontset.c (fontset_from_font): Remove NS-specific code.
5990
5991 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
5992
5993 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
5994 nonactive windows.
5995
5996 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
5997
5998 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
5999
6000 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
6001
6002 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
6003
6004 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
6005
6006 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
6007 account for the overflowing of newlines into the last glyph on the
6008 display line (Bug#3482).
6009
6010 2009-06-05 David Reitter <david.reitter@gmail.com>
6011
6012 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
6013 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
6014 Fns_selection_exists_p, Fns_selection_owner_p.
6015
6016 2009-06-03 Jason Rumney <jasonr@gnu.org>
6017
6018 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
6019 available. (Bug#3379)
6020
6021 2009-05-29 Kenichi Handa <handa@m17n.org>
6022
6023 * coding.c (get_translation_table):
6024 Check Venable_character_translation.
6025
6026 2009-05-26 David Reitter <david.reitter@gmail.com>
6027
6028 * nsterm.m (ns_raise_frame): Only raise frame if visible.
6029 (x_make_frame_visible): Move frame to front rather than calling
6030 ns_raise_frame().
6031 (keyDown:): Do not swallow events that aren't re-sent if frame
6032 isn't key window.
6033 (drawRect:): Do not set visibility/iconified flags because
6034 drawRect may be called by NSView even if the frame is hidden.
6035
6036 * nsfns.m (Fx_create_frame): Follow other ports in
6037 determining visibility; default to t. Ensure async_visible is set.
6038
6039 2009-05-23 Eli Zaretskii <eliz@gnu.org>
6040
6041 * dired.c (Ffile_attributes): Doc fix.
6042
6043 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
6044
6045 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
6046
6047 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6048
6049 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
6050 and xfont_scratch_props.
6051 (syms_of_xfont): Do it here instead.
6052 (xfont_find_ccl_program): Delete, unused.
6053 (xfont_open): Delete unused var `i'.
6054
6055 2009-05-21 Kenichi Handa <handa@m17n.org>
6056
6057 * fontset.c (Qlatin): Don't make it static.
6058
6059 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
6060 New functions.
6061 (xfont_scripts_cache, xfont_scratch_props): New variables.
6062 (Qlatin, Vscalable_fonts_allowed): Extern it.
6063 (xfont_list_pattern): Argument changed. Callers changed.
6064 Check Vscalable_fonts_allowed. Check the support of a script.
6065 (xfont_list): Don't reject a font spec with :script property.
6066 (xfont_has_char): Fix setting of encoding.
6067 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
6068 xfont_scratch_props.
6069
6070 2009-05-19 Kenichi Handa <handa@m17n.org>
6071
6072 * font.c (font_sort_entities): Rename from font_sort_entites.
6073 Callers changed.
6074
6075 2009-05-18 Kenichi Handa <handa@m17n.org>
6076
6077 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
6078
6079 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6080
6081 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
6082 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
6083
6084 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6085
6086 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
6087 (x_delete_terminal): Dissociate resource database from display and
6088 then call XrmDestroyDatabase before closing display.
6089
6090 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6091
6092 * nsterm.m (ns_read_socket): Remove unused variable.
6093 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
6094 whether selected frame is viable before raising it (based on patch
6095 by David Reitter), and improve commentary.
6096 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
6097
6098 2009-05-15 Kenichi Handa <handa@m17n.org>
6099
6100 * font.c (Ffont_spec): Check arguments.
6101
6102 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
6103
6104 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
6105 weight when testing attributes (Bug#3282).
6106
6107 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6108
6109 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
6110 what we expect to get in the next ConfigureNotify event.
6111
6112 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
6113 before Xft one (Bug#1696).
6114
6115 2009-05-07 David Reitter <david.reitter@gmail.com>
6116
6117 * nsfns.m (Fx_display_planes): Compute bitplanes using
6118 NSBitsPerPixelFromDepth (Bug#3207).
6119
6120 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
6121
6122 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
6123
6124 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
6125
6126 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
6127
6128 2009-05-07 David Reitter <david.reitter@gmail.com>
6129
6130 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
6131 Respect mouse face background.
6132
6133 2009-05-07 David Reitter <david.reitter@gmail.com>
6134
6135 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
6136 Mouse movement/highlight: bracket drawing operations
6137 in ns_update_begin and ns_update_end.
6138
6139 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * nsfns.m (ns_get_screen): Rewrite.
6142 Don't presume selected-frame is of type `ns'.
6143
6144 * font.c (font_update_drivers): Sanity fallback to avoid disabling
6145 all drivers.
6146
6147 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
6148
6149 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6150
6151 * keyboard.h (add_user_signal): Fix typo in extern.
6152
6153 * lisp.h (add_user_signal): Remove extern.
6154
6155 * unexelf.c (unexec): Consider a section to precede the .bss section
6156 if its addresses overlap that of .bss.
6157 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
6158 instead of dumping process.
6159
6160 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6161
6162 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
6163
6164 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6165
6166 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
6167
6168 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
6169
6170 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
6171 any statements.
6172
6173 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
6174
6175 * process.c (read_process_output): Make sure the current buffer is
6176 always restored.
6177
6178 * coding.c (record_conversion_result): Don't modify
6179 Vlast_code_conversion_error for successful result.
6180 (alloc_destination): Don't clobber conversion result. (Bug#1650)
6181
6182 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6183
6184 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
6185 (load_charset_map): Remove unnecessary code.
6186
6187 2009-04-30 David Reitter <david.reitter@gmail.com>
6188
6189 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
6190 through f24.
6191
6192 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
6193
6194 * xfaces.c (face_at_buffer_position): New arg base_face_id.
6195
6196 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
6197 face_at_buffer_position.
6198 (face_before_or_after_it_pos, get_next_display_element)
6199 (note_mouse_highlight): Update face_at_buffer_position call.
6200
6201 * term.c (term_mouse_highlight):
6202 * msdos.c (IT_note_mouse_highlight):
6203 * fontset.c (Finternal_char_font):
6204 * font.c (font_at, font_range): Update face_at_buffer_position call.
6205
6206 * dispextern.h (face_at_buffer_position): Update prototype.
6207
6208 2009-04-30 Kenichi Handa <handa@m17n.org>
6209
6210 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
6211
6212 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
6213
6214 * callproc.c (Fcall_process): Fix GC protection. Make sure
6215 current buffer is always restored.
6216
6217 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6218
6219 * atimer.c (init_atimer): Also clear stopped_atimers.
6220
6221 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
6222
6223 * process.c (create_process): Clean up merger residues of
6224 2008-07-17 change.
6225
6226 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
6227
6228 * lread.c (Vread_circle): New variable.
6229 (read1): Disable recursive read if Vread_circle is nil.
6230
6231 2009-04-29 Kenichi Handa <handa@m17n.org>
6232
6233 * fontset.h (set_default_ascii_font): Delete extern.
6234
6235 * fontset.c (set_default_ascii_font): Delete this unused function.
6236
6237 * frame.c (x_set_font): When ARG is a font-object, check if the
6238 font-object matches with the ASCII font-spec of the frame's
6239 fontset. If not, create a new fontset for the frame. (Bug #3075)
6240
6241 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
6242
6243 * fns.c (Flocale_info): Protect vector from GC during decoding.
6244
6245 * process.c (Fstart_process): Protect argv strings from GC during
6246 encoding.
6247
6248 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
6249
6250 * sysdep.c: Include <ctype.h>.
6251
6252 2009-04-27 David Reitter <david.reitter@gmail.com>
6253
6254 * nsfont.m (nsfont_open): Remove unused variable shrink.
6255 Remove commented-out code.
6256
6257 2009-04-26 Johan Bockgård <bojohan@gnu.org>
6258
6259 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6260
6261 2009-04-25 Jason Rumney <jasonr@gnu.org>
6262
6263 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
6264
6265 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6266
6267 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
6268 Swap bytes in short integer if fringe bitmap width > 8.
6269
6270 2009-04-23 Kenichi Handa <handa@m17n.org>
6271
6272 * xfaces.c (Fx_list_fonts): If a font size is specified in
6273 PATTERN, set it in returned scalable fonts.
6274
6275 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
6276
6277 * keyboard.c (Fset_input_meta_mode): Doc fix.
6278
6279 * dispnew.c (Fsend_string_to_terminal): Doc fix.
6280
6281 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
6282
6283 * coding.c (Fterminal_coding_system): Doc fix.
6284
6285 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
6286 (Fx_display_pixel_height, Fx_display_planes)
6287 (Fx_display_color_cells, Fx_server_max_request_size)
6288 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
6289 (Fx_display_mm_height, Fx_display_mm_width)
6290 (Fx_display_backing_store, Fx_display_visual_class)
6291 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
6292 Doc fixes, replacing "terminal id" with "terminal object".
6293 (check_x_display_info): Handle terminal objects instead of
6294 terminal ids.
6295
6296 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
6297 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
6298 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
6299 Doc fixes, replacing "terminal id" with "terminal object".
6300
6301 2009-04-21 Kenichi Handa <handa@m17n.org>
6302
6303 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
6304 (font_score): Check AVGWIDTH too.
6305
6306 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
6307 worst case.
6308 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
6309 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
6310
6311 2009-04-19 Jason Rumney <jasonr@gnu.org>
6312
6313 The following changes fix Bug#3005 for wide glyphs on each platform,
6314 without reintroducing Bug#1258 for stretch glyphs.
6315
6316 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
6317 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
6318 get_phys_cursor_geometry.
6319
6320 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
6321 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
6322 using get_phys_cursor_geometry.
6323
6324 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
6325 correctly calculated.
6326
6327 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
6328
6329 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
6330 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
6331 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
6332 is deprecated.
6333
6334 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
6335
6336 * font.c (font_put_frame_data): Use xfree instead of free.
6337
6338 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
6339
6340 * w32font.c (Qja, Qko): Remove declarations.
6341 (syms_of_w32font): Don't DEFSYM them.
6342
6343 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
6344
6345 * font.c (Qja, Qko): Move definitions here from ftfont.c.
6346
6347 * font.h (Qja, Qko): Extern them.
6348
6349 * ftfont.c (Qja, Qko): Remove declarations.
6350
6351 * xfont.c (Qja, Qko): Remove declarations.
6352
6353 2009-04-17 Kenichi Handa <handa@m17n.org>
6354
6355 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
6356 string from a vector to handle Latin-1 characters correctly.
6357
6358 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
6359 entity even if the cache hits.
6360
6361 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
6362
6363 * search.c (boyer_moore): Use zero as marker value for a possible
6364 match instead of depending on overflow behavior. (Bug#2844)
6365
6366 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
6367 * lisp.h: Adjust prototypes.
6368
6369 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
6370
6371 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
6372 change (Bug#3003).
6373
6374 2009-04-16 Kenichi Handa <handa@m17n.org>
6375
6376 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
6377
6378 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
6379 adstyle.
6380
6381 * ftfont.c (Qja, Qko): Don't make them static.
6382 (enum ftfont_cache_for): New enum.
6383 (fc_charset_table): Undo the previous change.
6384 (ftfont_get_latin1_charset): Delete it.
6385 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
6386 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
6387 non-scarable font, try to get AVERAGE_WIDTH.
6388 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
6389 Change ft_face_cache from a list of a hash-table. Don't check
6390 `ja' and `ko' adstyle here.
6391 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
6392 FTFONT_CACHE_FOR_CHARET.
6393 (ftfont_get_charset): Undo the previous change.
6394 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
6395 (ftfont_close): Likewise.
6396 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
6397
6398 * font.c (font_sort_entites): Change the meaning of the arg
6399 BEST-ONLY. Don't optimize for VEC of lenght 1.
6400 (font_select_entity): Just return the value of font_sort_entites.
6401
6402 * xfaces.c (merge_face_vectors): Reflect font properties in
6403 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
6404 font_clear_prop if a face attribute doesn't change.
6405
6406 * charset.h (charset_ksc5601): Extern it.
6407
6408 * charset.c (charset_ksc5601): New variable.
6409 (Fdefine_charset_internal): Set charset_ksc5601.
6410 (init_charset_once): Initialize charset_ksc5601 to -1.
6411
6412 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
6413
6414 * fileio.c (history_delete_duplicates): Remove unused declaration.
6415
6416 * callint.c (history_delete_duplicates): New declaration.
6417 (Fcall_interactively): Remove command history duplicates when
6418 history_delete_duplicates is true.
6419
6420 2009-04-14 Eli Zaretskii <eliz@gnu.org>
6421
6422 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
6423
6424 2009-04-14 Kenichi Handa <handa@m17n.org>
6425
6426 * font.c (Ffont_info): Fix docstring. Fix the second element of
6427 the returned value (bug#2949).
6428
6429 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
6430
6431 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
6432
6433 2009-04-14 Kenichi Handa <handa@m17n.org>
6434
6435 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
6436 encoding charset is ascii_compatible.
6437
6438 * charset.c (Fdefine_charset_internal): Make charset
6439 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
6440 code_offset is 0, and covers all ASCII characters.
6441
6442 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6443
6444 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
6445 (ns_string_to_pasteboard_internal):
6446 * nsmenu.m (process_dialog):
6447 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
6448 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
6449 * lisp.h (Fx_load_color_file): Declare.
6450
6451 2009-04-13 Kenichi Handa <handa@m17n.org>
6452
6453 * font.c (font_delete_unmatched): Preserve the order of list elements.
6454 (font_select_entity): Suppress the code to optimize for the same
6455 kind of fonts.
6456 (font_load_for_lface): Get a font that supports at least ASCII
6457 characters.
6458
6459 * ftfont.c (Qja, Qko): New variables.
6460 (fc_charset_table): Delete uniquifier data for iso8859-1.
6461 (ftfont_get_latin1_charset): New function.
6462 (get_adstyle_property): New function.
6463 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
6464 bitmap fonts.
6465 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
6466 Delete iso-8859-1 range from the charset of fonts whose adstyle is
6467 `ko' or `ja'.
6468 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
6469 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
6470 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
6471 property.
6472 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
6473 (syms_of_ftfont): DEFSYM Qja and Qko.
6474
6475 2009-04-09 Kenichi Handa <handa@m17n.org>
6476
6477 * charset.c (map_charset_chars): For a charset of `superset'
6478 method, fix calculation of code range.
6479
6480 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
6481 from the list of extra properties.
6482 (font_clear_prop): Be sure to delete `:name' font property.
6483
6484 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6485
6486 * dispnew.c (redraw_overlapping_rows): Fix detection of
6487 overlapping for topmost and bottommost rows.
6488
6489 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
6490
6491 2009-04-06 Jason Rumney <jasonr@gnu.org>
6492
6493 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
6494
6495 2009-04-06 Kenichi Handa <handa@m17n.org>
6496
6497 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
6498
6499 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
6500
6501 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6502
6503 * ftfont.c (ftfont_open): Fix checking of the return value of
6504 FT_Load_Char. Fix setting font->underline_thickness.
6505
6506 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
6507
6508 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
6509 (Fterminal_parameters, Fterminal_parameter)
6510 (Fset_terminal_parameter): In doc string, refer to terminal
6511 objects rather than terminal ids.
6512
6513 2009-04-04 Eli Zaretskii <eliz@gnu.org>
6514
6515 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
6516 ret_lim_data. (Bug#2867)
6517
6518 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
6519
6520 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
6521 so they don't get wider than the window, matching 2006-01-23
6522 change to the partner function in xdisp.c (Bug#2800).
6523
6524 2009-04-03 Kenichi Handa <handa@m17n.org>
6525
6526 * print.c (print_object): Make each lowest sub_char_table start a
6527 new line (Bug#2866).
6528
6529 2009-04-02 Kenichi Handa <handa@m17n.org>
6530
6531 * fontset.c (fontset_font): Record no-font when a fontset
6532 explicitly tells not to try another font-specs.
6533
6534 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
6535
6536 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
6537
6538 2009-03-30 Kenichi Handa <handa@m17n.org>
6539
6540 * fontset.c (fontset_from_font): Specify only registry in a
6541 font-spec for all characters supported by that registry.
6542
6543 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
6544 even if HAVE_M17N_FLT is not defined.
6545
6546 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
6547
6548 * ftfont.c: Conditionalize prototyping and use of
6549 ftfont_variation_glyphs.
6550
6551 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6552
6553 * frame.c (delete_frame): Work around compiler bug.
6554
6555 * editfns.c (general_insert_function): Adjust to insdel.c changes.
6556 * insdel.c (prepare_to_modify_buffer, signal_before_change):
6557 Some more EMACS_INT.
6558 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
6559
6560 * xdisp.c (dump_glyph): Fix typo.
6561
6562 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
6563 (adjust_markers_gap_motion, adjust_markers_for_delete)
6564 (adjust_markers_for_insert, adjust_point)
6565 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
6566 (make_gap, copy_text, count_size_as_multibyte, insert)
6567 (insert_and_inherit, insert_before_markers)
6568 (insert_before_markers_and_inherit, insert_1)
6569 (count_combining_before, count_combining_after, insert_1_both)
6570 (insert_from_string, insert_from_string_before_markers)
6571 (insert_from_string_1, insert_from_gap, insert_from_buffer)
6572 (insert_from_buffer_1, adjust_after_replace)
6573 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
6574 (replace_range_2, del_range, del_range_1, del_range_byte)
6575 (del_range_both, del_range_2, modify_region)
6576 (prepare_to_modify_buffer, signal_before_change)
6577 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
6578 for buffer positions and sizes.
6579 * lisp.h: Adjust prototypes accordingly.
6580
6581 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
6582 (non_regular_inserted, non_regular_nbytes, read_non_regular)
6583 (Finsert_file_contents): Use EMACS_INT for buffer positions.
6584
6585 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
6586
6587 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
6588
6589 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
6590 lines and columns so we keep the same pixel height and width.
6591
6592 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
6593 the property _NET_WM_STATE has changed.
6594 (x_handle_net_wm_state): New function to update frame parameter
6595 fullscreen.
6596 (x_term_init): Initialize atoms for _NET_WM_STATE.
6597
6598 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
6599
6600 2009-03-27 Kevin Ryde <user42@zip.com.au>
6601
6602 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
6603 Gpm_GetEvent as an error that justifies closing the filedescriptor.
6604 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
6605 (Fgpm_mouse_stop): Pass that new parameter.
6606 * termhooks.h (close_gpm): Adjust prototype.
6607
6608 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 * lisp.h (Fx_focus_frame): Declare.
6611
6612 * callint.c (Fcall_interactively): For '^' just delegate the work to
6613 handle-shift-selection.
6614 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
6615
6616 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
6617
6618 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
6619
6620 * data.c (Qinteractive_form): New variable.
6621 (Finteractive_form): Use it.
6622
6623 * eval.c (Fcommandp): Use Qinteractive_form.
6624
6625 2009-03-24 Jason Rumney <jasonr@gnu.org>
6626
6627 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
6628 Calculate total size precisely. Decode environment variables
6629 before substituting. (Bug#38)
6630
6631 2009-03-24 Kenichi Handa <handa@m17n.org>
6632
6633 * font.c (find_font_encoding): Return Qnil for unsupported
6634 encoding (Bug#2722).
6635
6636 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
6637
6638 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
6639 that gdpy is set.
6640
6641 2009-03-22 Alan Mackenzie <acm@muc.de>
6642
6643 * callint.c (Finteractive): Clarify the doc string - even
6644 promptless elements need \n separators.
6645
6646 2009-03-22 Jason Rumney <jasonr@gnu.org>
6647
6648 * w32term.c (syms_of_w32term): Doc fix for
6649 x-use-underline-position-properties.
6650
6651 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6652
6653 * w32.c (getpwuid): Change argument type to unsigned.
6654 (struct w32_id): Change type of `rid' member to unsigned.
6655 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
6656 argument ID to unsigned. All callers changed.
6657 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
6658
6659 2009-03-20 Eli Zaretskii <eliz@gnu.org>
6660
6661 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
6662 negative, produce a float value.
6663
6664 * dired.c (make_uid, make_gid): New functions.
6665 (Ffile_attributes): Use them to avoid negative UID and GID.
6666
6667 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
6668
6669 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
6670 (syms_of_keyboard) <command-hook-internal, input-method-function>:
6671 Fix typos in docstrings.
6672
6673 2009-03-19 Kenichi Handa <handa@m17n.org>
6674
6675 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
6676 changed, use font_load_for_lface to get a new font object.
6677 Call free_realized_fontset after handling ASCII font change.
6678
6679 * frame.c (x_set_font): Handle the case that ARG is a cons.
6680
6681 2009-03-19 Glenn Morris <rgm@gnu.org>
6682
6683 * fileio.c (Fsubstitute_in_file_name): Doc fix.
6684
6685 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
6686
6687 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
6688
6689 2009-03-19 Kenichi Handa <handa@m17n.org>
6690
6691 * charset.c (load_charset_map_from_file): When a mapfile can't be
6692 loaded, signal an error.
6693
6694 2009-03-18 Eli Zaretskii <eliz@gnu.org>
6695
6696 * dired.c (Ffile_attributes): Make sure UID and GID are always
6697 positive, even if the value is too large for a positive EMACS_INT.
6698 Doc fix.
6699
6700 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
6701
6702 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6703
6704 * xmenu.c (xdialog_show): Move Fredisplay call ...
6705 (Fx_popup_dialog): ... here.
6706
6707 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6708
6709 * dired.c (file_name_completion): Disable the first optimization just
6710 installed, since it is not implemented correctly.
6711
6712 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6713
6714 * dired.c (file_name_completion): Check completion-ignored-extensions
6715 only if the entry can affect bestmatch.
6716 Stop the search early, as Ftry_completion already does.
6717
6718 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
6719
6720 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
6721
6722 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
6723
6724 * keyboard.c (parse_menu_item): Don't display remappings as menu
6725 equivalent bindings (Bug#788).
6726
6727 2009-03-15 Jason Rumney <jasonr@gnu.org>
6728
6729 * w32term.h (WM_EMACS_PAINT): New message.
6730 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
6731 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
6732 before passing to lisp thread. (Bug#950)
6733
6734 2009-03-14 David Reitter <david.reitter@gmail.com>
6735
6736 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
6737 variable as it was never reset.
6738 (ns_term_init): Remove initialization of Lisp-settable defaults
6739 and ns_expand_space.
6740 (-setPanelFromDefaultValues): Remove ns_expand_space.
6741 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
6742 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
6743 i.e. no additional spacing, similar to Carbon port.
6744
6745 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
6746 * nsfns.m (ns-popup-prefs-panel): Remove.
6747
6748 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
6749
6750 * sound.c (alsa_configure): Remove call to deprecated
6751 snd_pcm_sw_params_set_xfer_align.
6752
6753 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
6754
6755 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
6756 after clicking in a detached tool bar.
6757 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
6758
6759 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6760
6761 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
6762 int/Lisp_Object mixup).
6763
6764 2009-03-13 Kenichi Handa <handa@m17n.org>
6765
6766 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
6767 Handle NAME nil and t correctly. Callers changed.
6768 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
6769 (set_fontset_font): Change ARG to a vector. Handle range_list in
6770 ARG correctly.
6771 (Fset_fontset_font): Fix the case that TARGET is both a script
6772 name and charset name. Adjust the arg to set_fontset_font for
6773 the above change.
6774 (fontset_from_font): Fix previous change.
6775 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
6776 entry. If FONTSET is the default fontset, don't set the extra
6777 slot of the returning char-table.
6778
6779 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
6780
6781 * nsfns.m (Fx_close_connection): Doc fix.
6782 (Fns_do_applescript): Reflow docstring.
6783 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
6784 (Fx_display_pixel_width, Fx_display_pixel_height)
6785 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
6786 Fix typos in docstrings.
6787 (Fns_set_alpha): Fix typos in error messages.
6788
6789 2009-03-12 David Reitter <david.reitter@gmail.com>
6790
6791 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
6792 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
6793 were used for such events.
6794
6795 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
6796 (toggleToolbar, performDragOperation, runHelp): Use it.
6797
6798 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
6799 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
6800
6801 2009-03-11 Kenichi Handa <handa@m17n.org>
6802
6803 * font.h (font_open_by_spec): Extern it.
6804
6805 * font.c (font_open_by_spec): New function.
6806 (font_open_by_name): Use font_open_by_spec.
6807
6808 * frame.c (x_set_font): When ARG is a font-object, don't alter the
6809 fontset of the frame.
6810
6811 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
6812 modify the default font of frames that use this fontset.
6813 (num_auto_fontsets): New variable.
6814 (fontset_from_font): Use num_auto_fontsets to decide a fontset
6815 name. Be sure to set FONTSET_ASCII to the correct font name.
6816 (update_auto_fontset_alist): New function.
6817
6818 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
6819
6820 * makefile.w32-in: Update dependencies.
6821
6822 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6823
6824 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
6825
6826 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6827
6828 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
6829
6830 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
6831
6832 * lread.c (Feval_buffer): Doc fix.
6833
6834 2009-03-09 Kenichi Handa <handa@m17n.org>
6835
6836 * charset.c (Qfile_name_handler_alist): Extern it.
6837 (load_charset_map_from_file): Temporarily bind
6838 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
6839
6840 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
6841
6842 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
6843 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
6844
6845 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6846
6847 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
6848 (x_set_window_size): Change back to calculated method of setting
6849 toolbar height under Cocoa. (Bug#2546)
6850 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
6851 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
6852
6853 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
6854
6855 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
6856 accelerator in parens under GNUstep.
6857
6858 2009-03-06 Kenichi Handa <handa@m17n.org>
6859
6860 These changes are to detect incorrect composition sequence without
6861 looking ahead the source. (Bug#2370)
6862
6863 * coding.h: Include "composite.h".
6864 (enum compisition_state): New enum.
6865 (struct compisition_status): New struct.
6866 (struct iso_2022_spec): New member cmp_status.
6867 (struct emacs_mule_spec): New struct.
6868 (struct coding_system): New members ctext_extended_segment_len and
6869 embedded_utf_8. Change the union member
6870 spec.emacs_mule_full_support to spec.emacs_mule.
6871
6872 * coding.c (CODING_ISO_CMP_STATUS): New macro.
6873 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
6874 (MAX_ANNOTATION_LENGTH): Define to 5.
6875 (ADD_COMPOSITION_DATA): New arg nbytes.
6876 (emacs_mule_char): New arg cmp_status.
6877 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
6878 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
6879 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
6880 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
6881 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
6882 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
6883 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
6884 (EMACS_MULE_COMPOSITION_END): New macro.
6885 (emacs_mule_finish_composition): New function.
6886 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
6887 (decode_coding_emacs_mule): Avoid long looking ahead while
6888 handling composition.
6889 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
6890 (ENCODE_COMPOSITION_RULE): New macro.
6891 (finish_composition): New function.
6892 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
6893 (DECODE_COMPOSITION_START): New implementation.
6894 (DECODE_COMPOSITION_END): Likewise.
6895 (STORE_COMPOSITION_RULE): New macro.
6896 (decode_coding_iso_2022): Avoid long looking ahead while handling
6897 composition, CTEXT extended segment, and embedded UTF-8.
6898 (setup_coding_system): For a coding of type iso-2022, reset
6899 CODING_ISO_EXTSEGMENT_LEN (coding) and
6900 CODING_ISO_EMBEDDED_UTF_8 (coding).
6901 (get_translation): Delete arguments last_block, from_nchars,
6902 to_nchars. Callers changed.
6903 (produce_chars): Don't modify charbuf. Adjusted for the change of
6904 get_translation.
6905 (produce_composition): Adjust for the new annotation sequence.
6906 (handle_composition_annotation): Likewise.
6907 (consume_chars): Adjust for the change of get_translation.
6908
6909 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
6910
6911 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
6912
6913 2009-03-05 Kenichi Handa <handa@m17n.org>
6914
6915 * font.c (font_select_entity): New function.
6916 (font_find_for_lface): Use font_select_entity to select a font.
6917
6918 * fontset.c (fontset_find_font): If a font found without
6919 restricting to the characters C doesn't support C, try to find a
6920 font with C restriction.
6921
6922 2009-03-04 Nikolaj Schumacher <me@nschum.de>
6923
6924 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
6925
6926 2009-03-04 Jason Rumney <jasonr@gnu.org>
6927
6928 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
6929 characters that have already been read. (Bug#2569)
6930
6931 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
6932 Log an error message if check_image_size failed.
6933 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
6934 (gs_load): Mention max-image-size in size error message. (Bug#2560)
6935
6936 2009-03-02 Eli Zaretskii <eliz@gnu.org>
6937
6938 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
6939 when decoding process output.
6940
6941 2009-03-01 Richard M Stallman <rms@gnu.org>
6942
6943 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
6944
6945 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
6946
6947 2009-02-28 Eli Zaretskii <eliz@gnu.org>
6948
6949 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
6950 (decode_coding_emacs_mule, decode_coding_iso_2022)
6951 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6952 (decode_coding_raw_text, decode_coding_charset)
6953 (setup_coding_system, decode_eol, decode_coding, consume_chars):
6954 Honor inhibit-eol-conversion. (Bug #2186)
6955
6956 2009-02-28 Jason Rumney <jasonr@gnu.org>
6957
6958 * coding.c (detect_coding_charset): If not checking latin extra,
6959 fail on characters between 0x80 and 0xA0. (Bug#2354)
6960
6961 2009-02-28 Eli Zaretskii <eliz@gnu.org>
6962
6963 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
6964 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
6965
6966 2009-02-27 Glenn Morris <rgm@gnu.org>
6967
6968 * callint.c (Finteractive): Doc fix.
6969
6970 2009-02-27 Kenichi Handa <handa@m17n.org>
6971
6972 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
6973
6974 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
6975
6976 * font.c (font_style_to_value): Set value for unknown symbols to
6977 100 instead of 255.
6978 (weight_table, slant_table, width_table): Treat "unspecified" as
6979 the default value.
6980
6981 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
6982
6983 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
6984
6985 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
6986
6987 * lread.c (Fload): Stop checking Vloads_in_progress and signal
6988 error as soon as a recursive load is detected.
6989
6990 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6991
6992 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
6993 before caching.
6994
6995 2009-02-24 Kenichi Handa <handa@m17n.org>
6996
6997 * fontset.c (fontset_find_font): Fix the condition for checking
6998 unavailable font.
6999
7000 2009-02-24 Glenn Morris <rgm@gnu.org>
7001
7002 * xfaces.c (Finternal_set_font_selection_order): Remove leading
7003 whitespace that confuses documentation.
7004
7005 2009-02-23 Miles Bader <miles@gnu.org>
7006
7007 * process.c (Flist_system_processes, Fprocess_attributes)
7008 (syms_of_process): Rename `system-process-attributes' to
7009 `process-attributes'.
7010
7011 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
7012
7013 * coding.h (struct coding_system): Make safe_charsets a pointer to
7014 unsigned char.
7015 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
7016 being 255.
7017 (SAFE_CHARSET_P): Likewise.
7018 (setup_iso_safe_charsets): Properly setup safe_charsets.
7019 (Fdefine_coding_system_internal): Likewise.
7020 (setup_coding_system): Likewise. Remove unneeded casts.
7021 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
7022 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
7023 unneeded casts.
7024
7025 * insdel.c (del_range_2): Don't modify gap contents when called
7026 from decode_coding_object. (Bug#1809)
7027
7028 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
7029
7030 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
7031 Qfont_object.
7032 (Ftype_of): Recognize font objects.
7033
7034 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
7035
7036 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
7037 moved to data.c.
7038
7039 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7040
7041 * nsterm.m (x_make_frame_invisible): Unset async_visible,
7042 async_iconified. Based on a patch by Christian Lynbech
7043 <christian.lynbech@tieto.com>.
7044 (EmacsView-windowDidMiniaturize:): Unset async_visible.
7045
7046 2009-02-20 Glenn Morris <rgm@gnu.org>
7047
7048 * syntax.c (Fskip_chars_forward): Fix doc typo.
7049
7050 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
7051
7052 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
7053
7054 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
7055
7056 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
7057
7058 2009-02-19 Kenichi Handa <handa@m17n.org>
7059
7060 * coding.c (detect_coding): Preserve coding->mode.
7061 Don't overflow coding->carryover. (Bug#2370)
7062
7063 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
7064
7065 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
7066
7067 2009-02-18 Kenichi Handa <handa@m17n.org>
7068
7069 * font.c (font_check_otf_features): Fix handling of `nil' element.
7070 (Ffont_spec): Describe :lang and :otf in the docstring.
7071
7072 2009-02-16 Andreas Schwab <schwab@suse.de>
7073
7074 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
7075 string.
7076
7077 2009-02-16 Kenichi Handa <handa@m17n.org>
7078
7079 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
7080 (Bug#1723)
7081
7082 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
7083
7084 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
7085
7086 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
7087 (handle_line_prefix): Suppress wrapping of wrap prefixes.
7088
7089 2009-02-14 Eli Zaretskii <eliz@gnu.org>
7090
7091 * msdos.c (MAX_SCREEN_BUF): New macro.
7092 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
7093 Encode the entire run of glyphs sharing the same face, instead of
7094 doing that one glyph at a time (fixes a bug with displaying
7095 double-size characters).
7096
7097 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
7098
7099 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
7100
7101 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
7102 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
7103 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
7104
7105 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
7106 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
7107
7108 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7109
7110 * keyboard.c (adjust_point_for_property): Allow stopping between two
7111 invisible areas.
7112
7113 2009-02-12 Jason Rumney <jasonr@gnu.org>
7114
7115 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
7116 (add_font_entity_to_list): Call check_face_name even when family
7117 is unspecified.
7118
7119 * w32term.c (x_display_pixel_height, x_display_pixel_width):
7120 Release DC when finished. Use NULL window to refer to desktop.
7121 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
7122
7123 * w32font.c (add_font_entity_to_list): Fix check for substituted
7124 raster fonts. (Bug#2219)
7125
7126 2009-02-12 Kenichi Handa <handa@m17n.org>
7127
7128 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
7129 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
7130 (autocmp_chars): Use fast_looking_at. Don't compose more
7131 characters than MAX_COMPOSITION_COMPONENTS.
7132 (find_automatic_composition): While looking forward and backward,
7133 check static composition. Fix where to stop looking forward.
7134 (composition_adjust_point): Fix checking of static composition.
7135 (Fcomposition_get_gstring): Pay attention to
7136 MAX_COMPOSITION_COMPONENTS.
7137
7138 * lisp.h (fast_looking_at): Extern it.
7139
7140 * search.c (fast_looking_at): New function.
7141
7142 * term.c (encode_terminal_code): Adjust for the change of
7143 <struct glyph>.u.cmp.to.
7144 (append_composite_glyph): Likewise.
7145
7146 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
7147 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
7148 composition.
7149 (append_composite_glyph): Adjust for the change of
7150 <strcut glyph>.u.cmp.to.
7151
7152 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
7153
7154 * casetab.c (init_casetab_once):
7155 * coding.c (ALLOC_CONVERSION_WORK_AREA):
7156 * font.c (font_update_lface):
7157 * fontset.c (Fnew_fontset):
7158 * ftfont.c (ftfont_drive_otf):
7159 * xfont.c (xfont_open):
7160 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
7161
7162 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7163
7164 * fileio.c (Fwrite_region): !NILP -> CONSP.
7165
7166 2009-02-10 Andreas Schwab <schwab@suse.de>
7167
7168 * process.c (send_process): Properly relocate pointer into data
7169 when using encoded data. (Bug#2272)
7170
7171 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
7172
7173 * coding.c (detect_coding_charset): Fix previous change.
7174
7175 2009-02-08 Jason Rumney <jasonr@gnu.org>
7176
7177 * w32fns.c (w32_hide_hourglass): Handle case where frame
7178 disappeared while hourglass was displayed. (Bug #2193)
7179
7180 2009-02-07 Andreas Schwab <schwab@suse.de>
7181
7182 * unexelf.c (unexec): Fix error message.
7183
7184 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
7185
7186 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
7187 when modal window is active. (Bug #2152)
7188 (applicationShouldTerminate:): Remove now-unneeded while loop
7189 around NSRunAlertPanel.
7190
7191 * nsmenu.m (popupSession): New file-global variable.
7192 (pop_down_menu): End the popupSession before closing dialog.
7193 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
7194 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
7195 don't query NSApp for events (just sleep instead).
7196
7197 2009-02-07 Eli Zaretskii <eliz@gnu.org>
7198
7199 * coding.c (syms_of_coding) <translation-table-for-input>:
7200 Modify doc string to discourage use for character code unification.
7201
7202 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7203
7204 * atimer.c (run_timers): Update pending_atimers.
7205
7206 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
7207
7208 * image.c (svg_load_image): Fix last change.
7209
7210 * xfns.c (Fx_create_frame): Signal an error if no font is
7211 found (Bug#2147).
7212
7213 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
7214
7215 * character.c (syms_of_character) <script-representative-chars>:
7216 Fix typo in docstring.
7217
7218 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7219
7220 * nsmenu.m (pop_down_menu): New function.
7221 (ns_popup_dialog): Call it on unwind.
7222 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
7223 call timer_check() (Bug#2154).
7224 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
7225 handling_signal is set.
7226 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
7227
7228 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
7229
7230 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
7231
7232 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
7233
7234 * keyboard.c (poll_for_input_1, handle_async_input):
7235 Set handling_signal under HAVE_NS.
7236
7237 2009-02-04 Glenn Morris <rgm@gnu.org>
7238
7239 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
7240
7241 2009-02-04 Kenichi Handa <handa@m17n.org>
7242
7243 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
7244
7245 * charset.c (Fchar_charset): New optional arg restriction.
7246
7247 * coding.h (coding_system_charset_list): Extern it.
7248
7249 * coding.c (coding_system_charset_list): New function.
7250
7251 * composite.c: Include coding.h and termhooks.h.
7252 (composition_gstring_p): Fix for the terminal case.
7253 (composition_gstring_width): Likewise.
7254 (fill_gstring_body): Likewise.
7255 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
7256 the frame.
7257 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
7258 is within a composition.
7259 (Fcomposition_get_gstring): Fix the terminal case.
7260
7261 * term.c (encode_terminal_code): Fix handling of composition.
7262 (produce_composite_glyph): For static composition, get pixel_width
7263 from struct composition.
7264
7265 2009-02-02 Andreas Schwab <schwab@suse.de>
7266
7267 * unexelf.c (unexec): Handle unaligned bss offset.
7268
7269 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7270
7271 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
7272 XT,w32read_socket changes to ns_read_socket.
7273
7274 * keyboard.c (handle_interrupt): Don't call
7275 quit_throw_to_read_char() under NS.
7276
7277 * blockinput.h: Remove NS-specific code.
7278
7279 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
7280
7281 * dispnew.c (window_change_signal): Don't try to get the size of a
7282 suspended tty frame.
7283 * term.c (Fresume_tty): Resize if the size has changed while the
7284 tty was suspended.
7285
7286 * alloc.c (mark_stack): Properly conditionalize previous change.
7287
7288 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
7289
7290 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
7291 * w32term.c (w32_read_socket) [SYNC_INPUT]:
7292 Remove; this code is not used on Windows.
7293
7294 2009-01-30 Eli Zaretskii <eliz@gnu.org>
7295
7296 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
7297 EOLs that also has stray ^M characters.
7298
7299 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
7300
7301 * atimer.c (run_timers, alarm_signal_handler):
7302 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
7303 * w32inevt.c (w32_console_read_socket):
7304 * w32term.c (w32_read_socket):
7305 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
7306
7307 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
7308
7309 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
7310 Initialize it as a relative filename pattern.
7311 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
7312 (Fcall_process_region): Simplify temp file creation using
7313 temporary-file-directory.
7314
7315 2009-01-29 Eli Zaretskii <eliz@gnu.org>
7316
7317 * msdos.c: Rename pending_signals to msdos_pending_signals.
7318 (sig_suspender, sigprocmask): Adjust.
7319
7320 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
7321
7322 * keyboard.c (pending_signals): New var.
7323 (poll_for_input, input_available_signal, init_keyboard): Set it.
7324 (process_pending_signals): New function.
7325
7326 * lisp.h (QUIT): Check pending_signals instead of
7327 interrupt_input_pending. Use process_pending_signals.
7328
7329 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
7330
7331 * process.c (wait_reading_process_output): Use process_pending_signals.
7332
7333 * sysdep.c (emacs_write): Use process_pending_signals.
7334
7335 * xterm.c (XTread_socket): Update pending_signals.
7336
7337 * w32term.c (w32_read_socket): Update pending_signals.
7338
7339 * w32inevt.c (w32_console_read_socket): Update pending_signals.
7340
7341 2009-01-29 Kenichi Handa <handa@m17n.org>
7342
7343 * xftfont.c (xftfont_has_char): New function.
7344 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
7345
7346 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
7347
7348 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
7349 under GNUstep.
7350 (ns_query_color): New declaration.
7351
7352 * nsterm.m (ns_confirm_quit): New variable.
7353 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
7354 (EmacsApp-applicationShouldTerminate:): Use it.
7355 (EmacsPrefsController): Let user set it.
7356 (ns_query_color): New function.
7357 (ns_defined_color): Use it.
7358 (ns_initialize): Drop.
7359 (ns_term_init): Add two lines from ns_initialize(), and set
7360 input_interrupt_mode to nil.
7361
7362 * image.c (svg_load_image): Don't right-shift background RGB when
7363 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
7364
7365 2009-01-28 Kenichi Handa <handa@m17n.org>
7366
7367 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
7368 (fontset_get_font_group): Remember that no font-group is specified
7369 for C.
7370
7371 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
7372
7373 * fns.c (concat): Check for string overflow (bug#1787).
7374
7375 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
7376 Quadruple undo limits (bug#1501).
7377
7378 2009-01-27 Kenichi Handa <handa@m17n.org>
7379
7380 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
7381 directly use GT_Get_Char_index.
7382
7383 * xftfont.c (struct xftfont_info): New member `index'.
7384
7385 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
7386 (Ffontset_font): Adjust for the change of fontset entry.
7387
7388 2009-01-26 Kenichi Handa <handa@m17n.org>
7389
7390 * fontset.c (fontset_find_font): Fix handling of non-cons return
7391 value of fontset_get_font_group.
7392 (fontset_font): Revert last change.
7393
7394 2009-01-26 Jason Rumney <jasonr@gnu.org>
7395
7396 * w32font.c (w32font_list_internal): Return quickly if registry is
7397 unknown. Simplify final return.
7398 (add_font_entity_to_list): Break complex logic down into more
7399 manageable chunks. Move unknown registry check to
7400 w32font_list_internal.
7401
7402 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
7403
7404 Changes to remove Feval calls from GUI under NS.
7405
7406 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
7407 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
7408 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
7409
7410 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
7411 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
7412 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
7413 instead of NON_ASCII_KEYSTROKE_EVENT.
7414 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
7415 (EmacsApp-applicationShouldTerminate:): Query user.
7416 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
7417 instead of Feval.
7418
7419 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
7420
7421 * keyboard.c (kbd_buffer_get_event): Check for it.
7422 (keys_of_keyboard): Define lispy keys for
7423 ns-put/unput-working-text.
7424
7425 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
7426 versions.
7427 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
7428
7429 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
7430
7431 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
7432 setting current_buffer directly. (Bug#2044)
7433
7434 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
7435
7436 * fontset.c (fontset_font): If we know there is no font, don't do
7437 any work. (Bug#1952, bug#1990).
7438
7439 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
7440
7441 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7442
7443 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
7444 (ns_no_defaults): New declaration.
7445 (main): Use it.
7446
7447 * nsterm.h (ns_no_defaults): New declaration.
7448
7449 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
7450
7451 * nsterm.m (ns_no_defaults): New variable.
7452 (ns_initialize): Don't read defaults when ns_no_defaults.
7453 (EmacsView-readSelectionFromPasteboard:)
7454 (writeSelectionToPasteboard:types:): New stubbed-out methods for
7455 NSServicesRequests protocol. (Bug#1435)
7456 (ns_dumpglyphs_stretch): New function.
7457 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
7458 of 2008-11-15 to other terms. (Bug#615)
7459
7460 * nsimage.m (setPixmapData:): Set to ignore image DPI.
7461
7462 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
7463
7464 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
7465 call for Sparc64.
7466
7467 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7468
7469 * nsfns.m:
7470 * nsgui.h:
7471 * nsmenu.m:
7472 * nsselect.m:
7473 * nsterm.h:
7474 * nsterm.m: Remove '23' comments that indicated code added during
7475 update from emacs-20 -> emacs-23.
7476
7477 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7478
7479 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
7480 ns_alternate_modifier. (Bug#1217)
7481
7482 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
7483 Display all shortcuts, including those w/o super modifier.
7484
7485 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
7486
7487 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
7488
7489 * fileio.c (Vwrite_region_post_annotation_function)
7490 (Vwrite_region_annotation_buffers): New vars.
7491 (build_annotations_unwind): Just reset
7492 Vwrite_region_annotation_buffers.
7493 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
7494 Call write-region-post-annotation-function.
7495 (build_annotations): Add to Vwrite_region_annotation_buffers if
7496 buffer changes.
7497
7498 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7499
7500 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
7501 Tiger.
7502 * nsfns.m (ns_do_applescript):
7503 Conditionalize typeUTF16ExternalRepresentation on Tiger.
7504
7505 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
7506
7507 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
7508
7509 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7510
7511 * nsmenu.m (NSMENUPROFILE): Change #if style.
7512
7513 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
7514
7515 * nsterm.m (x_set_frame_alpha): Add prototype.
7516 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
7517 handle Ctrl-tab. (Bug#1841)
7518 (ns_get_color): Use unsigned long long for scanned hex string value.
7519 (ns_term_shutdown): Abort on non SIGTERM signals.
7520 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
7521 (EmacsPrefsController-setPanelFromDefaultValues): New function.
7522 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
7523 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
7524 (ns_defined_color): Fix settings of the XColor variable fields:
7525 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
7526
7527 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
7528 DPI. (Bug#1316)
7529 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
7530 values in onTiger section.
7531
7532 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
7533
7534 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
7535 Check return value of font_spec_from_name.
7536 (Fx_list_fonts): Doc fix. (Bug#1951)
7537
7538 * font.c (font_spec_from_name): Return Qnil if font name could not
7539 be parsed.
7540 (font_parse_name): Treat a `?' character as part of an XLFD.
7541
7542 * fns.c (Fsubstring): Doc fix.
7543
7544 2009-01-19 Kenichi Handa <handa@m17n.org>
7545
7546 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
7547 (ftfont_list): Likewise.
7548
7549 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
7550
7551 * dbusbind.c (Fdbus_register_signal):
7552 * process.c (conv_sockaddr_to_lisp):
7553 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
7554
7555 * callproc.c (Fgetenv_internal): Doc fix.
7556
7557 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
7558
7559 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
7560 it is not even used.
7561
7562 2009-01-16 Glenn Morris <rgm@gnu.org>
7563
7564 * font.c (Ffont_variation_glyphs): Silence compiler.
7565
7566 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
7567
7568 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
7569 Reported by David Robinow <drobinow@gmail.com>.
7570
7571 2009-01-15 Kenichi Handa <handa@m17n.org>
7572
7573 * coding.c (detect_coding_system): Fix handling of null_byte_found.
7574
7575 2009-01-14 Jason Rumney <jasonr@gnu.org>
7576
7577 * frame.c (x_set_font): Always store a font to the font parameter,
7578 never a fontset. (Bug#1562)
7579
7580 2009-01-14 Kenichi Handa <handa@m17n.org>
7581
7582 * coding.c (TWO_MORE_BYTES): New macro.
7583 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
7584
7585 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
7586
7587 * font.c (font_clear_prop): If clearing the family, clear the font
7588 width index too.
7589
7590 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
7591
7592 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
7593
7594 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
7595 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
7596 functions, use sizeof.
7597
7598 2009-01-12 Martin Rudalics <rudalics@gmx.at>
7599
7600 * keyboard.c (read_char): Fix case where last_nonmenu_event
7601 returned a bad value with submenus. (Bug#447)
7602
7603 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
7604
7605 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
7606 family, clear the font width index too.
7607
7608 2009-01-11 Jason Rumney <jasonr@gnu.org>
7609
7610 * keyboard.c (cmd_error_internal): Exit when errors occur before
7611 frame creation and not in daemon mode. (Bug#1836)
7612
7613 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
7614
7615 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
7616 of a display vector, backtrack.
7617 (try_window_reusing_current_matrix): Check glyph type before
7618 referencing charpos member.
7619
7620 2009-01-10 Eli Zaretskii <eliz@gnu.org>
7621
7622 Fix Bug #876:
7623
7624 * coding.c (inhibit_null_byte_detection): New variable.
7625 (detect_coding, detect_coding_system): Don't pay attention to null
7626 bytes if inhibit_null_byte_detection is non-zero.
7627 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
7628 <inhibit-iso-escape-detection>: Doc fix.
7629
7630 2009-01-09 Jason Rumney <jasonr@gnu.org>
7631
7632 * w32font.c (add_font_entity_to_list): Don't report unknown
7633 Windows charset as any unrecognized registry. (Bug#1548)
7634 Only report Unicode Plane 2 fonts as unicode-sip.
7635
7636 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
7637
7638 * xfaces.c (Fx_font_family_list): Delete function.
7639 Move compatibility version to faces.el.
7640
7641 * font.c (Ffont_family_list): Return a list of strings, not symbols.
7642
7643 2009-01-09 Martin Rudalics <rudalics@gmx.at>
7644
7645 * frame.c (x_set_frame_parameters): Remember requested value for
7646 fullscreen before it's reset by the parameter handler.
7647
7648 2009-01-09 Glenn Morris <rgm@gnu.org>
7649
7650 * keyboard.c (last_command_char): For clarity, rename to...
7651 (last_command_event): ... and update all users.
7652 (last_input_char): For clarity, rename to...
7653 (last_input_event): ... and update all users.
7654 (last-command-char, last-input-char): Move to subr.el as aliases.
7655 * cmds.c, commands.h: Update for last_command_char rename.
7656
7657 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
7658
7659 * font.c (font_open_for_lface): Handle unspecified height attribute.
7660
7661 2009-01-08 Jason Rumney <jasonr@gnu.org>
7662
7663 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
7664 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
7665 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
7666 Don't declare.
7667 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
7668 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
7669
7670 2009-01-07 Kenichi Handa <handa@m17n.org>
7671
7672 * fileio.c (Finsert_file_contents): In the case of replace,
7673 remember the coding system used for decoding in
7674 coding_system (Bug#1039).
7675
7676 * coding.c (decode_coding_utf_8): Check byte_after_cr before
7677 breaking the loop. (Bug#870)
7678 (decode_coding_utf_16, decode_coding_emacs_mule)
7679 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7680 (decode_coding_charset): Likewise.
7681
7682 2009-01-05 Martin Rudalics <rudalics@gmx.at>
7683
7684 * frame.c (x_set_frame_parameters): Make sure height (width) get
7685 applied when fullwidth (fullheight) is set. (Bug#1522)
7686
7687 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
7688
7689 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
7690 (utc_base): Declare as ULONGLONG, not long double.
7691 (convert_time_raw): Delete.
7692 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
7693 (initialize_utc_base): New function.
7694 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
7695 (convert_from_time_t): Use initialize_utc_base; compute result with
7696 64-bit arithmetic.
7697 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
7698
7699 2009-01-03 Eli Zaretskii <eliz@gnu.org>
7700
7701 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
7702 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
7703 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
7704 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
7705 [!subprocesses]: Define.
7706 (syms_of_process) [!subprocesses]: Intern and staticpro them.
7707 (Flist_system_processes, Fsystem_process_attributes)
7708 [!subprocesses]: Call list_system_processes and
7709 system_process_attributes instead of returning Qnil.
7710
7711 * dosfns.c (system_process_attributes, list_system_processes):
7712 New functions.
7713
7714 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
7715
7716 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
7717 Don't use the default (no-op) implementation.
7718
7719 2009-01-03 Jason Rumney <jasonr@gnu.org>
7720
7721 * keyboard.c (parse_modifiers_uncached): Wheel events are
7722 clicks (bug#687).
7723
7724 * w32term.c (x_query_colors, x_query_color): New functions.
7725
7726 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
7727 (svg_load_image): Cast returned pointers from dynamically loaded
7728 functions. Eliminate W32 specific code.
7729
7730 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7731
7732 * nsfns.m (x_set_foreground_color, x_set_background_color)
7733 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
7734 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
7735 x_ prefix instead of ns_. Update references.
7736 (syms_of_nsfns): Add a FIXME comment.
7737
7738 * nsterm.m (x_set_cursor_type): New prototype.
7739 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
7740
7741 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
7742 for Solaris instead of incorrectly providing Qutime and Qcutime.
7743
7744 2009-01-02 Eli Zaretskii <eliz@gnu.org>
7745
7746 * w32.c (process_times): Compute sum of utime and stime.
7747 (system_process_attributes): Add Qtime to the alist.
7748
7749 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
7750 and add them to the alist.
7751
7752 * process.c (top level) <Qtime, Qctime>: New variables.
7753 (syms_of_process): staticpro them.
7754 (Fsystem_process_attributes): Add their documentation to the doc
7755 string.
7756
7757 * process.h: Declare Qtime and Qctime.
7758
7759 2009-01-02 Jason Rumney <jasonr@gnu.org>
7760
7761 * image.c (Qgobject): New symbol.
7762 (syms_of_image): Initialize it.
7763 (init_svg_functions): Load some functions from gobject library.
7764
7765 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
7766
7767 * frame.c (make_terminal_frame): Remove redundant code and useless
7768 block.
7769
7770 2009-01-01 Andreas Schwab <schwab@suse.de>
7771
7772 * process.c (conv_sockaddr_to_lisp): Add workaround for
7773 getsockname bug on BSD.
7774
7775 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
7776
7777 * xfns.c (x_create_tip_frame): Set border width of the X window.
7778
7779 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
7780
7781 2009-01-01 Jason Rumney <jasonr@gnu.org>
7782
7783 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
7784 Don't block input, as per earlier xterm.c changes.
7785
7786 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
7787
7788 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
7789 (ns_appkit_version_int): New function.
7790 (x-server-version): Use ns_appkit_version_int and follow 21+
7791 convention of returning 3 integers.
7792
7793 2008-12-30 Kenichi Handa <handa@m17n.org>
7794
7795 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
7796 (CHAR_SURROGATE_PAIR_P): New macro.
7797
7798 * font.h (struct font_driver): New member get_variation_glyphs.
7799
7800 * font.c (font_range): Don't require a font for a variation selector.
7801 (Ffont_variation_glyphs): New function.
7802 (syms_of_font): Defsubr it.
7803
7804 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
7805 ftfont_variation_glyphs.
7806 (setup_otf_gstring): New function.
7807 (ftfont_drive_otf): Use it.
7808 (ftfont_shape_by_flt): Handle variation selector.
7809 (ftfont_variation_glyphs): New function.
7810
7811 2008-12-30 Martin Rudalics <rudalics@gmx.at>
7812
7813 * frame.c (Vemacs_iconified): Remove.
7814
7815 2008-12-30 Jason Rumney <jasonr@gnu.org>
7816
7817 * frame.c (store_frame_param, x_get_arg): Enable newer code on
7818 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7819
7820 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
7821
7822 * indent.c (Fvertical_motion): Don't advance iterator if we have
7823 reseated to the desired position.
7824
7825 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
7826 checking for pos match.
7827
7828 2008-12-30 Kenichi Handa <handa@m17n.org>
7829
7830 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
7831 just get the low 8-bit of the code.
7832
7833 * font.c (font_intern_prop): Validate str as multibyte.
7834
7835 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7836
7837 * dispextern.h (struct face): Move lface and hash from the middle
7838 of bitfields.
7839
7840 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
7841
7842 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7843
7844 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
7845 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
7846 instead of intervals.h.
7847
7848 2008-12-26 Andreas Schwab <schwab@suse.de>
7849
7850 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
7851 cons.
7852
7853 2008-12-26 Martin Rudalics <rudalics@gmx.at>
7854
7855 * textprop.c (Qminibuffer_prompt): New variable.
7856 (syms_of_textprop): Initialize it.
7857 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
7858 in minibuffer-prompt face. (Bug#1662)
7859
7860 2008-12-25 Jason Rumney <jasonr@gnu.org>
7861
7862 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
7863
7864 2008-12-24 Jason Rumney <jasonr@gnu.org>
7865
7866 * ralloc.c (r_alloc_reset_variable): New function.
7867
7868 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
7869 record of what points where. (Bug#716)
7870
7871 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
7872
7873 * minibuf.c (read_minibuf): Follow the non-interactive case when
7874 running as a daemon, before detaching.
7875
7876 2008-12-22 Andreas Schwab <schwab@suse.de>
7877
7878 * buffer.c (init_buffer): Use realloc instead of xrealloc.
7879 * gtkutil.c (free_widget_value): Use xfree instead of free.
7880
7881 2008-12-22 Martin Rudalics <rudalics@gmx.at>
7882
7883 * frame.c (delete_frame): New function derived from
7884 Fdelete_frame to handle Qnoelisp value for FORCE argument.
7885 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
7886 (Fdelete_frame): Call delete_frame. Remove line from doc-string
7887 saying that FORCE non-nil doesn't run `delete-frame-functions'.
7888 * frame.h: Extern delete_frame.
7889 * window.c (window_loop):
7890 * terminal.c (delete_terminal):
7891 * xterm.c (x_connection_closed):
7892 * xfns.c (Fx_hide_tip):
7893 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
7894
7895 2008-12-21 Jason Rumney <jasonr@gnu.org>
7896
7897 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
7898 when character maps to .notdef character.
7899
7900 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7901
7902 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
7903
7904 2008-12-20 Jason Rumney <jasonr@gnu.org>
7905
7906 * frame.c (Fmake_terminal_frame): Raise an error when called from
7907 a graphical frame on Windows. (Bug#1325)
7908
7909 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
7910
7911 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
7912
7913 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
7914
7915 * minibuf.c (Fread_buffer): Doc fix.
7916
7917 2008-12-20 Jason Rumney <jasonr@gnu.org>
7918
7919 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
7920 server name in UNC paths. (Bug#719)
7921
7922 * coding.c (decode_coding): Clear chars_at_source flag when using
7923 charbuf. (Bug#1035)
7924
7925 2008-12-19 Daniel Engeler <engeler@gmail.com>
7926
7927 * sysdep.c (serial_configure): Fix typo.
7928
7929 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7930
7931 * sysdep.c: Include alloca.h.
7932 (system_process_attributes): Add implementation for Solaris.
7933
7934 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
7935
7936 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7937
7938 Reorganize implementation of Flist_system_processes and
7939 Fsystem_process_attributes. No functional changes.
7940 * process.c: Don't #include pwd.h, grp.h and limits.h.
7941 (Flist_system_processes): Just call list_system_processes.
7942 (Fsystem_process_attributes): Just call system_process_attributes.
7943 (procfs_list_system_processes, time_from_jiffies)
7944 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
7945 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
7946
7947 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
7948 (list_system_processes): Rename from
7949 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
7950 Provide a do nothing implementation.
7951 (system_process_attributes): Rename from
7952 procfs_list_system_processes.
7953 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
7954 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
7955
7956 * w32.c (list_system_processes): Rename from
7957 w32_list_system_processes.
7958 (system_process_attributes): Rename from
7959 w32_system_process_attributes.
7960
7961 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
7962
7963 * process.h (w32_list_system_processes)
7964 (w32_system_process_attributes): Remove.
7965 (list_system_processes, system_process_attributes):
7966 New prototypes.
7967
7968 2008-12-19 Kenichi Handa <handa@m17n.org>
7969
7970 * xfont.c (xfont_decode_coding_xlfd): New function.
7971 (xfont_encode_coding_xlfd): New function.
7972 (xfont_list_pattern): Decode XLFD by iso-8859-1.
7973 (xfont_list): Decode and encode XLFD by iso-8859-1.
7974 (xfont_match): Likewise.
7975 (xfont_list_family): Likewise.
7976 (xfont_open): Likewise.
7977
7978 * ftfont.c (ftfont_open): Generate a multibyte string if given
7979 names are utf-8.
7980
7981 * xftfont.c (xftfont_open): Generate a multibyte string if given
7982 names are utf-8.
7983
7984 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
7985
7986 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
7987 changed.
7988 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
7989 clicked on a detached tool bar button.
7990
7991 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
7992
7993 * emacs.c (main): Print and error and exit when no data is read
7994 from the pipe.
7995
7996 2008-12-17 Jason Rumney <jasonr@gnu.org>
7997
7998 * w32font.c (w32font_has_char): Always return -1.
7999
8000 2008-12-16 Kenichi Handa <handa@m17n.org>
8001
8002 * font.c (font_open_entity): Fix previous change.
8003
8004 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
8005
8006 * process.c: Include <limits.h>.
8007
8008 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
8009
8010 * font.c (font_update_drivers): Fix mistake in reconstructing the
8011 driver list.
8012
8013 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
8014
8015 * font.c (font_clear_cache): Fix format of font cache data.
8016
8017 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
8018
8019 * xftfont.c (xftfont_open): Free Xft font pattern if
8020 XftFontOpenPattern fails.
8021
8022 * xterm.c (x_free_frame_resources): Remove extraneous call to
8023 free_frame_faces.
8024
8025 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
8026
8027 * xterm.c (x_delete_display): Move xim_close_dpy call to
8028 x_delete_terminal.
8029 (x_delete_terminal): Call xim_close_dpy.
8030
8031 2008-12-13 Jason Rumney <jasonr@gnu.org>
8032
8033 * w32font.c (intern_font_name): New function.
8034 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
8035 (w32font_open_internal, Fx_select_font): Decode font name.
8036 (fill_in_logfont, list_all_matching_fonts): Encode font name.
8037
8038 * w32font.h (intern_font_name): Declare new function.
8039
8040 * w32uniscribe.c (add_opentype_font_name_to_list):
8041 Use intern_font_name.
8042
8043 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
8044
8045 * frame.c (Fdelete_frame): Call free_font_driver_list.
8046
8047 * font.c (free_font_driver_list): Implement missing function.
8048
8049 * w32term.c (w32_term_init): Don't initialize the image cache
8050 here; it will be done in init_frame_faces.
8051
8052 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
8053 (struct x_display_info): Remove unused member null_pixel. New
8054 member xim_callback_data.
8055
8056 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
8057 (xim_initialize): Save pointer to callback function data.
8058 (xim_close_dpy): Free callback function data. Call XCloseIM,
8059 reverting 2008-11-04 change by David Smith.
8060 (x_term_init): Don't initialize the image cache here; it will be
8061 done in init_frame_faces. Remove ancient "null_pixel" cruft.
8062 (x_delete_display): Free x_dnd_atoms member.
8063
8064 2008-12-13 Kenichi Handa <handa@m17n.org>
8065
8066 * font.c (font_rescale_ratio): Moved from xfaces.c.
8067 Argument type changed. Handle a font-spec too.
8068 (font_score): Check Vface_font_rescale_alist.
8069 (font_open_entity): Likewise. (Bug#1547)
8070
8071 * xfaces.c (font_rescale_ratio): Moved to font.c.
8072
8073 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
8074
8075 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
8076
8077 2008-12-12 Jason Rumney <jasonr@gnu.org>
8078
8079 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
8080 Vwindow_system_version to the real w32 major version.
8081
8082 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
8083
8084 * term.c (init_tty): Move setting the terminal name before the
8085 potential user: maybe_fatal.
8086
8087 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
8088
8089 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
8090 all callers changed. Call free_frame_faces to free the face cache.
8091
8092 2008-12-11 Jason Rumney <jasonr@gnu.org>
8093
8094 * w32font.c (fill_in_logfont): Don't assume symbol script means
8095 SYMBOL_CHARSET. (Bug#547)
8096
8097 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
8098 size for surrogates. (Bug#1096, bug#872)
8099
8100 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
8101
8102 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
8103
8104 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
8105
8106 * process.c (Fsystem_process_attributes, syms_of_process):
8107 Fix typo in name of Ssystem_process_attributes.
8108 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
8109
8110 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
8111
8112 * syntax.c (Fmodify_syntax_entry): Doc fix.
8113
8114 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
8115
8116 * font.c (Ffont_spec): Move usage to end of docstring.
8117
8118 2008-12-10 Jason Rumney <jasonr@gnu.org>
8119
8120 * w32font.c (Qcham): New symbol.
8121 (font_supported_scripts): Add cham, and comments for other new
8122 scripts in bitfield from OpenType spec.
8123 (add_font_entity_to_list): Limit unicode-sip fonts to those that
8124 contain characters beyond the bmp.
8125
8126 2008-12-10 Kenichi Handa <handa@m17n.org>
8127
8128 * ftfont.c (fc_charset_table): Add "unicode-sip".
8129 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
8130 Qunicode_sip.
8131
8132 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
8133
8134 * coding.c (QCdefault_char): Rename from QCdefalut_char.
8135 (Fcoding_system_put): Use QCdefault_char.
8136 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
8137
8138 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
8139
8140 * xftfont.c (syms_of_xftfont): Fix typo.
8141
8142 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
8143
8144 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8145
8146 * emacs.c (main): Close daemon_pipe on exec.
8147
8148 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
8149
8150 * termchar.h (struct tty): New members termcap_term_buffer and
8151 termcap_strings_buffer.
8152
8153 * term.c (encode_terminal_code): Free any previous memory blocks
8154 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
8155 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
8156 All callers changed.
8157 (init_tty): Store termcap data and string buffers in new struct
8158 tty members termcap_term_buffer and termcap_strings_buffer.
8159 (delete_tty): Free them.
8160 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
8161
8162 2008-12-07 Seiji Zenitani <zenitani@mac.com>
8163
8164 * nsfns.m (ns_set_background_color): Remove code duplication.
8165 It was a substitute for face-transparency on OS X 10.3.
8166
8167 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
8168
8169 * coding.c (make_conversion_work_buffer): Disable buffer
8170 modification hooks in the work buffer.
8171
8172 2008-12-05 Eli Zaretskii <eliz@gnu.org>
8173
8174 * process.c (procfs_system_process_attributes): If `nread' has a
8175 negative value, assign zero to it.
8176
8177 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
8178
8179 * eval.c (Vdebug_on_error): Doc fix.
8180
8181 2008-12-05 Kenichi Handa <handa@m17n.org>
8182
8183 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
8184 second character is a combining character.
8185
8186 2008-12-05 Eli Zaretskii <eliz@gnu.org>
8187
8188 * process.c (procfs_system_process_attributes): Don't use cmd,
8189 cmdsize, and q without initializing them first.
8190
8191 2008-12-04 Jason Rumney <jasonr@gnu.org>
8192
8193 * w32font.c (w32font_draw): Initialize orig_clip before getting
8194 it, and delete it when finished.
8195
8196 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
8197
8198 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
8199 case when running as a daemon before detaching.
8200
8201 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
8202
8203 * w32.c (init_environment): Don't unload library shell32.dll.
8204
8205 2008-12-03 Kenichi Handa <handa@m17n.org>
8206
8207 * font.c (font_at): Set `multibyte' at first.
8208
8209 * coding.c (decode_coding_charset): Check type of an element of
8210 vector VALIDS.
8211 (encode_coding_emacs_mule): Be sure to set `code'.
8212
8213 * fontset.c (face_for_char): Handle invalid charset property correctly.
8214 (font_for_char): Likewise.
8215
8216 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
8217
8218 * font.c (Fopen_font): Compute pixel size correctly.
8219 (font_update_lface): Handle fonts with corrupted size specs,
8220 i.e. non-int and non-float.
8221
8222 * ftfont.c (ftfont_match): Initialize entity variable.
8223 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8224 (ftfont_list_family): Initialize list var earlier.
8225
8226 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
8227
8228 * xterm.c (x_draw_glyph_string): Fall back on
8229 underline_minimum_offset for underline position.
8230
8231 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8232
8233 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
8234
8235 * character.c (c_string_width): Specify the type for LEN.
8236
8237 2008-12-03 Kenichi Handa <handa@m17n.org>
8238
8239 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
8240 (decode_coding_utf_8): Likewise.
8241 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
8242 (produce_chars): Initialize consumed_chars to 0.
8243
8244 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
8245
8246 * keyboard.c (make_lispy_position): Only use PT if the selected
8247 window is current.
8248
8249 2008-12-02 Andreas Schwab <schwab@suse.de>
8250
8251 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
8252
8253 * doprnt.c (doprnt1): Fix size of charbuf.
8254
8255 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
8256
8257 * keyboard.c (timer_check): Revert last change.
8258
8259 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
8260
8261 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
8262
8263 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
8264
8265 * makefile.w32-in: Update dependencies.
8266 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
8267
8268 2008-12-01 Andreas Schwab <schwab@suse.de>
8269
8270 * font.c (register_font_driver): Use xmalloc.
8271 (font_put_frame_data): Likewise.
8272
8273 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
8274
8275 * xfaces.c (realize_x_face): Make abort condition clearer.
8276
8277 * gtkutil.c (update_frame_tool_bar): Initialize variable.
8278
8279 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
8280
8281 * keyboard.c (timer_check): After a timer runs, ensure that the
8282 selected window's buffer is current.
8283
8284 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
8285
8286 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
8287 It was accidentally restored by the Unicode merge.
8288
8289 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
8290
8291 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
8292
8293 * w32proc.c: Include "coding.h".
8294 (Fw32_short_file_name): Encode filename passed to Windows API.
8295 (Fw32_long_file_name): Encode filename passed to Windows API and
8296 decode back the result. (Bug#1433)
8297
8298 2008-11-29 Kenichi Handa <handa@m17n.org>
8299
8300 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
8301 not before accessing it.
8302
8303 * charset.c (Fdefine_charset_internal): After calculating
8304 min_char, max_char, and fastmap, copy the charset structure again.
8305 (encode_char): Fix the previous change.
8306
8307 2008-11-28 Seiji Zenitani <zenitani@mac.com>
8308
8309 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
8310
8311 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
8312
8313 * nsterm.m (x_set_frame_alpha): New function.
8314
8315 2008-11-27 Eli Zaretskii <eliz@gnu.org>
8316
8317 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
8318
8319 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
8320
8321 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
8322 pointer to check_face_name.
8323
8324 2008-11-27 Kenichi Handa <handa@m17n.org>
8325
8326 * category.h (SET_CATEGORY_SET): Call set_category_set.
8327 (set_category_set): Extern it.
8328
8329 * category.c (hash_get_category_set): New function.
8330 (Fmodify_category_entry): Adjusted for the change of
8331 char_table_ref_and_range. Call hash_get_category_set to get a
8332 category set to store in the table.
8333
8334 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
8335 Funify_charset.
8336
8337 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
8338 (DECODE_CHAR): Check if the decoder vector is ready.
8339 (ENCODE_CHAR): Check if the encoder char-table is ready.
8340 (maybe_unify_char): Extern it.
8341
8342 * charset.c (Vchar_unified_charset_table): Delete it.
8343 (inhibit_load_charset_map): New variable.
8344 (temp_charset_work): New variable.
8345 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
8346 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
8347 New macros.
8348 (load_charset_map): Meaning of control_flag changed. If
8349 inhibit_load_charset_map is nonzero, setup a table in
8350 temp_charset_work.
8351 (load_charset): New argument control_flag.
8352 (map_charset_for_dump): New function.
8353 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
8354 map_charset_for_dump.
8355 (Fdefine_charset_internal): If the charset method is MAP, load
8356 mapping tables by calling load_charset.
8357 (Funify_charset): Don't load a mapping table but directly set
8358 Vchar_unify_table.
8359 (maybe_unify_char): New function.
8360 (decode_char): Don't handle the deleted method MAP_DEFERRED.
8361 Handle the case of inhibit_load_charset_map being nonzero.
8362 (encode_char): Don't handle the deleted method MAP_DEFERRED.
8363 Handle the case of inhibit_load_charset_map being nonzero.
8364 (Fclear_charset_maps): Just free temp_charset_work.
8365 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
8366 variable.
8367
8368 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
8369 change of char_table_ref_and_range.
8370 (char_table_ref_and_range): Change the meaning of argument FROM
8371 and TO. Now the caller must provide initial values for *FROM
8372 and *TO.
8373
8374 * fontset.c (fontset_add): Adjusted for the change of
8375 char_table_ref_and_range.
8376 (fontset_get_font_group): Likewise.
8377 (Ffontset_info): Likewise.
8378
8379 * keymap.c (describe_vector): Adjusted for the change of
8380 char_table_ref_and_range. For char-table, put boundary between
8381 non-ASCII and 8-bit characters.
8382
8383 * print.c (print_object): For bool-vector, delete unnecessary
8384 check of ASCII_BYTE_P.
8385
8386 2008-11-26 Jason Rumney <jasonr@gnu.org>
8387
8388 * w32font.c (w32font_open_internal): Don't include external
8389 leading in font height. (Bug#879)
8390
8391 2008-11-26 Glenn Morris <rgm@gnu.org>
8392
8393 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
8394 redefinition with ifdef. (Bug#1383)
8395
8396 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8397
8398 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
8399
8400 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
8401
8402 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
8403 New EmacsView methods.
8404 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
8405 Fixes bug #1048,1357,1414.
8406
8407 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8408
8409 Fix bug #1362.
8410 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
8411 is not an indexed color.
8412 * nsterm.m (free_indexed_color): Add argument checking.
8413 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
8414
8415 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
8416
8417 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
8418 Document confirm-after-completion value for
8419 minibuffer-completion-confirm.
8420
8421 2008-11-24 Jason Rumney <jasonr@gnu.org>
8422
8423 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
8424 warning.
8425
8426 2008-11-23 Jason Rumney <jasonr@gnu.org>
8427
8428 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
8429 restored before returning.
8430
8431 * w32font.c (check_face_name): New function.
8432 (add_font_entity_to_list): Use it to filter out common substituted
8433 fonts. (Bug#642)
8434
8435 2008-11-22 Martin Rudalics <rudalics@gmx.at>
8436
8437 * buffer.c (Fswitch_to_buffer): Reword and mention new option
8438 confirm-nonexistent-file-or-buffer in doc-string.
8439
8440 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8441
8442 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
8443 Fix copy/paste typo. Add checks.
8444
8445 2008-11-21 Kenichi Handa <handa@m17n.org>
8446
8447 * coding.c (detect_coding_iso_2022): Reject invalid composition
8448 sequence.
8449 (DECODE_COMPOSITION_START): If the current source is the last
8450 block, and the current composition doesn't end, regard this
8451 sequence as invalid.
8452 (decode_coding_iso_2022): Handle invalid composition sequence.
8453
8454 2008-11-20 Martin Rudalics <rudalics@gmx.at>
8455
8456 * window.c (coordinates_in_window): Don't return
8457 ON_VERTICAL_BORDER for the rightmost position of a mode/header
8458 line when the window is not the rightmost one. (Bug#1372)
8459
8460 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
8461
8462 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
8463
8464 2008-11-15 Eli Zaretskii <eliz@gnu.org>
8465
8466 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
8467 and bright_bg if noninteractive is non-zero.
8468
8469 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8470
8471 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
8472 x_draw_glyph_string_background.
8473
8474 * w32term.c (x_draw_glyph_string): Likewise.
8475
8476 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
8477
8478 * xterm.c (x_draw_glyph_string): Stop drawing the background of
8479 the next glyph string once past the overhang width.
8480
8481 * nsterm.m (ns_draw_glyph_string): Likewise.
8482
8483 * w32term.c (x_draw_glyph_string): Likewise.
8484
8485 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
8486
8487 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
8488 double file close.
8489
8490 2008-11-14 Martin Rudalics <rudalics@gmx.at>
8491
8492 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
8493 dedicated status of window before attempting to display another
8494 buffer in it.
8495
8496 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
8497
8498 * msdos.c (Fmsdos_long_file_names):
8499 (syms_of_msdos) <dos-unsupported-char-glyph>:
8500 * dosfns.c (Fint86): Fix typos in docstrings.
8501
8502 2008-11-14 Eli Zaretskii <eliz@gnu.org>
8503
8504 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
8505
8506 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8507
8508 * puresize.h (BASE_PURESIZE): Increase to 1260000.
8509
8510 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
8511
8512 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
8513
8514 * frame.h: Negative alpha means "don't touch".
8515
8516 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
8517
8518 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
8519
8520 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8521
8522 * hftctl.c:
8523 * chpdef.h:
8524 * acldef.h: Remove files used only for systems no longer supported.
8525
8526 * Makefile.in: Fix .o alphabetical ordering.
8527 (hftctl.o): Remove dependency, file removed.
8528 (keymap.o, print.o): Depend on charset.h.
8529
8530 2008-11-10 Kenichi Handa <handa@m17n.org>
8531
8532 * character.c (Fget_byte): Fix and make it faster for unibyte target.
8533
8534 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
8535
8536 * dired.c (file_name_completion): If completion_ignore_case is
8537 enabled, ignore case when checking completion-regexp-list.
8538
8539 2008-11-08 Eli Zaretskii <eliz@gnu.org>
8540
8541 * vm-limit.c (get_lim_data): Fix last change.
8542
8543 2008-11-08 Kenichi Handa <handa@m17n.org>
8544
8545 * character.c (Fget_byte): New function.
8546 (syms_of_character): Defsubr Fget_byte.
8547
8548 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
8549
8550 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
8551 cursor position is valid after scrolling.
8552
8553 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
8554
8555 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
8556
8557 2008-11-06 Glenn Morris <rgm@gnu.org>
8558
8559 * xterm.c (handle_one_xevent): Don't let popup menus cause
8560 mouse-autoselect-window related window switching. (Bug#1261)
8561
8562 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
8563
8564 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
8565
8566 2008-11-04 Andreas Schwab <schwab@suse.de>
8567
8568 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
8569
8570 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
8571
8572 * xfns.c (Fx_wm_set_size_hint): New function.
8573
8574 2008-11-03 Martin Rudalics <rudalics@gmx.at>
8575
8576 * textprop.c (Fprevious_single_char_property_change): Return 0
8577 when there's no change in a string. (Bug#1301)
8578
8579 2008-11-02 Martin Rudalics <rudalics@gmx.at>
8580
8581 * frame.c (do_switch_frame): New argument NORECORD passed to
8582 Fselect_window.
8583 (Fselect_frame): New argument NORECORD passed to
8584 do_switch_frame.
8585 (Fset_frame_selected_window): New argument NORECORD passed to
8586 Fselect_frame.
8587 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
8588 in call of do_switch_frame.
8589 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
8590 Handle NORECORD argument in call of Fselect_frame.
8591 * lisp.h (do_switch_frame, Fselect_frame)
8592 (Fset_frame_selected_window): Adjust declarations.
8593 * window.c (select_frame_norecord): New function.
8594 (run_window_configuration_change_hook): Use it and call
8595 Fselect_frame with NORECORD set.
8596 (Fselect_window): Pass NORECORD to Fselect_frame.
8597 (Fset_window_configuration): Handle NORECORD argument in call of
8598 do_switch_frame.
8599 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
8600 Fset_frame_selected_window.
8601 * keyboard.c (command_loop_1): Handle NORECORD in call of
8602 Fselect_frame (currently ifdefd).
8603
8604 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
8605
8606 * emacs.c (USAGE2): Untabify.
8607
8608 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8609
8610 * composite.c (fill_gstring_header): Fix copy/paste typo.
8611
8612 2008-10-31 Martin Rudalics <rudalics@gmx.at>
8613
8614 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
8615 (Fother_window): Rename argument and rewrite doc-string.
8616 (select_window_norecord): Fix return value. (Bug#1276)
8617
8618 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
8619
8620 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
8621 new frames overriding foreground for tooltips. Based on similar patch
8622 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
8623
8624 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
8625
8626 * emacs.c (Fdaemon_initialized): Initialize nfd.
8627
8628 2008-10-29 Martin Rudalics <rudalics@gmx.at>
8629
8630 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
8631 (Fwindow_text_height): Clarify doc-strings.
8632 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
8633 doc-string of window-scroll-functions.
8634
8635 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8636
8637 * category.c (syms_of_category): Fix typo in docstring.
8638
8639 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
8640
8641 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
8642 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
8643 Fix typos in docstrings.
8644
8645 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
8646
8647 * emacs.c (daemon_pipe): Make non-static.
8648 (IS_DAEMON): Move definition ...
8649 * lisp.h (IS_DAEMON): ... here.
8650 (daemon_pipe): Declare.
8651 (is_daemon): Remove.
8652 * dispnew.c (init_display): Use IS_DAEMON.
8653
8654 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8655
8656 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
8657 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
8658
8659 * emacs.c (is_daemon): Remove.
8660 (main): Don't set is_daemon.
8661 (IS_DAEMON): New macro.
8662 (Fdaemonp, Fdaemon_initialized): Use it.
8663 (Fdaemon_initialized): Write a char into the pipe to make sure the
8664 parent exits.
8665 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
8666
8667 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
8668
8669 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
8670 over-sized glyph, draw it with the default glyph width.
8671
8672 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8673 glyph, draw it with the default glyph width.
8674
8675 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8676 glyph, draw it with the default glyph width.
8677
8678 * xdisp.c (try_scrolling): When computing the distance from the
8679 scroll margin to PT, try moving some distance past the window
8680 bottom before giving up.
8681
8682 2008-10-27 Martin Rudalics <rudalics@gmx.at>
8683
8684 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
8685 (Fset_window_buffer): Explain in doc-string that a window can be
8686 "strongly" dedicated to its buffer.
8687
8688 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
8689
8690 * emacs.c (daemon_name): New variable.
8691 (main): Deal with --daemon=SERVER_NAME.
8692 (Fdaemonp): Return a name if one was passed to --daemon.
8693
8694 2008-10-26 Romain Francoise <romain@orebokech.com>
8695
8696 * emacs.c (daemon_pipe): New variable.
8697 (main): Create a pipe before forking, make the parent exit only after
8698 the child has closed its end of the pipe. Move closing the
8699 descriptors ...
8700 (Fdaemon_initialized): ... here. New function.
8701
8702 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8703
8704 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
8705 the previous unoptimized table.
8706
8707 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
8708 the distinction between non-nil and non-t value of `dedicated'.
8709
8710 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
8711
8712 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
8713 read_char_minibuf_menu_text is large enough to hold the menu string.
8714
8715 2008-10-25 Martin Rudalics <rudalics@gmx.at>
8716
8717 * window.c (Fget_buffer_window, Fdelete_windows_on)
8718 (Freplace_buffer_in_windows): Make buffer argument optional and
8719 rename to buffer_or_name.
8720
8721 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
8722
8723 * xdisp.c (handle_single_display_spec, handle_display_prop):
8724 Undo 2005-05-16 change.
8725 (handle_stop): Pop iterator if it's loaded with an empty string.
8726 (get_overlay_strings_1): Don't save iterator if it's loaded with
8727 an empty string (bug#1201).
8728
8729 2008-10-24 Kenichi Handa <handa@m17n.org>
8730
8731 * ftfont.c (ftfont_otf_features): Fix previous change.
8732 (ftfont_otf_capability): Check FeatureList.FeatureCount before
8733 calling ftfont_otf_features.
8734
8735 2008-10-24 Kenichi Handa <handa@m17n.org>
8736
8737 * font.c (font_match_p): Fix for the case that a vector of
8738 characters is in script-representative-chars.
8739
8740 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
8741
8742 * dbusbind.c (xd_in_read_queued_messages): New variable.
8743 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
8744 (xd_read_queued_messages): Catch Qdbus_error from the macros.
8745 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
8746 macro. (Bug#1186)
8747
8748 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
8749
8750 * s/sol2-10.h: New file.
8751
8752 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
8753
8754 * xdisp.c (fill_glyph_string): Fix typo in source (though the
8755 poor beast has survived 9+ years and the jump from xterm.c!).
8756
8757 2008-10-23 Martin Rudalics <rudalics@gmx.at>
8758
8759 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
8760 Reword doc-string.
8761 (Fbury_buffer): In doc-string say what happens to the buffer's window.
8762
8763 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
8764
8765 * character.c (syms_of_character) <script-representative-chars>:
8766 <unicode-category-table>: Doc fixes.
8767
8768 2008-10-23 Noah Friedman <friedman@splode.com>
8769
8770 * coding.c (make_conversion_work_buffer): Check that
8771 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
8772 Fget_buffer_create.
8773
8774 2008-10-23 Kenichi Handa <handa@m17n.org>
8775
8776 * font.c (font_add_log): Check the values of extra properties.
8777
8778 2008-10-22 Martin Rudalics <rudalics@gmx.at>
8779
8780 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8781 Reword doc-string.
8782 (Fset_window_parameter): Use NILP.
8783 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
8784 (Frecenter): Use "selected" instead of "current" window in doc-strings.
8785
8786 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
8787
8788 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
8789
8790 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8791
8792 * nsfns.m (ns_appkit_version): New function.
8793 (x-server-version): Use it.
8794 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
8795 (x-server-vendor): Don't check_ns().
8796
8797 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
8798
8799 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
8800
8801 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
8802 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
8803
8804 2008-10-22 Kenichi Handa <handa@m17n.org>
8805
8806 * syntax.c (scan_words): Call word_boundary_p instead of comparing
8807 scripts.
8808
8809 * category.c (word_boundary_p): Check scripts instead of charset.
8810 Handle nil value in word-separating-categories and
8811 word-combining-categories.
8812 (syms_of_category): Fix docstrings of word-separating-categories
8813 and word-combining-categories.
8814
8815 2008-10-21 Eli Zaretskii <eliz@gnu.org>
8816
8817 * coding.c (Fencode_coding_region, Fdecode_coding_region)
8818 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
8819
8820 2008-10-21 Martin Rudalics <rudalics@gmx.at>
8821
8822 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
8823 Rename arg "buffer" to "buffer_or_name".
8824 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
8825 it optional.
8826 (no_switch_window): Remove since the return value is not used.
8827 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
8828 Consider window as dedicated when Fwindow_dedicated_p returns a
8829 non-nil value.
8830 * lisp.h: Remove prototype for no_switch_window.
8831
8832 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
8833
8834 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
8835 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
8836
8837 2008-10-21 Kenichi Handa <handa@m17n.org>
8838
8839 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
8840 check Vlatin_extra_code_table.
8841
8842 2008-10-20 Eli Zaretskii <eliz@gnu.org>
8843
8844 * fileio.c (Fset_file_modes): Doc fix.
8845
8846 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
8847
8848 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
8849 in arrays.
8850
8851 2008-10-19 Martin Rudalics <rudalics@gmx.at>
8852
8853 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8854 Mention kill-buffer in doc-string.
8855 (Fset_window_buffer): Reinsert tem check removed in last commit.
8856 (Fenlarge_window, Fshrink_window): Have argument names and
8857 doc-string follow Elisp manual more closely.
8858
8859 2008-10-18 Eli Zaretskii <eliz@gnu.org>
8860
8861 * fileio.c (Fset_file_modes): Doc fix.
8862
8863 2008-10-18 Martin Rudalics <rudalics@gmx.at>
8864
8865 * window.c (Fwindow_width, Fset_window_start)
8866 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
8867 (Fdelete_windows_on, Freplace_buffer_in_windows):
8868 Make doc-strings follow code and Elisp manual more closely.
8869 (Fwindow_dedicated_p): Make window argument optional.
8870 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
8871 (Fset_window_buffer): Respect any non-nil dedicated value for
8872 window. Rename "buffer" argument to "buffer_or_name".
8873
8874 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
8875
8876 * m/sh3.h: New file, machine description for SuperH.
8877
8878 2008-10-17 Martin Rudalics <rudalics@gmx.at>
8879
8880 * window.c (Fsplit_window): Rename arg horflag to horizontal.
8881
8882 2008-10-17 Kenichi Handa <handa@m17n.org>
8883
8884 * ftfont.c (ftfont_otf_features): Fix indexing
8885 gsub_gpos->FeatureList.Feature. Check the validity of indices.
8886
8887 2008-10-16 Magnus Henoch <mange@freemail.hu>
8888
8889 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
8890 (Fdbus_call_method_asynchronously): Ditto.
8891 This change makes C-h f display the argument list.
8892
8893 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
8894
8895 * fileio.c (Fexpand_file_name): Doc fix.
8896
8897 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
8898 of :foreground and :background equivalent to unspecified (20.x
8899 compatibility).
8900
8901 2008-10-15 Eli Zaretskii <eliz@gnu.org>
8902
8903 * buffer.c (syms_of_buffer): Doc fix.
8904
8905 2008-10-14 Kenichi Handa <handa@m17n.org>
8906
8907 * font.c (font_clear_prop): When clearing font width, clear the
8908 average width field too.
8909
8910 2008-10-12 Andreas Schwab <schwab@suse.de>
8911
8912 * ftfont.c (ftfont_shape_by_flt): Make static.
8913 * ftfont.h (ftfont_shape_by_flt): Don't declare.
8914
8915 * font.c: Don't include <m17n-flt.h>.
8916
8917 2008-10-10 Eli Zaretskii <eliz@gnu.org>
8918
8919 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
8920
8921 2008-10-09 Eli Zaretskii <eliz@gnu.org>
8922
8923 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
8924 away code.
8925
8926 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
8927
8928 * dispnew.c (update_text_area): Avoid looping due to large glyph
8929 overhangs (bug#1070).
8930
8931 2008-10-09 Kenichi Handa <handa@m17n.org>
8932
8933 * fontset.c (face_for_char): If face->fontset is negative, just
8934 return ascii_face.
8935
8936 * font.c (font_delete_unmatched): Fix previous change.
8937 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
8938
8939 2008-10-09 Martin Rudalics <rudalics@gmx.at>
8940
8941 * frame.c (Fraise_frame): On text-only terminals select frame in
8942 order to make it visible. (Bug#1061)
8943
8944 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
8945
8946 * fontset.c (fontset_find_font): Check frame validity.
8947
8948 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
8949
8950 * gtkutil.c (xg_display_open): Reset default display if none exists.
8951 (xg_display_close): Allow Emacs to close all displays (bug#985).
8952
8953 2008-10-06 Andreas Schwab <schwab@suse.de>
8954
8955 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
8956
8957 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
8958
8959 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
8960
8961 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
8962
8963 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
8964 during initialization.
8965
8966 2008-10-04 Eli Zaretskii <eliz@gnu.org>
8967
8968 * xdisp.c (redisplay_internal): If frame switched, redisplay the
8969 whole thing on MSDOS frames as well as on a TTY.
8970
8971 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
8972 well as for TTY.
8973 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
8974 well as on a TTY.
8975
8976 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
8977 as well as for TTY.
8978
8979 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
8980
8981 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
8982 MSDOS frames as well.
8983
8984 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8985
8986 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
8987 correct arguments.
8988 * menu.c (find_and_return_menu_selection): Add cast.
8989
8990 2008-10-03 Glenn Morris <rgm@gnu.org>
8991
8992 * emacs.c (USAGE1): Add --daemon.
8993
8994 2008-10-02 Eli Zaretskii <eliz@gnu.org>
8995
8996 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
8997 100, so it's in percents as advertised.
8998
8999 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
9000
9001 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
9002 (ns_output.current_cursor, ns_output.desired_cursor)
9003 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
9004 (FRAME_NEW_CURSOR_COLOR): Remove.
9005
9006 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
9007 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
9008 enumeration (HOLLOW_BOX_CURSOR, etc.).
9009
9010 * nsterm.m (ns_frame_rehighlight): Remove commented code.
9011 (draw_window_cursor): Simplify code.
9012 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
9013 Don't change cursor type. In latter, call rehighlight instead of doing
9014 updates manually.
9015 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
9016 Use core Emacs cursor types.
9017
9018 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
9019
9020 2008-10-02 Martin Rudalics <rudalics@gmx.at>
9021
9022 * process.c (Faccept_process_output): Fix doc-string.
9023
9024 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
9025
9026 * gmalloc.c (__sbrk): Also define for uClibc.
9027
9028 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
9029 for uClibc.
9030
9031 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9032
9033 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
9034 styles.
9035 (nsfont_open): Reenable the cache.
9036
9037 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9038
9039 * font.c (font_matching_entity): Reflect ATTRS in font selection.
9040 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
9041
9042 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9043
9044 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
9045 a suspended terminal.
9046
9047 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
9048
9049 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
9050
9051 2008-09-30 Eli Zaretskii <eliz@gnu.org>
9052
9053 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
9054
9055 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
9056
9057 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
9058 in a continued line coincides with a line beginning.
9059
9060 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
9061
9062 * nsfont.m (nsfont_trait_distance): Fix bug.
9063 (nsfont_list): Return a list rather than a vector (syncs with Handa
9064 changes of 2008-05-14).
9065 (nsfont_open): Improve logging.
9066
9067 2008-09-29 Andreas Schwab <schwab@suse.de>
9068
9069 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
9070
9071 2008-09-28 Martin Rudalics <rudalics@gmx.at>
9072
9073 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
9074 name as char-resolve-modifiers.
9075 Reported by: Markus Triska <markus.triska@gmx.at>
9076
9077 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
9078
9079 * dispnew.c (init_display): Return earlier when running as a daemon.
9080
9081 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9082
9083 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
9084
9085 2008-09-27 Eli Zaretskii <eliz@gnu.org>
9086
9087 * composite.c (Fcomposition_get_gstring)
9088 (Fcompose_region_internal, Fcompose_string_internal)
9089 (Ffind_composition_internal): Doc fix.
9090 (syms_of_composite) <compose-chars-after-function>: Doc fix.
9091 (syms_of_composite) <auto-composition-function>: Doc fix.
9092 (syms_of_composite) <composition-function-table>: Doc fix.
9093
9094 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
9095
9096 * search.c (wordify): New argument for lax word-ends.
9097 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
9098
9099 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9100
9101 * lisp.h (is_daemon): Declare.
9102 * dispnew.c (init_display): Do not try to initialize the terminal
9103 when running as a daemon.
9104
9105 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
9106
9107 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
9108 x_display_pixel_height.
9109
9110 2008-09-22 Martin Rudalics <rudalics@gmx.at>
9111
9112 * undo.c (record_point): Don't call Fundo_boundary for first
9113 change. (Bug#731)
9114
9115 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
9116
9117 * emacs.c (Fdaemonp): Doc fix.
9118
9119 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
9120
9121 * emacs.c (main): Place #ifdef in the proper place.
9122
9123 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9124
9125 * emacs.c (standard_args): Add --daemon.
9126 (main): Disconnect from the terminal when --daemon is passed.
9127 (is_daemon): New variable.
9128 (Fdaemonp): New function.
9129 (syms_of_emacs): Defsubr it.
9130
9131 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
9132
9133 * xdisp.c (get_next_display_element): Handle string display
9134 correctly when checking for the end of a box run.
9135
9136 2008-09-20 Glenn Morris <rgm@gnu.org>
9137
9138 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
9139 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
9140 (Frename_file): Avoid copying to trash if a rename involves
9141 a delete. (Bug#964).
9142
9143 2008-09-20 Eli Zaretskii <eliz@gnu.org>
9144
9145 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
9146 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
9147 frames as well as termcap frames.
9148 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
9149 get_named_tty.
9150
9151 2008-09-19 Eli Zaretskii <eliz@gnu.org>
9152
9153 * process.c (procfs_system_process_attributes): Fix cmdline in
9154 case /proc/PID/cmdline is empty.
9155
9156 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
9157 x_display_pixel_height.
9158
9159 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
9160
9161 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
9162
9163 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
9164 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
9165
9166 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
9167
9168 * dispextern.h (struct it): Move line_wrap away from the middle of
9169 bitfields. Move voffset in struct iterator_stack_entry after the
9170 bitfields. Move tab_width near after another short.
9171
9172 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
9173
9174 * frame.h (struct frame): Move alpha from the middle of bitfields.
9175
9176 * window.h (struct window): Move frozen_window_start_p after the
9177 rest of the bitfields to reduce padding.
9178
9179 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
9180
9181 * xterm.h (x_display_info): Remove `height' and `width' members.
9182
9183 * nsterm.h (ns_display_info): Remove `height' and `width' members.
9184
9185 * w32term.h (w32_display_info): Remove `height', `width',
9186 `height_in', and `width_in' members.
9187
9188 * xterm.c (x_display_pixel_height, x_display_pixel_width):
9189 New functions.
9190 (x_calc_absolute_position): Use them.
9191 (x_term_init): Omit removed `height' and `width' members.
9192
9193 * w32term.c (x_display_pixel_height, x_display_pixel_width):
9194 New functions.
9195 (w32_read_socket, x_calc_absolute_position): Use them.
9196 (w32_initialize_display_info, w32_term_init): Omit removed members
9197 of w32_display_info.
9198
9199 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
9200 New functions.
9201 (ns_initialize_display_info): Omit removed members of ns_display_info.
9202
9203 * xterm.c (x_display_pixel_height, x_display_pixel_width):
9204 New functions.
9205 (x_calc_absolute_position): Use them.
9206 (x_term_init): Omit removed `height' and `width' members.
9207
9208 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
9209 (compute_tip_xy):
9210 * frame.c (x_fullscreen_adjust):
9211 * xmenu.c (menu_position_func): Use x_display_pixel_height and
9212 x_display_pixel_width.
9213
9214 2008-09-18 Kenichi Handa <handa@m17n.org>
9215
9216 * composite.c (fill_gstring_header): Don't check FROM and TO here.
9217 (composition_compute_stop_pos): Fix handling of static composition.
9218 (Fcomposition_get_gstring): Check FROM and TO at first.
9219
9220 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9221
9222 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
9223 mixup (YAILOM).
9224
9225 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
9226
9227 * indent.c (Fvertical_motion): Use position reported by iterator
9228 instead of PT for determining screen motion (bug#943).
9229
9230 2008-09-17 Romain Francoise <romain@orebokech.com>
9231
9232 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
9233
9234 2008-09-17 Kenichi Handa <handa@m17n.org>
9235
9236 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
9237
9238 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
9239 if necessary.
9240
9241 2008-09-16 Kenichi Handa <handa@m17n.org>
9242
9243 * coding.c (make_conversion_work_buffer): Avoid calling
9244 Fget_buffer_create if it is not necessary.
9245
9246 2008-09-15 Martin Rudalics <rudalics@gmx.at>
9247
9248 * window.c (Fselect_window): Don't update window_select_count and
9249 use_time when norecord is not nil.
9250
9251 2008-09-14 Kenichi Handa <handa@m17n.org>
9252
9253 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
9254 specpdl_ptr.
9255
9256 2008-09-12 Kenichi Handa <handa@m17n.org>
9257
9258 * indent.c (scan_for_column): Don't handle automatic composition
9259 if the current buffer is not associated with a window.
9260
9261 * composite.c (composition_reseat_it): If the current buffer is
9262 not associated with a window, ignore the automatic composition.
9263 (find_automatic_composition): Likewise.
9264
9265 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9266
9267 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
9268 (Fgpm_mouse_stop): Use it.
9269 * termhooks.h (close_gpm): Declare.
9270 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
9271 connection if Gpm_GetEvent fails.
9272
9273 * window.c (set_window_buffer): Always preserve current-buffer.
9274
9275 2008-09-12 Glenn Morris <rgm@gnu.org>
9276
9277 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
9278
9279 2008-09-11 Glenn Morris <rgm@gnu.org>
9280
9281 * charset.c (charset-map-path): Doc fix.
9282
9283 2008-09-10 Kenichi Handa <handa@m17n.org>
9284
9285 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
9286
9287 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
9288 compose a grapheme cluster with the preceding base glyph.
9289
9290 * composite.c (composition_compute_stop_pos): Fix previous change.
9291 Reset cmp_it->id to -1 at first.
9292
9293 2008-09-10 Glenn Morris <rgm@gnu.org>
9294
9295 * Makefile.in (character.o, chartab.o): Fix config.h typo.
9296
9297 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
9298
9299 * keyboard.c (read_key_sequence): Reapply translation maps when
9300 switching keyboards.
9301
9302 2008-09-09 Kenichi Handa <handa@m17n.org>
9303
9304 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
9305 characters.
9306
9307 * composite.c (FORWARD_CHAR): Fix calculation
9308 of (POSITION).pos_byte.
9309 (composition_compute_stop_pos): Limit the search of composition to
9310 at most 500 characters ahead. If we reach the limit or find a
9311 newline, set cmp_it->ch to -2 and return 0.
9312 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
9313
9314 2008-09-08 Kenichi Handa <handa@m17n.org>
9315
9316 * indent.c (Fvertical_motion): Be sure to set
9317 it_overshoot_expected if it.cmp_it.id is non-negative.
9318
9319 2008-09-07 Andreas Schwab <schwab@suse.de>
9320
9321 * callproc.c (Fcall_process): Don't hold references to string data
9322 across garbage collection. Move initialisation of new_argv down
9323 to avoid compiler bug.
9324
9325 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9326
9327 * process.c (Fsystem_process_attributes): Doc fix.
9328
9329 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
9330
9331 * callproc.c (Fcall_process): Canonicalize current directory name.
9332
9333 * xdisp.c (move_it_to): When moving by vpos, ensure that the
9334 iterator advances to the next line if the current line ends in a
9335 continued tab.
9336
9337 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
9338
9339 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
9340 member to point to cmp_from.
9341
9342 * xdisp.c: Doc fix for references to gidx data member.
9343
9344 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9345
9346 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
9347
9348 2008-09-07 Kenichi Handa <handa@m17n.org>
9349
9350 * composite.c (FORWARD_CHAR): Check STOP after
9351 incrementing (POSITION).pos.
9352
9353 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9354
9355 * process.c (Fsystem_process_attributes): Doc fix.
9356
9357 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
9358
9359 * keyboard.c (Ftop_level): Doc fix.
9360
9361 2008-09-06 Eli Zaretskii <eliz@gnu.org>
9362
9363 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
9364 minibuffer, don't let lower part of menu invade the echo area.
9365
9366 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
9367 "char *q" to access menu text and advance through it. Revert the
9368 change that displayed ">" instead of ASCII character 0x10.
9369
9370 2008-09-05 Eli Zaretskii <eliz@gnu.org>
9371
9372 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
9373 toggle boxes and radio buttons on MS-DOS as well.
9374
9375 2008-09-05 Kenichi Handa <handa@m17n.org>
9376
9377 * composite.c (autocmp_chars): Check lookback count.
9378 (composition_compute_stop_pos): Set cmp_it->lookback.
9379 (composition_reseat_it): Check lookback count.
9380 (struct position_record): New struct.
9381 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
9382 (find_automatic_composition): New function.
9383 (composition_adjust_point): Use find_automatic_composition.
9384
9385 * dispextern.h (struct composition_it): New member lookback.
9386
9387 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
9388
9389 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
9390 if moving by a single line.
9391
9392 2008-09-02 Andreas Schwab <schwab@suse.de>
9393
9394 * xterm.c (x_delete_display): Fix merge error.
9395
9396 * fileio.c (Fexpand_file_name): Remove unused variables.
9397
9398 2008-09-02 Eli Zaretskii <eliz@gnu.org>
9399
9400 * fileio.c (Fexpand_file_name): Copy argument `name' into local
9401 storage on all platforms, not just on DOS_NT.
9402
9403 2008-09-02 Jason Rumney <jasonr@gnu.org>
9404
9405 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
9406 Ensure mouse is not grabbed after menu is finished.
9407
9408 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
9409
9410 * xfaces.c (Finternal_set_alternative_font_family_alist)
9411 (Finternal_set_alternative_font_registry_alist): Properly copy
9412 entire alist structure.
9413
9414 2008-09-01 Kenichi Handa <handa@m17n.org>
9415
9416 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
9417 representative chars of the script is a vector.
9418 (ftfont_list): Handle the case where the representative chars of
9419 the script is a vector.
9420
9421 * character.c (syms_of_character): Docstring of
9422 script-representative-chars fixed.
9423
9424 2008-08-31 Eli Zaretskii <eliz@gnu.org>
9425
9426 * msdos.c (BUILD_CHAR_GLYPH): New macro.
9427 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
9428 the menu. Allocate larger buffer for `text', to account for
9429 possible ^C characters.
9430
9431 2008-08-31 Martin Rudalics <rudalics@gmx.at>
9432
9433 * xdisp.c (prepare_menu_bars): Don't call
9434 Vwindow_size_change_functions with arg Qt.
9435
9436 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9437
9438 * font.h (font_range):
9439 * fileio.c (report_file_error):
9440 * composite.c (composition_update_it): Yet another int/Lisp_Object
9441 mixup (YAILOM).
9442
9443 2008-08-30 Glenn Morris <rgm@gnu.org>
9444
9445 * data.c (Fmake_variable_frame_local): Doc fix.
9446
9447 * frame.c (Fmodify_frame_parameters): Doc fix.
9448
9449 2008-08-30 Eli Zaretskii <eliz@gnu.org>
9450
9451 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
9452 needed by GetTokenInformation.
9453 (w32_system_process_attributes): Check return values of all system
9454 APIs.
9455
9456 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
9457 only when the state changes.
9458 (IT_update_begin, IT_update_end): Add termscript trace.
9459
9460 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
9461 clipboard is unavailable. Set dst to NULL if it doesn't point to
9462 malloc'ed data.
9463 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
9464 passing random values to xfree.
9465
9466 * dispnew.c (init_display): Set `tty's association in frame's
9467 parameters alist to the name of the terminal device, if that is known.
9468
9469 2008-08-29 Jason Rumney <jasonr@gnu.org>
9470
9471 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
9472
9473 2008-08-29 Eli Zaretskii <eliz@gnu.org>
9474
9475 * composite.c (fill_gstring_body): Avoid compiler warnings.
9476
9477 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
9478 LGLYPH_SET_CODE to avoid compiler warnings.
9479
9480 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
9481
9482 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
9483
9484 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
9485 LGLYPH_SET_CODE.
9486
9487 2008-08-29 Kenichi Handa <handa@m17n.org>
9488
9489 * fileio.c (report_file_error): Don't downcase the first character
9490 of errstring if it is still unibyte.
9491
9492 2008-08-29 Kenichi Handa <handa@m17n.org>
9493
9494 These changes are to re-implement the automatic composition so
9495 that it doesn't use text properties.
9496
9497 * Makefile.in (ftfont.o): Depend on composite.h.
9498 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
9499
9500 * character.h (Vunicode_category_table): Extern it.
9501
9502 * character.c (Vunicode_category_table): New variable.
9503 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
9504
9505 * chartab.c (optimize_sub_char_table): Perform more greedy
9506 optimization.
9507
9508 * composite.h (enum composition_method):
9509 Delete COMPOSITION_WITH_GLYPH_STRING.
9510 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
9511 (Vcomposition_function_table): Extern it.
9512 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
9513 (composition_gstring_put_cache, composition_gstring_from_id)
9514 (composition_gstring_p, composition_gstring_width)
9515 (composition_compute_stop_pos, composition_reseat_it)
9516 (composition_update_it, composition_adjust_point): Extern them.
9517 (Fcomposition_get_gstring): EXFUN it.
9518
9519 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
9520 (Vcomposition_function_table)
9521 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
9522 (gstring_hash_table, gstring_work, gstring_work_headers):
9523 New variables.
9524 (gstring_lookup_cache, composition_gstring_put_cache)
9525 (composition_gstring_from_id, composition_gstring_p)
9526 (composition_gstring_width, fill_gstring_header)
9527 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
9528 (composition_reseat_it, composition_update_it)
9529 (composition_adjust_point, Fcomposition_get_gstring): New functions.
9530 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
9531 and gstring_work_headers. DEFVAR_LISP composition-function-table.
9532 Defsubr composition_get_gstring.
9533
9534 * dispextern.h (struct glyph): New union u.cmp. Delete the member
9535 cmp_id.
9536 (struct glyph_string): Delete the member gidx. New members
9537 cmp_id, cmp_from, and cmp_to.
9538 (enum it_method): Delete GET_FROM_COMPOSITION.
9539 (struct composition_it): New struct.
9540 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
9541 Delete c, len, cmp_id, cmp_len in u.comp.
9542
9543 * font.h (enum lgstring_indices): Delete it.
9544 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
9545 (enum lglyph_indices): Likewise.
9546 (font_range): Adjust extern.
9547 (font_fill_lglyph_metrics): Extern it.
9548
9549 * font.c (QCf): New variable.
9550 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9551 (font_prepare_composition): Delete this function.
9552 (font_range): Type and arguments changed.
9553 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
9554 (font_fill_lglyph_metrics): New function.
9555 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
9556 (syms_of_font): DEFSYM QCf. Delete defsubr for
9557 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
9558 Defsubr Sfont_shape_gstring.
9559
9560 * fontset.h (font_for_char): Extern it.
9561
9562 * fontset.c (font_for_char): New function.
9563
9564 * ftfont.c: Include composite.h.
9565 (ftfont_resolve_generic_family): Add langset "en" to pattern.
9566 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9567
9568 * indent.c: Include composite.h and dispextern.h.
9569 (check_composition): Delete this function.
9570 (scan_for_column): Handle composition by
9571 composition_compute_stop_pos, composition_reseat_it, and
9572 composition_update_it.
9573 (compute_motion): Likewise.
9574 (Fvertical_motion): Fix checking of composition.
9575
9576 * keyboard.c (adjust_point_for_property): Check composition by
9577 composition_adjust_point.
9578
9579 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
9580 struct glyph_string.
9581
9582 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
9583 (append_composite_glyph): Adjust for the change of struct it and
9584 struct glyph.
9585 (produce_composite_glyph): Likewise.
9586
9587 * w32term.c (x_draw_composite_glyph_string_foreground):
9588 Adjust for the change of struct glyph_string.
9589 (x_draw_glyph_string): Likewise.
9590
9591 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
9592 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9593
9594 * xdisp.c: Include font.h.
9595 (it_props): Delete the entry for Qauto_composed.
9596 (init_iterator): Initialize it->cmp_it.id to -1.
9597 (compute_stop_pos): Call composition_compute_stop_pos.
9598 (face_before_or_after_it_pos): Adjust for the change of struct it.
9599 (handle_auto_composed_prop): Delete it.
9600 (handle_composition_prop): Handle only static composition.
9601 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
9602 from xassert. Initialize it->cmp_it.stop_pos.
9603 (push_it): Adjust for the change of struct it.
9604 (pop_it): Likewise.
9605 (get_next_element): Delete next_element_from_composition.
9606 (CHAR_COMPOSED_P): New macro.
9607 (get_next_display_element): For automatic composition, get a face
9608 from the font in the glyph-string.
9609 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
9610 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
9611 (next_element_from_string): Check if the character at the current
9612 position is composed by CHAR_COMPOSED_P.
9613 (next_element_from_buffer): Likewise.
9614 (next_element_from_composition): Adjust for the change of struct it.
9615 Update it->cmp_it.
9616 (dump_glyph): Adjust for the change of struct glyph.
9617 (fill_composite_glyph_string): Adjust for the change of struct
9618 it and struct glyph. Don't handle automatic composition here.
9619 (fill_gstring_glyph_string): New function.
9620 (x_get_glyph_overhangs): Handle automatic composition.
9621 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
9622 (BUILD_GSTRING_GLYPH_STRING): New macro.
9623 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
9624 automatic composition.
9625 (append_composite_glyph): Adjust for the change of struct it and
9626 struct glyph.
9627 (x_produce_glyphs): Adjust for the change of struct it.
9628
9629 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
9630 the change of struct glyph_string.
9631 (x_draw_glyph_string): Likewise.
9632
9633 2008-08-29 Glenn Morris <rgm@gnu.org>
9634
9635 * buffer.c (word-wrap): Doc fix.
9636 * xdisp.c (truncate-partial-width-windows): Doc fix.
9637 Increase default to 50.
9638
9639 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
9640
9641 * xdisp.c (update_tool_bar_unwind): New function.
9642 (update_tool_bar): Temporarily set selected frame before building
9643 tool-bar items.
9644
9645 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
9646
9647 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
9648 snprintf, respectively.
9649 (xd_append_arg): Convert strings with Fstring_make_unibyte.
9650
9651 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
9652
9653 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
9654 LDFLAGS to GNUstep CC invocation.
9655
9656 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
9657
9658 * indent.c (Fvertical_motion): Revert last change. Handle the
9659 general case where we are moving forward, and PT spans multiple
9660 screen lines.
9661
9662 * eval.c (find_handler_clause): Temporarily increase
9663 max-lisp-eval-depth while printing the backtrace buffer, to
9664 guarantee that help-mode code can run.
9665
9666 2008-08-27 Eli Zaretskii <eliz@gnu.org>
9667
9668 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
9669 colors under -rv.
9670 (IT_set_frame_parameters): Don't swap foreground and background
9671 colors if `(reverse . t)' is present in the frame properties.
9672 (internal_terminal_init): Call init_frame_faces only for the
9673 initial frame.
9674
9675 2008-08-27 Andreas Schwab <schwab@suse.de>
9676
9677 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
9678
9679 2008-08-27 Andreas Schwab <schwab@suse.de>
9680
9681 * search.c (search_buffer): Set char_base to zero only at the end.
9682
9683 2008-08-27 Kenichi Handa <handa@m17n.org>
9684
9685 * fileio.c (report_file_error): Fix handling of multibyte error string.
9686
9687 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
9688
9689 * xterm.c (x_term_init): Temporarily hide the partially
9690 initialized terminal while calling vendor-specific-keysyms.
9691
9692 2008-08-26 Eli Zaretskii <eliz@gnu.org>
9693
9694 * msdos.c (internal_terminal_init): Most initializations done only
9695 once, especially initial_screen_colors[] and termscript open.
9696
9697 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
9698
9699 * eval.c (Fcondition_case): Doc fix.
9700
9701 * widgetprv.h (EmacsFramePart): Change font member to the new font
9702 struct.
9703
9704 * widget.c: Include character.h and font.h for XSETFONT.
9705 (setup_frame_gcs): Compute X font id from font struct, just once.
9706
9707 2008-08-26 Eli Zaretskii <eliz@gnu.org>
9708
9709 * term.c (get_named_tty): Fix last change.
9710
9711 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
9712
9713 * indent.c (Fvertical_motion): If moving forward starting from a
9714 multi-line string, move the iterator to the last line of that string.
9715
9716 2008-08-25 Eli Zaretskii <eliz@gnu.org>
9717
9718 * frame.c (do_switch_frame): Mark previously displayed frame as
9719 obscured for FRAME_MSDOS_P frames as well.
9720
9721 2008-08-24 Eli Zaretskii <eliz@gnu.org>
9722
9723 * frame.c (make_terminal_frame): Initialize f->terminal,
9724 f->terminal->reference_count, and scroll bars on MS-DOS as well.
9725 Set the top frame to newly created frame.
9726 (Fmake_terminal_frame): Reuse the_only_display_info.
9727
9728 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
9729 estimating available memory.
9730
9731 2008-08-23 David Reitter <david.reitter@gmail.com>
9732
9733 * nsterm.m (ns_draw_window_cursor): Don't call
9734 NSDisableScreenUpdates and NSEnableScreenUpdates on
9735 non-NS_IMPL_COCOA systems.
9736
9737 2008-08-23 Andreas Schwab <schwab@suse.de>
9738
9739 * process.c (procfs_system_process_attributes): Fix use of
9740 uninitialized variables.
9741
9742 2008-08-23 Eli Zaretskii <eliz@gnu.org>
9743
9744 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
9745
9746 * dispnew.c (init_display): Remove MS-DOS specific conditions for
9747 calling tty-set-up-initial-frame-faces.
9748
9749 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
9750 Allow MSDOS frames along with X frames.
9751
9752 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
9753 addition to output_termcap.
9754
9755 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
9756
9757 * termchar.h (FRAME_TTY): Support output_msdos_raw.
9758 (struct tty_display_info) [MSDOS]: Add fields related to mouse
9759 highlight.
9760
9761 * process.c [!subprocesses]: Define QCname.
9762 (syms_of_process): Intern and staticpro it.
9763
9764 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
9765 Adjust for changes in encoding/decoding routines.
9766 Use encode_coding_object and decode_coding_object instead of
9767 encode_coding and decode_coding.
9768
9769 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
9770
9771 * dosfns.c: Include frame.h before termhooks.h.
9772 (dos_cleanup): Use CURTTY ()->termscript instead of a global
9773 variable termscript.
9774
9775 * s/msdos.h (USER_FULL_NAME): Define.
9776 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
9777
9778 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
9779 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
9780 pw->pw_gecos.
9781
9782 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
9783 SELECTED_FRAME as additional (1st) argument.
9784 (tty_read_avail_input): Handle output_msdos_raw in
9785 addition to output_termcap.
9786
9787 * msdos.c: Include frame.h before termhooks.h.
9788 (mouse_on, mouse_off, mouse_moveto, mouse_init)
9789 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
9790 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
9791 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
9792 (IT_set_terminal_modes, IT_reset_terminal_modes)
9793 (IT_set_frame_parameters): Use tty->termscript instead of a global
9794 variable termscript.
9795 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
9796 global variable terminal_coding. Don't refer to
9797 Vnonascii_translation_table.
9798 (internal_terminal_init): Set Vwindow_system in current_kboard.
9799 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
9800 Announce date and time of session start, if termscript is open.
9801 Don't zero out the_only_display_info (it is done in
9802 term.c:init_tty). Open termscript only of not already open.
9803 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
9804 here instead of dos_ttraw. Don't initialize display if this is an
9805 initial tty. Don't set FRAME_FONT.
9806 (Vwindow_system_version): Bump to 23.
9807 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
9808 is available, set up mouse_position_hook.
9809 (dos_ttraw, IT_set_terminal_modes): If called with initial
9810 terminal, do nothing.
9811 (IT_set_frame_parameters): Handle the Qtty_type frame
9812 parameter by calling internal_terminal_init.
9813 (dos_set_window_size, show_mouse_face)
9814 (clear_mouse_face, IT_note_mode_line_highlight)
9815 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
9816 (dos_rawgetc): Use tty_display_info instead of x_display_info.
9817 (initialize_msdos_display): New function.
9818 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
9819 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
9820 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
9821 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
9822 Accept additional argument: a pointer to a frame. Update all callers.
9823 (request_sigio, unrequest_sigio): Don't define, now defined on
9824 sysdep.c.
9825 (IT_write_glyphs): Rewrite to use encode_terminal_code.
9826
9827 * term.c [MSDOS]: Include msdos.h.
9828 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
9829 conditional to DOS_NT. Allow only one call to this function in a
9830 session. Don't allocate a new struct tty_display_info; instead,
9831 reuse the_only_display_info. Call get_tty_size to get screen
9832 dimensions. Call init_baud_rate to set bad_rate.
9833 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
9834 (Fsuspend_tty) [MSDOS]: Don't close input and output.
9835 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
9836 (get_tty_terminal, get_named_tty, Ftty_type)
9837 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
9838 output_termcap.
9839 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
9840 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
9841 only when subprocesses are supported.
9842
9843 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
9844 f->output_data.x.
9845 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
9846 terminal devices.
9847
9848 * msdos.h: Remove definition of struct x_display_info and struct
9849 x_output.
9850 (FRAME_FONT): Use output_data.tty.
9851 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
9852 (struct x_display_info): Rename from display_info. Update all users in
9853 msdos.c.
9854 (struct x_output): Remove background_pixel and foreground_pixel.
9855 (the_only_display_info): Rename from the_only_x_display.
9856 (dos_ttraw): Update prototype.
9857
9858 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
9859 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
9860
9861 2008-08-23 Jason Rumney <jasonr@gnu.org>
9862
9863 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
9864 (fn_TIFFSetDirectory): New library function used.
9865 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
9866 (tiff_load): Use :index to select among multiple images. Set count
9867 property when multiple images exist.
9868 (gif_format): Use :index, not :image.
9869
9870 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
9871
9872 * xdisp.c (try_scrolling): Check INT_MAX instead of
9873 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
9874 to obtain INT_MAX.
9875
9876 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
9877
9878 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
9879
9880 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
9881
9882 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
9883 GNUstep library location.
9884
9885 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
9886
9887 * xfaces.c (x_update_menu_appearance): Check validity of menu font
9888 before using it.
9889
9890 * puresize.h (BASE_PURESIZE): Increase to 1250000.
9891
9892 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9893
9894 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
9895 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
9896 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
9897 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
9898 (EmacsApp-cursor_blink_handler): Remove declaration.
9899 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
9900 match 01 Feb 2008 changes in xterm.c.
9901 (ns_read_socket): Add cast to avoid warning.
9902 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
9903 GNUstep.
9904
9905 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
9906
9907 * xselect.c (x_get_foreign_selection): Return nil if desired
9908 selection could not be obtained, instead of signalling an error.
9909
9910 2008-08-20 David Reitter <david.reitter@gmail.com>
9911
9912 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
9913 * nsterm.m: Remove ns-specific code for cursor blinking.
9914 (ns_draw_window_cursor): Clear cursor properly rather than
9915 redrawing the area. Respect width of bar cursors.
9916 These changes enable the use of generic blink-cursor-mode and
9917 generic cursor types in NS and support smooth cursor movements (do
9918 not blink off after command).
9919 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
9920 Nextstep, too.
9921
9922 2008-08-19 Kenichi Handa <handa@m17n.org>
9923
9924 * font.c (Vfont_log_deferred): New variable.
9925 (font_add_log): Check Vfont_log_deferred.
9926 (font_deferred_log): New function.
9927
9928 * font.h (font_deferred_log): Extern it.
9929
9930 * fontset.c (reorder_font_vector): Use encoding charset of fonts
9931 for sorting.
9932 (face_for_char): Use deferred log.
9933
9934 2008-08-18 Kenichi Handa <handa@m17n.org>
9935
9936 * fontset.c (face_for_char): Add font log.
9937
9938 * font.c (font_add_log): Add the font properties :script, :lang,
9939 and :otf in the log.
9940
9941 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
9942
9943 * xdisp.c: Remove dead code.
9944 (handle_invisible_prop, next_overlay_string): Defer call to
9945 setup_for_ellipsis.
9946 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
9947
9948 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
9949
9950 * xfaces.c (lookup_derived_face): Properly handle possible zero
9951 return value of get_lface_attributes.
9952 (merge_faces): Don't tell lookup_derived_face to signal an error
9953 if face is not found.
9954
9955 * dired.c (Fdirectory_files): Doc fix.
9956
9957 * process.c (make_process): Initialize kill_without_query struct
9958 member.
9959
9960 2008-08-15 Eli Zaretskii <eliz@gnu.org>
9961
9962 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
9963 Alternative calculation of totphys for Visual Studio 6.
9964
9965 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
9966
9967 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
9968 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
9969 All users changed.
9970 (stat): Only root directory passed to GetDriveType. Allow RAM
9971 disk as well as local fixed disk when w32-get-true-file-attributes
9972 is set to `local'.
9973 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
9974 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
9975 (w32_cached_id, w32_add_to_cache): New functions.
9976 (get_name_and_id): Look account names in the cache before calling
9977 lookup_account_sid.
9978 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
9979 New initialization flags.
9980 (globals_of_w32): Initialize them to zero.
9981 (w32_system_process_attributes): Use w32_cached_id and
9982 w32_add_to_cache.
9983
9984 2008-08-14 Lawrence Mitchell <wence@gmx.li>
9985
9986 * lread.c (Fread_char, Fread_char_exclusive): If no character
9987 event is read before timeout is reached, return nil, rather than
9988 converting to a number.
9989
9990 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
9991
9992 * fns.c (use_dialog_box): Doc fix.
9993
9994 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
9995 on OS X.
9996
9997 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
9998
9999 * frame.c (Qns_parse_geometry): New var.
10000 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
10001
10002 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
10003
10004 * xdisp.c (x_produce_glyphs): Handle the case when font has no
10005 space character in calculating tabs.
10006
10007 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
10008
10009 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
10010
10011 2008-08-10 Glenn Morris <rgm@gnu.org>
10012
10013 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
10014 silence gcc "limited range of data type" warnings in some
10015 make_fixnum_or_float calls.
10016
10017 2008-08-09 Eli Zaretskii <eliz@gnu.org>
10018
10019 * w32.c (w32_system_process_attributes): If the process does not
10020 exist, return nil.
10021
10022 * w32.c: Include thelp32.h, psapi.h and coding.h.
10023 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
10024 declarations.
10025 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
10026 (Process32Next_Proc): New typedefs.
10027 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
10028 (g_b_init_process32_next, g_b_init_open_thread_token)
10029 (g_b_init_impersonate_self, g_b_init_revert_to_self)
10030 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
10031 (g_b_init_get_process_working_set_size)
10032 (g_b_init_global_memory_status_ex): New static variables.
10033 (globals_of_w32): Initialize them.
10034 (create_toolhelp32_snapshot, process32_first, process32_next)
10035 (open_thread_token, impersonate_self, revert_to_self)
10036 (get_process_memory_info, get_process_working_set_size)
10037 (global_memory_status, global_memory_status_ex): New wrapper
10038 functions.
10039 (w32_list_system_processes, w32_system_process_attributes)
10040 (enable_privilege, restore_privilege, ltime, process_times):
10041 New functions.
10042 (convert_time_raw): New function.
10043 (convert_time): Remove conversion of FILETIME into time in 100
10044 nsec units, call convert_time_raw instead.
10045
10046 * process.h (w32_list_system_processes, w32_system_process_attributes):
10047 Add prototypes.
10048 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
10049 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
10050 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
10051 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
10052
10053 * process.c (Fsystem_process_attributes): Doc fix.
10054
10055 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
10056
10057 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
10058 a continued multi-char glyph; if so, advance to the actual glyph.
10059
10060 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10061
10062 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
10063
10064 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
10065 (.m.o): Use it.
10066 * config.in: Regenerate.
10067
10068 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
10069
10070 * xdisp.c (redisplay_window): Revert last change.
10071 (try_window): Check bottom scroll margin too.
10072
10073 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10074
10075 * config.in: Regenerate.
10076
10077 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
10078 -list-load-path-shadows'.
10079 (nsgui.h): Reduce number of things depending on it.
10080
10081 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
10082
10083 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
10084 instead of window-end which does the wrong thing at eob.
10085 (try_cursor_movement): Minor optimization.
10086 (redisplay_window): If scroll margin is defined, don't assume
10087 window doesn't need scrolling.
10088
10089 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10090
10091 * config.in: Regenerate.
10092
10093 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
10094 (mostlyclean): Don't delete *.d under NS.
10095
10096 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
10097
10098 2008-08-06 Kenichi Handa <handa@m17n.org>
10099
10100 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
10101
10102 2008-08-06 Andreas Schwab <schwab@suse.de>
10103
10104 * config.in: Regenerate.
10105
10106 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
10107
10108 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
10109 forcing a window start.
10110
10111 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
10112 (auto_save_1): Update modtime when auto-save-list-file-name is on.
10113
10114 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10115
10116 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
10117 argument.
10118
10119 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
10120
10121 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
10122 <scroll-down-aggressively, before-change-functions>:
10123 <after-change-functions>: Reflow docstrings.
10124
10125 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10126 Ken Raeburn <raeburn@gnu.org>
10127
10128 Dock menu customization, based on a patch by Ken Raeburn, plus some
10129 other fixes.
10130 * nsmenu.m (dockMenu): New variable.
10131 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
10132
10133 * nsterm.h (dockMenu): Declare.
10134
10135 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
10136 (ns_term_init): Initialize dockMenu.
10137 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
10138 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
10139 left.
10140
10141 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
10142
10143 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
10144
10145 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
10146
10147 * config.in: Regenerate.
10148
10149 2008-08-04 Seiji Zenitani <zenitani@mac.com>
10150
10151 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
10152
10153 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
10154
10155 * nsterm.h (find_and_call_menu_selection): Fix prototype.
10156
10157 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10158
10159 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
10160
10161 * keyboard.h: Comment an #endif.
10162
10163 * lisp.h (have_menus_p): Adjust comment.
10164
10165 * menu.c (find_and_return_menu_selection): Fix comparison with
10166 client_data.
10167
10168 * nsmenu.m (popup_activated_flag): New variable.
10169 (popup_activated): New function.
10170 (menu-or-popup-active-p): New exported lisp definition.
10171 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
10172 when popup done.
10173 (ns_popup_dialog): Set popup_activated_flag.
10174
10175 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
10176 version for GNUstep (handled by conditional typedef in nsterm.m).
10177 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
10178 in rgb.txt).
10179
10180 * process.c (init_process): Use DARWIN_OS, not DARWIN.
10181
10182 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
10183
10184 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
10185
10186 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
10187 shortcircuit if popup_activated like GTK and X toolkit.
10188
10189 * m/inter386.h: Change DARWIN to DARWIN_OS.
10190
10191 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
10192 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
10193 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
10194 comment on NO_SOCK_SIGIO.
10195
10196 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
10197
10198 * nsterm.m (windowDidResize): Remove stopModal call.
10199
10200 2008-08-03 Andreas Schwab <schwab@suse.de>
10201
10202 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
10203 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
10204
10205 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
10206
10207 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
10208 Don't use uninitialized pointer variable when using getrlimit.
10209
10210 2008-08-02 Jason Rumney <jasonr@gnu.org>
10211
10212 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
10213
10214 2008-08-02 Eli Zaretskii <eliz@gnu.org>
10215
10216 * alloc.c (NSTATICS): Bump to 0x640.
10217
10218 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
10219
10220 * lisp.h: Add prototype for directory_files_internal.
10221
10222 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
10223 New functions.
10224 (syms_of_process): Defsubr them. Add initializations for various
10225 Q* symbols used in procfs_system_process_attributes.
10226 (procfs_list_system_processes, procfs_system_process_attributes)
10227 [HAVE_PROCFS]: New functions.
10228 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
10229 (procfs_get_total_memory): New functions.
10230
10231 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
10232
10233 * xfaces.c (Fx_load_color_file): Fix previous change;
10234 it is #ifdef WINDOWSNT, not WINDOWS_NT.
10235
10236 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
10237
10238 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
10239
10240 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10241
10242 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
10243
10244 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
10245
10246 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
10247
10248 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
10249 define NSApplicationDelegateReplySuccess.
10250 (EmacsView -converstationIdentifier): Use long instead of
10251 NSInteger for GNUstep, since it doesn't have NSInteger.
10252
10253 * xmenu.c: Revert last change.
10254
10255 * keyboard.h: Fix last change.
10256
10257 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
10258
10259 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
10260 on Windows.
10261
10262 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10263
10264 Warning clearing and clean-up in NS port.
10265 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
10266 Add prototypes.
10267 * nsgui.h (FACE_DEFAULT): Remove, unused.
10268 (XGCValues): Change colors to unsigned long.
10269 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
10270 nsterm.m.
10271 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
10272 (ns_list_fonts): Remove, unused.
10273 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
10274 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
10275 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
10276 (nsfont_draw): Compare face colors to 0, not nil.
10277 * nsmenu.m (struct widget_value): Drop unneeded declaration.
10278 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
10279 (-addSubmenuWithTitle:): Use NSMenuItem class.
10280 (ns_popup_menu): Use NO, not NULL, for enabled setting.
10281 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
10282 (ns_clip_to_row): Make gc arg a BOOL.
10283 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
10284 ns_clip_to_row() call.
10285 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
10286 used). Cast FRAME_FONT assignments.
10287 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
10288 (ns_string_to_lispmod): Change arg to const char.
10289 (ns_term_init): Use NSMenuItem class.
10290 (EmacsApp -openFile:): Move to different section of file.
10291 (EmacsApp -application:openFiles:): Don't return a value, call
10292 -replyToOpenOrPrint:.
10293 (EmacsView -keyDown:): Fix up cast.
10294 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
10295 (EmacsView -menuDown:): Cast tag in call to
10296 find_and_call_menu_selection().
10297 (ns_list_fonts): Remove, unused.
10298 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
10299 (ns_fontname_to_xlfd): Make static.
10300 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
10301 Remove prototypes (now in keyboard.h).
10302 (next_menubar_widget_id): Remove, unused.
10303 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
10304 Remove prototypes (now in keyboard.h).
10305 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
10306
10307 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
10308
10309 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
10310 (floatfns.o): Depend on syssignal.h.
10311 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
10312
10313 * systty.h: Fix previous change that removed BSD_TERMIOS.
10314 Add comments to #ifdefs.
10315
10316 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10317
10318 * w32fns.c (w32-load-color-file): Remove.
10319 (x-open-connection): Use renamed Fx_load_color_file.
10320 * xfaces.c (x-load-color-file): Add.
10321 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
10322 Emacs.clr.
10323 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
10324
10325 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
10326
10327 * dbusbind.c (Fdbus_call_method_asynchronously)
10328 (Fdbus_method_error_internal): New defuns.
10329 (xd_read_message): Handle also reply messages.
10330 (Vdbus_registered_functions_table): Extend docstring.
10331
10332 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
10333
10334 * keyboard.c (gobble_input): Fix previous change.
10335
10336 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
10337
10338 * bitmaps/README:
10339 * xfns.c:
10340 * termcap.c:
10341 * term.c:
10342 * syswait.h:
10343 * systty.h:
10344 * systime.h:
10345 * syssignal.h:
10346 * sysdep.c:
10347 * process.h:
10348 * process.c:
10349 * print.c:
10350 * ndir.h:
10351 * lread.c:
10352 * keyboard.c:
10353 * getpagesize.h:
10354 * floatfns.c:
10355 * fileio.c:
10356 * emacs.c:
10357 * doc.c:
10358 * dispnew.c:
10359 * dired.c:
10360 * data.c:
10361 * callproc.c:
10362 * buffer.c:
10363 * README:
10364 * Makefile.in:
10365 * s/template.h:
10366 * s/msdos.h:
10367 * m/vax.h: Remove VMS support.
10368 * s/vms.h:
10369 * vlimit.h:
10370 * uaf.h:
10371 * temacs.opt:
10372 * param.h:
10373 * ioctl.h: Remove file.
10374
10375 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
10376
10377 * s/ms-w32.h (MULTI_KBOARD): Remove.
10378 * xterm.c:
10379 * xselect.c:
10380 * xfns.c:
10381 * window.c:
10382 * w32term.c:
10383 * w32fns.c:
10384 * terminal.c:
10385 * termhooks.h:
10386 * term.c:
10387 * sysdep.c:
10388 * keyboard.h:
10389 * keyboard.c:
10390 * frame.h:
10391 * frame.c:
10392 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
10393 * config.in: Regenerate.
10394
10395 2008-07-30 Jason Rumney <jasonr@gnu.org>
10396
10397 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
10398
10399 * w32font.c (w32font_encode_char): Leave as unicode if in range.
10400 (w32font_open_internal): Get unicode version of textmetrics.
10401 Don't enable or disable glyph indices here.
10402 (w32font_open): Disable use of glyph indices.
10403
10404 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
10405
10406 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
10407
10408 * minibuf.c (Vread_buffer_function): Doc fix.
10409
10410 2008-07-30 John Paul Wallington <jpw@pobox.com>
10411
10412 * minibuf.c (read_buffer_completion_ignore_case): New var.
10413 (Fread_buffer): Use it.
10414
10415 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
10416
10417 * systty.h (sensemode): Remove empty #if. Remove reference to
10418 BSD_TERMIOS, unused.
10419
10420 * sysdep.c: Remove reference to DGUX.
10421 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
10422
10423 * config.in: Regenerate.
10424
10425 2008-07-30 Jason Rumney <jasonr@gnu.org>
10426
10427 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
10428
10429 2008-07-29 Jason Rumney <jasonr@gnu.org>
10430
10431 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
10432 is populated.
10433 (uniscribe_encode_char): Always use uniscribe.
10434 Avoid using context if cache is populated.
10435
10436 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
10437
10438 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
10439 open menu.
10440
10441 * gtkutil.c (menu_nav_ended): Remove.
10442 (create_menus): Remove signal connect for menu_nav_ended.
10443
10444 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
10445
10446 * xdisp.c (redisplay_window): Check return value of
10447 compute_window_start_on_continuation_line before forcing a window
10448 start.
10449
10450 2008-07-28 Jason Rumney <jasonr@gnu.org>
10451
10452 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
10453
10454 * w32term.c (w32_enable_unicode_output, cleartype_active):
10455 Remove obsolete display options.
10456 (x_draw_glyph_string_background): Don't use old cleartype_active
10457 workaround.
10458 (w32_initialize): Remove cleartype_active initialization.
10459 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
10460
10461 2008-07-28 Andreas Schwab <schwab@suse.de>
10462
10463 * lisp.h (init_weak_hash_tables, syms_of_font)
10464 (xd_read_queued_messages, syms_of_dbusbind): Declare.
10465 (remove_hash_entry): Don't declare.
10466 * eval.c (maybe_call_debugger): Make static and move before use.
10467 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
10468 * xdisp.c: Include "gtkutil.h" if USE_GTK.
10469 * xterm.h (x_set_frame_alpha): Declare.
10470
10471 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
10472
10473 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
10474 (create_menus): Connect selection-done to menu_nav_ended.
10475
10476 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10477
10478 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
10479 Set Vx_resource_name to a fallback. Replace read of 'buffered'
10480 parameter with read of 'alpha' one.
10481 (Qns_frame_parameter): Remove.
10482 * nsselect.m (selection-coding-system)
10483 (next-selection-coding-system, Vselection_coding_system)
10484 (Vnext_selection_coding_system): Drop.
10485
10486 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10487
10488 * nsfns.m (do-applescript, do_applescript): Rename to
10489 ns-do-applescript, ns_do_applescript, and move within file.
10490
10491 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10492
10493 Remove support for Mac Carbon.
10494 * mactoolbox.c:
10495 * macterm.h:
10496 * macterm.c:
10497 * macselect.c:
10498 * macmenu.c:
10499 * macgui.h:
10500 * macfns.c:
10501 * mac.c: Remove file.
10502 * s/darwin.h:
10503 * m/intel386.h:
10504 * xfaces.c:
10505 * xdisp.c:
10506 * window.c:
10507 * tparam.c:
10508 * termhooks.h:
10509 * termcap.c:
10510 * term.c:
10511 * syssignal.h:
10512 * sysselect.h:
10513 * sysdep.c:
10514 * process.c:
10515 * lread.c:
10516 * lisp.h:
10517 * keyboard.c:
10518 * image.c:
10519 * fringe.c:
10520 * frame.h:
10521 * frame.c:
10522 * fontset.c:
10523 * font.h:
10524 * font.c:
10525 * fns.c:
10526 * fileio.c:
10527 * emacs.c:
10528 * dispnew.c:
10529 * dispextern.h:
10530 * config.in:
10531 * atimer.c:
10532 * Makefile.in: Remove code for Carbon.
10533
10534 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10535
10536 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
10537
10538 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10539
10540 * macterm.h (kCGBitmapByteOrder32Host): New define for
10541 non-universal SDKs.
10542
10543 * image.c (mac_create_cg_image_from_image, image_load_image_io)
10544 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10545
10546 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
10547 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10548
10549 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
10550
10551 * w32inevt.c: Include dispextern.h.
10552
10553 2008-07-26 Andreas Schwab <schwab@suse.de>
10554
10555 * print.c (print_object): Fix off-by-one in last change.
10556
10557 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
10558
10559 * term.c (syms_of_term): Don't initialize default_orig_pair,
10560 default_set_foreground and default_set_background on Windows.
10561
10562 2008-07-25 Jason Rumney <jasonr@gnu.org>
10563
10564 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
10565 ScriptItemize. Clean up return value checking. Remove unused
10566 variables.
10567 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
10568 shaping engine.
10569
10570 * w32font.c (w32font_has_char): Handle the case where we can't
10571 determine the script for a character.
10572
10573 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
10574
10575 * term.c (syms_of_term): Initialize default_orig_pair,
10576 default_set_foreground, and default_set_background.
10577
10578 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
10579 clash (bug#86).
10580 (getloadavg): Callers changed.
10581
10582 * image.c (svg_load_image): Fix last change.
10583 (svg_load_image): Use rsvg_handle_get_dimensions to check that
10584 image size is valid. Use g_object_unref instead of deprecated
10585 rsvg_handle_free to free rsvg handle.
10586 (x_from_xcolors): Don't initialize pixmap (silence compiler).
10587
10588 2008-07-25 Jason Rumney <jasonr@gnu.org>
10589
10590 * w32font.c (w32font_encode_char): Encode characters outside BMP as
10591 surrogates before looking up glyph index.
10592 (w32font_text_extents): Encode as surrogates if falling back to
10593 functions that need UTF-16 wide chars.
10594
10595 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
10596 BMP as surrogates before looking up glyph index.
10597
10598 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
10599
10600 * image.c (svg_load_image): Check for failure in return value of
10601 rsvg_handle_get_pixbuf. Free rsvg handle when done.
10602
10603 2008-07-25 Jason Rumney <jasonr@gnu.org>
10604
10605 * w32font.c (Fx_select_font): Reverse sense of second arg.
10606
10607 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10608
10609 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
10610 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
10611
10612 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
10613 (PURESIZE): Use it.
10614
10615 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10616
10617 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
10618 * m/alpha.h (TEXT_END):
10619 * m/ibmrs6000.h (TEXT_END):
10620 * m/macppc.h (TEXT_END):
10621 * s/darwin.h (TEXT_END):
10622 * s/msdos.h (TEXT_END): Remove, unused.
10623 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
10624 * s/cygwin.h: Remove comment.
10625
10626 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
10627 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
10628 * m/intel386.h (DOT_GLOBAL_START):
10629 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
10630 (USG): Remove, file not used on USG platforms.
10631
10632 * Makefile.in (HAVE_X11): Remove empty #else.
10633
10634 2008-07-24 Andreas Schwab <schwab@suse.de>
10635
10636 * fileio.c (Finsert_file_contents): Properly adjust undo list
10637 after format conversion.
10638
10639 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
10640
10641 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
10642 (menu_nav_ended): Remove.
10643 (create_menus): Remove signal connect for menu_nav_ended.
10644 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
10645 create_menus.
10646 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
10647
10648 2008-07-23 Jason Rumney <jasonr@gnu.org>
10649
10650 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
10651 with opened font.
10652 (w32font_open): Set font type to gdi.
10653
10654 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
10655
10656 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10657
10658 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
10659 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
10660 defines it.
10661 * unexec.c (ADDR_CORRECT): Define unconditionally.
10662
10663 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
10664
10665 * unexec.c: Remove code depending on !COFF and USG, the file is
10666 not used for such systems.
10667
10668 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
10669 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
10670 (LD_SWITCH_SYSTEM_1): Remove, update users.
10671
10672 * s/darwin.h (DATA_END):
10673 * m/intel386.h (DATA_END):
10674 * m/ibmrs6000.h (DATA_END):
10675 * m/alpha.h (DATA_END): Remove, unused.
10676
10677 * config.in: Regenerate.
10678 * s/ms-w32.h (subprocesses): Define unconditionally.
10679 * s/template.h (subprocesses): Update comment.
10680 * s/vms.h (subprocesses):
10681 * s/usg5-4.h (subprocesses):
10682 * s/hpux10-20.h (subprocesses):
10683 * s/gnu-linux.h (subprocesses):
10684 * s/cygwin.h (subprocesses):
10685 * s/bsd-common.h (subprocesses):
10686 * s/aix4-2.h (subprocesses):
10687 * s/darwin.h (subprocesses): Do not define, defined by default now.
10688
10689 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
10690 Remove all references.
10691 (temacs): Add GNUstep specific ld flags.
10692
10693 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
10694 similarly to what X does.
10695
10696 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10697
10698 * nsfns.m (x-list-fonts): Remove.
10699 (syms_of_nsfns): Drop the x-list-fonts declaration.
10700 * nsterm.m: Get rid of remaining "//" comments.
10701
10702 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
10703
10704 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
10705
10706 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
10707 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
10708 (Fns_own_selection_internal, Fx_disown_selection_internal)
10709 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
10710
10711 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
10712 ... */' style of docstrings. Doc fixes.
10713
10714 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10715
10716 * terminfo.c (UP, BC, PC): Undo previous change.
10717
10718 * nsfns.m: Rename ns prefixed functions/variables to the
10719 corresponding x versions. Update references.
10720
10721 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10722
10723 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
10724
10725 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10726
10727 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
10728 Remove forwarding functions.
10729 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
10730 non-static.
10731 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
10732 non-static.
10733 (ns_frame_parm_handlers): Use the new names.
10734 (syms_of_nsfns): Move to the end of file.
10735
10736 * nsterm.m (syms_of_nsterm): Move to the end of file.
10737
10738 * dispnew.c (init_display): Remove code for X10.
10739
10740 2008-07-22 Jason Rumney <jasonr@gnu.org>
10741
10742 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
10743 bare drive.
10744
10745 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10746
10747 * nsterm.m (syms_of_nsterm): Remove debugging println.
10748
10749 2008-07-22 David Reitter <david.reitter@gmail.com>
10750
10751 * nsfns.m (do_applescript, F_do_applescript): NS version of the
10752 Carbon implementation of the same functionality: execute arbitrary
10753 AppleScript code.
10754
10755 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10756
10757 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
10758 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
10759 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
10760 (Fx_display_mm_height, Fx_display_mm_width)
10761 (Fx_display_backing_store, Fx_display_visual_class)
10762 (Fx_display_save_under, Fx_open_connection)
10763 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
10764 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
10765 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10766 (Fx_display_pixel_width, Fx_display_pixel_height)
10767 (Fx_display_usable_bounds, Fx_display_planes)
10768 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
10769 ... */' style of docstrings.
10770
10771 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10772
10773 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
10774 on this platform.
10775 (mips):
10776 * m/iris4d.h (mips): Do not define.
10777 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
10778
10779 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
10780
10781 * image.c:
10782 * nsfns.m:
10783 * nsselect.m:
10784 * nsterm.h:
10785 * nsterm.m: Rename ns prefixed functions/variables to the
10786 corresponding x versions. Update references.
10787
10788 * m/ibms390x.h (NO_REMAP): Do not undefine.
10789
10790 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
10791
10792 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
10793
10794 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
10795 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
10796 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
10797 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
10798 (Fns_display_mm_height, Fns_display_mm_width)
10799 (Fns_display_backing_store, Fns_display_visual_class)
10800 (Fns_display_save_under, Fns_open_connection)
10801 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
10802 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
10803 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10804 (Fns_display_pixel_width, Fns_display_pixel_height)
10805 (Fns_display_usable_bounds, Fx_display_planes)
10806 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
10807
10808 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
10809
10810 * print.c (print_object): Check print_depth before searching for
10811 circularities.
10812
10813 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
10814
10815 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
10816 only sprintf.
10817
10818 2008-07-21 Kenichi Handa <handa@m17n.org>
10819
10820 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
10821
10822 2008-07-20 Andreas Schwab <schwab@suse.de>
10823
10824 * syntax.c (find_start_pos, find_start_value)
10825 (find_start_value_byte, find_start_begv, find_defun_start)
10826 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
10827
10828 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10829
10830 * s/sol2-3.h: Insert contents of s/sol2.h.
10831 (LD_SWITCH_SYSTEM): Remove redundant definition.
10832 * s/sol2.h: Remove, unused.
10833
10834 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10835
10836 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
10837
10838 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10839
10840 * Makefile.in (ns_appdir): Fix typo in find command.
10841
10842 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10843
10844 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
10845
10846 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
10847 added not supported anymore.
10848
10849 * s/usg5-4-2.h (LIBS_SYSTEM):
10850 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
10851
10852 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10853 * s/lynxos.h (GETPGRP_NO_ARG):
10854 * s/hpux10-20.h (NO_SIOCTL_H):
10855 * s/gnu.h (GETPGRP_NO_ARG):
10856 * s/gnu-linux.h (NO_SIOCTL_H):
10857 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10858 * s/cygwin.h (GETPGRP_NO_ARG):
10859 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
10860 (C_DEBUG_SWITCH): Remove duplicate definition.
10861
10862 * m/ibms390.h: Remove boilerplate comments.
10863
10864 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
10865
10866 * process.c (HAVE_SERIAL): Consolidate ifdefs.
10867 (wait_reading_process_output): Remove code for SunOS, platform not
10868 supported anymore. Use SOLARIS2 instead of sun.
10869
10870 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10871
10872 * font.c (font_open_by_name): Under NS, default lface height to zero.
10873 (font_open_for_lface): Under NS, set size based on frame fontsize.
10874 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
10875 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
10876
10877 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10878
10879 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
10880 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
10881 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
10882 YES/NO.
10883 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
10884 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
10885 * Makefile.in (clean): Clear out build destination dir.
10886
10887 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10888
10889 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
10890 xterm, xselect.
10891 * lisp.h: Remove declaration of hash_remove.
10892 * nsgui.h: Remove redefinitions of hash_remove.
10893 * fns.c (hash_remove): Rename to hash_remove_from_table.
10894
10895 2008-07-19 Seiji Zenitani <zenitani@mac.com>
10896
10897 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
10898 strdup() the family UTF8String before modifying it.
10899
10900 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10901
10902 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
10903 NS_FACE_BACKGROUND with 0 instead of nil.
10904 * nsfont.m (nsfont_draw): Same.
10905
10906 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
10907
10908 * nsfns.m (ns_set_background_color): Fix crash.
10909
10910 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
10911
10912 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
10913
10914 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
10915
10916 * puresize.h (BASE_PURESIZE): Increase to 1240000.
10917
10918 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10919
10920 * gtkutil.c: Include <config.h> instead of "config.h".
10921
10922 * lisp.h (Foverlay_buffer): Add EXFUN.
10923
10924 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
10925 child process to complete child_setup. Undo 2005-09-21 change.
10926
10927 * s/darwin.h: Mention setsid after vfork.
10928
10929 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10930
10931 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
10932 Depend on macgui.h.
10933
10934 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
10935 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
10936
10937 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
10938 and f19.
10939 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
10940
10941 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
10942 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
10943 Remove enumerators.
10944
10945 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
10946 Check if FACE_FROM_ID returns NULL.
10947
10948 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
10949
10950 * w32inevt.c (change_frame_size): Remove extern declaration.
10951 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
10952 change_frame_size.
10953
10954 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10955
10956 * getloadavg.c: Revert last change (2008-07-15).
10957
10958 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10959
10960 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
10961 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
10962 from configure.
10963
10964 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10965
10966 * s/sol2.h:
10967 * s/sol2-4.h: Reorganize conditionals.
10968
10969 * ecrt0.c: Remove code depending on m68000, not used anymore.
10970
10971 * fns.c (hash_remove): Make static.
10972 * lisp.h (hash_remove): Don't prototype.
10973
10974 * m/ibmrs6000.h:
10975 * m/ibms390x.h:
10976 * m/macppc.h: Remove boilerplate comments.
10977
10978 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
10979 Solaris, which does not need them.
10980
10981 * m/vax.h: Remove comments about unsupported systems.
10982
10983 * s/darwin.h: Reorganize ifdefs.
10984
10985 2008-07-17 Andreas Schwab <schwab@suse.de>
10986
10987 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
10988
10989 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10990
10991 Use SDATA. Follow coding convention of placing operators at
10992 beginning of next line rather than end of previous line, and placing
10993 spaces around infix operators.
10994
10995 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
10996 in case it was defined already.
10997 USE @GNUSTEP_MAKEFILES@ rather than envvars.
10998 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
10999 ns_default.
11000 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
11001 Lisp_Objects.
11002 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
11003 (ns_defined_color, ns_color_to_lisp): Declare.
11004 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
11005 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
11006 it's accepted even with USE_LISP_UNION_TYPE.
11007 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
11008 (update_frame_tool_bar): Remove apparently obsolete tests for
11009 non-integerness of f->tool_bar_lines.
11010 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
11011 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
11012 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
11013 (nsfont_open): Don't confuse NULL for Qnil.
11014 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
11015 * menu.h (find_and_call_menu_selection):
11016 * menu.c (find_and_call_menu_selection): Use just int for vector size.
11017 (find_and_return_menu_selection): Always return something.
11018 * frame.h: Include dispextern.h for Display_Info.
11019 (display_x_get_resource): Declare.
11020
11021 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
11022
11023 * syntax.c: Remove stdio.h include accidentally introduced in
11024 Emacs.app commit.
11025 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
11026 NS_IMPL_COCOA.
11027 * keyboard.c (handle_async_input, input_available_signal): Remove
11028 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
11029
11030 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11031
11032 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
11033 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
11034 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
11035 Use SDATA.
11036
11037 * keymap.c: Remove all NS-specific code.
11038 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
11039 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
11040 where_is_preferred_modifier, return a different value depending on how
11041 preferred is the binding.
11042 (where_is_internal): Adjust accordingly.
11043 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
11044 Adjust to new preferred_sequence_p.
11045 (syms_of_keymap): Declare `where-is-preferred-modifier'.
11046 * keyboard.c (parse_solitary_modifier): Not static any more.
11047 * keyboard.h (parse_solitary_modifier): Declare.
11048
11049 2008-07-16 Andreas Schwab <schwab@suse.de>
11050
11051 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
11052 of easymenu.
11053
11054 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
11055
11056 * xdisp.c (move_it_in_display_line): Account for word wrap, so
11057 that we don't move off the line.
11058
11059 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11060
11061 * keyboard.c (Qsuper): Remove.
11062 (parse_menu_item): Don't call where_is_internal specially for NS.
11063
11064 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11065
11066 * s/gnu-linux.h: Remove boilerplate comments.
11067
11068 * m/alpha.h (__ELF__): Consolidate conditions.
11069
11070 * m/m68k.h (linux): Use GNU_LINUX instead.
11071 Remove boilerplate comments.
11072
11073 * m/intel386.h: Undo refactoring from previous change.
11074 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
11075 too, remove dead code.
11076 (linux): Use GNU_LINUX instead.
11077
11078 2008-07-16 Jason Rumney <jasonr@gnu.org>
11079
11080 * w32gui.h: Repeat 26 June changes lost by last change.
11081
11082 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11083
11084 * systty.h: Remove code for Aix on 386, unsupported platform.
11085
11086 * s/ms-w32.h: Remove boilerplate comments.
11087 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
11088
11089 * s/gnu-linux.h (TERM): Remove support.
11090 (HAVE_SYSVIPC): Remove, unused.
11091 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
11092 for this system.
11093
11094 * process.c: Remove support for IRIS, unused.
11095 Remove support for TERM, not relevant anymore.
11096
11097 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
11098 used with the definition.
11099
11100 * s/aix4-2.h (static): Do not undef.
11101
11102 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
11103 only used on Aix.
11104 (HAVE_SYSVIPC): Remove, unused.
11105
11106 * m/hp800.h (CANNOT_DUMP): Do not undef.
11107
11108 * m/alpha.h: Fix comment.
11109
11110 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
11111 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
11112 used by this configuration.
11113 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
11114 * unexec.c: Remove code depending on HPUX and
11115 USG_SHARED_LIBRARIES, not used with this file. Remove code
11116 depending on IRIS, unused. Remove if 0-ed code.
11117
11118 * s/template.h: Remove comments about static.
11119
11120 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
11121 Remove if 0-ed code.
11122 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
11123 were the same as the default.
11124 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
11125 Remove boilerplate comments.
11126 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
11127 (HAVE_SYSVIPC): Remove, unused.
11128 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
11129
11130 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11131 Remove boilerplate comments.
11132 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11133 Remove boilerplate comments.
11134 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11135 Remove boilerplate comments.
11136 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
11137
11138 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
11139 USG systems which do not use DATA_SEG_BITS.
11140 Refactor code. Remove boilerplate comments.
11141
11142 * m/ibms390.h:
11143 * m/m68k.h:
11144 * s/bsd-common.h:
11145 * s/cygwin.h:
11146 * s/darwin.h:
11147 * s/freebsd.h:
11148 * s/gnu.h:
11149 * s/msdos.h: Remove boilerplate comments.
11150
11151 * m/iris4d.h: Remove boilerplate comments and code for systems that
11152 do not use this file.
11153 (IRIS_4D): Remove, unused.
11154
11155 * m/mips.h: Remove boilerplate comments and code for systems that
11156 do not use this file.
11157 (SIGN_EXTEND_CHAR):
11158 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
11159 * unexmips.c: Remove file, unused.
11160
11161 * editfns.c (Fuser_full_name): Replace the only use of
11162 USER_FULL_NAME with its value.
11163 * config.in: Regenerate.
11164
11165 2008-07-16 David Reitter <david.reitter@gmail.com>
11166
11167 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
11168 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
11169
11170 2008-07-16 Glenn Morris <rgm@gnu.org>
11171
11172 * emacs.c (system-type): Doc fix.
11173
11174 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
11175
11176 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
11177 If the cache doesn't work, let's fix it, rather than work around it.
11178
11179 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11180
11181 * Makefile.in: Correct additions for nsfont.o in last commit.
11182 * nsfont.m: New file (forgot last commit).
11183
11184 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
11185
11186 * callproc.c (set_initial_environment): Initialize
11187 Vprocess_environment under CANNOT_DUMP (fixes crash when
11188 batch-compiling for bootstrap).
11189
11190 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
11191 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11192
11193 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
11194 fix crash due to different init order.
11195
11196 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11197
11198 Changes and additions for NeXTstep windowing system (Cocoa and
11199 GNUstep) support.
11200
11201 * Makefile.in:
11202 * config.in: Support defines and build commands for NS port.
11203 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
11204 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
11205 * dispextern.h: Include nsgui.h and add needed typedefs under NS
11206 windowing.
11207 (struct face): Add synth_ital field.
11208 * dispnew.c: Include nsterm.h when compiling under NS windowing.
11209 (init_display): Initialize Vinitial_window_system to "ns" when so
11210 compiled.
11211 * emacs.c: Include GSConfig.h when compiling under GNUstep.
11212 (display_arg): Use under NS.
11213 (main): Under NS, allocate autorelease pool and handle command line
11214 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
11215 (standard_args): Add NS-specific args.
11216 (shut_down_emacs): Shut down NS terminal if compiled under NS.
11217 * font.c (DEFAULT_ENCODING): New variable.
11218 (font_find_for_lface): Use it.
11219 (syms_of_font): Load syms_of_nsfont under NS.
11220 * font.h: Declare nsfont_driver when compiled under NS.
11221 * fontset.c: When compiling under NS, include nsterm.h.
11222 (fontset_from_font): Autoconstruct fontset under NS.
11223 * frame.c (various): Under NS, include nsterm.h, add Qns window system
11224 symbol, document and use it.
11225 (do_switch_frame): When for_deletion under Cocoa, add
11226 Fraise_frame(Qnil).
11227 (x_set_frame_parameters): Ensure font attribute changes are picked up.
11228 (x_get_arg): Allow "yes" and "no" as boolean values.
11229 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
11230 Qright under Cocoa.
11231 (focus-follows-mouse): Default to 0 under NS.
11232 * frame.h (enum output_method): Add output_ns.
11233 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
11234 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
11235 (FRAME_WINDOW_P): NS-specific definition.
11236 * fringe.c (max_used_fringe_bitmap): Make public.
11237 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
11238 (getloadavg): Use NeXT code under descendant OS's.
11239 * image.c (includes and header section, x_create_bitmap_from_data)
11240 (x_create_bitmap_from_file, free_bitmap_record, image_background)
11241 (image_background_transparent, x_clear_image_1)
11242 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
11243 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
11244 (x_to_xcolors, x_from_xcolors, x_disable_image)
11245 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
11246 other GUIs, including XPM support using code originally written for
11247 Carbon GUI.
11248 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
11249 using NS API.
11250 (image_ascent): Use font metrics macros instead of direct struct field
11251 access.
11252 * keyboard.c (includes): Add nsterm.h when compiling under NS.
11253 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
11254 Also, handle NS as GTK for menu bar purposes.
11255 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
11256 toolkit where they differ.
11257 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
11258 use cachelist, still needed under NS.
11259 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
11260 (struct widget_value): Define it here for menu.c.
11261 * keymap.c (includes): Include modifier internals.
11262 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
11263 NS.
11264 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
11265 support for preferring sequences using certain modifiers, specified by
11266 the FIRSTONLY argument.
11267 * lisp.h (hash_remove): Rename to avoid name clash when compiling
11268 under NS GNUstep implementation.
11269 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
11270 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
11271 * menu.c: Include nsterm.h under NS.
11272 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
11273 (free_menubar_widget_tree_value, update_submenu_strings)
11274 (find_and_call_menu_selection): Treat NS as X and NT.
11275 (find_and_return_menu_selection): New function, used for popup menus.
11276 * nsgui.h:
11277 * nsterm.h:
11278 * nsfns.m:
11279 * nsimage.m:
11280 * nsmenu.m:
11281 * nsselect.m:
11282 * nsterm.m: New files.
11283 * process.c (wait_reading_process_output): Under NS, call ns_select()
11284 instead of plain select().
11285 * syntax.c (char_quoted): Under NS, avoid a crash when called near
11286 beginning of buffer.
11287 * sysselect.h (init_process): Rename when compiling under Cocoa to
11288 avoid name conflict.
11289 * termhooks.h (display_info): Add ns_display_info to union.
11290 * terminal.c (Fterminal_live_p): Add ns to terminal types.
11291 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
11292 COCOA environment.
11293 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
11294 unexec() signature. (Note, this will dump, but the resulting file
11295 crashes; unexosx is used instead; keeping around for reference and
11296 possible aid in getting dump working under GNUstep.)
11297 * w32gui.h (button_type, widget_value): Remove definitions (now in
11298 keyboard.h).
11299 * window.c: Include nsterm.h when compiling under NS.
11300 * xdisp.c (includes): Include nsterm.h when compiling under NS.
11301 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
11302 other GUI windowing systems.
11303 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
11304 GTK.
11305 (x_consider_frame_title): Under NS, set icon type and frame
11306 modified-state indicator; use ns_set_name_as_filename() when using
11307 formatted title.
11308 (update_window_cursor): Make public when compiling under NS.
11309 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
11310 (hourglass_atimer, Vhourglass_delay
11311 * xfaces.c (header section, init_frame_faces, clear_font_table)
11312 (defined_color, unload_color, x_face_list_fonts)
11313 (prepare_face_for_display): Add NS support parallel to other GUIs.
11314 Emulate GCs like other non-X GUIs.
11315 (split_font_name): Don't lowercase font name under NS.
11316 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
11317 under NS.
11318 * s/darwin.h: Add support for compilation under NS.
11319
11320 2008-07-15 Jason Rumney <jasonr@gnu.org>
11321
11322 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
11323 (w32_show_hourglass): Rename from show_hourglass.
11324 (w32_hide_hourglass): Rename from hide_hourglass.
11325 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
11326 (Vhourglass_delay): Declare extern.
11327 (hourglass_started): Remove.
11328
11329 * xdisp.c (Vhourglass_delay): Remove static.
11330 (hourglass_started, start_hourglass, cancel_hourglass):
11331 Don't include these versions on WINDOWSNT.
11332
11333 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11334
11335 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
11336 variables (formerly in xfns.c).
11337 (show_hourglass, hide_hourglass): New prototypes (same).
11338 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
11339 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
11340 in xfns.c).
11341 (syms_of_xdisp): Declare/initialize display-hourglass,
11342 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
11343 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
11344 formerly in xfns.c.
11345 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
11346 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
11347 (start_hourglass, cancel_hourglass): Remove.
11348 (show_hourglass, hide_hourglass): Remove prototypes and static
11349 modifiers.
11350 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
11351 hourglass_atimer, hourglass_shown_p declaration/initialization.
11352 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
11353 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
11354 (start_hourglass, cancel_hourglass): Remove.
11355 (show_hourglass, hide_hourglass): Remove prototypes and static
11356 modifiers.
11357 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
11358 hourglass_atimer, hourglass_shown_p declaration/initialization.
11359 * w32fns.c (display_hourglass_p, Vhourglass_delay)
11360 (DEFAULT_HOURGLASS_DELAY): Remove.
11361 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
11362 hourglass_shown_p declaration/initialization.
11363
11364 2008-07-14 Jason Rumney <jasonr@gnu.org>
11365
11366 * w32fns.c (w32_get_arg): Remove wrapper function.
11367 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
11368 directly.
11369 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
11370
11371 2008-07-14 Kenichi Handa <handa@m17n.org>
11372
11373 * xfont.c (xfont_open): Add workaround for X's bug.
11374
11375 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11376
11377 * fontset.c: Include <stdio.h> unconditionally.
11378
11379 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
11380
11381 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
11382 for filtering.
11383
11384 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11385
11386 * s/vms.h: Use __GNUC__ instead of _GNUC_.
11387
11388 * m/macppc.h:
11389 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
11390
11391 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
11392 (SPECIAL_EMACS_INT):
11393 * m/ia64.h (SPECIAL_EMACS_INT):
11394 * m/amdx86-64.h (SPECIAL_EMACS_INT):
11395 * s/gnu.h (NLIST_STRUCT):
11396 * s/aix4-2.h (X11R5_INHIBIT_I18N):
11397 * s/gnu-linux.h (LINUX):
11398 * s/msdos.h (HAVE_FACES):
11399 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
11400
11401 * systty.h:
11402 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
11403 anymore.
11404
11405 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
11406
11407 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
11408 always defined as int.
11409
11410 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
11411 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
11412 * s/gnu-linux.h (HAVE_WAIT_HEADER):
11413 * s/freebsd.h (HAVE_WAIT_HEADER):
11414 * s/bsd-common.h (HAVE_UNION_WAIT):
11415 * s/aix4-2.h (HAVE_WAIT_HEADER):
11416 * m/mips.h (HAVE_UNION_WAIT):
11417 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
11418 (COFF, static): Do not define, they are undefined later in the file.
11419
11420 * process.c (update_status): Don't use a union.
11421 (status_convert):
11422 (sigchld_handler): Use int instead of WAITTYPE.
11423
11424 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
11425
11426 * indent.c (Fvertical_motion): Restore hscroll before moving to
11427 goal column.
11428
11429 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11430
11431 * lisp.h: Remove left over code.
11432
11433 2008-07-11 Andreas Schwab <schwab@suse.de>
11434
11435 * lisp.h: Fix logic in last change.
11436
11437 * menu.h: New file.
11438 * menu.c: Include it.
11439 * xmenu.c: Likewise.
11440 * Makefile.in: Update dependencies.
11441
11442 2008-07-11 Kenichi Handa <handa@m17n.org>
11443
11444 * fontset.c (fontset_from_font): Cancel the previous change.
11445
11446 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11447
11448 * lisp.h:
11449 * w32heap.c:
11450 * emacs.c:
11451 * alloc.c: Replace all references of NO_UNION_TYPE with
11452 USE_LISP_UNION_TYPE.
11453
11454 * m/xtensa.h (NO_UNION_TYPE):
11455 * m/vax.h (NO_UNION_TYPE):
11456 * m/template.h (NO_UNION_TYPE):
11457 * m/sparc.h (NO_UNION_TYPE):
11458 * m/mips.h (NO_UNION_TYPE):
11459 * m/macppc.h (NO_UNION_TYPE):
11460 * m/m68k.h (NO_UNION_TYPE):
11461 * m/iris4d.h (NO_UNION_TYPE):
11462 * m/intel386.h (NO_UNION_TYPE):
11463 * m/ibms390x.h (NO_UNION_TYPE):
11464 * m/ibms390.h (NO_UNION_TYPE):
11465 * m/ibmrs6000.h (NO_UNION_TYPE):
11466 * m/ia64.h (NO_UNION_TYPE):
11467 * m/hp800.h (NO_UNION_TYPE):
11468 * m/arm.h (NO_UNION_TYPE):
11469 * m/amdx86-64.h (NO_UNION_TYPE):
11470 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
11471 defining it the same.
11472
11473 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
11474
11475 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
11476
11477 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
11478
11479 * fileio.c:
11480 * sysdep.c:
11481 * systty.h:
11482 * m/ibmrs6000.h:
11483 * m/iris4d.h:
11484 * s/aix4-2.h:
11485 * s/freebsd.h:
11486 * s/gnu-linux.h:
11487 * s/hpux10-20.h:
11488 * s/hpux11.h:
11489 * s/netbsd.h:
11490 * s/sol2-3.h:
11491 * s/sol2-4.h:
11492 * s/sol2.h:
11493 * s/usg5-4.h:
11494 * s/vms.h: Remove references to unused variables.
11495
11496 2008-07-10 Andreas Schwab <schwab@suse.de>
11497
11498 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
11499 pattern before matching the generic family.
11500
11501 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
11502
11503 * unexec.c:
11504 * s/vms.h:
11505 * s/usg5-4-2.h:
11506 * s/sol2-5.h:
11507 * s/freebsd.h:
11508 * s/darwin.h: Remove dead code.
11509
11510 * m/template.h:
11511 * m/sparc.h:
11512 * m/mips.h:
11513 * m/m68k.h:
11514 * m/iris4d.h:
11515 * m/intel386.h:
11516 * m/ibms390x.h:
11517 * m/ibms390.h:
11518 * m/ia64.h:
11519 * m/hp800.h:
11520 * m/arm.h:
11521 * m/amdx86-64.h: Remove dead code and references to unused
11522 and compiler defined symbols.
11523
11524 * unexmips.c:
11525 * unexelf.c: Remove references to desupported systems.
11526
11527 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
11528
11529 * m/powermac.h: Remove boilerplate comments.
11530 (NO_REMAP): Remove unused definition.
11531
11532 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
11533 define them.
11534
11535 2008-07-10 Kenichi Handa <handa@m17n.org>
11536
11537 * xfont.c (xfont_open): Log the reason of failure.
11538
11539 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11540
11541 * fontset.c (fontset_get_font_group):
11542 * font.c (font_check_otf): Specify argument types.
11543
11544 2008-07-09 Kenichi Handa <handa@m17n.org>
11545
11546 * coding.c (detect_coding_utf_8): Set detect_info->found only when
11547 non-ASCII char is found.
11548
11549 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
11550 (reorder_font_vector): Change the arg preferred_family to font.
11551 Prefer the spec matching with font.
11552 (fontset_get_font_group): New function.
11553 (fontset_find_font): Change the format of an element of a realized
11554 fontset. Use fontset_get_font_group.
11555 (fontset_font): Try the current fontset, the default fontset, the
11556 fallbacks of the current fontset, and the fallbacks of the default
11557 fontset in this order.
11558 (face_for_char): Delete the shortcut to use the current font.
11559 (fontset_from_font): Don't set fonts for Latin in the fontset.
11560
11561 * font.h (font_make_object, font_match_p): Adjust prototypes.
11562
11563 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
11564
11565 * font.c (font_make_object): New arg entity and pixelsize.
11566 (font_check_otf_features, font_check_otf): New functions.
11567 (font_match_p): Check :lang, :script, and :otf properties.
11568
11569 * xfont.c (xfont_open): Adjust it for the change of
11570 font_make_object.
11571 (xfont_text_extents): Fix initial setting of metrics.
11572
11573 * ftfont.c (struct ftfont_info): New member index, delete member
11574 fc_charset_idx. Make the member order compatible with struct
11575 xftfont_info.
11576 (fc_charset_table): Change charset names to registry names.
11577 (ftfont_pattern_entity): Delete the args registry and
11578 fc_charset_idx. Change the value of :font-entity property
11579 to (FONTNAME . INDEX). Always set :registry property to
11580 `iso10646-1'.
11581 (struct ftfont_cache_data): New struct.
11582 (ftfont_lookup_cache): New arg for_face.
11583 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
11584 (ftfont_driver): Set the member otf_capability.
11585 (ftfont_get_charset): Adjust it for the change of
11586 fc_charset_table.
11587 (OTF_TAG_SYM): New macro.
11588 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
11589 for the change of fc_charset_table.
11590 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
11591 ftfont_pattern_entity. Add FC_INDEX to objset.
11592 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
11593 and ftfont_pattern_entity.
11594 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
11595 font_make_object, struct ftfont_info.
11596 (ftfont_has_char): Use ftfont_get_fc_charset.
11597 (ftfont_otf_features, ftfont_otf_capability): New functions.
11598 (ftfont_shape): Use ftfont_get_otf.
11599 (ftfont_text_extents): Fix initial setting of metrics.
11600
11601 * xftfont.c (struct xftfont_info): New member ft_size. Make the
11602 member order compatible with struct ftfont_info.
11603 (xftfont_open): Add FC_CHARSET to the pattern. Set
11604 xftfont_info->ft_size. Don't unlock the face. Check BDF
11605 properties if appropriate.
11606 (xftfont_close): Unlock the face.
11607 (xftfont_anchor_point, xftfont_shape): Deleted.
11608 (syms_of_xftfont): Don't set members anchor_point and shape of
11609 xftfont_driver.
11610
11611 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
11612 font_make_object.
11613
11614 * w32font.c (w32font_open): Adjust it for the change of
11615 font_make_object.
11616 (w32font_open_internal): Don't set properties of font_object here.
11617
11618 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
11619
11620 * macfns.c (x_create_tip_frame):
11621 * w32fns.c (x_create_tip_frame):
11622 * xfns.c (x_create_tip_frame): Pass parameter argument to
11623 face-set-after-frame-default.
11624
11625 * xfaces.c (Finternal_merge_in_global_face): Save merged
11626 attributes for the default face back into the face vector.
11627
11628 2008-07-08 Andreas Schwab <schwab@suse.de>
11629
11630 * fontset.h: Declare fontset_from_font. Don't declare
11631 new_fontset_from_font and fontset_from_font_name.
11632 * xterm.c: Include "fontset.h".
11633 * Makefile.in (xterm.o): Update dependencies.
11634
11635 2008-07-08 Glenn Morris <rgm@gnu.org>
11636
11637 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
11638 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
11639
11640 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
11641
11642 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
11643 (x_set_frame_parameters): Don't bind it.
11644
11645 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
11646
11647 * w32fns.c (map_w32_filename): Declare extern.
11648
11649 2008-07-07 Jason Rumney <jasonr@gnu.org>
11650
11651 * w32term.c (WS_EX_LAYERED): Define if not already.
11652
11653 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
11654
11655 * xfaces.c (set_font_frame_param): Don't try to set the font
11656 parameter if it is still unspecified in the lface.
11657
11658 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
11659
11660 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
11661 face if it didn't already exist.
11662
11663 * xdisp.c (try_window_id): Give up if word-wrapping is on.
11664
11665 2008-07-05 Andreas Schwab <schwab@suse.de>
11666
11667 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
11668
11669 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
11670
11671 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
11672 word-wrapping.
11673 (IT_DISPLAYING_WHITESPACE): New macro.
11674 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
11675 when word-wrapping. Simplify word-wrapping logic. Use correct
11676 pixel positions when saving copies of the iterator.
11677 (display_line): Use proper wrap point if the last character on a
11678 line was preceded by whitespace.
11679
11680 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11681
11682 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
11683
11684 2008-07-04 Kenichi Handa <handa@m17n.org>
11685
11686 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
11687
11688 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
11689
11690 2008-07-02 Jason Rumney <jasonr@gnu.org>
11691
11692 * xfns.c (syms_of_xfns): Only define x-select-font when both
11693 HAVE_FREETYPE and USE_GTK.
11694
11695 * xdisp.c (next_element_from_display_vector): Move assignment out
11696 of if statement.
11697
11698 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
11699
11700 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
11701
11702 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
11703 (syms_of_fileio): Initialize and export them.
11704 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
11705
11706 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
11707 (Fsystem_move_file_to_trash): New function.
11708 (syms_of_w32fns): Export it to lisp.
11709
11710 2008-07-01 Jason Rumney <jasonr@gnu.org>
11711
11712 * w32font.c (w32font_text_extents): Don't count overhang as part
11713 of width.
11714
11715 2008-06-30 Miles Bader <miles@gnu.org>
11716
11717 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
11718 Add `avoid_cursor_p' field.
11719
11720 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
11721 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
11722 (append_glyph, append_composite_glyph, produce_image_glyph)
11723 (append_stretch_glyph): Initialize avoid_cursor_p.
11724 (get_it_property): Rename from `get_line_height_property'.
11725 (x_produce_glyphs): Use get_it_property.
11726 (handle_line_prefix, push_display_prop): New functions.
11727 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
11728 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
11729 New variables.
11730 (syms_of_xdisp): Initialize them.
11731
11732 2008-06-30 Kenichi Handa <handa@m17n.org>
11733
11734 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
11735 XftDefaultSubstitute (they are called in XftFontMatch).
11736 (xftfont_open): Fix args to ftfont_font_format.
11737
11738 * ftfont.c (fc_charset_table): New member lang.
11739 (ftfont_resolve_generic_family): New arg pattern.
11740 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
11741 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
11742 (ftfont_open): Fix args to ftfont_font_format.
11743 (ftfont_font_format): New arg filename.
11744
11745 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
11746
11747 * xfaces.c (Finternal_merge_in_global_face): If default face was
11748 modified, realize it again. Update the font face attribute.
11749
11750 2008-06-29 Jason Rumney <jasonr@gnu.org>
11751
11752 * w32term.c (x_set_frame_alpha): Fix logic.
11753
11754 2008-06-29 Kenichi Handa <handa@m17n.org>
11755
11756 * fontset.c (Finternal_char_font): Return font-object instead of
11757 font-name.
11758
11759 * composite.c (get_composition_id): Fix the width calculation for TAB.
11760
11761 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11762
11763 * indent.c (Fvertical_motion): Properly handle float column arg.
11764
11765 2008-06-28 Jason Rumney <jasonr@gnu.org>
11766
11767 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
11768 (pfnSetLayeredWindowAttributes): New function pointer.
11769 (w32_initialize): Initialize it when supported.
11770 (x_set_frame_alpha): New function.
11771
11772 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
11773 (w32_frame_parm_handlers): Set alpha handler.
11774
11775 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
11776
11777 2008-06-27 Jason Rumney <jasonr@gnu.org>
11778
11779 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
11780 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
11781 (w32_to_x_charset, x_to_w32_charset)
11782 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11783 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11784 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11785 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11786 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11787 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11788 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
11789 (Qw32_charset_unicode): Remove.
11790 (syms_of_w32fns): Update for above changes.
11791
11792 * w32font.c (w32_to_x_charset, x_to_w32_charset)
11793 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11794 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11795 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11796 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11797 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11798 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11799 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
11800 (syms_of_w32font): Update for above changes.
11801
11802 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
11803
11804 * s/usg5-4.h: Fix previous change: keep the correct branch of a
11805 removed #if.
11806 (USG_SHARED_LIBRARIES): Remove duplicate definition.
11807
11808 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
11809 Eli Zaretskii <eliz@gnu.org>
11810
11811 * makefile.w32-in (LOCAL_FLAGS):
11812 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
11813
11814 * sysdep.c (_spawnlp, _getpid):
11815 Declare with explicit _cdecl instead of _CRTAPI1.
11816
11817 * editfns.c (Fget_internal_run_time):
11818 Check for WINDOWSNT with #ifdef, not #if.
11819
11820 2008-06-26 Jason Rumney <jasonr@gnu.org>
11821
11822 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
11823
11824 * w32term.c (x_draw_glyph_string_foreground)
11825 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
11826 Use FONT_HANDLE macro.
11827 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
11828
11829 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11830 (uniscribe_encode_char): Use FONT_HANDLE macro.
11831
11832 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
11833 (w32font_text_extents): Use precast w32_font.
11834 (w32font_close): Free cached metrics.
11835 (w32font_open_internal): Allocate space for name on stack.
11836
11837 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
11838
11839 * xdisp.c (extend_face_to_end_of_line): Fix last change.
11840
11841 2008-06-26 Jason Rumney <jasonr@gnu.org>
11842
11843 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
11844 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
11845
11846 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
11847
11848 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
11849
11850 2008-06-26 Jason Rumney <jasonr@gnu.org>
11851
11852 * w32bdf.c, w32bdf.h: Remove obsolete files.
11853
11854 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
11855
11856 * w32gui.h: Don't include w32bdf.h.
11857 (XCharStruct, enum w32_char_font_type, W32FontStruct):
11858 Remove obsolete font support.
11859
11860 * w32font.h (struct w32font_info): Remove compat_w32_font.
11861 Add hfont member.
11862 (FONT_COMPAT): Remove obsolete macro.
11863
11864 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
11865 (w32font_encode_char, w32font_text_extents): Use new hfont member.
11866 (w32font_open_internal): Remove compat code. Set new hfont member.
11867 (Fx_select_font): Use new hfont member.
11868
11869 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11870 (uniscribe_encode_char): Use new hfont member.
11871
11872 * w32term.c (x_draw_glyph_string_foreground)
11873 (x_draw_composite_glyph_string_foreground): Use new hfont member.
11874 (x_draw_glyph_string): Use metrics in w32font_info.
11875
11876 2008-06-26 Kenichi Handa <handa@m17n.org>
11877
11878 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
11879
11880 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11881
11882 * unexnext.c:
11883 * m/ews4800.h:
11884 * m/hp9000s300.h:
11885 * m/ibm370aix.h:
11886 * m/mips-siemens.h:
11887 * m/ncr386.h:
11888 * m/next.h:
11889 * m/pmax.h:
11890 * m/powerpcle.h:
11891 * m/tandem-s2.h:
11892 * s/386bsd.h:
11893 * s/bsd386.h:
11894 * s/bsd4-1.h:
11895 * s/bsd4-2.h:
11896 * s/bsdos2-1.h:
11897 * s/bsdos2.h:
11898 * s/bsdos3.h:
11899 * s/bsdos4.h:
11900 * s/nextstep.h:
11901 * s/ultrix4-3.h:
11902 * s/usg5-0.h:
11903 * s/usg5-2-2.h:
11904 * s/usg5-2.h:
11905 * s/usg5-4-3.h:
11906 * s/ux4800.h:
11907 * s/uxpds.h:
11908 * s/uxpv.h: Remove support for obsolete systems.
11909 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
11910 Remove, insert contents in s/hpux10-20.h.
11911 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
11912 Remove, insert contents in s/aix4-2.h.
11913 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
11914 * s/bsd4-3.h: Rename to ...
11915 * s/bsd-common.h: ... this.
11916 * data.c:
11917 * doc.c:
11918 * ecrt0.c:
11919 * emacs.c:
11920 * fileio.c:
11921 * floatfns.c:
11922 * keyboard.c:
11923 * mem-limits.h:
11924 * print.c:
11925 * process.c:
11926 * sysdep.c:
11927 * syssignal.h:
11928 * systty.h:
11929 * syswait.h:
11930 * term.c:
11931 * unexec.c:
11932 * unexelf.c:
11933 * unexhp9k800.c:
11934 * m/hp800.h:
11935 * m/ibmrs6000.h:
11936 * m/mips.h:
11937 * m/vax.h:
11938 * s/darwin.h:
11939 * s/freebsd.h:
11940 * s/gnu.h:
11941 * s/ms-w32.h:
11942 * s/msdos.h:
11943 * s/netbsd.h:
11944 * s/template.h: Remove references to obsolete variables.
11945
11946 * Makefile.in: Add dependencies for all unexec files.
11947 (admindir): Remove unused variable.
11948 (UNEXEC_SRC): Remove references.
11949
11950 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
11951
11952 * xfns.c (x_default_font_parameter): If Xft is available, first
11953 try Monospace-12 for the default font.
11954
11955 2008-06-25 Jason Rumney <jasonr@gnu.org>
11956
11957 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
11958
11959 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11960
11961 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
11962
11963 * buffer.c (syms_of_buffer): Remove default-word-wrap.
11964
11965 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
11966
11967 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
11968 <scroll-conservatively>: Fix typo in docstring.
11969
11970 * xselect.c (Fx_send_client_event): Doc fix.
11971
11972 2008-06-25 Kenichi Handa <handa@m17n.org>
11973
11974 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
11975
11976 * font.c (font_parse_fcname): Remove unused variables.
11977 (font_sort_entites): Delete the arg SPEC. Caller changed.
11978 Fix for the case of ! best_only.
11979 (font_delete_unmatched): Check DPI and AVGWIDTH too.
11980
11981 * lisp.h (Fstring_to_unibyte): EXFUN it.
11982
11983 * character.h (str_to_unibyte): Extern it.
11984
11985 * character.c (str_to_unibyte): New function.
11986
11987 * fns.c (Fstring_to_unibyte): New function.
11988 (syms_of_fns): Defsubr it.
11989
11990 2008-06-24 Kenichi Handa <handa@m17n.org>
11991
11992 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
11993 DPI too.
11994 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
11995
11996 2008-06-24 Andreas Schwab <schwab@suse.de>
11997
11998 * Makefile.in (${lispsource}loaddefs.el): Rename from
11999 ../lisp/loaddefs.el.
12000 (bootstrap-clean): Do what distclean does but don't remove
12001 Makefile.
12002 (distclean): Depend on bootstrap-clean and remove Makefile.
12003
12004 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
12005
12006 * buffer.h (struct buffer): New member word_wrap.
12007
12008 * buffer.c (syms_of_buffer): New variables default-word-wrap and
12009 word-wrap.
12010 (init_buffer_once): Initialize them.
12011
12012 * dispextern.h (struct it): Replace bool truncate_lines_p with a
12013 line_wrap enum possessing three possible values.
12014
12015 * termopts.h: Replace truncate_partial_width_windows with
12016 Vtruncate_partial_width_windows.
12017
12018 * dispnew.c (direct_output_for_insert): Avoid direct output when
12019 inserting a space with word wrap on.
12020
12021 * indent.c (compute_motion): Obey integer values of
12022 truncate-partial-width-windows.
12023
12024 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
12025 replacing truncate_partial_width_windows.
12026 (init_iterator): If Vtruncate_partial_width_windows is an integer,
12027 truncate only if the window width is below that integer.
12028 (start_display, resize_mini_window, produce_stretch_glyph)
12029 (display_string, move_it_in_display_line_to): Use line_wrap.
12030 (back_to_previous_visible_line_start, reseat_1): Reset
12031 string_from_display_prop_p.
12032 (display_line): Extend default face to end of line when wrapping.
12033
12034 2008-06-24 Kim F. Storm <storm@cua.dk>
12035
12036 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
12037 to wrap continued lines at word boundaries.
12038
12039 2008-06-24 Jason Rumney <jasonr@gnu.org>
12040
12041 * font.c (Ffont_face_attributes): Multiply pixel size before point
12042 conversion to avoid multiplying rounding error.
12043
12044 2008-06-23 Jason Rumney <jasonr@gnu.org>
12045
12046 * w32term.c (x_draw_glyph_string_background)
12047 (x_draw_glyph_string): Remove old bdf font code.
12048
12049 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
12050
12051 2008-06-22 Kenichi Handa <handa@m17n.org>
12052
12053 * font.c (font_find_for_lface): Try the adstyle specified in
12054 the property of LFACE_FONT of LFACE (if any).
12055
12056 2008-06-21 Seiji Zenitani <zenitani@mac.com>
12057 Ryo Yoshitake <ryo@shiftmode.net>
12058
12059 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
12060
12061 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12062
12063 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
12064 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
12065 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
12066 (witness-emacs): Remove.
12067 (lisp, shortlisp): Move loaddefs.el earlier.
12068 (mostlyclean): Forget about witness-emacs.
12069
12070 2008-06-22 Glenn Morris <rgm@gnu.org>
12071
12072 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
12073 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
12074
12075 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12076
12077 * Makefile.in (PRECOMP): Remove.
12078 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
12079 (witness-emacs): Run `compile-first'.
12080 (.el.elc): Use the new compile-onefile target.
12081
12082 2008-06-21 Kenichi Handa <handa@m17n.org>
12083
12084 * xftfont.c (xftfont_open): Handle QCembolden only when
12085 FC_EMBOLDEN is defined.
12086
12087 2008-06-21 Andreas Schwab <schwab@suse.de>
12088
12089 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
12090 (.el.elc): Likewise.
12091
12092 2008-06-21 Miles Bader <miles@gnu.org>
12093
12094 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
12095 build dir, not the lisp source dir.
12096
12097 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12098
12099 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
12100 (bootstrapclean): Remove.
12101 (.el.elc): New rule.
12102 (PRECOMP): New var.
12103 (../lisp/subdirs.el): Remove.
12104 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
12105 (witness-emacs): New target.
12106 (mostlyclean): Remove witness-emacs as well.
12107 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
12108 Add witness-emacs dependency.
12109
12110 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
12111
12112 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
12113 defined by the font.
12114
12115 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12116
12117 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
12118 (bootstrap-clean): New target that keeps TAGS around.
12119 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
12120 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
12121
12122 2008-06-20 Jason Rumney <jasonr@gnu.org>
12123
12124 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
12125 Remove obsolete font code.
12126
12127 * w32font.c (font_matches_spec): Use csb bitfield from font signature
12128 to determine language support.
12129
12130 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12131
12132 * sysdep.c (cfsetspeed): New fun extracted from the code.
12133 (cfmakeraw): Move before first use.
12134
12135 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
12136
12137 * sysdep.c (cfmakeraw): Provide fallback implementation.
12138 (serial_configure): Provide fallback implementation of cfsetspeed.
12139
12140 2008-06-20 Kenichi Handa <handa@m17n.org>
12141
12142 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
12143 the pattern.
12144
12145 * fontset.c (fontset_from_font): Copy font_spec before changing
12146 the elements.
12147
12148 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
12149
12150 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12151
12152 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
12153 for explicit `font' parameters.
12154
12155 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
12156
12157 2008-06-19 Kenichi Handa <handa@m17n.org>
12158
12159 * frame.c: Include <ctype.h>.
12160 (x_set_font_backend): Allow spacing characters in the X resource
12161 for FontBackend.
12162
12163 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12164
12165 * w32fns.c, xfns.c (Qfont_param): New var.
12166 (syms_of_w32fns): Initialize it.
12167 (x_default_font_parameter): Record explicit `font' into
12168 `font-parameter'.
12169
12170 2008-06-18 Kenichi Handa <handa@m17n.org>
12171
12172 * font.c (font_parse_xlfd): Fix previous change.
12173 (font_parse_fcname): Don't use :fc-unknown-spec.
12174 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
12175 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
12176 (font_add_log): Prepend the driver name to the resulting fonts.
12177
12178 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
12179 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
12180 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
12181
12182 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
12183 (QCembolden): New variables.
12184 (syms_of_xftfont): DEFSYM them.
12185 (xftfont_open): Call XftFontMatch. Don't trust the result of
12186 XftTextExtents8 if the pixel_size is less than 5.
12187
12188 2008-06-18 Andreas Schwab <schwab@suse.de>
12189
12190 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
12191 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
12192
12193 2008-06-18 Jason Rumney <jasonr@gnu.org>
12194
12195 * w32font.c (w32font_list, w32font_match): Add logging.
12196
12197 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
12198
12199 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
12200
12201 * font.c (font_parse_fcname): Store divider characters for
12202 unknown-spec list. For known key symbols, intern using correct
12203 symbol name.
12204
12205 2008-06-17 Kenichi Handa <handa@m17n.org>
12206
12207 * xfaces.c (realize_default_face): If the frame is not on window
12208 system, set the fontset of face to nil.
12209
12210 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12211
12212 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
12213
12214 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
12215
12216 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
12217 (build_font_name_from_vector): Delete externs.
12218
12219 * xfaces.c (struct font_name): Don't declare.
12220
12221 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12222
12223 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
12224
12225 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
12226
12227 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
12228
12229 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
12230
12231 * font.c (Ffont_spec): Fix usage in docstring.
12232 (Ffont_face_attributes): Doc fix.
12233
12234 2008-06-16 Andreas Schwab <schwab@suse.de>
12235
12236 * font.c (Ffont_face_attributes): Fix definition.
12237
12238 2008-06-16 Jason Rumney <jasonr@gnu.org>
12239
12240 * font.h (font_style_symbolic_from_value): Remove.
12241
12242 * font.c (font_style_symbolic_from_value): Remove.
12243 (font_style_symbolic): Revert to pre 2008-06-13 version.
12244
12245 * w32font.c (w32_to_fc_weight): New function.
12246 (w32font_full_name, logfont_to_fcname): Use it.
12247
12248 2008-06-16 Kenichi Handa <handa@m17n.org>
12249
12250 * font.c (font_check_object): Delete it.
12251 (font_clear_cache): Check if a font-object is alive.
12252 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
12253 font-object to nil.
12254 (font_close_object): Don't check FONT_CLOSE_OBJECT.
12255 (font_at): Don't call font_check_object.
12256 (Ffont_get): Return a symbol for :weight, :slant, and :width.
12257
12258 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12259
12260 * puresize.h (BASE_PURESIZE): Increase to 1230000.
12261
12262 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
12263
12264 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
12265
12266 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
12267
12268 * font.c (font_parse_fcname): Only one decimal point.
12269 (font_unparse_fcname): Handle data in family and foundry indices
12270 as symbols, not strings.
12271 (font_unparse_gtkname, Ffont_face_attributes): New functions.
12272
12273 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
12274
12275 * font.h (font_unparse_gtkname): Add prototype.
12276
12277 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12278
12279 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
12280
12281 2008-06-15 Andreas Schwab <schwab@suse.de>
12282
12283 * font.c (font_update_drivers): Fix crash when no drivers match.
12284
12285 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12286
12287 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
12288 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
12289
12290 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12291
12292 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
12293
12294 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12295
12296 * process.c (Fserial_process_configure, Fprocess_send_eof):
12297 Use EQ to compare Lisp_Objects.
12298
12299 2008-06-13 Jason Rumney <jasonr@gnu.org>
12300
12301 * w32fns.c (Fw32_select_font): Remove old font API function.
12302
12303 * w32font.c (logfont_to_fcname): New function.
12304 (Fx_select_font): New font dialog function compatible with
12305 GTK/fontconfig version.
12306
12307 * font.c (font_style_symbolic_from_value): New function.
12308 (font_style_symbolic): Use it.
12309
12310 * font.h (font_style_symbolic_from_value): Declare new function.
12311
12312 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
12313
12314 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
12315 <font-width-table>: Fix typos in docstrings.
12316
12317 2008-06-13 Daniel Engeler <engeler@gmail.com>
12318
12319 These changes add serial port access.
12320 * process.c: Add HAVE_SERIAL.
12321 (Fdelete_process, Fprocess_status, Fset_process_buffer)
12322 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
12323 (list_processes_1, select_wrapper, Fstop_process)
12324 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
12325 (status_notify): Modify to handle serial processes.
12326 [HAVE_SERIAL] (Fserial_process_configure)
12327 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
12328 New functions.
12329 * process.h (struct Lisp_Process): Add `type'.
12330 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
12331 New functions.
12332 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
12333 serial ports.
12334 (serial_open, serial_configure): New functions.
12335 * w32.h: Add FILE_SERIAL.
12336 (struct _child_process): Add ovl_read, ovl_write.
12337
12338 2008-06-13 Kenichi Handa <handa@m17n.org>
12339
12340 * dispextern.h (enum lface_attribute_index): New member
12341 LFACE_FOUNDRY_INDEX.
12342
12343 * font.c (font_score): Delete arg alternate_families. Check only
12344 weight, slant, width, and size. Ignore the difference of alias
12345 style symbols.
12346 (font_sort_entites): Adjust for the above change. Reflect the
12347 order of font-driver to scores.
12348 (font_list_entities): Don't check alternate_familes here.
12349 (font_clear_prop): Handle foundry.
12350 (font_update_lface): Don't parse "foundry-family" form here.
12351 Handle FONT_FOUNDRY_INDEX.
12352 (font_find_for_lface): Likewise. Handle alternate families here.
12353 If registry is nil, try iso8859-1 and ascii-0.
12354 (font_open_for_lface): Pay attention to size in ENTITY.
12355 (font_open_by_name): Simplify by calling font_load_for_lface.
12356 (free_font_driver_list): Delete it.
12357 (font_update_drivers): Preserve the order of backends.
12358 (syms_of_font): Setting of sort_shift_bits adjusted for the change
12359 of font_score and font_sort_entites.
12360 (font_update_sort_order): Likewise.
12361
12362 * xfaces.c (LFACE_FOUNDRY): New macro.
12363 (check_lface_attrs): Check foundry.
12364 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
12365 (merge_face_vectors): Check foundry.
12366 (merge_face_ref): Likewise.
12367 (Finternal_set_lisp_face_attribute): Likewise.
12368 (x_update_menu_appearance): Likewise.
12369 (Finternal_get_lisp_face_attribute): Likewise.
12370 (lface_hash): Likewise.
12371 (lface_same_font_attributes_p): Likewise.
12372 (x_supports_face_attributes_p): Likewise.
12373 (tty_supports_face_attributes_p): Likewise.
12374 (Finternal_set_alternative_font_family_alist): Intern strings.
12375 (Finternal_set_alternative_font_registry_alist): Downcase strings.
12376 (realize_default_face): Set LFACE_FOUNDRY (lface).
12377
12378 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
12379 font-driver at first.
12380
12381 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
12382
12383 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12384
12385 * lread.c (Fload): Use xfree, not free on saved_doc_string.
12386
12387 2008-06-12 Jim Meyering <meyering@redhat.com>
12388
12389 Make unexec_free handle NULL the same way free does.
12390 * unexmacosx.c (unexec_free): Ignore a NULL argument.
12391
12392 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12393
12394 * character.h (CHAR_TO_BYTE_SAFE): New macro.
12395 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
12396 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
12397 (WEAK_ALIAS): Simplify.
12398 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
12399 when searching a unibyte buffer.
12400
12401 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
12402
12403 * xfns.c (Fx_select_font): Rename from x-font-dialog.
12404
12405 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
12406
12407 * w32font.c: Include ctype.h.
12408
12409 2008-06-11 Jason Rumney <jasonr@gnu.org>
12410
12411 * w32font.c (w32font_encode_char): Detect missing glyphs that are
12412 misreported as space.
12413 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
12414 as aliases for registry iso10646-1.
12415
12416 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12417
12418 * buffer.c (clone_per_buffer_values): Skip `name'.
12419
12420 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
12421
12422 * font.c (font_parse_fcname): Fix last change; accept decimal
12423 points in font size.
12424
12425 2008-06-10 Jason Rumney <jasonr@gnu.org>
12426
12427 * w32uniscribe.c (add_opentype_font_name_to_list):
12428 Skip non unicode fonts.
12429
12430 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
12431
12432 * xfns.c (Fx_font_dialog): New function.
12433
12434 * gtkutil.c (xg_dialog_response_cb): Rename from
12435 xg_file_response_callback.
12436 (pop_down_dialog): Rename from pop_down_file_dialog.
12437 (xg_get_file_name): Callers changed.
12438 (xg_get_font_name): New function.
12439
12440 * gtkutil.h (xg_get_font_name): Insert prototype.
12441
12442 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
12445 x_underline_minimum_display_offset.
12446 (syms_of_xdisp): Declare it here rather than in xterm.c.
12447 * dispextern.h (underline_minimum_offset): Declare it.
12448 * w32term.c (x_draw_glyph_string): Use it.
12449 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
12450 (syms_of_xterm): Don't declare it any more.
12451 (x_draw_glyph_string): Adjust to the new name.
12452
12453 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
12454
12455 * xterm.c (x_underline_minimum_display_offset): New var.
12456 (x_draw_glyph_string): Use it.
12457 (syms_of_xterm): Declare it.
12458
12459 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
12460
12461 * font.c (font_parse_fcname): Accept GTK-style font names too.
12462
12463 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12464
12465 * dired.c (file_name_completion): Don't return t if the match is exact
12466 but with different capitalization.
12467 * minibuf.c (Ftry_completion): Simplify.
12468
12469 * window.c (Vwindow_point_insertion_type): New var.
12470 (set_window_buffer): Use it.
12471 (syms_of_window): Init and export it to Lisp.
12472
12473 2008-06-10 Kenichi Handa <handa@m17n.org>
12474
12475 * font.h (font_intern_prop): Prototype adjusted.
12476
12477 * font.c (font_intern_prop): New arg force_symbol.
12478 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
12479 Adjust for the change of font_intern_prop.
12480
12481 * ftfont.c (ftfont_pattern_entity):
12482 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
12483 (w32_registry):
12484 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
12485 the change of font_intern_prop.
12486
12487 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
12488
12489 * w32menu.c (digest_single_submenu): Declare extern.
12490
12491 2008-06-09 Jason Rumney <jasonr@gnu.org>
12492
12493 * w32term.c (x_make_frame_visible): Use alternate restore flags.
12494
12495 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
12496 (parse_single_submenu): Remove.
12497 (digest_single_submenu): Remove.
12498 (syms_of_w32menu): Don't initialise variables that have moved
12499 to menu.c.
12500 (set_frame_menubar): Sync with version in xmenu.c.
12501 (w32_menu_show): Sync with xmenu_show in xmenu.c.
12502
12503 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
12504 Make static again.
12505
12506 2008-06-09 Jason Rumney <jasonr@gnu.org>
12507
12508 Changes to w32 files related to the move of common menu code
12509 to menu.c on 2008-06-08 by Chong Yidong.
12510
12511 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
12512 defs to w32gui.h.
12513 (single_keymap_panes, push_menu_item, push_menu_pane):
12514 Make globally visible.
12515
12516 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
12517 (local_free, malloc_widget_value, free_widget_value)
12518 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
12519 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
12520 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
12521 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
12522 (menu_items, menu_items_allocated, menu_items_used)
12523 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
12524 (init_menu_items, finish_menu_items, discard_menu_items)
12525 (grow_menu_items, push_submenu_start, push_submenu_end)
12526 (push_left_right_boundary, push_menu_pane, push_menu_item)
12527 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
12528 (free_menubar_widget_tree_value, parse_single_submenu)
12529 (update_submenu_strings): Remove functions.
12530 (xmalloc_widget_value): Remove and declare extern.
12531
12532 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
12533 (OBJ1): Build it.
12534
12535 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
12536 (local_heap, local_alloc, local_free, malloc_widget_value)
12537 (free_widget_value): Define here.
12538
12539 2008-06-09 Kenichi Handa <handa@m17n.org>
12540
12541 * font.h (Qascii_0): Extern it.
12542
12543 * font.c (Qascii_0): New variable.
12544 (syms_of_font): DEFSYM it.
12545 (font_open_by_name): If the registry "iso8859-1" fails, try also
12546 "ascii-0".
12547
12548 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
12549
12550 2008-06-08 Kenichi Handa <handa@m17n.org>
12551
12552 * .gdbinit (xfont): New command.
12553
12554 2008-06-08 Andreas Schwab <schwab@suse.de>
12555
12556 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
12557 * Makefile.in (menu.o): Update dependencies.
12558
12559 * Makefile.in (obj): Always add menu.o.
12560 * emacs.c (main): Always call syms_of_menu.
12561 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
12562
12563 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
12564
12565 * Makefile.in: Compile menu.c.
12566
12567 * lisp.h: Declare syms_of_menu.
12568
12569 * emacs.c (main): Call syms_of_menu.
12570
12571 * keyboard.h: Relocate platform-independent menu definitions from
12572 xmenu.c.
12573
12574 * menu.c: New file. Relocate platform-independent menu
12575 definitions from xmenu.c. Suggested by Adrian Robert.
12576
12577 * xmenu.c: Remove platform-independent menu definitions.
12578 (menu_items, menu_items_inuse, menu_items_allocated)
12579 (menu_items_used, menu_items_n_panes)
12580 (menu_items_submenu_depth): Move to keyboard.h.
12581 (init_menu_items, finish_menu_items, unuse_menu_items)
12582 (discard_menu_items, restore_menu_items, save_menu_items)
12583 (grow_menu_items, push_submenu_start, push_submenu_end)
12584 (push_left_right_boundary, push_menu_pane, push_menu_item)
12585 (keymap_panes, single_keymap_panes, single_menu_item)
12586 (list_of_panes, list_of_items, find_and_call_menu_selection)
12587 (xmalloc_widget_value, free_menubar_widget_value_tree)
12588 (parse_single_submenu, digest_single_submenu)
12589 (update_submenu_strings): Move to menu.c.
12590
12591 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12592
12593 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
12594
12595 2008-06-06 Miles Bader <miles@gnu.org>
12596
12597 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
12598 face, not frame default.
12599
12600 2008-06-05 Martin Rudalics <rudalics@gmx.at>
12601
12602 * window.c (pop_up_windows, pop_up_frames)
12603 (display_buffer_reuse_frames, Vpop_up_frame_function)
12604 (Vdisplay_buffer_function, Veven_window_heights)
12605 (Vspecial_display_buffer_names, Vspecial_display_regexps)
12606 (Vspecial_display_function, Vsame_window_buffer_names)
12607 (Vsame_window_regexps, split_height_threshold)
12608 (Vsplit_window_preferred_function): Move those vars to window.el.
12609 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
12610 (Fdisplay_buffer): Move those functions to window.el.
12611 (syms_of_window): Remove corresponding declarations.
12612 (display_buffer): New function.
12613 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
12614 * dispnew.c (Flast_nonminibuf_frame): New function.
12615 * buffer.c (Fpop_to_buffer): Move to window.el.
12616
12617 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12618
12619 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
12620
12621 2008-06-05 Kenichi Handa <handa@m17n.org>
12622
12623 * coding.c (detect_coding): Fix previous change.
12624 (detect_coding_system): Likewise.
12625
12626 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12627
12628 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
12629
12630 * keymap.c (Vminibuffer_local_filename_must_match_map):
12631 Rename from Vminibuffer_local_must_match_filename_map.
12632 (syms_of_keymap):
12633 * minibuf.c (Fcompleting_read): Adjust accordingly.
12634 * commands.h: Rename declaration as well.
12635
12636 2008-06-05 Kenichi Handa <handa@m17n.org>
12637
12638 * font.c (Ffont_spec): Don't use font_parse_family_registry for
12639 family name.
12640 (Ffont_put): Likewise.
12641
12642 * fontset.c (fontset_find_font): Call font_open_for_lface with the
12643 current font-spec.
12644
12645 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
12646 is unspecified.
12647
12648 * xfaces.c (realize_x_face): If the font-related face attributes
12649 are the same as those of default face, realize a new fontset from
12650 default->fontset.
12651 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
12652
12653 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12654
12655 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
12656 (move_it_in_display_line): New wrapper.
12657
12658 * window.c (window_scroll_pixel_based_preserve_x)
12659 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
12660 (window_scroll_pixel_based, window_scroll_line_based):
12661 Use them to preserve column positions.
12662 (syms_of_window): Initialize them.
12663
12664 * indent.c (Fvertical_motion): Extend first arg to allow passing an
12665 (HPOS . VPOS) pair.
12666
12667 * dispextern.h (move_it_in_display_line): Declare.
12668
12669 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
12670
12671 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
12672 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
12673 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
12674
12675 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
12676
12677 * window.c (Fset_window_parameter): Doc fix.
12678 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
12679
12680 2008-06-04 Joakim Verona <joakim@verona.se>
12681
12682 * window.h (struct window): Add new member window_parameters.
12683
12684 * window.c (Fwindow_parameters, Fwindow_parameter)
12685 (Fset_window_parameter): New defuns.
12686 (syms_of_window): Defsubr the new defuns.
12687 (make_window): Initialize window_parameters to nil.
12688
12689 2008-06-04 John Paul Wallington <jpw@pobox.com>
12690
12691 * eval.c (Fdefmacro): Doc fix.
12692
12693 2008-06-04 Kenichi Handa <handa@m17n.org>
12694
12695 * coding.c (detect_coding): Fix handling of coding->head_ascii.
12696 Be sure to call setup_coding_system when we find a proper coding system.
12697 (detect_coding_system): Fix handling of coding->head_ascii.
12698
12699 2008-06-03 Andreas Schwab <schwab@suse.de>
12700
12701 * font.c (font_prop_validate_spacing): Fix last change.
12702
12703 2008-06-03 Kenichi Handa <handa@m17n.org>
12704
12705 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
12706 (font_parse_fcname): Fix handling of unknown key.
12707
12708 * xfont.c (xfont_list): Try an alias.
12709
12710 * charset.c (char_charset): Return NULL if the arg charset_list is
12711 specified and C doesn't belong to any of them.
12712
12713 2008-06-02 Chip Coldwell <coldwell@redhat.com>
12714
12715 * font.c (font_pixel_size): Don't take cdr of an integer.
12716
12717 2008-06-02 Jim Meyering <meyering@redhat.com>
12718
12719 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
12720 * alloc.c (xfree): Return right away for a NULL arg.
12721 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
12722 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
12723 * mac.c (create_apple_event_from_event_ref): Likewise.
12724 (create_apple_event_from_drag_ref, cfstring_create_normalized):
12725 Likewise.
12726 * doprnt.c (doprnt1): Likewise.
12727 * frame.c (frame): Likewise.
12728 * keyboard.c (wipe_kboard): Likewise.
12729 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
12730 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
12731 * term.c (tty_default_color_capabilities, maybe_fatal)
12732 (delete_tty): Likewise.
12733 * w16select.c (string): Likewise.
12734 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
12735 * w32bdf.c (w32_free_bdf_font): Likewise.
12736 * w32fns.c (w32_unload_font): Likewise.
12737 * w32font.c (w32font_close): Likewise.
12738 * window.c (size_window): Likewise.
12739 * xselect.c (receive_incremental_selection): Likewise.
12740 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
12741 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
12742 * w32.c (stat): Likewise.
12743
12744 Remove useless if-before-free tests.
12745 * editfns.c (Fset_time_zone_rule): Likewise.
12746 * lread.c (nosuffix): Likewise.
12747 * ralloc.c (get_bloc): Likewise.
12748 * regex.c (reg_free): Likewise.
12749 * xftfont.c (xftfont_open, xftfont_close): Likewise.
12750 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
12751 * xsmfns.c (smc_save_yourself_CB): Likewise.
12752
12753 2008-06-02 Kenichi Handa <handa@m17n.org>
12754
12755 * font.c (font_find_for_lface): Handle float font size.
12756 (font_open_for_lface): Likewise.
12757
12758 * xfaces.c (x_supports_face_attributes_p): Check face->font before
12759 comparing the properties.
12760
12761 2008-06-01 Jason Rumney <jasonr@gnu.org>
12762
12763 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
12764 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
12765 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
12766 Don't add empty script list.
12767 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
12768
12769 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
12770
12771 * Makefile.in (dot, dotdot): Remove, update users.
12772 ".." has been used elsewhere in the file for a long time.
12773 (LIBXT_STATIC): Remove conditional based on unused variable.
12774
12775 2008-06-01 Miles Bader <miles@gnu.org>
12776
12777 * xfaces.c (Vface_remapping_alist): New variable.
12778 (syms_of_xfaces): Initialize it.
12779 (enum named_merge_point_kind): New type.
12780 (struct named_merge_point): Add `named_merge_point_kind' field.
12781 (push_named_merge_point): Make cycle detection respect different
12782 named-merge-point kinds.
12783 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
12784 Remove face-name alias resolution.
12785 (lface_from_face_name): New definition using
12786 `lface_from_face_name_no_resolve'.
12787 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
12788 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
12789 (get_lface_attributes): New definition that layers face-remapping on
12790 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
12791 (lookup_basic_face): New function.
12792 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
12793 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
12794 `get_lface_attributes'.
12795 (face_at_buffer_position): Use `lookup_basic_face' to lookup
12796 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
12797 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
12798
12799 * xdisp.c (init_iterator): Pass base_face_id through
12800 `lookup_basic_face' when we actually use it as a face-id.
12801 (handle_single_display_prop): Use `lookup_basic_face' to lookup
12802 DEFAULT_FACE_ID.
12803
12804 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
12805 lookup the initial face-id.
12806
12807 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
12808
12809 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
12810
12811 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
12812 (Fremove_text_properties): Fix typos in docstrings.
12813
12814 2008-05-31 Kenichi Handa <handa@m17n.org>
12815
12816 * font.c (font_list_entities): Fix the car part of data to be
12817 stored in the cache.
12818
12819 * ftfont.c (ftfont_font_format): Don't use strcasestr.
12820
12821 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12822
12823 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
12824 Add a `test' argument so another predicate than `equal' can be used.
12825 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
12826 (map_char_table): Remove unused vars `c' and `i'.
12827 * lisp.h (Foptimize_char_table): Adjust declaration.
12828 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
12829
12830 2008-05-30 Kenichi Handa <handa@m17n.org>
12831
12832 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
12833 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
12834 defined.
12835
12836 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12837
12838 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12839 (Fmake_variable_frame_local): Disallow mixing buffer-local and
12840 frame-local settings for the same variable.
12841
12842 2008-05-30 Kenichi Handa <handa@m17n.org>
12843
12844 * fontset.c (Ffont_info): Move to font.c.
12845 (syms_of_fontset): Delete defsubr of Sfont_info.
12846
12847 * font.c (font_style_to_value, font_score): Delete casting of the
12848 args to xstcasecmp.
12849 (register_font_driver): Increment num_font_drivers only when
12850 registering the driver globally.
12851 (Ffont_info): Move from fontset.c. Handle a font object too.
12852 (syms_of_font): Defsubr Sfont_info.
12853
12854 2008-05-29 Kenichi Handa <handa@m17n.org>
12855
12856 * coding.h (enum define_coding_utf8_arg_index): New enum.
12857 (enum coding_attr_index): Change coding_attr_utf_16_bom to
12858 coding_attr_utf_bom.
12859 (enum utf_bom_type): Rename from utf_16_bom_type.
12860 (struct utf_16_spec): Adjust for the above change.
12861 (struct coding_system): Add utf_8_bom in `spec' union.
12862
12863 * coding.c (CODING_UTF_8_BOM): New macro.
12864 (enum coding_category): Delete coding_category_utf_8, add
12865 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
12866 coding_category_utf_8_sig.
12867 (CATEGORY_MASK_UTF_8): Delete it.
12868 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
12869 (CATEGORY_MASK_UTF_8_SIG): New macros.
12870 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
12871 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
12872 CATEGORY_MASK_UTF_8_SIG.
12873 (CATEGORY_MASK_UTF_8): New macro.
12874 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
12875 (detect_coding_utf_8): Check BOM.
12876 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
12877 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
12878 (encode_coding_utf_16): Likewise.
12879 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
12880 (detect_coding, detect_coding_system): Handle utf-8-auto.
12881 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
12882 (syms_of_coding): Fix setting up of Vcoding_category_table.
12883
12884 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12885
12886 * process.c (Faccept_process_output): If `millisec' is non-nil,
12887 `seconds' default to 0.
12888 (wait_reading_process_output): Also return non-nil if we read output
12889 from a non-running process.
12890
12891 2008-05-29 Jason Rumney <jasonr@gnu.org>
12892
12893 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
12894 `raster' specified.
12895 (add_font_entity_to_list): Allow non-opentype truetype fonts back
12896 in the uniscribe backend, but disallow any font that has no
12897 unicode subrange support.
12898
12899 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
12900
12901 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
12902 Fix typos in docstrings.
12903
12904 2008-05-29 Kenichi Handa <handa@m17n.org>
12905
12906 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
12907 (Fx_family_fonts): Set frame correctly.
12908
12909 2008-05-28 Jason Rumney <jasonr@gnu.org>
12910
12911 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
12912
12913 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12914
12915 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
12916 calling build_annotations.
12917
12918 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
12919
12920 * coding.c (Fdecode_coding_region, Fencode_coding_region)
12921 (Fencode_coding_string):
12922 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
12923 <latin-extra-code-table>: Fix typos in docstrings.
12924 (syms_of_coding) <coding-system-alist>: Doc fix.
12925 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
12926
12927 2008-05-28 Kenichi Handa <handa@m17n.org>
12928
12929 * fontset.c (Ffont_info): Don't call font_close_object.
12930
12931 * font.c (font_parse_family_registry): Use Ffont_put to validate
12932 foundry and family.
12933 (font_delete_unmatched): Don't check spacing.
12934 (font_list_entities): Add spacing to the spec to list fonts.
12935
12936 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
12937 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
12938
12939 * coding.c (encode_coding_raw_text): Fix previous change.
12940 (encode_coding_object): When the dst_object is a buffer and is
12941 different from src_object, move gap to PT.
12942
12943 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
12944
12945 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
12946
12947 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12948
12949 * coding.c (encode_coding_raw_text): Set coding->produced_char for
12950 all branches. Compute it differently.
12951
12952 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
12953
12954 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
12955
12956 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
12957 into "else if () ... else ...".
12958
12959 2008-05-27 Jason Rumney <jasonr@gnu.org>
12960
12961 * w32font.c (w32font_open_internal): Determine if glyph indices
12962 are likely to work here.
12963
12964 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
12965
12966 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
12967 draw overlap glyphs with appropriate highlighting.
12968
12969 2008-05-27 Kenichi Handa <handa@m17n.org>
12970
12971 * xfont.c (xfont_open): Fix calculation of font->average_width.
12972
12973 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12974
12975 * casefiddle.c (casify_object): Try to guess better whether the
12976 argument is a byte or a char.
12977
12978 2008-05-26 Andreas Schwab <schwab@suse.de>
12979
12980 * xselect.c (x_reply_selection_request): Properly handle format == 32.
12981 Always send multiples of format size.
12982
12983 * xterm.c (x_set_frame_alpha): Fix type mismatch.
12984
12985 2008-05-26 Jason Rumney <jasonr@gnu.org>
12986
12987 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
12988 (compute_metrics): Don't set failure if we just cleared the cache.
12989 (w32_weight_table): Remove unused variable.
12990 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
12991 backwards compatibility.
12992
12993 2008-05-25 Kenichi Handa <handa@m17n.org>
12994
12995 * w32term.c (x_draw_glyph_string):
12996 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
12997
12998 * xfaces.c: Delete unused function prototypes.
12999 (xstrlwr, font_frame): Delete them.
13000 (clear_face_cache): Delete unused variable.
13001
13002 * xftfont.c (xftfont_open): Delete unused variable.
13003 If underline_thickness is not 1, adjust underline_position.
13004
13005 * ftxfont.c (ftxfont_open): Delete unused variable.
13006
13007 * fontset.c (face_for_char): Optimize for the case of no charset
13008 property.
13009
13010 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
13011 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
13012 (otf_open, font_otf_capability, generate_otf_features)
13013 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
13014 Comment out by surrounding "#if 0" and "#endif" for the moment.
13015 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
13016 (syms_of_font): Codes for accessing above commented out.
13017
13018 2008-05-24 Eli Zaretskii <eliz@gnu.org>
13019
13020 * w32proc.c: Include dispextern.h.
13021
13022 * w32.c: Include dispextern.h.
13023
13024 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
13025
13026 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
13027 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
13028 Fix typos in docstrings.
13029
13030 2008-05-23 Jason Rumney <jasonr@gnu.org>
13031
13032 * xsmfns.c: Remove includes that are already included by config.h.
13033
13034 2008-05-23 Kenichi Handa <handa@m17n.org>
13035
13036 * charset.c (Qemacs, charset_emacs): New variables.
13037 (char_charset): Fix for non-Unicode characters.
13038 (syms_of_charset): Define charset_emacs.
13039
13040 * w32term.c (x_draw_glyph_string): Be sure to update
13041 s->underline_thickness and s->underline_position. Be sure to draw
13042 underline within the current line area.
13043
13044 * xterm.c (x_draw_glyph_string): Be sure to update
13045 s->underline_thickness and s->underline_position. Be sure to draw
13046 underline within the current line area.
13047
13048 * fontset.c: Delete unused variables and add casting for char *
13049 throughout the file.
13050 (fontset_font): Try the fallback fonts of the current fontset
13051 before consulting the default fontset.
13052
13053 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
13054
13055 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
13056
13057 2008-05-22 Jason Rumney <jasonr@gnu.org>
13058
13059 * font.c: Don't include strings.h.
13060
13061 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
13062
13063 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
13064 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
13065 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
13066 to call xstrcasecmp.
13067
13068 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
13069
13070 * fontset.c (fs_query_fontset): Use xstrcasecmp.
13071
13072 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
13073
13074 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
13075
13076 2008-05-22 Kenichi Handa <handa@m17n.org>
13077
13078 * puresize.h (BASE_PURESIZE): Increase to 1220000.
13079
13080 * font.c (font_prop_validate_style): Adjust for the format
13081 change of font_style_table.
13082
13083 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
13084 two args.
13085
13086 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
13087 two args.
13088
13089 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13090
13091 * minibuf.c (keys_of_minibuf): Delete.
13092 * lisp.h (keys_of_minibuf): Delete.
13093 * emacs.c (main): Don't call keys_of_minibuf.
13094
13095 2008-05-22 Kenichi Handa <handa@m17n.org>
13096
13097 * ftfont.c (ftfont_resolve_generic_family): Rename from
13098 ftfont_list_generic_family. Return a single family for each
13099 generic family.
13100 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
13101 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
13102 Call font_add_log.
13103 (ftfont_match): Call font_add_log.
13104
13105 * font.h (Ffont_xlfd_name): EXFUN adjusted.
13106 (FONT_DEBUG): Define it.
13107 (font_add_log): Extern it.
13108 (font_assert): Rename from xassert.
13109
13110 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
13111 (xfont_list_family): Call font_add_log.
13112 (xfont_match): Likewise.
13113 (memq_no_quit): Delete.
13114
13115 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
13116 call of Ffont_xlfd_name.
13117
13118 * xfaces.c (struct table_entry, slant_table, weight_table)
13119 (swidth_table): Move to font.c.
13120
13121 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
13122 xassert are changed to font_assert. Delete many unused variables.
13123 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
13124 New variables.
13125 (struct table_entry): Move from xfaces.c and modified.
13126 (weight_table, slant_table, width_table): Move from xfaces.c and
13127 contents adjusted for the change of struct table_entry.
13128 (font_style_to_value, font_style_symbolic): Adjust for the
13129 format change of font_style_table.
13130 (font_parse_family_registry): Don't overwrite existing foundry and
13131 family of font_spec.
13132 (font_score): Fix calculation of diff for sizes.
13133 (font_sort_entites): Call font_add_log.
13134 (font_delete_unmatched): Return a newly created list.
13135 (font_list_entities): Fix previous change. Call font_add_log.
13136 (font_matching_entity, font_open_entity, font_close_entity):
13137 Call font_add_log.
13138 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
13139 (Finternal_set_font_style_table): Delete.
13140 (BUILD_STYLE_TABLE): New macro.
13141 (build_style_table): New function.
13142 (Vfont_log, font_log_env_checked): New variables.
13143 (font_add_log): New function.
13144 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
13145 Declare Lisp variables "font-weight-table", "font-slant-table",
13146 "font-width-table", and "font-log". Initialize font_style_table.
13147
13148 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
13149
13150 * xterm.c (x_set_frame_alpha): Move declarations before statements.
13151
13152 2008-05-21 Seiji Zenitani <zenitani@mac.com>
13153 Ryo Yoshitake <ryo@shiftmode.net>
13154
13155 * frame.c (Qalpha): Add a new frame parameter `alpha'.
13156 (Vframe_alpha_lower_limit): New variable.
13157 (x_set_alpha): New function.
13158
13159 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
13160
13161 * xfns.c (x-create-frame, Qalpha):
13162 Initialize the frame parameter `alpha'.
13163 * xterm.c (OPAQUE, OPACITY): New.
13164 (x_set_frame_alpha): New function.
13165 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
13166
13167 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
13168 * w32fns.c (w32_frame_parm_handlers): Likewise.
13169
13170 2008-05-20 Jason Rumney <jasonr@gnu.org>
13171
13172 * w32font.c (add_font_entity_to_list): Don't add non-opentype
13173 truetype fonts to opentype list.
13174
13175 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
13176
13177 * fontset.c (Ffontset_info): Doc fix.
13178 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
13179 <ignore-relative-composition>: Fix typos in docstrings.
13180
13181 * font.c (syms-of-font) <font-encoding-alist>:
13182 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
13183 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
13184 (Ffont_otf_alternates): Doc fixes.
13185
13186 2008-05-20 Kenichi Handa <handa@m17n.org>
13187
13188 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
13189 font.h through out the file.
13190 (FONT_DRIVERS): Rename from FONTOBJ.
13191 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
13192 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
13193
13194 * emacs.c (main): Call syms_of_font unconditionally.
13195
13196 * font.h (find_font_encoding): Extern it.
13197
13198 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
13199 fontset.c.
13200 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
13201 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
13202 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
13203 only when HAVE_WINDOW_SYSTEM is defined.
13204 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
13205 when HAVE_WINDOW_SYSTEM is defined.
13206
13207 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
13208 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
13209
13210 * xfaces.c: Include font.h unconditionally.
13211 (merge_face_ref, merge_face_vectors)
13212 (Finternal_set_lisp_face_attribute): Cancel the previous change.
13213
13214 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13215
13216 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
13217 indirect_variable.
13218 * eval.c (lisp_indirect_variable): New fun.
13219 (Fuser_variable_p): Use it.
13220
13221 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13222
13223 * lisp.h (indirect_variable):
13224 * data.c (indirect_variable, let_shadows_buffer_binding_p):
13225 Use Lisp_Symbol pointers rather than Lisp_Object.
13226 Adjust callers.
13227 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
13228 To this end, change calling-convention.
13229
13230 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
13231 if some non-hidden buffers are selected by string&pred.
13232
13233 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
13234
13235 * process.c (wait_reading_process_output): Always check status
13236 when in batch mode.
13237
13238 2008-05-19 Kenichi Handa <handa@m17n.org>
13239
13240 * font.c (font_list_entities): Fix handling of cache.
13241 (font_matching_entity): Likewise.
13242
13243 * ftfont.c (cs_iso8859_1): Delete.
13244 (ft_face_cache): New variable.
13245 (struct ftfont_info): New member fc_charset_idx.
13246 (ftfont_build_basic_charsets): Delete.
13247 (fc_charset_table): New variable.
13248 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
13249 . FC_CHARSET_IDX) as :font-entity property in the font entity.
13250 Callers changed.
13251 (ftfont_lookup_cache, ftfont_get_charset): New functions.
13252 (ftfont_spec_pattern): New argument fc_charset_idx.
13253 Check registry more rigidly. Change callers.
13254 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
13255 change of :font-entity property of the font.
13256
13257 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
13258 property of the font.
13259
13260 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
13261
13262 * coding.c (Fcoding_system_p): Rename argument to match docstring.
13263 (Funencodable_char_position, Fcheck_coding_systems_region)
13264 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
13265 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
13266 (Ffind_operation_coding_system, Fset_coding_system_priority)
13267 (Fcoding_system_eol_type): Doc fixes.
13268
13269 2008-05-17 Glenn Morris <rgm@gnu.org>
13270
13271 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
13272
13273 2008-05-16 Eli Zaretskii <eliz@gnu.org>
13274
13275 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
13276 and st_gid.
13277
13278 * frame.c (Fdelete_frame): Don't call font_update_drivers if
13279 HAVE_WINDOW_SYSTEM is not defined.
13280
13281 * xfaces.c (merge_face_ref, merge_face_vectors)
13282 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
13283 HAVE_WINDOW_SYSTEM is defined.
13284 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
13285
13286 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13287
13288 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
13289
13290 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13291
13292 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
13293
13294 2008-05-15 Kenichi Handa <handa@m17n.org>
13295
13296 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
13297 preference.
13298
13299 2008-05-15 Glenn Morris <rgm@gnu.org>
13300
13301 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
13302
13303 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
13304
13305 * fns.c (init_fns): Don't initialize weak_hash_tables here.
13306 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
13307
13308 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
13309
13310 2008-05-15 Kenichi Handa <handa@m17n.org>
13311
13312 * ftfont.c (ftfont_list): Downcase family name to check generic
13313 families.
13314
13315 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
13316 font-spec for QCfont value.
13317
13318 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
13319 buffer. Check the return value of it.
13320
13321 2008-05-14 Jason Rumney <jasonr@gnu.org>
13322
13323 * w32term.c (w32_get_glyph_overhangs): Remove.
13324 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
13325
13326 2008-05-14 Kenichi Handa <handa@m17n.org>
13327
13328 * font.c (font_prop_validate): Make nil a valid value.
13329 (font_clear_cache): Check if the cached vector of entities is nil
13330 or not.
13331
13332 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13333
13334 * emacs.c (main_thread): Conditionalize on
13335 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
13336 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
13337
13338 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
13339 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
13340 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
13341
13342 2008-05-14 Kenichi Handa <handa@m17n.org>
13343
13344 * coding.c (detect_coding_iso_2022): Ignore a coding category that
13345 has no corresponding coding system.
13346
13347 2008-05-14 Jason Rumney <jasonr@gnu.org>
13348
13349 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
13350
13351 * w32font.h (w32font_open_internal): Update declaration.
13352
13353 * w32font.c (w32font_open_internal): Change last argument from
13354 w32font_info struct to font object. Fill in font object from
13355 font_entity. Get Outline metrics if possible. Use them to
13356 calculate underline position and thickness. Use xlfd name as name
13357 property. Don't set codepage.
13358 (w32font_open): Pass font_object to w32font_open_internal. Don't
13359 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
13360 (w32font_draw): Use s->font.
13361 (clear_cached_metrics): Don't clear non-existent blocks.
13362
13363 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
13364 font was not found.
13365 (x_draw_glyph_string): Use underline position and thickness from font.
13366
13367 * w32uniscribe.c (uniscribe_open): Pass font_object to
13368 w32font_open_internal.
13369
13370 2008-05-14 Kenichi Handa <handa@m17n.org>
13371
13372 These changes are to delete all legacy font-handling codes, and
13373 make Emacs use only font-backends.
13374
13375 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
13376 (frame.o, image.o, print.o): Depend on $(FONTSRC).
13377
13378 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
13379
13380 * charset.h (Vcharset_non_preferred_head)
13381 (Vcurrent_iso639_language): Extern them.
13382
13383 * charset.c (Vcharset_non_preferred_head): New variable.
13384 (Vcurrent_iso639_language): New variable.
13385 (syms_of_charset): Declare it as a Lisp variable.
13386 (char_charset): Don't check non preferred charsets. As a last
13387 resort, return charset_unicode.
13388 (Fset_charset_priority): Update Vcharset_non_preferred_head.
13389
13390 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
13391 conditionals. Don't check enable_font_backend. Delete all codes
13392 used only when USE_FONT_BACKEND is not defined.
13393
13394 * dispextern.h (struct glyph_string): Change type of `font' to
13395 `struct font *'.
13396 (struct glyph_string): New member underline_position and
13397 underline_thickness.
13398 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
13399 (struct face): Change type of `font' to `struct font *'. Remove
13400 members `font_name', `font_info_id'.
13401 (per_char_metric, encode_char): Delete externs.
13402 (calc_pixel_width_or_height): Adjust the prototype.
13403
13404 * emacs.c (enable_font_backend): Delete extern.
13405 (main): Don't set enable_font_backend. Don't check the command
13406 line argument "-disable-font-backend".
13407
13408 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
13409 (enum font_property_index): New members FONT_DPI_INDEX,
13410 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
13411 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
13412 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
13413 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
13414 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
13415 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
13416 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
13417 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
13418 (struct font_spec, struct font_entity): New structs.
13419 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
13420 (struct font): Many members from old "struct font_info" moved to
13421 here. Members font and entity deleted.
13422 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
13423 the new font-related objects.
13424 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
13425 (CHECK_FONT_GET_OBJECT): Likewise.
13426 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
13427 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
13428 (struct font_driver): New members case_sensitive anc check. Type
13429 of the member list and open changed.
13430 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
13431 (font_symbolic_width, font_find_object, font_get_spec)
13432 (font_set_lface_from_name): Delete extern.
13433 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
13434
13435 * font.c: Include <strings.h>.
13436 (enable_font_backend): Delete it.
13437 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
13438 (CHECK_VALIDATE_FONT_SPEC): Delete it.
13439 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
13440 (null_string): Delete it.
13441 (null_vector): Make it static.
13442 (font_family_alist): Delete it.
13443 (Qnormal): Extern it.
13444 (QCextra, QClanguage): Delete it.
13445 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
13446 (font_make_spec, font_make_entity, font_make_object)
13447 (font_intern_prop): Renamed from intern_downcase. Don't downcase
13448 the string. Callers changed.
13449 (font_pixel_size): Adjusted for the format change of font-related
13450 objects.
13451 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
13452 (font_style_to_value, font_style_symbolic): New function.
13453 (build_font_family_alist): Delete it.
13454 (font_registry_charsets): Use Fassoc_string instead of
13455 assq_no_quit.
13456 (font_prop_validate_symbol): Don't return null_string.
13457 (font_prop_validate_style): Adjusted for the change of
13458 style-related values in a font vector.
13459 (font_property_table): Delete entries for QClanguage and
13460 QCantialias, add entries for QCavgwidth.
13461 (get_font_prop_index): Delete the 2nd argument FROM.
13462 (font_prop_validate): Arguments changed.
13463 (font_put_extra): Adjusted for the change of font-related objects.
13464 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
13465 (font_parse_fcname, font_unparse_fcname)
13466 (font_prepare_composition): Likewise.
13467 (font_parse_family_registry): Renamed from font_merge_old_spec.
13468 (otf_open): Delete the 1st arg entity.
13469 (font_otf_capability): Adjusted for the above change.
13470 (font_score): New arg alternate_families. Adjusted for the change
13471 of font-related objects.
13472 (font_sort_entites): New arg best_only.
13473 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
13474 Delete them.
13475 (font_match_p): Check alternate families.
13476 (font_find_object): Delete it.
13477 (font_check_object): New function.
13478 (font_clear_cache): Adjusted for the change of font-related objects.
13479 (font_delete_unmatched): New arg.
13480 (font_list_entities): Call font_driver->list with a spec that
13481 doesn't specify style-related properties.
13482 (font_matching_entity): Arguments changed. Caller changed.
13483 (font_open_entity): Adjusted for the change of font-related objects.
13484 (font_close_object, font_has_char, font_encode_char)
13485 (font_get_name, font_get_spec): Likewise.
13486 (font_spec_from_name, font_clear_prop, font_update_lface):
13487 New functions.
13488 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
13489 (font_prepare_for_face, font_done_for_face, font_open_by_name)
13490 (font_at): Adjusted for the change of font-related objects.
13491 (font_range): New function.
13492 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
13493 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
13494 (Fcopy_font_spec, Fmerge_font_spec): New function.
13495 (Ffont_family_list): Renamed from list-families.
13496 (Finternal_set_font_style_table): Arguments changed.
13497 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
13498 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
13499 change of font-related objects.
13500 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
13501
13502 * fontset.h (struct font_info): Delete it. Most members go to
13503 struct font.
13504 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
13505 (enum FONT_SPEC_INDEX): Delete it.
13506 (font_info, list_fonts_func, load_font_func, query_font_func)
13507 (set_frame_fontset_func, find_ccl_program_func)
13508 (get_font_repertory_func, new_fontset_from_font_name): Delete
13509 externs.
13510 (fontset_from_font_name): Extern it.
13511 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
13512 (FONT_INFO_FROM_FACE): Deleted.
13513 (face_for_font): Adjust prototype.
13514
13515 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
13516 conditionals. Don't check enable_font_backend. Delete all codes
13517 used only when USE_FONT_BACKEND is not defined.
13518 (get_font_info_func, list_font_func, load_font_func)
13519 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
13520 (get_font_repertory_func): Delete them.
13521 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
13522 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
13523 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
13524 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
13525 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
13526 (fontset_compare_rfontdef): New function.
13527 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
13528 rfont-defs by qsort. Adjusted for the change of font-group vector.
13529 (load_font_get_repertory): Deleted.
13530 (fontset_find_font): Use new macros to ref/set elements of
13531 font-def and rfont-def.
13532 (fontset_font): Fix the timing of remembering that no font for C.
13533 (free_face_fontset): Do nothing if the face has no fontset.
13534 (face_suitable_for_char_p): Use new macros to ref/set elements of
13535 rfont-def.
13536 (face_for_char): Likewise. Call face_for_char with font_object.
13537 (fs_load_font): Delete. Delete #pragma surrounding it.
13538 (fs_query_fontset): Use strcasecmp instead of strcmp.
13539 (generate_ascii_font_name): Adjusted for the format change of
13540 font-spec.
13541 (Fset_fontset_font): Likewise. Use new macros to set elements of
13542 font-def.
13543 (Fnew_fontset): Use font_unparse_xlfd to generate
13544 FONTSET_ASCII (fontset).
13545 (new_fontset_from_font_name): Deleted.
13546 (fontset_from_font): Renamed from new_fontset_from_font. Check if
13547 a fontset is already created for the font. FIx updating of
13548 Vfontset_alias_alist.
13549 (fontset_ascii_font): Deleted.
13550 (Ffont_info): Adjusted for the format change of font-spec.
13551 (Finternal_char_font): Likewise.
13552 (Ffontset_info): Likewise.
13553 (syms_of_fontset): Don't check load_font_func.
13554
13555 * fns.c (internal_equal): Handle PREV_FONT.
13556
13557 * frame.h: Delete USE_FONT_BACKEND conditional.
13558
13559 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
13560 conditionals. Don't check enable_font_backend. Delete all codes
13561 used only when USE_FONT_BACKEND is not defined.
13562 (x_set_font): Call x_new_font, not x_new_fontset2.
13563 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
13564 already set for the frame.
13565
13566 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
13567 a font-entity by font_make_entity. Use font_intern_prop instead
13568 of intern_downcase. Use FONT_SET_STYLE to set a style-related
13569 font property. If a font is scalable, set avgwidth property to 0.
13570 Set font-entity property by font_put_extra.
13571 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
13572 (ffont_driver): Adjusted for the change of struct font_driver.
13573 (ftfont_spec_pattern): New function.
13574 (ftfont_list): Return a list, not vector.
13575 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
13576 (ftfont_list_family): Don't downcase names.
13577 (ftfont_free_entity): Deleted.
13578 (ftfont_open): Return a font-object. Adjusted for the change of
13579 struct font. Get underline_thickness and underline_position from
13580 font property. Don't update dpyinfo->smallest_font_height and
13581 dpyinfo->smallest_char_width.
13582 (ftfont_close): Don't free `struct font'.
13583 (ftfont_has_char): Adjusted for the format change of font-entity.
13584 (ftfont_encode_char, ftfont_text_extents): Likewise.
13585
13586 * ftxfont.c (ftxfont_list): Return a list, not vector.
13587 (ftxfont_open): Return a font-object. Adjusted for the change of
13588 struct font. Get underline_thickness and underline_position from
13589 font property. Don't update dpyinfo->smallest_font_height and
13590 dpyinfo->smallest_char_width.
13591 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
13592 (ftxfont_draw): Adjusted for the change of struct font.
13593
13594 * image.c (image_ascent): Don't include "charset.h". Include
13595 "character.h" and "font.h".
13596
13597 * lisp.h (enum pvec_type): New member PREV_FONT.
13598 (Fassoc_string): EXFUN it.
13599
13600 * print.c: Include font.h.
13601 (print_object): Handle font-related objects.
13602
13603 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
13604 conditionals. Don't check enable_font_backend. Delete all codes
13605 used only when USE_FONT_BACKEND is not defined.
13606 (handle_auto_composed_prop): Do nothing if it->f is not on a
13607 window system. Check how many following characters can be
13608 displayed by the same font.
13609 (calc_pixel_width_or_height): Type of the 4th arg is changed to
13610 'struct font *'.
13611 (get_char_face_and_encoding): Assign the whole encoding task to
13612 the `encode-char' method of a font driver.
13613 (fill_composite_glyph_string): Adjusted for the change of `struct
13614 face' and `struct glyph_string'.
13615 (fill_glyph_string): Likewise.
13616 (get_per_char_metric): Arguments changed.
13617 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
13618 and `struct glyph_string'.
13619 (produce_stretch_glyph, calc_line_height_property)
13620 (x_produce_glyphs): Likewise.
13621
13622 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
13623 conditionals. Don't check enable_font_backend. Delete all codes
13624 used only when USE_FONT_BACKEND is not defined. Use
13625 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
13626 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
13627 (Qp): Extern them.
13628 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
13629 Deleted.
13630 (struct font_name): Deleted.
13631 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
13632 (compare_fonts_by_sort_order): New function.
13633 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
13634 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
13635 Deleted.
13636 (Fx_family_fonts): Use font_list_entities, and sort fonts by
13637 compare_fonts_by_sort_order.
13638 (Fx_font_family_list): Call Ffont_family_list.
13639 (face_numeric_value, face_numeric_weight, face_numeric_slant)
13640 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
13641 (face_symbolic_slant, face_symbolic_swidth)
13642 (split_font_name_into_vector, build_font_name_from_vector)
13643 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
13644 (font_rescale_ratio, split_font_name, build_font_name)
13645 (free_font_names, sort_fonts, x_face_list_fonts)
13646 (face_font_available_p, sorted_font_list, cmp_font_names)
13647 (font_list_1, concat_font_list, font_list, remove_duplicates):
13648 Deleted.
13649 (Fx_list_fonts): Use Ffont_list.
13650 (LFACE_AVGWIDTH): Deleted.
13651 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
13652 by FONTP.
13653 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
13654 (set_lface_from_font_name): Delete it.
13655 (set_lface_from_font): Renamed from
13656 set_lface_from_font_and_fontset. Caller changed. Don't set
13657 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
13658 for face.
13659 (merge_face_vectors): Copy font-spec if necessary.
13660 Clear properties of the font-spec if necessary.
13661 (merge_face_ref): Clear properties of the font-spec if necessary.
13662 (Finternal_set_lisp_face_attribute): Likewise.
13663 (set_font_frame_param): Use font_load_for_lface to load a
13664 font-object, and call Fmodify_frame_parameters with it.
13665 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
13666 font name by Ffont_xlfd_name.
13667 (Finternal_lisp_face_attribute_values): Don't check QCweight,
13668 QCslant, and QCwidth.
13669 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
13670 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
13671 Compare fonts by EQ.
13672 (lookup_non_ascii_face): Deleted.
13673 (face_for_font): The 2nd argument changed.
13674 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
13675 Check atomic font properties by case insensitive.
13676 (realize_non_ascii_face): Set face->overstrike correctly.
13677 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
13678 (dump_realized_face): Get font name from
13679 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
13680
13681 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
13682 conditionals. Don't check enable_font_backend. Delete all codes
13683 used only when USE_FONT_BACKEND is not defined.
13684 (xic_create_xfontset): Original code deleted and renamed from
13685 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
13686 (x_make_gc): Don't set GCFont in GCs.
13687 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
13688 opened by "fixed".
13689 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
13690 find_ccl_program_func, query_font_func, set_frame_fontset_func,
13691 get_font_repertory_func.
13692
13693 * xfont.c: Include <stdlib.h> and "ccl.h".
13694 (struct xfont_info): New structure.
13695 (xfont_query_font): Deleted.
13696 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
13697 moved from xterm.c.
13698 (xfont_driver): Adjusted for the change of struct font_driver.
13699 (compare_font_names): New function.
13700 (xfont_list_pattern): Sort font names case insensitively. Make
13701 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
13702 (xfont_list): Return a list, not vector.
13703 (xfont_match): If the font doesn't have QCname property, generate
13704 a name from the other font properties.
13705 (xfont_open): Return a font-object. Adjusted for the change of
13706 struct font. Get underline_thickness and underline_position from
13707 font property. Don't update dpyinfo->smallest_font_height and
13708 dpyinfo->smallest_char_width.
13709 (xfont_close): Don't free struct font.
13710 (xfont_prepare_face): Adjusted for the change of struct font.
13711 (xfont_done_face): Deleted.
13712 (xfont_has_char): Adjusted for the change of struct font.
13713 (xfont_encode_char, xfont_draw): Likewise.
13714 (xfont_check): New function.
13715
13716 * xftfont.c (xftfont_list): Adjusted for the change of `list'
13717 callback function.
13718 (xftfont_match): Adjusted for the format change of font-entity.
13719 (xftfont_open): Adjusted for the format change of font-entity and
13720 font-object. Adjusted for the change of struct font. Return a
13721 font-object. Don't update dpyinfo->smallest_font_height and
13722 dpyinfo->smallest_char_width.
13723 (xftfont_close): Block input while calling XftFontClose.
13724 (xftfont_prepare_face): Don't block input while calling
13725 xftfont_get_colors. Adjusted for the change of struct font.
13726 (xftfont_shape): Return value of error case fixed.
13727
13728 * xrdb.c (x_load_resources): Don't setup a fontset resource.
13729
13730 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
13731 conditionals.
13732 (FONT_WIDTH): Return (f)->max_width.
13733 (struct x_display_info): Delete member `font'.
13734 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
13735 (x_find_ccl_program, x_get_font_repertory): Delete externs.
13736 (struct x_output): Change type of `font' to `struct font *'.
13737
13738 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
13739 conditionals. Don't check enable_font_backend. Delete all codes
13740 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
13741 (x_per_char_metric, x_encode_char): Deleted.
13742 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
13743 (x_compute_glyph_string_overhangs): Adjusted for the change of
13744 `struct face'.
13745 (x_draw_glyph_string_foreground)
13746 (x_draw_composite_glyph_string_foreground): Likewise.
13747 (x_draw_glyph_string): Likewise. Use font->underline_position and
13748 font->underline_thickness.
13749 (x_new_font): Renamed from x_new_fontset2.
13750 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
13751 (x_check_font): Call `check' method of a font driver.
13752 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
13753 (x_query_font, x_get_font_repertory): Deleted.
13754 (x_find_ccl_program): Renamed and moved to xfont.c.
13755 (x_redisplay_interface): Adjusted for the change of `struct
13756 redisplay_interface'.
13757
13758 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
13759 conditionals. Don't check enable_font_backend. Delete all codes
13760 used only when USE_FONT_BACKEND is not defined. Surround non-used
13761 code by "#ifdef OLD_FONT" and "endif".
13762 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
13763
13764 * w32font.h (struct w32font_info): New member.
13765 (FONT_COMPAT): New macro.
13766 (w32font_open_internal): Prototype adjusted.
13767
13768 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
13769 OLD_FONT" and "endif".
13770
13771 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
13772 conditionals. Don't check enable_font_backend. Delete all codes
13773 used only when USE_FONT_BACKEND is not defined.
13774 (w32font_open): Return a font-object. Make a font-object by
13775 font_make_object. Adjusted for the change of struct w32font_info.
13776 (w32font_close): Don't free struct font. Adjusted for the change
13777 of struct w32font_info.
13778 (w32font_encode_char, w32font_text_extents, w32font_draw):
13779 Adjusted for the change of struct w32font_info.
13780 (w32font_draw): Likewise.
13781 (w32font_list_internal): Return a list, not vector.
13782 (w32font_open_internal): Change the 4th arg to font-object.
13783 Adjusted for the change of struct w32font_info and font-object format.
13784 (add_font_name_to_list): Don't downcase names.
13785 (w32_enumfont_pattern_entity): Make a font-entity by
13786 font_make_entity. Adjusted for the format change of font-entity.
13787 Use FONT_SET_STYLE to set a style-related font property. If a
13788 font is scalable, set avgwidth property to 0. Set font-entity
13789 property by font_put_extra.
13790 (font_matches_spec): Adjusted for the format change of font-entity.
13791 (w32_weight_table, w32_decode_weight): New variables.
13792 (w32_encode_weight): New function.
13793 (fill_in_logfont): Adjusted for the format change of font-spec.
13794 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
13795 weight value.
13796 (w32font_driver): Adjusted for the change of struct font_driver.
13797
13798 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
13799 conditionals. Don't check enable_font_backend. Surround non-used
13800 code by "#ifdef OLD_FONT" and "endif".
13801 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
13802 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
13803
13804 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
13805 conditionals. Don't check enable_font_backend. Delete all codes
13806 used only when USE_FONT_BACKEND is not defined. Surround non-used
13807 code by "#ifdef OLD_FONT" and "endif".
13808
13809 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
13810 (uniscribe_open): Return value changed to font-object.
13811 Adjusted for the format change of font-object.
13812 (uniscribe_otf_capability): Adjusted for the change of struct font.
13813 (add_opentype_font_name_to_list): Don't downcase names.
13814 (uniscribe_font_driver): Adjusted for the change of struct
13815 font_driver.
13816
13817 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
13818
13819 * dispnew.c (update_frame_1): Check if tty output is still valid
13820 before flushing it.
13821
13822 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
13823
13824 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
13825 to Gtk+ menus.
13826
13827 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13828
13829 * dired.c (file_name_completion): Tweak the code so as to always do it
13830 in a single pass. Tighten the scope of some variables.
13831
13832 * dired.c (Qdefault_directory): New var.
13833 (file_name_completion): Use it instead of Fexpand_file_name.
13834 (syms_of_dired): Initialize it.
13835
13836 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13837
13838 * fileio.c (double_dollars): Remove dead code.
13839
13840 2008-05-10 Eli Zaretskii <eliz@gnu.org>
13841
13842 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
13843 Mention w32-get-true-file-attributes in doc string.
13844
13845 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
13846
13847 2008-05-09 Glenn Morris <rgm@gnu.org>
13848
13849 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
13850 2008-04-23.
13851
13852 2008-05-09 Eli Zaretskii <eliz@gnu.org>
13853
13854 Support for reporting owner and group of each file on MS-Windows:
13855 * dired.c (stat_uname, stat_gname): New functions, with special
13856 implementation for w32.
13857 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
13858
13859 * w32.c: Rename the_passwd_* to dflt_passwd_*.
13860 (dflt_group_name): New static variable.
13861 (dflt_group): Rename from the_group.
13862 (init_user_info): Init dflt_group fields. Get user's group name
13863 from LookupAccountSid.
13864 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
13865 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
13866 New initialization states.
13867 (globals_of_w32): Initialize them to zero. Initialize the default
13868 group name to "None".
13869 (GetFileSecurity_Name): New global var, the name of the function
13870 to call for GetFileSecurity.
13871 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
13872 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
13873 (get_file_security, get_security_descriptor_owner)
13874 (get_security_descriptor_group, is_valid_sid)
13875 (get_file_security_desc, get_rid, get_name_and_id)
13876 (get_file_owner_and_group): New functions.
13877 (stat): Use get_file_security_desc and get_file_owner_and_group to
13878 report the owner and primary group of each file. Don't ignore the
13879 high 32 bits of file's size, now that st_size is 64-bit wide.
13880 Fix test when to get true file attributes.
13881 (init_user_info): Use get_rid instead of equivalent inline code.
13882 (fstat): Don't ignore the high 32 bits of file's size.
13883
13884 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
13885
13886 * image.c (png_load): Use correct bit-depth for setting background
13887 color.
13888
13889 2008-05-08 Eli Zaretskii <eliz@gnu.org>
13890
13891 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
13892 epa-hook.elc.
13893
13894 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
13895
13896 * font.c (Ffont_match_p): Don't use `iff' in docstring.
13897
13898 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
13899
13900 * macfns.c (Fx_create_frame): Make a copy of frame parameters
13901 because the original parameters are in pure storage now.
13902 (mac_window): Remove unused params. Update callers.
13903
13904 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13905
13906 * lread.c (substitute_object_recurse): Use lower-level primitives.
13907 Don't signal errors when traversing sub-char-tables.
13908 Don't loop over all the possible characters when traversing char-tables.
13909
13910 * print.c (print_preprocess): Add sub-char-tables to the print-table,
13911 just like we do in print.c.
13912
13913 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13914
13915 * minibuf.c (Ftry_completion): Remove code left over from when we used
13916 scmp instead of Fcompare_strings.
13917
13918 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
13919
13920 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
13921
13922 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13923
13924 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
13925 Create bitmap context in native byte order.
13926
13927 * macterm.c (XDrawLine)
13928 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
13929 context in native byte order.
13930
13931 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13932
13933 * config.in: Regenerate.
13934
13935 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
13936 New definitions for Image I/O support.
13937 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13938 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
13939 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13940 (mac_data_provider_release_data, image_load_image_io)
13941 [USE_MAC_IMAGE_IO]: New functions.
13942 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
13943 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
13944 (init_image_func_pointer) [MAC_OSX]: Remove function.
13945 (image_load_quartz2d) [MAC_OSX]: Check availability of
13946 CGImageCreateWithPNGDataProvider at compile time.
13947 Use lowercase `false' for boolean constant.
13948 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
13949 Use image_load_image_io.
13950 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
13951 Don't check MyCGImageCreateWithPNGDataProvider.
13952 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
13953 Don't call init_image_func_pointer.
13954
13955 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
13956
13957 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
13958 Make variable non-static.
13959 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
13960 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13961
13962 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
13963 (RED_FROM_ULONG): Mask off higher bits.
13964 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
13965
13966 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
13967 Include AvailabilityMacros.h.
13968 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
13969 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
13970
13971 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13972
13973 * chartab.c (Fset_char_table_range): If range is t, really set all
13974 chars to that value.
13975
13976 2008-05-03 Eli Zaretskii <eliz@gnu.org>
13977
13978 * dired.c (Ffile_attributes): Don't allow the device number become
13979 negative.
13980
13981 2008-05-02 Daiki Ueno <ueno@unixuser.org>
13982
13983 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
13984
13985 2008-05-02 Juri Linkov <juri@jurta.org>
13986
13987 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
13988 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
13989 DEFAULT argument as a list of default values in docstrings.
13990
13991 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
13992
13993 * puresize.h (BASE_PURESIZE): Increase to 1210000.
13994
13995 2008-05-01 Martin Rudalics <rudalics@gmx.at>
13996
13997 * dispnew.c (change_frame_size_1): Preserve small windows when
13998 shrinking frames by calling set_window_height|width with third
13999 arg 2.
14000
14001 * window.h (struct window): Replace field too_small_ok by field
14002 resize_proportionally.
14003
14004 * window.c (make_window): Initialize resize_proportionally.
14005 (enlarge_window): Temporarily set resize_proportionally to make
14006 sure that shrink_windows does scale the window proportionally.
14007 (shrink_windows): When window has resize_proportionally set try
14008 to shrink it proportionally by stealing from other windows.
14009 (struct saved_window, Fset_window_configuration)
14010 (compare_window_configurations): Handle resize_proportionally.
14011 (WINDOW_TOTAL_SIZE): New macro.
14012 (window_min_size, shrink_windows, size_window): Use it.
14013 (check_min_window_sizes): Remove. Invalid values of
14014 window-min-height|width are handled by window_min_size_2 now.
14015 (size_window, Fsplit_window, enlarge_window)
14016 (adjust_window_trailing_edge, grow_mini_window): Don't call
14017 check_min_window_sizes.
14018 (window_min_size_2, window_min_size_1, window_min_size):
14019 New argument safe_p for retrieving "safe" minimum sizes.
14020 (Fdisplay_buffer, Fsplit_window, enlarge_window)
14021 (adjust_window_trailing_edge, grow_mini_window):
14022 Adjust arguments of window_min_size... functions.
14023 (shrink_windows): Argument min_size removed. New argument
14024 safe_p allows shrinking windows to their safe minimum sizes.
14025 Calculate minimum size and decide whether a window shall be
14026 deleted for each window individually.
14027 (size_window): When nodelete_p equals 2, tell shrink_windows to
14028 delete windows only if their new minimum size is no more safe.
14029 (shrink_window_lowest_first): Call window_min_size_1 to make
14030 sure to preserve modeline of bottom-most window when resizing
14031 the minibuffer.
14032 (Fset_window_configuration, Fcurrent_window_configuration)
14033 (compare_window_configurations): Do not handle
14034 window-min-height|width any more.
14035 (syms_of_window): Clarify window-min-height|width doc-strings.
14036
14037 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
14038
14039 * dired.c (file_name_completion): Fix up the encoding/decoding issue
14040 some more. Copy some of the code from Ftry_completions.
14041 Remove special case code that dates back to initial revision when the
14042 slash was only added when necessary and that can't trigger nowadays.
14043
14044 2008-04-27 Kenichi Handa <handa@m17n.org>
14045
14046 * font.c (font_prop_validate): Signal `error' instead of `font'.
14047
14048 2008-04-29 Jason Rumney <jasonr@gnu.org>
14049
14050 * w32fns.c (Fw32_battery_status): New defun.
14051 (syms_of_w32fns): Defsubr it.
14052
14053 2008-04-28 Andreas Schwab <schwab@suse.de>
14054
14055 * dired.c (file_name_completion): Fix another mixing of encoded
14056 and decoded names.
14057
14058 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
14059
14060 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
14061
14062 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
14063
14064 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
14065
14066 2008-04-27 Andreas Schwab <schwab@suse.de>
14067
14068 * dired.c (file_name_completion): Fix inappropriate mixing of
14069 encoded and decoded names.
14070
14071 * xterm.c (XTread_socket): Fix use of uninitialized variable.
14072
14073 * puresize.h (BASE_PURESIZE): Increase to 1200000.
14074
14075 2008-04-26 Eli Zaretskii <eliz@gnu.org>
14076
14077 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
14078 2008-03-31, it's not needed anymore with `struct stat' definition
14079 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
14080 for the same reasons.
14081
14082 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
14083
14084 * m/sparc.h: Additional redefinitions for GNU/Linux.
14085
14086 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14087
14088 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
14089 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
14090 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
14091 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
14092 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
14093 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
14094 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14095 Likewise.
14096
14097 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
14098 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
14099 (mac_ax_number_of_characters): Add externs.
14100 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
14101 [USE_MAC_TSM]: Likewise.
14102 (mac_handle_text_input_event) [MAC_OSX]:
14103 Handle kEventTextInputOffsetToPos for no active input area case.
14104 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
14105 (mac_handle_document_access_event)
14106 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
14107 (install_application_handler) [MAC_OSX]: Register handlers for
14108 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
14109 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14110 Register mac_handle_document_access_event.
14111
14112 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
14113 Make functions non-static.
14114
14115 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14116
14117 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
14118 (read_file_name_completion_ignore_case, insert_default_directory)
14119 (Qdefault_directory): Move to minibuffer.el.
14120 (Fread_file_name): Call the new `read-file-name' instead.
14121
14122 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14123
14124 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
14125 Make function non-static.
14126 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
14127 Remove function.
14128 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
14129 Move to mactoolbox.c.
14130 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
14131
14132 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
14133 (mac_rect_make): New macro.
14134
14135 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
14136 instead of float.
14137 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
14138 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
14139 (XSetBackground) [USE_CG_DRAWING]: Likewise.
14140 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
14141 CGRectMake.
14142 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
14143 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
14144 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
14145 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
14146 instead of WindowRef in argument type.
14147 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
14148 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
14149 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
14150 instead of DISPLAY. All uses changed.
14151 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
14152 (x_calc_absolute_position): Simplify so as not to use
14153 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
14154
14155 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
14156 instead of WindowRef in argument type.
14157 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
14158 [TARGET_API_MAC_CARBON]: Remove externs.
14159 (create_apple_event, mac_event_parameters_to_lisp)
14160 [TARGET_API_MAC_CARBON]: Add externs.
14161
14162 * mactoolbox.c (Vmac_ts_script_language_on_focus)
14163 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
14164 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
14165 is clicked.
14166 (x_activate_menubar): Remove extern for saved_menu_event_location.
14167 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
14168 Move from mac.c.
14169
14170 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14171
14172 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
14173 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
14174
14175 2008-04-23 Jason Rumney <jasonr@gnu.org>
14176
14177 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
14178 attributes only for local files.
14179
14180 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
14181 default to Qlocal.
14182
14183 2008-04-22 Juri Linkov <juri@jurta.org>
14184
14185 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
14186 read-buffer-to-switch instead of using the letter "B".
14187
14188 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
14189
14190 * fileio.c (Qdefault_directory): New variable.
14191 (Fread_file_name): Use it to pass `dir' to the completion functions.
14192
14193 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
14194
14195 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
14196
14197 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14198
14199 * keyboard.c (Vpre_help_message): Remove.
14200 (show_help_echo): Remove default C code.
14201
14202 * dired.c (directory_files_internal, file_name_completion):
14203 Only call ENCODE_FILE if the string is indeed decoded.
14204
14205 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14206
14207 * Makefile.in (TOOLKIT_DEFINES): Remove.
14208 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
14209
14210 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14211
14212 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
14213 (mactoolbox.o): New target.
14214
14215 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
14216 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
14217
14218 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
14219 Use mac_set_frame_window_background instead of XSetWindowBackground.
14220 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
14221 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
14222 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
14223 instead of SetWindowTitleWithCFString.
14224 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
14225 Move function to mactoolbox.c.
14226 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
14227 Use mac_set_window_modified instead of SetWindowModified.
14228 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
14229 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
14230 (Fx_focus_frame): Use mac_front_non_floating_window instead of
14231 FrontNonFloatingWindow. Use mac_activate_window instead of
14232 ActivateWindow. Use mac_active_non_floating_window instead of
14233 ActiveNonFloatingWindow.
14234 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
14235 Use mac_show_hourglass and mac_hide_hourglass.
14236 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
14237 instead of GetGlobalMouse.
14238 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
14239 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
14240 Use mac_bring_window_to_front instead of BringToFront.
14241 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
14242 mactoolbox.c.
14243 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
14244 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
14245 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
14246 mactoolbox.c.
14247
14248 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
14249 (XtPointer): Move typedef from macmenu.c.
14250 (enum button_type): Move enum from macmenu.c.
14251 (widget_value): Move typedef from macmenu.c.
14252 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
14253 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
14254 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
14255 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
14256 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
14257 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
14258 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
14259 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
14260 (Selection): Move typedef from macselect.c.
14261 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
14262 macterm.c.
14263 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
14264 (mac_is_window_collapsed, mac_bring_window_to_front)
14265 (mac_send_window_behind, mac_hide_window, mac_show_window)
14266 (mac_collapse_window, mac_front_non_floating_window)
14267 (mac_active_non_floating_window, mac_activate_window)
14268 (mac_move_window_structure, mac_move_window, mac_size_window)
14269 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
14270
14271 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
14272 (enum mac_menu_kind): Move enum to mactoolbox.c.
14273 (min_menu_id): Move variable to mactoolbox.c.
14274 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
14275 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
14276 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
14277 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
14278 [TARGET_API_MAC_CARBON]: Likewise.
14279 (XtPointer): Move typedef to macgui.h.
14280 (enum button_type): Move enum to macgui.h.
14281 (widget_value): Move typedef to macgui.h.
14282 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
14283 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
14284 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
14285 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
14286 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
14287 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
14288 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
14289 (popup_activated_flag): Make variable non-static.
14290 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
14291 (add_menu_item, fill_menu, dispose_menus):
14292 Move functions to mactoolbox.c.
14293 (restore_show_help_function, menu_target_item_handler)
14294 (install_menu_target_item_handler, mac_handle_dialog_event)
14295 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
14296 [TARGET_API_MAC_CARBON]: Likewise.
14297 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
14298 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
14299 (find_and_call_menu_selection, name_is_separator): Make function
14300 non-static.
14301 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
14302 to mactoolbox.c.
14303 (set_frame_menubar): Don't call install_menu_quit_handler.
14304 (menu_item_selection): New variable.
14305 (mac_menu_show): Use create_and_show_popup_menu.
14306 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
14307 selection but set variable menu_item_selection. All uses changed.
14308 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
14309 Call install_menu_quit_handler. Move to mactoolbox.c.
14310
14311 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
14312 (Selection): Move typedef to macgui.h.
14313 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
14314 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
14315 Make variables non-static.
14316 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
14317 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
14318 Make functions non-static.
14319 (Vmac_service_selection) [MAC_OSX]: Likewise.
14320 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
14321 (mac_valid_selection_target_p, mac_clear_selection)
14322 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
14323 (mac_put_selection_value, mac_selection_has_target_p)
14324 (mac_get_selection_value, mac_get_selection_target_list)
14325 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
14326 Move functions to mactoolbox.c.
14327 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
14328 Likewise.
14329 (copy_scrap_flavor_data, mac_handle_service_event)
14330 (install_service_handler) [MAC_OSX]: Likewise.
14331 (syms_of_macselect) <Vmac_dnd_known_types>:
14332 Use mac_dnd_default_known_types.
14333
14334 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
14335 Move to mactoolbox.c.
14336 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
14337 (Fx_selection_owner_p): Add EXFUN.
14338 (install_window_handler, remove_window_handler, XSetWindowBackground):
14339 Remove externs.
14340 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
14341 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
14342 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
14343 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
14344 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
14345 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
14346 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
14347 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
14348 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
14349 (create_and_show_popup_menu, mac_get_selection_from_symbol)
14350 (mac_valid_selection_target_p, mac_clear_selection)
14351 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
14352 (mac_put_selection_value, mac_selection_has_target_p)
14353 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
14354 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
14355 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
14356 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
14357 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
14358 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
14359 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
14360 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
14361 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
14362
14363 * mactoolbox.c: New file.
14364
14365 2008-04-18 Jason Rumney <jasonr@gnu.org>
14366
14367 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
14368
14369 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14370
14371 * character.c (Fmultibyte_char_to_unibyte):
14372 Return latin1 chars unchanged.
14373
14374 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
14375 relocated if it points to `name'.
14376
14377 2008-04-17 Kenichi Handa <handa@m17n.org>
14378
14379 * data.c (Faset): Allow setting a multibyte character in an
14380 ASCII-only unibyte string.
14381
14382 * lisp.h (STRING_SET_MULTIBYTE): New macro.
14383
14384 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14385
14386 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
14387 done in config.h.
14388
14389 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
14390
14391 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
14392 (Fchar_direction): Add usage in the docstring.
14393
14394 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
14395
14396 * keyboard.c (read_key_sequence): Remove always-true checks.
14397
14398 2008-04-14 Jason Rumney <jasonr@gnu.org>
14399
14400 * w32font.c (w32font_open_internal): Set max_bounds.descent in
14401 compatibility struct, for better underline positioning.
14402
14403 2008-04-13 David Hansen <david.hansen@gmx.net>
14404
14405 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
14406 string.
14407
14408 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
14409
14410 * m/hp800.h (XUINT, XSET): Remove.
14411
14412 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
14413
14414 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
14415 previous change.
14416
14417 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14418
14419 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
14420 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
14421
14422 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14423
14424 * keymap.h (map_keymap_canonical): Declare.
14425 * xmenu.c (single_keymap_panes): Use it.
14426
14427 2008-04-11 Glenn Morris <rgm@gnu.org>
14428
14429 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
14430 set the target's value to that of the alias.
14431
14432 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14433
14434 * term.c (set_tty_color_mode): Left over typo.
14435
14436 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
14437
14438 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
14439 only after check for file name handler functions. Signal, when
14440 native functionality is not supported.
14441 (syms_of_fileio): Declare it unconditionally.
14442
14443 2008-04-10 Jason Rumney <jasonr@gnu.org>
14444
14445 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
14446 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
14447
14448 * w32.c (logon_network_drive): Also logon to remote drives that
14449 are mapped to drive letters.
14450
14451 2008-04-10 Glenn Morris <rgm@gnu.org>
14452
14453 * xdisp.c (truncate-partial-width-windows): Doc fix.
14454
14455 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14456
14457 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
14458 Move functions to minibuffer.el.
14459 (syms_of_fileio): Don't declare them.
14460
14461 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14462
14463 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
14464 (syms_of_minibuf): Remove its initialization.
14465
14466 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
14467
14468 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
14469
14470 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
14471
14472 2008-04-09 Jason Rumney <jasonr@gnu.org>
14473
14474 * makefile.w32-in (distclean): Delete makefile too.
14475 (maintainer-clean): New target.
14476
14477 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
14478
14479 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
14480 for new font backend and composite cases.
14481
14482 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
14483
14484 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
14485 Most of the code moved to run_timers.
14486 (do_pending_atimers): Call run_timers.
14487 (run_timers): New function.
14488
14489 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
14490 run atimers.
14491
14492 * process.c (wait_reading_process_output): The same as above.
14493
14494 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14495
14496 * minibuf.c (last_exact_completion): Remove variable.
14497 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
14498 (complete_and_exit_1, complete_and_exit_2)
14499 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
14500 (Fdisplay_completion_list, display_completion_list_1)
14501 (Fminibuffer_completion_help, Fself_insert_and_exit)
14502 (Fexit_minibuffer, Fminibuffer_message): Move functions to
14503 minibuffer.el.
14504 (syms_of_minibuf): Remove corresponding initializations.
14505
14506 * keyboard.c (Qdeactivate_mark): New var.
14507 (command_loop_1): Use it to call `deactivate-mark'.
14508 (syms_of_keyboard): Initialize it.
14509
14510 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
14511 to another frame.
14512 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
14513 Don't call set_tty_color_mode.
14514 (store_frame_param): Reset previous_frame rather than call
14515 set_tty_color_mode.
14516 * term.c (set_tty_color_mode): Rewrite.
14517 * dispextern.h (set_tty_color_mode): New type.
14518 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
14519
14520 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14521
14522 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
14523 for generic chars, which do not exist any more in emacs-unicode.
14524
14525 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
14526
14527 * coding.c (detect_coding_emacs_mule)
14528 (Ffind_operation_coding_system): Fix typo.
14529
14530 2008-04-08 Jason Rumney <jasonr@gnu.org>
14531
14532 * w32uniscribe.c (SNAME): Extract only symbol name.
14533
14534 * w32font.h (struct w32_metric_cache): New struct.
14535 (w32font_info): Use it.
14536 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
14537 (CACHE_BLOCKSIZE): New constants.
14538
14539 * w32font.c (Qja, Qko, Qzh): New symbols.
14540 (syms_of_w32font): Initialise them.
14541 (font_matches_spec): Use them to filter by language.
14542 (recompute_cached_metrics): Remove function.
14543 (compute_metrics, clear_cached_metrics): New functions.
14544 (w32font_encode_char): Use them to manage metric cache.
14545 (w32font_text_extents): Cache metrics for all glyphs on demand.
14546 Delay converting glyph indices to WORD until needed.
14547 (w32font_open_internal): Initialize metric cache to empty.
14548 (registry_to_w32_charset): Charset should always be a symbol.
14549 (fill_in_logfont, list_all_matching_fonts): Family should
14550 always be a symbol.
14551
14552 2008-04-06 Jason Rumney <jasonr@gnu.org>
14553
14554 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
14555 Give up if glyph indices not supported. Use uniscribe obtained
14556 ABC widths for individual metrics. Map glyph clusters back to
14557 characters using fClusterStart flag. Return number of glyphs
14558 produced, not chars processed.
14559 (uniscribe_shape): Map char at FROM to current glyph.
14560
14561 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14562
14563 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
14564 Use SetMenuItemHierarchicalMenu.
14565
14566 2008-04-05 Jason Rumney <jasonr@gnu.org>
14567
14568 * image.c (pbm_load): Allow color values up to 65535.
14569 Throw an error if max_color_idx is outside the supported range.
14570 Report an error when image size is invalid.
14571 Read two bytes at a time when raw images have max_color_idx above 255.
14572
14573 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
14574
14575 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
14576 append "CCL: Quitted" when the CCL program is quitted.
14577 (setup_ccl_program): Initialize ccl->quit_silently to zero.
14578
14579 * ccl.h (struct ccl_program): New member quit_silently.
14580
14581 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
14582
14583 * search.c (compile_pattern_1): Treat non-nil and non-string of
14584 search-spaces-regexp as nil.
14585
14586 * minibuf.c (Fassoc_string): Tweak docstring.
14587
14588 2008-04-05 Eli Zaretskii <eliz@gnu.org>
14589
14590 * dired.c (Ffile_attributes): Support inode numbers wider than 32
14591 bits. Remove ugly WINDOWSNT-specific kludge introduced on
14592 2008-03-14 to force inode be positive.
14593
14594 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
14595 _S_* ones, since we now use our own sys/stat.h.
14596 (stat, fstat): Don't mangle the inode number.
14597 (init_user_info): Don't restrict UID and GID to 0-60000 range.
14598
14599 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14600
14601 * frame.h (struct frame): Give one more bit to `visible' since we use
14602 values larger than 1 to indicate obscured frames on ttys.
14603
14604 * keymap.c (Qkeymap_canonicalize): New var.
14605 (Fmap_keymap_internal): New fun.
14606 (describe_map): Use keymap-canonicalize.
14607
14608 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
14609 (Fundo_boundary): Set them.
14610 (syms_of_undo): Initialize them.
14611 (record_point): Use them instead of last_point_position*.
14612 (last_undo_buffer): Change type.
14613
14614 2008-04-04 Jason Rumney <jasonr@gnu.org>
14615
14616 * w32font.c (w32font_text_extents): Use font's ascent and descent.
14617 (recompute_cached_metrics): Don't set ascent and descent per char.
14618
14619 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
14620 (uniscribe_check_otf): Add GC protection before consing.
14621 Rearrange loop for counting features.
14622
14623 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14624
14625 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
14626 buffer with byte-size of source buffer.
14627
14628 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14629
14630 * callint.c (Fcall_interactively): Handle temporary region even
14631 when shift-select-mode is off.
14632
14633 2008-04-03 Jason Rumney <jasonr@gnu.org>
14634
14635 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
14636
14637 2008-04-03 Kenichi Handa <handa@m17n.org>
14638
14639 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
14640 (CATEGORY_MASK_UTF_16): Likewise.
14641 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
14642 binary file.
14643 (detect_coding): Add null-byte detection for a binary file.
14644 (detect_coding_system): Likewise.
14645
14646 2008-04-03 Jason Rumney <jasonr@gnu.org>
14647
14648 * w32uniscribe.c: New file.
14649
14650 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
14651
14652 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
14653
14654 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
14655 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
14656 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
14657 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
14658 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
14659 (Qphonetic): New symbols.
14660 (syms_of_w32font): Initialize them.
14661 (font_supported_scripts): Use them.
14662 (w32font_list_family): List all charsets.
14663 (w32font_text_extents, recompute_cached_metrics): Fix metric
14664 calculations.
14665 (w32_enumfont_pattern_entity): Make full_type a DWORD.
14666 Give opentype fonts their own format.
14667 (font_matches_spec): New arguments backend and logfont.
14668 Handle :otf spec for uniscribe backend.
14669 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
14670 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
14671
14672 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
14673 font backend.
14674 (globals_of_w32fns): Initialize uniscribe font backend.
14675
14676 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
14677 dependencies.
14678 (w32uniscribe.$(O)): New file to build.
14679 (FONT_OBJ): Include w32uniscribe.$(O).
14680 (LIBS): Add uniscribe libraries.
14681
14682 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
14683
14684 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
14685
14686 * callint.c (Vshift_select_mode): New var.
14687 (Finteractive): Document new ^ spec.
14688 (Fcall_interactively): Call handle-shift-selection if the ^ spec
14689 is present.
14690
14691 * keyboard.c (Vthis_command_keys_shift_translated): New var.
14692 (command_loop_1): Avoid running the direct display versions of
14693 forward-char and backward-char if shift-selection may occur.
14694 (read_key_sequence): Set Vthis_command_keys_shift_translated if
14695 shift-translation takes place.
14696
14697 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
14698 avoid clobbering by define-minor-mode.
14699
14700 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
14701 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
14702
14703 * syntax.c (Fforward_word): Add ^ interactive spec.
14704
14705 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
14706 (Fscroll_right): Add ^ interactive spec.
14707
14708 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14709
14710 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
14711
14712 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
14713
14714 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
14715
14716 2008-03-31 Juri Linkov <juri@jurta.org>
14717
14718 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
14719
14720 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
14721
14722 * gtkutil.c (xg_set_geometry): Fix indentation.
14723 (xg_resize_outer_widget): Remove.
14724 (x_wm_size_hint_off): Fix indentation.
14725 (xg_frame_set_char_size): Call flush_and_sync after
14726 gtk_window_resize.
14727 (x_wm_set_size_hint): Pass NULL as geometry window to
14728 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
14729 Add menu bar and tool bar height to base height.
14730 (xg_update_frame_menubar, free_frame_menubar)
14731 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
14732 (update_frame_tool_bar, free_frame_tool_bar):
14733 Change xg_resize_outer_widget to xg_frame_set_char_size.
14734
14735 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
14736
14737 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
14738 (Fdbus_call_method): New parameter TIMEOUT.
14739 (dbus-send-signal): Optimize UNGCPRO call.
14740
14741 2008-03-29 Juri Linkov <juri@jurta.org>
14742
14743 * window.c (Fdisplay_buffer): Move call to
14744 Vsplit_window_preferred_function out of conditions that check
14745 if window is eligible for vertical splitting.
14746 When Vsplit_window_preferred_function is non-nil, call it and use
14747 its non-nil return value as window. Otherwise, continue doing
14748 vertical splitting using Fsplit_window with arg horflag=nil.
14749 (syms_of_window) <Vsplit_window_preferred_function>: Change the
14750 default value from `split-window' to nil.
14751
14752 2008-03-29 Juri Linkov <juri@jurta.org>
14753
14754 * callint.c (Fcall_interactively): Revert 2008-03-16 change
14755 for interactive code letters 'b' and 'B'.
14756
14757 2008-03-29 Eli Zaretskii <eliz@gnu.org>
14758
14759 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
14760 multibyte string.
14761
14762 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14763
14764 * keyboard.c (pending_funcalls): New var.
14765 (timer_check): Run it.
14766 (syms_of_keyboard): Initialize it.
14767 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
14768 (Vdelete_terminal_functions): New vars.
14769 (syms_of_terminal): Initialize them.
14770 (Fdelete_terminal): Run delete-terminal-functions.
14771 * xdisp.c (safe_eval): Rewrite.
14772 (safe_call2): New fun.
14773 * frame.c (Qdelete_frame_functions): New var.
14774 (syms_of_frame): Initialize it.
14775 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
14776 * lisp.h (safe_call2, pending_funcalls): Declare.
14777
14778 2008-03-28 Andreas Schwab <schwab@suse.de>
14779
14780 * indent.c (Fmove_to_column): Move declaration before statements.
14781
14782 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14783
14784 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
14785 (struct frame): Use bit fields for boolean vars.
14786
14787 * process.c (server_accept_connection): Simplify naming.
14788 (emacs_get_tty_pgrp): Use SDATA.
14789
14790 * coding.c (decode_coding_object): Fix last change.
14791
14792 2008-03-27 Jason Rumney <jasonr@gnu.org>
14793
14794 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
14795
14796 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
14797
14798 * charset.c (Fdefine_charset_internal): Change the way of
14799 registering charsets in Vcharset_order_list.
14800 (syms_of_charset): Make the charset `eight-bit' supplementary.
14801
14802 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
14803
14804 * regex.c (EXTEND_BUFFER): Change order of pointer addition
14805 operations, to avoid having the difference between pointers
14806 overflow.
14807
14808 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14809
14810 * indent.c (check_display_width): New fun.
14811 (scan_for_column): Use it.
14812
14813 * data.c (syms_of_data): Mark most-positive-fixnum and
14814 most-negative-fixnum as constants.
14815
14816 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
14817
14818 * indent.c (scan_for_column): Extract from current_column_1.
14819 Merge with the same code from Fmove_to_column.
14820 (current_column_1, Fmove_to_column): Use it.
14821
14822 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14823
14824 * keymap.c (map_keymap_internal): New fun.
14825 (map_keymap): Use it.
14826 (Fmap_keymap_internal): New fun.
14827 (Fmap_keymap): Remove left-out test from before make_save_value.
14828
14829 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
14830
14831 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
14832 Use XCAR/XCDR.
14833
14834 * process.h (struct Lisp_Process): Remove filter_multibyte.
14835 * process.c (QCfilter_multibyte): Remove.
14836 (setup_process_coding_systems): Don't use filter_multibyte.
14837 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
14838 (read_process_output): Don't adjust multibyteness to filter_multibyte.
14839 (Fset_process_filter_multibyte): Change the coding-system to
14840 approximate the previous behavior.
14841 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
14842 coding-system.
14843
14844 * coding.c (decode_coding_object): When not decoding into a buffer,
14845 obey the coding system's preference of (uni|multi)byte.
14846
14847 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14848
14849 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
14850 every char is changed and has a different byte-length.
14851 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
14852 Fix int -> EMACS_INT.
14853
14854 2008-03-23 David Hansen <david.hansen@gmx.net>
14855
14856 * dbusbind.c (xd_read_message): Remove extra copying of message
14857 strings. Check for NULL `interface' or `member'.
14858
14859 2008-03-22 Eli Zaretskii <eliz@gnu.org>
14860
14861 * w32.c (readdir): If FindFirstFile/FindNextFile return in
14862 cFileName a file name that includes `?' characters, use the 8+3
14863 alias in cAlternateFileName instead.
14864
14865 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14866
14867 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
14868
14869 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14870
14871 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
14872 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
14873 work on current_buffer only instead (that was already the case
14874 for some of the code anyway).
14875 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
14876 (temp_set_point, temp_set_point_both): Use EMACS_INT.
14877 (SET_PT, SET_PT_BOTH): Adjust.
14878 * intervals.h (set_point, temp_set_point, set_point_both)
14879 (temp_set_point_both): Remove redundant declarations.
14880
14881 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14882
14883 * fileio.c (Finsert_file_contents):
14884 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
14885 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
14886 when buffer != current_buffer anyway.
14887
14888 2008-03-20 Andreas Schwab <schwab@suse.de>
14889
14890 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
14891 as default.
14892
14893 2008-03-19 Jason Rumney <jasonr@gnu.org>
14894
14895 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
14896 (syms_of_w32fns): Initialize them.
14897 (HOURGLASS_ID): New constant.
14898 (x_window_to_frame): Don't check hourglass_window.
14899 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
14900 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
14901 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
14902 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
14903 Only change the cursor if hourglass is not active.
14904 (Fx_create_frame): Initialize frame's current_cursor.
14905 (hourglass_atimer): Remove.
14906 (hourglass_started): New function.
14907 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
14908 (show_hourglass): Adapt to w32, changing argument to frame.
14909
14910 * w32term.h (struct w32_output): Remove hourglass_window.
14911 Add current_cursor.
14912
14913 * eval.c (call_debugger, Fsignal):
14914 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
14915 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
14916 (Fexecute_extended_command, cancel_hourglass_unwind):
14917 * minibuf.c (read_minibuf):
14918 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
14919
14920 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14921
14922 * window.c (run_funs): New fun.
14923 (run_window_configuration_change_hook): Use it to run the buffer-local
14924 and the global part of the hook.
14925
14926 * xdisp.c (format_mode_line_unwind_data): Add window argument.
14927 (unwind_format_mode_line): Restore selected window.
14928 (x_consider_frame_title, Fformat_mode_line): Set selected window.
14929
14930 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14931
14932 * editfns.c (Fchar_equal): Check they are valid characters.
14933
14934 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
14935
14936 2008-03-17 Andreas Schwab <schwab@suse.de>
14937
14938 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
14939 against a charset.
14940
14941 * lisp.h (Fbuffer_list): Declare.
14942
14943 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
14944
14945 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
14946 handlebox_widget is != 0.
14947
14948 2008-03-16 Juri Linkov <juri@jurta.org>
14949
14950 * callint.c (Fcall_interactively): For interactive code letters
14951 'b' and 'B' put the buffer list into the list of default "future"
14952 values of the minibuffer.
14953
14954 2008-03-16 Andreas Schwab <schwab@suse.de>
14955
14956 * keyboard.c (read_key_sequence): Fix downcasing of letters with
14957 modifiers.
14958
14959 * regex.c (re_match_2_internal): Correct matching of a charset
14960 against latin-1 characters.
14961
14962 2008-03-16 Kenichi Handa <handa@m17n.org>
14963
14964 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
14965 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
14966 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
14967 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
14968 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
14969 CHAR_STRING_ADVANCE.
14970 (produce_chars): Fix for the case that the source and the
14971 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
14972 instead of CHAR_STRING_ADVANCE.
14973 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
14974 STRING_CHAR_ADVANCE.
14975
14976 2008-03-15 Andreas Schwab <schwab@suse.de>
14977
14978 * regex.c (re_match_2_internal): Correct matching of eight bit
14979 characters in unibyte strings.
14980
14981 2008-03-15 Martin Rudalics <rudalics@gmx.at>
14982
14983 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
14984 at end of range when it coincides with the end of the buffer.
14985
14986 2008-03-14 Eli Zaretskii <eliz@gnu.org>
14987
14988 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
14989
14990 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
14991
14992 2008-03-14 Jason Rumney <jasonr@gnu.org>
14993
14994 * editfns.c (initial_tz): New variable.
14995 (syms_of_editfns): Initialize it.
14996 (Fset_time_zone_rule): Set it when first called.
14997 Use it when TZSTRING is nil.
14998
14999 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
15000 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
15001 (monitor_from_point_fn, get_monitor_info_fn): New globals.
15002 (globals_of_w32fns): Initialize them.
15003 (compute_tip_xy): Use them to position tooltips.
15004
15005 2008-03-14 Glenn Morris <rgm@gnu.org>
15006
15007 * emacs.c (main): Revert previous change.
15008 (standard_args): Revert -internal-script back to -scriptload,
15009 and remove the long-option form.
15010
15011 2008-03-13 Glenn Morris <rgm@gnu.org>
15012
15013 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
15014 Remove option -enable-font-backend.
15015
15016 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15017
15018 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
15019
15020 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
15021
15022 * xterm.c (x_connection_closed): For GTK: If this is the last
15023 terminal just exit without closing the display.
15024
15025 2008-03-11 Jason Rumney <jasonr@gnu.org>
15026
15027 * w32font.c (w32font_full_name): Use floor to round.
15028
15029 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
15030
15031 * sound.c (alsa_configure): Declare vol at beginning of block.
15032
15033 * fontset.c (Ffontset_info): Remove extra semicolon.
15034
15035 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15036
15037 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
15038 size of resulting string.
15039
15040 2008-03-10 Jason Rumney <jasonr@gnu.org>
15041
15042 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
15043
15044 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15045
15046 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
15047 Don't pretend as if characters with display property haven't been
15048 consumed for string-replacing-string case.
15049
15050 2008-03-08 Kim F. Storm <storm@cua.dk>
15051
15052 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
15053 (get_next_display_element, next_element_from_string)
15054 (next_element_from_ellipsis, next_element_from_buffer): Use it.
15055
15056 2008-03-08 Andreas Schwab <schwab@suse.de>
15057
15058 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
15059
15060 2008-03-06 Jason Rumney <jasonr@gnu.org>
15061
15062 * w32font.c (w32_registry): Take font_type argument. Use ANSI
15063 when charset not specified. Only translate ANSI to unicode when
15064 font_type is truetype.
15065 (w32font_coverage_ok): New function.
15066 (add_font_entity_to_list): Use it to filter unsuitable fonts.
15067
15068 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
15069
15070 * lread.c (Fread_char): Resolve modifiers.
15071 (Fread_char_exclusive): Likewise.
15072
15073 * character.c (char_resolve_modifier_mask): New function.
15074 (char_string): Use char_resolve_modifier_mask.
15075 (Fchar_resolve_modifiers): New function.
15076 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
15077 function.
15078
15079 2008-03-04 Jason Rumney <jasonr@gnu.org>
15080
15081 * makefile.w32-in: Always include w32font.c in the build.
15082 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
15083
15084 2008-03-04 Andreas Schwab <schwab@suse.de>
15085
15086 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
15087 (versionclean): Likewise.
15088
15089 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
15090
15091 * .cvsignore: Add oo.
15092
15093 2008-03-03 Andreas Schwab <schwab@suse.de>
15094
15095 * coding.c (decode_coding_object): Inhibit gap shrinking while
15096 decoding in place.
15097
15098 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
15099
15100 * w32term.c: Remove unused include "gnu.h".
15101 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
15102
15103 * gnu.h: Rename to ...
15104 * emacs-icon.h: ... this.
15105 * xterm.c: Use emacs-icon.h instead of gnu.h.
15106 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
15107
15108 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
15109
15110 * w32font.c: Include math.h.
15111
15112 2008-03-03 Jason Rumney <jasonr@gnu.org>
15113
15114 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
15115 Compute options separately.
15116 (w32font_open_internal): Set glyph_idx before caching metrics.
15117
15118 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
15119 Define if system headers don't.
15120 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
15121 (w32font_encode_char): Don't declare here.
15122
15123 * w32font.c (Quniscribe, QCformat): New symbols.
15124 (syms_of_w32font): Define them.
15125 (w32font_has_char): Indicate uncertainty.
15126 (w32font_encode_char): Encode as glyph point. Make static.
15127 (recompute_cached_metrics): New function.
15128 (w32font_open_internal): Use it. Set font to use glyph points
15129 initially. Set format based on type of font.
15130 (w32font_text_extents, w32font_draw): Optionally use glyph points.
15131 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
15132 on it. Set format based on information available here.
15133 (add_font_entity_to_list): Identify backend based on opentype_only.
15134
15135 2008-03-02 Andreas Schwab <schwab@suse.de>
15136
15137 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
15138
15139 * coding.c (decode_coding_big5, produce_chars):
15140 Fix typos in last change.
15141
15142 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
15143
15144 * gnu.h: New icon.
15145
15146 2008-03-02 Kenichi Handa <handa@m17n.org>
15147
15148 * coding.c (decode_coding_utf_8): When eol-type of CODING is
15149 `dos', don't decode '\r' if that is the last in the source.
15150 (decode_coding_utf_16, decode_coding_emacs_mule)
15151 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15152 (decode_coding_raw_text, decode_coding_charset): Likewise.
15153 (produce_chars): Don't decode EOL here. Use EMACS_INT.
15154
15155 2008-03-01 Jason Rumney <jasonr@gnu.org>
15156
15157 * w32font.c (w32font_full_name): Report point size for scalable fonts.
15158
15159 2008-03-01 Kim F. Storm <storm@cua.dk>
15160
15161 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
15162
15163 2008-03-01 Jason Rumney <jasonr@gnu.org>
15164
15165 * w32font.c (w32font_full_name): New function.
15166 (w32font_open_internal): Use it.
15167
15168 2008-03-01 Kim F. Storm <storm@cua.dk>
15169
15170 * dispnew.c (line_draw_cost): Fix invalid glyph check.
15171
15172 2008-03-01 Jason Rumney <jasonr@gnu.org>
15173
15174 * font.c (font_unparse_fcname): Increase len when style is a symbol.
15175
15176 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
15177
15178 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
15179 xg_frame_resized when the event is for the edit widget.
15180
15181 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
15182
15183 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
15184 set_char_size.
15185 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
15186 operations on widgets here. Just set frame size if needed.
15187 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
15188 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
15189 (x_wm_set_size_hint): Set size hints on the edit widget only, not
15190 the whole frame.
15191 (xg_create_tool_bar): Move attachment of the tool bar to
15192 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
15193 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
15194
15195 2008-03-01 Jason Rumney <jasonr@gnu.org>
15196
15197 * w32fns.c (w32_msg_pump): Disable debug code.
15198
15199 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15200
15201 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
15202
15203 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
15204
15205 * xdisp.c (next_overlay_string): Don't set
15206 overlay_strings_at_end_processed_p if we're currently reading from
15207 a display string.
15208
15209 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
15210
15211 * xdisp.c (get_overlay_strings_1): Fix typo.
15212
15213 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
15214
15215 * xdisp.c (get_overlay_strings_1): Add missing argument type.
15216
15217 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
15218
15219 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
15220
15221 * xdisp.c (display_mode_element): Cancel the previous change.
15222 (decode_mode_spec): Likewise.
15223 (handle_auto_composed_prop): Don't make composition if it->string
15224 is a string.
15225
15226 2008-02-27 Kim F. Storm <storm@cua.dk>
15227
15228 * lisp.h (GLYPH): Change type from int to struct with separate char
15229 and face_id members.
15230 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
15231 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
15232 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
15233 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
15234 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
15235 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
15236 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
15237 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
15238 handle new Lisp glyph code encoding, either an integer or a cons.
15239
15240 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
15241 (GLYPH_ALIAS): Delete.
15242 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
15243 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
15244 (GLYPH_FROM_CHAR): Replace macro by ...
15245 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
15246
15247 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
15248 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
15249 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
15250 (GLYPH_INVALID_P): New macro.
15251 (spec_glyph_lookup_face): Update prototype.
15252
15253 * dispnew.c (line_draw_cost): Adapt to new glyph type.
15254 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
15255 new glyph code encoding.
15256 (spec_glyph_lookup_face): No return value; update passed glyph instead.
15257 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
15258
15259 * xdisp.c (get_next_display_element, next_element_from_display_vector):
15260 Adapt to new glyph type and new glyph code encoding.
15261
15262 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
15263
15264 * indent.c (current_column, current_column_1, Fmove_to_column)
15265 (compute_motion): Adapt to new glyph code encoding.
15266
15267 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
15268
15269 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
15270
15271 * process.c (wait_reading_process_output): Check for window
15272 changes caused by timers.
15273 Suggested by Johan Bockgård.
15274
15275 2008-02-27 Glenn Morris <rgm@gnu.org>
15276
15277 * emacs.c (USAGE1): Add `--disable-font-backend'.
15278
15279 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
15280
15281 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
15282 is made to the buffer.
15283
15284 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15285
15286 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
15287 (face_at_string_position):
15288 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
15289 (face_at_string_position):
15290 * xdisp.c (display_string, next_overlay_change):
15291 * buffer.h (overlays_at):
15292 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
15293 Update callers.
15294
15295 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
15296
15297 * editfns.c (Fformat): Doc fix.
15298
15299 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
15300
15301 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
15302 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
15303 (Ffont_otf_alternates, Fquery_font): Doc fixes.
15304
15305 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15306
15307 * buffer.c (Fbuffer_swap_text): New function.
15308 (syms_of_buffer): Defsubr it.
15309
15310 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
15311
15312 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
15313
15314 2008-02-25 Jason Rumney <jasonr@gnu.org>
15315
15316 * w32font.c (w32font_draw): Draw one character at a time when padding.
15317
15318 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15319
15320 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
15321 Handle a nil arg. Use run_window_configuration_change_hook.
15322 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
15323 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
15324 Use run_window_configuration_change_hook.
15325
15326 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
15327
15328 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
15329 1-pixel width.
15330
15331 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
15332
15333 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
15334 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
15335 if the glyph in the font is zero pixel with.
15336
15337 * dispextern.h (struct glyph_string): New member padding_p.
15338
15339 * w32font.c (w32font_draw): Pay attention to s->padding_p.
15340
15341 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
15342
15343 * xfont.c (xfont_draw): Pay attention to s->padding_p.
15344
15345 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
15346
15347 * font.c: If the font driver doesn't have `shape' function, return Qnil.
15348
15349 2008-02-25 Jason Rumney <jasonr@gnu.org>
15350
15351 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
15352
15353 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15354
15355 Allow fine-grained image-cache flushing.
15356 * dispextern.h (struct image): Add `dependencies' field.
15357 (clear_image_caches): Change arg to Lisp_Object.
15358 * image.c (make_image): Initialize `dependencies' field.
15359 (clear_image_cache): Change arg to allow fine-grained flushing.
15360 Perform the flush even if image-cache-eviction-delay is nil.
15361 (clear_image_caches): Change arg to Lisp_Object.
15362 (Fclear_image_cache): Expand meaning of the argument.
15363 (mark_image): Mark `dependencies' field.
15364 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
15365 (lface_hash): Use XHASH rather than XFASTINT.
15366 (face_at_buffer_position): Fix int -> EMACS_INT position.
15367 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
15368 (select_frame_for_redisplay): Remove code duplication.
15369 (redisplay_internal): Adapt arg to call to clear_image_caches.
15370
15371 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
15372
15373 * s/vms4-0.h:
15374 * s/vms4-2.h:
15375 * s/vms4-4.h:
15376 * s/vms5-5.h: Remove, unused.
15377
15378 * s/irix5-2.h:
15379 * s/irix6-0.h:
15380 * s/riscos5.h:
15381 * s/mach-bsd4-3.h:
15382 * m/mips4.h: Remove files for obsolete systems.
15383
15384 * Makefile.in:
15385 * filelock.c:
15386 * unexmips.c:
15387 * m/hp9000s300.h:
15388 * m/iris4d.h:
15389 * s/aix3-1.h:
15390 * s/hpux.h:
15391 * s/msdos.h:
15392 * s/usg5-0.h:
15393 * s/usg5-2-2.h:
15394 * s/usg5-2.h:
15395 * s/usg5-3.h: Remove references to obsolete variables.
15396
15397 * s/irix5-0.h: Remove, move all the contents ...
15398 * s/irix6-5.h: ... here. Simplify.
15399 * config.in: Regenerate.
15400
15401 2008-02-24 Jason Rumney <jasonr@gnu.org>
15402
15403 * w32term.c (x_draw_glyph_string_background): Clear the background
15404 manually when cleartype is in use.
15405 (x_draw_glyph_string_foreground): Draw text transparently when
15406 cleartype is in use.
15407
15408 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
15409 a font into it unless we have to.
15410
15411 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15412
15413 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
15414 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
15415
15416 2008-02-18 Jason Rumney <jasonr@gnu.org>
15417
15418 * w32fns.c (Fw32_shell_execute): Encode parameters.
15419
15420 2008-02-09 Eli Zaretskii <eliz@gnu.org>
15421
15422 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
15423
15424 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
15425
15426 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
15427
15428 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
15429
15430 * xterm.c (x_set_offset): Don't change the gravity if
15431 CHANGE_GRAVITY is -1.
15432
15433 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
15434
15435 * fileio.c (auto_save_error_occurred): New var.
15436 (auto_save_error): Set it.
15437 (Fdo_auto_save): Don't overwrite the error message if an auto-save
15438 error occurred.
15439
15440 2008-02-23 Eli Zaretskii <eliz@gnu.org>
15441
15442 * w32.c (globals_of_w32): Add initializations for
15443 g_b_init_get_sid_sub_authority and
15444 g_b_init_get_sid_sub_authority_count.
15445
15446 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
15447
15448 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
15449 (font_parse_xlfd): Use them for sanity check.
15450 (Finternal_set_font_style_table): Make sure the table is bijective.
15451
15452 Consolidate the image_cache to the terminal struct.
15453 * termhooks.h (P_): Remove redundant def.
15454 (struct terminal): New field `image_cache'.
15455 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
15456 of FRAME_X_IMAGE_CACHE.
15457 * xterm.h (struct x_display_info): Remove image_cache field.
15458 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15459 * w32term.h (struct w32_display_info): Remove image_cache field.
15460 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15461 * macterm.h (struct mac_display_info): Remove image_cache field.
15462 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15463 * xterm.c (x_term_init):
15464 * w32term.c (w32_term_init):
15465 * macterm.c (mac_term_init): Set the image_cache in the terminal.
15466 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
15467 Remove declarations.
15468 (clear_image_caches, mark_image_cache): New declarations.
15469 * xfaces.c (clear_face_cache):
15470 * xdisp.c (redisplay_internal): Use clear_image_caches.
15471 * image.c (clear_image_cache): Don't check that a frame is on
15472 a window-system before checking if it shares the same cache.
15473 (clear_image_caches): New function.
15474 (Fclear_image_cache): Use it.
15475 (mark_image): Move from allo.c.
15476 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
15477 * alloc.c (mark_image, mark_image_cache): Move to image.c.
15478 (mark_object): Don't call mark_image_cache for frames.
15479 (mark_terminals): Call mark_image_cache.
15480
15481 * lisp.h (Fdelete_terminal): Declare.
15482
15483 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
15484 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
15485 wrong_type_argument.
15486
15487 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
15488
15489 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
15490 malayalam.el, and tamil.el. Add sinhala.el.
15491
15492 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
15493
15494 * xterm.c (x_connection_closed): Consolidate identical tests.
15495 (x_delete_terminal): Don't crash if called via x_connection_closed.
15496
15497 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
15498
15499 * xdisp.c (decode_mode_spec): New arg string.
15500 (display_mode_element): Adjust for the above change.
15501
15502 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15503
15504 * callint.c (Fcall_interactively): Use AREF.
15505
15506 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
15507
15508 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
15509
15510 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
15511
15512 * xfns.c (Fx_show_tip): Set string to " " if empty.
15513
15514 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
15515
15516 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
15517 with Qt.
15518
15519 2008-02-17 Kenichi Handa <handa@m17n.org>
15520
15521 * ftfont.c (ftfont_shape): Return Lispy number.
15522
15523 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
15524 for GCs.
15525 (Finternal_set_font_selection_order): Call font_update_sort_order
15526 only when enable_font_backend is set.
15527 (realize_x_face): Set face->font_info to that of default face only
15528 when enable_font_backend is set.
15529
15530 * xdisp.c (handle_composition_prop): Set it->c to the fist
15531 character of the composed region.
15532 (fill_composite_glyph_string): Set base_face->font_info to
15533 s->font_info. Get a face for ascii from base_face->ascii_face.
15534 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
15535 with a face already decided.
15536 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
15537 non-negative.
15538 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
15539 call font_prepare_composition unconditionally.
15540
15541 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
15542
15543 * xterm.h (struct x_display_info): New member font.
15544
15545 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
15546 (x_set_mouse_face_gc, x_new_font): Likewise.
15547 (x_term_init): Setup display_info->font.
15548 (x_delete_terminal): Free display_info->font.
15549
15550 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
15551
15552 * ftxfont.c (ftxfont_default_fid): Delete it.
15553 (ftxfont_open): Set xfont->fid to 0.
15554 (ftxfont_end_for_frame): Clear data specific to the frame and the
15555 font-driver.
15556
15557 * xftfont.c (xftfont_default_fid): Delete it.
15558 (xftfont_open): Set xfont->fid to 0.
15559
15560 * fontset.c (FONTSET_OBJLIST): New macro.
15561 (fontset_find_font): Update font-object list of the fontset.
15562 (free_realized_fontset): New function.
15563 (free_face_fontset): Call free_realized_fontset.
15564 (Ffont_info): Call font_close_object only when enable_font_backend
15565 is set.
15566
15567 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
15568 [HAVE_NTGUI]: Include w32term.h.
15569 [MAC_OS]: Include macterm.ch.
15570 (font_otf_ValueRecord): Use make_number.
15571 (font_finish_cache): Fix handling of reference count.
15572 (font_clear_cache): Update num_fonts.
15573 (font_open_entity): Update smallest_char_width and
15574 smallest_font_height of the frame.
15575 (font_close_object): Update num_fonts.
15576 (Fclear_font_cache): Fix finding the target cache data.
15577
15578 2008-02-16 Glenn Morris <rgm@gnu.org>
15579
15580 * fontset.c (Finternal_char_font): Fix compilation warning.
15581
15582 2008-02-16 Eli Zaretskii <eliz@gnu.org>
15583
15584 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
15585 instead of char arrays. Enlarge the size of array passed to
15586 get_token_information.
15587
15588 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
15589 warnings.
15590
15591 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
15592
15593 * .gdbinit: Don't set `args', it breaks gdb --args.
15594
15595 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
15596
15597 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
15598 within a narrowed buffer.
15599
15600 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
15601
15602 * coding.c (decode_coding_object, encode_coding_object):
15603 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
15604
15605 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15606
15607 * coding.c (coding_set_destination): Use BEG_BYTE rather than
15608 hardcoding 1.
15609 (detect_coding_system):
15610 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
15611 (string_char_to_byte, string_byte_to_char, insert_from_gap):
15612 * insdel.c (insert_from_gap):
15613 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
15614 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
15615 (string_to_multibyte):
15616 * character.c (chars_in_text, multibyte_chars_in_text):
15617 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
15618
15619 * character.h (FETCH_STRING_CHAR_ADVANCE)
15620 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
15621 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
15622 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
15623
15624 * casefiddle.c (casify_region): Only call after-change and composition
15625 functions on the part of the region that was changed.
15626
15627 * keyboard.c (read_avail_input):
15628 * frame.c (Fdelete_frame): Call Fdelete_terminal.
15629
15630 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15631
15632 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
15633 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
15634
15635 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
15636
15637 * w32menu.c (push_submenu_start, push_submenu_end)
15638 (push_left_right_boundary, push_menu_pane, push_menu_item):
15639 * keyboard.c (read_key_sequence): Don't pass args with side effects
15640 to AREF, it fails when compiling with -DENABLE_CHECKING.
15641
15642 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
15643
15644 * Makefile.in (${lispsource}international/charprop.el):
15645 Delete this target.
15646
15647 * search.c (boyer_moore): Fix incorrect synching of the trunk and
15648 emacs-unicode-2.
15649
15650 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15651
15652 * terminal.c (Fdelete_terminal): Clean up the `force' path.
15653
15654 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15655
15656 * frame.c (Qnoelisp): New symbol.
15657 (syms_of_frame): Initialize it.
15658 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
15659 harmless Elisp code, from a strong `force' from x_connection_closed.
15660 * frame.h (Qnoelisp): Declare.
15661 * xterm.c (x_connection_closed): Pass `noelisp'.
15662
15663 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
15664 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
15665 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
15666 rather than `int' for the type of `type'.
15667
15668 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
15669
15670 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
15671
15672 * Makefile.in (GNUC): Remove support for gcc-1.x.
15673
15674 2008-02-10 Richard Stallman <rms@gnu.org>
15675
15676 * lisp.h (ASET): Use AREF, not ASLOT.
15677
15678 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15679
15680 * lisp.h (ASET): Check bounds.
15681
15682 2008-02-10 Glenn Morris <rgm@gnu.org>
15683
15684 * buffer.c (mode-name): Doc fix.
15685
15686 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15687
15688 * Makefile.in:
15689 * emacs.c:
15690 * gmalloc.c:
15691 * keyboard.c:
15692 * lisp.h:
15693 * m/ibm370aix.h:
15694 * process.c:
15695 * regex.c:
15696 * s/hpux.h:
15697 * sysdep.c:
15698 * sysselect.h:
15699 * systty.h:
15700 * unexec.c:
15701 * w32term.c:
15702 * xsmfns.c:
15703 * xterm.c: Remove code that deals with obsolete variables.
15704
15705 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
15706
15707 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
15708 nothing else needs it anymore.
15709
15710 2008-02-09 Eli Zaretskii <eliz@gnu.org>
15711
15712 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
15713 instead of unibyte_char_to_multibyte.
15714
15715 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15716
15717 * s/gnu-linux.h: Remove commented out code.
15718
15719 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
15720
15721 * Makefile.in: Update what RMS says about using autoconf.
15722 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
15723 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
15724 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
15725 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
15726
15727 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
15728
15729 * keymap.c (Fkey_description): Move side effect outside of macro call.
15730
15731 * xfaces.c (Finternal_make_lisp_face):
15732 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
15733
15734 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
15735 (syms_of_fontset): Use ASET.
15736
15737 * fns.c (concat): Move side effect outside of macro call.
15738 (hash_clear): Use ASET.
15739
15740 2008-02-08 Richard Stallman <rms@gnu.org>
15741
15742 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
15743 If FORCE, and frame has a surrogate minibuffer for another frame,
15744 delete the other frame first.
15745
15746 2008-02-07 Timo Savola <timo.savola@iki.fi>
15747
15748 * xterm.c (x_detect_focus_change): Handle embed client message.
15749 (handle_one_xevent): Ditto.
15750 (handle_one_xevent): If embedded and we get a button press/release,
15751 request focus.
15752 (xembed_set_info, xembed_send_message): New functions.
15753 (x_make_frame_visible): Call xembed_set_info if embedded.
15754 (x_make_frame_invisible): Call xembed_set_info if embedded.
15755 (x_term_init): Initialize Xatom_XEMBED.
15756 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
15757 (x_iconify_frame): Ditto.
15758
15759 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
15760 (enum xembed_info, enum xembed_message, enum xembed_focus)
15761 (enum xembed_modifier, enum xembed_accelerator): New.
15762 (xembed_set_info, xembed_send_message): Declare.
15763 (FRAME_X_EMBEDDED_P): New.
15764
15765 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
15766 gtk_plug_new.
15767
15768 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
15769 window ID of a frame.
15770 (x_window): Reparent frame if embedded.
15771 (Fx_create_frame): Don't set border width if embedded.
15772
15773 * emacs.c (USAGE3): Add --parent-id.
15774 (standard_args): Ditto.
15775
15776 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
15777
15778 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
15779
15780 2008-02-07 Jim Meyering <meyering@redhat.com>
15781
15782 Use "do...while (0)", not "if (1)...else" in macro definitions.
15783 The latter provokes a warning from gcc about the empty else, when
15784 followed by ";". Also, without that trailing semicolon, it would
15785 silently swallow up any following statement.
15786 * syntax.h (SETUP_SYNTAX_TABLE)
15787 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
15788 * buffer.h (DECODE_POSITION): Likewise.
15789 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
15790 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
15791 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
15792 (FETCH_CHAR_ADVANCE): Likewise.
15793 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
15794
15795 2008-02-07 Jim Meyering <meyering@redhat.com>
15796
15797 * lread.c [lint]: Don't include <sys/inode.h>.
15798
15799 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15800
15801 * xselect.c (x_handle_dnd_message):
15802 * xmenu.c (digest_single_submenu, xmenu_show):
15803 * xdisp.c (with_echo_area_buffer_unwind_data)
15804 (format_mode_line_unwind_data, unwind_format_mode_line)
15805 (display_menu_bar):
15806 * eval.c (Ffetch_bytecode):
15807 * doc.c (store_function_docstring):
15808 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
15809 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
15810 * buffer.c (add_overlay_mod_hooklist): Use ASET.
15811
15812 2008-02-07 Kenichi Handa <handa@m17n.org>
15813
15814 * ftxfont.c (ftxfont_open): Don't set
15815 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
15816
15817 * ftfont.c (ftfont_open): Fix previous change.
15818
15819 2008-02-06 Jason Rumney <jasonr@gnu.org>
15820
15821 * w32font.c (w32font_text_extents): Fill in lbearing metric.
15822 Use cached metrics for ASCII characters.
15823 (w32font_open_internal): Don't set font's owning_frame.
15824 Cache metrics for ASCII characters.
15825
15826 * w32font.h (struct w32font_info): Add ascii_metrics.
15827 Remove owning_frame.
15828
15829 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
15830
15831 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
15832 to negative value.
15833
15834 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
15835
15836 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
15837
15838 * charset.c (syms_of_charset): Set QCtest and Qeq.
15839
15840 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15841
15842 * process.c (Fstart_process):
15843 * callproc.c (Fcall_process): Handle the case where
15844 Funhandled_file_name_directory returns nil.
15845
15846 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
15847 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
15848 * font.c (check_gstring): Use them and AREF to access the vector before
15849 we know it's really a gstring.
15850 (Ffont_shape_text): Fix typo.
15851 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
15852
15853 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
15854 Declare.
15855
15856 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
15857
15858 2008-02-05 Jason Rumney <jasonr@gnu.org>
15859
15860 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
15861 Set smallest_font_height and smallest_char_width in display info.
15862
15863 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
15864
15865 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
15866
15867 2008-02-05 Miles Bader <miles@gnu.org>
15868
15869 * xfaces.c (get_lface_attributes, merge_named_face)
15870 (lookup_named_face, lookup_derived_face, realize_named_face):
15871 Revert 2008-02-01 change by cyd@stupidchicken.com.
15872
15873 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
15874
15875 * fontset.c (Ffontset_info): Handle the case of inhibitting the
15876 fallback fonts.
15877 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
15878
15879 2008-02-04 Jason Rumney <jasonr@gnu.org>
15880
15881 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
15882 set full_name.
15883 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
15884
15885 2008-02-03 Jason Rumney <jasonr@gnu.org>
15886
15887 * makefile.w32-in (OBJ1): Include font.o here.
15888 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
15889
15890 2008-02-02 Jason Rumney <jasonr@gnu.org>
15891
15892 * makefile.w32-in (temacs): Bump EMHEAP to 21.
15893
15894 2008-02-01 Jason Rumney <jasonr@gnu.org>
15895
15896 * s/cygwin.h: Define VIRT_ADDR_VARIES.
15897
15898 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
15899
15900 2008-02-01 Andreas Schwab <schwab@suse.de>
15901
15902 * Makefile.in (shortlisp, lisp): Update for rename of
15903 ../lisp/language/myanmar.el.
15904
15905 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
15906
15907 * xfaces.c (get_lface_attributes): Delete function.
15908 (merge_named_face, lookup_named_face, lookup_derived_face)
15909 (realize_named_face): Call lface_from_face_name directly, and use
15910 the fact that merge_face_vectors does not alter its FROM argument.
15911
15912 2008-02-01 Jason Rumney <jasonr@gnu.org>
15913
15914 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
15915 input in the default locale. Handle non-Unicode multibyte input.
15916
15917 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15918
15919 * fontset.c (reorder_font_vector): Exclude nil elements from the
15920 font group. Don't try multiple fonts.
15921 (fontset_font): Adjust for the above change.
15922 (Finternal_char_font): Return nil if the found font doesn't
15923 contain the character ch.
15924
15925 * Makefile.in (lisp, shortlisp): Add cham.el.
15926
15927 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15928
15929 * font.h (FONTP): Make it return 1 also for a font-object.
15930
15931 * .gdbinit (xfontset): New function.
15932
15933 * font.c (font_find_for_lface): Check if the character C is
15934 supported or not only for the first font.
15935
15936 * fontset.c (reorder_font_vector): Fix typo.
15937 (fontset_find_font): Don't add a font-spec specifying a script.
15938 Use 0 (not Qt) for the indication of empty font-group. Change the
15939 format of RFONT-DEF. Return Qt if no font in the font-group
15940 support the character.
15941 (fontset_font): Adjust for the above change. If no font was
15942 found the character, remember that.
15943 (face_for_char): Adjust for the change of RFONT-DEF.
15944 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
15945 no font for the target.
15946 (Finternal_char_font): Adjust for the change of RFONT-DEF.
15947
15948 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15949
15950 * font.c (font_load_for_face): Handle the case that the font in
15951 face->lface is a string.
15952
15953 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15954
15955 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
15956
15957 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15958
15959 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
15960 Fix previous change. If the frame is not on a window system,
15961 signal an error.
15962
15963 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15964
15965 * coding.c (decode_coding_object, encode_coding_object): Adjust
15966 marker positions after conversion.
15967
15968 * lisp.h (struct Lisp_Marker): New member need_adjustment.
15969
15970 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15971
15972 * font.c (font_find_for_lface): Fix the handling of the return
15973 value of font_has_char.
15974 (Ffont_shape_text): Fix previous change.
15975
15976 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
15977 (fontset_ref_and_range): Delete it.
15978 (fontset_find_font): Call char_table_ref_and_range instead of
15979 FONTSET_REF_AND_RANGE.
15980 (make_fontset): Don't setup font groups of Latin here.
15981 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
15982 (new_fontset_from_font): Make the specified font the default for
15983 all Latin characters.
15984
15985 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15986
15987 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
15988 is on a window system before accessing the fontset of the frame.
15989
15990 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15991
15992 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
15993
15994 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
15995 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
15996
15997 * font.c (Ffont_shape_text): If the font driver doesn't have a
15998 shaper function, make zero-width glyphs to have at least one-pixel
15999 width. Fix setting of `to' field of glyphs.
16000
16001 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16002
16003 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
16004 glyphs.
16005
16006 * font.h (struct font_driver): Improve docstring of member `shape'.
16007
16008 2008-02-01 Kenichi Handa <handa@m17n.org>
16009
16010 * composite.c (syms_of_composite): Fix docstring of
16011 auto-composition-function.
16012
16013 * font.h (LGLYPH_SIZE): New macro.
16014
16015 * font.c (Ffont_fill_gstring): Stop filling when a character not
16016 supported by the font is found.
16017 (Ffont_shape_text): When a shape callback function returns nil,
16018 try at most two more times with larger gstring.
16019 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
16020
16021 * xdisp.c (handle_auto_composed_prop): Change the argument to
16022 auto-composition-function.
16023
16024 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
16025 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
16026 Lispy glyph and store it in the lgstring.
16027
16028 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
16029
16030 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
16031
16032 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16033
16034 * font.c (Ffont_shape_text): Avoid unnecessary composition.
16035
16036 * fontset.c (Vfont_encoding_charset_alist): New variable.
16037 (syms_of_fontset): DEFVAR it.
16038 (reorder_font_vector, fontset_find_font): Optimize for the case of
16039 no need of reordering.
16040 (face_for_char): Map the charset property by
16041 Vfont_encoding_charset_alist.
16042
16043 2008-02-01 Jason Rumney <jasonr@gnu.org>
16044
16045 * w32font.c (logfonts_match): Don't check adstyle here.
16046 (font_matches_spec): Check here against physical font instead.
16047 (add_font_entity_to_list): Avoid some substitutions.
16048
16049 * font.c (font_parse_fcname): Default weight and slant to normal.
16050 (font_score): Prefer normal fonts if weight or slant unspecified.
16051 (font_score) [WINDOWSNT]: Scale weight difference down to closer
16052 match freetype scores.
16053
16054 2008-02-01 Jason Rumney <jasonr@gnu.org>
16055
16056 * w32font.c (w32font_text_extents): Don't use the frame stored in the
16057 font, as it may have been deleted.
16058 (w32_enumfont_pattern_entity): Map generic family to adstyle using
16059 most common hyphenless variation.
16060 (logfonts_match): Check generic family.
16061 (font_matches_spec): Don't check generic family here.
16062 (fill_in_logfont): Set generic family based on adstyle.
16063
16064 * w32font.h (w32font_get_cache): Update declaration.
16065
16066 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16067
16068 * ftfont.c (ftfont_get_cache): Adjust the argument type.
16069
16070 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
16071 If none of the new drivers are available, call font_update_drivers
16072 with the old drivers.
16073
16074 * w32font.c (w32font_get_cache): Adjust the argument type.
16075
16076 * xfont.c (xfont_get_cache): Adjust the argument type.
16077
16078 * font.h (struct font_driver): Change argument type of get_cache.
16079
16080 * xftfont.c (xftfont_start_for_frame): Delete prototype.
16081
16082 * font.c (Ffont_get): Fix arguments to Fassoc.
16083 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
16084 (font_clear_cache): New function.
16085 (font_list_entities, font_matching_entity): Use font_get_cache.
16086 (font_update_drivers): Call font_clear_cache when finishing a driver.
16087
16088 * fontset.c (fontset_find_font): Fix previous change.
16089
16090 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16091
16092 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
16093 dpyinfo->font_table.
16094 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
16095 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
16096
16097 * font.c (font_at): Handle the case that the arg C is negative.
16098 Handle the unibyte case.
16099 (Ffont_at): Call font_at with the arg C -1.
16100
16101 * xdisp.c (handle_auto_composed_prop): Don't get a character at
16102 the position here, and call font_at with the arg C -1.
16103 Don't check the range of the existing composition at the point.
16104
16105 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16106
16107 * fontset.c (fontset_add): New args charset_id and family.
16108 Change caller.
16109 (load_font_get_repertory, fontset_find_font): Assume that
16110 font_spec is always a font-spec object.
16111 (Fset_fontset_font): Always store a font-spec object in a fontset.
16112
16113 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
16114 instead of get_property_and_range.
16115
16116 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16117
16118 * xftfont.c (struct xftfont_info): Delete the member ft_face.
16119 (xftfont_open): Don't keep locking face.
16120 (xftfont_close): Don't unlock face.
16121 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
16122
16123 * fontset.c (fontset_find_font): Don't prefer a font of
16124 supplementary charset.
16125
16126 2008-02-01 Kenichi Handa <handa@m17n.org>
16127
16128 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
16129 script, langsys_tag to langsys, new member script.
16130 (OTF_TAG_STR): Terminate by '\0'.
16131 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
16132 listing to the script specified in that property. Fix arg to
16133 OTF_check_features.
16134
16135 2008-02-01 Jason Rumney <jasonr@gnu.org>
16136
16137 * w32font.h: New file.
16138
16139 * w32font.c: Include it.
16140 (struct w32font_info): Add owning_frame field. Move to w32font.h.
16141 (w32font_open): Set owning_frame.
16142 (w32font_text_extents): Use owning_frame.
16143 (struct font_callback_data): Add opentype_only field.
16144 (add_font_entity_to_list): Use it to filter fonts.
16145 Don't check against full name.
16146 (w32font_list_internal): New function.
16147 (w32font_list): Use it.
16148 (w32font_match_internal): New function.
16149 (w32font_match): Use it.
16150 (w32font_open_internal): New function.
16151 (w32font_open): Use it.
16152 (w32font_get_cache, w32font_close, w32font_has_char)
16153 (w32font_encode_char, w32font_text_extents, w32font_draw):
16154 Make non-static.
16155
16156 * makefile.w32-in (w32font.o): Depend on w32font.h.
16157
16158 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16159
16160 * charset.c (Fdefine_charset_internal): Record a supplementary
16161 charset at the tail of Vcharset_order_list.
16162
16163 * font.c (Ffont_shape_text): Fix the return value.
16164
16165 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
16166
16167 * xdisp.c (handle_auto_composed_prop): Fix previous change.
16168
16169 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16170
16171 * ftfont.c (struct OpenTypeSpec): New struct.
16172 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
16173 (ftfont_get_open_type_spec): New function.
16174 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
16175
16176 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
16177
16178 2008-02-01 Jason Rumney <jasonr@gnu.org>
16179
16180 * w32font.c (add_font_entity_to_list): Compare only the beginning
16181 of full name.
16182
16183 2008-02-01 Kenichi Handa <handa@m17n.org>
16184
16185 * xdisp.c (handle_auto_composed_prop): Simplify the code.
16186 Never return HANDLED_RECOMPUTE_PROPS.
16187
16188 2008-02-01 Kenichi Handa <handa@m17n.org>
16189
16190 * font.c (font_gstring_produce): Delete it.
16191
16192 * composite.h (COMPOSITION_METHOD):
16193 Handle COMPOSITION_WITH_GLYPH_STRING.
16194
16195 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16196
16197 * xfont.c (Qx): Delete.
16198 (syms_of_xfont): Don't initialize Qx.
16199
16200 * composite.h (enum composition_method):
16201 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
16202
16203 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16204
16205 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
16206 (choose_face_font): Accept new form of font-spec.
16207
16208 * frame.h (font_driver_list): Declare it unconditionally.
16209 (struct frame): Define members font_driver_list and font_data_list
16210 unconditionally.
16211
16212 * fontset.c: Include "font.h" unconditionally.
16213 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
16214 (Fset_fontset_font): Accept a font-spec object.
16215
16216 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
16217 PIXEL_SIZE part a wild card.
16218
16219 * dispextern.h (struct glyph_string): Define members clip and
16220 num_clips unconditionally.
16221 (struct face): Define members font_info and extra unconditionally.
16222
16223 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
16224 ftfont_info only when HAVE_LIBOTF is defined.
16225
16226 2008-02-01 Andreas Schwab <schwab@suse.de>
16227
16228 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
16229 and end.
16230
16231 2008-02-01 Jason Rumney <jasonr@gnu.org>
16232
16233 * w32font.c (w32font_driver): Add new fields.
16234
16235 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16236
16237 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
16238 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
16239 (LIBES): Add @M17N_FLT_CFLAGS@.
16240
16241 * composite.c (compose_text): Don't treat the new style
16242 composition specially.
16243
16244 * emacs.c (main): Call syms_of_font unconditionally.
16245
16246 * font.h (FONT_ENTITY_NOT_LOADABLE)
16247 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
16248 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
16249 (struct font_driver): New member shape.
16250 (font_registry_charsets): Extern it.
16251 (font_find_for_lface, font_prepare_composition): Adjust prototype.
16252 (font_otf_capability, font_drive_otf): Delete their externs.
16253
16254 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
16255 (font_charset_alist, font_registry_charsets): Move from xfont.c
16256 and rename.
16257 (font_prop_validate_otf): New function.
16258 (font_property_table): Register it for QCotf.
16259 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
16260 (font_drive_otf): Delete.
16261 (font_prepare_composition): New arg F. Adjust for the change of
16262 lispy gstring.
16263 (font_find_for_lface): New arg C.
16264 (font_load_for_face): Adjust for the change of font_find_for_lface.
16265 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
16266 lispy gstring.
16267 (Ffont_shape_text): New function.
16268 (Fopen_font): If the font size is not given, use 12-pixel.
16269 (Ffont_at): New arg STRING.
16270 (syms_of_font): Initalize font_charset_alist.
16271 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
16272 conditionally.
16273
16274 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
16275 fonts of the same font-spec. Change the format of RFONT-DEF.
16276 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
16277 Adjust for the change of RFONT-DEF.
16278 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
16279
16280 * ftfont.h: New file.
16281
16282 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
16283 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
16284 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
16285 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
16286 font_otf_capability and font_drive_otf, set ftfont_shape.
16287 (ftfont_list): Adjust for the change of :otf property value.
16288 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
16289 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
16290 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
16291 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
16292 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
16293 (otf_gstring, gstring, m17n_flt_initialized): New variables.
16294
16295 * w32term.c (x_draw_composite_glyph_string_foreground):
16296 Adjust for the change of lispy gstring.
16297
16298 * xdisp.c (handle_composition_prop): Adjust for the change of
16299 lispy gstring. Call a function for auto-composition with the
16300 third arg it->window.
16301 (fill_composite_glyph_string): Adjust for the change of lispy string.
16302 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
16303
16304 * xfaces.c (set_font_frame_param): Adjust for the change of
16305 font_find_for_lface.
16306
16307 * xfont.c (x_font_charset_alist): Move to font.c and rename.
16308 (xfont_registry_charsets): Likewise. Change caller.
16309 (syms_of_xfont): Don't handle x_font_charset_alist.
16310
16311 * xftfont.c: Include "ftfont.h".
16312 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
16313 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
16314 (xftfont_close) [HAVE_LIBOTF]: Close otf.
16315 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
16316 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
16317 Set xftfont_driver.shape to xftfont_shape.
16318
16319 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
16320 the change of lispy gstring.
16321
16322 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16323
16324 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
16325
16326 2008-02-01 Jason Rumney <jasonr@gnu.org>
16327
16328 * w32font.c (w32font_draw): Fill background manually.
16329
16330 2008-02-01 Jason Rumney <jasonr@gnu.org>
16331
16332 * font.c (Qfontp): Remove unused symbol.
16333 (QCantialias): New symbol.
16334 (syms_of_font): Define it.
16335 (font_property_table): Set a validator for QCantialias.
16336
16337 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
16338 Define if not already.
16339 (QCfamily): Share with xfaces.c.
16340 (Qstandard, Qsubpixel, Qnatural): New symbols.
16341 (syms_of_w32font): Define them. Don't define QCfamily here.
16342 (w32_antialias_type, lispy_antialias_type): New functions.
16343 (w32_enumfont_pattern_entity): New arg requested_font.
16344 Set antialias parameter if non-default was requested.
16345 (fill_in_logfont): Fill in lfQuality if :antialias specified.
16346
16347 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16348
16349 * lread.c (read1): Undo the previous change.
16350
16351 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
16352
16353 * frame.c (Fdelete_frame): Call font_update_drivers only when
16354 USE_FONT_BACKEND is defined.
16355
16356 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16357
16358 * font.h (struct font_bitmap): New member bits_per_pixel.
16359 (struct font_driver): New members start_for_frame and end_for_frame.
16360 (struct font_data_list): New struct.
16361 (font_put_frame_data, font_get_frame_data): Extern them.
16362
16363 * frame.h (struct frame): New member font_data_list.
16364
16365 * font.c (font_update_drivers): Call driver->start_for_frame and
16366 driver->end_for_frame at proper timings.
16367 (font_put_frame_data, font_get_frame_data): New functions.
16368 (Ffont_spec): Add usage in the docstring.
16369
16370 * frame.c (make_frame): Initialize f->font_data_list to NULL.
16371 (Fdelete_frame): Call font_update_drivers.
16372
16373 * xftfont.c (struct xftface_info): Delete the member xft_draw.
16374 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
16375 (xftfont_get_xft_draw): New function.
16376 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
16377 (xftfont_end_for_frame): New function.
16378 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
16379
16380 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
16381 Change argument. Cache GCs in the per-frame data.
16382 (struct ftxfont_frame_data): New struct.
16383 (ftxfont_draw_bitmap): New arg gc_fore and flush.
16384 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
16385 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
16386 (ftxfont_end_for_frame): New function.
16387 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
16388
16389 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
16390
16391 2008-02-01 Kenichi Handa <handa@m17n.org>
16392
16393 * xselect.c (Vselection_coding_system)
16394 (Vnext_selection_coding_system): Delete them.
16395 (syms_of_xselect): Don't declare selection-coding-system and
16396 next-selection-coding-system. They are declared in select.el.
16397
16398 2008-02-01 Jason Rumney <jasonr@gnu.org>
16399
16400 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
16401
16402 * w32fns.c: Include imm.h.
16403 (get_composition_string_fn, get_ime_context_fn): New optional
16404 system functions.
16405 (globals_of_w32fns): Load them from imm32.dll.
16406 (ignore_ime_char): New flag.
16407 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
16408 WM_IME_ENDCOMPOSITION messages.
16409
16410 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
16411 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
16412
16413 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16414
16415 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
16416 (READCHAR_REPORT_MULTIBYTE): New macro.
16417 (readchar): New 2nd arg MULTIBYTE.
16418 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
16419 Make symbol's name multibyte according to the multibyteness of the
16420 source.
16421
16422 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16423
16424 * xfaces.c (face_for_overlay_string): Call lookup_face with
16425 correct arguments (fix of synching with the trunk).
16426
16427 2008-02-01 Kenichi Handa <handa@m17n.org>
16428
16429 * font.c (font_prop_validate_symbol, font_prop_validate_style)
16430 (font_prop_validate_non_neg, font_prop_validate_spacing):
16431 Delete argument prop_index.
16432 (font_property_table): Change arguments to validater. Change Callers.
16433 (font_lispy_object): Delete.
16434 (font_at): Use font_find_object instead fo font_lispy_object.
16435
16436 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16437
16438 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
16439 and file names.
16440
16441 2008-02-01 Jason Rumney <jasonr@gnu.org>
16442
16443 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
16444 (font_matches_spec): Remove debug output.
16445 (add_font_entity_to_list): Avoid using substituted fonts.
16446
16447 2008-02-01 Jason Rumney <jasonr@gnu.org>
16448
16449 * doc.c (Fsnarf_documentation):
16450 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
16451
16452 2008-02-01 Miles Bader <miles@gnu.org>
16453
16454 * dispextern.h (struct glyph_row): Only define "clip" field if
16455 HAVE_WINDOW_SYSTEM is defined.
16456
16457 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16458
16459 Fix up multi-tty merge.
16460
16461 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
16462 and indentation.
16463
16464 * xfaces.c (free_realized_face, clear_face_gcs):
16465 Include font_done_for_face in the input_blocked section, just in case.
16466
16467 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
16468 (get_char_face_and_encoding): Undo last change and remove the *other*
16469 duplicate definition (i.e. keep the one that's better scoped and that
16470 includes code for the font-backend).
16471
16472 * terminal.c (create_terminal): Default keyboard_coding to
16473 `no-conversion' and terminal_coding to `undecided'.
16474
16475 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
16476
16477 * fontset.c (free_realized_fontsets): Check that the table entry does
16478 contain a fontset before trying to compare it to `base'.
16479
16480 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
16481 syms_of_charset, and syms_of_coding earlier because init_window_once
16482 now needs Vcoding_system_hash_table to be setup.
16483
16484 * coding.h (default_buffer_file_coding): Remove.
16485
16486 * coding.c (default_buffer_file_coding): Remove.
16487 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
16488 than ->symbol, and use the terminal-local coding system.
16489 (syms_of_coding): Don't setup the coding-systems that are not
16490 terminal-local.
16491 (Fdefine_coding_system_internal): Use XCAR/XCDR.
16492
16493 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
16494 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
16495
16496 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
16497 in chartab.c and were re-added here by mistake.
16498 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
16499
16500 * doc.c (Fsnarf_documentation):
16501 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
16502 src to etc.
16503
16504 * ChangeLog.10: Add mistakenly removed entry.
16505
16506 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
16507
16508 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
16509
16510 2008-02-01 Miles Bader <miles@gnu.org>
16511
16512 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
16513 Add extra args to FACE_FOR_CHAR.
16514
16515 2008-02-01 Kenichi Handa <handa@m17n.org>
16516
16517 * keymap.c (where_is_internal_1): If key is a cons, store the copy
16518 in sequence.
16519
16520 * chartab.c (map_sub_char_table, map_char_table): If the range
16521 contains just one character, call the function with that character
16522 even if the depth is not 3.
16523
16524 2008-02-01 Jason Rumney <jasonr@gnu.org>
16525
16526 * w32font.c (w32font_text_extents): Calculate metrics for the
16527 whole string.
16528
16529 2008-02-01 Jason Rumney <jasonr@gnu.org>
16530
16531 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
16532
16533 2008-02-01 Jason Rumney <jasonr@gnu.org>
16534
16535 * w32term.c (x_set_glyph_string_clipping): Use
16536 get_glyph_string_clip_rects.
16537 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16538 Adjust for the change of struct glyph_string.
16539
16540 * w32font.c (w32font_draw): Do clipping here.
16541
16542 2008-02-01 Kenichi Handa <handa@m17n.org>
16543
16544 * xftfont.c (xftfont_draw): Adjust for the change of struct
16545 glyph_string.
16546
16547 * xterm.c (x_set_glyph_string_clipping): Use
16548 get_glyph_string_clip_rects.
16549 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16550 Adjust for the change of struct glyph_string.
16551
16552 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
16553 the resulting clip(s}.
16554 (expose_overlaps): Add arg r. Change callers. Set it to
16555 row->clip temporarily.
16556 (expose_window): Redraw rows overlapping the exposed area.
16557
16558 * dispextern.h (struct glyph_row): New member clip.
16559 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
16560 clip_height, new member clip, and num_clips.
16561
16562 2008-02-01 Kenichi Handa <handa@m17n.org>
16563
16564 * data.c (Fchar_or_string_p): Fix docstring.
16565
16566 2008-02-01 Kenichi Handa <handa@m17n.org>
16567
16568 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
16569 create a temporary XftDraw object.
16570
16571 2008-02-01 Kenichi Handa <handa@m17n.org>
16572
16573 * font.c (Ffontp): Fix docstring.
16574
16575 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
16576 strong evidence of ISO-2022.
16577
16578 2008-02-01 Kenichi Handa <handa@m17n.org>
16579
16580 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
16581 SYNTAX_ENTRY_FOLLOW_PARENT.
16582
16583 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16584
16585 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
16586 its type.
16587 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
16588 Update to the new type of weak_hash_tables and next_weak.
16589
16590 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
16591 a plain C pointer to Lisp_Hash_Table.
16592
16593 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
16594 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
16595 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
16596 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
16597 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
16598 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
16599 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
16600 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
16601 (GC_EQ): Remove since they've been identical to their non-GC_
16602 alter-egos ever since the markbit was eradicated.
16603
16604 * alloc.c:
16605 * buffer.c:
16606 * buffer.h:
16607 * data.c:
16608 * fileio.c:
16609 * filelock.c:
16610 * fns.c:
16611 * frame.h:
16612 * lisp.h:
16613 * macterm.c:
16614 * print.c:
16615 * process.c:
16616 * w32fns.c:
16617 * w32menu.c:
16618 * w32term.c:
16619 * xfns.c:
16620 * xmenu.c:
16621 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
16622
16623 2008-02-01 Kenichi Handa <handa@m17n.org>
16624
16625 * chartab.c (map_sub_char_table): Make it work for the top-level
16626 char-table. Fix handling of parent char-table.
16627 (map_char_table): Adjust for the above change.
16628
16629 2008-02-01 Jason Rumney <jasonr@gnu.org>
16630
16631 * w32font.c (Qgdi): Rename from Qw32.
16632
16633 2008-02-01 Jason Rumney <jasonr@gnu.org>
16634
16635 * w32bdf.c (get_quoted_string): Make function static.
16636
16637 2008-02-01 Kenichi Handa <handa@m17n.org>
16638
16639 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
16640 bigger ascent and descent than those of the font, use them as
16641 font's ascent and descent.
16642
16643 2008-02-01 Kenichi Handa <handa@m17n.org>
16644
16645 * Makefile.in (${lispsource}international/charprop.el): Move this
16646 target within "#ifdef HAVE_UNIDATA" and "#endif".
16647
16648 2008-02-01 Kenichi Handa <handa@m17n.org>
16649
16650 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
16651 (shortlisp): Add ../lisp/language/tai-viet.el.
16652
16653 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
16654
16655 * Makefile.in (${lispsource}international/charprop.el): Depend on
16656 temacs${EXEEXT}.
16657
16658 2008-02-01 Jason Rumney <jasonr@gnu.org>
16659
16660 * w32font.c (w32font_close): Delete the GDI font object.
16661
16662 * w32menu.c: Include character.h.
16663
16664 * w32proc.c: Likewise.
16665
16666 * w32select.c: Likewise.
16667
16668 * makefile.w32-in (w32proc.o): Depend on character.h.
16669
16670 2008-02-01 Jason Rumney <jasonr@gnu.org>
16671
16672 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
16673
16674 * w32menu.c (syms_of_w32menu): Likewise.
16675
16676 * w32proc.c (syms_of_ntproc): Likewise.
16677
16678 * w32select.c (syms_of_w32select): Likewise.
16679
16680 * w32term.c (syms_of_w32term): Likewise.
16681
16682 2008-02-01 Jason Rumney <jasonr@gnu.org>
16683
16684 * w32font.c (w32font_draw): Delete brush after using it.
16685
16686 2008-02-01 Jason Rumney <jasonr@gnu.org>
16687
16688 * w32font.c (w32font_open): Don't set font_idx.
16689 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
16690 to font settings.
16691 (w32font_draw): Fill background explicitly.
16692
16693 2008-02-01 Jason Rumney <jasonr@gnu.org>
16694
16695 * w32term.c (w32_initialize): Don't call w32font_initialize.
16696
16697 * w32font.c (w32font_info): Remove subranges.
16698 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
16699 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
16700 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
16701 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
16702 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
16703 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
16704 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
16705 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
16706 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
16707 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
16708 New symbols.
16709 (font_callback_data): New struct.
16710 (w32font_list, w32font_match): Use it.
16711 (w32font_open): Don't populate subranges.
16712 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
16713 (w32font_encode_char): Always return unicode code-point as-is.
16714 (w32font_text_extents): Supply a transformation matrix to
16715 GetGlyphOutline. Never look up by glyph index. Avoid looping
16716 twice. Use unicode version of GetTexExtentPoint32 instead of
16717 glyph index version.
16718 (set_fonts_frame): Remove.
16719 (w32_enumfont_pattern_entity): Add frame parameter, use it to
16720 set frame parameter. Use backward compatible fake foundries.
16721 Save generic family in extra slot under QCfamily. Make width slot
16722 constant. Save QCspacing value. Save list of scripts instead of
16723 binary subranges.
16724 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
16725 (add_font_entity_to_list): Use font_callback_data struct. Filter
16726 unwanted fonts.
16727 (add_one_font_entity_to_list): Use font_callback_data struct.
16728 (w32_registry): Default to iso10646_1.
16729 (fill_in_logfont): Use dpi from extra slot. Don't bother with
16730 string font registries. Don't fill in font name if it is a generic
16731 family name, fill family instead. Use spacing, family and script
16732 extra info to fill pitch, family and charset fields.
16733 (list_all_matching_fonts): Use font_callback_data struct.
16734 (unicode_range_for_char): Remove.
16735 (font_supported_scripts): New function.
16736 (w32font_initialize): Remove.
16737 (syms_of_w32font): Update which symbols are defined.
16738
16739 2008-02-01 Jason Rumney <jasonr@gnu.org>
16740
16741 * font.c (font_pixel_size): Reverse assq_no_quit args.
16742
16743 * w32term.h (FONT_WIDTH): Report max width, not average.
16744 (FONT_MAX_WIDTH): Remove.
16745 (FONT_AVG_WIDTH): New macro.
16746
16747 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
16748 redefinition of FONT_WIDTH.
16749
16750 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
16751 (w32_cache_char_metrics): Use FONT_WIDTH.
16752
16753 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
16754
16755 2008-02-01 Jason Rumney <jasonr@gnu.org>
16756
16757 * w32font.c (w32font_open): Make lfHeight negative.
16758
16759 * w32fns.c (x_default_font_parameter): Use new style font name.
16760 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
16761
16762 2008-02-01 Jason Rumney <jasonr@gnu.org>
16763
16764 * w32font.c (QCsubranges): New symbol.
16765 (w32font_open, w32font_has_char): Get subranges from subproperty
16766 of extra.
16767 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
16768 (syms_of_w32font): Define :subranges symbol.
16769
16770 * font.c (font_put_extra): Expose externally.
16771
16772 * font.h (font_put_extra): Move declaration from font.c.
16773
16774 * font.c (Ffont_get): Use font driver to determine otf capability.
16775 (adjust_anchor): Check if driver defines anchor_point before using.
16776
16777 * w32font.c (w32font_open): Handle size, height and pixel_size better.
16778 (w32font_draw): Use options.
16779 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
16780 Fix detection of truetype fonts.
16781 (registry_to_w32_charset): Handle charsets other than iso8859-1
16782 expressed as lisp symbols.
16783 (w32_registry): Express charset as lisp symbol.
16784 (fill_in_logfont): Reverse pixel and point height logic.
16785 Don't set width here. Set quality to default.
16786
16787 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
16788 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
16789
16790 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16791 Remove redundant loop and allocation.
16792
16793 * makefile.w32-in (font.o, w32font.o): New objects.
16794 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
16795 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
16796
16797 * xdisp.c (fill_composite_glyph_string): Make the first arg to
16798 STORE_XCHARB a valid l-value.
16799
16800 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
16801 calculations for non-Truetype fonts.
16802 (x_draw_glyph_string): Sync with xterm.c.
16803 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16804 Remove redundant code.
16805 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
16806
16807 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
16808 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
16809
16810 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
16811 (x_to_w32_charset, w32_to_x_charset): Expose externally.
16812
16813 * w32font.c: New file for w32 font backend.
16814
16815 2008-02-01 Kenichi Handa <handa@m17n.org>
16816
16817 * term.c: Don't include "buffer.h" twice.
16818
16819 2008-02-01 Kenichi Handa <handa@m17n.org>
16820
16821 * character.c (Funibyte_string): New function.
16822 (syms_of_character): Defsubr it.
16823
16824 2008-02-01 Jason Rumney <jasonr@gnu.org>
16825
16826 * w32term.c [USE_FONT_BACKEND]:
16827 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
16828 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
16829 (x_draw_glyph_string, x_draw_glyph_string_foreground)
16830 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
16831 (x_free_frame_resources): Sync with xterm.c.
16832
16833 2008-02-01 Andreas Schwab <schwab@suse.de>
16834
16835 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
16836 char-table size.
16837
16838 2008-02-01 Kenichi Handa <handa@m17n.org>
16839
16840 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
16841
16842 2008-02-01 Kenichi Handa <handa@m17n.org>
16843
16844 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
16845 font_otf_gpos, add font_drive_otf.
16846
16847 * fontset.c (fontset_find_font): Pay attention to font size
16848 specified for a font.
16849 (reorder_font_vector): Check contents of font_def.
16850
16851 * font.c (struct otf_list): Delete it.
16852 (otf_list): Make it a lisp variable.
16853 (otf_open): Use lispy otf_list.
16854 (generate_otf_features): Rename from parse_gsub_gpos_spec.
16855 (check_otf_features): New function.
16856 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16857 New functions.
16858 (font_drive_otf): New function merging font_otf_gsub and
16859 font_otf_gpos.
16860 (font_open_for_lface): New arg spec. Change argument order.
16861 (font_load_for_face): Adjust for the change of font_open_for_lface.
16862 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
16863 Ffont_otf_gpos.
16864 (syms_of_font): Staticpro otf_list. Delete defsubr of
16865 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
16866
16867 * xfaces.c (set_font_frame_param): Adjust for the change of
16868 font_open_for_lface.
16869
16870 * font.h (font_open_for_lface): Adjust prototype.
16871 (struct font_driver): Delete members otf_gsub and otf_gpos, add
16872 member otf_drive.
16873 (font_otf_gsub, font_otf_gpos): Delete externs.
16874 (font_drive_otf): Extern it.
16875
16876 2008-02-01 Kenichi Handa <handa@m17n.org>
16877
16878 * font.c (font_at): If the window W is not on a window system,
16879 return Qnil.
16880
16881 * coding.c (produce_chars, encode_coding): Don't call
16882 insert_from_gap if no characters to produce.
16883
16884 2008-02-01 Kenichi Handa <handa@m17n.org>
16885
16886 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
16887 Fclear_face_cache.
16888
16889 * xfaces.c (face_for_font): Check also face->font==font->font.font.
16890
16891 2008-02-01 Miles Bader <miles@gnu.org>
16892
16893 * emacs.c (main): Change default value of `enable_font_backend' to 1.
16894 Parse "--disable-font-backend" option.
16895 (standard_args): Add "--disable-font-backend" option.
16896
16897 2008-02-01 Kenichi Handa <handa@m17n.org>
16898
16899 * fontset.c (fontset_find_font): New function.
16900 (fontset_font): Use fontset_find_font.
16901 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
16902 Register the specified font for all Latin characters.
16903 (new_fontset_from_font): Register the specified font for all Latin
16904 characters.
16905 (dump_fontset): For a realized fontset, include the base fontset
16906 name in the returned vector.
16907
16908 2008-02-01 Kenichi Handa <handa@m17n.org>
16909
16910 * character.h (CHAR_STRING): Cast C to unsigned on calling
16911 char_string.
16912
16913 * character.c (char_string): Type of arg C changed to unsigned.
16914 Signal an error if C is an invalid character code.
16915
16916 * editfns.c (general_insert_function, Fchar_to_string):
16917 Use CHARACTERP, not INTEGERP.
16918
16919 2008-02-01 Kenichi Handa <handa@m17n.org>
16920
16921 * character.h (MIN_MULTIBYTE_LEADING_CODE)
16922 (MAX_MULTIBYTE_LEADING_CODE): New macros.
16923
16924 * regex.c (analyse_first): Fix for multibyte characters in "case
16925 charset:" and "case categoryspec:".
16926
16927 2008-02-01 Andreas Schwab <schwab@suse.de>
16928
16929 * Makefile.in (LIBES): Move standard libraries to the end.
16930
16931 2008-02-01 Kenichi Handa <handa@m17n.org>
16932
16933 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
16934 nonzero, don't shrink the buffer nextb.
16935
16936 * buffer.h (struct buffer_text): New member inhibit_shrinking.
16937
16938 * coding.c (coding_alloc_by_making_gap): New arg offset.
16939 (alloc_destination): Call coding_alloc_by_making_gap with the arg
16940 offset.
16941 (decode_coding_iso_2022): Update coding->safe_charsets.
16942 (decode_coding_gap): Temporarily set
16943 current_buffer->text->inhibit_shrinking to 1.
16944
16945 2008-02-01 Kenichi Handa <handa@m17n.org>
16946
16947 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
16948 indexing into elements of s->cmp and s->char2b.
16949
16950 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
16951
16952 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
16953
16954 2008-02-01 Kenichi Handa <handa@m17n.org>
16955
16956 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
16957 target_multibyte instead of multibyte.
16958 (re_match_2_internal): Call bcmp_translate with target_multibyte.
16959 (bcmp_translate): Change the argument name from multibyte to
16960 target_multibyte.
16961
16962 2008-02-01 Kenichi Handa <handa@m17n.org>
16963
16964 These changes are to compile a regexp into a pattern that can be
16965 used both for multibyte and unibyte targets.
16966
16967 * Makefile.in (search.o): Depend on charset.h.
16968
16969 * character.c (multibyte_char_to_unibyte_safe): New function.
16970
16971 * search.c: Include "charset.h".
16972 (compile_pattern_1): Delete argument multibyte. Don't set
16973 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
16974 (compile_pattern): Don't compare cp->buf.target_multibyte.
16975 Compare cp->buf.charset_unibyte.
16976 (compile_pattern): Set cp->buf.target_multibyte.
16977
16978 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
16979
16980 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
16981
16982 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
16983 multibyte. Change callers.
16984 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
16985 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
16986 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
16987 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
16988 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
16989 (regex_compile): Make the compiled pattern usable both for
16990 multibyte and unibyte targets.
16991 (analyse_first): Make the fastmap usable both for multibyte and
16992 unibyte targets.
16993 (TRANSLATE_VIA_MULTIBYTE): Delete.
16994 (re_match_2_internal): Pay attention to the case that the
16995 multibyteness of bufp and target may be different.
16996
16997 2008-02-01 Kenichi Handa <handa@m17n.org>
16998
16999 * xdisp.c (x_produce_glyphs): When a font is not found, make the
17000 empty box occupy at least one column width.
17001
17002 2008-02-01 Miles Bader <miles@gnu.org>
17003
17004 * Makefile.in: Remove redundant HAVE_XFT clause.
17005
17006 2008-02-01 Kenichi Handa <handa@m17n.org>
17007
17008 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
17009
17010 2008-02-01 Kenichi Handa <handa@m17n.org>
17011
17012 * fontset.c (Finternal_char_font): Fix for the case of POSITION
17013 being nil.
17014
17015 2008-02-01 Kenichi Handa <handa@m17n.org>
17016
17017 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
17018
17019 2008-02-01 Kenichi Handa <handa@m17n.org>
17020
17021 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
17022
17023 2008-02-01 Kenichi Handa <handa@m17n.org>
17024
17025 * search.c (simple_search): Fix previous change.
17026
17027 2008-02-01 Kenichi Handa <handa@m17n.org>
17028
17029 * xftfont.c (ftfont_font_format): Extern declaration.
17030
17031 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
17032
17033 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
17034 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
17035
17036 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
17037 (ftfont_font_format): Fix previous change.
17038
17039 * font.h (Ffont_xlfd_name): EXFUN it.
17040
17041 * font.c (font_parse_xlfd): Fix the array size of `f'.
17042 (register_font_driver): Use EQ to compare driver->type.
17043
17044 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
17045 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
17046 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
17047
17048 2008-02-01 Kenichi Handa <handa@m17n.org>
17049
17050 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
17051 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
17052
17053 2008-02-01 Kenichi Handa <handa@m17n.org>
17054
17055 * xfont.c (xfont_open): Set font->format.
17056
17057 * xftfont.c (xftfont_open): Set font->format.
17058
17059 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
17060 (ftfont_list): Include FC_FONTFORMAT in FcObject.
17061 (ftfont_open): Set font->format.
17062 (ftfont_font_format): New function.
17063
17064 * font.h (struct font): New member format.
17065
17066 * font.c (Qopentype): New variable.
17067 (syms_of_font): Defsym it.
17068 (Fquery_font): Change the format of the last element of the return
17069 value.
17070
17071 2008-02-01 Kenichi Handa <handa@m17n.org>
17072
17073 * xfns.c (xic_create_xfontset): Try the default fontset name as a
17074 last resort.
17075
17076 2008-02-01 Kenichi Handa <handa@m17n.org>
17077
17078 * coding.c (detect_coding_charset): Fix detection of multi-byte
17079 charset.
17080
17081 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
17082
17083 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
17084
17085 2008-02-01 Kenichi Handa <handa@m17n.org>
17086
17087 * xdisp.c (get_next_display_element): Set it->face_id for the
17088 first component of a composition.
17089 (x_produce_glyphs): Check if the font is changed or not for composition.
17090
17091 2008-02-01 Kenichi Handa <handa@m17n.org>
17092
17093 * fontset.c (Qlatin): New variable.
17094 (syms_of_fontset): Define it as a lisp symbol.
17095 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
17096
17097 2008-02-01 Kenichi Handa <handa@m17n.org>
17098
17099 * font.c (font_unparse_fcname): Pay attention to the case that
17100 some of font property is a null string.
17101
17102 2008-02-01 Kenichi Handa <handa@m17n.org>
17103
17104 * term.c: Include "composite.h".
17105 (encode_terminal_code): Output all components of composition.
17106 Check the size of encode_terminal_src.
17107 (produce_glyphs): For composition, call produce_composite_glyph.
17108 (append_composite_glyph, produce_composite_glyph): New functions.
17109
17110 * xdisp.c (x_produce_glyphs): In handling composition, if a font
17111 is not found, get font_info from the current ascii face.
17112
17113 2008-02-01 Kenichi Handa <handa@m17n.org>
17114
17115 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
17116 buffer-file-name to Qnil before calling insert_from_buffer.
17117
17118 * font.c (font_unparse_fcname): Pay attention to the case that
17119 foundry is a null string.
17120
17121 2008-02-01 Kenichi Handa <handa@m17n.org>
17122
17123 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
17124
17125 * font.c (Qunicode_sip): New variable.
17126 (syms_of_font): Declare it as a Lisp symbol.
17127
17128 * font.h (Qunicode_sip): Extern it.
17129
17130 2008-02-01 Kenichi Handa <handa@m17n.org>
17131
17132 * composite.c (get_composition_id): Pay attention to TAB component.
17133
17134 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
17135 TAB. Adjust for the change of s->char2b which always points to
17136 the first element of allocated memory.
17137
17138 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
17139
17140 * xdisp.c (handle_composition_prop): Set it->c to the first
17141 non-TAB component.
17142 (fill_composite_glyph_string): Change argument.
17143 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
17144 (x_produce_glyphs): Fix handling of left/right padding.
17145
17146 2008-02-01 Kenichi Handa <handa@m17n.org>
17147
17148 * coding.c (detect_coding_system): Fix for handling off
17149 inhibit_iso_escape_detection. Fix for the case that no coding
17150 system is defined for a specific coding category.
17151
17152 2008-02-01 Kenichi Handa <handa@m17n.org>
17153
17154 * font.c (font_matching_entity): Delete unused local var.
17155
17156 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
17157 opening a font.
17158
17159 * fileio.c (Finsert_file_contents): On recovering a file, assume
17160 Unix-like eol.
17161 (choose_write_coding_system): On auto-saving a file, force
17162 Unix-like eol.
17163
17164 * coding.c (setup_coding_system): Fix setting of
17165 coding->common_flags based on eol_type.
17166 (coding_inherit_eol_type): If PARENT is not nil, be sure to
17167 inherit from it.
17168
17169 2008-02-01 Kenichi Handa <handa@m17n.org>
17170
17171 * alloc.c (NSTATICS): Increas to 0x600.
17172
17173 2008-02-01 Kenichi Handa <handa@m17n.org>
17174
17175 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
17176 (ftfont_list): Don't check :name property.
17177 (ftfont_match): New function.
17178 (ftfont_pattern_entity): If the pattern doesn't contain
17179 FC_SPACING, don't assume FC_MONO.
17180
17181 * font.h (struct font_driver): New member `match'.
17182 (font_update_drivers): Adjust prototype.
17183
17184 * font.c (font_parse_fcname, font_parse_name): Don't change :name
17185 property of FONT.
17186 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
17187 them unconditionally.
17188 (font_matching_entity): New function.
17189 (font_open_by_name): Try font_matching_entity if exact match is
17190 not found.
17191 (font_update_drivers): Delete the arg FONT. Return a list of
17192 actually used backends. Don't free faces, font caches here.
17193 Don't store data in frame parameters. Don't call x_set_font.
17194 (Ffont_spec): Store :name property as is.
17195 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
17196 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
17197 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
17198 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
17199 Call font->driver->otf_gsub instead of font_otf_gsub.
17200
17201 * frame.c (x_set_font_backend): Do more works that were done in
17202 font_update_drivers before.
17203
17204 * xfont.c (xfont_match): New function.
17205 (xfont_driver): Set xfont_driver.match to xfont_match.
17206 (xfont_draw): Set font in GC if necessary.
17207
17208 * ftxfont.c (ftxfont_match): New function.
17209 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
17210
17211 * xftfont.c (xftfont_match): New function.
17212 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
17213
17214 2008-02-01 Kenichi Handa <handa@m17n.org>
17215
17216 * font.h (struct font): New member scalable.
17217 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
17218 (font_otf_gsub): Adjust prototype.
17219
17220 * font.c (font_otf_capability): Fix handling of the default langsys.
17221 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
17222 Check the contents of SPEC.
17223 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
17224 (check_gstring): New function.
17225 (REPLACEMENT_CHARACTER): New macro.
17226 (font_otf_gsub): New arg alternate_subst. Be sure to set all
17227 glyph codes of GSTRING.
17228 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
17229 (font_prepare_composition): Set cmp->glyph_len.
17230 (font_open_entity): Set font->scalable.
17231 (Ffont_get): Handle :otf property.
17232 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
17233 functions.
17234 (Fquery_font): Use font->font.full_name.
17235 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
17236 Sfont_otf_alternates.
17237
17238 * ftfont.c (ftfont_open): Set font->font.full_name and
17239 font->font.name properly. Fix calculation of font->font.height
17240 and font->min_width.
17241
17242 * ftxfont.c (ftxfont_create_gcs): New function.
17243 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
17244 (ftxfont_draw_backgrond): Fix filling region.
17245 (ftxfont_default_fid): New function.
17246 (ftxfont_open): Set xfont->fid to the return value of
17247 ftxfont_default_fid.
17248 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
17249 (ftxfont_done_face): Free only GCs that are created by
17250 ftxfont_create_gcs.
17251 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
17252
17253 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
17254 Clip to src->width, etc (not src->clip_XXX).
17255
17256 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
17257 FontBackend frame parameter.
17258
17259 2008-02-01 Kenichi Handa <handa@m17n.org>
17260
17261 * font.h (struct font_driver_list): New member `on'.
17262 (Fclear_font_cache): EXFUN it.
17263 (font_update_drivers): Extern it.
17264
17265 * font.c (font_unparse_fcname): Fix typo (swidth->width).
17266 (font_list_entities): Check driver_list->on.
17267 (register_font_driver): Initalize `on' member to 0.
17268 (font_update_drivers): New function.
17269 (Fclear_font_cache): Check driver_list->on.
17270
17271 * frame.h (Qfont_backend): Extern it.
17272 (x_set_font_backend): Extern it.
17273
17274 * frame.c (Qfont_backend): New variable.
17275 (frame_parms): New element for font-backend.
17276 (x_set_font_backend): New function.
17277
17278 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
17279 FontBackend frame parameter.
17280 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
17281 x_set_font_backend.
17282
17283 * xfont.c (xfont_list): Don't try listing by :name property if the
17284 name is not for XLFD.
17285
17286 2008-02-01 Kenichi Handa <handa@m17n.org>
17287
17288 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
17289 (LGLYPH_SET_TO): New macros.
17290 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
17291 element of G is vector or not.
17292 (font_at): Extern it.
17293
17294 * font.c: Include window.h.
17295 (font_lispy_object): New function.
17296 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
17297 end of valid glyph.
17298 (font_close_object): Fix getting (struct font *).
17299 (font_at): New function.
17300 (Ffont_get): If FONT is a font-object, get entity from it.
17301 (Ffont_make_gstring): Initialize elements of glyphs with nil.
17302 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
17303 range check.
17304 (Ffont_at): New function.
17305 (syms_of_font): Defsubr Sfont_at.
17306
17307 * xdisp.c (it_props): Move the entry for Qauto_composed to just
17308 before the entry for Qcomposition.
17309 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
17310 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
17311 the font in gstring.
17312 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
17313 LGLYPH_FORM (g) to detect the end of valid glyph.
17314 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
17315 we are composing with gstring.
17316
17317 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
17318 Check if adjustment is vector or not.
17319
17320 * Makefile.in (font.o): Make it depends on window.h.
17321
17322 2008-02-01 Kenichi Handa <handa@m17n.org>
17323
17324 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
17325 adjustment is vector or not.
17326
17327 2008-02-01 Miles Bader <miles@gnu.org>
17328
17329 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
17330
17331 2008-02-01 Kenichi Handa <handa@m17n.org>
17332
17333 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
17334 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
17335 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
17336
17337 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
17338 (DEVICE_DELTA): Fix typo.
17339 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
17340 LGLYPH format.
17341
17342 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
17343 the change of LGLYPH format.
17344
17345 2008-02-01 Kenichi Handa <handa@m17n.org>
17346
17347 * ftfont.c (ftfont_list): Fix typo.
17348 (ftfont_build_basic_charsets): Don't include letters with diacritics.
17349
17350 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17351
17352 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
17353
17354 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
17355 xftface_info is non-NULL.
17356
17357 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17358
17359 * ftfont.c (ftfont_list): Move misplaced #endif.
17360
17361 2008-02-01 Kenichi Handa <handa@m17n.org>
17362
17363 * ftfont.c (ftfont_list): Pay attention to the case that
17364 FC_CAPABILITY is not defined.
17365
17366 2008-02-01 Kenichi Handa <handa@m17n.org>
17367
17368 * xftfont.c (xftfont_open): Set charset related members to -1.
17369
17370 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
17371 QCname.
17372 (ftfont_open): Set charset related members to -1.
17373
17374 * fontset.c (Votf_script_alist): New variable.
17375 (syms_of_fontset): Initialize it.
17376 (fontset_font): Delete unused variable.
17377
17378 * fontset.h (Votf_script_alist): Extern it.
17379
17380 * font.c (font_find_for_lface): Optimize code.
17381
17382 * font.h (font_close_object, font_merge_old_spec): Extern them.
17383
17384 2008-02-01 Kenichi Handa <handa@m17n.org>
17385
17386 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
17387 (syms_of_font): Initialize them.
17388 (font_pixel_size): Allow float value in dpi.
17389 (font_prop_validate_type): Delete.
17390 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
17391 Change caller.
17392 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
17393 (font_prop_validate_extra): Delete.
17394 (font_prop_validate_spacing): New function.
17395 (font_property_table): Add elements for all known properties.
17396 (get_font_prop_index): Rename from check_font_prop_name. New
17397 argument FROM. Change caller.
17398 (font_prop_validate): Validate all known properties.
17399 (font_put_extra): Delete argument force. Change caller.
17400 (font_expand_wildcards): Make it static. Fix the way of shrinking
17401 the possible range.
17402 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
17403 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
17404 Change caller.
17405 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
17406 (font_parse_fcname): Delete argument merge. Fix parsing of point
17407 size. Don't validate properties values here. Change caller.
17408 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
17409 (font_open_by_name): Delete unused variable.
17410 (Ffont_spec): Likewise. Validate property values.
17411 (Ffont_match_p): New function.
17412
17413 * font.h (QCscalable): Extern it.
17414 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
17415
17416 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
17417
17418 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
17419 (xfont_list_pattern): New function.
17420 (xfont_list): Use xfont_list_pattern.
17421
17422 2008-02-01 Kenichi Handa <handa@m17n.org>
17423
17424 * font.h (Flist_fonts): EXFUN it.
17425
17426 2008-02-01 Jason Rumney <jasonr@gnu.org>
17427
17428 * w32term.c (w32_initialize): Add back smoothing_type and
17429 smoothing_enabled definitions.
17430
17431 2008-02-01 Kenichi Handa <handa@m17n.org>
17432
17433 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
17434 s->face->font on determining underline position.
17435
17436 2008-02-01 Kenichi Handa <handa@m17n.org>
17437
17438 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
17439 (font_has_char): Accept font-object too.
17440 (font_find_for_lface): Try at first with a size specified in face.
17441
17442 2008-02-01 Kenichi Handa <handa@m17n.org>
17443
17444 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
17445 font_open_by_name.
17446
17447 2008-02-01 Kenichi Handa <handa@m17n.org>
17448
17449 * font.h (QCspacing, QCdpi): Extern them.
17450 (enum font_spacing): New enum.
17451 (FONT_PIXEL_SIZE_QUANTUM): New macro.
17452
17453 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
17454 (QCspacing, QCdpi): New variables.
17455 (syms_of_font): Initialize them.
17456 (font_pixel_size): New function.
17457 (font_put_extra): New function.
17458 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
17459 in FONT_EXTRA.
17460 (font_parse_fcname): Handle enumerated values (e.g. bold).
17461 Fix handling font size. Add QCname property that contains only
17462 unknown properties.
17463 (font_score): Change argument. Change caller. Pay attention to
17464 FONT_PIXEL_SIZE_QUANTUM.
17465 (font_sort_entites, font_list_entities, font_find_for_lface)
17466 (font_open_for_lface, font_open_by_name): Fix handling of font size.
17467 (Ffont_spec): Add QCname property that contains only unknown properties.
17468
17469 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
17470 include weight in listing pattern, instead check weight of each
17471 listed font. Don't include scalable in pattern. Pay attention to
17472 FONT_PIXEL_SIZE_QUANTUM.
17473
17474 2008-02-01 Kenichi Handa <handa@m17n.org>
17475
17476 * font.c (font_parse_fcname): Fix parsing of point-size.
17477 (font_unparse_fcname): Produce symbolic names for style properties.
17478 (font_list_entities): Handle float size correctly.
17479 (font_open_by_name): Prefer `normal' property values if the name
17480 doesn't specify them.
17481
17482 * fontset.c (Finternal_char_font): Use font_get_name, not
17483 Ffont_xlfd_name.
17484
17485 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
17486 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
17487 pattern. Don't force scalable.
17488
17489 * xftfont.c (xftfont_open): For generating a name, start from
17490 96-byte buffer.
17491
17492 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17493
17494 * frame.h (x_new_fontset2): Fix prototype.
17495
17496 2008-02-01 Kenichi Handa <handa@m17n.org>
17497
17498 * font.h (struct font_driver): Delete member parse_name.
17499 (font_match_p, font_get_spec, font_parse_fcname)
17500 (font_unparse_fcname): Extern them.
17501 (font_get_name): Adjust prototype.
17502
17503 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
17504 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
17505 (font_expand_wildcards): Fix handling ENCODING field. Avoid
17506 unnecessary checks for weight, slant, and swidth.
17507 (font_parse_fcname): New function.
17508 (font_unparse_fcname): New function.
17509 (font_parse_name): New function.
17510 (font_match_p): New function.
17511 (font_get_name): Change return value to Lisp string.
17512 (font_get_spec): New function.
17513 (Qunspecified, Qignore_defface): Don't extern them.
17514 (font_find_for_lface): Assume that LFACE is fully specified.
17515 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
17516 object, use it for FACE.
17517 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
17518 driver->parse_name.
17519 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
17520
17521 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
17522 prototype.
17523
17524 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
17525 argument F. Don't call Fnew_fontset. Instead, directly call
17526 make_fontset.
17527
17528 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
17529
17530 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
17531 of x_new_fontset2.
17532
17533 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
17534 (Qsans__serif): New variables.
17535 (ftfont_generic_family_list): New variable.
17536 (syms_of_ftfont): Initialize the above variables.
17537 (ftfont_pattern_entity): Delete argument NAME.
17538 (ftfont_list_generic_family): New function.
17539 (ftfont_parse_name): Delete this function.
17540 (ftfont_list): Try generic family only when FcFontList found no font.
17541 (ftfont_list_family): Fix args to FcObjectSetBuild.
17542
17543 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
17544 object in attrs[LFACE_FONT_INDEX].
17545 (set_lface_from_font_name): Cancel all changes for font-backend.
17546 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
17547 function.
17548 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
17549 font object in QCfont attribute.
17550 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
17551 (realize_default_face) [USE_FONT_BACKEND]: Call
17552 set_lface_from_font_and_fontset.
17553
17554 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
17555 "fixed", and signal error here if no suitable font was found.
17556
17557 * xfont.c (xfont_parse_name): Delete this function.
17558
17559 * xftfont.c (xftfont_open): Change coding style of error
17560 handling. Generate fontconfig's fontname pattern.
17561
17562 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
17563 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
17564
17565 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
17566 Both args FONTSET and FONT_OBJECT must be existing ones.
17567
17568 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17569
17570 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
17571
17572 2008-02-01 Kenichi Handa <handa@m17n.org>
17573
17574 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
17575
17576 * font.h (struct font): Fix typo.
17577
17578 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
17579 XLFD_XXX_INDEX.
17580 (enum xlfd_field_mask): New enum.
17581 (intern_font_field): Changed argument. Change caller. If digits
17582 are followed by non-digits, return a symbol.
17583 (font_expand_wildcards): New function.
17584 (font_parse_xlfd): Fix wildcard handling.
17585 (Ffont_spec): If :name is specified, reflect the info in the other
17586 properties.
17587
17588 * ftfont.c (ftfont_pattern_entity): Fix typo.
17589 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
17590 locale.
17591
17592 2008-02-01 Kenichi Handa <handa@m17n.org>
17593
17594 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
17595
17596 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
17597 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
17598 registry doesn't specify encoding part.
17599 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
17600 (font_open_by_name): At first try parsing the name.
17601 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
17602 as Lisp symbols.
17603
17604 * fontset.c (reorder_font_vector): Pay attention to the case that
17605 the 3rd element of font_def is nil.
17606 (fontset_font): For the default fontset, append one more fontset
17607 elements for a script-based font specification. Don't add script
17608 attribute on finding a font.
17609 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
17610 font name.
17611 (fontset_ascii_font): If a font can't be opened, return nil.
17612
17613 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
17614 (ftfont_pattern_entity): New function.
17615 (ftfont_get_cache): Assume that freetype_font_cache is already
17616 initialized.
17617 (ftfont_list): Handle the case that a file is specified in font
17618 name. Use ftfont_pattern_entity to generate entities.
17619 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
17620 (syms_of_ftfont): Initialize freetype_font_cache.
17621
17622 * xftfont.c (xftfont_open): Make the font name fontconfig's
17623 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
17624 (xftfont_close): Free font->font.name if not NULL.
17625
17626 * xfont.c (xfont_list): If script is specified for a font, return
17627 null_vector.
17628 (xfont_list_family): Declare argument type.
17629
17630 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
17631 name, set LFACE_FONT (lface) to nil.
17632
17633 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
17634 return Qnil.
17635
17636 2008-02-01 Kenichi Handa <handa@m17n.org>
17637
17638 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
17639 (standard_args): Add "-enable-font-backend".
17640
17641 2008-02-01 Kenichi Handa <handa@m17n.org>
17642
17643 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
17644 (struct xftdraw_list, xftdraw_list): Delete them.
17645 (register_xftdraw, check_xftdraw): Delete them.
17646 (xftfont_prepare_face): Don't call register_xftdraw.
17647 (xftfont_done_face): Don't call check_xftdraw.
17648 (xftfont_draw): Get background color only when with_background is
17649 nonzero.
17650
17651 * xfont.c (xfont_encode_char): Fix calculation of char2b.
17652
17653 2008-02-01 Kenichi Handa <handa@m17n.org>
17654
17655 These changes are for the new font handling codes.
17656
17657 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
17658 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
17659 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
17660 (FONTSRC, FONTOBJ): New variables.
17661 (obj): Add $(FONTOBJ).
17662 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
17663 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
17664 @LIBOTF_LIBS@.
17665 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
17666 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
17667
17668 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
17669
17670 * character.h (Vscript_representative_chars): Extern it.
17671
17672 * character.c (Vscript_representative_chars): New variable.
17673 (syms_of_character): Declare it as a Lisp variable.
17674
17675 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
17676 enable_font_backend is nonzero, accept the composition method
17677 COMPOSITION_WITH_GLYPH_STRING.
17678
17679 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
17680 enumeration COMPOSITION_WITH_GLYPH_STRING.
17681
17682 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
17683 members clip_x, clip_y, clip_width, and clip_height.
17684 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
17685
17686 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
17687 --enable-font-backend. Call syms_of_font.
17688
17689 * fns.c (assoc_no_quit): New function.
17690
17691 * fontset.h (FONT_INFO_FROM_FACE): New macro.
17692 (face_for_font, new_fontset_from_font)
17693 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
17694
17695 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
17696 (fontset_font, fontset_ascii, face_for_char)
17697 (make_fontset_for_ascii_face, Ffont_info)
17698 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
17699 is nonzero, use font-backend mechanism.
17700 (find_font_encoding): Make it non-static.
17701 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
17702 New functions.
17703
17704 * frame.h (struct frame): New members resx and resy.
17705 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
17706 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
17707
17708 * frame.c [USE_FONT_BACKEND]: Include "font.h".
17709 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
17710
17711 * lisp.h (assoc_no_quit): Extern it.
17712
17713 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
17714 Through out the file, use FONT_INFO_FROM_FACE instead of
17715 FONT_INFO_FROM_ID, use get_per_char_metric instead of
17716 rif->per_char_metric.
17717 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
17718 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
17719 (get_glyph_face_and_encoding, fill_composite_glyph_string)
17720 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
17721 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
17722 nonzero, use font-backend mechanism.
17723 (get_per_char_metric): New function.
17724
17725 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
17726 (set_lface_from_font_name)
17727 (set_font_frame_param, free_realized_face)
17728 (prepare_face_for_display, clear_face_gcs)
17729 (Finternal_set_font_selection_order, realize_x_face)
17730 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
17731 font-backend mechanism.
17732 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
17733 (load_face_font) [USE_FONT_BACKEND]: Abort.
17734 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
17735 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
17736
17737 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
17738 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
17739 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
17740 nonzero, register all available font drivers. Call
17741 x_default_font_parameter for deciding a font.
17742 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
17743
17744 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
17745 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
17746 (x_set_glyph_string_clipping_exactly)
17747 (x_compute_glyph_string_overhangs)
17748 (x_draw_glyph_string_foreground)
17749 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
17750 (x_free_frame_resources) [USE_FONT_BACKEND]: If
17751 enable_font_backend is nonzero, use font-backend mechanism.
17752 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
17753
17754 2008-02-01 Kenichi Handa <handa@m17n.org>
17755
17756 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
17757 system_eol_type.
17758 (syms_of_coding): Initialize system_eol_type.
17759
17760 * process.c (Fset_process_coding_system): Inherit system's eol
17761 format if necessary.
17762
17763 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17764
17765 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
17766
17767 2008-02-01 Kenichi Handa <handa@m17n.org>
17768
17769 * coding.c (decode_eol): Pay attention to buffer relocation in
17770 del_range_2.
17771 (decode_coding): Call decode_eol before restoring undo_list.
17772
17773 2008-02-01 Kenichi Handa <handa@m17n.org>
17774
17775 * charset.c (Fdefine_charset_internal): Fix setting of
17776 emacs_mule_bytes.
17777
17778 2008-02-01 Kenichi Handa <handa@m17n.org>
17779
17780 * keyboard.c (read_char): Check if C is a character or not before
17781 looking up Vkeyboard_translate_table.
17782
17783 2008-02-01 Kenichi Handa <handa@m17n.org>
17784
17785 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
17786 condition to terminate the loop.
17787
17788 2008-02-01 Kenichi Handa <handa@m17n.org>
17789
17790 * coding.c (produce_composition): Compare charbuf[i] instead of
17791 args[i] against 0.
17792 (Fterminal_coding_system): Use EQ to compare Lisp objects.
17793
17794 2008-02-01 Kenichi Handa <handa@m17n.org>
17795
17796 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
17797 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
17798 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
17799 detect_coding.
17800 (emacs_mule_char): Handle old style (Emacs 20) component character
17801 of a composition.
17802 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
17803 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
17804 composition rule.
17805 (decode_coding_emacs_mule): Handle invalid bytes correctly.
17806
17807 2008-02-01 Kenichi Handa <handa@m17n.org>
17808
17809 * coding.c (encode_coding_ccl): Allocate destination dynamically
17810 when necessary.
17811
17812 2008-02-01 Kenichi Handa <handa@m17n.org>
17813
17814 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
17815 the loop. When quitted, show a proper error message.
17816
17817 2008-02-01 Kenichi Handa <handa@m17n.org>
17818
17819 * xterm.c (x_set_glyph_string_clipping_exactly): Set
17820 src->clip_head and src->clip_tail temporarily instead of src->hl.
17821
17822 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
17823 character sequence.
17824 (Fccl_execute_on_string): Use ASET, not XSET.
17825
17826 2008-02-01 Kenichi Handa <handa@m17n.org>
17827
17828 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
17829
17830 2008-02-01 Kenichi Handa <handa@m17n.org>
17831
17832 * coding.c (decode_coding): Fix the condition of terminating the
17833 decoding loop.
17834
17835 2008-02-01 Kenichi Handa <handa@m17n.org>
17836
17837 * data.c (Faset): On setting a character bigger than 255 in a
17838 unibyte string, signal an error instead of make the string multibyte.
17839
17840 2008-02-01 Kenichi Handa <handa@m17n.org>
17841
17842 * charset.c (map_charset_chars): Fix for ascii-compatible charset
17843 made by a mapping table.
17844
17845 2008-02-01 Kenichi Handa <handa@m17n.org>
17846
17847 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
17848 not.
17849 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
17850 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
17851
17852 * xterm.c (x_draw_composite_glyph_string_foreground): Check
17853 s->face is NULL or not.
17854
17855 2008-02-01 Kenichi Handa <handa@m17n.org>
17856
17857 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
17858 (x_draw_glyph_string): Fix drawing of right_overhang and
17859 left_overhang around/on cursor.
17860
17861 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
17862
17863 2008-02-01 Kenichi Handa <handa@m17n.org>
17864
17865 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
17866
17867 2008-02-01 Kenichi Handa <handa@m17n.org>
17868
17869 * coding.c (Fdefine_coding_system_internal)
17870 (Fdefine_coding_system_alias): Avoid a duplicated element in
17871 Vcoding_system_alist.
17872
17873 2008-02-01 Kenichi Handa <handa@m17n.org>
17874
17875 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
17876
17877 * coding.c (Qcoding_system_define_form): New variable.
17878 (syms_of_coding): Intern and staticpro it.
17879 (Fcoding_system_p): Check Qcoding_system_define_form.
17880 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
17881
17882 * coding.h (CODING_SYSTEM_P): If ID is not available, call
17883 Fcoding_system_p.
17884 (CHECK_CODING_SYSTEM): If ID is not available, call
17885 Fcheck_coding_system.
17886 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
17887 Try also Fcheck_coding_system.
17888
17889 2008-02-01 Kenichi Handa <handa@m17n.org>
17890
17891 * coding.c (code_conversion_restore): GCPRO arg.
17892
17893 2008-02-01 Kenichi Handa <handa@m17n.org>
17894
17895 * character.c (lisp_string_width): Check multibyteness of STRING.
17896
17897 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17898
17899 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
17900 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
17901 (decode_mac_font_name): Use decode_coding_c_string instead of
17902 decode_coding.
17903 (x_load_font): Initialize fontp->fontset to -1. Set
17904 fontp->encoding_type.
17905
17906 2008-02-01 Kenichi Handa <handa@m17n.org>
17907
17908 * search.c (search_buffer): Give up BM search on case-fold-search
17909 if one of a target character has a case-equivalence of different
17910 byte length even if that target charcter is an ASCII.
17911 (simple_search): Fix calculation of byte length of matched text.
17912 (boyer_moore): Fix handling of case-equivalent multibyte characters.
17913
17914 2008-02-01 Kenichi Handa <handa@m17n.org>
17915
17916 * coding.c (decode_coding): Fix handling of invalid bytes.
17917
17918 2008-02-01 Kenichi Handa <handa@m17n.org>
17919
17920 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
17921 Unicode characters.
17922
17923 2008-02-01 Kenichi Handa <handa@m17n.org>
17924
17925 * coding.c (encode_coding_object): If a pre-write-conversion
17926 function makes a new buffer, kill it.
17927
17928 2008-02-01 Kenichi Handa <handa@m17n.org>
17929
17930 * coding.c (QCascii_compatible_p): New variable.
17931 (syms_of_coding): Initialize it.
17932 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
17933 calling string_char.
17934 (record_conversion_result): Add `default:' case.
17935 (coding_charset_list): Delete unused variable `coding_type'.
17936 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
17937 property in the plist of the coding system.
17938 (Fcoding_system_put): Check QCascii_compatible_p.
17939
17940 2008-02-01 Miles Bader <miles@gnu.org>
17941
17942 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
17943 removed calculation of frame `f', as it's now used.
17944
17945 2008-02-01 Kenichi Handa <handa@m17n.org>
17946
17947 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
17948 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
17949 (UNIDATA): New variable.
17950 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
17951 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
17952 $(RUN_TEMACS) unconditionally.
17953
17954 2008-02-01 Kenichi Handa <handa@m17n.org>
17955
17956 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
17957 (admindir): New variable.
17958 ($(lispsource)international/charprop.el): New target.
17959
17960 2008-02-01 Miles Bader <miles@gnu.org>
17961
17962 * character.c (chars-in-region): Remove obsolete function.
17963 (syms_of_character): Remove its initialization.
17964
17965 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
17966
17967 * w32select.c (validate_coding_system)
17968 (setup_windows_coding_system): New functions.
17969 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
17970 setup_windows_coding_system.
17971 (setup_config, Fw32_get_clipboard_data): Use
17972 validate_coding_system.
17973 (Fx_selection_exists): Move call to setup_config to a place
17974 where signals are allowed.
17975
17976 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
17977 (Fcheck_coding_system): Add declarations.
17978
17979 2008-02-01 Kenichi Handa <handa@m17n.org>
17980
17981 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
17982
17983 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17984
17985 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
17986 string as the second argument for x_new_fontset.
17987
17988 2008-02-01 Kenichi Handa <handa@m17n.org>
17989
17990 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
17991 (encode_coding_object): Use safe_call instead of call2.
17992
17993 2008-02-01 Kenichi Handa <handa@m17n.org>
17994
17995 * fontset.c (Fset_fontset_font): Check family element of a given vector.
17996
17997 * Makefile.in (lisp): Include charprop.el.
17998
17999 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18000
18001 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
18002 Not sure if it's unnecessary.
18003
18004 2008-02-01 Steven Tamm <steventamm@mac.com>
18005
18006 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
18007 some possibly unnecessary fontset checking code that crashed
18008 when creating a new frame.
18009
18010 2008-02-01 Kenichi Handa <handa@m17n.org>
18011
18012 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
18013 lookup_face.
18014
18015 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
18016
18017 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
18018
18019 2008-02-01 Kenichi Handa <handa@m17n.org>
18020
18021 * coding.c: Cancel the change done in HEAD on 2008-02-01.
18022 (coding_charset_list): New function.
18023
18024 * coding.h (coding_charset_list): Extern it.
18025
18026 2008-02-01 Kenichi Handa <handa@m17n.org>
18027
18028 * fontset.c (Fset_fontset_font): Call find_font_encoding with
18029 concatenation of family and registry.
18030
18031 2008-02-01 Kenichi Handa <handa@m17n.org>
18032
18033 * character.h (BYTE8_STRING): Fix typo.
18034
18035 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
18036 string to multibyte (sync to HEAD).
18037
18038 * casefiddle.c (casify_region): Handle changes in byte-length
18039 using replace_range_2 (sync to HEAD).
18040
18041 2008-02-01 Andreas Schwab <schwab@suse.de>
18042
18043 * chartab.c (map_char_table): GCPRO table and arg.
18044
18045 2008-02-01 Kenichi Handa <handa@m17n.org>
18046
18047 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
18048 already at limit.
18049
18050 2008-02-01 Kenichi Handa <handa@m17n.org>
18051
18052 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
18053 instead of fast_c_string_match_ignore_case.
18054 (find_font_encoding): Change argument to Lisp_Object. Use
18055 fast_string_match_ignore_case instead of
18056 fast_c_string_match_ignore_case. Change caller.
18057
18058 2008-02-01 Kenichi Handa <handa@m17n.org>
18059
18060 * xdisp.c (get_next_display_element): In unibyte case, decide to
18061 display in octal form by checking a character by
18062 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
18063
18064 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
18065
18066 * character.c (unibyte_has_multibyte_table): New variable.
18067
18068 * character.h (unibyte_has_multibyte_table): Extern it.
18069 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
18070
18071 2008-02-01 Kenichi Handa <handa@m17n.org>
18072
18073 * coding.c (encode_coding_iso_2022): Fix handling of charset
18074 annotation.
18075
18076 2008-02-01 Kenichi Handa <handa@m17n.org>
18077
18078 * coding.c (setup_coding_system): If coding_system is nil, use
18079 Qundecided.
18080 (Fterminal_coding_system): Return nil if terminal coding system is
18081 `undecided'.
18082 (syms_of_coding): Define coding-system `undecided' here. Setup
18083 terminal_coding as `undecided'.
18084
18085 2008-02-01 Kenichi Handa <handa@m17n.org>
18086
18087 * xdisp.c (message_dolog, set_message_1): Call
18088 unibyte_char_to_multibyte with arg type int.
18089
18090 * lread.c (read1): Fix reading of a char-table.
18091
18092 * print.c (print_object): Include sub char-table in circularities
18093 detection.
18094
18095 2008-02-01 Kenichi Handa <handa@m17n.org>
18096
18097 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
18098 Append the found sequences in car of ARGS instead of prepending.
18099
18100 2008-02-01 Kenichi Handa <handa@m17n.org>
18101
18102 * fileio.c (report_file_error): Make a unibyte string from
18103 strerror (errorno).
18104 (Fsubstitute_in_file_name): Fix the arg to
18105 unibyte_char_to_multibyte. It is evaluated twice.
18106
18107 2008-02-01 Kenichi Handa <handa@m17n.org>
18108
18109 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
18110
18111 2008-02-01 Kenichi Handa <handa@m17n.org>
18112
18113 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
18114 BOM is not found.
18115 (detect_coding, detect_coding_system): Optimization for ISO-2022
18116 when no 8-bit data is found.
18117
18118 2008-02-01 Jason Rumney <jasonr@gnu.org>
18119
18120 * w32fns.c (x_to_w32_font): Update to use new coding struct.
18121
18122 2008-02-01 Kenichi Handa <handa@m17n.org>
18123
18124 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
18125 CHARS.
18126
18127 2008-02-01 Steven Tamm <steventamm@mac.com>
18128
18129 * macterm.c (mac_encode_char): Add charset argument and update
18130 to use encoding_type.
18131 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
18132 switch to pure fontset.
18133 (decode_mac_font_name): Temporarily remove decoding.
18134 (x_font_name_to_mac_font_name): Temporarily remove encoding.
18135 (x_load_font): Temporarily remove encoding.
18136
18137 2008-02-01 Kenichi Handa <handa@m17n.org>
18138
18139 * xfaces.c (Fface_font): If frame is not on a window system,
18140 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
18141 refer to face->font.
18142 (split_font_name_into_vector, build_font_name_from_vector)
18143 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
18144 when HAVE_WINDOW_SYSTEM is defined.
18145
18146 2008-02-01 Kenichi Handa <handa@m17n.org>
18147
18148 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
18149 (x_produce_glyphs): Fix setting of members of cmp in case
18150 cmp->glyph_len is zero.
18151
18152 * fontset.c (Fset_fontset_font): Fix docstring.
18153 (Ffontset_info): Make it backward compatible. New arg ALL.
18154
18155 2008-02-01 Kim F. Storm <storm@cua.dk>
18156
18157 * process.c (read_process_output): Grow decoding_buf when needed;
18158 this could cause a crash in allocate_string and compact_small_strings.
18159
18160 2008-02-01 Kenichi Handa <handa@m17n.org>
18161
18162 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
18163
18164 2008-02-01 Kenichi Handa <handa@m17n.org>
18165
18166 * coding.c (setup_coding_system): Set coding->common_flags
18167 correctly for raw-text.
18168 (consume_chars): On encoding unibyte text by raw-text, don't check
18169 multibyte form.
18170 (encode_coding): On encoding by raw-text, never use translation tables.
18171
18172 * fileio.c (e_write): Short cut for the case of no encoding.
18173
18174 2008-02-01 Kenichi Handa <handa@m17n.org>
18175
18176 * coding.c (detect_coding, detect_coding_system): Delete unused
18177 variables.
18178
18179 2008-02-01 Kenichi Handa <handa@m17n.org>
18180
18181 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
18182 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
18183
18184 2008-02-01 Kenichi Handa <handa@m17n.org>
18185
18186 * coding.c (Ffind_coding_systems_region_internal): Include
18187 raw-text and no-conversion in the result.
18188
18189 2008-02-01 Kenichi Handa <handa@m17n.org>
18190
18191 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
18192 (load_font_get_repertory): Delete unnecessary check of ENCODING of
18193 FONT_DEF.
18194 (font_def_arg, add_arg, from_arg, to_arg): New args.
18195 (set_fontset_font): Change argument.
18196 (Fset_fontset_font): Fix for the case that TARGET is a script
18197 name and charset name.
18198 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
18199
18200 2008-02-01 Kenichi Handa <handa@m17n.org>
18201
18202 * fontset.c (fontset_font): Rename from fontset_face. Change return
18203 value.
18204 (face_suitable_for_char_p, face_for_char): Adjust for the change
18205 of fontset_font.
18206 (make_fontset_for_ascii_face): Fix setting of the fontset element
18207 for ASCII.
18208 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
18209 to get a font name.
18210 (Ffontset_info): Adjust for the change of fontset_font.
18211
18212 * coding.c (emacs_mule_char): Check invalid code more rigidly.
18213
18214 * character.h (LEADING_CODE_LATIN_1_MIN)
18215 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
18216
18217 2008-02-01 Kenichi Handa <handa@m17n.org>
18218
18219 * editfns.c (check_translation): New function.
18220 (Ftranslate_region_internal): Handle M:N mapping.
18221
18222 2008-02-01 Kenichi Handa <handa@m17n.org>
18223
18224 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
18225
18226 2008-02-01 Kenichi Handa <handa@m17n.org>
18227
18228 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
18229 goto invalid_code.
18230 (decode_coding_iso_2022): Fix handling of invalid designation.
18231
18232 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
18233 after calling code_conversion_save.
18234
18235 2008-02-01 Kenichi Handa <handa@m17n.org>
18236
18237 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
18238
18239 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
18240
18241 * fontset.c: Include "intervals.h".
18242 (fontset_face): Fix comparing of Lisp_Objects.
18243 (free_face_fontset, new_fontset_from_font_name): Fix
18244 Lisp_Object/int mixup.
18245
18246 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
18247
18248 * coding.c: Add many prototypes for static functions.
18249 (get_translation_table): Allow max_lookup to be NULL.
18250 (decode_coding, Ffind_coding_systems_region_internal)
18251 (Funencodable_char_position, Fcheck_coding_systems_region): Call
18252 get_translation_table with max_lookup NULL.
18253
18254 2008-02-01 Kenichi Handa <handa@m17n.org>
18255
18256 * coding.c (get_translation_table): Declare it as Lisp_Object.
18257 (LOOKUP_TRANSLATION_TABLE): New macro.
18258 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
18259 instead of CHAR_TABLE_REF.
18260
18261 2008-02-01 Kenichi Handa <handa@m17n.org>
18262
18263 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
18264 annotation data format.
18265 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
18266 Change arguments FROM and TO to single argument NCHARS. Change caller.
18267 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
18268 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18269 (decode_coding_ccl, decode_coding_charset): Pay attention to
18270 coding->charbuf_used.
18271 (get_translation): New function.
18272 (produce_chars): New arguments translation_table and last_block.
18273 Translate characters here. Return number of carryover chars.
18274 Change caller.
18275 (produce_composition): New argument pos. Change caller.
18276 Adjust for the change of annotation data format.
18277 (produce_charset, produce_annotation): Likewise.
18278 (decode_coding, encode_coding): Don't call translate_chars.
18279 (consume_chars): New arg translation_table. Change caller.
18280 (translate_chars): Delete.
18281 (syms_of_coding): Make translation-table's number of extra slots 2.
18282
18283 2008-02-01 Kenichi Handa <handa@m17n.org>
18284
18285 * search.c (simple_search): Fix setting this_pos_byte in backward
18286 search.
18287
18288 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
18289 byte sequence.
18290 (detect_coding_ccl): Fix setting of the variable valids.
18291
18292 2008-02-01 Kenichi Handa <handa@m17n.org>
18293
18294 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
18295
18296 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
18297
18298 * editfns.c (Ftranslate_region_internal): Rename from
18299 Ftranslate_region. Accept a char-table in TABLE.
18300 (syms_of_editfns): Defsubr Stranslate_region_internal.
18301
18302 * xfaces.c (set_lface_from_font_name): If a font is specified for
18303 a frame, generate a fontset from the font.
18304 (build_scalable_font_name): If the scalable font is requested for
18305 a specific size, don't change that size.
18306 (try_font_list): Try a scalable font also in the case that a
18307 pattern string is specified.
18308
18309 2008-02-01 Kenichi Handa <handa@m17n.org>
18310
18311 * xfaces.c (Fface_font): New optional arg CHARACTER.
18312
18313 2008-02-01 Kenichi Handa <handa@m17n.org>
18314
18315 * charset.h (CHARSET_OFFSET): New macro.
18316
18317 2008-02-01 Kenichi Handa <handa@m17n.org>
18318
18319 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
18320
18321 * fontset.c (fontset_face): Handle the case that repertory is a
18322 char-table.
18323 (find_font_encoding): Return nil for unknown encoding.
18324 (Fset_fontset_font): Ignore a font of unknown encoding.
18325
18326 2008-02-01 Kenichi Handa <handa@m17n.org>
18327
18328 * keymap.c (describe_vector): Handle default value of a char table.
18329
18330 * fontset.c (fontset_face): Handle fallback fonts correctly.
18331 (Ffontset_info): Return infomation about fallback fonts.
18332
18333 2008-02-01 Kenichi Handa <handa@m17n.org>
18334
18335 * fontset.c (FONTSET_DEFAULT): New macro.
18336 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
18337 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
18338 the case that it is nil.
18339 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
18340 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
18341
18342 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
18343 subset or superset.
18344
18345 2008-02-01 Kenichi Handa <handa@m17n.org>
18346
18347 * emacs.c (main): Call init_charset after syms_of_XXX.
18348
18349 * charset.c (Vcharset_map_directory): Delete.
18350 (Vcharset_map_path): New variable.
18351 (load_charset_map_from_file): Use Vcharset_map_path instead.
18352 (init_charset): Initialize Vcharset_map_path.
18353 (syms_of_charset): Delete declaration of "charset-map-directory",
18354 add declaration of "charset-map-path".
18355
18356 2008-02-01 Kenichi Handa <handa@m17n.org>
18357
18358 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
18359 ASCII only string.
18360
18361 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
18362
18363 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
18364 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
18365
18366 2008-02-01 Kenichi Handa <handa@m17n.org>
18367
18368 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
18369
18370 * coding.c (QCmnemonic, QCdefalut_char)
18371 (QCdecode_translation_table, QCencode_translation_table)
18372 (QCpost_read_conversion, QCpre_write_conversion): New variables.
18373 (get_translation_table): Return a list of translation tables if
18374 necessary.
18375 (decode_coding): Call get_translation_table with ENCODEP 0.
18376 (char_encodable_p): If translation_table is non-nil, always call
18377 translate_char.
18378 (Fdefine_coding_system_internal): Accept list of translation
18379 tables as :encode-translation-table and :decode-translation-table.
18380 (Fcoding_system_put): New function.
18381 (syms_of_coding): Declare new symbols. Defsubr
18382 Scoding_system_put.
18383 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
18384 typically JISX0212.
18385
18386 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
18387 when the charset is superset type.
18388
18389 * character.c (translate_char): Accept list of translation tables.
18390
18391 2008-02-01 Kenichi Handa <handa@m17n.org>
18392
18393 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
18394 (CODING_ATTR_TRANS_TBL): New macro.
18395
18396 * coding.c (get_translation_table): New function.
18397 (translate_chars): Fix the bug of skipping annotation data.
18398 (decode_coding, encode_coding): Utilize get_translation_table.
18399 (char_encodable_p, Funencodable_char_position): Translate char if
18400 necessary.
18401 (Ffind_coding_systems_region_internal)
18402 (Fcheck_coding_systems_region): Setup translation table for encode
18403 in a coding system attribute vector in advance.
18404 (Fdefine_coding_system_internal): Allow a symbol as translation
18405 table. For shift-jis type coding system, allow 4th charset.
18406
18407 2008-02-01 Kenichi Handa <handa@m17n.org>
18408
18409 * coding.c (decode_coding_sjis): Check the first byte rigidly.
18410
18411 * xdisp.c (get_next_display_element): Pass -1 as POS to
18412 FACE_FOR_CHAR if displaying a C-string.
18413
18414 2008-02-01 Kenichi Handa <handa@m17n.org>
18415
18416 * composite.c (get_composition_id): Handle xoff and yoff in a
18417 composition rule.
18418
18419 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
18420 (struct composition): New member lbearing and rbearing.
18421
18422 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
18423 (x_get_glyph_overhangs): Handle a composition glyph.
18424 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
18425
18426 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
18427 composition glyph.
18428
18429 2008-02-01 Kenichi Handa <handa@m17n.org>
18430
18431 * print.c: Include charset.h.
18432 (Vprint_charset_text_property): New variable.
18433 (Qdefault): Extern it.
18434 (PRINT_STRING_NON_CHARSET_FOUND)
18435 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
18436 (print_check_string_result): New variable.
18437 (print_check_string_charset_prop): New function.
18438 (print_prune_charset_plist): New variable.
18439 (print_prune_string_charset): New function.
18440 (print_object): Call print_prune_string_charset if
18441 Vprint_charset_text_property is not t.
18442 (print_interval): Print nothing if interval->plist is nil.
18443 (syms_of_print): Declare Vprint_charset_text_property as a lisp
18444 variable. Init and staticpro print_prune_charset_plist.
18445
18446 2008-02-01 Kenichi Handa <handa@m17n.org>
18447
18448 * fontset.c (new_fontset_from_font_name): Use the specified font
18449 for all characters in the new fontset.
18450
18451 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
18452 OBJECT args.
18453
18454 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
18455 OBJECT args for composition too.
18456
18457 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
18458 OBJECT args.
18459
18460 2008-02-01 Kenichi Handa <handa@m17n.org>
18461
18462 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
18463
18464 * fontset.c (reorder_font_vector): Adjust for the change of
18465 FONT_DEF format.
18466 (fontset_face): New arg id. Change caller.
18467 (face_for_char): New args pos and object.
18468 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
18469 (fs_query_fontset): Check NAME by Fassoc too.
18470 (Fset_fontset_font): Allow non-XLFD font name.
18471 (Ffontset_info): Adjust for the change of FONT_DEF format.
18472
18473 * fontset.h (face_for_char): Adjust prototype.
18474
18475 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
18476 (append_space, extend_face_to_end_of_line)
18477 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
18478 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
18479
18480 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
18481 POS and OBJECT args.
18482
18483 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
18484 POS and OBJECT args.
18485
18486 2008-02-01 Jason Rumney <jasonr@gnu.org>
18487
18488 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
18489 of GlobalAlloc'ed memory.
18490
18491 2008-02-01 Kenichi Handa <handa@m17n.org>
18492
18493 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
18494
18495 * charset.h (charset_table_used): Delete extern.
18496
18497 * charset.c (charset_table_used): Make it static.
18498 (map_charset_chars): Fix args to c_function with.
18499
18500 * chartab.c (map_sub_char_table_for_charset): Fix args to
18501 c_function with.
18502
18503 * coding.h (enum coding_result_code): Delete
18504 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
18505
18506 * coding.c (Qinsufficient_source, Qinconsistent_eol)
18507 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
18508 (Vlast_code_conversion_error): New variables.
18509 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
18510 (ONE_MORE_BYTE): Record error if any instead of signaling an
18511 error. If non-ASCII multibyte char is found, return the negative
18512 value of the code. All callers changed to check it.
18513 (ONE_MORE_BYTE_NO_CHECK): Likewise.
18514 (record_conversion_result): New function. Change all codes setting
18515 coding->result to call this function.
18516 (detect_coding_utf_8, decode_coding_utf_8)
18517 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
18518 Don't use the local variable incomplete.
18519 (emacs_mule_char): Change the second arg to `const'.
18520 (decode_coding): Fix of flushing out unprocessed data.
18521 (make_conversion_work_buffer): Fix making of a work buffer.
18522 (decode_coding_object): Return coding->dst_object.
18523
18524 * fontset.c (set_fontset_font): Fix args.
18525
18526 * lisp.h (CHARACTERBITS): Define as 22.
18527
18528 * process.c (send_process): Be sure to set coding->src_multibyte.
18529
18530 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
18531
18532 2008-02-01 Kenichi Handa <handa@m17n.org>
18533
18534 * xdisp.c (handle_auto_composed_prop): Give limit to
18535 Fnext_single_char_property_change.
18536
18537 2008-02-01 Kenichi Handa <handa@m17n.org>
18538
18539 * composite.c (syms_of_composite): Don't make the composition hash
18540 table weak.
18541
18542 * fontset.c (Fset_fontset_font): Fix docstring.
18543
18544 * lisp.h (detect_coding_system): Adjust prototype.
18545
18546 * fileio.c (kill_workbuf_unwind): Delete this function.
18547 (Finsert_file_contents): Adjust the call of detect_coding_system.
18548 Get conversion_buffer by code_conversion_save. Use the macro
18549 CODING_MAY_REQUIRE_DECODING. After decoding, update
18550 coding_system.
18551
18552 * coding.h (make_conversion_work_buffer): Delete extern.
18553 (code_conversion_save): Extern it.
18554
18555 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
18556 (CODING_GET_INFO): Delete argument eol_type. Change callers.
18557 (decode_coding_utf_8): Don't do eol converion.
18558 (detect_coding_utf_16): Check coding->src_chars, not
18559 coding->src_bytes. Add heuristics for those that have no signature.
18560 (decode_coding_emacs_mule, decode_coding_iso_2022)
18561 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
18562 Don't do eol converion.
18563 (adjust_coding_eol_type): Return a new coding system.
18564 (detect_coding): Don't detect eol. Fix for utf-16 detection.
18565 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
18566 each change.
18567 (decode_coding): Pay attention to undo_list. Do eol conversion for
18568 all types of coding-systems (if necessary).
18569 (Vcode_conversion_work_buf_list): Delete it.
18570 (Vcode_conversion_reused_workbuf): Rename from
18571 Vcode_conversion_reused_work_buf.
18572 (Vcode_conversion_workbuf_name): New variable.
18573 (reused_workbuf_in_use): New variable.
18574 (make_conversion_work_buffer): Delete the arg DEPTH.
18575 (code_conversion_restore): Change argument to cons.
18576 (code_conversion_save): Delete the argument BUFFER. Change callers.
18577 (detect_coding_system): New argument src_chars. Change callers.
18578 Fix for utf-16 detection.
18579 (init_coding_once): Don't use ISO_carriage_return.
18580 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
18581 reused_workbuf_in_use.
18582
18583 2008-02-01 Kenichi Handa <handa@m17n.org>
18584
18585 * keymap.c (store_in_keymap): Pay attention to the case that idx
18586 is a cons specifying a character range.
18587
18588 2008-02-01 Kenichi Handa <handa@m17n.org>
18589
18590 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
18591 HANDLED_RECOMPUTE_PROPS.
18592
18593 * coding.c (Fdefine_coding_system_internal): Fix checking of
18594 ascii compatibility.
18595
18596 2008-02-01 Kenichi Handa <handa@m17n.org>
18597
18598 * charset.c (find_charsets_in_text): Delete unused locale variable.
18599 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
18600
18601 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
18602 Resync charset_list to Vemacs_mule_charset_list.
18603
18604 * keymap.c (store_in_keymap): Pay attention to the case that idx
18605 is a cons specifying a character range.
18606
18607 2008-02-01 Kenichi Handa <handa@m17n.org>
18608
18609 * composite.c (update_compositions): Bind inhibit-read-only, etc
18610 to t before calling remove-list-of-text-properties.
18611
18612 * print.c (print_object): Always print ASCII chars as is.
18613
18614 2008-02-01 Kenichi Handa <handa@m17n.org>
18615
18616 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
18617
18618 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
18619 is a char table.
18620
18621 2008-02-01 Kenichi Handa <handa@m17n.org>
18622
18623 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
18624
18625 2008-02-01 Kenichi Handa <handa@m17n.org>
18626
18627 * xfaces.c (set_lface_from_font_name): Fix for the case that
18628 FONTNAME is not fontset name.
18629
18630 2008-02-01 Kenichi Handa <handa@m17n.org>
18631
18632 * fns.c (base64_encode_1): Fix previous change.
18633
18634 2008-02-01 Kenichi Handa <handa@m17n.org>
18635
18636 * fontset.c (set_fontset_font): New function.
18637 (Fset_fontset_font): If a font is specified for a charset, use
18638 map_charset_chars to store the font spec in a fontset.
18639
18640 2008-02-01 Kenichi Handa <handa@m17n.org>
18641
18642 * fontset.c (fontset_face): Create a fallback fontset on demand.
18643 (make_fontset): Don't create a fallback fontset here.
18644 (free_face_fontset): Free a fallback fontset (if any) too.
18645 (n_auto_fontsets): Delete this variable.
18646 (auto_fontset_alist): New variable.
18647 (new_fontset_from_font_name): Check auto_fontset_alist.
18648 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
18649 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
18650 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
18651 Defsubr Sfontset_list_all.
18652
18653 2008-02-01 Kenichi Handa <handa@m17n.org>
18654
18655 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
18656
18657 2008-02-01 Kenichi Handa <handa@m17n.org>
18658
18659 * fontset.c (Fnew_fontset): Check NAME more rigidly.
18660
18661 2008-02-01 Kenichi Handa <handa@m17n.org>
18662
18663 * editfns.c (Fgoto_char): Fix docstring.
18664
18665 2008-02-01 Kenichi Handa <handa@m17n.org>
18666
18667 * insdel.c (insert_from_gap): Adjust intervals correctly.
18668
18669 2008-02-01 Jason Rumney <jasonr@gnu.org>
18670
18671 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
18672 (pfnGetFontUnicodeRanges): New dynamically loaded function.
18673 (w32_initialize): Try to load it.
18674 (x_get_font_repertory): Use it if available.
18675 (w32_encode_char): Add shortcut for unicode output.
18676
18677 * w32fns.c (w32_load_system_font): Default charset to -1.
18678 (x_to_w32_charset): Match all fonts for unicode.
18679 (w32_to_x_charset): New parameter matching. Don't return partial
18680 or wildcard charsets.
18681 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
18682 (w32_codepage_for_font): Return CP_UNICODE for unicode.
18683 (w32_to_x_font): Match charset to real charset.
18684 (enum_font_cb2): Always list unicode versions.
18685
18686 * makefile.w32-in (temacs): Increase EMHEAP.
18687
18688 2008-02-01 Jason Rumney <jasonr@gnu.org>
18689
18690 * w32term.c (w32_encode_char): New charset parameter.
18691 font_info.encoding becomes encoding_type.
18692 (x_get_font_repertory): New function. Warning: stub only!
18693 (x_new_font): Return quickly if font already set.
18694 (x_new_fontset): fontsetname parameter is Lisp_Object.
18695 Use new fs_query_fontset. Try new_fontset_from_font_name.
18696 Use fontset_name for return value.
18697
18698 * w32term.h: Declare x_get_font_repertory.
18699
18700 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
18701 place of find_charset_in_text. Use encode_coding_object in place
18702 of encode_coding.
18703 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
18704 decode_coding.
18705
18706 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
18707 of x_new_fontset.
18708 (w32_load_system_font): Initialize charset as unicode.
18709 font_info.encoding becomes encoding_type.
18710 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
18711 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
18712 (syms_of_w32fns): Set get_font_repertory_func.
18713
18714 * w32console.c: Include character.h. Use terminal_encode_buffer
18715 from term.c.
18716 (write_glyphs): Use new version of encode_terminal_code. Use
18717 encode_coding_object in place of encode_coding.
18718
18719 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
18720 encoding becomes encoding_type.
18721
18722 * term.c (terminal_encode_buffer): Make externally visible.
18723
18724 * makefile.w32-in: Add character.h dependancies.
18725 (character.o, chartab.o): New targets.
18726
18727 2008-02-01 Kenichi Handa <handa@m17n.org>
18728
18729 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
18730 CODING_ID_EOL_TYPE.
18731
18732 2008-02-01 Andreas Schwab <schwab@suse.de>
18733
18734 * coding.c (produce_chars): Revert last change.
18735
18736 2008-02-01 Kenichi Handa <handa@m17n.org>
18737
18738 * charset.h (charset_unicode): Extern it.
18739
18740 * charset.c (string_xstring_p): Check by (C >= 0x100).
18741 (find_charsets_in_text): Change format of the arc CHARSETS. New
18742 arg MULTIBYTE.
18743 (Ffind_charset_region, Ffind_charset_string): Adjust for the
18744 change of find_charsets_in_text.
18745 (Fsplit_char): Fix doc. Never return unknown.
18746
18747 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
18748
18749 * coding.c (Fdefine_coding_system_alias): Update
18750 Vcoding_system_list.
18751
18752 * fontset.c (load_font_get_repertory): Pay attention to the case
18753 that ENCODING of a font is specified by a char-table.
18754
18755 * xterm.c (x_get_font_repertory): Handle the case that the
18756 encoding of font is other than Unicode.
18757
18758 2008-02-01 Kenichi Handa <handa@m17n.org>
18759
18760 * term.c (encode_terminal_code): Don't handle glyph-table. Check
18761 if a character is encodable by the terminal coding system. If
18762 not, produces proper number of `?'s. Update
18763 terminal_encode_buffer and terminal_encode_buf_size if necessary.
18764 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
18765
18766 2008-02-01 Kenichi Handa <handa@m17n.org>
18767
18768 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
18769 variables.
18770 (encode_terminal_code): Change argument. Encode multiple
18771 characters at once. Store the result of encoding in
18772 terminal_encode_buffer.
18773 (write_glyphs, insert_glyphs): Adjust for the change of
18774 encode_terminal_code.
18775 (term_init): Initialize terminal_encode_buffer and
18776 terminal_encode_buf_size.
18777
18778 * coding.c (consume_chars): If coding->src_object is nil, don't
18779 check annotation.
18780
18781 2008-02-01 Kenichi Handa <handa@m17n.org>
18782
18783 * character.c (char_string): Use ASCII_CHAR_P instead of
18784 SINGLE_BYTE_CHAR_P.
18785
18786 2008-02-01 Kenichi Handa <handa@m17n.org>
18787
18788 * xdisp.c (handle_auto_composed_prop): Check if the last
18789 characters of auto-composed region is newly composed with the
18790 following characters.
18791 (handle_composition_prop): Fix checking of point being inside
18792 composition.
18793
18794 2008-02-01 Kenichi Handa <handa@m17n.org>
18795
18796 * fns.c (concat): Don't change multibyteness of the result by
18797 concatenating an 8-bit character.
18798
18799 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
18800 multibyteness of the result when newelt is an 8-bit character.
18801
18802 2008-02-01 Dave Love <fx@gnu.org>
18803
18804 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
18805 EMACS_INT.
18806
18807 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
18808
18809 * xfaces.c (face_numeric_value): Declare dim size_t.
18810 (Finternal_lisp_face_equal_p): Remove unused f.
18811
18812 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
18813 (MATRIX_ROW): Remove unused vars.
18814 (draw_glyphs, x_insert_glyphs, fast_find_position)
18815 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
18816 byte/char counts.
18817
18818 * regex.c (regex_compile): Remove unused var.
18819
18820 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
18821
18822 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
18823 (Faccessible_keymaps, where_is_internal): Remove unused vars.
18824
18825 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
18826
18827 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
18828
18829 * fileio.c (Fwrite_region): Remove unused var.
18830
18831 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
18832 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
18833
18834 * composite.c (Fremove_list_of_text_properties): Declare.
18835
18836 * coding.c (inhibit_pre_post_conversion): Remove (unused).
18837 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
18838 (coding_inherit_eol_type): Remove unused attrs.
18839 (detect_coding): Cast arg of detect_eol.
18840
18841 * charset.c (syms_of_charset): Remove unused var p.
18842 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
18843 byte/char counts.
18844
18845 * casetab.c (set_case_table): Remove unused var.
18846
18847 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
18848 unused vars.
18849
18850 2008-02-01 Dave Love <fx@gnu.org>
18851
18852 * xterm.c (x_bitmap_mask): Declare.
18853
18854 2008-02-01 Dave Love <fx@gnu.org>
18855
18856 * xterm.c (x_term_init): Fix type error.
18857
18858 * lisp.h: Add Funibyte_char_to_multibyte.
18859
18860 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
18861 (Fset_coding_system_priority): Doc fix.
18862
18863 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
18864
18865 * indent.c (check_composition): Make start and end EMACS_INT.
18866
18867 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
18868
18869 * xdisp.c (handle_composition_prop, check_point_in_composition):
18870 Make buffer positions EMACS_INT.
18871
18872 * composite.c (find_composition, run_composition_function)
18873 (update_compositions, Ffind_composition_internal): Make buffer
18874 positions EMACS_INT.
18875
18876 * composite.h (find_composition, update_compositions): Make
18877 position args EMACS_INT.
18878
18879 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
18880
18881 * intervals.c (get_property_and_range):
18882 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
18883
18884 * unexalpha.c: Don't include varargs.h.
18885
18886 2008-02-01 Dave Love <fx@gnu.org>
18887
18888 * coding.h (ENCODE_UTF_8): New.
18889
18890 * Makefile.in (gtkutil.o): Depend on coding.h.
18891
18892 * coding.c (Fset_coding_system_priority): Doc fix.
18893
18894 2008-02-01 Kenichi Handa <handa@m17n.org>
18895
18896 * fileio.c (Finsert_file_contents): Call setup_coding_system in
18897 the case of auto saving.
18898
18899 2008-02-01 Andreas Schwab <schwab@suse.de>
18900
18901 * chartab.c (map_char_table, map_char_table_for_charset): Protect
18902 `range' from GC.
18903
18904 2008-02-01 Kenichi Handa <handa@m17n.org>
18905
18906 * coding.c (decode_coding_sjis): Check bytes more rigidly.
18907
18908 2008-02-01 Kenichi Handa <handa@m17n.org>
18909
18910 * fileio.c (choose_write_coding_system): Return a decided coding system.
18911 (Fwrite_region): Set Vlast_coding_system_used to the return value
18912 of choose_write_coding_system.
18913
18914 2008-02-01 Kenichi Handa <handa@m17n.org>
18915
18916 * charset.c (Fset_charset_priority): Pay attention to duplicated
18917 arguments.
18918
18919 * coding.c (QCcategory): New variable.
18920 (syms_of_coding): Defsym it. Set all elements of
18921 Vcoding_category_table and their symbol values.
18922 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
18923 coding-category-XXX, and coding-category-list.
18924 (Fdefine_coding_system_internal): Add category in the plist.
18925
18926 2008-02-01 Kenichi Handa <handa@m17n.org>
18927
18928 * callproc.c (Fcall_process): Handle carryover correctly.
18929
18930 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
18931 (raw_text_coding_system): Check NILP (coding_system).
18932 (coding_inherit_eol_type): Check NILP (coding_system) and
18933 NILP (parent).
18934 (consume_chars): Fix for the case of raw-text.
18935
18936 * process.c (read_process_output): Handle carryover correctly.
18937
18938 2008-02-01 Dave Love <fx@gnu.org>
18939
18940 * regex.c (re_search_2): Fix last change.
18941
18942 2008-02-01 Kenichi Handa <handa@m17n.org>
18943
18944 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
18945 target_multibyte. Even in a unibyte case, return a converted
18946 multibyte char.
18947 (GET_CHAR_AFTER): New macro.
18948 (PATFETCH): Translate via multibyte char.
18949 (HANDLE_UNIBYTE_RANGE): Delete this macro.
18950 (SETUP_MULTIBYTE_RANGE): New macro.
18951 (regex_compile): Setup compiled code so that its multibyteness
18952 matches that of a target. Fix the handling of "[X-YZ]" using
18953 SETUP_MULTIBYTE_RANGE.
18954 (analyse_first) <charset>: For filling fastmap for all multibyte
18955 characters, don't check by BASE_LEADING_CODE_P.
18956 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
18957 the same as RE_MULTIBYTE_P (bufp) now.
18958 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
18959 (TARGET_CHAR_AND_LENGTH): Delete this macro.
18960 (TRANSLATE_VIA_MULTIBYTE): New macro.
18961 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
18962 It is the same as RE_MULTIBYTE_P (bufp) now.
18963 <exactn>: Translate via multibyte.
18964 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
18965 translate it.
18966 <charset, charset_not>: Fetch a character by
18967 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
18968 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
18969 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
18970 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
18971 by GET_CHAR_AFTER.
18972 (bcmp_translate): Likewise.
18973
18974 * search.c (compile_pattern): Check the member target_multibyte,
18975 not the member multibyte of buf.
18976
18977 * lread.c (read1): While reading a string, set force_singlebyte
18978 and force_multibyte correctly.
18979
18980 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
18981 up of unibyte_to_multibyte_table.
18982
18983 2008-02-01 Kenichi Handa <handa@m17n.org>
18984
18985 * coding.c (setup_coding_system): If coding has
18986 post-read-conversion or pre-write-conversion, set
18987 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
18988 respectively.
18989 (decode_coding_gap): Run post-read-conversion if any.
18990
18991 * fileio.c (Finsert_file_contents): Even if we read into a
18992 unibyte buffer, check if we must decode the result or not.
18993
18994 2008-02-01 Kenichi Handa <handa@m17n.org>
18995
18996 * coding.c (make_conversion_work_buffer): Change the work buffer
18997 name to the same one as that of Emacs 21.
18998
18999 2008-02-01 Kenichi Handa <handa@m17n.org>
19000
19001 * coding.h (make_conversion_work_buffer): Adjust prototype.
19002 (code_conversion_restore): Don't extern it.
19003
19004 * coding.c (detected_mask): Delete unused variable.
19005 (decode_coding_iso_2022): Pay attention to the byte sequence of
19006 CTEXT extended segment, and retain those bytes as is.
19007 (decode_coding_ccl): Delete unused variable `valids'.
19008 (setup_coding_system): Delete unused variable `category'.
19009 (consume_chars): Delete unused variable `category'. Make it work
19010 for non-multibyte case.
19011 (make_conversion_work_buffer): Change argument.
19012 (saved_coding): Delete unused variable.
19013 (code_conversion_restore): Don't check saved_coding->destination.
19014 (code_conversion_save): New function.
19015 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
19016 instead of record_unwind_protect.
19017 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
19018 (detect_coding_system): Delete unused variable `mask'.
19019 (Fdefine_coding_system_internal): Delete unused variable id.
19020
19021 * fileio.c (kill_workbuf_unwind): New function.
19022 (Finsert_file_contents): On replacing, call
19023 make_conversion_work_buffer with correct args, and call
19024 record_unwind_protect with the first arg kill_workbuf_unwind.
19025
19026 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
19027
19028 2008-02-01 Kenichi Handa <handa@m17n.org>
19029
19030 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
19031 (fontset_add): Fix for the case that TO is less than TO1.
19032 (Ffontset_info): Don't use fallback fontset on checking the
19033 default fontset.
19034 (dump_fontset): New function for debugging.
19035
19036 * coding.c (Fdefine_coding_system_internal): Fix for the case that
19037 coding_type is Qcharset.
19038
19039 2008-02-01 Kenichi Handa <handa@m17n.org>
19040
19041 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
19042 (map_char_table): Don't inherit the value from the parent on
19043 initializing VAL. Adjust for the above change.
19044
19045 2008-02-01 Kenichi Handa <handa@m17n.org>
19046
19047 * coding.c (Qsignature, Qendian): Delete these variables.
19048 (syms_of_coding): Don't initialize them.
19049 (CATEGORY_MASK_UTF_16_AUTO): New macro.
19050 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
19051 detect_info->found.
19052 (decode_coding_utf_16): Don't detect BOM here.
19053 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
19054 is NOT utf_16_without_bom.
19055 (setup_coding_system): For a coding system of type utf-16, check
19056 if the attribute :endian is Qbig or not (not nil or not), and set
19057 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
19058 (detect_coding): If coding type is utf-16 and BOM detection is
19059 required, detect it.
19060 (Fdefine_coding_system_internal): For a coding system of type
19061 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
19062
19063 2008-02-01 Kenichi Handa <handa@m17n.org>
19064
19065 * coding.c (coding_set_source): Fix for the case that the current
19066 buffer is different from coding->src_object.
19067 (decode_coding_object): Don't use the conversion work buffer if
19068 DST_OBJECT is a buffer.
19069
19070 2008-02-01 Dave Love <fx@gnu.org>
19071
19072 * lread.c (read_emacs_mule_char) [len==2]: Index
19073 emacs_mule_charset correctly.
19074
19075 2008-02-01 Dave Love <fx@gnu.org>
19076
19077 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
19078 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
19079 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
19080 treated specially.)
19081 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
19082 (detected_mask): Remove Big5 bits.
19083
19084 2008-02-01 Kenichi Handa <handa@m17n.org>
19085
19086 The following changes are to make the font rescaling facility
19087 compatible with Emacs 21.
19088
19089 * xfaces.c (Vface_font_rescale_alist): Rename from
19090 Vface_resizing_fonts.
19091 (struct font_name): Rename member resizing_ratio to rescale_ratio.
19092 (font_rescale_ratio): Rename from font_resizing_ratio.
19093 (split_font_name): Set font->rescale_ratio.
19094 (better_font_p): Pay attention to font->rescale_ratio.
19095 (build_scalable_font_name): Likewise. Change RESX, and RESY
19096 fields.
19097 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
19098
19099 2008-02-01 Kenichi Handa <handa@m17n.org>
19100
19101 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
19102 (Qutf_16_le): Remove these variables.
19103 (syms_of_coding): Don't DEFSYM them.
19104 (decode_coding_utf_16): Fix handling of BOM.
19105 (encode_coding_utf_16): Fix handling of BOM.
19106
19107 2008-02-01 Kenichi Handa <handa@m17n.org>
19108
19109 * fileio.c (Finsert_file_contents): On replacing, before decoding
19110 the file into the work buffer, set point of the work buffer to the end.
19111
19112 2008-02-01 Dave Love <fx@gnu.org>
19113
19114 * coding.c (Fcheck_coding_systems_region): Fix type errors.
19115
19116 2008-02-01 Dave Love <fx@gnu.org>
19117
19118 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
19119 and fix C types.
19120
19121 2008-02-01 Kenichi Handa <handa@m17n.org>
19122
19123 * xdisp.c (SKIP_GLYPHS): New macro.
19124 (set_cursor_from_row): Pay attention to string display properties.
19125
19126 * category.c (copy_category_entry): Fix for the case that RANGE
19127 is an integer.
19128
19129 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
19130
19131 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
19132
19133 2008-02-01 Kenichi Handa <handa@m17n.org>
19134
19135 * charset.c (Fcharset_id_internal): New function.
19136 (syms_of_charset): Defsubr it.
19137
19138 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
19139 with the last arg charset_list acquired from coding.
19140 (Fdefine_coding_system_internal): For ccl-based coding system, fix
19141 the attribute coding_attr_ccl_valids.
19142
19143 * coding.h (enum define_coding_ccl_arg_index): Set the first
19144 member coding_arg_ccl_decoder to coding_arg_max.
19145
19146 * ccl.h (ccl_driver): Adjust prototype.
19147
19148 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
19149 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
19150 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
19151 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
19152 last arg Qnil.
19153
19154 2008-02-01 Kenichi Handa <handa@m17n.org>
19155
19156 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
19157 call encode_char.
19158
19159 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
19160
19161 2008-02-01 Dave Love <fx@gnu.org>
19162
19163 * composite.c (syms_of_composite): Make composition_hash_table weak.
19164
19165 2008-02-01 Kenichi Handa <handa@m17n.org>
19166
19167 * dispextern.h (check_face_attributes, generate_ascii_font_name)
19168 (font_name_registry): Don't extern them.
19169 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
19170
19171 * fontset.h (Qfontset): Don't extern it.
19172 (new_fontset_from_font_name): Extern it.
19173
19174 * fontset.c: Give 8 extra slots to fontset objects.
19175 (Qfontset_info): New variable.
19176 (syms_of_fontset): Defsym it.
19177 (FONTSET_FALLBACK): New macro.
19178 (fontset_face): Try also the default fontset.
19179 (make_fontset): Realize a fallback fontset from the default fontset.
19180 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
19181 using split_font_name_into_vector and build_font_name_from_vector.
19182 (Fset_fontset_font): Access the elements of font_spec by enum
19183 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
19184 name by using split_font_name_into_vector.
19185 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
19186 generate a proper font name from the fontset name. Update
19187 Vfontset_alias_alist.
19188 (n_auto_fontsets): New variable.
19189 (new_fontset_from_font_name): New function.
19190 (Ffont_info): Store the information about fonts generated from the
19191 default fontset in the first extra slot of the returned char-table.
19192
19193 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
19194 (font_name_registry): Delete function.
19195 (split_font_name_into_vector): New function.
19196 (build_font_name_from_vector): New function.
19197 (font_list): The argument REGISTRY is now a list of registry names.
19198 (choose_face_font): If we are choosing an ASCII font, and ATTRS
19199 specifies an explicit font name, return the name as is. Make a
19200 list of registy names.
19201
19202 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
19203 of x_new_fontset.
19204 (Fx_create_frame): Don't call x_new_fontset here. Just use
19205 x_list_fonts to check the existence of fonts.
19206
19207 * xterm.h (x_new_fontset): Adjust prototype.
19208
19209 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
19210 string. Use new_fontset_from_font_name to create a fontset from a
19211 font name.
19212
19213 2008-02-01 Kenichi Handa <handa@m17n.org>
19214
19215 * syntax.c (Vfind_word_boundary_function_table): New name for
19216 Vnext_word_boundary_function_table.
19217 (find-word-boundary-function-table): New name for
19218 next-word-boundary-function-table.
19219
19220 2008-02-01 Dave Love <fx@gnu.org>
19221
19222 * Makefile.in: Fix some dependencies.
19223
19224 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
19225 set it to nil before returning.
19226
19227 * composite.c (update_compositions): Fix type error.
19228
19229 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
19230
19231 2008-02-01 Kenichi Handa <handa@m17n.org>
19232
19233 * xterm.c (x_new_font): Optimize for the case that the font is
19234 already set for the frame.
19235
19236 2008-02-01 Kenichi Handa <handa@m17n.org>
19237
19238 * chartab.c (char_table_ascii): Check if the char table contents
19239 is sub-char-table or not.
19240 (char_table_set, char_table_set_range): Fix argument to
19241 char_table_ascii.
19242
19243 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
19244 (detect_coding_utf_8, detect_coding_utf_16)
19245 (detect_coding_emacs_mule, detect_coding_iso_2022)
19246 (detect_coding_sjis, detect_coding_big5)
19247 (detect_coding_ccl, detect_coding_charset): Change argument MASK
19248 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
19249 sequence is valid in this coding system. Change callers.
19250 (MAX_ANNOTATION_LENGTH): New macro.
19251 (ADD_ANNOTATION_DATA): New macro.
19252 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
19253 ADD_ANNOTATION_DATA. Change the format of annotation data.
19254 (ADD_CHARSET_DATA): New macro.
19255 (emacs_mule_char): New argument ID. Change callers.
19256 (decode_coding_emacs_mule, decode_coding_iso_2022)
19257 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
19258 Produce charset annotation data in coding->charbuf.
19259 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
19260 to charset annotation data in coding->charbuf.
19261 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
19262 coding->common_flags if the coding system is iso-2022 based and
19263 uses designation.
19264 (produce_composition): Adjust for the new annotation data format.
19265 (produce_charset): New function.
19266 (produce_annotation): Handle charset annotation.
19267 (handle_composition_annotation, handle_charset_annotation): New
19268 functions.
19269 (consume_chars): Handle charset annotation. Utilize the above two
19270 functions.
19271 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
19272 buffer, get the deleted text as a string and set
19273 coding->src_object to that string.
19274 (detect_coding, detect_coding_system): Use the new struct
19275 coding_detection_info.
19276
19277 * coding.h (struct coding_detection_info): New structure.
19278 (struct coding_system): Adjust prototype of the member `detector'.
19279 (CODING_ANNOTATE_CHARSET_MASK): New macro.
19280
19281 2008-02-01 Kenichi Handa <handa@m17n.org>
19282
19283 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
19284
19285 2008-02-01 Dave Love <fx@gnu.org>
19286
19287 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
19288 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
19289 to new local and nullify apropos_accumulate before returning.
19290 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
19291
19292 2008-02-01 Kenichi Handa <handa@m17n.org>
19293
19294 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
19295 correctly.
19296
19297 2008-02-01 Dave Love <fx@gnu.org>
19298
19299 * fns.c (Flanginfo): Call synchronize_system_time_locale.
19300
19301 2008-02-01 Kenichi Handa <handa@m17n.org>
19302
19303 The following changes are to make character composition happen
19304 automatically on displaying.
19305
19306 * Makefile.in (lisp, shortlisp): Add composite.elc.
19307
19308 * composite.h (Qauto_composed, Vauto_composition_function)
19309 (Qauto_composition_function): Extern them.
19310
19311 * composite.c (Vcomposition_function_table)
19312 (Qcomposition_function_table): Delete variables.
19313 (Qauto_composed, Vauto_composition_function)
19314 (Qauto_composition_function): New variables.
19315 (run_composition_function): Don't call
19316 compose-chars-after-function.
19317 (update_compositions): Clear `auto-composed' text property.
19318 (compose_chars_in_text): Delete this function.
19319 (syms_of_composite): Staticpro Qauto_composed and
19320 Qauto_composition_function. Declare Vauto_composition_function as
19321 a Lisp variable.
19322
19323 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
19324
19325 * xdisp.c (it_props): Add an entry for Qauto_composed.
19326 (handle_auto_composed_prop): New function.
19327
19328 * xselect.c (selection_data_to_lisp_data): Don't call
19329 compose_chars_in_text.
19330
19331 2008-02-01 Dave Love <fx@gnu.org>
19332
19333 * keyboard.c (read_char): Modify checking around use of
19334 Vkeyboard_translate_table.
19335
19336 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
19337 and fix C types.
19338
19339 2008-02-01 Kenichi Handa <handa@m17n.org>
19340
19341 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
19342 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
19343 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
19344 the case that the last byte is '\r' correctly.
19345 (decode_coding): Flush out the unprocessed data correctly.
19346 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
19347
19348 2008-02-01 Dave Love <fx@gnu.org>
19349
19350 * xterm.c (XTread_socket): Fix changes for defined keysyms.
19351 Add XK_ISO... case.
19352 (xaw_scroll_callback): Revert last change.
19353
19354 2008-02-01 Kenichi Handa <handa@m17n.org>
19355
19356 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
19357
19358 2008-02-01 Kenichi Handa <handa@m17n.org>
19359
19360 * xfaces.c (Vface_resizing_fonts): New variable.
19361 (struct font_name): New member `resizing_ratio'.
19362 (font_resizing_ratio): New function.
19363 (split_font_name): Set font->resizing_ratio.
19364 (better_font_p): Pay attention to font->resizing_ratio.
19365 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
19366 RESX, and RESY fields.
19367 (try_alternative_families): Try scalable fonts if
19368 Vscalable_fonts_allowed is not Qt.
19369 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
19370
19371 2008-02-01 Dave Love <fx@gnu.org>
19372
19373 * xterm.c (xaw_scroll_callback): Cast correctly.
19374
19375 2008-02-01 Dave Love <fx@gnu.org>
19376
19377 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
19378 (lispy_kana_keys): Comment out.
19379 (make_lispy_event) [XK_kana_A]: Comment out.
19380
19381 * xterm.c (xaw_scroll_callback): Cast call_data.
19382 (XTread_socket): Deal with ASCII keysyms.
19383 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
19384
19385 2008-02-01 Dave Love <fx@gnu.org>
19386
19387 * xterm.c (Vx_keysym_table): New.
19388 (syms_of_xterm): Initialize it.
19389 (XTread_socket): Use it.
19390 From head: Eliminate incorrect optimization that tried to avoid
19391 decoding the output of X*LookupString.
19392 (x_get_font_repertory): Delete charset declaration.
19393
19394 2008-02-01 Kenichi Handa <handa@m17n.org>
19395
19396 * coding.c (detect_coding_charset): If only ASCII bytes are found,
19397 return 0.
19398 (Fdefine_coding_system_internal): Setup
19399 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
19400
19401 2008-02-01 Dave Love <fx@gnu.org>
19402
19403 * coding.c (Fcheck_coding_system): Doc fix.
19404
19405 * editfns.c (Finsert_byte): Return a proper value.
19406
19407 2008-02-01 Kenichi Handa <handa@m17n.org>
19408
19409 * coding.c (decode_coding): Fix args to translate_chars. Pay
19410 attention to Vstandard_translation_table_for_decode.
19411 (encode_coding): Fix args to translate_chars. Pay attention to
19412 Vstandard_translation_table_for_encode.
19413
19414 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
19415 SINGLE_BYTE_CHAR_P.
19416
19417 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
19418 not by SINGLE_BYTE_CHAR_P.
19419
19420 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
19421 SINGLE_BYTE_CHAR_P.
19422
19423 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
19424 SINGLE_BYTE_CHAR_P.
19425
19426 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
19427 by SINGLE_BYTE_CHAR_P.
19428
19429 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
19430 SINGLE_BYTE_CHAR_P.
19431
19432 2008-02-01 Dave Love <fx@gnu.org>
19433
19434 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
19435
19436 2008-02-01 Dave Love <fx@gnu.org>
19437
19438 * fns.c (Flanginfo): Fix typo.
19439
19440 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
19441
19442 2008-02-01 Kenichi Handa <handa@m17n.org>
19443
19444 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
19445 (detect_coding_emacs_mule, detect_coding_iso_2022)
19446 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
19447 incomplete byte sequence. Don't update *mask when correctly detected.
19448 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
19449 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
19450 (detect_coding, detect_coding_system): Adjust for the changes above.
19451
19452 2008-02-01 Kenichi Handa <handa@m17n.org>
19453
19454 * character.c (char_string): Rename from
19455 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
19456 (string_char): Rename from string_char.
19457
19458 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
19459 if C is greater than MAX_3_BYTE_CHAR.
19460 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
19461 string_char instead of string_char_with_unification.
19462
19463 2008-02-01 Dave Love <fx@gnu.org>
19464
19465 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
19466
19467 2008-02-01 Kenichi Handa <handa@m17n.org>
19468
19469 * keymap.c (push_key_description): Pay attention to force_multibyte.
19470
19471 * regex.c (re_search_2): Fix for the case of unibyte buffer.
19472
19473 2008-02-01 Dave Love <fx@gnu.org>
19474
19475 * charset.c (define_charset_internal): Rename `supprementary'.
19476
19477 * Makefile.in (lisp, shortlisp): Remove latin-N.
19478
19479 2008-02-01 Dave Love <fx@gnu.org>
19480
19481 * xfns.c (x_window, x_window): Use use_xim.
19482
19483 * xterm.c (use_xim): Initialize.
19484 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
19485 (x_term_init): Maybe set use_xim.
19486
19487 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
19488
19489 2008-02-01 Kenichi Handa <handa@m17n.org>
19490
19491 * search.c (search_buffer): Fix case-fold-search of multibyte
19492 characters.
19493 (boyer_moore): Rename the last argument to char_high_bits.
19494
19495 2008-02-01 Kenichi Handa <handa@m17n.org>
19496
19497 * xdisp.c (display_string): Fix for the case of zero width glyph.
19498
19499 * xfns.c (x_set_font): Change the error message of the case that
19500 x_new_fontset returns Qt.
19501
19502 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
19503 (Finternal_set_lisp_face_attribute): Use signal_error for the
19504 error of invalid fontset.
19505
19506 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
19507 fontset, return Qt.
19508
19509 2008-02-01 Dave Love <fx@gnu.org>
19510
19511 * unexelf.c (unexec): Make .got handling not SGI-specific.
19512
19513 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
19514
19515 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
19516
19517 * keyboard.c (read_key_sequence): Fix type error.
19518
19519 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
19520 type error.
19521
19522 * fontset.c (fontset_add): Return Lisp_Object.
19523
19524 2008-02-01 Dave Love <fx@gnu.org>
19525
19526 * charset.h (charset_ordered_list_tick): Declare extern.
19527
19528 2008-02-01 Kenichi Handa <handa@m17n.org>
19529
19530 The following changes (and some of 2008-02-01 changes of mine) are
19531 for handling syntax, category, and case conversion for unibyte
19532 characters by converting them to multibyte on the fly. With these
19533 changes, we don't have to setup syntax and case tables for unibyte
19534 characters in each language environment.
19535
19536 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
19537 multibyte if necessary.
19538
19539 * bytecode.c (Fbyte_code): Likewise.
19540
19541 * character.h (LEADING_CODE_LATIN_1_MIN)
19542 (LEADING_CODE_LATIN_1_MAX): New macros.
19543 (unibyte_to_multibyte_table): Extern it.
19544 (unibyte_char_to_multibyte): New macro.
19545 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
19546 (CHAR_LEADING_CODE): New macro.
19547 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
19548
19549 * character.c (unibyte_to_multibyte_table): New variable.
19550 (unibyte_char_to_multibyte): Move to character.h and define as macro.
19551 (multibyte_char_to_unibyte): If C is an eight-bit character,
19552 convert it to the corresponding byte value.
19553
19554 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
19555 not 1, signals an error. Update the elements of
19556 unibyte_to_multibyte_table.
19557 (init_charset_once): Initialize unibyte_to_multibyte_table.
19558 (syms_of_charset): Define the charset `iso-8859-1'.
19559
19560 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
19561 as is without converting it to unibyte. In a unibyte buffer,
19562 convert C to multibyte before checking the syntax.
19563
19564 * lisp.h (unibyte_char_to_multibyte): Delete extern.
19565
19566 * minibuf.c (Fminibuffer_complete_word): Use the macro
19567 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
19568
19569 * regex.h (struct re_pattern_buffer): New member target_multibyte.
19570
19571 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
19572 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
19573 that is zero, convert an eight-bit char to multibyte.
19574 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
19575 non-emacs case.
19576 (PATFETCH): Convert an eight-bit char to multibyte.
19577 (HANDLE_UNIBYTE_RANGE): New macro.
19578 (regex_compile): Setup the compiled pattern for multibyte chars
19579 even if the given regex string is unibyte. Use PATFETCH_RAW
19580 instead of PATFETCH in many places. To handle `charset'
19581 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
19582 only for ASCII chars.
19583 (analyse_first) <exactn>: Simplify because the compiled pattern
19584 is multibyte.
19585 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
19586 <charset>: Use CHAR_LEADING_CODE to get leading codes.
19587 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
19588 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
19589 multibyte always 1.
19590 (re_search_2): In emacs, set the locale variable multibyte to 1,
19591 otherwise to 0. New local variable target_multibyte. Check it
19592 to decide the multibyteness of STR1 and STR2. If
19593 target_multibyte is zero, convert unibyte chars to multibyte
19594 before translating and checking fastmap.
19595 (TARGET_CHAR_AND_LENGTH): New macro.
19596 (re_match_2_internal): In emacs, set the locale variable multibyte
19597 to 1, otherwise to 0. New local variable target_multibyte. Check
19598 it to decide the multibyteness of STR1 and STR2. Use
19599 TARGET_CHAR_AND_LENGTH to fetch a character from D.
19600 <charset, charset_not>: If multibyte is nonzero, check fastmap
19601 only for ASCII chars. Call bcmp_translate with
19602 target_multibyte, not with multibyte.
19603 <begline>: Declare the local variable C as `unsigned'.
19604 (bcmp_translate): Change the last arg name to target_multibyte.
19605
19606 * search.c (compile_pattern_1): Don't adjust the multibyteness of
19607 the regexp pattern and the matching target. Set cp->buf.multibyte
19608 to the multibyteness of the regexp pattern. Set
19609 cp->but.target_multibyte to the multibyteness of the matching target.
19610 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
19611 FETCH_STRING_CHAR_ADVANCE.
19612 (Freplace_match): Convert unibyte chars to multibyte.
19613
19614 * syntax.c (char_quoted, back_comment, scan_words)
19615 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
19616 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
19617 unibyte chars to multibyte.
19618 (skip_chars): Delete the arg syntaxp, and move the code for
19619 handling syntaxes to skip_syntaxes. Change callers.
19620 Fix the case that the multibyteness of STRING and the current
19621 buffer doesn't match.
19622 (skip_syntaxes): New function.
19623 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
19624 SINGLE_BYTE_CHAR_P.
19625
19626 2008-02-01 Kenichi Handa <handa@m17n.org>
19627
19628 * xfaces.c (QCfontset): New variable.
19629 (LFACE_FONTSET): New macro.
19630 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
19631 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
19632 (Finternal_set_lisp_face_attribute)
19633 (Finternal_get_lisp_face_attribute): Handle QCfontset.
19634 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
19635 check also LFACE_FONTSET_INDEX.
19636 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
19637 attrs[LFACE_FONT_INDEX].
19638 (syms_of_xfaces): Intern and staticpro QCfontset.
19639
19640 * dispextern.h (enum lface_attribute_index): New member
19641 LFACE_FONTSET_INDEX.
19642
19643 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
19644
19645 2008-02-01 Kenichi Handa <handa@m17n.org>
19646
19647 * coding.c (coding_set_destination): Fix coding->destination for
19648 the case converting a region.
19649 (encode_coding_utf_8): Encode eight-bit chars as single byte.
19650 (encode_coding_object): Fix coding->dst_pos and
19651 coding->dst_pos_byte for the case converting a region.
19652
19653 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
19654
19655 * character.h (BYTE8_STRING): New macro.
19656
19657 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
19658
19659 2008-02-01 Kenichi Handa <handa@m17n.org>
19660
19661 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
19662 characters by octal form.
19663
19664 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
19665
19666 * buffer.h (_fetch_multibyte_char_len): Delete extern.
19667 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
19668 _fetch_multibyte_char_len.
19669 (FETCH_CHAR_AS_MULTIBYTE): New macro.
19670
19671 * casetab.c (set_canon, set_identity, shuffle): Simplify.
19672
19673 * casefiddle.c (casify_object): Simplify. Handle the case that
19674 the case conversion change the byte length.
19675 (casify_region): Likewise.
19676
19677 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
19678
19679 * character.c (_fetch_multibyte_char_len): Delete this variable.
19680 (syms_of_character): Setup Vprintable_chars.
19681
19682 * editfns.c (Fchar_equal): Fix for the unibyte case.
19683 (Finsert_byte): New function.
19684 (syms_of_editfns): Defsubr it.
19685
19686 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
19687 of direct code 0x3ffff.
19688
19689 * search.c (Freplace_match): Fix for the unibyte case.
19690
19691 2008-02-01 Kenichi Handa <handa@m17n.org>
19692
19693 * lread.c (safe_to_load_p): Fix the logic.
19694
19695 * syntax.c (scan_words): Don't treat characters belonging to
19696 different scripts as constituting a word.
19697
19698 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19699
19700 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
19701
19702 * emacs.c (main): In the case of --unibyte, instead of aborting on
19703 finding non-empty buffer, make it unibyte.
19704
19705 2008-02-01 Kenichi Handa <handa@m17n.org>
19706
19707 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
19708 to create a fontset.
19709
19710 2008-02-01 Dave Love <fx@gnu.org>
19711
19712 * character.c (Funibyte_char_to_multibyte): Doc fix.
19713
19714 * xfns.c [HAVE_STDLIB_H]: Fix last change.
19715
19716 2008-02-01 Kenichi Handa <handa@m17n.org>
19717
19718 * fontset.c (fontset_add): Make the type `int'.
19719 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
19720
19721 * character.c (unibyte_char_to_multibyte)
19722 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
19723 charset_unibyte, not charset_primary.
19724
19725 * charset.h (charset_unibyte): Extern it instead of charset_primary.
19726
19727 * charset.c (charset_unibyte): Rename from charset_primary.
19728 (Funibyte_charset): Rename from Fprimary_charset.
19729 (Fset_unibyte_charset): Rename from Fset_primary_charset.
19730 (syms_of_charset): Adjust for the above changes.
19731
19732 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19733 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19734 it->multibyte_p is zero.
19735
19736 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
19737 Delete extern.
19738
19739 2008-02-01 Kenichi Handa <handa@m17n.org>
19740
19741 * coding.c (Fdefine_coding_system_internal): Fix category setting
19742 for a coding system of type iso-2022.
19743
19744 2008-02-01 Kenichi Handa <handa@m17n.org>
19745
19746 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
19747
19748 2008-02-01 Kenichi Handa <handa@m17n.org>
19749
19750 * syntax.c (Vnext_word_boundary_function_table): New variable.
19751 (next-word-boundary-function-table): Declare it as a Lisp variable
19752 in syms_of_syntax.
19753 (scan_words): Call functions in Vnext_word_boundary_function_table
19754 if any.
19755
19756 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
19757
19758 * fontset.c (fs_load_font): If fontp->charset is not negative,
19759 return fontp without setting its members.
19760
19761 2008-02-01 Dave Love <fx@gnu.org>
19762
19763 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
19764
19765 * m/sparc.h (HAVE_ALLOCA): Delete.
19766
19767 * s/irix6-5.h: Don't include strings.h.
19768 (bcopy, bzero, bcmp): Don't undef.
19769
19770 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
19771
19772 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
19773 (TIOCSIGSEND): Don't test IRIX6.
19774 (bcopy, bzero, bcmp): Define conditionally.
19775
19776 2008-02-01 Kenichi Handa <handa@m17n.org>
19777
19778 * buffer.c (Qas, Qmake, Qto): New variables.
19779 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
19780 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
19781
19782 * callproc.c (Fcall_process): Don't call insert_1_both directly if
19783 we are inserting a process output into a multibyte buffer.
19784
19785 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
19786 multibyte_char_to_unibyte.
19787
19788 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
19789 by the primary charset, make it eight-bit char.
19790 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
19791
19792 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
19793 (charset_8_bit__control, charset_8_bit_graphic)
19794 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
19795 (define_charset_internal): New function.
19796 (syms_of_charset): Call define_charset_internal for pre-defined
19797 charsets.
19798
19799 * charset.h (charset_8_bit): Extern it.
19800
19801 * coding.c (make_conversion_work_buffer): Adjust for the change
19802 of Fset_buffer_multibyte.
19803 (encode_coding_raw_text): Increment p0 in the loop.
19804
19805 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
19806
19807 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
19808 for the change of Fset_buffer_multibyte.
19809
19810 * fns.c (Fstring_to_multibyte): New function.
19811 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
19812
19813 2008-02-01 Dave Love <fx@gnu.org>
19814
19815 * xfns.c (x_put_x_image): Declare args.
19816
19817 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
19818 (try_font_list): Declare an arg.
19819
19820 * xdisp.c (message2_nolog, set_message): Declare an arg.
19821
19822 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
19823
19824 * syntax.c (scan_sexps_forward): Declare an arg.
19825
19826 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
19827 Declare an arg.
19828
19829 * lisp.h (Fnew_fontset): Declare.
19830
19831 * keymap.c (push_key_description): Call CHARACTERP correctly.
19832
19833 * fontset.c (fontset_add): Declare args. Call make_number correctly.
19834 (face_for_char): Delete unused vars.
19835 (Fset_fontset_font): Doc fix. Delete unused vars.
19836
19837 * doc.c (Fsubstitute_command_keys): Delete unused vars.
19838
19839 * composite.c (update_compositions): Declare arg.
19840
19841 * cm.c (calccost, cmgoto): Declare args.
19842
19843 * charset.c: Remove `emacs' conditional. Doc fixes.
19844 (map_char_table_for_charset): Declare.
19845
19846 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
19847
19848 * ccl.c: Remove `emacs' conditional.
19849
19850 2008-02-01 Kenichi Handa <handa@m17n.org>
19851
19852 The following changes are to allow specifying multiple font
19853 patterns for a character range (specified by script or charset).
19854
19855 * Makefile.in (abbrev.o): Depend on syntax.h.
19856 (xfaces.o): Depend on charset.h.
19857
19858 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
19859 SINGLE_BYTE_CHAR_P.
19860
19861 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
19862
19863 * character.h (Vchar_script_table): Extern it.
19864
19865 * character.c (Vscript_alist): Delete.
19866 (Vchar_script_table, Qchar_script_table): New variable.
19867 (syms_of_character): Declare Vchar_script_table as a lisp variable
19868 and initialize it.
19869
19870 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
19871 have property char-table-extra-slots, make no extra slot.
19872
19873 * dispextern.h (struct face): Delete member `charset'.
19874 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
19875 SINGLE_BYTE_CHAR_P.
19876 (choose_face_font, lookup_non_ascii_face, font_name_registry):
19877 Add prototypes.
19878 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
19879 (generate_ascii_font_name): Rename from generate_ascii_font.
19880
19881 * fontset.h (get_font_repertory_func): New prototype.
19882 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
19883 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
19884
19885 * fontset.c (Qprepend, Qappend): New variables.
19886 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
19887 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
19888 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
19889 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
19890 (fontset_ref_and_range, fontset_add, reorder_font_vector)
19891 (load_font_get_repertory): New functions.
19892 (fontset_set): Delete.
19893 (fontset_face): New arg FACE. Return face ID, not face.
19894 Complete re-write to handle new fontset structure. Change caller.
19895 (free_face_fontset): Use ASET istead of AREF (X) = Y.
19896 (face_for_char): Don't call lookup_face.
19897 (make_fontset_for_ascii_face): New arg FACE.
19898 (fs_load_font): New arg CHARSET_ID. Don't check
19899 Vfont_encoding_alist here.
19900 (find_font_encoding): New function.
19901 (list_fontsets): Use STRINGP, not ! NILP.
19902 (accumulate_script_ranges): New function.
19903 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
19904 re-written to handle new fontset structure.
19905 (Ffontset_font): Return a copy of element.
19906 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
19907 docstring of font-encoding-alist.
19908
19909 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
19910 (Fset_fotset_font): Fix arguments to 5.
19911
19912 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
19913
19914 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
19915 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19916 (highlight_trailing_whitespace): Adjust for the change of
19917 lookup_named_face.
19918
19919 * xfaces.c: Include charset.h.
19920 (load_face_font): Delete argument C. Change caller.
19921 (generate_ascii_font_name): Rename from generate_ascii_font.
19922 (font_name_registry): New function.
19923 (cache_face): Store ascii faces before non-ascii faces in buckets.
19924 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
19925 Lookup only ascii faces.
19926 (lookup_non_ascii_face): New function.
19927 (lookup_named_face): Delete argument C. Change caller.
19928 (lookup_derived_face): Delete argument C. Change caller.
19929 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
19930 a string, just call font_list with it.
19931 (choose_face_font): Delete arguments FACE and C. New arg
19932 FONT_SPEC. Change caller.
19933 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
19934 Change caller.
19935 (realize_non_ascii_face): New function.
19936 (realize_x_face): Call load_face_font here.
19937 (realize_tty_face): Delete argument C. Change caller.
19938 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
19939 get a face ID.
19940 (dump_realized_face): Don't print charset of FACE.
19941
19942 * xfns.c (x_set_font): Always call x_new_fontset and
19943 store_frame_parameter.
19944 (Fx_create_frame): Call x_new_fontset, not x_new_font.
19945 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
19946
19947 * xterm.h (x_get_font_repertory): Extern it.
19948
19949 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19950 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19951 it->multibyte_p is zero.
19952 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19953 (x_new_fontset): If FONTSETNAME doesn't match any existing
19954 fontsets, create a new one.
19955 (x_get_font_repertory): New function.
19956
19957 2008-02-01 Kenichi Handa <handa@m17n.org>
19958
19959 * coding.c (Ffind_coding_systems_region_internal): Detect an
19960 ASCII only string correctly.
19961
19962 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
19963 version is 0.
19964
19965 2008-02-01 Kenichi Handa <handa@m17n.org>
19966
19967 * lread.c: Include "coding.h".
19968 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
19969 (load_each_byte, unread_char): New variables.
19970 (readchar_backlog): Delete.
19971 (readchar): Return a character unless load_each_byte is nonzero.
19972 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
19973 cons. If unread_char is not -1, simply return it.
19974 (unreadchar): Handle the case that readcharfun is
19975 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
19976 (read_multibyte): Delete.
19977 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
19978 (read_emacs_mule_char): New functions.
19979 (Fload): Even if the file doesn't have the extension ".elc", if
19980 safe_to_load_p returns a positive version number, assume that the
19981 file contains bytecompiled code. If the version is less than 22,
19982 load the file while decoding multibyte sequences by emacs-mule.
19983 (readevalloop): Don't use readchar_backlog.
19984 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
19985 (Fread_from_string): Pay attention to the case that STREAM is a cons.
19986 (read_escape): Delete the arg BYTEREP.
19987 (read1): Set load_each_byte to 1 temporarily while handling
19988 #@NUMBER. Don't call read_multibyte.
19989 (read_vector): Call Fread with a cons. If readcharfun is
19990 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
19991 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
19992 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
19993 and Qload_force_doc_strings.
19994
19995 2008-02-01 Kenichi Handa <handa@m17n.org>
19996
19997 * xdisp.c (face_before_or_after_it_pos): Call
19998 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
19999
20000 2008-02-01 Kenichi Handa <handa@m17n.org>
20001
20002 * character.h (TRAILING_CODE_P): New macro.
20003 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
20004 (string_char_with_unification): Fix prototype.
20005 (Vscript_alist): Extern it.
20006
20007 * character.c (Vscript_alist): New variable.
20008 (string_char_with_unification, str_as_unibyte)
20009 (string_escape_byte8): Add `const' to local variables.
20010 (syms_of_character): Declare script-alist as a Lisp variable.
20011
20012 * charset.h (Vcharset_ordered_list): Extern it.
20013 (charset_ordered_list_tick): Extern it.
20014 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
20015 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
20016 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
20017 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
20018 (Funify_charset): Adjust for the change of Funify_charset.
20019
20020 * charset.c (charset_ordered_list_tick): New variable.
20021 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
20022 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
20023 deunify intead of unify a charset.
20024 (string_xstring_p): Add `const' to local variables.
20025 (find_charsets_in_text): Add `const' to arguments and local variables.
20026 (encode_char): Adjust for the change of Funify_charset. Fix
20027 detecting of invalid code.
20028 (Fset_charset_priority): Increment charset_ordered_list_tick.
20029 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
20030 and TO_CODE.
20031
20032 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
20033 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
20034 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
20035 (decode_coding_ccl, consume_chars)
20036 (Ffind_coding_systems_region_internal)
20037 (Fcheck_coding_systems_region): Add `const' to local variables.
20038
20039 * print.c (print_object): Use octal form for printing the
20040 contents of a bool vector.
20041
20042 2008-02-01 Dave Love <fx@gnu.org>
20043
20044 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
20045 <version == 20>: Refuse to load.
20046
20047 2008-02-01 Dave Love <fx@gnu.org>
20048
20049 * fns.c: Move coding.h.
20050 (Qcodeset, Qdays, Qmonths): New.
20051 (concat): Use CHARACTERP instead of INTEGERP.
20052 (Flocale_codeset): Delete.
20053 (Flanginfo): New function.
20054 (syms_of_fns): Change accordingly.
20055
20056 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
20057
20058 2008-02-01 Dave Love <fx@gnu.org>
20059
20060 * casetab.c (init_casetab_once, init_casetab_once): Fix
20061 CHAR_TABLE_SET call.
20062
20063 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
20064
20065 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
20066
20067 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
20068 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
20069 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
20070
20071 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
20072
20073 * coding.c (ENCODE_DESIGNATION, decode_eol)
20074 (make_conversion_work_buffer, code_conversion_restore)
20075 (Fdefine_coding_system_internal): Convert Lisp types.
20076 (code_conversion_restore): Use EQ, not ==.
20077 (Fencode_coding_string): Fix code_convert_string call.
20078
20079 * coding.h (code_convert_region): Fix prototype.
20080
20081 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
20082
20083 * fontset.c (fontset_ref, fontset_set, fs_load_font)
20084 (Ffontset_info): Convert Lisp types.
20085
20086 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
20087
20088 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
20089
20090 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
20091
20092 * chartab.c: Include "...h", not <...h> in some cases.
20093
20094 * callproc.c (Fcall_process): Remove unused variables.
20095
20096 2008-02-01 Dave Love <fx@gnu.org>
20097
20098 * coding.c (Fset_coding_system_priority): Allow null arg list.
20099
20100 2008-02-01 Dave Love <fx@gnu.org>
20101
20102 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
20103 (Fself_insert_and_exit): Use CHARACTERP.
20104
20105 * callproc.c (Fcall_process): Remove unused vars.
20106
20107 * xterm.c (XTread_socket): Add extra dead keysyms.
20108
20109 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
20110
20111 * dispextern.h: Remove prototypes for redraw_frame,
20112 redraw_garbaged_frames.
20113
20114 * cmds.c (Fself_insert_command): Use CHARACTERP.
20115
20116 * chartab.c (make_sub_char_table): Remove unused var.
20117 (Fset_char_table_default, Fmap_char_table): Doc fix.
20118
20119 * keymap.c (access_keymap): Remove generic char code.
20120 (push_key_description): Use CHARACTERP.
20121
20122 2008-02-01 Dave Love <fx@gnu.org>
20123
20124 * charset.c: Doc fixes.
20125 (Funify_charset): Extra checking.
20126
20127 2008-02-01 Dave Love <fx@gnu.org>
20128
20129 * lread.c: Remove some unused variables.
20130 (safe_to_load_p): If safe, return the magic number version byte.
20131 (Fload): Maybe use load-with-code-conversion.
20132
20133 2008-02-01 Kenichi Handa <handa@m17n.org>
20134
20135 * category.c (Fmodify_category_entry): Don't modify the contents
20136 of category_set for characters out of the range. Avoid
20137 unnecessary modification.
20138
20139 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
20140 Vchar_unify_table. The default value of the table is now nil.
20141
20142 * character.c (syms_of_character): Setup Vchar_width_table for
20143 eight-bit-control and raw-byte chars.
20144
20145 * charset.h (enum define_charset_arg_index): Delete
20146 charset_arg_parents and add charset_arg_subset and
20147 charset_arg_superset.
20148 (enum charset_attr_index): Delete charset_parents and add
20149 charset_subset and charset_superset.
20150 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
20151 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
20152 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
20153 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
20154 (CHARSET_SUPERSET): New macros.
20155 (charset_work): Extern it.
20156 (ENCODE_CHAR): Use charset_work.
20157 (CHAR_CHARSET_P): Adjust for the change of encoder format.
20158 (map_charset_chars): Extern it.
20159
20160 * charset.c (load_charset_map): Set the default value of encoder
20161 and deunifier char-tables to nil.
20162 (map_charset_chars): Change argument. Change callers. Use
20163 map_char_table_for_charset instead of map_char_table.
20164 (Fmap_charset_chars): New optional args from_code and to_code.
20165 (Fdefine_charset_internal): Adjust for the change of
20166 `define-charset' (:parents -> :subset or :superset).
20167 (charset_work): New variable.
20168 (encode_char, syms_of_charset): Adjust for the change of
20169 Fdefine_charset_internal.
20170 (Ffind_charset_string): Setup the vector `charsets' correctly.
20171
20172 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
20173 the previous change.
20174 (char_table_ref_and_range): Adjust for the above change.
20175 (map_sub_char_table_for_charset): New function.
20176 (map_char_table_for_charset): New function.
20177
20178 * keymap.c (describe_vector): Handle a char-table directly here.
20179 (describe_char_table): Delete.
20180
20181 * lisp.h (map_charset_chars): Delete.
20182
20183 2008-02-01 Dave Love <fx@gnu.org>
20184
20185 * fns.c (count_combining): Comment out (unused).
20186 (Flocale_codeset): New.
20187 (syms_of_fns): Defsubr it.
20188
20189 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
20190 (size_t): Remove.
20191
20192 2008-02-01 Dave Love <fx@gnu.org>
20193
20194 * Makefile.in (chartab.o): Depend on charset.h.
20195
20196 2008-02-01 Kenichi Handa <handa@m17n.org>
20197
20198 * character.c (syms_of_character): Set the default value of
20199 Vprintable_chars to Qnil.
20200
20201 2008-02-01 Dave Love <fx@gnu.org>
20202
20203 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
20204
20205 2008-02-01 Kenichi Handa <handa@m17n.org>
20206
20207 * charset.c (load_charset_map): Handle the case that from < to
20208 correctly.
20209
20210 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
20211 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
20212 Pay attention to raw-8-bit chars.
20213
20214 2008-02-01 Kenichi Handa <handa@m17n.org>
20215
20216 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
20217 It is not bytecompiled now.
20218
20219 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
20220 (charset_jisx0208): New variables.
20221 (Fdefine_charset_internal): Setup them if appropriate.
20222 (init_charset_once): Initialize them to -1.
20223
20224 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
20225 (charset_jisx0208): Extern them.
20226
20227 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
20228 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
20229 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
20230 (setup_iso_safe_charsets): Fix arguments to Fassq.
20231 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
20232 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
20233 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
20234 (encode_coding_iso_2022): Change the 1st arg to
20235 ENCODE_ISO_CHARACTER to a variable.
20236
20237 2008-02-01 Kenichi Handa <handa@m17n.org>
20238
20239 * charset.h (enum define_charset_arg_index): New enums
20240 charset_arg_min_code and charset_arg_max_code.
20241 (struct charset): New member char_index_offset.
20242
20243 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
20244 Take charset->char_index_offset into account.
20245 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
20246 args[charset_arg_max_code]. Setup charset.char_index_offset.
20247 (syms_of_charset): Fix args to Fdefine_charset_internal.
20248
20249 2008-02-01 Dave Love <fx@gnu.org>
20250
20251 * coding.c (decode_coding_utf_8): Reject overlong sequences.
20252
20253 2008-02-01 Dave Love <fx@gnu.org>
20254
20255 * coding.c: Doc fixes.
20256 (Fcoding_system_aliases): Fix return value.
20257 (Qmac): Remove (duplicated) definition.
20258
20259 2008-02-01 Dave Love <fx@gnu.org>
20260
20261 * charset.c (Fcharset_priority_list, Fset_charset_priority):
20262 New functions.
20263
20264 * character.c (Fstring): Doc fix.
20265
20266 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
20267
20268 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
20269 (font-encoding-alist): Doc fix.
20270
20271 2008-02-01 Dave Love <fx@gnu.org>
20272
20273 * term.c (costs_set): Declare static, non-initialized for pcc.
20274 (encode_terminal_code): Remove unused var.
20275
20276 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
20277 for K&R.
20278
20279 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
20280
20281 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
20282 (suffixes): Move out of make_subsidiaries for K&R.
20283
20284 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
20285
20286 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
20287
20288 2008-02-01 Dave Love <fx@gnu.org>
20289
20290 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
20291
20292 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
20293
20294 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
20295
20296 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
20297
20298 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
20299
20300 2008-02-01 Kenichi Handa <handa@m17n.org>
20301
20302 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
20303 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
20304
20305 2008-02-01 Kenichi Handa <handa@m17n.org>
20306
20307 * coding.c (decode_coding_charset): Adjust for the change of
20308 Fdefine_coding_system_internal.
20309 (Fdefine_coding_system_internal): For a coding system of
20310 `charset' type, store a list of charset IDs in
20311 `charset_attr_charset_valids' element of coding attributes.
20312
20313 2008-02-01 Kenichi Handa <handa@m17n.org>
20314
20315 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
20316 (emacs_mule_char): New arg src. Delete arg `composition'. Change
20317 caller. Handle 2-byte and 3-byte charsets correctly.
20318 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
20319 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
20320 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
20321 (DECODE_EMACS_MULE_21_COMPOSITION): Call
20322 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
20323 sequence.
20324 (decode_coding_emacs_mule): Handle composition correctly. Rewind
20325 `src' and `consumed_chars' correctly before calling emacs_mule_char.
20326 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
20327 and alt&rule composition.
20328 (decode_coding_iso_2022): Handle composition correctly.
20329 (init_coding_once): Setup emacs_mule_bytes for private charsets.
20330
20331 * charset.c (Fdefine_charset_internal): Fix bug for the case of
20332 re-defining a charset. If the charset has :emacs-mule-id, setup
20333 emacs_mule_bytes.
20334 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
20335
20336 2008-02-01 Kenichi Handa <handa@m17n.org>
20337
20338 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
20339 (encode_coding_big5, encode_coding_charset): If coding requires safe
20340 encoding, produce a character specified by
20341 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
20342
20343 2008-02-01 Dave Love <fx@gnu.org>
20344
20345 * xterm.c (XSetIMValues): Declare.
20346
20347 * process.c: Conditionally include sys/wait.h, pty.h.
20348
20349 * print.c (print_object): Fix print format for 64-bit systems.
20350
20351 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
20352
20353 * buffer.c (emacs_strerror): Declare.
20354
20355 * fontset.c (Fclear_face_cache): Declare.
20356 (accumulate_font_info): Comment-out (unused).
20357 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
20358 variables.
20359
20360 * character.h (string_escape_byte8): Declare.
20361
20362 * charset.c (load_charset_map, load_charset_map_from_file): Remove
20363 unused vars.
20364 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
20365 (Fmap_charset_chars): Doc fix.
20366
20367 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
20368 (Fset_coding_system_priority, Fset_coding_system_priority)
20369 (Fdefine_coding_system_internal): Doc fix.
20370
20371 2008-02-01 Dave Love <fx@gnu.org>
20372
20373 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
20374
20375 2008-02-01 Kenichi Handa <handa@m17n.org>
20376
20377 * character.c (string_escape_byte8): Make multibyte string with
20378 correct size.
20379
20380 * charset.c (Fmake_char): Delete unnecessary code.
20381
20382 2008-02-01 Kenichi Handa <handa@m17n.org>
20383
20384 * xfns.c (x_encode_text): Allocate coding.destination here, and
20385 call encode_coding_object with dst_object Qnil.
20386
20387 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
20388 multibyte form correctly.
20389
20390 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
20391 against Vfont_encoding_alist.
20392
20393 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
20394 handling of charset list.
20395 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
20396 (decode_coding_object): Move point to coding->dst_pos before
20397 calling post-read-conversion function.
20398 (encode_coding_object): Give correct arguments to
20399 pre-write-conversion. Ignore the return value of
20400 pre-write-conversion function. Pay attention to the case that
20401 pre-write-conversion changes the current buffer. If dst_object is
20402 Qt, even if coding->src_bytes is zero, allocate at least one byte
20403 to coding->destination.
20404
20405 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
20406
20407 * charset.c (Fmake_char): Make it more backward compatible.
20408 (Fmap_charset_chars): Fix docstring.
20409
20410 2008-02-01 Dave Love <fx@gnu.org>
20411
20412 * coding.c: Doc fixes.
20413 (Fdefine_coding_system_alias): Use names, not symbols, in
20414 coding-system-alist.
20415
20416 2008-02-01 Kenichi Handa <handa@m17n.org>
20417
20418 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
20419 of calling free_realized_face.
20420
20421 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
20422
20423 * charset.c (read_hex): Don't treat SPC as a comment starter.
20424 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
20425 (Fdecode_char): Fix typo.
20426
20427 2008-02-01 Kenichi Handa <handa@m17n.org>
20428
20429 * charset.h (struct charset): New member `code_space_mask'.
20430
20431 * coding.c (coding_set_source): Delete the local variable beg_byte.
20432 (encode_coding_charset, Fdefine_coding_system_internal):
20433 Delete the local variable charset.
20434 (Fdefine_coding_system_internal): Setup
20435 attrs[coding_attr_charset_valids] correctly.
20436
20437 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
20438 member to check if CODE is valid or not.
20439 (Fdefine_charset_internal): Initialize `code_space_mask' member.
20440 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
20441 is within the range of charset->min_code and carset->max_code.
20442
20443 2008-02-01 Dave Love <fx@gnu.org>
20444
20445 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
20446
20447 * dispextern.h (generate_ascii_font): Fix return type.
20448
20449 * xfaces.c (generate_ascii_font): Fix arg declaration.
20450
20451 * coding.c (coding_inherit_eol_type)
20452 (Fset_terminal_coding_system_internal)
20453 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
20454
20455 2008-02-01 Kenichi Handa <handa@m17n.org>
20456
20457 * coding.c (decode_coding_charset, encode_coding_charset): Handle
20458 multiple charsets correctly.
20459
20460 2008-02-01 Kenichi Handa <handa@m17n.org>
20461
20462 * search.c (boyer_moore): Fix handling of multibyte character
20463 translation.
20464
20465 * xdisp.c (display_mode_element): When the variable `elt' is
20466 changed, update `this' and `lisp_string'.
20467
20468 2008-02-01 Kenichi Handa <handa@m17n.org>
20469
20470 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
20471
20472 * callproc.c (Fcall_process): Be sure to give the current buffer
20473 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
20474
20475 * charset.c (struct charset_map_entries): New struct.
20476 (load_charset_map): Rename from parse_charset_map. New args
20477 entries and n_entries. Change caller.
20478 (load_charset_map_from_file): Rename from load_charset_map.
20479 Change caller. New arg control_flag. Call load_charset_map at
20480 the tail.
20481 (load_charset_map_from_vector): New function.
20482 (Fdefine_charset_internal): Setup charset.compact_codes_p.
20483 (encode_char): If the charset is compact, change a character index
20484 to a code point.
20485
20486 * coding.c (coding_alloc_by_making_gap): Check the case that the
20487 source and destination are the same correctly.
20488 (decode_coding_raw_text): Set coding->consumed_char and
20489 coding->consumed to 0.
20490 (produce_chars): If coding->chars_at_source is nonzero, update
20491 coding->consumed_char and coding->consumed before calling
20492 alloc_destination.
20493 (Fdefine_coding_system_alias): Register ALIAS in
20494 Vcoding_system_alist.
20495 (syms_of_coding): Define `no-conversion' coding system at the tail.
20496
20497 * fileio.c (Finsert_file_contents): Set coding_system instead of
20498 val. If the current buffer is multibyte, always call
20499 decode_coding_gap.
20500
20501 * xfaces.c (try_font_list): Give higher priority to fontset's
20502 family than face's family.
20503
20504 2008-02-01 Kenichi Handa <handa@m17n.org>
20505
20506 * callproc.c (Fcall_process): Be sure to give the current buffer
20507 to decode_coding_c_string.
20508
20509 * xfaces.c (try_font_list): Give a family specified in a fontset
20510 higher priority than a family specified in a face.
20511
20512 2008-02-01 Kenichi Handa <handa@m17n.org>
20513
20514 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
20515 Fix arguments to insert_from_buffer.
20516
20517 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
20518
20519 2008-02-01 Kenichi Handa <handa@m17n.org>
20520
20521 * coding.c (produce_chars): Set the variable `multibytep' correctly.
20522 (decode_coding_gap): Set coding->dst_multibyte correctly.
20523
20524 2008-02-01 Kenichi Handa <handa@m17n.org>
20525
20526 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
20527 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
20528 (encode_coding_utf_16): Substitute coding->default_char for
20529 non-Unicode characters.
20530 (decode_coding): Don't call record_insert here.
20531 (setup_coding_system): Initialize `surrogate' of
20532 coding->spec.utf_16 to 0.
20533 (EMIT_ONE_BYTE): Fix for multibyte case.
20534
20535 * insdel.c (insert_from_gap): Call record_insert.
20536
20537 2008-02-01 Kenichi Handa <handa@m17n.org>
20538
20539 * casefiddle.c (casify_region): Fix multibyte case.
20540
20541 * character.c (c_string_width): Add return type `int'.
20542 (char_string_with_unification): Delete arg ADVANCED.
20543
20544 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
20545 (CHAR_STRING): Adjust for the change of char_string_with_unification.
20546 (CHAR_STRING_ADVANCE): Make it do-while statement.
20547
20548 * chartab.c (sub_char_table_set_range): Optimize for the case
20549 DEPTH == 3. Add workaround code for a GCC optimization bug.
20550
20551 * charset.c (parse_charset_map): Remove an unused variable.
20552
20553 * coding.c: Delete unused variables.
20554
20555 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
20556 earlier. If inserted is zero and the coding system doesn't
20557 require flushing, don't call decode_coding_gap.
20558
20559 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
20560
20561 2008-02-01 Kenichi Handa <handa@m17n.org>
20562
20563 The following changes are for using Unicode as an internal
20564 character model, and use UTF-8 format for buffer/string
20565 representation.
20566
20567 * .gdbinit (xchartable): Adjust for the change of char table structure.
20568 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
20569
20570 * Makefile.in (obj): Add character.o and chartab.o.
20571 (lisp, shortlisp): Remove utf-8.elc.
20572 (*.o): For many files, change dependency on charset.h to
20573 character.h, and add dependency on character.h.
20574 (character.o, chartab.o): New targets.
20575
20576 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
20577 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
20578 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
20579 of "charset.h".
20580
20581 * dired.c, filelock.c: Include "character.h".
20582
20583 * alloc.c: Include "character.h" instead of "charset.h".
20584 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
20585 (syms_of_alloc): Remove defsubr for Smake_char_table.
20586
20587 * buffer.c: Include "character.h" instead of "charset.h", don't
20588 include "coding.h".
20589 (Fset_buffer_multibyte): Adjust for UTF-8.
20590
20591 * buffer.h: EXFUN Fbuffer_live_p.
20592
20593 * callproc.c: Include "character.h" instead of "charset.h".
20594 (Fcall_process): Big change for the new code-conversion APIs.
20595
20596 * casetab.c: Include "character.h" instead of "charset.h".
20597 (set_canon, set_identity, shuffle): Adjust for the new
20598 map_char_table spec.
20599 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
20600 accessing the char table structure.
20601
20602 * chartab.c: New file that implements char table.
20603
20604 * category.c: Include "character.h".
20605 (copy_category_entry): New function.
20606 (copy_category_table): Call map_char_table and copy_category_entry.
20607 (Fmake_category_table): Initialize all top-level slots.
20608 (char_category_set): New function.
20609 (modify_lower_category_set): Delete.
20610 (Fmodify_category_entry): Call char_table_ref_and_range.
20611
20612 * category.h (CATEGORY_SET): Just call char_category_set.
20613
20614 * ccl.c: Include "character.h".
20615 (Qccl, Qcclp): New variables.
20616 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
20617 it's less than 256.
20618 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
20619 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
20620 and DST type.
20621 (ccl_driver): Change types of argument, adjust code accordingly.
20622 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
20623 ccl_driver.
20624 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
20625
20626 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
20627 New members src_multibyte, dst_multibyte, consumed, and produced.
20628 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
20629 (CODING_SPEC_CCL_PROGRAM): New macro.
20630 (ccl_driver): Update prototype.
20631 (Qccl, Qcclp, Fccl_program_p): Extern them.
20632 (CHECK_CCL_PROGRAM): New macro.
20633
20634 * character.c, character.h, chartab.c: New files.
20635
20636 * charset.c: Mostly re-written. Move character and multibyte sequence
20637 handling codes to character.c.
20638
20639 * charset.h: Mostly re-written. Move character and multibyte sequence
20640 handling codes to character.h.
20641
20642 * coding.c, coding.h: Mostly re-written.
20643
20644 * composite.c: Include "character.h" instead of "charset.h".
20645 (CHAR_WIDTH): Move to character.h.
20646 (HASH_KEY, HASH_VALUE): Delete.
20647
20648 * composite.h (enum composition_method): Change order of enumeration
20649 symbols.
20650
20651 * data.c: Include "character.h" instead of "charset.h".
20652 (Faref): Call CHAR_TABLE_REF for a char table.
20653 (Faset): Call CHAR_TABLE_SET for a char table.
20654
20655 * dispextern.h (free_realized_face, check_face_attribytes)
20656 (generate_ascii_font): Extern them.
20657 (free_realized_multibyte_face): Delete extern.
20658
20659 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
20660 table structure.
20661
20662 * editfns.c: Include "character.h" instead of "charset.h".
20663 (Fchar_to_string): Always call CHAR_STRING.
20664
20665 * emacs.c (main): Call init_charset_once, init_charset,
20666 syms_of_chartab, and syms_of_character.
20667
20668 * fileio.c: Include "character.h" instead of "charset.h".
20669 (Finsert_file_contents): Big change for the new code-conversion API.
20670 (choose_write_coding_system, Fwrite_region): Likewise.
20671 (build_annotations_2): Delete.
20672 (e_write): Big change for the new code-conversion API.
20673
20674 * fns.c: Include "character.h" instead of "charset.h".
20675 (copy_sub_char_table): Move to chartab.c.
20676 (Fcopy_sequence): Call copy_char_table for a char table.
20677 (concat): Delete codes calling count_multibyte.
20678 (string_char_to_byte, string_byte_to_char): Adjust for the new
20679 multibyte form.
20680 (internal_equal): Adjust for the change of char table structure.
20681 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
20682 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
20683 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
20684 (char_table_translate, optimize_sub_char_table)
20685 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
20686 chartab.c.
20687 (char_table_ref_and_index): Delete.
20688 (HASH_KEY, HASH_VALUE): Move to lisp.h.
20689 (Fmd5): Call preferred_coding_system instead of accessing
20690 Vcoding_category_list. Adjust for the new code-conversion API.
20691 (syms_of_fns): Move defsubr for char table related functions to
20692 chartab.c.
20693
20694 * fontset.c: Mostly re-written.
20695
20696 * fontset.h (struct font_info): Change type of the member encoding_type.
20697 (enum FONT_SPEC_INDEX): New enum.
20698 (fontset_font_pattern, fs_load_font): Update prototype.
20699 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
20700
20701 * indent.c: Include "character.h" instead of "charset.h".
20702 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
20703
20704 * insdel.c: Include "character.h" instead of "charset.h".
20705 (copy_text): Don't refer to Vnonascii_translation_table.
20706 (insert_from_gap): New function.
20707
20708 * keyboard.c: Include "character.h" instead of "charset.h".
20709 (command_loop_1): Never call direct_output_forward_char before
20710 a non-ASCII character.
20711 (read_char): If Vkeyboard_translate_table is a char table, always
20712 translate a character.
20713
20714 * keymap.c: Include "character.h".
20715 (store_in_keymap): Handle the case that IDX is a cons.
20716 (Fdefine_key): Handle the case that KEY is a cons and the car part
20717 is also a cons (range).
20718 (push_key_description): Adjust for the new character code.
20719 (describe_vector): Call describe_char_table for a char table.
20720 (describe_char_table): New function.
20721
20722 * keymap.h (describe_char_table): Extern it.
20723
20724 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
20725 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
20726 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
20727 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
20728 Delete.
20729 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
20730 structure.
20731 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
20732 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
20733 (CHARTAB_SIZE_BITS_3): New macros.
20734 (chartab_size): Extern it.
20735 (struct Lisp_Char_Table): Re-design.
20736 (struct Lisp_Sub_Char_Table): New structure.
20737 (HASH_KEY, HASH_VALUE): Move from fns.c.
20738 (CHARACTERBITS): Define as 22.
20739 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
20740 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
20741 (GC_SUB_CHAR_TABLE_P): New macro.
20742 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
20743 (code_convert_string_norecord): Deleted extern.
20744 (init_character_once, syms_of_character, init_charset)
20745 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
20746
20747 * lread.c: Include "character.h".
20748 (read_multibyte): New arg NBYTES.
20749 (read_escape): Change the meaning of returned *BYTEREP.
20750 (to_multibyte): Delete.
20751 (read1): Adjust the handling of char table and string.
20752
20753 * print.c: Include "character.h" instead of "charset.h".
20754 (print_string): Convert 8-bit raw bytes to octal form by
20755 string_escape_byte8.
20756 (print_object): Adjust for the new multibyte form. Print 8-bit
20757 raw bytes always in octal form. Handle sub char table correctly.
20758
20759 * process.c: Include "character.h" instead of "charset.h".
20760 (read_process_output, send_process): Adjust for the new
20761 code-conversion API.
20762
20763 * puresize.h (BASE_PURESIZE): Increase.
20764
20765 * regex.c: Include "character.h" instead of "charset.h".
20766 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
20767 (regex_compile): Accept a range whose starting and ending
20768 character have different leading bytes.
20769 (analyse_first): Adjust for the above change.
20770
20771 * search.c: Include "character.h" instead of "charset.h".
20772 (search_buffer, boyer_moore): Adjust for the new multibyte form.
20773 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
20774
20775 * syntax.c: Include "character.h" instead of "charset.h".
20776 (syntax_parent_lookup): Delete.
20777 (Fmodify_syntax_entry): Accept a cons as CHAR.
20778 (skip_chars): Adjust for the new multibyte form.
20779 (init_syntax_once): Call char_table_set_range instead of directly
20780 accessing the structure of a char table.
20781
20782 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
20783 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
20784 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
20785 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
20786
20787 * term.c: Include "buffer.h" and "character.h".
20788 (encode_terminal_code, write_glyphs): Adjust for the new
20789 code-conversion API.
20790 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
20791
20792 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
20793
20794 * xdisp.c: Include "character.h".
20795 (get_next_display_element): Adjust for the new multibyte form.
20796 (disp_char_vector): Adjust for the new char table structure.
20797 (decode_mode_spec_coding): Adjust for the new structure of
20798 coding system.
20799 (decode_mode_spec): Adjust for the new code-conversion API.
20800
20801 * xfaces.c: Include "character.h" instead of "charset.h".
20802 (load_face_font): Adjust for the change of choose_face_font and
20803 FS_LOAD_FONT.
20804 (generate_ascii_font): New function.
20805 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
20806 (set_font_frame_param): Adjust for the change of choose_face_font.
20807 (free_realized_face): Make it public.
20808 (free_realized_faces_for_fontset): Rename from
20809 free_realized_multibyte_face. Free also faces realized for ASCII.
20810 (choose_face_font): Change arguments. Adjust for the change of
20811 fontset_font_pattern and FS_LOAD_FONT.
20812
20813 * xfns.c: Include "character.h".
20814 (x_encode_text): Adjust for the new code-conversion API.
20815
20816 * xselect.c: Don't include "charset.h".
20817 (selection_data_to_lisp_data): Adjust for the new code conversion API.
20818
20819 * xterm.c: Include "character.h".
20820 (x_encode_char): New argument CHARSET. Change caller.
20821 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
20822 Call ENCODE_CHAR instead of SPLIT_CHAR.
20823 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
20824 CHAR_WIDTH instead of CHARSET_WIDTH.
20825 (XTread_socket): Adjust for the new code-conversion API.
20826 (x_new_font): Adjust for the change of FS_LOAD_FONT.
20827 (x_load_font): Adjust for the change of struct font.
20828
20829 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
20830
20831 * xfaces.c (face_at_buffer_position): Remove unused vars.
20832
20833 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20834
20835 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
20836 Fix overflow checking.
20837
20838 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20839
20840 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
20841 Cancel previous change.
20842
20843 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20844
20845 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
20846 ccl->eight_bit_control. Fix check for buffer overflow.
20847 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
20848 (ccl_driver): Initialize extra_bytes to 0.
20849
20850 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20851
20852 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
20853 return it ORed with ctrl_modifier.
20854
20855 2008-01-29 Miles Bader <miles@gnu.org>
20856
20857 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
20858
20859 2008-01-28 Jason Rumney <jasonr@gnu.org>
20860
20861 * w32.c (stat): Don't double check for networked drive.
20862
20863 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20864
20865 * window.c (run_window_configuration_change_hook): New function.
20866 Code extracted from set_window_buffer. Set the selected frame.
20867 (set_window_buffer): Use it.
20868 * window.h (run_window_configuration_change_hook): Declare.
20869 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
20870
20871 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
20872
20873 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
20874
20875 * Makefile.in: Remove references to unused macros.
20876
20877 2008-01-26 Eli Zaretskii <eliz@gnu.org>
20878
20879 * w32.c (g_b_init_get_sid_sub_authority)
20880 (g_b_init_get_sid_sub_authority_count): New static variables.
20881 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
20882 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
20883 (init_user_info): Use them to retrieve uid and gid.
20884 Use 500/513, the Windows defaults, as Administrator's uid/gid.
20885 (fstat): Use pw_uid and pw_gid from the_passwd structure for
20886 st_uid and st_gid of the file.
20887
20888 2008-01-26 Jason Rumney <jasonr@gnu.org>
20889
20890 * w32.c (logon_network_drive): New function.
20891 (stat): Use it.
20892
20893 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
20894
20895 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
20896 invisible text covered with an ellipsis.
20897
20898 2008-01-25 Richard Stallman <rms@gnu.org>
20899
20900 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
20901 jump back to beginning. Move some other initializations after that.
20902 (Qwindow_text_change_functions, Vwindow_text_change_functions):
20903 New variables.
20904 (syms_of_xdisp): Init them.
20905
20906 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
20907
20908 * buffer.c (reset_buffer_local_variables):
20909 Implement `permanent-local-hook'.
20910 (Qpermanent_local_hook): New variable.
20911 (syms_of_buffer): Init and staticpro it.
20912
20913 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
20914
20915 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
20916
20917 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
20918
20919 * fns.c (Fclrhash): Return TABLE.
20920
20921 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20922
20923 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
20924 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
20925 is set even without positional changes.
20926 (x_scroll_bar_clear): Set bar->redraw_needed_p.
20927
20928 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
20929
20930 2008-01-23 Jason Rumney <jasonr@gnu.org>
20931
20932 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
20933
20934 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
20935 the unicode range available in MULE by locale-coding-system.
20936 Improve dbcs lead byte detection. Set event timestamp and modifiers
20937 earlier.
20938
20939 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20940
20941 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
20942 [MAC_OSX] (init_mac_osx_environment): Initialize it.
20943 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
20944 when used on child processes.
20945
20946 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
20947
20948 * dbusbind.c (Fdbus_method_return_internal): Rename from
20949 Fdbus_method_return.
20950 (Fdbus_unregister_object): Move to dbus.el.
20951 (Fdbus_call_method, Fdbus_method_return_internal)
20952 (Fdbus_send_signal): Improve debug messages.
20953
20954 2008-01-20 Martin Rudalics <rudalics@gmx.at>
20955
20956 * undo.c (undo_inhibit_record_point): New variable.
20957 (syms_of_undo): Initialize it.
20958 (record_point): Don't record point when undo_inhibit_record_point
20959 is set.
20960
20961 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
20962
20963 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
20964
20965 * xdisp.c (Qauto_hscroll_mode): New var.
20966 (syms_of_xdisp): Initialize it.
20967 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
20968 window's buffer.
20969 (hscroll_windows): Don't check automatic_hscrolling_p here.
20970
20971 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
20972 vscroll if we're setting window-buffer to the value it already has.
20973
20974 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
20975
20976 * m/intel386.h: Remove references to XENIX.
20977
20978 2008-01-17 Andreas Schwab <schwab@suse.de>
20979
20980 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
20981 instead of HAVE_X86_64_LIB64_DIR.
20982 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
20983
20984 2008-01-17 Glenn Morris <rgm@gnu.org>
20985
20986 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
20987 to HAVE_X86_64_LIB64_DIR.
20988
20989 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
20990
20991 * s/irix3-3.h:
20992 * s/irix4-0.h:
20993 * s/386-ix.h:
20994 * s/domain.h:
20995 * s/hpux9-x11r4.h:
20996 * s/hpux9shxr4.h: Remove files for systems no longer supported.
20997
20998 * sysdep.c: Remove code containing references to symbols defined
20999 by unsupported systems.
21000
21001 2008-01-16 Glenn Morris <rgm@gnu.org>
21002
21003 * coding.c (select-safe-coding-system-function): Doc fix.
21004
21005 2008-01-15 Glenn Morris <rgm@gnu.org>
21006
21007 * config.in: Revert 2008-01-13 change: this is a generated file.
21008
21009 2008-01-13 Tom Tromey <tromey@redhat.com>
21010
21011 * lisp.h: Fix typo.
21012
21013 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
21014
21015 * m/sequent-ptx.h:
21016 * m/sequent.h:
21017 * s/ptx.h:
21018 * s/ptx4-2.h:
21019 * s/ptx4.h: Remove files for systems no longer supported.
21020
21021 * callproc.c (Fcall_process): Fix previous change.
21022
21023 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
21024
21025 * unexsunos4.c: Remove file, system not supported anymore.
21026
21027 * m/mips.h:
21028 * m/intel386.h:
21029 * callproc.c:
21030 * config.in:
21031 * ecrt0.c:
21032 * emacs.c:
21033 * fileio.c:
21034 * frame.c:
21035 * getpagesize.h:
21036 * keyboard.c:
21037 * lread.c:
21038 * process.c:
21039 * puresize.h:
21040 * sysdep.c:
21041 * systty.h:
21042 * syswait.h:
21043 * unexec.c:
21044 * xdisp.c:
21045 * alloc.c: Remove code containing references to symbols defined by
21046 unsupported systems.
21047
21048 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
21049
21050 * coding.c (detect_coding_mask): Fix previous change.
21051
21052 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
21053
21054 * coding.c (detect_coding_iso2022): New arg
21055 latin_extra_code_state. Allow Latin extra codes only
21056 when *latin_extra_code_state is nonzero.
21057 (detect_coding_mask): If there is a NULL byte, detect the encoding
21058 as UTF-16 or binary. If Latin extra codes exist, detect the
21059 encoding as ISO-2022 only when there's no other proper encoding is
21060 found.
21061
21062 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21063
21064 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
21065 #ifdef MAC_OS.
21066
21067 2008-01-08 Richard Stallman <rms@gnu.org>
21068
21069 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
21070
21071 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
21072
21073 * keyboard.c (parse_menu_item): Don't enclose key bindings on
21074 menu bar in parentheses.
21075
21076 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
21077
21078 * m/7300.h:
21079 * m/acorn.h:
21080 * m/alliant-2800.h:
21081 * m/alliant.h:
21082 * m/alliant1.h:
21083 * m/alliant4.h:
21084 * m/altos.h:
21085 * m/amdahl.h:
21086 * m/apollo.h:
21087 * m/att3b.h:
21088 * m/aviion-intel.h:
21089 * m/aviion.h:
21090 * m/celerity.h:
21091 * m/clipper.h:
21092 * m/cnvrgnt.h:
21093 * m/convex.h:
21094 * m/cydra5.h:
21095 * m/delta88k.h:
21096 * m/dpx2.h:
21097 * m/dual.h:
21098 * m/elxsi.h:
21099 * m/f301.h:
21100 * m/gould-np1.h:
21101 * m/gould.h:
21102 * m/i860.h:
21103 * m/ibmps2-aix.h:
21104 * m/ibmrt-aix.h:
21105 * m/ibmrt.h:
21106 * m/irist.h:
21107 * m/is386.h:
21108 * m/isi-ov.h:
21109 * m/mega68.h:
21110 * m/mg1.h:
21111 * m/news-r6.h:
21112 * m/news-risc.h:
21113 * m/news.h:
21114 * m/nh3000.h:
21115 * m/nh4000.h:
21116 * m/ns16000.h:
21117 * m/ns32000.h:
21118 * m/nu.h:
21119 * m/orion.h:
21120 * m/orion105.h:
21121 * m/paragon.h:
21122 * m/pfa50.h:
21123 * m/plexus.h:
21124 * m/pyramid.h:
21125 * m/pyrmips.h:
21126 * m/sh3el.h:
21127 * m/sps7.h:
21128 * m/sr2k.h:
21129 * m/stride.h:
21130 * m/sun1.h:
21131 * m/sun2.h:
21132 * m/sun3-68881.h:
21133 * m/sun3-fpa.h:
21134 * m/sun3-soft.h:
21135 * m/sun3.h:
21136 * m/sun386.h:
21137 * m/symmetry.h:
21138 * m/tad68k.h:
21139 * m/tahoe.h:
21140 * m/targon31.h:
21141 * m/tek4300.h:
21142 * m/tekxd88.h:
21143 * m/tower32.h:
21144 * m/tower32v3.h:
21145 * m/ustation.h:
21146 * m/wicat.h:
21147 * m/xps100.h:
21148 * s/cxux.h:
21149 * s/cxux7.h:
21150 * s/dgux.h:
21151 * s/dgux4.h:
21152 * s/dgux5-4-3.h:
21153 * s/dgux5-4r2.h:
21154 * s/esix.h:
21155 * s/esix5r4.h:
21156 * s/hiuxmpp.h:
21157 * s/hiuxwe2.h:
21158 * s/iris3-5.h:
21159 * s/iris3-6.h:
21160 * s/isc2-2.h:
21161 * s/isc3-0.h:
21162 * s/isc4-0.h:
21163 * s/isc4-1.h:
21164 * s/newsos5.h:
21165 * s/newsos6.h:
21166 * s/osf1.h:
21167 * s/osf5-0.h:
21168 * s/riscix1-1.h:
21169 * s/riscix12.h:
21170 * s/sco4.h:
21171 * s/sco5.h:
21172 * s/sunos4-0.h:
21173 * s/sunos4-1.h:
21174 * s/sunos413.h:
21175 * s/sunos4shr.h:
21176 * s/umax.h:
21177 * s/unipl5-2.h:
21178 * s/xenix.h:
21179 * cxux-crt0.s:
21180 * unexapollo.c:
21181 * unexconvex.c:
21182 * unexenix.c:
21183 * unexsni.c: Remove files for systems no longer supported.
21184
21185 * m/intel386.h: Remove references to unsupported systems.
21186
21187 * w32.c (get_emacs_configuration): Remove reference to i860.
21188
21189 * sysdep.c: Remove dead code.
21190
21191 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
21192
21193 * s/rtu.h:
21194 * m/masscomp.h: Remove files. Platform is obsolete.
21195
21196 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
21197
21198 * dbusbind.c (Fdbus_method_return): New function.
21199 (xd_read_message): Add the serial number to the event.
21200 (Fdbus_register_method): Activate the function.
21201
21202 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21203
21204 * keyboard.c (read_key_sequence): Fix typo.
21205
21206 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
21207
21208 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
21209 (xd_signature, xd_append_arg): Handle element type detection for
21210 empty arrays.
21211 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
21212 SDATA () calls; this must be solved more general.
21213 (Fdbus_register_signal): Use SBYTES instead of strlen.
21214
21215 2008-01-03 Magnus Henoch <magnus@zemdatav>
21216
21217 * dbusbind.c (xd_append_arg): Use unsigned char instead of
21218 unsigned int for byte values (necessary for big-endian platform).
21219 (Fdbus_call_method): Handle the case of no returned arguments.
21220
21221 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
21222
21223 * dbusbind.c (xd_read_message): Use non-static input_event struct.
21224
21225 2007-12-31 Magnus Henoch <mange@freemail.hu>
21226
21227 * dbusbind.c (xd_signature): Signature of variant is just "v".
21228
21229 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
21230
21231 * dbusbind.c: Fix several errors and compiler warnings.
21232 Reported by Tom Tromey <tromey@redhat.com>.
21233 (XD_ERROR, XD_DEBUG_MESSAGE)
21234 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
21235 (xd_append_arg): Part for basic D-Bus types rewritten.
21236 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
21237 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
21238 appropriate.
21239 (xd_read_message): Return Qnil. Don't signal an error; it is not
21240 useful during event reading.
21241 (Fdbus_register_signal): Signal an error if the check for
21242 FUNCTIONP fails.
21243 (Fdbus_register_method): New function. The implementation is not
21244 complete, the call of the function signals an error therefore.
21245 (Fdbus_unregister_object): New function, renamed from
21246 Fdbus_unregister_signal. The initial check signals an error, if
21247 the object is not well formed.
21248
21249 2007-12-30 Richard Stallman <rms@gnu.org>
21250
21251 * textprop.c (get_char_property_and_overlay):
21252 Signal error if POSITION is out of range in a buffer.
21253
21254 2007-12-29 Martin Rudalics <rudalics@gmx.at>
21255
21256 * w32fns.c (Fx_create_frame): Make copy of frame parameters
21257 because the original parameters are in pure storage now.
21258
21259 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21260
21261 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
21262
21263 2007-12-22 Eli Zaretskii <eliz@gnu.org>
21264
21265 * callint.c (syms_of_callint) <command-history>: Add reference to
21266 history-length in the doc string.
21267
21268 2007-12-17 Jason Rumney <jasonr@gnu.org>
21269
21270 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
21271 before passing as wParam.
21272
21273 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
21274
21275 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
21276 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
21277 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
21278 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
21279 as number.
21280 (Fdbus_call_method): Fix docstring.
21281
21282 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
21283
21284 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
21285 New macros.
21286 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
21287 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
21288 Simplify.
21289 (xd_signature): New function.
21290 (xd_append_arg): Compute also signatures. Major rewrite.
21291 (xd_retrieve_arg): Make debug messages friendly.
21292 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
21293 Check for signatures of arguments.
21294
21295 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
21296
21297 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
21298 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
21299 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
21300 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
21301 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
21302 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
21303 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
21304 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
21305 (xd_retrieve_value): Remove. Functionality included in ...
21306 (xd_append_arg): New function.
21307 (Fdbus_call_method, Fdbus_send_signal): Apply it.
21308
21309 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
21310
21311 * dbusbind.c (top): Include <stdio.h>.
21312 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
21313 dbus_message_new_method_call and dbus_message_new_signal.
21314 (Fdbus_register_signal): Rename unique_name to uname.
21315 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
21316 non-existing unique name. Fix typos in matching rule. Return an
21317 object which is useful in Fdbus_unregister_signal.
21318 (Fdbus_unregister_signal): Reimplementation, in order to remove
21319 only the corresponding entry.
21320 (Vdbus_registered_functions_table): Change the order of entries.
21321 Apply these changes in xd_read_message and Fdbus_register_signal.
21322
21323 2007-12-16 Andreas Schwab <schwab@suse.de>
21324
21325 * fileio.c (Finsert_file_contents): Fix overflow check to not
21326 depend on undefined integer overflow.
21327
21328 2007-12-14 Jason Rumney <jasonr@gnu.org>
21329
21330 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
21331 for characters above 127.
21332
21333 2007-12-13 Jason Rumney <jasonr@gnu.org>
21334
21335 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
21336 before dereferencing array.
21337 (lookup_vk_code): Remove zero comparison.
21338
21339 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
21340
21341 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
21342 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
21343 Use `unsigned int' instead of `uint'.
21344 (xd_read_message, Fdbus_register_signal): Split expressions into
21345 multiple lines before operators "&&" and "||", according to the
21346 GNU Coding Standards.
21347
21348 2007-12-14 Eli Zaretskii <eliz@gnu.org>
21349
21350 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
21351
21352 2007-12-12 Juri Linkov <juri@jurta.org>
21353
21354 * buffer.c (Frename_buffer): In interactive spec replace
21355 `read-buffer' with `read-string' that uses `buffer-name-history'
21356 as history, and the current buffer's name as default.
21357
21358 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
21359
21360 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
21361 manipulating the backtrace manually.
21362 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
21363 (struct backtrace, backtrace_list): Remove.
21364 (command_loop_1): Remove dead var `no_direct'.
21365
21366 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
21367 preserve non-built-in buffer-local variables.
21368 (Fkill_all_local_variables): Don't re-create&re-set permanent
21369 buffer-local variables.
21370
21371 2007-12-09 Juri Linkov <juri@jurta.org>
21372
21373 * buffer.c (Frename_buffer): Change interactive spec from "s" to
21374 Lisp code that uses `read-buffer' with current buffer as default.
21375
21376 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
21377
21378 * dbusbind.c (xd_read_message): Generate an event for every
21379 registered handler. There might be several handlers registered
21380 for the same signal.
21381 (Fdbus_register_signal): Don't overwrite a registration for the
21382 same signal. Add a new registration if handlers are different.
21383 (Vdbus_registered_functions_table): Rework doc string.
21384
21385 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
21386
21387 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
21388 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
21389 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
21390 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
21391 Unify argument lists.
21392 (xd_read_message, Fdbus_register_signal): Reorder and extend event
21393 arguments and hash table keys. Use unique name for service.
21394 (Fdbus_unregister_signal): Remove checks.
21395 (Vdbus_registered_functions_table): Fix doc string.
21396
21397 2007-12-05 Magnus Henoch <mange@freemail.hu>
21398
21399 * process.c (make_process): Initialize pty_flag to 0.
21400
21401 2007-12-05 Jason Rumney <jasonr@gnu.org>
21402
21403 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
21404 specified XBMs.
21405
21406 2007-12-05 Richard Stallman <rms@gnu.org>
21407
21408 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
21409
21410 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21411
21412 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
21413 New variable.
21414 (mac_try_close_socket) [MAC_OSX]: New function.
21415 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
21416 Update cfsockets_for_select. Replace invalid CFRunLoop source.
21417
21418 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
21419 Use mac_try_close_socket.
21420
21421 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21422
21423 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
21424 reloc_base.
21425 (copy_dysymtab): Compute relocation base here.
21426 (rebase_reloc_address) [__ppc64__]: New function.
21427 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
21428 changed.
21429
21430 2007-12-05 Jason Rumney <jasonr@gnu.org>
21431
21432 * w32proc.c (sys_spawnve): Quote args with wildcards.
21433
21434 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21435
21436 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
21437 __objc_* sections.
21438 (unrelocate) [_LP64]: Set relocation base to address of data segment.
21439
21440 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
21441
21442 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
21443 Move check for Vdbus_registered_functions_table to
21444 xd_read_queued_messages.
21445 (xd_read_queued_messages): Protect xd_read_message calls by
21446 internal_condition_case_1.
21447
21448 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
21449
21450 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
21451 Qdbus_system_bus and Qdbus_session_bus, respectively.
21452 (Vdbus_intern_symbols): Remove.
21453 (Vdbus_registered_functions_table): New hash table.
21454 (XD_SYMBOL_INTERN_SYMBOL): Remove.
21455 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
21456 Rewrite in order to manage registered functions by hash table
21457 Vdbus_registered_functions_table.
21458
21459 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
21460
21461 * xterm.c: Update URL to Window Manager Specification in comment.
21462
21463 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
21464
21465 * config.in (HAVE_DBUS): Add.
21466
21467 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
21468 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
21469 (obj): Add $(DBUS_OBJ).
21470 (LIBES): Add $(DBUS_LIBS).
21471 (dbusbind.o): New target.
21472
21473 * dbusbind.c: New file.
21474
21475 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
21476
21477 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
21478 (Qdbus_event): New Lisp symbol.
21479 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
21480 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
21481 (keys_of_keyboard): Define dbus-event.
21482
21483 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
21484
21485 2007-12-01 Richard Stallman <rms@gnu.org>
21486
21487 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
21488
21489 2007-11-30 Jason Rumney <jasonr@gnu.org>
21490
21491 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
21492 (w32con_reset_terminal_modes): Clear screen buffer.
21493 (w32_face_attributes): Don't use color indexes that are out of range.
21494 Only reverse the default colors.
21495
21496 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
21497 WINDOWSNT.
21498
21499 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
21500
21501 2007-11-29 Jason Rumney <jasonr@gnu.org>
21502
21503 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
21504 (w32_face_attributes): Use Vtty_defined_color_alist to determine
21505 if the terminal colors are initialized.
21506 (unspecified_fg, unspecified_bg): Remove unused declarations.
21507
21508 2007-11-29 Andreas Schwab <schwab@suse.de>
21509
21510 * keyboard.c (apply_modifiers): Fix typo.
21511
21512 2007-11-29 Richard Stallman <rms@gnu.org>
21513
21514 * keymap.c (Fcurrent_local_map): Doc fix.
21515
21516 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
21517
21518 * s/gnu-kfreebsd.h: New file.
21519
21520 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
21521
21522 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
21523 Don't cast redundantly.
21524
21525 * keyboard.c (KEY_TO_CHAR): New macro.
21526 (parse_modifiers, apply_modifiers): Accept integer arguments.
21527 (read_key_sequence): Use them to unify the "shift->unshift" mapping
21528 for chars and symbol keys.
21529 After doing such remapping, apply function-key-map again.
21530
21531 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
21532
21533 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
21534 compiled anymore.
21535
21536 2007-11-26 Andreas Schwab <schwab@suse.de>
21537
21538 * process.c (list_processes_1): Fix indentation level of the
21539 command column.
21540
21541 2007-11-23 Andreas Schwab <schwab@suse.de>
21542
21543 * editfns.c (Fformat): Handle %c specially since it requires the
21544 argument to be of type int.
21545
21546 2007-11-23 Markus Triska <markus.triska@gmx.at>
21547
21548 * emacs.c (main): Call init_editfns before init_process, since
21549 init_process sets Vprocess_connection_type depending on OS release.
21550
21551 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21552
21553 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
21554 (find_symbol_value): Use do_symval_forwarding.
21555
21556 * data.c (set_internal): Set the value in the `cons-cell' (for
21557 Buffer_Local_values) not only for frame-local variables.
21558
21559 2007-11-22 Andreas Schwab <schwab@suse.de>
21560
21561 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
21562 values to sprintf.
21563 * keymap.c (Fsingle_key_description): Likewise.
21564 * print.c (print_object): Likewise.
21565
21566 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
21567
21568 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
21569 file for image is nil.
21570
21571 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
21572
21573 * term.c: Include stdarg.h.
21574 (fatal): Implement using varargs.
21575 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
21576
21577 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21578
21579 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
21580 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
21581 Update call to buffer_slot_type_mismatch.
21582 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
21583 (buffer_slot_type_mismatch): Update.
21584 * buffer.c (buffer_local_types): Remove.
21585 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
21586 (defvar_per_buffer): Set the type in the buffer_objfwd.
21587
21588 2007-11-21 Jason Rumney <jasonr@gnu.org>
21589
21590 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
21591 CreateFileMapping returns NULL on failure.
21592
21593 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21594
21595 * search.c (Fset_match_data): Remove the `evaporate' feature.
21596 (unwind_set_match_data): Don't use the `evaporate' feature.
21597
21598 2007-11-21 Jason Rumney <jasonr@gnu.org>
21599
21600 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
21601
21602 * w32console.c (w32con_write_glyphs): Remove unused variables.
21603
21604 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
21605
21606 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
21607
21608 * s/darwin.h (MULTI_KBOARD): Remove.
21609
21610 * macfns.c (x_create_tip_frame, Fx_create_frame)
21611 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
21612
21613 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21614
21615 * buffer.c (Fbuffer_local_value): Remove redundant test.
21616 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
21617 than in `current-buffer' to match the comment.
21618 Do the swap using swap_in_global_binding.
21619
21620 * data.c (store_symval_forwarding, set_internal):
21621 * eval.c (specbind): Remove dead code.
21622
21623 * coding.c (detect_coding, Fupdate_coding_systems_internal):
21624 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
21625 Since we do not want to see internal Lisp_*fwd objects here.
21626
21627 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
21628
21629 * sysdep.c (init_system_name): Use getaddrinfo if available.
21630
21631 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
21632 (x_scroll_bar_note_movement): start, end, with, height in struct
21633 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
21634
21635 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
21636
21637 * puresize.h (BASE_PURESIZE): Increase to 1190000.
21638
21639 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21640
21641 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
21642 This undoes Richard's change of 14-Oct-2002.
21643
21644 * alloc.c (allocate_other_vector):
21645 * lisp.h (allocate_other_vector): Remove.
21646
21647 * window.c (struct save_window_data): Move non-lisp data to the end
21648 and make it `int' rather than Lisp_Object.
21649 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
21650 Done wrap/unwrap integer values.
21651 (Fset_window_configuration, compare_window_configurations):
21652 Update use of fields to their new types.
21653
21654 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
21655 Turn integer fields into `int'. Merge x_window_low and x_window_high.
21656 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
21657 (SET_SCROLL_BAR_X_WINDOW): Remove.
21658 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
21659 Access the new x_window field directly.
21660 * xterm.c (x_scroll_bar_create): Use a pseudovector.
21661 Don't wrap/unwrap integers into Lisp_Objects.
21662 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
21663 (x_scroll_bar_report_motion):
21664 Don't wrap/unwrap integers into Lisp_Objects.
21665 (x_term_init): Use SDATA.
21666 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
21667 (x_scroll_bar_set_handle, x_scroll_bar_remove)
21668 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
21669 (x_scroll_bar_report_motion, x_scroll_bar_clear):
21670 * xfns.c (x_set_background_color):
21671 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
21672 Access the new x_window field directly.
21673
21674 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
21675 (allocate_pseudovector): Make non-static.
21676
21677 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
21678 (allocate_pseudovector): Declare.
21679 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
21680
21681 2007-11-15 Andreas Schwab <schwab@suse.de>
21682
21683 * editfns.c (Fformat): Correctly format EMACS_INT values.
21684 Also take precision into account when formatting an integer.
21685
21686 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
21687
21688 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21689
21690 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
21691 (syms_of_keyboard): Defsubr it.
21692
21693 * data.c (swap_in_global_binding): Fix longstanding bug where
21694 store_symval_forwarding was not called with the right second argument,
21695 thus causing objfwd-ing from being dropped.
21696
21697 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
21698
21699 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
21700 (Fx_display_pixel_height, Fx_display_planes)
21701 (Fx_display_color_cells, Fx_server_max_request_size)
21702 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21703 (Fx_display_visual_class, Fx_display_save_under):
21704 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
21705 (Fx_display_pixel_height, Fx_display_planes)
21706 (Fx_display_color_cells, Fx_server_max_request_size)
21707 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
21708 (Fx_display_mm_height, Fx_display_mm_width)
21709 (Fx_display_backing_store, Fx_display_visual_class)
21710 (Fw32_select_font, Fx_display_save_under):
21711 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
21712 (Fx_display_pixel_height, Fx_display_planes)
21713 (Fx_display_color_cells, Fx_server_max_request_size)
21714 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21715 (Fx_display_save_under): Fix typos in docstrings.
21716
21717 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
21718
21719 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
21720 corresponding to deleted entries; they are an implementation detail.
21721 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
21722 Remove variables.
21723 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
21724 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
21725 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
21726 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
21727 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
21728 (Fw32_define_rgb_color, Fw32_load_color_file)
21729 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
21730 Fix typos in docstrings.
21731 (Fx_server_version): Reflow docstring.
21732 (Fw32_shell_execute): Doc fixes.
21733
21734 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
21735
21736 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
21737 if w32_parse_hot_key returned nil.
21738
21739 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21740
21741 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
21742
21743 2007-11-09 Jason Rumney <jasonr@gnu.org>
21744
21745 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
21746
21747 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
21748
21749 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
21750 Remove W32_SCROLL_BAR_CLICK_EVENT.
21751
21752 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
21753 Add MULTIMEDIA_KEY_EVENT.
21754
21755 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
21756 (lispy_multimedia_keys) [WINDOWSNT]: New array.
21757 (make_lispy_event) [WINDOWSNT]: Use it to translate
21758 MULTIMEDIA_KEY_EVENT.
21759
21760 * w32term.h (WM_APPCOMMAND): Define if not already.
21761 (GET_APPCOMMAND_LPARAM): Likewise.
21762
21763 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
21764 WM_APPCOMMAND.
21765
21766 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
21767 (syms_of_w32fns): Export and initialize it.
21768 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
21769
21770 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
21771
21772 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
21773 twice.
21774
21775 * xdisp.c (handle_face_prop): Fix last change.
21776
21777 2007-11-09 Richard Stallman <rms@gnu.org>
21778
21779 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
21780 not just for after-strings and before-strings.
21781 Call face_for_overlay_string and pass the overlay to it.
21782 (handle_display_prop): Determine whether property came from an overlay.
21783 Pass OVERLAY arg to handle_single_display_spec.
21784 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
21785 (load_overlay_strings): Fill in it->string_overlays.
21786 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
21787
21788 * xfaces.c (face_for_overlay_string): Function renamed from
21789 face_at_buffer_position_no_overlays, and add arg OVERLAY.
21790
21791 * dispextern.h (struct it): New elt string_overlays.
21792 New elt from_overlay, also in stack.
21793 Rearrange a few elements.
21794 (face_for_overlay_string): Decl renamed from
21795 face_at_buffer_position_no_overlays, and add argument.
21796
21797 2007-11-09 Richard Stallman <rms@gnu.org>
21798
21799 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
21800 to get the base face for an overlay string.
21801
21802 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
21803
21804 * xfaces.c (face_at_buffer_position_no_overlays): New function.
21805
21806 * xdisp.c (handle_stop): Move some code out of loop.
21807
21808 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21809
21810 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
21811 Fix conversion from Lisp object to ATSUFontID.
21812
21813 2007-11-09 Jason Rumney <jasonr@gnu.org>
21814
21815 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
21816
21817 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21818
21819 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
21820 Don't assume regions are aligned to page boundary.
21821 (print_load_command_name): Add LC_UUID if defined.
21822
21823 2007-11-09 Richard Stallman <rms@gnu.org>
21824
21825 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
21826
21827 2007-11-07 Jason Rumney <jasonr@gnu.org>
21828
21829 * s/windows95.h: Remove.
21830
21831 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
21832
21833 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
21834 abort with a message on unhandled store_type values.
21835
21836 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
21837
21838 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
21839 Remove HAVE_X11R5 and HAVE_X11R4.
21840
21841 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21842
21843 * Makefile.in: Remove references to sunfns.c and sunfns.o.
21844
21845 2007-11-01 Johan Bockgård <bojohan@gnu.org>
21846
21847 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
21848 Don't set s->stippled_p here, since it has already been set by
21849 x_set_glyph_string_gc from x_draw_glyph_string.
21850
21851 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21852
21853 * sunfns.c: Remove file.
21854
21855 * m/sun386.h:
21856 * m/sun2.h:
21857 * m/sparc.h: Remove Sun windows code.
21858
21859 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
21860
21861 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
21862 (init_keyboard): Set current_kboard's window-system to nil.
21863 (tty_read_avail_input): Typo.
21864 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
21865
21866 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21867
21868 * s/usg5-4.h:
21869 * s/usg5-3.h:
21870 * s/ptx.h:
21871 * m/is386.h:
21872 * m/ibmps2-aix.h:
21873 * Makefile.in: Remove all mentions of X10.
21874
21875 * dispnew.c (syms_of_display): Don't mention version 10.
21876
21877 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
21878
21879 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
21880 ($(BLD)/abbrev.$(O)): Remove.
21881
21882 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
21883
21884 Rewrite abbrev.c in Elisp.
21885 * image.c (Qcount): Don't declare as extern.
21886 (syms_of_image): Initialize and staticpro `Qcount'.
21887 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
21888 * emacs.c (main): Don't call syms_of_abbrev.
21889 * Makefile.in (obj): Remove abbrev.o.
21890 (abbrev.o): Remove.
21891 * abbrev.c: Remove.
21892
21893 2007-10-26 Martin Rudalics <rudalics@gmx.at>
21894
21895 * window.c (window_min_size_2): Don't count header-line.
21896
21897 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21898
21899 * frame.h (struct frame): Move all bit fields after the first bit
21900 field to take advantage of the available space. Group all the
21901 chars together to reduce wasted space due to padding.
21902
21903 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
21904
21905 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
21906
21907 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
21908 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
21909 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
21910 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
21911 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
21912 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
21913 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
21914 (last_marked, mark_object_loop_halt): Make static.
21915
21916 * frame.c (syms_of_frame) <delete-frame-functions>:
21917 Fix typo in docstring.
21918
21919 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
21920
21921 * w32.c (init_environment): Fix tiny memory leak.
21922 (w32_get_resource): Remove unused variable `ok'.
21923
21924 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21925
21926 Make `window-system' into a keyboard-local variable (rather than
21927 frame-local as done originally by multi-tty).
21928
21929 * keyboard.h (struct kboard): Add Vwindow_system.
21930 * keyboard.c (init_kboard): Set a default for Vwindow_system.
21931 (mark_kboards): Mark Vwindow_system.
21932
21933 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
21934 (init_display): Don't set the obsolete `window-system' frame-param.
21935
21936 * xterm.c (x_term_init):
21937 * w32term.c (w32_create_terminal):
21938 * term.c (init_tty): Set Vwindow_system.
21939 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
21940 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
21941
21942 * xfns.c (Fx_create_frame, x_create_tip_frame):
21943 * w32fns.c (Fx_create_frame, x_create_tip_frame):
21944 * macfns.c (Fx_create_frame):
21945 Don't set the obsolete `window-system' frame-param.
21946
21947 * frame.h (Qwindow_system): Remove.
21948 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
21949 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
21950
21951 2007-10-24 Richard Stallman <rms@gnu.org>
21952
21953 * frame.c (x_figure_window_size): For fullscreen case,
21954 set USPosition | PPosition without clobbering rest of window_prompting.
21955
21956 * keyboard.c (Fcurrent_idle_time): Doc fix.
21957
21958 * print.c (Fwith_output_to_temp_buffer): Doc fix.
21959
21960 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21961
21962 * process.c (unwind_request_sigio): Only define if __ultrix__.
21963
21964 * callproc.c (child_setup): Remove spurious *.
21965
21966 * lisp.h (Fget_text_property): Declare.
21967 (have_menus_p): Declare it here rather than in sys-dep header files.
21968 * macterm.h (have_menus_p):
21969 * msdos.h (have_menus_p):
21970 * xterm.h (have_menus_p): Remove.
21971
21972 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
21973 (Fmake_variable_frame_local): Just check the variable's const-ness
21974 rather than checking nil or t.
21975
21976 2007-10-22 Jason Rumney <jasonr@gnu.org>
21977
21978 * w32fns.c: Include math.h.
21979 (w32_abort): Declaration moved to nt/config.nt.
21980
21981 * s/ms-w32.h (HAVE_STDLIB_H): Define.
21982 (abort): Redefinition moved to nt/config.nt.
21983
21984 * m/windowsnt.h: Remove.
21985
21986 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
21987
21988 * emacs.c (Fdump_emacs): Fix typo in message.
21989 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
21990 <installation-directory>: Reflow docstring.
21991
21992 2007-10-22 Juri Linkov <juri@jurta.org>
21993
21994 * minibuf.c: Allow minibuffer default to be a list of default values.
21995 With empty input use the first element of this list as returned default.
21996 (string_to_object)
21997 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
21998 (read_minibuf): If defalt is cons, set histstring to its car.
21999 (Fread_string): If default_value is cons, set val to its car.
22000 (Fread_buffer): If def is cons, use its car.
22001 (Fcompleting_read): If defalt is cons, set val to its car.
22002
22003 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
22004
22005 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
22006
22007 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
22008
22009 * doc.c (Fdocumentation): Check for advice in all cases.
22010
22011 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
22012
22013 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
22014
22015 2007-10-19 Richard Stallman <rms@gnu.org>
22016
22017 * doc.c (Fdocumentation): Check for and handle an advised function.
22018
22019 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
22020
22021 * process.c (Fset_process_filter): Doc fix.
22022
22023 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22024
22025 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
22026 which caused key-translation-map to applied repeatedly (thus breaking
22027 double-mode).
22028
22029 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22030
22031 * xselect.c (x_own_selection, x_handle_selection_clear)
22032 (x_clear_frame_selections):
22033 * w32menu.c (list_of_panes, list_of_items):
22034 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
22035 * textprop.c (validate_plist, interval_has_all_properties)
22036 (interval_has_some_properties, interval_has_some_properties_list)
22037 (add_properties, text_property_list):
22038 * process.c (Fget_buffer_process, list_processes_1, status_notify):
22039 * minibuf.c (Fassoc_string):
22040 * macselect.c (x_own_selection, x_clear_frame_selections)
22041 (Fx_disown_selection_internal):
22042 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
22043 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
22044
22045 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
22046
22047 * process.c: Link to libs for calling res_init() if available.
22048 (Fmake_network_process): Call res_init() before getaddrinfo or
22049 gethostbyname, if possible.
22050
22051 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22052
22053 * lread.c (read1): Set pvectype for char_tables.
22054
22055 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
22056 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
22057 Add type checks.
22058 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
22059
22060 * alloc.c (free_misc): Use XMISCTYPE.
22061 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
22062
22063 2007-10-17 Glenn Morris <rgm@gnu.org>
22064
22065 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
22066 (syms_of_minibuf): Add Qcompletion_ignore_case.
22067 * dired.c (Qcompletion_ignore_case): Change to external.
22068 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
22069 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
22070 (Fread_file_name): Use it rather than intern'ing.
22071
22072 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
22073 (Fread_coding_system): Ignore case of user input.
22074
22075 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22076
22077 * xdisp.c (handle_display_prop): Ignore display specs after
22078 replacing one when string text is being replaced.
22079 (handle_single_display_spec): Pretend as if characters with display
22080 property haven't been consumed only when buffer text is being replaced.
22081
22082 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22083
22084 * xfns.c (Fx_create_frame, Fx_display_list):
22085 * window.c (window_fixed_size_p, enlarge_window)
22086 (shrink_window_lowest_first):
22087 * macterm.c (init_font_name_table):
22088 * macfns.c (Fx_create_frame, Fx_display_list):
22089 * lread.c (close_load_descs):
22090 * keyboard.c (read_char_x_menu_prompt):
22091 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
22092 * coding.c (code_convert_region_unwind): Test the type of an object
22093 rather than just !NILP before extracting data from it.
22094
22095 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
22096
22097 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
22098 (XMISCANY): New macro.
22099 (XMISCTYPE): Use it.
22100 (struct Lisp_Misc_Any): New type.
22101 (union Lisp_Misc): Use it.
22102 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
22103 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
22104 (find_symbol_value, set_internal, default_value, Fset_default)
22105 (Fmake_variable_buffer_local, Fmake_local_variable)
22106 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
22107 (Flocal_variable_if_set_p, Fvariable_binding_locus):
22108 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
22109 * alloc.c (allocate_buffer): Set the size and tag.
22110 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
22111 Use XMISCANY.
22112 (die): Follow the GNU convention for error messages.
22113 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
22114 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
22115 tag any more.
22116 (set_buffer_internal_1):
22117 * frame.c (store_frame_param):
22118 * eval.c (specbind):
22119 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
22120
22121 * doc.c (Fsnarf_documentation): Simplify.
22122
22123 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
22124
22125 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
22126 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
22127
22128 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
22129
22130 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
22131
22132 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
22133
22134 * eval.c (do_autoload): Don't save autoloads.
22135
22136 * data.c (Ffset): Save autoload of the function being set.
22137
22138 2007-10-07 John Paul Wallington <jpw@pobox.com>
22139
22140 * xfns.c (x_create_tip_frame): Set the `display-type' frame
22141 parameter before setting up faces.
22142
22143 2007-10-13 Eli Zaretskii <eliz@gnu.org>
22144
22145 * ccl.c (Fregister_code_conversion_map):
22146 * keyboard.c (append_tool_bar_item): Reformat last change.
22147
22148 * lisp.h (eabs): Rename from `abs'. All callers changed.
22149
22150 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
22151
22152 * buffer.c (add_overlay_mod_hooklist):
22153 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
22154 * fontset.c (make_fontset):
22155 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
22156 (append_tool_bar_item):
22157 * macmenu.c (grow_menu_items):
22158 * w32menu.c (grow_menu_items):
22159 * xmenu.c (grow_menu_items): Use larger_vector.
22160
22161 2007-10-13 Eli Zaretskii <eliz@gnu.org>
22162
22163 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
22164 selected frame'' on MSDOS).
22165
22166 2007-10-12 Martin Rudalics <rudalics@gmx.at>
22167
22168 * frame.c (Qexplicit_name): New variable.
22169 (x_report_frame_params): Report it in parameter alist.
22170 (syms_of_frame): Intern and staticpro it.
22171
22172 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
22173
22174 * macfns.c (x_create_tip_frame): Set terminal for frame.
22175
22176 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22177
22178 * frame.c (Qenvironment): Remove.
22179 (syms_of_frame) <Qenvironment>: Don't initialize.
22180 (Fdelete_frame): Don't treat the `environment' param specially.
22181 * frame.h (Qenvironment): Don't declare.
22182 * callproc.c (set_initial_environment): Don't set unused frame param.
22183
22184 * frame.c (Fframe_with_environment): Remove.
22185 (syms_of_frame) <Sframe_with_environment>: Don't declare.
22186
22187 * lisp.h (Fframe_with_environment): Don't declare.
22188
22189 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
22190
22191 * indent.c (indent_tabs_mode, last_known_column)
22192 (last_known_column_modified): Make static.
22193 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
22194
22195 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
22196
22197 * puresize.h (BASE_PURESIZE): Increase to 1170000.
22198
22199 2007-10-09 Jason Rumney <jasonr@gnu.org>
22200
22201 * w32term.c (x_set_window_size): Disable code that attempts to tell
22202 Lisp code about a size change before it actually happens.
22203
22204 2007-10-09 Richard Stallman <rms@gnu.org>
22205
22206 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
22207 return HANDLED_RETURN.
22208
22209 2007-10-08 Martin Rudalics <rudalics@gmx.at>
22210
22211 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
22212 when there's an unread command event.
22213
22214 * frame.c (focus_follows_mouse): Move here from frame.el to allow
22215 window autoselection act appropriately when leaving selected frame.
22216 (syms_of_frame): Initialize focus_follows_mouse.
22217 * frame.h (focus_follows_mouse): Extern it.
22218 * macterm.c (XTread_socket): When focus_follows_mouse is nil
22219 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
22220 * msdos.c (dos_rawgetc): Likewise.
22221 * w32term.c (w32_read_socket): Likewise.
22222 * xterm.c (handle_one_xevent): Likewise.
22223 * xdisp.c (syms_of_xdisp): In doc-string of
22224 mouse-autoselect-window mention focus-follows-mouse.
22225
22226 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22227
22228 * macterm.c (mac_load_query_font): Fix missing return value.
22229 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
22230 Add BLOCK_INPUT.
22231
22232 2007-10-08 Richard Stallman <rms@gnu.org>
22233
22234 * xdisp.c (get_window_cursor_type): Implement documented behavior
22235 for cursor-in-non-selected-windows = t.
22236
22237 2007-10-08 Jason Rumney <jasonr@gnu.org>
22238
22239 * w32.c (w32_get_resource): Always close registry keys.
22240
22241 2007-10-08 Jason Rumney <jasonr@gnu.org>
22242
22243 * makefile.w32-in (LIBS): Add COMCTL32.
22244
22245 * w32fns.c (globals_of_w32fns): Init common controls.
22246
22247 2007-10-08 Richard Stallman <rms@gnu.org>
22248
22249 * image.c (our_memory_buffer): Rename from omfib_buffer.
22250
22251 2007-10-08 Richard Stallman <rms@gnu.org>
22252
22253 * buffer.c (Foverlays_at): Doc fix.
22254
22255 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
22256
22257 * fns.c (Fplist_put): Preserve uneven tail data.
22258
22259 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
22260
22261 * termhooks.h (enum event_kind): Remove trailing comma.
22262
22263 * frame.h (enum): Remove trailing comma.
22264
22265 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
22266
22267 * w32proc.c (delete_child): Don't terminate threads of zombies.
22268
22269 2007-10-08 Martin Rudalics <rudalics@gmx.at>
22270
22271 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
22272
22273 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
22274 last-repeatable-command.
22275 (init_kboard): Initialize Vlast_repeatable_command.
22276 (command_loop_1): Set it to real_this_command unless that was
22277 bound to an input event.
22278 (mark_kboards): Mark it.
22279
22280 2007-10-08 Richard Stallman <rms@gnu.org>
22281
22282 * eval.c (condition-case): Doc fix.
22283
22284 2007-10-08 Masatake YAMATO <jet@gyve.org>
22285
22286 * xfaces.c (tty_supports_face_attributes_p): Fix code
22287 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
22288 was copied and not edited.
22289
22290 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
22291
22292 Add new `input-decode-map' keymap and use it for terminal
22293 escape sequences.
22294 * keyboard.h (struct kboard): Add Vinput_decode_map.
22295 Remove Vlocal_key_translation_map.
22296 * keyboard.c (read_key_sequence): Add support for input-decode-map.
22297 (init_kboard): Init input-decode-map.
22298 Replace local-key-translation-map back with key-translation-map.
22299 (syms_of_keyboard): Declare input-decode-map.
22300 Remove local-key-translation-map. Update docstrings.
22301 (mark_kboards): Mark Vinput_decode_map.
22302 Don't mark Vlocal_key_translation_map.
22303 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
22304 Replace local-key-translation-map back with key-translation-map.
22305 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
22306 Bind in input-decode-map rather than function-key-map.
22307
22308 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
22309 This was made redundant by the previous introduction of XSETPVECTYPE.
22310
22311 2007-10-09 Richard Stallman <rms@gnu.org>
22312
22313 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
22314
22315 2007-09-29 Richard Stallman <rms@gnu.org>
22316
22317 * eval.c (internal_condition_case_2, internal_condition_case_1)
22318 (internal_condition_case): Reenable abort if x_catching_errors ()
22319 to see if that really happens and why.
22320
22321 2007-10-06 Andreas Schwab <schwab@suse.de>
22322
22323 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
22324
22325 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
22326
22327 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
22328
22329 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22330
22331 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
22332
22333 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
22334
22335 * window.h (struct window):
22336 * window.c (struct save_window_data, struct saved_window):
22337 * termhooks.h (struct terminal):
22338 * process.h (struct Lisp_Process):
22339 * frame.h (struct frame):
22340 * buffer.h (struct buffer):
22341 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
22342 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
22343 The size field of (pseudo)vectors is now unsigned.
22344 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
22345
22346 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
22347 Turn `count' into an integer.
22348
22349 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
22350 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
22351 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
22352 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
22353 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
22354
22355 * alloc.c (allocate_pseudovector): New fun.
22356 (ALLOCATE_PSEUDOVECTOR): New macro.
22357 (allocate_window, allocate_terminal, allocate_frame)
22358 (allocate_process): Use it.
22359 (mark_vectorlike): New function.
22360 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
22361 (mark_terminals): Use it.
22362 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
22363 (Fmake_byte_code): Use XSETPVECTYPE.
22364
22365 * frame.c (Fframe_parameters): Minor simplification.
22366
22367 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
22368
22369 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
22370
22371 * buffer.c (Fget_buffer_create, init_buffer_once):
22372 * lread.c (defsubr):
22373 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
22374
22375 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
22376 defined differently in the m/*.h files.
22377 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
22378 (XSETPVECTYPE): New macro.
22379 (XSETPSEUDOVECTOR): Use it.
22380
22381 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
22382 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
22383
22384 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
22385 * lread.c (defvar_per_buffer):
22386 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
22387
22388 * window.c (candidate_window_p): Only consider as visible frames that
22389 are on the same terminal.
22390
22391 * m/ibms390x.h (MARKBIT): Remove unused macro.
22392
22393 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
22394
22395 * lread.c (Fload): Fix typo in docstring.
22396
22397 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
22398
22399 * floatfns.c (Fexpt): Manually check for overflows, so that a power
22400 of a non-zero value can't yield zero.
22401
22402 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
22403
22404 * term.c (term_clear_mouse_face, term_mouse_highlight)
22405 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
22406
22407 * print.c (safe_debug_print): Use XHASH.
22408
22409 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
22410 Lisp elements such as tags.
22411 (XHASH): New macro.
22412 (EQ): Use it.
22413 (SREF, SSET, STRING_COPYIN): Use SDATA.
22414 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
22415
22416 * alloc.c (mark_terminal): Remove left-over declaration.
22417 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
22418 (allocate_vectorlike): Remove type argument. Adjust callers.
22419 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
22420 Only handle the one remaining MEM_TYPE_VECTORLIKE.
22421
22422 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
22423 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
22424 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
22425 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
22426 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
22427 Use them.
22428
22429 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
22430 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
22431 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
22432
22433 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
22434
22435 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
22436 loaded by default.
22437
22438 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
22439
22440 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
22441 on this tty.
22442 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
22443
22444 * term.c (mouse_face_window): Rename from Qmouse_face_window.
22445 Update all users.
22446 (handle_one_term_event): Use Gpm_DrawPointer.
22447 (Fgpm_mouse_start): Rename from Fterm_open_connection.
22448 Signal errors instead of returning nil. Always return nil.
22449 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
22450 Make it a noop if gpm-mouse was not activated.
22451 (syms_of_term): Update names.
22452
22453 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
22454
22455 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
22456 (init_sys_modes): Check that gpm_tty is the current tty.
22457
22458 * alloc.c (allocate_terminal): Set the vector size to only count the
22459 lisp fields. Initialize those to nil.
22460 (mark_object): Don't treat terminals specially.
22461 (mark_terminal): Remove.
22462 (mark_terminals): Use mark_object instead.
22463
22464 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
22465 the GC to the beginning.
22466
22467 * indent.h:
22468 * indent.c: Use EMACS_INT for ints coming from Elisp data.
22469
22470 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
22471
22472 2007-09-25 Jason Rumney <jasonr@gnu.org>
22473
22474 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
22475
22476 * w32console.c (create_w32cons_output): Remove.
22477
22478 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
22479
22480 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
22481 (reset_sys_modes): Use reset_terminal_modes_hook.
22482
22483 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
22484
22485 * eval.c (do_autoload): Don't output any message.
22486
22487 2007-09-24 Juri Linkov <juri@jurta.org>
22488
22489 * emacs.c (standard_args): Change priority of "--no-splash"
22490 from 40 to 3. Add "--no-desktop" with the same priority.
22491
22492 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
22493
22494 * alloc.c (gc_sweep): Check cons cell mark bits word by word
22495 and optimize the case where they are all 1.
22496
22497 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
22498
22499 * lisp.h (abs): Define if not defined.
22500 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
22501 Don't define `abs', since it's defined in lisp.h.
22502
22503 2007-09-22 Eli Zaretskii <eliz@gnu.org>
22504
22505 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
22506 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
22507 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
22508 (init_tty): Use DEV_TTY instead of "/dev/tty".
22509 [WINDOWSNT]: No need to protect from NAME arg being null.
22510
22511 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22512
22513 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
22514 up the tty state.
22515
22516 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22517
22518 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
22519 (gpm_tty): Change its type.
22520 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
22521 (gpm_tty): Change its type and initialize it.
22522 (Fterm_open_connection): Check the frame is indeed a tty.
22523 Use the new gpm_tty.
22524 (Fterm_close_connection): Use the new gpm_tty.
22525 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
22526 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
22527
22528 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
22529
22530 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
22531 underline_color, to draw strike-through.
22532
22533 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22534
22535 * lisp.h (allocate_terminal): Declare.
22536
22537 * window.c (candidate_window_p): Consider frames that are being placed
22538 by the user as somewhere between visible and iconified.
22539 (window_loop): Prefer windows on the current frame.
22540 (Fselect_window): Move the use of select-frame to the beginning so we
22541 can just delegate all the work (it'll call us back anyway).
22542
22543 * frame.c (Qdisplay_environment_variable):
22544 * frame.h (Qdisplay_environment_variable): Delete.
22545
22546 * .gdbinit (xbacktrace): Print the arg's address rather than the value
22547 of the first arg, since that value may be a union.
22548
22549 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
22550 parameter rather than Qdisplay_environment_variable. If all else
22551 fails, look for DISPLAY in initial-environment.
22552
22553 2007-09-21 Glenn Morris <rgm@gnu.org>
22554
22555 * Makefile.in (emacstool): Remove target.
22556 (lisp, shortlisp): Remove termdev.elc.
22557
22558 2007-09-21 Markus Triska <markus.triska@gmx.at>
22559
22560 * xterm.c (x_delete_display): Compile session management conditionally.
22561
22562 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22563
22564 * callproc.c (getenv_internal_1): New function.
22565 (getenv_internal): Use it.
22566 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
22567
22568 * terminal.c (get_terminal): Don't accept ints to represent terminals.
22569 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
22570 (Fset_terminal_parameter): Work with dead terminals as well.
22571 (Fmodify_terminal_parameters): Remove.
22572
22573 * terminal.c (get_terminal): Handle terminals.
22574 Make sure the terminal returned is live.
22575 (create_terminal): Use allocate_terminal.
22576 (mark_terminals): Move to alloc.c.
22577 (delete_terminal): Use terminal->name as liveness status.
22578 NULL out fields after freeing their contents.
22579 Don't deallocate the object.
22580 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
22581 rather than an int.
22582 (Fterminal_live_p): Accept non-integer arguments.
22583 (Fterminal_list): Return terminal objects rather than an ints.
22584
22585 * alloc.c (enum mem_type): New member for `terminal' objects.
22586 (allocate_terminal): New function.
22587 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
22588 Handle terminals.
22589 (mark_terminal): New fun.
22590 (mark_terminals): Move from terminal.c.
22591
22592 * term.c (get_tty_terminal): Don't treat output_initial specially.
22593 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
22594 (delete_tty): Use terminal->name as liveness status.
22595
22596 * termhooks.h (struct terminal): Make it into a pseudovector.
22597 Remove `deleted' replaced by checking `name's nullness.
22598
22599 * print.c (print_object): Handle terminals.
22600
22601 * lisp.h (enum pvec_type): New `terminal' pseudovector.
22602 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
22603
22604 * frame.c (make_terminal_frame):
22605 * keyboard.c (tty_read_avail_input):
22606 * w32term.c (x_delete_terminal):
22607 * xfns.c (Fx_create_frame, x_create_tip_frame):
22608 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
22609
22610 2007-09-20 Glenn Morris <rgm@gnu.org>
22611
22612 * process.c (Fmake_network_process): Doc fix.
22613
22614 2007-09-19 Jason Rumney <jasonr@gnu.org>
22615
22616 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
22617
22618 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
22619
22620 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
22621 Fix a C warning regarding variable constness.
22622
22623 * xterm.c (handle_one_xevent): Fix a C warning.
22624
22625 2007-09-18 Jason Rumney <jasonr@gnu.org>
22626
22627 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
22628
22629 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
22630
22631 * gtkutil.c (gdpy_def): New variable.
22632 (xg_initialize): Initialize gdpy_def.
22633 (xg_display_close): If no other display exists, set gdpy_def to a
22634 new connection.
22635
22636 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
22637
22638 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
22639 when we have no file name for the icon.
22640 (xg_tool_bar_expose_callback): Remove.
22641 (xg_create_tool_bar): Don't connect expose signal to
22642 xg_tool_bar_expose_callback.
22643 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
22644
22645 2007-09-16 Andreas Schwab <schwab@suse.de>
22646
22647 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
22648 values instead of zapping them.
22649
22650 2007-09-14 Glenn Morris <rgm@gnu.org>
22651
22652 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
22653 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
22654 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
22655 scope and rename to omfib_buffer for clarity.
22656 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
22657
22658 2007-09-14 Kenichi Handa <handa@m17n.org>
22659
22660 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
22661
22662 2007-09-13 Jason Rumney <jasonr@gnu.org>
22663
22664 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
22665
22666 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
22667
22668 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
22669 (mac_term_init): Call here instead, passing rif.
22670
22671 2007-09-13 Glenn Morris <rgm@gnu.org>
22672
22673 * s/hpux.h: No longer define `static' as nothing.
22674
22675 2007-09-13 Johan Bockgård <bojohan@gnu.org>
22676
22677 * callint.c (Fcall_interactively): Remove unused var `fun'.
22678
22679 2007-09-12 Romain Francoise <romain@orebokech.com>
22680
22681 * window.c (prefer_window_split_horizontally, display_buffer):
22682 Revert 2007-09-08 change.
22683
22684 2007-09-12 Glenn Morris <rgm@gnu.org>
22685
22686 * alloca.c: Remove file.
22687 * Makefile.in (alloca): Do not undef.
22688 (allocaobj, alloca.o): Remove.
22689 (otherobj): Remove allocaobj.
22690 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
22691 * regex.c (C_ALLOCA): Remove all references and code that was only
22692 used when this was defined.
22693 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
22694 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
22695 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
22696
22697 * Makefile.in (SOURCES, unlock, relock): Delete.
22698
22699 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
22700 (menu_grab_callback): All uses changed.
22701
22702 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
22703 (x_reply_selection_request): All uses changed.
22704
22705 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
22706
22707 * lread.c (load_warn_old_style_backquotes): Change message to look
22708 better when it appears in the middle of byte-compiler messages.
22709
22710 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
22711
22712 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
22713
22714 * xterm.c (x_create_terminal): Add comment.
22715
22716 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
22717
22718 2007-09-10 Richard Stallman <rms@gnu.org>
22719
22720 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
22721
22722 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
22723
22724 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
22725 (DEFUN): Document `intspec', use it instead of `prompt'.
22726
22727 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
22728
22729 * data.c (Finteractive_form): If the interactive specification starts
22730 with a `(', use it as a Lisp form.
22731
22732 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
22733 name and file modes.
22734
22735 * callint.c (Fcall_interactively): Comment fixes.
22736
22737 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
22738
22739 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
22740 and compiled functions.
22741
22742 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
22743
22744 * window.c (prefer_window_split_horizontally): New variable.
22745 (display_buffer): Consider splitting window horizontally depending
22746 on prefer_window_split_horizontally.
22747
22748 2007-09-08 Eli Zaretskii <eliz@gnu.org>
22749
22750 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
22751
22752 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22753
22754 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
22755
22756 * frame.c (x_set_frame_parameters): Check number is positive before
22757 using XFASTINT.
22758
22759 * window.c (freeze_window_start): Don't presume selected_window holds
22760 a window object.
22761 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
22762
22763 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
22764
22765 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
22766
22767 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22768
22769 * window.c (Vsplit_window_preferred_function): New var.
22770 (Fdisplay_buffer): Use it.
22771 (syms_of_window): Export, and initialize it.
22772
22773 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
22774
22775 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
22776
22777 2007-09-06 Glenn Morris <rgm@gnu.org>
22778
22779 * gtkutil.c (menu_grab_callback) <cnt>:
22780 * xselect.c (x_reply_selection_request) <cnt>: Move static
22781 variable to file scope.
22782
22783 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22784
22785 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
22786 consistent values of selected_frame and selected_window.
22787
22788 2007-09-04 Jason Rumney <jasonr@gnu.org>
22789
22790 * w32console.c (initialize_w32_display): Zero unused hooks.
22791
22792 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22793
22794 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
22795 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
22796
22797 2007-09-04 Jason Rumney <jasonr@gnu.org>
22798
22799 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
22800 in w32console.c. Set up input. Remove XXX comments that have been
22801 confirmed as correct.
22802
22803 * s/ms-w32.h (MULTI_KBOARD): Define.
22804
22805 * w32console.c (one_and_only_w32cons): Remove.
22806 (initialize_w32_display): Take terminal argument.
22807
22808 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
22809 initialize_w32_display.
22810 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
22811
22812 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
22813
22814 * keyboard.c (discard_mouse_events): Discard it.
22815 (make_lispy_event): Translate it to a lisp event.
22816 (lispy_wheel_names): Add wheel-left and right events.
22817 (syms_of_keyboard): Enlarge wheel_syms.
22818
22819 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
22820 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
22821
22822 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
22823
22824 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
22825 from WM_MOUSEHWHEEL.
22826 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
22827
22828 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
22829 terminal.
22830
22831 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
22832 keyboard for the terminal.
22833
22834 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22835
22836 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
22837 (Vresume_tty_hook): Rename from Vresume_tty_functions.
22838 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
22839 and resume-tty-function to resume-tty-hook.
22840 (Fsuspend_tty, Fresume_tty): Use new names.
22841
22842 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
22843
22844 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
22845 if it starts with "n:".
22846
22847 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
22848
22849 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
22850
22851 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
22852
22853 * frame.h:
22854 * frame.c (Qterm_environment_variable): Remove.
22855 (syms_of_frame): Don't init and staticpro it.
22856
22857 * callproc.c (getenv_internal): Remove special case for $TERM.
22858
22859 * callproc.c (Vinitial_environment): New variable.
22860 (set_initial_environment): Initialize it.
22861 (syms_of_callproc): Declare it.
22862 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
22863 TERM under which a process runs is never related to the TERM in which
22864 Emacs is running.
22865
22866 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22867
22868 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
22869 * s/darwin.h: ... do it here.
22870
22871 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
22872
22873 * lisp.h (set_initial_environment): Rename from set_global_environment.
22874
22875 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
22876 removed by mistake on the multi-tty branch.
22877
22878 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
22879 (Fmodify_frame_parameters): Return a value.
22880
22881 * image.c (png_load): Comment-out var only used in commented-out code.
22882
22883 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
22884 before passing it to mark_object.
22885
22886 * xfaces.c (internal_resolve_face_name): Return a value.
22887 (internal_resolve_face_name, resolve_face_name_error): Comment out.
22888
22889 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
22890 (x_icon): Comment-out var only used in commented-out code.
22891
22892 2007-08-29 Romain Francoise <romain@orebokech.com>
22893
22894 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
22895 QUIT hasn't been provided.
22896
22897 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22898
22899 * callproc.c (child_setup, getenv_internal): Use the
22900 display-environment-variable and term-environment-variable frame params.
22901 (set_initial_environment): Initialise Vprocess_environment.
22902
22903 * config.in: Disable multi-keyboard support on a mac.
22904
22905 * frame.c (Qterm_environment_variable)
22906 (Qdisplay_environment_variable): New variables.
22907 (syms_of_frame): Intern and staticpro them.
22908 (Fmake_terminal_frame): Disable output method test.
22909
22910 * frame.h: Declare them here.
22911
22912 * macfns.c (x_set_mouse_color): Get rif from the frame.
22913 (x_set_tool_bar_lines): Don't use updating_frame.
22914 (mac_window): Add 2 new parameters for consistency with other systems.
22915 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
22916 frame parameters following what is done in X11 and w32. Don't use
22917 FRAME_MAC_DISPLAY_INFO.
22918 (Fx_open_connection, start_hourglass): Remove window-system check.
22919 (x_create_tip_frame): Get the keyboard from the terminal.
22920
22921 * macmenu.c: Reorder includes.
22922 (Fx_popup_menu): Use terminal specific mouse_position_hook.
22923
22924 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
22925 terminal parameter.
22926 (x_clear_frame): Add a frame parameter.
22927 (note_mouse_movement): Get rif from the frame.
22928 (mac_term_init): Initialize the terminal.
22929 (mac_initialize): Make static and move terminal initialization ...
22930 (mac_create_terminal): ... to this new function.
22931
22932 * macterm.h (struct mac_display_info): Add terminal.
22933 (mac_initialize): Delete declaration.
22934
22935 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
22936
22937 * sysdep.c: Comment out text after #endif.
22938
22939 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
22940 is defined. Better initialize ttys in windows. Use terminal
22941 specific mouse_position_hook.
22942
22943 * termhooks.h (union display_info): Add mac_display_info.
22944
22945 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
22946 Set the default minibuffer frame, window_system and the rest of the
22947 frame parameters following what is done in X11.
22948
22949 * w32term.c (w32_initialize): Make static.
22950
22951 * xselect.c (x_handle_selection_clear): Only access
22952 terminal->kboard when MULTI_KBOARD is defined.
22953
22954 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
22955 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
22956
22957 2007-08-29 Jason Rumney <jasonr@gnu.org>
22958
22959 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
22960 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
22961
22962 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
22963 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
22964
22965 * keyboard.c (restore_kboard_configuration): Only define when
22966 MULTI_KBOARD defined.
22967
22968 * makefile.w32-in: Update dependancies from Makefile.in.
22969 (OBJ1): Add terminal.$(O)
22970
22971 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
22972 Don't define function body.
22973 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
22974
22975 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
22976
22977 * w32.c (request_sigio, unrequest_sigio): Remove.
22978
22979 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
22980 (w32con_clear_frame, w32con_clear_end_of_line)
22981 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
22982 (w32con_delete_glyphs, w32con_set_terminal_window)
22983 (scroll_line, w32_sys_ring_bell): Add frame arg.
22984 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
22985 Add terminal arg.
22986 (PICK_FRAME): Remove.
22987 (w32con_write_glyphs): Use frame specific terminal coding.
22988 (one_and_only_w32cons): New global variable.
22989 (initialize_w32_display): Use it for storing hooks.
22990 (create_w32cons_output): New function.
22991
22992 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
22993 arg a frame.
22994
22995 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
22996 Set window_system.
22997 (x_set_tool_bar_lines): Don't use updating_frame.
22998 (Fx_create_frame): Set terminal and ref count.
22999 (Fx_open_connection): Remove window-system check.
23000
23001 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
23002
23003 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
23004 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
23005 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
23006 Add frame arg.
23007 (x_delete_terminal, w32_create_terminal): New functions.
23008 (w32_term_init): Create a terminal.
23009 (w32_initialize): Move terminal specific initialization to
23010 w32_create_terminal.
23011
23012 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
23013 (w32_clear_rect, w32_clear_area): Use background from frame.
23014 (w32_display_info): Add terminal.
23015 (w32_sys_ring_bell, x_delete_display): Declare here.
23016
23017 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
23018
23019 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
23020
23021 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
23022
23023 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
23024 Fix get_named_tty calls for the controlling tty.
23025
23026 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23027
23028 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
23029
23030 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
23031
23032 * term.c (tty_insert_glyphs): Add missing first parameter.
23033
23034 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
23035
23036 * buffer.c (Fbuffer_list, Fbury_buffer):
23037 Take frame->buried_buffer_list into account.
23038
23039 * cm.c (current_tty): New variable, for cmputc().
23040 (cmputc): Use it.
23041 (cmcheckmagic): Add tty parameter, look up terminal streams there.
23042 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
23043 (cmgoto): Add tty parameter. Pass it on to calccost().
23044 Use emacs_tputs() instead of tputs().
23045
23046 * cm.h (emacs_tputs): New macro to set current_tty, and then call
23047 tputs().
23048 (current_tty): New variable, for cmputc().
23049 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
23050
23051 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
23052 (internal_condition_case, internal_condition_case_1)
23053 (internal_condition_case_2): Don't abort when x_catching_errors.
23054
23055 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
23056 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
23057 prevent crashes caused by bogus longjmps in read_char.
23058
23059 * keymap.h (Fset_keymap_parent): Add EXFUN.
23060
23061 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
23062 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
23063 Remove redundant definition.
23064
23065 * macfns.c (x_set_mouse_color, x_make_gc):
23066 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23067
23068 * w32term.c (x_free_frame_resources):
23069 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23070 (w32_initialize): Use the accessor macros for terminal characteristics.
23071
23072 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
23073 Use the accessor macros for terminal characteristics.
23074 * msdos.c (internal_terminal_init): Use the accessor macros for
23075 terminal characteristics.
23076 (ScreenVisualBell, internal_terminal_init):
23077 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23078
23079 * termopts.h (no_redraw_on_reenter): Declare.
23080
23081 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
23082 (mark_terminals, mark_ttys): Declare.
23083 (Fgarbage_collect): Call them.
23084 (mark_object): Mark buried_buffer_list.
23085
23086 * prefix-args.c: Include stdlib.h for exit.
23087
23088 * syssignal.h: Add comment.
23089
23090 * indent.c: Include stdio.h.
23091
23092 * window.h (Vinitial_window_system): Declare.
23093 (Vwindow_system): Delete declaration.
23094
23095 * fontset.c (Finternal_char_font): Use FRAME_RIF.
23096
23097 * image.c (lookup_image): Don't initialize `c' until the xasserts
23098 have been run.
23099
23100 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
23101 FRAME_FOREGROUND_PIXEL.
23102
23103 * print.c (print_preprocess): Don't lose print_depth levels while
23104 iterating.
23105
23106 * widget.c (update_from_various_frame_slots):
23107 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23108
23109 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
23110 frames.
23111 (window_internal_height): Remove bogus make_number call.
23112 (init_window_once): Call make_terminal_frame with two zero parameters.
23113
23114 * fileio.c (Fread_file_name): Update comment.
23115
23116 * callint.c (Fcall_interactively):
23117 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
23118 Make sure it is correctly unwound.
23119
23120 * xsmfns.c (x_session_close): New function.
23121
23122 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
23123 Delete declarations.
23124
23125 * xterm.h: Remove declaration for x_fully_uncatch_errors.
23126 (x_output): Remove background_pixel and foreground_pixel fields.
23127 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
23128 (x_delete_device, x_session_close): Declare.
23129
23130 * lread.c: Include setjmp.h. Update declaration of `read_char'.
23131 (read_filtered_event): Call `read_char' with a local
23132 `wrong_kboard_jmpbuf'.
23133
23134 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
23135 Don't call single_kboard_state. Use FRAME_RIF.
23136
23137 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
23138 systems.
23139
23140 * lisp.h (set_process_environment): Rename to `set_global_environment'.
23141 (Fframe_with_environment, Fset_input_meta_mode)
23142 (Fset_quit_char): EXFUN.
23143 (x_create_device, tty_output, terminal, tty_display_info): Declare.
23144 (init_sys_modes, reset_sys_modes): Update prototypes.
23145 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
23146
23147 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
23148 Vlocal_key_translation_map, and Vkeyboard_translate_table.
23149 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
23150 Delete declarations.
23151 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
23152 (temporarily_switch_to_single_kboard, tty_read_avail_input):
23153 New declarations.
23154
23155 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
23156 already does that during init_display(). Call syms_of_keymap
23157 before syms_of_keyboard. Call `syms_of_terminal'.
23158 Call set_initial_environment, not set_process_environment.
23159 (shut_down_emacs): Call reset_all_sys_modes() instead of
23160 reset_sys_modes().
23161
23162 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
23163 (internal_resolve_face_name, resolve_face_name_error): New functions.
23164 (resolve_face_name): Protect against loops and errors thrown by Fget.
23165 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
23166 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
23167
23168 * scroll.c: Replace CURTTY() with local variables throughout the
23169 file (where applicable).
23170 (calculate_scrolling, calculate_direct_scrolling)
23171 (scrolling_1, scroll_cost): Use the accessor macros for terminal
23172 characteristics.
23173
23174 * keymap.c (Vfunction_key_map): Remove.
23175 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
23176 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
23177 (Vkey_translation_map): Remove.
23178 (syms_of_keymap): Remove DEFVAR for key-translation-map.
23179 (Fdescribe_buffer_bindings)
23180 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
23181 Update for terminal-local key-translation-map.
23182
23183 * Makefile.in (callproc.o): Update dependencies.
23184 (lisp, shortlisp): Add termdev.elc.
23185 (obj): Add terminal.o.
23186 (terminal.o): Add dependencies.
23187 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
23188 (data.o, fns.o): Add termhooks.h dependency.
23189 (SOME_MACHINE_LISP): Add dnd.elc.
23190 (minibuf.o): Fix typo.
23191 Update dependencies.
23192
23193 * data.c (do_symval_forwarding, store_symval_forwarding)
23194 (find_symbol_value): Use the selected frame's keyboard, not
23195 current_kboard.
23196
23197 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
23198 Vwindow_system.
23199
23200 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
23201 Fmenu_bar_open.
23202 (syms_of_xmenu): Update defsubr.
23203 (mouse_position_for_popup, Fx_popup_menu)
23204 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
23205 (set_frame_menubar, free_frame_menubar)
23206 (create_and_show_popup_menu, xmenu_show)
23207 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
23208 an X frame.
23209
23210 * xselect.c (x_own_selection): Abort if not an X frame.
23211 (some_frame_on_display): Check if it is an X frame.
23212 (x_handle_selection_clear): Deal with MULTI_KBOARD.
23213
23214 * coding.c: Include frame.h and termhooks.h.
23215 (terminal_coding, keyboard_coding): Delete.
23216 (Fset_terminal_coding_system_internal)
23217 (Fset_keyboard_coding_system_internal)
23218 (Fkeyboard_coding_system)
23219 (Fterminal_coding_system): Add a terminal parameter.
23220 Get terminal_coding from the terminal.
23221 (init_coding_once): Don't call setup_coding_system here.
23222
23223 * dispextern.h (set_scroll_region, turn_off_insert)
23224 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
23225 (tty_clear_end_of_line, tty_setup_colors)
23226 (delete_tty, updating_frame)
23227 (produce_special_glyphs, produce_glyphs, write_glyphs)
23228 (insert_glyphs): Remove.
23229 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
23230 (tty_turn_off_highlight, get_tty_size): Add declaration.
23231 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
23232
23233 * frame.h (enum output_method): Add output_initial.
23234 (struct x_output): Delete.
23235 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
23236 Access foreground_pixel and background_pixel directly from the frame.
23237 (tty_display): Delete.
23238 (struct frame): Add buried_buffer_list, foreground_pixel,
23239 background_pixel and terminal. Delete kboard.
23240 (union output_data): Add tty.
23241 (FRAME_KBOARD): Get the kboard from the terminal.
23242 (FRAME_INITIAL_P): New macro.
23243 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
23244 (Qterm_environment_variable, Qdisplay_environment_variable)
23245 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
23246 New declarations.
23247
23248 * termchar.h (tty_output, tty_display_info): New structures.
23249 (tty_list): Declare.
23250 (FRAME_TTY, CURTTY): New macros.
23251 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
23252 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
23253 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
23254 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
23255
23256 * callproc.c: Include frame.h and termhooks.h, for terminal
23257 parameters.
23258 (add_env): New function.
23259 (child_setup): Use it.
23260 (child_setup, getenv_internal): Handle the new Vprocess_environment.
23261 (getenv_internal): Fix get_terminal_param call.
23262 (Fgetenv_internal, egetenv): Update doc.
23263 (syms_of_callproc): Initialize Vprocess_environment to nil.
23264 Register and initialize them. Remove obsolete defvars. Update doc
23265 strings.
23266 (child_setup): Handle Vlocal_environment_variables.
23267 (getenv_internal): Add terminal parameter.
23268 Handle Vlocal_environment_variables.
23269 (Fgetenv_internal): Add terminal parameter.
23270 (child_setup, getenv_internal, Fgetenv_internal): Store the local
23271 environment in a frame (not terminal) parameter. Update doc strings.
23272 (set_initial_environment): Rename from set_global_environment.
23273 Store Emacs environment in initial frame parameter.
23274
23275 * xdisp.c (redisplay_internal): Update references to
23276 `previous_terminal_frame'.
23277 (display_mode_line, Fformat_mode_line): Replace calls to
23278 `push_frame_kboard' with `push_kboard'.
23279 (get_glyph_string_clip_rects): Add extra parentheses and
23280 braces to prevent compiler warnings.
23281 (calc_pixel_width_or_height): Add xassert to check that the
23282 frame is alive. Don't call `lookup_image' on a termcap frame.
23283 (message2_nolog, message3_nolog, redisplay_internal)
23284 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
23285 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
23286 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
23287 (Fx_display_pixel_width, Fx_display_pixel_height)
23288 (Fx_display_planes, Fx_display_color_cells)
23289 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
23290 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
23291 (Fx_display_backing_store, Fx_display_visual_class)
23292 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
23293 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
23294
23295 * xfns.c (x_set_foreground_color x_set_background_color)
23296 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
23297 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23298 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
23299 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
23300 terminal that is being deleted.
23301 (Fx_create_frame): Use `store_frame_param' to set `window-system'
23302 frame parameter, and make sure it overrides any user-supplied setting.
23303 (Fx_close_connection, Fx_synchronize): Unify argument names with
23304 the rest of the DEFUNs.
23305
23306 * dispnew.c (Fsend_string_to_terminal): Update call to
23307 `get_tty_terminal'.
23308 (Fredraw_frame, Fsend_string_to_terminal)
23309 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
23310 FRAME_TERMCAP_P and FRAME_TTY.
23311 (window_change_signal): Don't believe width/height values that are
23312 impossibly small.
23313 (Vinitial_window_system): Rename from Vwindow_system.
23314 (termscript, Wcm, rif): Delete.
23315
23316 * termhooks.h (struct terminal): New struct containing the
23317 previously global text display hooks and new members NAME,
23318 DELETED and PARAM_ALIST.
23319 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
23320 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
23321 (FRAME_RIF): New macros.
23322 (get_terminal_param, get_device): New declarations.
23323 (termscript): Delete declaration.
23324
23325 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
23326 (XTflash, x_free_frame_resources, x_scroll_bar_create)
23327 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
23328 FRAME_FOREGROUND_PIXEL.
23329 (x_fully_uncatch_errors): Disable definition.
23330 (x_scroll_bar_expose): Fix reference to foreground pixel.
23331 (XTread_socket): Disable loop on all X displays.
23332 (x_delete_terminal): Don't set terminal->deleted and let
23333 delete_terminal delete the frames on the terminal.
23334 (x_delete_display): Doc update to reflect changes in
23335 delete_terminal.
23336 (x_display_info) <terminal>: Move member earlier in the struct.
23337 (deleting_tty): Remove old variable.
23338 (Fsuspend_tty): Call clear_tty_hooks.
23339 (Fresume_tty, init_tty): Call set_tty_hooks.
23340 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
23341 errors on X frames.
23342 (x_catch_errors_unwind): Abort if x_error_message is NULL.
23343 (handle_one_xevent): Initialize `f' to NULL.
23344 (x_delete_terminal, x_create_terminal): New functions.
23345 (XTset_terminal_modes, XTreset_terminal_modes)
23346 (XTread_socket, x_connection_closed, x_term_init)
23347 (x_term_init, x_delete_display): Add terminal parameter.
23348 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
23349 X connections.
23350
23351 * frame.c: Include termchar.h.
23352 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
23353 (Qwindow_system, Qenvironment, Qterm_environment_variable)
23354 (Qdisplay_environment_variable): New vars.
23355 (Fframep): Deal with output_initial.
23356 (Fframe-live-p): Doc fix.
23357 (Fwindow-system): New function.
23358 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
23359 (make_terminal_frame): Don't create frames on a terminal that is
23360 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23361 (store_frame_param): Check for found_for_frame before calling XFRAME.
23362 (Fmake_terminal_frame): Handle NULL tty names correctly.
23363 (syms_of_frame): Enhance doc string of `default-frame-alist'.
23364 (Fdelete_frame): Remove unused variable `count'. Don't allow other
23365 frames to refer to a deleted frame in their 'environment parameter.
23366 (Fframe_with_environment): New function.
23367 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
23368 (get_future_frame_param): New function.
23369 (Fmake_terminal_frame): Use it.
23370 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
23371
23372 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
23373 * sysdep.c (reset_sys_modes): Update for renames.
23374
23375 * keyboard.c (tty_read_avail_input): New function.
23376 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
23377 (syms_of_keyboard): Defsubr them.
23378 (Fset_input_meta_mode, Fset_quit_char): New functions.
23379 (Fset_input_mode): Split to above functions.
23380 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
23381 parameter. Use it in call to `read_char'.
23382 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
23383 Set wrong_kboard_jmpbuf correctly in recursive calls.
23384 Use current_kboard to access Vkeyboard_translate_table.
23385 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
23386 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
23387 Update longjmp invocations. Remember the original current_kboard,
23388 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
23389 changes it. Comment out unnecessary calls to
23390 `record_single_kboard_state' and `any_kboard_state'.
23391 Update recursive calls.
23392 (wrong_kboard_jmpbuf): Remove global variable.
23393 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
23394 Handle deleted interrupted_kboards correctly; that is a legal
23395 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
23396 and read_char calls. Abort if interrupted_kboard died in read_char.
23397 (any_kboard_state, single_kboard_state)
23398 (push_frame_kboard): Remove function.
23399 (pop_kboard): Switch out of single_kboard mode if the kboard has
23400 been deleted. Remove unused variable. Help debugging by not
23401 changing current_kboard unnecessarily. Set current_kboard to the
23402 kboard of the selected frame when the stored kboard object has
23403 been deleted before pop_kboard.
23404 (temporarily_switch_to_single_kboard): Change first parameter to a
23405 frame pointer. Throw an error when caller wants to change kboards
23406 while in single_kboard mode. Don't push_kboard if we weren't in
23407 single kboard state. Don't pop_kboard if we popped into any
23408 kboard state.
23409 (restore_kboard_configuration): Abort if pop_kboard changed the
23410 kboard in single_kboard mode. Call pop_kboard only after setting
23411 up single_kboard mode.
23412 (Frecursive_edit): Switch to single_kboard mode only in nested
23413 command loops.
23414 (cmd_error, command_loop, command_loop_1, timer_check):
23415 Comment out unnecessary call to `any_kboard_state' and
23416 `record_single_kboard_state'.
23417 (delete_kboard): Exit single_kboard mode if we have just deleted
23418 that kboard. Use FRAME_KBOARD.
23419 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
23420 `fatal_error_signal'.
23421 (record_single_kboard_state): Don't push_kboard if we weren't in
23422 single kboard state. Don't pop_kboard if we popped into any
23423 kboard state.
23424 (push_frame_kboard): Rename to push_kboard.
23425 (kbd_buffer_get_event): Use FRAME_TERMINAL.
23426 (read_avail_input): Read input from all terminals.
23427 (mark_kboards): Also mark Vkeyboard_translate_table.
23428 (kbd_buffer_store_event_hold): Simplify condition.
23429 (read_key_sequence): Reinitialize fkey and keytran at each replay.
23430 (Vkeyboard_translate_table): Move to struct kboard.
23431 (init_kboard): Initialize Vkeyboard_translate_table.
23432 (syms_of_keyboard): Use DEFVAR_KBOARD to define
23433 Vkeyboard_translate_table. Update doc strings. Update docs of
23434 local-function-key-map and function-key-map.
23435
23436 * terminal.c: New file.
23437
23438 * term.c: Include errno.h.
23439 (Vring_bell_function, device_list, initial_device)
23440 (next_device_id, ring_bell, update_begin, update_end)
23441 (set_terminal_window, cursor_to, raw_cursor_to)
23442 (clear_to_end, clear_frame, clear_end_of_line)
23443 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
23444 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
23445 (syms_of_term): Move their initialization to terminal.c.
23446 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
23447 (Ftty_display_color_cells)
23448 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
23449 (clear_tty_hooks, set_tty_hooks)
23450 (init_tty, maybe_fatal): New functions.
23451 (Ftty_type): Return nil if terminal is not on a tty instead of
23452 throwing an error. Doc update.
23453 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
23454 Doc update. Initialize new subrs and variables.
23455 (delete_tty): Use terminal->deleted.
23456 (tty_set_terminal_modes): Rename from set_terminal_modes.
23457 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
23458 (set_scroll_region): Rename to `tty_set_scroll_region'.
23459 (turn_on_insert): Rename to `tty_turn_on_insert'.
23460 (turn_off_insert): Rename to `tty_turn_off_insert'.
23461 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
23462 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
23463 (toggle_highligh): Rename to `tty_toggle_highlight'.
23464 (background_highlight): Rename to `tty_background_highlight'.
23465 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
23466 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
23467 (tty_set_scroll_region, tty_background_highlight)
23468 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
23469 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
23470 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
23471 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
23472 Add static modifier.
23473 (tty_reset_terminal_modes, tty_set_terminal_window)
23474 (tty_set_scroll_region, tty_background_highlight)
23475 (tty_highlight_if_desired, tty_cursor_to)
23476 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
23477 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
23478 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
23479 renames.
23480
23481 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
23482
23483 * keyboard.c: Qrtl is new.
23484 (parse_tool_bar_item): Handle :rtl keyword.
23485 (syms_of_keyboard): Intern :rtl keyword.
23486
23487 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
23488
23489 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
23490 so no Lisp code is executed.
23491 (file_for_image, find_rtl_image): New functions.
23492 (xg_get_image_for_pixmap): Use file_for_image.
23493 (update_frame_tool_bar): If direction is RTL, use RTL image if
23494 defined. Use Gtk stock images if defined.
23495
23496 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23497
23498 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
23499 for nonexistent or zero-width glyph in composition glyph.
23500
23501 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
23502
23503 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
23504
23505 * xdisp.c (Finvisible_p): New function.
23506 (syms_of_xdisp): defsubr it.
23507
23508 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
23509
23510 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
23511 Doc fixes.
23512
23513 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23514
23515 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
23516
23517 2007-08-24 Martin Rudalics <rudalics@gmx.at>
23518
23519 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
23520 whether decoding has modified buffer contents.
23521
23522 2007-08-24 Jason Rumney <jasonr@gnu.org>
23523
23524 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
23525 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
23526 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
23527 (init_svg_functions) [HAVE_NTGUI]: New function.
23528 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
23529 (svg_load_image): Use them.
23530 (svg_load_image) [HAVE_NTGUI]: Implement background.
23531
23532 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23533
23534 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
23535 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
23536 (LIBX): Remove @RSVG_LIBS@.
23537 (LIBES): Add $(RSVG_LIBS).
23538
23539 * image.c (svg_load_image): Blend with specified background if exists.
23540 Use IMAGE_BACKGROUND. Add Mac OS Support.
23541
23542 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
23543 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
23544 Remove macros.
23545 [MAC_OSX] (socket_callback): Do nothing.
23546 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
23547 ReceiveNextEvent.
23548 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
23549 socket_callback.
23550 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
23551
23552 2007-08-22 Glenn Morris <rgm@gnu.org>
23553
23554 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
23555
23556 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
23557
23558 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
23559
23560 * image.c: Add support for SVG images. Some additional comments
23561 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
23562 (svg_image_p): New function to test for SVG image.
23563 (svg_load): New function to load SVG image.
23564 (svg_load_image): New function, helper for svg_load.
23565 (Qsvg): New Lisp_object.
23566 (svg_keyword_index): New enum.
23567 (svg_format): New static `image_keyword' struct.
23568 (svg_type): New static `image_type' struct.
23569 (librsvg/rsvg.h): Include it.
23570
23571 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
23572
23573 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
23574
23575 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23576
23577 * lread.c (Qold_style_backquotes): New var.
23578 (syms_of_lread): Init and staticpro it.
23579 (load_warn_old_style_backquotes): New fun.
23580 (Fload): Use them to warn about old style backquotes.
23581 (end_of_file_error, Fload): Remove unused vars.
23582
23583 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
23584
23585 * lread.c (Vold_style_backquotes): New var.
23586 (syms_of_lread): Init and export it to Elisp.
23587 (read1): Set it when we find an old-style (back)quote.
23588
23589 2007-08-22 Jason Rumney <jasonr@gnu.org>
23590
23591 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
23592
23593 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
23594
23595 * puresize.h (BASE_PURESIZE): Increase to 1140000.
23596
23597 2007-08-19 Richard Stallman <rms@gnu.org>
23598
23599 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
23600
23601 2007-08-19 Andreas Schwab <schwab@suse.de>
23602
23603 * alloc.c (pure): Round PURESIZE up.
23604
23605 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
23606
23607 * xterm.c (handle_one_xevent): Remove check that mouse click is in
23608 active frame.
23609
23610 2007-08-16 Richard Stallman <rms@gnu.org>
23611
23612 * eval.c (Fcommandp): Add parens to clarify.
23613
23614 * minibuf.c (Fall_completions): Use enum for type of table.
23615
23616 * emacs.c (USAGE2): Improve text.
23617
23618 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
23619
23620 * term.c (tty_default_color_capabilities): Declare static
23621 variables in file scope, to avoid HPUX compiler problem.
23622
23623 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
23624
23625 * gtkutil.c (update_frame_tool_bar): Use -1 as index
23626 to gtk_toolbar_insert.
23627
23628 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
23629
23630 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
23631
23632 * insdel.c (reset_var_on_error): New fun.
23633 (signal_before_change, signal_after_change):
23634 Use it to reset (after|before)-change-functions to nil in case of error.
23635 Bind inhibit-modification-hooks to t.
23636 Don't bind (after|before)-change-functions to nil while they run.
23637
23638 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23639
23640 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
23641 filling pixmap with stippled background.
23642
23643 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23644
23645 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
23646 Don't use invisible frame as parent window for repositioning.
23647
23648 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
23649
23650 * print.c (new_backquote_output): Rename from old_backquote_output.
23651 (print): Inverse its logic (according to its name) so as to match the
23652 behavior of new_backquote_flag in lread.c.
23653
23654 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23655
23656 * gmalloc.c (posix_memalign): New function.
23657
23658 * macterm.c (frame_highlight, frame_unhighlight): Don't call
23659 ActivateControl/DeactivateControl here.
23660 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
23661 frame-notice-user-settings is non-nil.
23662 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
23663 for kEventParamFMFontStyle.
23664 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
23665 mac_pass_command_to_system and mac_pass_control_to_system here.
23666 (XTread_socket): Call ActivateControl/DeactivateControl here.
23667 (XTread_socket) [TARGET_API_MAC_CARBON]:
23668 Check mac_pass_command_to_system and mac_pass_control_to_system here.
23669 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
23670 for window repositioning.
23671
23672 2007-08-08 Glenn Morris <rgm@gnu.org>
23673
23674 * Replace `iff' in doc-strings and comments.
23675
23676 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
23677
23678 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
23679
23680 2007-08-07 Martin Rudalics <rudalics@gmx.at>
23681
23682 * fileio.c (Finsert_file_contents): Run format-decode and
23683 after_insert_file_functions on entire buffer when REPLACE is
23684 non-nil and inhibit modification_hooks and point_motion_hooks.
23685 For consistency, run after_insert_file_functions iff something
23686 got inserted. Move signal_after_change and update_compositions
23687 after code running after_insert_file_functions. Make sure that
23688 undo_list doesn't record intermediate steps of the decoding process.
23689
23690 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23691
23692 * emacs.c (main)
23693 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
23694 Call malloc_enable_thread on interactive startup.
23695
23696 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
23697 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
23698 [USE_PTHREAD]: Conditionalize with it.
23699 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
23700 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
23701 New functions.
23702
23703 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
23704
23705 * xdisp.c (redisplay_window): When restoring original buffer
23706 position, make sure it is still valid.
23707
23708 * image.c (png_load): Ignore png-supplied background color.
23709
23710 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23711
23712 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
23713 Use kCFAbsoluteTimeIntervalSince1970.
23714
23715 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
23716 New variable.
23717 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
23718 event loop should be quit.
23719 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
23720 Quit dialog event loop if quit_dialog_event_loop is set.
23721
23722 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
23723 (Selection): New typedef. Use instead of ScrapRef.
23724 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
23725 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
23726 (mac_clear_selection): Rename from clear_scrap.
23727 (get_flavor_type_from_symbol): New argument SEL and subsume function of
23728 scrap_has_target_type. All uses changed.
23729 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
23730 (mac_selection_has_target_p): New functions.
23731 (mac_put_selection_value): Rename from put_scrap_string.
23732 (mac_get_selection_value): Rename from get_scrap_string.
23733 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
23734 (put_scrap_private_timestamp, scrap_has_target_type)
23735 (get_scrap_private_timestamp): Remove functions.
23736 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
23737 (x_own_selection, x_get_local_selection):
23738 Use mac_valid_selection_value_p.
23739 (x_own_selection): Don't use put_scrap_private_timestamp.
23740 Record OWNERSHIP-INFO into Vselection_alist instead.
23741 (x_get_local_selection): Don't check type if request is local.
23742 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
23743 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
23744
23745 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
23746
23747 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
23748 add comment explaining why.
23749
23750 2007-08-03 Richard Stallman <rms@gnu.org>
23751
23752 * fileio.c (Fvisited_file_modtime): Use make_time.
23753
23754 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
23755
23756 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
23757 build.
23758
23759 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
23760
23761 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
23762
23763 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
23764
23765 * puresize.h (BASE_PURESIZE): Increase to 1130000.
23766
23767 2007-07-30 Richard Stallman <rms@gnu.org>
23768
23769 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
23770
23771 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
23772
23773 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
23774
23775 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
23776
23777 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
23778 remote default-directory.
23779
23780 * buffer.c (mode-line-format): Update doc string.
23781
23782 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23783
23784 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
23785 scroll bar gap.
23786 (x_scroll_bar_create): Set bar->fringe_extended_p.
23787 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
23788 on frame edge. Check fringe background extension. Don't clear
23789 extended fringe background area.
23790
23791 * w32term.h (struct scroll_bar): New member fringe_extended_p.
23792 (w32_fill_area): Enclose multiple statements with do ... while (0).
23793
23794 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
23795 Extend fringe background to scroll bar gap.
23796 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
23797 Set bar->fringe_extended_p.
23798 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23799 Put leftmost/rightmost scroll bars on frame edge. Check fringe
23800 background extension. Don't clear extended fringe background area.
23801
23802 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23803 New member fringe_extended_p.
23804
23805 2007-07-25 Glenn Morris <rgm@gnu.org>
23806
23807 * Relicense all FSF files to GPLv3 or later.
23808
23809 * COPYING: Switch to GPLv3.
23810
23811 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
23812
23813 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
23814
23815 * data.c (Finteractive_form): Check for the presence of an
23816 `interactive-form' symbol property more thoroughly.
23817
23818 * data.c (Finteractive_form): Use an `interactive-form' property if
23819 present, analogous to the function-documentation property.
23820
23821 2007-07-24 Jason Rumney <jasonr@gnu.org>
23822
23823 * w32fns.c (x_real_positions): Get real position from OS instead of
23824 calculating it.
23825
23826 2007-07-23 Jason Rumney <jasonr@gnu.org>
23827
23828 * filelock.c (current_lock_owner): Allow for @ sign in username.
23829
23830 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
23831
23832 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
23833 remote default-directory.
23834
23835 * buffer.c (mode-line-format): Describe above case in doc string.
23836
23837 2007-07-20 Eli Zaretskii <eliz@gnu.org>
23838
23839 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
23840 Define if not defined.
23841
23842 2007-07-18 Jason Rumney <jasonr@gnu.org>
23843
23844 * w32proc.c (w32_executable_type): Handle 64 bit executables.
23845
23846 2007-07-18 Richard Stallman <rms@gnu.org>
23847
23848 * data.c (Fsetq_default): Doc fix.
23849
23850 * eval.c (Fsetq): Doc fix.
23851
23852 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
23853
23854 * coding.c (Ffind_operation_coding_system):
23855 * eval.c (For, Fand): Doc fixes.
23856 Reported by Johan Bockgård.
23857
23858 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
23859
23860 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
23861
23862 * xterm.h: Declare x_ewmh_activate_frame.
23863
23864 * xterm.c (x_ewmh_activate_frame): New function.
23865 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
23866
23867 2007-07-17 Martin Rudalics <rudalics@gmx.at>
23868
23869 * window.c (Fdisplay_buffer): If largest or LRU window is the
23870 only window, split it even if it is not eligible for splitting.
23871 This restores the original behavior broken by the 2007-07-15
23872 change.
23873
23874 2007-07-17 Glenn Morris <rgm@gnu.org>
23875
23876 * abbrev.c (abbrev_check_chars): New function.
23877 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
23878 Call abbrev_check_chars to check abbrev characters are word
23879 constituents. Doc fix.
23880
23881 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
23882
23883 * process.c (Fstart_process, Fmake_network_process)
23884 (read_process_output): Fix up last changes.
23885
23886 2007-07-16 Eli Zaretskii <eliz@gnu.org>
23887
23888 * makefile.w32-in (clean): Don't delete *~.
23889
23890 2007-07-16 Andreas Schwab <schwab@suse.de>
23891
23892 * window.c (Fdisplay_buffer): Use NILP.
23893 (Fset_window_scroll_bars): Likewise.
23894
23895 2007-07-15 Martin Rudalics <rudalics@gmx.at>
23896
23897 * window.c (window_min_size_2): New function.
23898 (window_min_size_1, size_window, Fdisplay_buffer)
23899 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
23900 windows without mode- or header-lines when window-min-height is
23901 too small.
23902 (size_window): Reset nodelete_p after testing it, following an
23903 earlier note by Kim F. Storm.
23904 (display_buffer): Do not set split_height_threshold to twice the
23905 value of window_min_height to avoid changing the value of a
23906 customizable variable. Rather explicitly check whether the
23907 height of the window that shall be splitted is at least as large
23908 as split_height_threshold.
23909 (Fwindow_full_width_p): New defun.
23910 (syms_of_window): Defsubr it.
23911
23912 * window.h: Add EXFUN for Fwindow_full_width_p.
23913
23914 2007-07-14 Jason Rumney <jasonr@gnu.org>
23915
23916 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
23917
23918 2007-07-14 Richard Stallman <rms@gnu.org>
23919
23920 * eval.c (maybe_call_debugger): New function.
23921 (find_handler_clause): Use maybe_call_debugger.
23922 Call it when the handler says `debug'.
23923 Eliminate DEBUGGER_VALUE_PTR.
23924 (Fsignal): Eliminate debugger_value.
23925 (Qdebug): New variable.
23926 (syms_of_eval): Initialize it.
23927
23928 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
23929
23930 * eval.c (Fprogn):
23931 * keyboard.c (Ftrack_mouse):
23932 * print.c (Fwith_output_to_temp_buffer):
23933 * window.c (Fsave_window_excursion): Doc fix.
23934
23935 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
23936
23937 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
23938
23939 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
23940
23941 * process.h (struct Lisp_Process): Turn slots infd, outfd,
23942 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
23943 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
23944 read_output_delay, and read_output_skip from Lisp_Objects to ints.
23945 Remove unused encoding_carryover.
23946 * process.c: Adjust all functions accordingly.
23947
23948 2007-07-12 Richard Stallman <rms@gnu.org>
23949
23950 * term.c: Include unistd.h only if HAVE_UNISTD_H.
23951
23952 2007-07-11 Jason Rumney <jasonr@gnu.org>
23953
23954 * makefile.w32-in (LIBS): Include OLE32.
23955
23956 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
23957 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
23958
23959 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
23960
23961 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
23962 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
23963 from a Lisp_Object into a bare pointer.
23964 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
23965 Adjust the code correspondingly.
23966
23967 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
23968
23969 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
23970 (term_show_mouse_face): Remove unused var `j'.
23971 (handle_one_term_event): Remove unused vars `i' and `j'.
23972 Don't cast return value of ttyname since it's not necessary.
23973
23974 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
23975
23976 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
23977 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
23978
23979 * fns.c (map_char_table): Use an array of int for `indices' rather than
23980 an array of Lisp_Objects (which are only ever integers anyway).
23981 (Fmap_char_table): Update caller.
23982 * lisp.h: Update prototype.
23983 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
23984 * fontset.c (Ffontset_info):
23985 * casetab.c (set_case_table): Update callers.
23986
23987 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
23988
23989 * keymap.c (struct accessible_keymaps_data)
23990 (struct where_is_internal_data): New structures.
23991 (accessible_keymaps_1, where_is_internal_1): Use them to change
23992 interface to adhere to the one used by map_keymap.
23993 (Faccessible_keymaps, where_is_internal): Use map_keymap.
23994 (accessible_keymaps_char_table, where_is_internal_2): Remove.
23995
23996 * keymap.h (map_keymap_function_t): More informative prototype.
23997
23998 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
23999
24000 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
24001 (looking_at_1): Don't change search_regs and last_thing_searched
24002 if `inhibit-changing-match-data' is non-nil.
24003 (string_match_1, search_buffer, set_search_regs): Likewise.
24004 (syms_of_search): Add Lisp level definition for
24005 `inhibit-changing-match-data' and set it to nil.
24006 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
24007 start and end of the match, instead of using values in search_regs.
24008
24009 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
24010
24011 * minibuf.c (Fcompleting_read): New value `confirm-only'
24012 for `require-match'.
24013
24014 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
24015
24016 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
24017 part of the 2007-06-27 change to syms_of_fileio.
24018
24019 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24020
24021 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
24022 Check WINDOWP before using XWINDOW. Consolidate return statements.
24023
24024 2007-06-27 Richard Stallman <rms@gnu.org>
24025
24026 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
24027
24028 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
24029
24030 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
24031
24032 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24033
24034 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
24035 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
24036 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
24037 (_free_internal, memalign): Use them.
24038 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
24039 Initialize to PTHREAD_MUTEX_INITIALIZER.
24040 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
24041 (morecore_nolock): Rename from morecore. All uses changed.
24042 Use only nolock versions of internal allocation functions.
24043 (_malloc_internal_nolock, _realloc_internal_nolock)
24044 (_free_internal_nolock): New functions created from
24045 _malloc_internal, _realloc_internal, and _free_internal.
24046 (_malloc_internal, _realloc_internal, _free_internal): Use them.
24047 Copy hook value to automatic variable before its use.
24048 (memalign): Copy hook value to automatic variable before its use.
24049
24050 2007-06-26 Kenichi Handa <handa@m17n.org>
24051
24052 * coding.c (Ffind_operation_coding_system): Docstring improved.
24053 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
24054
24055 2007-06-25 David Kastrup <dak@gnu.org>
24056
24057 * keymap.c (Fcurrent_active_maps): Add `position' argument.
24058 (Fwhere_is_internal): Adjust call to `current-active-maps' to
24059 cater for additional parameter.
24060
24061 * keymap.h: Adjust number of parameters to `current-active-maps'.
24062
24063 * doc.c (Fsubstitute_command_keys): Adjust call of
24064 `current-active-maps'.
24065
24066 2007-06-25 David Kastrup <dak@gnu.org>
24067
24068 * callint.c (Fcall_interactively): Make the parsing of interactive
24069 specs somewhat more readable.
24070
24071 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24072
24073 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
24074 to scroll bar gap also when bitmap fills fringe. Draw only foreground
24075 if extended background has already been filled.
24076
24077 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24078
24079 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
24080 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
24081
24082 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
24083 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
24084 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
24085 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
24086 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
24087 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
24088 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
24089 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
24090 Run timers during dialog popup.
24091 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
24092
24093 2007-06-21 Jason Rumney <jasonr@gnu.org>
24094
24095 * image.c (convert_mono_to_color_image): Swap fore and background.
24096
24097 2007-06-20 Jason Rumney <jasonr@gnu.org>
24098
24099 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
24100 (w32_free_bdf_font): Unmap memory not handle.
24101
24102 2007-06-20 Sam Steingold <sds@gnu.org>
24103
24104 * gmalloc.c (__morecore): Fix the declaration to comply with the
24105 definition.
24106
24107 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
24108
24109 * w32term.c (w32_delete_display): Remove leftover declaration.
24110 (w32_define_cursor, w32_initialize): Make static.
24111
24112 * w32.c (_wsa_errlist): Fix typo in error message.
24113 (init_environment): Ignore any environment variable from the
24114 registry having a null value.
24115
24116 2007-06-20 Glenn Morris <rgm@gnu.org>
24117
24118 * Makefile.in (LIBGIF): Default to -lgif.
24119
24120 2007-06-17 Jason Rumney <jasonr@gnu.org>
24121
24122 * w32menu.c (add_menu_item): Don't use multibyte string functions on
24123 unicode strings.
24124
24125 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
24126
24127 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
24128 Fix typo in docstring.
24129
24130 2007-06-16 Eli Zaretskii <eliz@gnu.org>
24131
24132 * w32menu.c (add_menu_item): Escape `&' characters in menu items
24133 and their keybindings.
24134
24135 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
24136
24137 * composite.c (update_compositions): Fix last fix.
24138
24139 2007-06-14 Jason Rumney <jasonr@gnu.org>
24140
24141 * w32.c (get_process_times_fn): New function pointer.
24142 (globals_of_w32): Intialize it if present in kernel32.dll.
24143 (w32_get_internal_run_time): New function.
24144
24145 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
24146
24147 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
24148
24149 * composite.c (update_compositions): Check the validness of
24150 compositions.
24151
24152 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24153
24154 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
24155 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
24156
24157 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
24158 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
24159
24160 * macgui.h (USE_MAC_TOOLBAR): New define.
24161
24162 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
24163 Return immediately unless popup is activated.
24164
24165 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
24166 background to scroll bar gap.
24167 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
24168 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
24169 scroll bars on frame edge. Check fringe background extension.
24170 Don't clear extended fringe background area.
24171 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
24172 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
24173 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
24174 [USE_MAC_TOOLBAR]: New macros.
24175 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
24176 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
24177 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
24178 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
24179 [USE_MAC_TOOLBAR]: New functions.
24180 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
24181 manually if previous repositioning has failed.
24182 (mac_handle_keyboard_event): Use precomputed event kind.
24183 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
24184 as tool bar item click. Handle mouse movement over tool bar items.
24185
24186 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
24187 toolbar_win_gravity.
24188 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
24189 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
24190 Add externs.
24191
24192 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
24193 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
24194
24195 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
24196
24197 * image.c (search_image_cache): Remove unused variable.
24198
24199 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
24200
24201 * xfns.c, xmenu.c: Link to xaw3d if available.
24202
24203 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24204
24205 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
24206 frame_foreground and frame_background.
24207
24208 * image.c (lookup_image): Save frame foreground and background colors.
24209 (search_image_cache): Check if saved and current frame colors match.
24210
24211 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
24212
24213 * regex.c (regex_compile): Remove the `regnum' counter.
24214 Use bufp->re_nsub instead. Add support for \(?N:RE\).
24215
24216 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
24217
24218 * term.c: Include intervals.h to declare Fget_text_property.
24219
24220 2007-06-10 Jason Rumney <jasonr@gnu.org>
24221
24222 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
24223
24224 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
24225
24226 * callint.c (Fcall_interactively):
24227 * editfns.c (Fdelete_and_extract_region):
24228 * fileio.c (Fread_file_name):
24229 * fns.c (Fmapconcat):
24230 * keyboard.c (cmd_error_internal):
24231 * keymap.c (Fkey_description):
24232 * lread.c (openp):
24233 * minibuf.c (read_minibuf):
24234 * search.c (wordify):
24235 * sunfns.c (sel_read):
24236 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
24237 * xfns.c (x_default_scroll_bar_color_parameter):
24238 * xmenu.c (menu_help_callback):
24239 * xselect.c (Fx_get_atom_name):
24240 * xterm.c (x_term_init): Use empty_unibyte_string.
24241
24242 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
24243
24244 * alloc.c (init_strings): Initialize canonical empty strings.
24245 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
24246 canonical empty string when the requested size is 0.
24247
24248 * emacs.c (empty_unibyte_string): Rename from empty_string.
24249 (empty_multibyte_string): New canonical empty string.
24250 (syms_of_emacs): Don't initialize empty_string.
24251
24252 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
24253 string, if appropriate.
24254 (empty_unibyte_string, empty_multibyte_string): New externs.
24255 (empty_string): Remove extern.
24256
24257 * lread.c (syms_of_lread): Use empty_unibyte_string.
24258
24259 2007-06-07 Jason Rumney <jasonr@gnu.org>
24260
24261 * s/ms-w32.h: Don't define HAVE_TZNAME.
24262
24263 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
24264
24265 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24266
24267 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
24268
24269 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
24270 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
24271
24272 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
24273 Don't call next handler.
24274 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
24275 Remove argument. Install handler to application.
24276 (set_frame_menubar): Don't change deep_p.
24277 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
24278 FRAME_OUTER_TO_INNER_DIFF_Y.
24279 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
24280 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
24281 [HAVE_DIALOGS]: New macros.
24282 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
24283 Use them.
24284 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
24285
24286 * macselect.c [MAC_OSX] (install_service_handler): Rename from
24287 init_service_handler. All callers changed. Return OSStatus value.
24288
24289 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
24290 All callers changed so as not to call SetPortWindowPort.
24291 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
24292 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
24293 mac_draw_string_common.
24294 (mac_draw_image_string_qd): Likewise.
24295 (mac_draw_string_common): Use them. Add INLINE.
24296 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
24297 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
24298 GetGlobalMouse.
24299 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
24300 and FRAME_OUTER_TO_INNER_DIFF_Y.
24301 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
24302 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
24303 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
24304 repositioning window to mac_handle_window_event.
24305 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
24306 saving window location to mac_handle_window_event
24307 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
24308 (install_menu_target_item_handler): Remove argument in extern.
24309 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
24310 Also accept command events.
24311 (do_keystroke): New function created from XTread_socket.
24312 (init_command_handler): Remove functions.
24313 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
24314 and save window location by kEventWindowShowing and kEventWindowHiding
24315 handlers here. Don't call next handler for window state change and
24316 focus events.
24317 (mac_handle_application_event, mac_handle_keyboard_event)
24318 [TARGET_API_MAC_CARBON]: New functions.
24319 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
24320 kEventWindowShowing and kEventWindowHiding events. Move installation
24321 of mouse, font, text input and menu target item handlers to
24322 install_application_handler.
24323 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
24324 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
24325 New function.
24326 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
24327 Register it.
24328 (XTread_socket) [TARGET_API_MAC_CARBON]:
24329 Consolidate SendEventToEventTarget calls.
24330 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
24331 Move application activation handler to mac_handle_application_event.
24332 Move keyboard handler to mac_handle_keyboard_event.
24333 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
24334 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
24335 init_command_handler. Call install_application_handler.
24336
24337 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
24338 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
24339
24340 2007-06-07 Glenn Morris <rgm@gnu.org>
24341
24342 * emacs.c (main): Use `emacs-copyright' in --version output.
24343
24344 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
24345
24346 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
24347
24348 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24349
24350 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
24351
24352 * macgui.h: Replace WindowPtr with WindowRef.
24353
24354 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
24355 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
24356 Replace ControlHandle with ControlRef.
24357 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
24358
24359 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
24360 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
24361 Replace ControlHandle with ControlRef.
24362 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
24363 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
24364
24365 * macterm.h (struct scroll_bar): Rename member control_handle_low
24366 and control_handle_high to control_ref_low and control_ref_high.
24367 All uses changed.
24368 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
24369 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
24370 respectively. All uses changed.
24371 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
24372 (install_window_handler, remove_window_handler): Replace WindowPtr
24373 with WindowRef in externs.
24374
24375 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
24376
24377 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
24378
24379 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
24380
24381 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
24382
24383 * frame.c (Fmouse_position, Fmouse_pixel_position):
24384 Condition on HAVE_GPM too.
24385
24386 * term.c (term_mouse_highlight): Remove unused variables.
24387 (Fterm_open_connection): Set gpm_zerobased to 1.
24388 (term_mouse_movement, term_mouse_click, handle_one_term_event):
24389 Use zero based co-ordinates.
24390 (handle_one_term_event): Report a drag as mouse movement too.
24391
24392 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
24393
24394 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
24395
24396 * image.c (search_image_cache): New function. Require background
24397 color match if background color is unspecified in the image spec.
24398 (uncache_image, lookup_image): Use it.
24399
24400 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
24401
24402 * window.c (Fshrink_window): Reflow docstring.
24403
24404 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
24405
24406 * Version 22.1 released.
24407
24408 2007-06-01 Richard Stallman <rms@gnu.org>
24409
24410 * xfns.c (x_encode_text): Add GCPRO.
24411
24412 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24413
24414 * xfns.c (x_set_name_internal): Save encoded name before
24415 x_encode_text in case string data is relocated.
24416
24417 2007-05-31 Richard Stallman <rms@gnu.org>
24418
24419 * buffer.c (syms_of_buffer): Doc fix.
24420
24421 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
24422
24423 * sysdep.c (init_sys_modes): Add rather than replace with
24424 O_NONBLOCK.
24425
24426 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
24427 term_mouse_moveto.
24428
24429 * termhooks.h (term_mouse_moveto): New extern.
24430
24431 * term.c (mouse_face_window): Rename...
24432 (Qmouse_face_window): ...to this.
24433 (term_show_mouse_face, term_clear_mouse_face)
24434 (term_mouse_highlight): Use Qmouse_face_window.
24435 (term_mouse_moveto): New function.
24436 (term_mouse_position): Make it work.
24437 (syms_of_term): Uncomment assignment to mouse_position_hook.
24438 Staticpro Qmouse_face_window.
24439
24440 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24441
24442 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
24443 around current_column call.
24444
24445 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
24446
24447 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
24448 * xdisp.c (next_element_from_buffer):
24449 * window.c (delete_window):
24450 * term.c (term_mouse_highlight):
24451 * msdos.c (getdefdir):
24452 * macterm.c (mac_create_bitmap_from_bitmap_data)
24453 (init_font_name_table):
24454 * fns.c (Fsxhash):
24455 * data.c (Fmake_local_variable):
24456 * ccl.c (ccl_driver): Likewise.
24457
24458 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24459
24460 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
24461 Call mac_wakeup_from_rne on window size change.
24462
24463 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
24464
24465 * image.c (uncache_image): Fix typo.
24466
24467 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
24468
24469 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
24470
24471 2007-05-22 Richard Stallman <rms@gnu.org>
24472
24473 * xterm.c (x_connection_closed): Remove NO_RETURN.
24474
24475 2007-05-22 Martin Rudalics <rudalics@gmx.at>
24476
24477 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
24478
24479 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
24480
24481 * image.c (uncache_image): New function.
24482 (Fimage_refresh): New function.
24483
24484 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
24485
24486 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
24487
24488 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
24489
24490 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
24491 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
24492
24493 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
24494
24495 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
24496 conditional on [HAVE_GPM_H].
24497
24498 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
24499
24500 * syntax.c (skip_chars): Update syntax-table only after we checked that
24501 the new location is valid.
24502
24503 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24504
24505 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
24506 mac_get_window_bounds.
24507
24508 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
24509
24510 * Makefile.in (LIBGPM): Allow it to be set from configure.
24511 If set then link Emacs with it.
24512
24513 * config.in: Regenerate.
24514
24515 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
24516 New externs.
24517
24518 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
24519 Include gpm.h.
24520 (handle_one_term_event, term_gpm): New externs.
24521
24522 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
24523 and allow it to be interrupted by SIGIO.
24524
24525 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
24526 (wait_reading_process_output): Wait on gpm_fd too.
24527 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
24528 (add_gpm_wait_descriptor_called_flag): New variable.
24529 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
24530
24531 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
24532 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
24533 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
24534 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
24535 (make_lispy_event): Add case GPM_CLICK_EVENT.
24536 (read_avail_input): Handle mouse input.
24537
24538 * term.c (write_glyphs_with_face): New function.
24539 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
24540 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
24541 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
24542 (mouse_face_face_id, term_gpm, pos_x, pos_y)
24543 (last_mouse_x, last_mouse_y): New variables.
24544 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
24545 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
24546 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
24547 (Fterm_close_connection): New functions.
24548 (term_init): Initialise mouse_face_window.
24549
24550 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
24551
24552 * xdisp.c (redisplay_window): If first window line is a
24553 continuation line, recompute the new window start instead of
24554 recentering.
24555
24556 2007-05-18 Glenn Morris <rgm@gnu.org>
24557
24558 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
24559 Suggested by Alfred M. Szmidt <ams@gnu.org>.
24560
24561 2007-05-17 Glenn Morris <rgm@gnu.org>
24562
24563 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
24564
24565 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24566
24567 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
24568 dead key repeat and up events.
24569
24570 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
24571
24572 * image.c (pbm_load): Check image size for monochrome pbm.
24573
24574 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
24575
24576 * xterm.c (XTread_socket): Revert last change.
24577
24578 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
24579
24580 * image.c (pbm_load): Correctly check image size for greyscale pbm.
24581
24582 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
24583
24584 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24585
24586 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
24587 mixup (YAILOM).
24588
24589 2007-05-07 Andreas Schwab <schwab@suse.de>
24590
24591 * keymap.c (Flookup_key): Fix typo in last change.
24592
24593 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24594
24595 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
24596 mapping for unibyte strings.
24597
24598 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24599
24600 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
24601 (Fx_popup_dialog) [MAC_OSX]: Likewise.
24602
24603 2007-04-29 Richard Stallman <rms@gnu.org>
24604
24605 * insdel.c (replace_range): For undo, record insertion first.
24606
24607 2007-04-29 Andreas Schwab <schwab@suse.de>
24608
24609 * lisp.h (VECSIZE): Use OFFSETOF.
24610
24611 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24612
24613 * xdisp.c (try_window_reusing_current_matrix): Fix number of
24614 disabled lines.
24615
24616 2007-04-28 Richard Stallman <rms@gnu.org>
24617
24618 * lread.c (read_escape): In a string, \s is always space.
24619
24620 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
24621
24622 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
24623
24624 * gtkutil.c (xg_update_menubar, create_menus): Create empty
24625 submenu for menu bar items.
24626
24627 See ChangeLog.10 for earlier changes.
24628
24629 ;; Local Variables:
24630 ;; coding: utf-8
24631 ;; add-log-time-zone-rule: t
24632 ;; End:
24633
24634 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
24635
24636 This file is part of GNU Emacs.
24637
24638 GNU Emacs is free software: you can redistribute it and/or modify
24639 it under the terms of the GNU General Public License as published by
24640 the Free Software Foundation, either version 3 of the License, or
24641 (at your option) any later version.
24642
24643 GNU Emacs is distributed in the hope that it will be useful,
24644 but WITHOUT ANY WARRANTY; without even the implied warranty of
24645 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24646 GNU General Public License for more details.
24647
24648 You should have received a copy of the GNU General Public License
24649 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24650
24651 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40