* print.c (strout): Use const char* for arg PTR.
[bpt/emacs.git] / src / ChangeLog
1 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
2
3 Fix prototypes.
4
5 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
6 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
7 * fileio.c (read_non_regular, read_non_regular_quit): Pass Lisp_Object,
8 as required by internal_condition_case_1.
9 * print.c (strout): Use const char* for arg PTR.
10 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
11 (analyse_first): Fix "const const".
12 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
13 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
14
15 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
16
17 * alloc.c: Convert function definitions to standard C.
18 * atimer.c:
19 * bidi.c:
20 * bytecode.c:
21 * callint.c:
22 * callproc.c:
23 * casefiddle.c:
24 * casetab.c:
25 * category.c:
26 * ccl.c:
27 * character.c:
28 * charset.c:
29 * chartab.c:
30 * cmds.c:
31 * coding.c:
32 * composite.c:
33 * data.c:
34 * dbusbind.c:
35 * dired.c:
36 * dispnew.c:
37 * doc.c:
38 * doprnt.c:
39 * ecrt0.c:
40 * editfns.c:
41 * fileio.c:
42 * filelock.c:
43 * filemode.c:
44 * fns.c:
45 * font.c:
46 * fontset.c:
47 * frame.c:
48 * fringe.c:
49 * ftfont.c:
50 * ftxfont.c:
51 * gtkutil.c:
52 * indent.c:
53 * insdel.c:
54 * intervals.c:
55 * keymap.c:
56 * lread.c:
57 * macros.c:
58 * marker.c:
59 * md5.c:
60 * menu.c:
61 * minibuf.c:
62 * prefix-args.c:
63 * print.c:
64 * ralloc.c:
65 * regex.c:
66 * region-cache.c:
67 * scroll.c:
68 * search.c:
69 * sound.c:
70 * strftime.c:
71 * syntax.c:
72 * sysdep.c:
73 * termcap.c:
74 * terminal.c:
75 * terminfo.c:
76 * textprop.c:
77 * tparam.c:
78 * undo.c:
79 * unexelf.c:
80 * window.c:
81 * xfaces.c:
82 * xfns.c:
83 * xfont.c:
84 * xftfont.c:
85 * xgselect.c:
86 * xmenu.c:
87 * xrdb.c:
88 * xselect.c:
89 * xsettings.c:
90 * xsmfns.c:
91 * xterm.c: Likewise.
92
93 2010-07-03 Eli Zaretskii <eliz@gnu.org>
94
95 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
96 frames other than the initial one. Fix reversal of colors when
97 `reverse' is specified in the frame parameters. Call
98 update_face_from_frame_parameter instead of
99 internal-set-lisp-face-attribute. Initialize screen colors from
100 initial_screen_colors[] when f->default_face_done_p is zero,
101 instead of depending on being called with default-frame-alist as
102 the alist argument.
103
104 * xfaces.c (update_face_from_frame_parameter): Move out of
105 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
106 with HAVE_WINDOW_SYSTEM.
107
108 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
109 to menu-bar-mode, if not set in the frame parameters or in
110 default-frame-alist.
111
112 * w32console.c (sys_tputs): Adjust argument list to prototype in
113 term.c.
114
115 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
116
117 * lisp.h (memory_warnings): Fix prototype.
118
119 * cm.h (evalcost): Fix prototype.
120
121 * cm.c (evalcost): Fix arg type.
122
123 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
124
125 * term.c (term_clear_mouse_face, Fidentity):
126 * syssignal.h (signal_handler_t):
127 * lisp.h (memory_warnings):
128 * coding.h (preferred_coding_system):
129 * cm.h (evalcost):
130 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
131
132 2010-07-02 Eli Zaretskii <eliz@gnu.org>
133
134 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
135 from prototypes.
136
137 * msdos.h (load_pixmap): Don't define away.
138
139 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
140
141 * lisp.h:
142 * atimer.h: Remove define for P_.
143
144 * alloc.c: Remove __P and P_ from .c and .m files.
145 * atimer.c:
146 * buffer.c:
147 * callint.c:
148 * category.c:
149 * charset.c:
150 * chartab.c:
151 * cm.c:
152 * coding.c:
153 * composite.c:
154 * data.c:
155 * dired.c:
156 * dispnew.c:
157 * doc.c:
158 * editfns.c:
159 * emacs.c:
160 * eval.c:
161 * fileio.c:
162 * filelock.c:
163 * fns.c:
164 * font.c:
165 * fontset.c:
166 * frame.c:
167 * ftfont.c:
168 * ftxfont.c:
169 * gmalloc.c:
170 * gtkutil.c:
171 * image.c:
172 * indent.c:
173 * intervals.c:
174 * keyboard.c:
175 * keymap.c:
176 * lread.c:
177 * marker.c:
178 * menu.c:
179 * minibuf.c:
180 * print.c:
181 * process.c:
182 * scroll.c:
183 * search.c:
184 * sound.c:
185 * strftime.c:
186 * syntax.c:
187 * sysdep.c:
188 * term.c:
189 * terminal.c:
190 * textprop.c:
191 * unexalpha.c:
192 * w32console.c:
193 * w32fns.c:
194 * w32font.c:
195 * w32menu.c:
196 * w32term.c:
197 * w32uniscribe.c:
198 * window.c:
199 * xdisp.c:
200 * xfaces.c:
201 * xfns.c:
202 * xfont.c:
203 * xftfont.c:
204 * xmenu.c:
205 * xselect.c:
206 * xterm.c: Likewise.
207
208 Remove P_ and __P macros.
209 * atimer.h: Remove P_ and __P macros.
210 * buffer.h:
211 * category.h:
212 * ccl.h:
213 * character.h:
214 * charset.h:
215 * cm.h:
216 * coding.h:
217 * composite.h:
218 * dispextern.h:
219 * disptab.h:
220 * dosfns.h:
221 * font.h:
222 * fontset.h:
223 * frame.h:
224 * gtkutil.h:
225 * indent.h:
226 * intervals.h:
227 * keyboard.h:
228 * keymap.h:
229 * lisp.h:
230 * macros.h:
231 * md5.h:
232 * menu.h:
233 * msdos.h:
234 * nsterm.h:
235 * puresize.h:
236 * region-cache.h:
237 * syntax.h:
238 * syssignal.h:
239 * systime.h:
240 * termhooks.h:
241 * w32font.h:
242 * w32term.h:
243 * widget.h:
244 * window.h:
245 * xgselect.h:
246 * xsettings.h:
247 * xterm.h: Likewise.
248
249 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
250
251 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
252
253 Cleanup old code.
254 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
255 * syssignal.h: Remove code for Lynx, not supported anymore.
256 * vm-limit.c: Remove unused code the depends on emacs not being
257 defined and NO_LIM_DATA being defined.
258 * mem-limits.h: Remove dead code.
259
260 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
261
262 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
263
264 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
265 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
266
267 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
268 parameters, they are already absolute.
269
270 * nsterm.m (x_set_window_size, initFrameFromEmacs): Renamed
271 FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
272
273 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGH
274
275 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar): Update
276 FRAME_TOOLBAR_HEIGHT.
277
278 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add
279 BLOCK/UNBLOCK_INPUT so asserts don't trigger.
280
281 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
282
283 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
284 check default-frame-alist.
285
286 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
287
288 * process.c (create_process): Avoid using invalid file descriptors.
289
290 * callproc.c (child_setup): Avoid closing a file descriptor twice.
291
292 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
293
294 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
295 Improve documentation. Return font regardless of use_system_font.
296 (syms_of_xsettings): Improve documentation for font-use-system-font.
297
298 2009-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
299
300 * xftfont.c (xftfont_open): Check font width one by one also when
301 spacing is dual.
302
303 * ftfont.c (ftfont_open): Ditto.
304
305 2010-06-30 Glenn Morris <rgm@gnu.org>
306
307 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
308
309 * Makefile.in (CANNOT_DUMP): Update for configure name change.
310
311 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
312 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
313 * s/darwin.h (SYSTEM_MALLOC):
314 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
315
316 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
317
318 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
319 (ns_get_screen): Don't assign integer to f.
320 (Fx_display_color_cells): Declarations before statements.
321
322 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
323
324 * xfns.c (x_default_font_parameter): Remove got_from_system
325 (Bug#6526).
326
327 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
328 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
329 defines based on what configure finds.
330
331 * xterm.c (XTflash): Use gtk_widget_get_window.
332 (xg_scroll_callback): Use gtk_adjustment_get_upper and
333 gtk_adjustment_get_page_size.
334 (handle_one_xevent): Use gtk_widget_get_mapped.
335 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
336 messages.
337
338 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
339
340 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
341 HAVE_GTK_FILE_SELECTION_NEW.
342
343 * gtkutil.c (xg_display_open, xg_display_close): Remove
344 HAVE_GTK_MULTIDISPLAY, it is always defined.
345 (xg_display_open): Return type is void.
346 (gtk_widget_set_has_window)
347 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
348 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
349 (gtk_adjustment_set_page_increment)
350 (gtk_adjustment_get_step_increment): #define these if not found
351 by configure.
352 (remove_submenu): New define based on Gtk+ version.
353 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
354 gtk_widget_get_window.
355 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
356 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
357 (create_dialog): Use gtk_dialog_get_action_area and
358 gtk_dialog_get_content_area.
359 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
360 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
361 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
362 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
363 g_object_ref and g_object_unref.
364 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
365 gtk_widget_get_sensitive.
366 (xg_update_submenu): Use remove_submenu.
367 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
368 properties instead to get old x and y position.
369 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
370 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
371 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
372 (xg_get_tool_bar_widgets): New function.
373 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
374 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
375 (toolbar_set_orientation): New #define based on if configure
376 finds gtk_orientable_set_orientation.
377 (xg_create_tool_bar): Call toolbar_set_orientation.
378 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
379 instead of gtk_box_pack_start_defaults.
380
381 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
382
383 * cmds.c (Fdelete_backward_char): Move into Lisp.
384
385 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
386
387 * s/freebsd.h (BSD4_2): Remove redundant definition.
388 bsd-common.h defines it already.
389
390 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
391
392 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
393 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
394 tool-bar-mode, which are now set using these X resources at
395 startup, to determine the defaults (Bug#2249).
396
397 * w32fns.c (Fx_create_frame):
398 * nsfns.m (Fx_create_frame): Likewise.
399
400 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
401
402 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
403
404 * gtkutil.c (xg_update_scrollbar_pos):
405 Avoid C99 mid-block variable declaration.
406
407 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
408
409 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
410
411 * gtkutil.h (xg_show_scroll_bar): Remove.
412
413 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
414 if height is less than scroll bar min size.
415 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
416
417 * xfns.c (x_default_font_parameter): Try to open font from system
418 before using it (bug#6478). Rename got_from_gconf to got_from_system.
419
420 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
421
422 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
423
424 2010-06-20 Eli Zaretskii <eliz@gnu.org>
425
426 * xdisp.c (try_scrolling): When scroll-conservatively is set to
427 most-positive-fixnum, be extra accurate when scrolling window
428 start, to avoid missing the cursor line.
429
430 2010-06-19 Eli Zaretskii <eliz@gnu.org>
431
432 * xdisp.c (try_scrolling): Compute the limit for searching point
433 in forward scroll from scroll_max, instead of an arbitrary limit
434 of 10 screen lines. See
435 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
436 and
437 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
438 for details.
439
440 2010-06-16 Glenn Morris <rgm@gnu.org>
441
442 * editfns.c (Fbyte_to_string): Pacify compiler.
443
444 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
445
446 * lread.c (read1): Phase out old-style backquotes a bit more.
447
448 2010-06-12 Eli Zaretskii <eliz@gnu.org>
449
450 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
451 bidimirror.h.
452
453 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
454
455 * bidi.c (bidi_initialize): Remove explicit initialization of
456 bidi_type_table; include biditype.h instead. Don't support
457 entries whose second codepoint is zero. Initialize bidi_mirror_table.
458 (bidi_mirror_char): Use bidi_mirror_table.
459
460 * biditype.h: New file.
461
462 * bidimirror.h: New file.
463
464 * window.c (syms_of_window): Doc fix (bug#6409).
465
466 2010-06-12 Romain Francoise <romain@orebokech.com>
467
468 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
469 ediff-hook.
470
471 2010-06-10 Glenn Morris <rgm@gnu.org>
472
473 * editfns.c (Fbyte_to_string): Pacify compiler.
474
475 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
476
477 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
480 Check `object's type before accessing its guts.
481
482 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
483
484 * s/usg5-4.h: Fix previous change.
485 Suggested by Lawrence Mitchell <wence@gmx.li>
486
487 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
488
489 * minibuf.c (Fall_completions): Add more checks.
490
491 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
492
493 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
494
495 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
496
497 * lread.c (X_OK): Remove, unused.
498
499 * dispnew.c: Remove obsolete comment.
500
501 Remove INCLUDED_FCNTL.
502 * xterm.c (INCLUDED_FCNTL):
503 * callproc.c (INCLUDED_FCNTL):
504 * alloc.c (INCLUDED_FCNTL):
505 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
506 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
507
508 2010-06-07 Martin Rudalics <rudalics@gmx.at>
509
510 * window.c (Fselect_window): Move `record_buffer' up to the
511 beginning of this function, so the buffer gets recorded
512 even if the selected window does not change.
513 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
514
515 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
516
517 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
518 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
519
520 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
521
522 Remove BSTRING related code, all platforms define it.
523 * s/usg5-4.h (BSTRING): Remove definition.
524 * s/template.h (BSTRING):
525 * s/msdos.h (BSTRING):
526 * s/ms-w32.h (BSTRING):
527 * s/hpux10-20.h (BSTRING):
528 * s/gnu-linux.h (BSTRING):
529 * s/darwin.h (BSTRING):
530 * s/cygwin.h (BSTRING):
531 * s/bsd-common.h (BSTRING):
532 * s/aix4-2.h (BSTRING): Likewise.
533 * sysdep.c: Remove code depending on BSTRING not being defined.
534
535 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
536
537 Remove obsolete macro BASE_LEADING_CODE_P.
538 * character.h (BASE_LEADING_CODE_P): Remove.
539 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
540 * buffer.c (Fset_buffer_multibyte):
541 * indent.c (scan_for_column, compute_motion):
542 * insdel.c (count_combining_before, count_combining_after):
543 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
544
545 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
546
547 Turn `directory-sep-char' into a noop.
548
549 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
550 (DIRECTORY_SEP): Define unconditionally.
551
552 * s/ms-w32.h (DIRECTORY_SEP): Remove.
553
554 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
555 call dostounix_filename directly.
556
557 * fileio.c (CORRECT_DIR_SEPS): Remove.
558 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
559 (Fsubstitute_in_file_name): Use dostounix_filename instead.
560 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
561 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
562
563 * w32proc.c (CORRECT_DIR_SEPS): Remove.
564 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
565
566 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
567
568 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
569 address. (Bug#6346)
570
571 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
572
573 * ccl.c (Fccl_program_p): Fix typo in docstring.
574
575 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
576
577 Move UNEXEC definition to autoconf.
578 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
579 * s/sol2-10.h (UNEXEC):
580 * s/irix6-5.h (UNEXEC):
581 * s/hpux10-20.h (UNEXEC):
582 * s/gnu-linux.h (UNEXEC):
583 * s/darwin.h (UNEXEC):
584 * s/cygwin.h (UNEXEC):
585 * s/bsd-common.h (UNEXEC):
586 * s/aix4-2.h (UNEXEC):
587 * m/alpha.h (UNEXEC): Likewise.
588 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
589
590 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
591
592 Remove obsolete pre-unicode2 macros.
593 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
594 * composite.c (composition_reseat_it):
595 * data.c (Faset):
596 * fns.c (Ffillarray):
597 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
598 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
599
600 2010-06-03 Juri Linkov <juri@jurta.org>
601
602 * buffer.c (Fother_buffer): Add CHECK_FRAME.
603 (Fswitch_to_buffer): Remove unused variable `err'.
604
605 2010-06-03 Glenn Morris <rgm@gnu.org>
606
607 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
608
609 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
610 now that AH_BOTTOM does it.
611
612 * m/hp800.h (HAVE_ALLOCA):
613 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
614
615 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
616 Remove NOT_C_CODE tests, it is always true now.
617
618 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
619
620 Fix config.h includes.
621 * xsettings.c:
622 * xgselect.c:
623 * nsterm.m:
624 * nsselect.m:
625 * nsimage.m:
626 * nsfont.m:
627 * nsfns.m:
628 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
629 other files do.
630
631 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
632
633 * s/sol2-6.h: Remove obsolete comments.
634
635 Remove unnecessary alloca.h includes.
636 * keymap.c: Do not include alloca.h, config.h does that.
637 * sysdep.c: Likewise. Do not define fwrite, not used.
638
639 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
640
641 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
642 the HAVE_TERMIO where it belongs (bug#6149).
643
644 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
647 of bug#6305).
648
649 2010-05-30 Eli Zaretskii <eliz@gnu.org>
650
651 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
652 state is always cached (bug#6306).
653
654 2010-05-29 Eli Zaretskii <eliz@gnu.org>
655
656 Fix cursor motion in bidi-reordered continued lines.
657 * xdisp.c (try_cursor_movement): Backup to non-continuation line
658 only after finding point's row. Fix the logic. Rewrite the loop
659 over continuation lines in bidi-reordered buffers. Return
660 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
661 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
662
663 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
664
665 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
666
667 2010-05-28 Kenichi Handa <handa@m17n.org>
668
669 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
670 Don't sheck SPEC if it is nil.
671 (font_list_entities): Call font_delete_unmatched if
672 Vface_ignored_fonts is non-nil. (Bug#6287)
673
674 2010-05-28 Glenn Morris <rgm@gnu.org>
675
676 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
677
678 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
679
680 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
681 whether to trash.
682 (internal_delete_file, Frename_file): Callers changed.
683 (delete_by_moving_to_trash): Doc fix.
684 (Fdelete_directory_internal): Don't move to trash.
685
686 * callproc.c (delete_temp_file):
687 * buffer.c (Fkill_buffer): Callers changed.
688
689 * lisp.h: Update prototype.
690
691 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
692
693 * xdisp.c (redisplay_window): After redisplay, check if point is
694 still valid before setting it (Bug#6177).
695
696 2010-05-27 Glenn Morris <rgm@gnu.org>
697
698 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
699 Convert comments to Makefile format.
700
701 * Makefile.in (bootstrap-clean): No more Makefile.c.
702
703 2010-05-26 Glenn Morris <rgm@gnu.org>
704
705 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
706 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
707
708 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
709 Remove.
710 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
711
712 2010-05-26 Kenichi Handa <handa@m17n.org>
713
714 * composite.c (composition_compute_stop_pos): Fix condition for
715 backward scanning.
716
717 2010-05-25 Glenn Morris <rgm@gnu.org>
718
719 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
720 Move before TEMACS_LDFLAGS.
721 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
722 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
723
724 * Makefile.in (NOT_C_CODE): No longer define.
725 (config.h): No longer include.
726
727 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
728 variables it may reference.
729
730 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
731 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
732
733 2010-05-25 Kenichi Handa <handa@m17n.org>
734
735 * dispextern.h (struct composition_it): New members rule_idx and
736 charpos.
737
738 * xdisp.c (set_iterator_to_next): While scanning backward, assume
739 that the character positions of IT point the last character of the
740 current grapheme cluster.
741 (next_element_from_composition): Don't change character positions
742 of IT.
743 (append_composite_glyph): Set glyph->charpos to
744 it->cmp_it.charpos.
745
746 * composite.c (autocmp_chars): Change the first argument to RULE,
747 and try composition with RULE only.
748 (composition_compute_stop_pos): Record the index number of the
749 composition rule in CMP_IT->rule_idx.
750 (composition_reseat_it): Call autocmp_chars repeatedly until the
751 correct rule of the composition is found.
752 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
753 is at the last character of the current grapheme cluster when
754 CMP_IT->reversed_p is nonzero.
755
756 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * editfns.c (Fbyte_to_string): New function.
759
760 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
761
762 * process.c (Fmake_network_process): Set :host to nil if it's not used.
763 Suggested by Masatake YAMATO <yamato@redhat.com>.
764
765 2010-05-23 Eli Zaretskii <eliz@gnu.org>
766
767 * dispextern.h (init_iterator): Sync prototype with changed definition.
768
769 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
770
771 * s/netbsd.h: If terminfo is found, use it in preference to
772 termcap. (Bug#6190) [Backport from trunk]
773
774 2010-05-19 Eli Zaretskii <eliz@gnu.org>
775
776 Redesign and reimplement bidi-aware edge positions of glyph rows.
777
778 * dispextern.h (struct glyph_row): New members minpos and maxpos.
779 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
780 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
781 and maxpos members instead of start.pos and end.pos, respectively.
782
783 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
784 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
785 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
786 (try_window_reusing_current_matrix, try_window_id):
787 Use ROW->minpos rather than ROW->start.pos.
788 (init_from_display_pos, init_iterator): Use EMACS_INT for
789 character and byte positions.
790 (find_row_edges): Rename from find_row_end. Accept additional
791 arguments for minimum and maximum buffer positions seen by
792 display_line for this row. Don't use iterator to find the
793 position following the maximum one; instead, increment the
794 position found by display_line directly. Fix logic; eol_pos
795 should be tested before the rest. Handle the case of characters
796 delivered from display vector (bug#6036). Fix tests related to
797 it->method. Handle the truncated_on_right_p rows.
798 (RECORD_MAX_MIN_POS): New macro.
799 (display_line): Use it to record the minimum and maximum buffer
800 positions for glyphs in the row being assembled. Record the
801 position of the newline that terminates the line. If word wrap is
802 in effect, restore minimum and maximum positions seen up to the
803 wrap point, when iterator returns to it.
804 (try_window_reusing_current_matrix): Give up if in bidi-reordered
805 row and cursor not already at point. Restore original pre-bidi
806 code for unidirectional buffers.
807
808 * dispnew.c (increment_row_positions, check_matrix_invariants):
809 Increment and check row->start.pos and row->end.pos, in addition
810 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
811
812 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
813 Display truncated_on_left_p and truncated_on_right_p flags.
814 Formatting fixes.
815 (pmtxrows): Display the ordinal number of each row. Don't display
816 rows beyond the last one.
817
818 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
819 it is not copied by bidi_copy_it.
820
821 2010-05-22 Eli Zaretskii <eliz@gnu.org>
822
823 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
824 (Bug#6237)
825
826 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
827
828 * image.c (Fimage_flush): Rename from image-refresh.
829
830 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
831
832 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
833 just one window.
834
835 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
836 (clear_image_cache): If the number of cached images is unusually
837 large, decrease the cache eviction delay (Bug#6230).
838
839 2010-05-21 Glenn Morris <rgm@gnu.org>
840
841 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
842 Move these rules to ns.mk.
843 * ns.mk: New file.
844
845 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
846
847 * Makefile.in (CANNOT_DUMP): New, set by configure.
848 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
849
850 2010-05-20 Juri Linkov <juri@jurta.org>
851
852 * fileio.c (Fdelete_file): Change interative spec to use
853 `read-file-name' like in `find-file-read-args' where the default
854 value is `default-directory' instead of `buffer-file-name'.
855 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
856
857 2010-05-20 Kevin Ryde <user42@zip.com.au>
858
859 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
860 (Voverriding_terminal_local_map, Vsystem_key_alist)
861 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
862
863 2010-05-20 Glenn Morris <rgm@gnu.org>
864
865 * Makefile.in (DEPDIR): New constant.
866 (DEPFLAGS): Set with configure, not cpp.
867 (MKDEPDIR): New, set by configure.
868 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
869 (clean): Use $DEPDIR.
870 (deps_frag): Include from configure.
871 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
872 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
873
874 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
875 reallocation of the cache. (Bug#6210)
876
877 2010-05-19 Glenn Morris <rgm@gnu.org>
878
879 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
880
881 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
882 (GNULIB_VAR): Remove.
883 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
884
885 * m/ibms390x.h (LINKER):
886 * m/macppc.h (LINKER) [GNU_LINUX]:
887 * s/aix4-2.h (ORDINARY_LINK):
888 * s/cygwin.h (LINKER):
889 * s/darwin.h (ORDINARY_LINK):
890 * s/gnu.h (ORDINARY_LINK):
891 * s/netbsd.h (LINKER):
892 * s/usg5-4.h (ORDINARY_LINK):
893 Move to configure.
894
895 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
896
897 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
898
899 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
900 prevent stack overflow if number of arguments is too large
901 (Bug#6214).
902
903 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
904
905 * charset.c (load_charset_map_from_file): Don't call close after fclose.
906
907 2010-05-18 Glenn Morris <rgm@gnu.org>
908
909 * s/gnu-linux.h: Combine two conditionals.
910
911 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
912 $(POST_ALLOC_OBJ).
913
914 * Makefile.in (RALLOC_OBJ): New, set by configure.
915 (rallocobj): Replace with the previous variable.
916 (otherobj): Use $RALLOC_OBJ.
917
918 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
919 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
920
921 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
922 (gmallocobj, vmlimitobj): Replace with previous two variables.
923 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
924
925 2010-05-17 Glenn Morris <rgm@gnu.org>
926
927 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
928 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
929
930 2010-05-16 Glenn Morris <rgm@gnu.org>
931
932 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
933
934 * Makefile.in (clean): Get rid of HAVE_NS conditional.
935
936 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
937 trailing "/".
938
939 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
940 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
941
942 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
943 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
944 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
945 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
946 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
947
948 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
949 Remove ${STARTFLAGS}, nothing ever sets it.
950
951 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
952
953 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
954
955 2010-05-16 Glenn Morris <rgm@gnu.org>
956
957 * Makefile.in (LIBX_BASE): Always define.
958
959 * Makefile.in (LIBX_OTHER): Move out of cpp section.
960
961 * Makefile.in (LIBXT): Always define.
962
963 2010-05-15 Glenn Morris <rgm@gnu.org>
964
965 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
966
967 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
968 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
969
970 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
971
972 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
973 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
974
975 * emacs.c (main): Initialize initial-environment and
976 process-environment before generating from env, not after.
977
978 Handle --version reasonably in CANNOT_DUMP configuration.
979 * emacs.c (emacs_version, emacs_copyright): New string variables.
980 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
981 (syms_of_emacs): Defvar them, and initialize them from the C
982 string variables.
983 (main): If initialization hasn't been done, print initial version
984 info from the C strings, instead of starting an interactive session.
985
986 2010-05-15 Eli Zaretskii <eliz@gnu.org>
987
988 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
989 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
990 (bidi_paragraph_init): Remove redundant assertion that we are at
991 the beginning of a line after call to bidi_find_paragraph_start.
992
993 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
994 (syms_of_xdisp): Defsubr it.
995
996 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
997
998 * Makefile.in: Fix MSDOS-related comments.
999
1000 2010-05-15 Glenn Morris <rgm@gnu.org>
1001
1002 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
1003 (really-lwlib, really-oldXMenu): Always define.
1004 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
1005
1006 * Makefile.in: Simplify cpp conditional.
1007
1008 * Makefile.in (${ns_appdir}): Simplify using umask.
1009
1010 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
1011
1012 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1013
1014 * eval.c (specbind): Remove left-over duplicate test.
1015 Disallow let-binding frame-local vars. Add comment.
1016
1017 2010-05-14 Eli Zaretskii <eliz@gnu.org>
1018
1019 Make the cache of bidi iterator states dynamically allocated.
1020 * bidi.c (bidi_cache_shrink): New function.
1021 (bidi_init_it): Call it.
1022 (bidi_cache_iterator_state): Enlarge the cache if needed.
1023
1024 * bidi.c (bidi_move_to_visually_next): Rename from
1025 bidi_get_next_char_visually. All callers changed.
1026
1027 2010-05-14 Kenichi Handa <handa@m17n.org>
1028
1029 * dispextern.h (struct composition_it): New member reversed_p.
1030
1031 * composite.c (composition_compute_stop_pos): Search backward if
1032 ENDPOS < CHARPOS.
1033 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
1034 Set CMP_IT->reversed_p.
1035 (composition_update_it): Pay attention to CMP_IT->reversed_p.
1036
1037 * xdisp.c (set_iterator_to_next):
1038 Call composition_compute_stop_pos with negative ENDPOS if we are
1039 scanning backward. Call composition_compute_stop_pos if scan
1040 direction is changed.
1041 (next_element_from_buffer): Call composition_compute_stop_pos with
1042 negative ENDPOS if we are scanning backward.
1043 (next_element_from_composition): Pay attention to
1044 IT->cmp_it.reversed_p.
1045
1046 2010-05-14 Kenichi Handa <handa@m17n.org>
1047
1048 * font.c (font_range): Return the range for the font found at first.
1049
1050 2010-05-14 Glenn Morris <rgm@gnu.org>
1051
1052 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
1053
1054 * Makefile.in (mktime, X11, register): Move undefs to configure.
1055
1056 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
1057 (MSDOS_X_OBJ): New variable.
1058 (MSDOS_SUPPORT_REAL): New constant.
1059 (MSDOS_SUPPORT): Set as a variable, not with cpp.
1060 (obj): Use MSDOS_X_OBJ.
1061 (lisp): Use MSDOS_SUPPORT as a variable.
1062
1063 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
1064 (GPM_MOUSE_SUPPORT): Now it's a constant.
1065 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
1066 not cpp.
1067
1068 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
1069 (ns_appresdir): Remove, unused.
1070
1071 * Makefile.in (SHELL): Move outside cpp section.
1072
1073 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
1074
1075 2010-05-13 Glenn Morris <rgm@gnu.org>
1076
1077 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
1078 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
1079
1080 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
1081 HAVE_WINDOW_SYSTEM must be too.
1082
1083 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
1084 (lisp): Remove WINNT_SUPPORT.
1085
1086 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
1087 Let configure set these variables (to empty) in this case as well.
1088
1089 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
1090 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
1091
1092 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
1093 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
1094 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
1095 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
1096 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
1097 the values output by configure.
1098 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
1099
1100 2010-05-12 Glenn Morris <rgm@gnu.org>
1101
1102 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
1103 (LINKER_WAS_SPECIFIED): Remove.
1104
1105 * Makefile.in (LIB_GCC): Set using configure, not cpp.
1106 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
1107 * m/arm.h (LIB_GCC) [GNU_LINUX]:
1108 * s/cygwin.h (LIB_GCC):
1109 * s/freebsd.h (LIB_GCC):
1110 * s/gnu-linux.h (LIB_GCC):
1111 * s/msdos.h (LIB_GCC):
1112 * s/netbsd.h (LIB_GCC):
1113 Move to configure.
1114
1115 2010-05-11 Karel Klic <kklic@redhat.com>
1116
1117 * ftfont.c: Fix incorrect parentheses of #if condition for
1118 definining M17N_FLT_USE_NEW_FEATURE.
1119
1120 2010-05-11 Glenn Morris <rgm@gnu.org>
1121
1122 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
1123 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
1124
1125 2010-05-10 Eli Zaretskii <eliz@gnu.org>
1126
1127 * xdisp.c (init_iterator): Don't turn on bidi reordering in
1128 unibyte buffers. See
1129 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
1130
1131 2010-05-10 Glenn Morris <rgm@gnu.org>
1132
1133 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
1134 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
1135 (LIBES): Use LIBS_SYSTEM as a variable.
1136 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
1137 * s/aix4-2.h (LIBS_SYSTEM):
1138 * s/freebsd.h (LIBS_SYSTEM):
1139 * s/hpux10-20.h (LIBS_SYSTEM):
1140 * s/sol2-6.h (LIBS_SYSTEM):
1141 * s/unixware.h (LIBS_SYSTEM):
1142 Move to configure.
1143
1144 * s/aix4-2.h (MAIL_USE_LOCKF):
1145 * s/bsd-common.h (MAIL_USE_FLOCK):
1146 * s/darwin.h (MAIL_USE_FLOCK):
1147 * s/gnu-linux.h (MAIL_USE_FLOCK):
1148 * s/irix6-5.h (MAIL_USE_FLOCK):
1149 * s/template.h (MAIL_USE_FLOCK):
1150 Move to configure.
1151
1152 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1153
1154 * Version 23.2 released.
1155
1156 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
1157
1158 * composite.c (autocmp_chars): Save point as marker before calling
1159 auto-composition-function (Bug#5984).
1160
1161 * lisp.h (restore_point_unwind): Add prototype.
1162
1163 * fileio.c (restore_point_unwind): Remove static attribute.
1164
1165 2010-05-08 Kenichi Handa <handa@m17n.org>
1166
1167 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
1168 new feature of libotf and m17n-flt.
1169 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
1170 Call OTF_check_features even if no specific feature is given.
1171 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
1172 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
1173 that OUT is NULL. Use OTF_drive_gsub_with_log and
1174 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
1175 OTF_drive_gpos.
1176 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
1177 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
1178 Setup mflt_enable_new_feature and mflt_try_otf.
1179
1180 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
1181
1182 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
1183
1184 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
1185 box and toolbar (Bug #6139).
1186 (xg_create_tool_bar): Remove comment (Bug #6139).
1187 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
1188 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
1189
1190 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
1191
1192 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
1193 Update dependencies.
1194
1195 2010-05-08 Eli Zaretskii <eliz@gnu.org>
1196
1197 * fringe.c (update_window_fringes): Set up truncation bitmaps for
1198 R2L lines.
1199
1200 2010-05-08 Glenn Morris <rgm@gnu.org>
1201
1202 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
1203
1204 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
1205 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
1206 (termcapobj): Replace with TERMCAP_OBJ.
1207 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
1208 (LIBES): Use LIBS_TERMCAP as a variable.
1209
1210 * s/freebsd.h (osreldate.h): No longer include, since this file
1211 does not use __FreeBSD_version any more.
1212
1213 * s/aix4-2.h (TERMINFO):
1214 * s/cygwin.h (TERMINFO):
1215 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1216 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
1217 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1218 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1219 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
1220 * s/irix6-5.h (TERMINFO):
1221 * s/netbsd.h (LIBS_TERMCAP):
1222 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
1223 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
1224 * s/usg5-4.h (TERMINFO):
1225 Move to configure.
1226
1227 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1228
1229 * eval.c (unbind_to): Don't unbind a local binding into the global
1230 binding when the local binding disappeared. Inversely, don't unbind
1231 a global binding into a newly created local binding.
1232 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
1233 can specify the frame to use, when applicable. Adjust callers.
1234
1235 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
1236 Stefan Monnier <monnier@iro.umontreal.ca>
1237
1238 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
1239
1240 2010-05-07 Eli Zaretskii <eliz@gnu.org>
1241
1242 * w32fns.c: Include w32.h.
1243 (Fw32_shell_execute): Decode the error message before passing it
1244 to `error'. (Bug#6126)
1245
1246 * msdos.c (dos_set_window_size):
1247 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
1248 instead of `XSYMBOL (foo)->value'.
1249
1250 2010-05-07 Eli Zaretskii <eliz@gnu.org>
1251
1252 Fix the MS-DOS build, broken by autoconfiscation.
1253
1254 * Makefile.in: Don't use Make-style comments past the "start of
1255 cpp stuff" line.
1256 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
1257
1258 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
1259 edited directly by msdos/sed1v2.inp).
1260
1261 2010-05-07 Glenn Morris <rgm@gnu.org>
1262
1263 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
1264 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
1265 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
1266 move out of cpp section.
1267 * s/freebsd.h (LD_SWITCH_SYSTEM):
1268 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
1269 * s/netbsd.h (LD_SWITCH_SYSTEM):
1270 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
1271
1272 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
1273
1274 Define LIB_STANDARD and START_FILES using autoconf.
1275 * s/usg5-4.h (LIB_STANDARD):
1276 * s/netbsd.h (START_FILES):
1277 * s/irix6-5.h (LIB_STANDARD):
1278 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
1279 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
1280 * s/freebsd.h (START_FILES):
1281 * s/darwin.h (START_FILES):
1282 * s/cygwin.h (START_FILES):
1283 * s/aix4-2.h (LIB_STANDARD):
1284 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
1285 * Makefile.in (STARTFILES): Rename to START_FILES, define using
1286 autoconf, not cpp.
1287
1288 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
1289
1290 Remove NEED_BSDTTY and NEED_UNISTD_H.
1291 * s/hpux10-20.h (NEED_BSDTTY): Remove.
1292 * s/aix4-2.h (NEED_UNISTD_H): Remove.
1293 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
1294 <sys/ptyio.h> and <unistd.h>.
1295
1296 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
1297
1298 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
1299 * s/gnu.h (START_FILES): Remove empty definition.
1300
1301 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
1302
1303 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
1304
1305 2010-05-06 Glenn Morris <rgm@gnu.org>
1306
1307 * Makefile.in (CPP, LN_S): Remove unused variables.
1308
1309 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1310
1311 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
1312
1313 2010-05-05 Lawrence Mitchell <wence@gmx.li>
1314
1315 * m/sparc.h: Fix typo in earlier change.
1316
1317 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1318
1319 Misc tweaks.
1320 * eval.c (Fdefvaralias): Remove unintended nested if.
1321 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
1322
1323 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
1324
1325 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
1326
1327 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1328
1329 Remove BSD_PGRPS.
1330 * s/bsd-common.h (BSD_PGRPS): Remove undef.
1331 * s/gnu-linux.h (BSD_PGRPS): Remove.
1332 * term.c (dissociate_if_controlling_tty):
1333 * sysdep.c (narrow_foreground_group, widen_foreground_group)
1334 (init_sys_modes, reset_sys_modes):
1335 * emacs.c (main):
1336 * callproc.c (Fcall_process, child_setup): Remove code depending
1337 on BSD_PGRPS.
1338
1339 Remove POSIX_SIGNALS.
1340 * s/usg5-4.h (POSIX_SIGNALS):
1341 * s/netbsd.h (POSIX_SIGNALS):
1342 * s/msdos.h (POSIX_SIGNALS):
1343 * s/ms-w32.h (POSIX_SIGNALS):
1344 * s/hpux11.h (POSIX_SIGNALS):
1345 * s/gnu.h (POSIX_SIGNALS):
1346 * s/gnu-linux.h (POSIX_SIGNALS):
1347 * s/freebsd.h (POSIX_SIGNALS):
1348 * s/darwin.h (POSIX_SIGNALS):
1349 * s/cygwin.h (POSIX_SIGNALS):
1350 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
1351 * s/unixware.h:
1352 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
1353 * process.c (create_process):
1354 * syssignal.h:
1355 * sysdep.c (wait_for_termination, init_signals):
1356 * process.c (create_process):
1357 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
1358 remove all code that assumes the contrary.
1359
1360 2010-05-04 Glenn Morris <rgm@gnu.org>
1361
1362 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
1363 variable.
1364 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
1365 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
1366 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
1367 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
1368 LD_SWITCH_SYSTEM_tmp.
1369 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
1370 New variables, set by configure.
1371
1372 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
1373 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
1374 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
1375 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
1376 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
1377
1378 * s/aix4-2.h (C_SWITCH_SYSTEM):
1379 * m/alpha.h (C_SWITCH_MACHINE):
1380 Move to configure.in.
1381 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
1382 New variables, set by configure.
1383 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
1384 $c_switch_machine and $c_switch_system.
1385
1386 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1387
1388 * s/hpux10-20.h (LIB_STANDARD): New definition.
1389 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
1390 on it, not used anymore.
1391
1392 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1393
1394 * eval.c (internal_condition_case_n): Rename from
1395 internal_condition_case_2.
1396 (internal_condition_case_2): New function.
1397
1398 * xdisp.c (safe_call): Use internal_condition_case_n.
1399
1400 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
1401 (internal_delete_file, Frename_file): Callers changed.
1402
1403 * buffer.c (Fkill_buffer):
1404 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
1405
1406 * lisp.h: Update prototypes.
1407
1408 2010-05-03 Glenn Morris <rgm@gnu.org>
1409
1410 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
1411 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
1412 (LIBXT): Set with configure, not cpp.
1413 (LIBX): Remove.
1414 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
1415
1416 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
1417
1418 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
1419 The FreeBSD is not needed, the default works, Solaris version is
1420 not needed, and the remaining case is not supported by configure.
1421
1422 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
1423
1424 * xsmfns.c (CHDIR_OPT): New define.
1425 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
1426 restarting emacs.
1427
1428 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
1429 shut_down_emacs.
1430
1431 * emacs.c (USAGE1): Mention --chdir.
1432 (main): Handle --chdir.
1433 (standard_args): Add --chdir.
1434 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
1435 #5552).
1436
1437 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1438
1439 Remove LD_SWITCH_MACHINE.
1440 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
1441 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
1442
1443 Clean up IRIX code.
1444 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
1445 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
1446
1447 Clean up AIX code.
1448 * m/ibmrs6000.inp: Remove file, unused.
1449 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
1450 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
1451 definition ...
1452 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
1453
1454 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
1455 unused.
1456
1457 2010-05-01 Eli Zaretskii <eliz@gnu.org>
1458
1459 Emulate POSIX_SIGNALS on MS-Windows.
1460
1461 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
1462 (SIG_SETMASK, SIG_UNBLOCK): Define.
1463
1464 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
1465 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
1466 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
1467
1468 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
1469 New stubs.
1470
1471 Miscellaneous fixes of bidi display.
1472
1473 * xdisp.c (find_row_end): New function, refactored from display_line.
1474 (display_line): Use it.
1475 (extend_face_to_end_of_line): In almost-filled rows, extend only
1476 if the row is R2L and not continued.
1477 (display_line): Fix prepending of truncation glyphs to R2L rows.
1478 Preserve overlay and string info in row->end.
1479 (insert_left_trunc_glyphs): Support addition of left truncation
1480 glyphs to R2L rows.
1481 (set_cursor_from_row): Don't place cursor on the vertical border
1482 glyph between adjacent windows. Fix a crash when a display string
1483 is continued to the next line. Don't return zero if cursor was
1484 found by `cursor' property of a display string.
1485 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
1486 test for that explicitly.
1487
1488 2010-05-01 Glenn Morris <rgm@gnu.org>
1489
1490 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
1491 for clarity.
1492 (OTHER_OBJ): Remove.
1493 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
1494 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
1495
1496 2010-05-01 Karel Klíč <kklic@redhat.com>
1497
1498 * fileio.c (Ffile_selinux_context): Context functions may return null.
1499
1500 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1501
1502 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
1503
1504 2010-04-30 Glenn Morris <rgm@gnu.org>
1505
1506 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
1507 (OTHER_OBJ): Define as a separate variable, for clarity.
1508
1509 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
1510
1511 * xsettings.c: include limits.h and update file comment.
1512
1513 2010-04-30 Glenn Morris <rgm@gnu.org>
1514
1515 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
1516 Set with configure, not cpp.
1517 (LIBW): Remove, replace with $TOOLKIT_LIBW.
1518
1519 * Makefile.in (mallocobj): Remove.
1520 (otherobj): Simplify using @OTHER_OBJ@.
1521
1522 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
1523 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
1524 Don't bother making nsgui.h dependency platform-specific.
1525
1526 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
1527
1528 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1529
1530 * process.c (read_process_output, exec_sentinel): Don't burp if the
1531 sentinel/filter kills the current buffer (bug#6060).
1532
1533 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
1534 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
1535 Remove unused var `args'.
1536 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
1537 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
1538 * doc.c (store_function_docstring): Use XSETCAR.
1539
1540 2010-04-28 Glenn Morris <rgm@gnu.org>
1541
1542 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
1543 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
1544
1545 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
1546
1547 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
1548 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
1549
1550 * Makefile.in (FONT_OBJ): New, set by configure.
1551 (FONT_DRIVERS): Use $FONT_OBJ.
1552
1553 * Makefile.in (LIBXMU): Set with configure, not cpp.
1554 * s/aix4-2.h (LIBXMU):
1555 * s/hpux10-20.h (LIBXMU):
1556 Remove definition, now set in configure.
1557
1558 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
1559
1560 * m/amdx86-64.h [i386]: Move this test to configure.in.
1561
1562 2010-04-27 Glenn Morris <rgm@gnu.org>
1563
1564 * Makefile.in (LIBXTR6): Set with configure, not cpp.
1565 * s/unixware.h (NEED_LIBW): Remove definition.
1566
1567 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
1568 (TOOLKIT_LIBW): New, set by configure.
1569 (@X_TOOLKIT_TYPE@): No longer define it.
1570
1571 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
1572 (MOTIF_LIBW): Set with configure, not cpp.
1573 * s/aix4-2.h (LIB_MOTIF):
1574 * s/gnu-linux.h (LIB_MOTIF):
1575 * s/unixware.h (LIB_MOTIF): Move to configure.in.
1576
1577 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
1578
1579 Reduce CPP usage.
1580 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
1581 (obj): Use autoconf for unexec instead of cpp.
1582 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
1583 definitions and undefs. Inline definitions in the only user.
1584 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
1585
1586 2010-04-27 Glenn Morris <rgm@gnu.org>
1587
1588 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
1589 since the defaults (set by the system file) are fine in most cases.
1590 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
1591 * m/ibms390x.h (START_FILES, LIB_STANDARD):
1592 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
1593 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
1594 Remove definitions, since they are set correctly in s/gnu-linux.h.
1595 * s/freebsd.h (START_FILES, LIB_STANDARD):
1596 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
1597 * s/hpux10-20.h (START_FILES):
1598 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
1599 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
1600
1601 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
1602 (MOTIF_LIBW): Use $LIBXP.
1603 (otherobj): Use $WIDGET_OBJ.
1604
1605 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
1606
1607 * Makefile.in (LIBS_MACHINE): Remove, unused.
1608
1609 Use autoconf instead of cpp for LIB_MATH.
1610 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
1611 * s/cygwin.h (LIB_MATH): Likewise.
1612 * Makefile.in (LIB_MATH): Do not define with cpp.
1613 (LIBES): Use autoconf for LIB_MATH.
1614
1615 2010-04-26 Kenichi Handa <handa@m17n.org>
1616
1617 * composite.c (Ffind_composition_internal): Fix the return value
1618 for an automatic composition.
1619
1620 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
1621
1622 Remove all NO_ARG_ARRAY uses.
1623 * fns.c (concat2, concat3, nconc2):
1624 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
1625 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
1626 * m/xtensa.h (NO_ARG_ARRAY):
1627 * m/template.h (NO_ARG_ARRAY):
1628 * m/sparc.h (NO_ARG_ARRAY):
1629 * m/sh3.h (NO_ARG_ARRAY):
1630 * m/mips.h (NO_ARG_ARRAY):
1631 * m/macppc.h (NO_ARG_ARRAY):
1632 * m/iris4d.h (NO_ARG_ARRAY):
1633 * m/intel386.h (NO_ARG_ARRAY):
1634 * m/ibms390x.h (NO_ARG_ARRAY):
1635 * m/ibms390.h (NO_ARG_ARRAY):
1636 * m/ibmrs6000.h (NO_ARG_ARRAY):
1637 * m/ia64.h (NO_ARG_ARRAY):
1638 * m/hp800.h (NO_ARG_ARRAY):
1639 * m/arm.h (NO_ARG_ARRAY):
1640 * m/amdx86-64.h (NO_ARG_ARRAY):
1641 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
1642
1643 2010-04-25 Eli Zaretskii <eliz@gnu.org>
1644
1645 * xdisp.c (display_line): Don't assume 2nd call to
1646 get_next_display_element cannot return zero. (Bug#6030)
1647 (iterate_out_of_display_property): New function, body from pop_it.
1648 (pop_it): Use it.
1649
1650 2010-04-24 Glenn Morris <rgm@gnu.org>
1651
1652 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
1653 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
1654 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
1655 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
1656
1657 2010-04-24 Eli Zaretskii <eliz@gnu.org>
1658
1659 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
1660 use `get_next_display_element' and `set_iterator_to_next' to
1661 advance to the next character, when looking for the character that
1662 begins the next row.
1663
1664 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
1665 definition of "struct Lisp_Symbol".
1666
1667 2010-04-24 Glenn Morris <rgm@gnu.org>
1668
1669 * Makefile.in (CRT_DIR): New variable, set by configure.
1670 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
1671 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
1672
1673 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1674
1675 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
1676
1677 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
1678
1679 Remove redundant flags.
1680 * s/freebsd.h (C_SWITCH_SYSTEM):
1681 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
1682 * s/netbsd.h (C_SWITCH_SYSTEM):
1683 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
1684 of these.
1685
1686 Simplify m/intel386.h.
1687 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
1688 user: ecrt0.c.
1689 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
1690 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
1691 the only user: s/unixware.h.
1692 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
1693 from m/intel386.h.
1694 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
1695 moved here from m/intel386.h.
1696
1697 * m/mips.h: Remove #if 0 code.
1698
1699 2010-04-23 Eli Zaretskii <eliz@gnu.org>
1700
1701 Fix display of composed characters from L2R scripts in bidi buffers.
1702 * xdisp.c (set_iterator_to_next, next_element_from_composition):
1703 After advancing IT past the composition, resync the bidi iterator
1704 with IT's position. (Bug#5977)
1705
1706 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1707
1708 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
1709 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
1710
1711 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1712
1713 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
1714
1715 2010-04-23 Eli Zaretskii <eliz@gnu.org>
1716
1717 Support `display' text properties and overlay strings in bidi buffers.
1718 * xdisp.c (pop_it): When the stack is popped after displaying
1719 from a string, bidi-iterate to exit from the text portion covered
1720 by the `display' property or overlay. (Bug#5988, bug#5920)
1721
1722 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1723
1724 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
1725 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
1726
1727 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
1728 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
1729
1730 Simplify STARTFILES definition.
1731 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
1732 relying on Makefile.in to define it.
1733 * s/cygwin.h (START_FILES): Likewise.
1734 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
1735
1736 Clean up Solaris code.
1737 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
1738 (LIB_MOTIF): Remove, configure takes care of this.
1739 (NOT_USING_MOTIF): Remove, unused.
1740 * xrdb.c: Remove #if 0-ed #include.
1741 (SYSV): Remove conditional for old SysV.
1742 * sysdep.c (closedir): Remove conditional code for Solaris,
1743 Solaris has closedir.
1744
1745 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
1746
1747 * xsettings.c (read_and_apply_settings): Check if current_font is
1748 NULL before strcmp (Bug#6001).
1749
1750 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
1751
1752 Clean up HP-UX files.
1753 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
1754 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
1755 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
1756 * s/hpux10-20.h: ... to the only user, here.
1757
1758 2010-04-21 Eli Zaretskii <eliz@gnu.org>
1759
1760 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
1761 use buffer-local values of paragraph-start and paragraph-separate.
1762 <paragraph_start_re, paragraph_separate_re>: Rename from
1763 fallback_paragraph_start_re and fallback_paragraph_separate_re.
1764 (Bug#5992)
1765
1766 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1767
1768 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
1769 current_tool_bar_style are new.
1770 (store_config_changed_event): Rename from store_font_changed_event.
1771 (XSETTINGS_TOOL_BAR_STYLE): New define.
1772 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
1773 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
1774 HAVE_XFT.
1775 (something_changedCB): store_font_changed_event is now
1776 store_config_changed_event
1777 (parse_settings): Rename from parse_xft_settings. Read
1778 non-xft xsettings outside #ifdef HAVE_XFT.
1779 (read_settings): Renamed from read_xft_settings.
1780 (apply_xft_settings): Take current settings as parameter. Do not
1781 call read_(xft)_settings.
1782 (read_and_apply_settings): New function.
1783 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
1784 read_and_apply_settings if there are settings to be read.
1785 (init_xsettings): Renamed from init_xfd_settings.
1786 Call read_and_apply_settings unconditionally.
1787 (xsettings_initialize): Call init_xsettings.
1788 (Ftool_bar_get_system_style): New function.
1789 (syms_of_xsettings): Define Qmonospace_font_name and
1790 Qtool_bar_style. Initialize current_tool_bar_style to nil.
1791 defsubr Stool_bar_get_system_style. Fprovide on
1792 dynamic-setting.
1793 Move misplaced HAVE_GCONF
1794
1795 * xsettings.h (Ftool_bar_get_system_style): Declare.
1796
1797 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
1798 Qtext, Qboth, Qboth_horiz are new.
1799 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
1800 Vtool_bar_style, tool_bar_max_label_size.
1801
1802 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
1803
1804 * keyboard.c: QClabel is new.
1805 (parse_tool_bar_item): Take out QClabel from tool bar items.
1806 Try to construct a label if ther is no QClabel.
1807 (syms_of_keyboard): Intern :label as QClabel.
1808
1809 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
1810 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
1811 New.
1812
1813 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
1814 dynamic-setting.el.
1815
1816 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
1817 (xg_make_tool_item, xg_show_toolbar_item): New function.
1818 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
1819 Call xg_make_tool_item to make a tool bar item.
1820 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
1821
1822 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
1823 into account for toolbars.
1824
1825 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1826
1827 * data.c (make_blv): Declarations before code (Bug#5993).
1828
1829 2010-04-21 Glenn Morris <rgm@gnu.org>
1830
1831 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
1832 Define using autoconf, not cpp.
1833 (LIBXSM): New variable, set by autoconf.
1834 (LIBXT): Use $LIBXSM.
1835
1836 2010-04-21 Dan Nicolaescu <local_user@dannlt>
1837
1838 Remove NOMULTIPLEJOBS, unused.
1839 * s/template.h (NOMULTIPLEJOBS):
1840 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
1841
1842 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
1843 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
1844 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
1845 detects -znocombreloc and passes it to the linker
1846 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
1847
1848 2010-04-21 Glenn Morris <rgm@gnu.org>
1849
1850 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
1851
1852 2010-04-21 Karel Klíč <kklic@redhat.com>
1853
1854 * Makefile.in (LIBSELINUX_LIBS): New.
1855 (LIBES): Add $LIBSELINUX_LIBS.
1856 * eval.c, lisp.h (call7): New function.
1857 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
1858 (Ffile_selinux_context, Fset_file_selinux_context):
1859 New functions.
1860 (Fcopy_file): New parameter preserve-selinux-context.
1861 (Frename_file): Preserve selinux context when renaming by copy-file.
1862
1863 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
1864 Eli Zaretskii <eliz@gnu.org>
1865
1866 Don't depend on cm.c or termcap.c on Windows, use stubs.
1867 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
1868 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
1869 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
1870 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
1871 (sys_tputs, sys_tgetstr): New stubs.
1872 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
1873 (tputs, tgetstr): New; define to sys_*.
1874
1875 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
1876
1877 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
1878
1879 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1880
1881 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
1882 Just signal a warning rather than an error when inside a let.
1883 (Fmake_variable_frame_local): Add the same test.
1884
1885 * font.c (syms_of_font): Make the style table vars read-only.
1886
1887 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
1888 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
1889
1890 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
1891
1892 2010-04-20 Eli Zaretskii <eliz@gnu.org>
1893
1894 Fix R2L paragraph display on TTY.
1895
1896 * xdisp.c (unproduce_glyphs): New function.
1897 (display_line): Use it when produced glyphs are discarded from R2L
1898 glyph rows.
1899 (append_composite_glyph): In R2L rows, prepend the glyph rather
1900 than appending it.
1901
1902 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
1903 rather than append it. Set up the resolved_level and bidi_type
1904 attributes of the appended glyph.
1905 (produce_special_glyphs): Mirror the backslash continuation
1906 character in R2L lines.
1907
1908 Implement display of R2L paragraphs in GUI sessions.
1909
1910 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
1911 append_stretch_glyph.
1912 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
1913 off-by-one error in computing x at end of text in the row.
1914 (append_stretch_glyph): In reversed row, prepend the glyph rather
1915 than append it. Set resolved_level and bidi_type of the glyph.
1916 (extend_face_to_end_of_line): If the row is reversed, prepend a
1917 stretch glyph whose width is such that the rightmost glyph will be
1918 drawn at the right margin of the window. Fix off-by-one error on
1919 TTY frames in testing whether a line needs face extension. Fix
1920 face extension at ZV. If this is the last glyph row, use
1921 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
1922 region face.
1923 (set_cursor_from_row, display_line): Use
1924 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
1925 row->continuation_lines_width.
1926 (next_element_from_buffer): Don't call bidi_paragraph_init if we
1927 are at ZV. Fixes a crash when reseated to ZV by
1928 try_window_reusing_current_matrix.
1929 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
1930 which happens with R2L glyph rows. Fixes a crash when inserting a
1931 character at end of an R2L line.
1932 (set_cursor_from_row): Don't be fooled by truncated rows: don't
1933 treat them as having zero-width characters. Improve comments.
1934 Don't reverse pos_before and pos_after for reversed glyph rows.
1935 Set cursor.x to negative value when the cursor might be on the
1936 left fringe.
1937 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
1938 left fringe, not the right one.
1939 (notice_overwritten_cursor, draw_phys_cursor_glyph)
1940 (erase_phys_cursor): For reversed cursor_row, support cursor on
1941 the left fringe.
1942
1943 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
1944 of continuation indicators on the fringes.
1945 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
1946 left fringe.
1947
1948 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
1949 draw cursor on the left fringe.
1950
1951 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
1952 cursor on the left fringe.
1953
1954 * dispnew.c (update_text_area): Handle reversed desired rows when
1955 the cursor is on the left fringe.
1956 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
1957 below, not by 0, for when the cursor is on the left fringe.
1958
1959 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
1960
1961 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
1962 widget is a scrollbar.
1963
1964 2010-04-20 Kenichi Handa <handa@m17n.org>
1965
1966 * charset.c (char_charset): Consider Vcharset_non_preferred_head
1967 only when the arg CHARSET_LIST is nil.
1968
1969 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1970
1971 Make variable forwarding explicit rather the using special values.
1972 Basically, this makes the structure of buffer-local values and object
1973 forwarding explicit in the type of Lisp_Symbols rather than use
1974 special Lisp_Objects for that. This tends to lead to slightly more
1975 verbose code, but is more C-like, simpler, and makes it easier to make
1976 sure we handled all cases, among other things by letting the compiler
1977 help us check it.
1978 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
1979 Removing forwarding objects.
1980 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
1981 (struct Lisp_Symbol): Make the various forms of variable-forwarding
1982 explicit rather than hiding them inside Lisp_Object "values".
1983 (XFWDTYPE): New macro.
1984 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
1985 (XBUFFER_LOCAL_VALUE): Remove.
1986 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
1987 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
1988 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
1989 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
1990 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
1991 Remove the Lisp_Misc_* header.
1992 (struct Lisp_Buffer_Local_Value): Redefine.
1993 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
1994 (struct Lisp_Misc_Any): Add filler to get the right size.
1995 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
1996 Lisp_Intfwd.
1997 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
1998 (DEFVAR_KBOARD): Allocate a forwarding object.
1999 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
2000 (let_shadows_global_binding_p): New function.
2001 (union Lisp_Val_Fwd): New type.
2002 (make_blv): New function.
2003 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
2004 (store_symval_forwarding, swap_in_global_binding, Fboundp)
2005 (swap_in_symval_forwarding, find_symbol_value, Fset)
2006 (let_shadows_buffer_binding_p, set_internal, default_value)
2007 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
2008 (Fkill_local_variable, Fmake_variable_frame_local)
2009 (Flocal_variable_p, Flocal_variable_if_set_p)
2010 (Fvariable_binding_locus):
2011 * xdisp.c (select_frame_for_redisplay):
2012 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
2013 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
2014 * frame.c (store_frame_param):
2015 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
2016 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
2017 value structure.
2018 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
2019 (clone_per_buffer_values): Only adjust markers into the current buffer.
2020 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
2021 (Fbuffer_local_value, set_buffer_internal_1)
2022 (swap_out_buffer_local_variables):
2023 Adapt to the new symbol value structure.
2024 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
2025 (defvar_per_buffer): Take a new arg for the fwd object.
2026 (buffer_lisp_local_variables): Return a proper alist (different fix
2027 for bug#4138).
2028 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
2029 (Fgarbage_collect): Don't handle buffer_defaults specially.
2030 (mark_object): Handle new symbol value structure rather than the old
2031 special Lisp_Misc_* objects.
2032 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
2033 * term.c (set_tty_color_mode):
2034 * bidi.c (bidi_initialize): Don't access the ->value field directly.
2035 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
2036 a buffer_local_flags.
2037 * print.c (print_object): Get rid of impossible forwarding objects.
2038
2039 2010-04-19 Eli Zaretskii <eliz@gnu.org>
2040
2041 * bidi.c (bidi_get_type, bidi_get_category)
2042 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
2043 (bidi_type_of_next_char, bidi_level_of_next_char):
2044 Declare static. Use `INLINE' rather than `inline'.
2045
2046 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
2047
2048 * dired.c (Ffile_attributes): Fix typo in docstring.
2049
2050 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
2051
2052 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
2053 NSInteger (Bug#5811).
2054
2055 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2056
2057 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
2058 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
2059
2060 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2061
2062 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
2063
2064 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2065
2066 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
2067 terminal frames (Bug#5837).
2068
2069 2010-04-19 Eli Zaretskii <eliz@gnu.org>
2070
2071 * .gdbinit (xsubchartable): New command.
2072
2073 2010-04-19 Eli Zaretskii <eliz@gnu.org>
2074
2075 * xdisp.c (display_line): Don't write beyond the last glyph row in
2076 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
2077 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
2078 and
2079 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
2080
2081 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2083 * alloc.c (Fpurecopy): Hash-cons if requested.
2084 (syms_of_alloc): Update purify-flag docstring.
2085
2086 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
2087
2088 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
2089 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
2090
2091 2010-04-17 Eli Zaretskii <eliz@gnu.org>
2092
2093 Fix a crash when an NSM character is inserted at BEGV.
2094
2095 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
2096 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
2097 NEUTRAL_B or UNKNOWN_BT.
2098
2099 2010-04-16 Eli Zaretskii <eliz@gnu.org>
2100
2101 * xdisp.c (set_cursor_from_row): Don't consider possibility of
2102 other rows with cursor unless they are different from this row and
2103 this row is part of a continued line. (Bug#5943)
2104
2105 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2106
2107 * s/freebsd.h: Restore osreldate.h include.
2108 Suggested by Naohiro Aota.
2109
2110 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
2111
2112 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
2113
2114 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
2115
2116 * s/cygwin.h: Avoid linking against static libgcc.
2117
2118 2010-04-15 Juri Linkov <juri@jurta.org>
2119
2120 * window.c: Add Qscroll_command.
2121 Remove Vscroll_preserve_screen_position_commands.
2122 (window_scroll_pixel_based, window_scroll_line_based): Check the
2123 `scroll-command' property on the last command instead of searching
2124 the last command in Vscroll_preserve_screen_position_commands.
2125 (syms_of_window): Initialize and staticpro `Qscroll_command'.
2126 Put Qscroll_command property on Qscroll_up and Qscroll_down.
2127 (scroll-preserve-screen-position): Doc fix.
2128 (Vscroll_preserve_screen_position_commands): Remove variable.
2129
2130 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
2131
2132 * xdisp.c (message): Do not use NO_ARG_ARRAY.
2133
2134 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
2135
2136 Reduce cpp use in Makefile.in.
2137 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
2138 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
2139 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
2140 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
2141 (CRT0_COMPILE): Remove, inline it in the only user.
2142
2143 2010-04-14 Juri Linkov <juri@jurta.org>
2144
2145 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
2146 `scroll-up-command' and `M-v' from `scroll-down' to
2147 `scroll-down-command'.
2148
2149 2010-04-14 Juri Linkov <juri@jurta.org>
2150
2151 * window.c (Vscroll_preserve_screen_position_commands): New variable
2152 with the default value as the list of Qscroll_down and Qscroll_up.
2153 (window_scroll_pixel_based, window_scroll_line_based): Search the
2154 last command in the list Vscroll_preserve_screen_position_commands
2155 instead of comparing with Qscroll_up and Qscroll_down.
2156
2157 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
2158
2159 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
2160 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
2161 does that.
2162
2163 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
2164 to zero.
2165
2166 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2167
2168 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
2169
2170 Try to solve the problem of spurious EOF chars in long lines of text
2171 sent to interactive subprocesses.
2172 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
2173 (system_process_attributes): Remove unused var `ttotal'.
2174 * process.c (send_process): Don't bother breaking long line with EOF
2175 chars when talking to ttys any more.
2176 (wait_reading_process_output): Output a warning when called in such
2177 a way that it could block without being interruptible.
2178
2179 Try to detect file modification within the same second.
2180 * buffer.h (struct buffer): New field modtime_size.
2181 * buffer.c (reset_buffer): Initialize it.
2182 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
2183 (Fverify_visited_file_modtime): Check it.
2184 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
2185 (Fset_visited_file_modtime): Set (or clear) it.
2186
2187 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2188
2189 * process.c (status_notify): Remove unused var `ro'.
2190
2191 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
2192
2193 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
2194 more than one visual (Bug#5938).
2195
2196 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
2197
2198 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
2199 Undefine.
2200
2201 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2202
2203 Remove C_SWITCH_SYSTEM_TEMACS.
2204 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
2205 (malloc, realloc, free): Use emacs, not temacs for conditional
2206 definition.
2207
2208 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
2209 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
2210
2211 Use autoconf, not cpp for some variables.
2212 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
2213 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
2214 (ALL_CFLAGS): Use them as make variables.
2215 (really-lwlib, really-oldXMenu): Do not pass them.
2216
2217 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2218
2219 * xmenu.c (apply_systemfont_to_dialog): New.
2220 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
2221
2222 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2223
2224 * process.c (exec_sentinel): Preserve current-buffer.
2225
2226 * process.c (read_process_output): Move the save-current-buffer to
2227 apply to both the filter and the non-filter branches.
2228
2229 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
2230
2231 * s/msdos.h (UNEXEC): New definition.
2232
2233 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2234
2235 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
2236 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
2237
2238 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
2239 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
2240 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
2241 TRY_WINDOW_CHECK_MARGINS.
2242
2243 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
2244 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
2245 width only when it is for padding.
2246
2247 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
2248
2249 * xfns.c (Fx_show_tip): Call try_window in a loop until
2250 fonts_changed_p is zero (Bug#2423).
2251
2252 2010-04-08 Eli Zaretskii <eliz@gnu.org>
2253
2254 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
2255 the end of TEXT_AREA. (Bug#5856)
2256
2257 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2258
2259 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
2260 HAVE_GCONF.
2261
2262 2010-04-08 Eli Zaretskii <eliz@gnu.org>
2263
2264 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
2265 prev.orig_type, for resolving type of NSM. (Bug#5858)
2266
2267 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2268
2269 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
2270 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
2271 in current_font.
2272 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
2273 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
2274 New functions.
2275 (syms_of_xsettings): Initialize current_font.
2276 defsubr Sfont_get_system_normal_font.
2277
2278 * xsettings.h (Ffont_get_system_normal_font,
2279 xsettings_get_system_normal_font): Declare.
2280
2281 * xfns.c (extern xlwmenu_default_font): Remove.
2282 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
2283 to xlwmenu.c.
2284
2285 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
2286 menu items in UTF-8.
2287
2288 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
2289 (apply_systemfont_to_menu): New function.
2290 (set_frame_menubar, create_and_show_popup_menu): Call
2291 apply_systemfont_to_menu.
2292
2293 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
2294
2295 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
2296 FRAME_LINE_TO_PIXEL_Y.
2297
2298 * xterm.c (x_set_window_size_1): Don't add border_width/height to
2299 pixelwidth/height.
2300
2301 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2302
2303 Simplify code for HP machines.
2304 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
2305 for GNU_LINUX, not needed.
2306 (UNEXEC, NEED_BSDTTY): Move definitions...
2307 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
2308
2309 * m/iris4d.h (UNEXEC): Move definition ...
2310 * s/irix6-5.h (UNEXEC): ... here.
2311
2312 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
2313
2314 * xfns.c (set_machine_and_pid_properties): New function.
2315 (Fx_create_frame): Call set_machine_and_pid_properties.
2316
2317 2010-04-03 Eli Zaretskii <eliz@gnu.org>
2318
2319 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
2320 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
2321 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
2322
2323 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
2324 in this function. (Bug#5703)
2325
2326 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
2327
2328 * nsterm.h: Fix last change.
2329
2330 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
2331
2332 * m/intel386.h (NO_REMAP): Move definition ...
2333 * s/msdos.h (NO_REMAP): ... here.
2334
2335 * m/vax.h (CRT0_DUMMIES): Remove, unused.
2336
2337 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
2338 used on those platforms.
2339
2340 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2341
2342 Remove extern errno declarations.
2343 * xterm.c:
2344 * xrdb.c:
2345 * w32term.c:
2346 * unexec.c:
2347 * unexaix.c:
2348 * sysdep.c:
2349 * process.c:
2350 * lread.c:
2351 * keyboard.c:
2352 * floatfns.c:
2353 * filelock.c:
2354 * fileio.c:
2355 * emacs.c (main):
2356 * ecrt0.c:
2357 * dispnew.c:
2358 * callproc.c:
2359 * buffer.c: Remove errno extern declarations.
2360 * s/netbsd.h (NEED_ERRNO): Remove.
2361
2362 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2363
2364 Remove all uses of LIBX11_SYSTEM.
2365 * Makefile.in (LIBX11_SYSTEM): Remove.
2366 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
2367 instead.
2368
2369 2010-04-01 Eli Zaretskii <eliz@gnu.org>
2370
2371 Remove support for DJGPP v1.x (bug#5813).
2372
2373 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
2374 * s/msdos.h:
2375 * unexec.c (make_hdr, copy_text_and_data):
2376 * sysdep.c (wait_for_termination, sys_subshell):
2377 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
2378 (IT_set_terminal_modes, __write, _rename, gethostname)
2379 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
2380 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
2381 the value of __DJGPP__.
2382 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
2383 compatibility code.
2384 * lread.c:
2385 * gmalloc.c (memalign):
2386 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
2387 * emacs.c (main):
2388 * dosfns.c (init_dosfns):
2389 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
2390
2391 2010-04-01 Eli Zaretskii <eliz@gnu.org>
2392
2393 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
2394 string with `cursor' property comes from an `after-string'
2395 overlay. (Bug#5816)
2396
2397 2010-04-01 Glenn Morris <rgm@gnu.org>
2398
2399 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
2400 Define as Makefile variables.
2401 (LIBX): Use above variables rather than directly using autoconf.
2402
2403 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
2404
2405 Clean up BSD_SYSTEM use.
2406 * xterm.c:
2407 * process.c:
2408 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
2409 for including <sys/ioctl.h>.
2410 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
2411 code is only used for MSDOS.
2412
2413 2010-03-31 Juri Linkov <juri@jurta.org>
2414
2415 * image.c: Add `Qextension_data'.
2416 (syms_of_image): Initialize and staticpro `Qextension_data'.
2417 (Fimage_metadata): Rename from `Fimage_extension_data'.
2418 (gif_load): Put GIF extension data to the property
2419 `Qextension_data'.
2420
2421 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2422
2423 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
2424 * nsterm.h: Fix prototype.
2425
2426 2010-03-31 Eli Zaretskii <eliz@gnu.org>
2427
2428 * xdisp.c (highlight_trailing_whitespace): Support highlight of
2429 trailing whitespace in right-to-left rows.
2430
2431 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2432
2433 Get rid of the direct_output optimizations.
2434 * keyboard.c (nonundocount): Remove extern declaration.
2435 (command_loop_1): Remove brittle optimisation for cheap and
2436 common operations.
2437 * xdisp.c (redisplay_internal): Don't bother checking
2438 redisplay_performed_directly_p any more.
2439 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
2440 any more.
2441 * dispnew.c (redisplay_performed_directly_p)
2442 (direct_output_for_insert, direct_output_forward_char):
2443 * dispextern.h (redisplay_performed_directly_p)
2444 (direct_output_for_insert, direct_output_forward_char): Remove.
2445 * cmds.c (nonundocount): Make it static.
2446
2447 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
2448
2449 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
2450
2451 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
2452
2453 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
2454 invisible (Bug#5766).
2455
2456 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
2457
2458 * xdisp.c (x_consider_frame_title, update_window_cursor):
2459 Remove HAVE_NS conditionals.
2460 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
2461
2462 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
2463 filename for the title.
2464 (ns_set_doc_edited): Do nothing if the selected window is a
2465 minibuffer window.
2466
2467 * nsterm.h: Add prototypes for ns_set_name_as_filename and
2468 ns_set_doc_edited.
2469
2470 * nsterm.m: Remove unneeded prototype.
2471
2472 2010-03-31 Glenn Morris <rgm@gnu.org>
2473
2474 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
2475 in the DOC file. (Bug#5336)
2476
2477 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2478
2479 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
2480
2481 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2482
2483 * window.c (keys_of_window): Remove redundant/overridden bindings.
2484
2485 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2486
2487 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
2488 Restore original behavior when the iterator is not bidi_p.
2489
2490 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2491
2492 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
2493
2494 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2495
2496 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
2497 are outside the range of cached character positions.
2498
2499 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
2500
2501 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
2502
2503 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2504
2505 Initial support for bidirectional editing.
2506
2507 * Makefile.in (obj): Include bidi.o.
2508 (bidi.o): New target.
2509
2510 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
2511 ($(BLD)/bidi.$(O)): New target.
2512
2513 * bidi.c: New file.
2514
2515 * buffer.h (struct buffer): New members bidi_display_reordering
2516 and bidi_paragraph_direction.
2517
2518 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
2519 and bidi_paragraph_direction.
2520 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
2521 and bidi-paragraph-direction.
2522 (Fbuffer_swap_text): Swap the values of
2523 bidi_display_reordering and bidi_paragraph_direction.
2524
2525 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
2526 (bidi_type_t, bidi_dir_t): New types.
2527 (bidi_saved_info, bidi_stack, bidi_it): New structures.
2528 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
2529 prev_stop, base_level_stop, and eol_pos.
2530 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
2531 (IT_STACK_SIZE): Enlarge to 5.
2532 (struct glyph_row): New member reversed_p.
2533 <string_buffer_position>: Update prototype.
2534 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
2535 glyph_row if bidi_it.paragraph_dir == R2L.
2536 (struct glyph): New members resolved_level and bidi_type.
2537
2538 * dispnew.c (direct_output_forward_char): Give up if we need bidi
2539 processing or buffer's direction is right-to-left.
2540 (prepare_desired_row): Preserve the reversed_p flag.
2541 (row_equal_p): Compare the reversed_p attributes as well.
2542
2543 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
2544 bidi_init_it and set it->paragraph_embedding from the current
2545 buffer's value of bidi_paragraph_direction.
2546 (reseat_1): Initialize bidi_it.first_elt.
2547 (set_iterator_to_next, next_element_from_buffer): Use the value of
2548 paragraph_embedding to determine the paragraph direction.
2549 (set_iterator_to_next): Under bidi reordering, call
2550 bidi_get_next_char_visually. Call bidi_paragraph_init if the
2551 new_paragraph flag is set in the bidi iterator.
2552 (next_element_from_buffer): If bidi_it.first_elt is set,
2553 initialize paragraph direction and find the first character to
2554 display in the visual order. If reseated to a middle of a line,
2555 prime the bidi iterator starting at the line's beginning. Handle
2556 the situation where we overstepped stop_charpos due to
2557 non-linearity of the bidi iteration. Likewise for when we back up
2558 beyond the previous stop_charpos. When moving across stop_charpos,
2559 record it in prev_stop.
2560 (display_line): Set row->end and it->start for the next row to the
2561 next character in logical order. Always extend reversed_p rows to
2562 the end of line, even if they end at ZV. Copy the reversed_p flag
2563 to the next glyph row. Keep calling set_cursor_from_row for
2564 bidi-reordered rows even if we already have a possible candidate
2565 for cursor position. Set row_end after all the row's glyphs have
2566 been produced, by looping over the glyphs. Record the position
2567 after EOL in it->eol_pos, and use it to set end_pos of the last
2568 row produced for a continued line.
2569 <Qright_to_left, Qleft_to_right>: New variables.
2570 (syms_of_xdisp): Initialize and staticpro them.
2571 (string_buffer_position_lim): New function.
2572 (string_buffer_position): Most of code moved to
2573 string_buffer_position_lim. Last argument and return value are
2574 now EMACS_INT; all callers changed.
2575 (set_cursor_from_row): Rewritten to support bidirectional text and
2576 reversed glyph rows.
2577 (text_outside_line_unchanged_p, try_window_id): Disable
2578 optimizations if we are reordering bidirectional text and the
2579 paragraph direction can be affected by the change.
2580 (append_glyph, append_composite_glyph)
2581 (produce_image_glyph, append_stretch_glyph): Set the
2582 resolved_level and bidi_type members of each glyph.
2583 (append_glyph): If the glyph row is reversed, prepend the glyph
2584 rather than appending it.
2585 (handle_stop_backwards): New function.
2586 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
2587 (reseat): call handle_stop_backwards to recompute prev_stop and
2588 base_level_stop for the new position.
2589 (handle_invisible_prop): Under bidi iteration, skip invisible text
2590 using bidi_get_next_char_visually. If we are `reseat'ed, init the
2591 paragraph direction. Update IT->prev_stop after skipping
2592 invisible text.
2593 (move_it_in_display_line_to): New variables prev_method
2594 and prev_pos. Compare for strict equality in
2595 BUFFER_POS_REACHED_P.
2596 (try_cursor_movement): Examine all the candidate rows that occlude
2597 point, to return the best match. If rows are bidi-reordered
2598 and point moved backwards, back up to the row that is not a
2599 continuation line, and start looking for a suitable row from
2600 there.
2601
2602 * term.c (append_glyph): Reverse glyphs by pre-pending them,
2603 rather than appending, if the glyph_row's reversed_p flag is set.
2604 Set the resolved_level and bidi_type members of each glyph.
2605
2606 * .gdbinit (pbiditype): New command.
2607 (pgx): Use it to display bidi level and type of the glyph.
2608 (pitx): Display some bidi information about the iterator.
2609 (prowlims, pmtxrows): New commands.
2610
2611 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2612
2613 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
2614 * s/usg5-4.h (LIBS_DEBUG):
2615 * s/irix6-5.h (C_DEBUG_SWITCH):
2616 * s/gnu-linux.h (LIBS_DEBUG):
2617 * s/darwin.h (LIBS_DEBUG):
2618 * s/bsd-common.h (LIBS_DEBUG):
2619 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
2620 * m/iris4d.h (LIBS_DEBUG):
2621 * m/hp800.h (LIBS_DEBUG): Remove definitions.
2622
2623 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
2624 (LIBS_DEBUG): Remove definition.
2625
2626 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
2627
2628 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
2629 Windows.
2630
2631 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2632
2633 * process.c (Fmake_network_process): Don't call turn_on_atimers around
2634 `connect' (Bug#5723).
2635
2636 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
2637
2638 * process.c (Fmake_network_process): Call `select' for interrupted
2639 `connect' rather than creating new socket (Bug#5173).
2640
2641 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
2642
2643 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
2644
2645 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
2646
2647 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
2648
2649 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2650
2651 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
2652 XLoadQueryFont.
2653
2654 2010-03-24 Kenichi Handa <handa@m17n.org>
2655
2656 * coding.c (decode_coding_ccl): Fix previous change for the
2657 multibyte case.
2658 (encode_coding_ccl): Don't setup ccl program here. Fix for the
2659 case that the output buffer is fullfilled.
2660 (encode_coding): Setup ccl program here.
2661
2662 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2663
2664 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
2665
2666 Simplify LIBS_MACHINE definitions.
2667 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
2668 * m/iris4d.h (LIBS_MACHINE): Likewise.
2669 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
2670 * s/aix4-2.h (LIBS_SYSTEM): ... here.
2671 * s/netbsd.h: Remove commented out code.
2672
2673 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2674
2675 Remove dead code dealing with POSIX_SIGNALS.
2676 * atimer.c (set_alarm): Remove dead code, all USG systems define
2677 POSIX_SIGNALS.
2678 * data.c (arith_error): Likewise.
2679 * keyboard.c (input_available_signal, handle_user_signal)
2680 (interrupt_signal): Likewise.
2681 * process.c (sigchld_handler): Likewise.
2682 (create_process): Remove if 0 code. Remove HPUX conditional when
2683 !defined (POSIX_SIGNALS), it cannot be true.
2684 * syssignal.h: Remove USG5_4 and USG conditionals when
2685 !POSIX_SIGNALS, they cannot be true.
2686
2687 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
2688 NO_SOCK_SIGIO, not used anymore.
2689
2690 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2691
2692 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
2693 support vax on BSDs.
2694
2695 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
2696 * s/aix4-2.h (ORDINARY_LINK): ... here.
2697
2698 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
2699
2700 * Makefile.in (abs_builddir): Define.
2701 (bootstrap_exe): Use it.
2702 (VPATH): Use $(srcdir) instead of @srcdir@.
2703
2704 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2705
2706 * Makefile.in (bootstrap_exe): Use an absolute name.
2707
2708 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2709
2710 Remove support for old GNU/Linux using libc version 5.
2711 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
2712 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
2713
2714 Consolidate redundant definitions in s/bsd-common.h.
2715 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2716 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2717 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
2718 doing it in all files that include this one.
2719 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2720 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2721 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2722 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2723 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2724 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2725 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2726 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2727 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2728
2729 Consolidate redundant definitions.
2730 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
2731 it's undefined in all files that include this one.
2732 (POSIX_SIGNALS): Define here instead of doing it in all files that
2733 include this one.
2734 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2735 (POSIX_SIGNALS): Do not define.
2736 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2737 (POSIX_SIGNALS): Do not define.
2738 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2739 (POSIX_SIGNALS): Do not define.
2740
2741 Remove support for old UNIX System V systems.
2742 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
2743 * s/usg-5-4-2.h: Remove.
2744
2745 Remove support for Solaris on PPC and for old versions.
2746 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
2747 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
2748 that cancel each other.
2749 * s/sol2-3.h:
2750 * s/sol2-4.h:
2751 * s/sol2-5.h: Remove.
2752 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
2753 (NO_REMAP): Remove, unused.
2754 (UNEXEC): Move definition ...
2755 * s/aix4-2.h (UNEXEC): ... here.
2756
2757 * s/openbsd.h: Remove support for non-ELF and for systems that do
2758 not support shared libraries.
2759 * s/netbsd.h:
2760 * s/freebsd.h: Likewise.
2761
2762 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2763
2764 Remove non-working support for lynxos 3.0.
2765 * s/lynxos.h: Remove file.
2766
2767 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
2768 COFF_BSD_SYMBOLS, nothing defines it anymore.
2769
2770 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2771
2772 Remove obsolete uses of HAVE_SHM.
2773 * emacs.c (standard_args):
2774 (Fdump_emacs):
2775 (syms_of_emacs): Remove code depending on HAVE_SHM.
2776
2777 * alloc.c: Remove HAVE_SHM dependent definition.
2778
2779 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
2780
2781 2010-03-18 Glenn Morris <rgm@gnu.org>
2782
2783 * emacs.c (USAGE4): Hard-code bug address.
2784 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
2785 (bug_reporting_address): Remove.
2786 (main): Don't call bug_reporting_address.
2787
2788 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
2789 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
2790
2791 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
2792
2793 * xfns.c (Fx_create_frame):
2794 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
2795 on left.
2796
2797 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
2798
2799 * editfns.c (Fformat): Account for string precision when computing
2800 field width (Bug#5710).
2801
2802 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2803
2804 * xfns.c (Fx_create_frame): Set default to Qright.
2805
2806 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
2807 all window systems.
2808
2809 2010-03-12 Eli Zaretskii <eliz@gnu.org>
2810
2811 These changes remove termcap.c from the build on Posix platforms.
2812 * Makefile.in (termcapobj): Move termcap.o from here...
2813 (MSDOS_OBJ): ...to here.
2814 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
2815 now identical to when LIBS_TERMCAP is defined.
2816
2817 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
2818
2819 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
2820
2821 * config.in: Regenerated. (See top-level ChangeLog.)
2822
2823 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2824
2825 * Branch for 23.2.
2826
2827 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2828
2829 Cleanup setup of gl_state in various parts of the code.
2830 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
2831 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
2832 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
2833 (skip_chars):
2834 * regex.c (regex_compile): Use it.
2835 (re_compile_pattern): Don't set gl_state.current_syntax_table since
2836 it's now set in regex_compile when/if we need it.
2837
2838 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2839
2840 Make it possible to C-g in a tight bytecode loop again (bug#5680).
2841 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
2842 (QUIT): Use it to consolidate code and remove redundancy.
2843 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
2844
2845 * regex.c (regex_compile): Setup gl_state as well.
2846
2847 * syntax.c (skip_chars): Setup gl_state (bug#3823).
2848 (in_classes): Use CONSP before XCAR/XCDR.
2849
2850 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2851
2852 * keymap.c (Fwhere_is_internal): Use Fequal to compare
2853 definitions, so that keyboard macros are correctly handled
2854 (Bug#5481).
2855
2856 2010-03-02 Eli Zaretskii <eliz@gnu.org>
2857
2858 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
2859 text that could be relocated inside the call to emacs_mule_char.
2860 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
2861 (CODING_DECODE_CHAR): Add a comment describing its purpose.
2862
2863 2010-03-02 Kenichi Handa <handa@m17n.org>
2864
2865 * character.c (parse_str_as_multibyte): Fix handling of the
2866 multibyte form of raw-bytes.
2867 (str_as_multibyte): Likewise.
2868
2869 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
2870 form of raw-bytes.
2871
2872 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2873
2874 * charset.c (load_charset_map_from_file)
2875 (load_charset_map_from_vector): Zero out allocated
2876 charset_map_entries before using them.
2877
2878 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
2879
2880 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
2881
2882 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2883
2884 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
2885 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
2886
2887 2010-02-26 Kenichi Handa <handa@m17n.org>
2888
2889 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
2890
2891 * xdisp.c (reseat_to_string): Fix previous change.
2892
2893 2010-02-26 David Reitter <david.reitter@gmail.com>
2894
2895 * nsfont.m (nsfont_draw): ns_antialias_text should be a
2896 Lisp_Object (Bug#4736).
2897
2898 2010-02-25 Kenichi Handa <handa@m17n.org>
2899
2900 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
2901
2902 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
2903
2904 * xterm.c (XTflash): Move declarations before statements.
2905
2906 * gtkutil.c (xg_get_gdk_display): Remove (unused).
2907 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
2908 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
2909 (xg_create_tool_bar): Remove unused variables.
2910 (x_wm_set_size_hint): Move declarations before statements.
2911 (xg_create_frame_widgets): Remove variable grav.
2912
2913 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2914
2915 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
2916
2917 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2918
2919 * term.c (fatal): Add a final \n if needed (bug#5596).
2920
2921 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
2922
2923 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
2924
2925 2010-02-18 Glenn Morris <rgm@gnu.org>
2926
2927 * callint.c (Finteractive): Doc fix.
2928
2929 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2930
2931 * coding.c (record_conversion_result):
2932 Handle CODING_RESULT_INSUFFICIENT_DST.
2933 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
2934 memory allocation error.
2935
2936 2010-02-17 Kenichi Handa <handa@m17n.org>
2937
2938 * coding.c (decode_coding_ccl): Don't setup ccl program here.
2939 Fix for the case that the output buffer is fullfilled.
2940 (decode_coding): Setup ccl program here. Keep looping when the
2941 decoder stopped because the output buffer is
2942 fullfilled (bug#5534).
2943
2944 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
2945
2946 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
2947
2948 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
2949 bug #5571.
2950 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
2951 overdrawn.
2952
2953 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
2954
2955 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
2956 doing_interact here.
2957 (ice_connection_closed): New function.
2958 (x_session_check_input, smc_die_CB, ice_io_error_handler)
2959 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
2960 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
2961 returns I/O error.
2962 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
2963 bug #5512.
2964
2965 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
2966
2967 * nsfont.m (nsfont_open): The system's value for the font descent
2968 is negative, so round it down to avoid clipping.
2969
2970 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2971
2972 * charset.c (load_charset_map_from_file)
2973 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
2974 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
2975
2976 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2977
2978 * charset.c (load_charset_map_from_file): Allocate large
2979 charset_map_entries structure on the heap rather than the stack.
2980 (Bug#5526).
2981
2982 2010-01-31 Kenichi Handa <handa@m17n.org>
2983
2984 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
2985 size in NAME is invalid, return -1 (Bug#5396).
2986
2987 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
2988
2989 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
2990 <deactivated@gmail.com> (Bug#3605).
2991
2992 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
2993
2994 * fileio.c (Frename_file): Correctly rename symlinks to
2995 directories (Bug#5496).
2996
2997 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
2998
2999 * nsterm.m (ns_ring_bell): Handle visible bell like X.
3000
3001 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
3002
3003 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
3004
3005 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3006
3007 * frame.c (DEFAULT_ROWS): Change default to 35.
3008
3009 * xfns.c (x_default_font_parameter): Change default XFT font to
3010 monospace-10 (Bug#3643).
3011
3012 2010-01-29 Eli Zaretskii <eliz@gnu.org>
3013
3014 * w32inevt.c (key_event): Remove unnecessary comparison of
3015 event->uChar.AsciiChar with 128.
3016
3017 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3018
3019 * fileio.c (Frename_file): Fix last change (Bug#5487).
3020
3021 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
3022
3023 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
3024
3025 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
3026
3027 * xfns.c (Fx_create_frame): Remove window size matching code from
3028 2010-01-15.
3029 (x_get_current_desktop, x_get_desktop_workarea): Remove.
3030
3031 2010-01-27 Jason Rumney <jasonr@gnu.org>
3032
3033 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
3034 (key_event): Use unicode for characters 128 and higher (Bug#4567).
3035
3036 2010-01-27 Kenichi Handa <handa@m17n.org>
3037
3038 * regex.c (analyse_first): Fix setting of fastmap for unibyte
3039 pattern string (Bug#4209).
3040
3041 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3042
3043 * fileio.c (Frename_file): Call copy-directory and
3044 delete-directory for directories, in order to handle cross-device
3045 renaming (Bug#3353).
3046
3047 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
3048
3049 * xfns.c (Fx_create_frame): If frame height is too big, try
3050 sizes 24 and 10. Bug #3643.
3051
3052 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3053
3054 Try and fix bug#788, hopefully for real this time.
3055 * keymap.c (shadow_lookup): Add `remap' arg.
3056 (describe_map, describe_vector): Update calls to shadow_lookup.
3057 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
3058 `remapped' so this flag is applicable to `sequence'. Be careful to
3059 perform remapping during shadow_lookup check of remapped_sequences.
3060
3061 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
3062
3063 * image.c (png_load): Use png_sig_cmp instead of the obsolete
3064 png_check_sig, which has been removed in libpng 1.4.
3065
3066 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3067
3068 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
3069 lacks this header file).
3070
3071 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3072
3073 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
3074 as in Emacs 22.
3075
3076 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3077
3078 * lisp.h (make_pure_string): String pointer arg now points to const.
3079
3080 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
3081 args now point to const.
3082
3083 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3084
3085 * lread.c (Fload): Don't treat files without .elc extension as
3086 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
3087 them. (bug#5303)
3088
3089 2010-01-20 Kenichi Handa <handa@m17n.org>
3090
3091 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
3092 treat the source as actual byte sequence.
3093
3094 2010-01-19 Alan Mackenzie <acm@muc.de>
3095
3096 Fix spurious before-change-functions invocation from (insert ?\n).
3097 * textprop.c (set_text_properties): Rename parameter
3098 `signal_after_change_p' to `coherent_change_p', and make the
3099 invocation of `modify_region' conditional on it.
3100
3101 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
3102
3103 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
3104 for debug purpose.
3105 (syms_of_xsettings): Declare xft-settings.
3106
3107 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3108
3109 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
3110
3111 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3112
3113 * xterm.c (event_handler_gdk): Block input (Bug#5037).
3114
3115 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3116
3117 * emacs.c (standard_args): Adjust arg priorities to reflect how
3118 they are processed in startup.el.
3119
3120 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
3121
3122 * Makefile.in (lisp, shortlisp): Update.
3123
3124 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
3127 code, link the new kboard into all_kboard before running Lisp code,
3128 and protect the new terminal with GCPRO (Bug#5365).
3129 (x_term_init): Remove unused var `atom'.
3130 (x_delete_display, x_delete_terminal): Remove unused var `i'.
3131
3132 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
3133
3134 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
3135 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
3136 to find out usable size of the desktop. Don't make frames larger than
3137 this. Bug #3643.
3138
3139 2010-01-15 Kenichi Handa <handa@m17n.org>
3140
3141 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
3142
3143 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
3144
3145 * nsterm.m (Qnone): Define.
3146
3147 * nsfns.m (Qnone): Move definition to nsterm.m.
3148
3149 2010-01-14 Kenichi Handa <handa@m17n.org>
3150
3151 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
3152 systems.
3153
3154 2010-01-14 Kenichi Handa <handa@m17n.org>
3155
3156 Make auto-composition work on all buffers even if they are
3157 fundamental mode.
3158
3159 * composite.c (Vauto_composition_mode): New variable.
3160 (composition_compute_stop_pos): Check Vauto_composition_mode
3161 instead of Vauto_composition_function.
3162 (composition_adjust_point, Ffind_composition_internal): Likewise.
3163 (syms_of_composite): Declare Lisp variable
3164 "auto-composition-mode" here.
3165
3166 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
3167
3168 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
3169 during call to vendor-specific-keysyms (Bug#5365).
3170
3171 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3172
3173 * keyboard.c (input_available_signal) [SYNC_INPUT]:
3174 Call SIGNAL_THREAD_CHECK (Bug#5333).
3175
3176 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
3177 Call SIGNAL_THREAD_CHECK.
3178
3179 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3180
3181 Try to fix bug#5314. This is probably not the final word, tho.
3182 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
3183 recent-auto-save-p as a side-effect.
3184 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
3185 * buffer.c (Fkill_buffer, reset_buffer):
3186 * editfns.c (Fsubst_char_in_region):
3187 * fileio.c (Finsert_file_contents, Fdo_auto_save)
3188 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
3189
3190 2010-01-13 Kenichi Handa <handa@m17n.org>
3191
3192 Display buffer name, etc. in mode line by composing correctly.
3193
3194 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
3195 STRING is not nil.
3196 (display_mode_element): Adjust for the change of
3197 decode_mode_spec and display_line.
3198 (decode_mode_spec): Change arg MULTIBYTE to STRING.
3199 (display_string): Handle the case that STRING is non-null and
3200 LISP_STRING is not nil.
3201
3202 * xterm.c (x_draw_composite_glyph_string_foreground):
3203 Pay attention to s->face->overstrike.
3204
3205 * composite.c (composition_reseat_it): Don't check PT if STRING is
3206 non nil.
3207
3208 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3209
3210 * keyboard.c (read_char): Don't apply previous change when current
3211 buffer is unchanged by command execution.
3212
3213 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
3214
3215 * keyboard.c (read_char): Return after executing from special map.
3216
3217 2010-01-12 Glenn Morris <rgm@gnu.org>
3218
3219 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
3220 bug-gnu-emacs rather than emacs-pretest-bug.
3221
3222 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3223
3224 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
3225 initializing the Lisp variables that depend on them.
3226
3227 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3228
3229 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
3230 Clear areas that will not be updated after change of menu bar lines.
3231 Clear the menu bar window's current matrix when the window gets empty.
3232
3233 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3234
3235 * intervals.h, textprop.c (extend_property_ranges): Return value
3236 and args changed. Discard properties that begin at or after the
3237 new end (Bug#5306).
3238
3239 * editfns.c (Fformat): Caller changed.
3240
3241 * nsterm.m (ns_set_default_prefs): Delete function.
3242 (syms_of_nsterm): Initialize ns_command_modifier,
3243 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
3244 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
3245
3246 * xdisp.c (pos_visible_p): Check for invisible text at the correct
3247 position (Bug#4040).
3248
3249 2010-01-09 Eli Zaretskii <eliz@gnu.org>
3250
3251 * editfns.c (Ffloat_time): Doc fix.
3252
3253 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3254
3255 * xfns.c (Fx_create_frame): Don't create frame larger than display
3256 by default bug#3643.
3257
3258 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3259
3260 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
3261 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
3262 windows above internal border.
3263
3264 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
3265 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
3266 windows above internal border.
3267
3268 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
3269 tool bar windows specially.
3270
3271 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
3272
3273 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
3274 specially.
3275 (XTflash): Take account of menu bar height.
3276
3277 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
3278 specially.
3279
3280 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
3281
3282 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
3283 also be true before we can return early (bug #5339).
3284
3285 2010-01-06 David Reitter <david.reitter@gmail.com>
3286
3287 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
3288 (Fns_display_usable_bounds): Rewrite, computing bounds properly
3289 (Bug#3233).
3290
3291 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3292
3293 * font.c (font_open_entity): Enable chache and call cached_font_ok
3294 for the driver if defined.
3295 (QCuser_spec): New symbol.
3296 (font_spec_from_name): Save name as user-spec.
3297 (font_load_for_lface): Keep user-spec instead of name.
3298 (font_open_by_name): Save name as user-spec.
3299 (syms_of_font): Initialize QCuser_spec.
3300 (font_clear_prop): Clear name if it exists in font (bug#5157).
3301
3302 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
3303 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
3304 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
3305
3306 * font.h (struct font_driver): Add cached_font_ok.
3307
3308 * xterm.c (x_clear_frame): Queue draw for scroll bars.
3309
3310 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
3311
3312 * xterm.c (x_new_font): Move code for setting rows/cols before
3313 resizing ...
3314 (x_set_window_size): ... to here. Bug #2568.
3315
3316 * gtkutil.c (xg_clear_under_internal_border): New function.
3317 (xg_frame_resized, xg_frame_set_char_size):
3318 Call xg_clear_under_internal_border.
3319 (xg_update_scrollbar_pos): Clear under old scroll bar position.
3320
3321 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
3322
3323 * keyboard.c (read_key_sequence): Catch keyboard switch after
3324 making a new tty frame (Bug#5095).
3325
3326 2010-01-05 Kenichi Handa <handa@m17n.org>
3327
3328 * fontset.c (fontset_find_font): Fix getting the frame pointer.
3329
3330 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3331
3332 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
3333 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
3334 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
3335
3336 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
3337
3338 * dbusbind.c (xd_add_watch): Improve debug message.
3339 (xd_remove_watch): Improve debug message. If DATA is the session
3340 bus, unset D-Bus session environment.
3341 (Fdbus_init_bus): Pass the bus as argument to
3342 dbus_connection_set_watch_functions. (Bug#5283)
3343
3344 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3345
3346 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
3347
3348 * lread.c (syms_of_lread): Make it clearer that these are the
3349 names of loaded files (Bug#5068).
3350
3351 * eval.c (run_hook_with_args): Handle the case where the global
3352 value has the obsolete single-function form (Bug#5026).
3353
3354 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
3355
3356 * minibuf.c (Fall_completions): Minor optimization.
3357
3358 2009-12-26 Eli Zaretskii <eliz@gnu.org>
3359
3360 * .gdbinit (pgx): Fix display of composite glyphs.
3361 Display cmp.from and cmp.to as well.
3362 (pitx): Fix last change.
3363
3364 2009-12-25 Kenichi Handa <handa@m17n.org>
3365
3366 * composite.h (composition_adjust_point): Update prototype.
3367
3368 * composite.c (composition_reseat_it): Don't make a composition
3369 spanning over point.
3370 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
3371 composable characters.
3372 (composition_adjust_point): New arg NEW_PT. Callers changed.
3373
3374 * keyboard.c (command_loop_1): Force redisplay if the last point
3375 was within a composition.
3376 (adjust_point_for_property): Don't adjust point for automatic
3377 composition when called after buffer modification.
3378
3379 2009-12-19 Eli Zaretskii <eliz@gnu.org>
3380
3381 * .gdbinit (pitx): Don't use enum names, use their values.
3382 Remove reference to non-existing value GET_FROM_COMPOSITION.
3383 (pgx): Don't use enum names, use their values.
3384 (pitmethod): New helper command.
3385 (pitx): Use it to display iteration method.
3386 (pgrowit): New command.
3387
3388 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
3389
3390 Update dependencies in Makefile.in.
3391
3392 * Makefile.in (alloc.o): Depend on termhooks.h.
3393 (atimer.o): Depend on blockinput.h.
3394 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
3395 and frame.h.
3396 (callint.o): Depend on systime.h, coding.h, and composite.h.
3397 (callproc.o): Depend on buffer.h.
3398 (casefiddle.o): Don't depend on charset.h.
3399 (casetab.o): Depend on character.h.
3400 (ccl.o): Depend on composite.h.
3401 (chartab.o): Depend on ccl.h.
3402 (cm.o): Depend on dispextern.h.
3403 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
3404 (coding.o): Don't depend on $(INTERVALS_H).
3405 (composite.o): Don't depend on dispextern.h explicitly (it's in
3406 $(INTERVALS_H)). Depend on ccl.h.
3407 (data.o): Depend on systime.h, coding.h, composite.h,
3408 dispextern.h, font.h, and ccl.h.
3409 (dired.o): Depend on composite.h.
3410 (dispnew.o): Depend on coding.h. Don't depend explicitly on
3411 composite.h (it's in $(INTERVALS_H)).
3412 (doc.o): Depend on systime.h, coding.h, and composite.h.
3413 (editfns.o): Don't depend explicitly on dispextern.h.
3414 (emacs.o): Depend on frame.h and coding.h.
3415 (eval.o): Depend on coding.h, composite.h, and xterm.h.
3416 (fileio.o): Depend on frame.h and commands.h. Don't depend
3417 explicitly on dispextern.h.
3418 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
3419 composite.h.
3420 (fns.o): Don't depend on termhooks.h.
3421 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
3422 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
3423 coding.h, $(INTERVALS_H), window.h, xterm.h.
3424 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
3425 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
3426 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
3427 fontset.h, ccl.h, and ftfont.h.
3428 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3429 (gtkutil.o): Depend on dispextern.h and composite.h.
3430 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
3431 termhooks.h, and ccl.h.
3432 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
3433 (intervals.o): Depend on systime.h and coding.h.
3434 (keyboard.o): Depend on composite.h and coding.h.
3435 (keymap.o): Depend on coding.h and frame.h.
3436 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
3437 (macros.o): Depend on systime.h, coding.h, and composite.h.
3438 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
3439 and atimer.h.
3440 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
3441 dispextern.h explicitly.
3442 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
3443 Don't depend explicitly on dispextern.h and composite.h.
3444 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
3445 (regex.o): Don't depend on charset.h.
3446 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
3447 (search.o): Don't depend explicitly on composite.h.
3448 (sound.o): Depend on atimer.h and systime.h.
3449 (syntax.o): Don't depend explicitly on composite.h.
3450 (sysdep.o): Depend on coding.h and composite.h.
3451 (term.o): Depend on xterm.h and buffer.h.
3452 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
3453 (textprop.o): Don't depend on dispextern.h explicitly.
3454 (undo.o): Depend on dispextern.h.
3455 (window.o): Depend on coding.h and termhooks.h. Don't depend on
3456 dispextern.h and composite.h explicitly.
3457 (xdisp.o): Depend on ccl.h.
3458 (xfaces.o): Depend on coding.h and ccl.h.
3459 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
3460 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3461 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
3462 ftfont.h.
3463 (xgselect.o): New dependency.
3464 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
3465 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
3466 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
3467 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
3468 (xsmfns.o): Depend on frame.h and dispextern.h.
3469 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
3470 sysselect.h.
3471
3472 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
3473
3474 * font.c (Fclear_font_cache): Pass correct cache argument to
3475 font_clear_cache.
3476
3477 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
3478
3479 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
3480 twice.
3481
3482 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
3483
3484 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
3485 calling file-remote-p. Reported by Jim Meyering.
3486
3487 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3488
3489 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
3490 avoid compiler warnings. (Bug #5217)
3491
3492 2009-12-14 Kenichi Handa <handa@m17n.org>
3493
3494 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
3495 in 8-bit encoding.
3496
3497 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
3498
3499 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
3500 tooltip windows.
3501
3502 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
3503
3504 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
3505 Xatom_net_window_type.
3506
3507 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
3508 Xatom_net_window_type.
3509
3510 * xterm.c (my_log_handler): New function.
3511 (x_term_init): Set my_log_handler as log handler during gtk_init
3512 so we can filter out buggy messages. (Bug #5120).
3513
3514 * xterm.c (xg_scroll_callback): Parameter list changed,
3515 use parameter GtkScrollType to determine scroll/line/page.
3516 Only allow dragging if a button < 4 is grabbed (bug #5177).
3517 (xg_end_scroll_callback): New function.
3518 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
3519 xg_create_scroll_bar.
3520
3521 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
3522 (scroll_end_callback): Remove.
3523 (xg_create_scroll_bar): Add parameter end_callback, bind it to
3524 button-release-event. Replace value-changed event with change-value,
3525 bug #5177,
3526 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
3527 bug #5177.
3528
3529 * gtkutil.h (XG_LAST_SB_DATA): Remove.
3530 (xg_create_scroll_bar): Add GCallback end_callback.
3531
3532 * xftfont.c (QClcdfilter): New variable.
3533 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
3534 (syms_of_xftfont): Initialize QClcdfilter.
3535
3536 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3537
3538 * xsettings.c (struct xsettings): Add member seen.
3539 (parse_xft_settings): Update member seen with what we have read.
3540 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3541 (apply_xft_settings): Only update Xft settings with what member seen
3542 indicates as new.
3543
3544 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3545
3546 * dispextern.h (struct text_pos): Use EMACS_INT;
3547 (struct glyph): Use EMACS_INT for charpos.
3548 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
3549 region_beg_charpos, region_end_charpos,
3550 redisplay_end_trigger_charpos, and also for
3551 iterator_stack_entry.end_charpos and
3552 iterator_stack_entry.stop_charpos.
3553
3554 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3555
3556 * gtkutil.c (scroll_end_callback): New function (bug #5177).
3557 (xg_create_scroll_bar): Call scroll_end_callback on button release
3558 event (bug #5177).
3559 (xg_event_is_for_scrollbar): != replaced with ==.
3560
3561 2009-12-12 Kenichi Handa <handa@m17n.org>
3562
3563 * ftfont.c (struct ftfont_info): New member matrix.
3564 (ftfont_open): Setup xftfont_info->matrix.
3565 (MFLTFontFT): New member matrix.
3566 (FLOOR, CEIL, ROUND): New macros.
3567 (ftfont_get_metrics): Handle matrix transformation.
3568 (ftfont_shape_by_flt): New arg matrix. Callers changed.
3569
3570 * xftfont.c (struct xftfont_info): New member matrix.
3571 (xftfont_open): Setup xftfont_info->matrix.
3572
3573 2009-12-10 Kenichi Handa <handa@m17n.org>
3574
3575 * xdisp.c (append_space_for_newline): Consider face-remapping.
3576
3577 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
3578
3579 * xsettings.c: Include "keyboard.h".
3580
3581 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
3582
3583 Fix implicit function declarations.
3584 * cmds.c: Include "frame.h".
3585 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
3586 * frame.h: Move declaration of delete_frame outside of
3587 HAVE_WINDOW_SYSTEM.
3588
3589 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3590
3591 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
3592
3593 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
3594 GTK builds.
3595
3596 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
3597
3598 * unexelf.c (unexec): Don't search for .data twice.
3599
3600 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3601
3602 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
3603 if push failed.
3604 (handle_line_prefix): Set avoid_cursor_p here. Check return value
3605 of push_display_prop (Bug#5000).
3606
3607 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
3608 value of font_list_entities (Bug#5085).
3609
3610 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
3611
3612 Fix `string-to-number' to deal consistently with integers and floats.
3613 * lread.c (isfloat_string): New argument ignore_trailing to accept all
3614 trailing characters, not just whitespace.
3615 (read1): Pass new arg 0 to keep old behavior.
3616 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
3617 trailing chars, as it is already done for integers. Doc fixes.
3618 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
3619
3620 2009-12-04 Eli Zaretskii <eliz@gnu.org>
3621
3622 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
3623 Delete unused enumeration value.
3624
3625 2009-12-03 Eli Zaretskii <eliz@gnu.org>
3626
3627 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
3628
3629 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
3630
3631 * process.c (Fmake_network_process): Fix up the tests for
3632 "connectionless socket", so they DTRT for seqpacket sockets as well.
3633
3634 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3635
3636 * process.c (Qseqpacket): New symbol.
3637 (HAVE_SEQPACKET): New macro.
3638 (Fmake_network_process): Accept new :type `seqpacket'.
3639 (init_process): Add `seqpacket' feature when applicable.
3640 (syms_of_process): Initialize Qseqpacket.
3641
3642 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3643
3644 * font.c (font_load_for_lface, font_open_by_name): Don't store name
3645 if entity is Qnil.
3646
3647 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * print.c (print_preprocess): Preprocess the key_and_value table of
3650 hashtables, even tho they're "hidden" (bug#5082).
3651
3652 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
3653
3654 * frame.c (frame_make_pointer_invisible)
3655 (frame_make_pointer_visible): Declare f before statements.
3656
3657 2009-11-28 Eli Zaretskii <eliz@gnu.org>
3658
3659 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
3660 omitted dependencies on lisp.h.
3661
3662 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
3663
3664 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
3665 is NULL.
3666
3667 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
3668
3669 * frame.c (frame_make_pointer_invisible)
3670 (frame_make_pointer_visible): Just return if there isn't any selected
3671 frame.
3672
3673 * search.c (simple_search): Remove warning by making *p const.
3674
3675 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3676
3677 * xdisp.c (power_letter): Remove duplicate const.
3678
3679 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
3680
3681 * term.c (delete_tty): Remove check for last terminal (bug#4970).
3682
3683 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
3684 defaults (bug #5025).
3685
3686 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3687
3688 * insdel.c (adjust_markers_for_delete): Move it in the
3689 right direction! (bug#4803)
3690
3691 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3692
3693 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
3694
3695 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
3696
3697 2009-11-24 Glenn Morris <rgm@gnu.org>
3698
3699 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
3700
3701 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
3702
3703 * Makefile.in: Must create deps for ecrt0.o in its rule.
3704
3705 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
3706 because that is what Gtk+ font dialog understands.
3707
3708 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
3709 of Fcopy_sequence.
3710 (font_open_by_name): Put name given into QCname for font-object returned.
3711
3712 * frame.c (x_set_font): Save original font name as frame parameter
3713 font-parameter.
3714
3715 * xsettings.c (set_default_xft_settings): New function.
3716 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
3717 is found.
3718
3719 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
3720
3721 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
3722 searching backwards through multibyte buffer.
3723
3724 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3725
3726 * xterm.c: #include xgselect.h.
3727 (x_initialize): Call xgselect_initialize.
3728
3729 * xsettings.c (something_changedCB): C++ comments => C comments.
3730 (init_gconf): Do not deal with any GLib file descriptors, xg_select
3731 does that now.
3732
3733 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
3734 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
3735 (scroll_bar_button_cb): Remove.
3736 (create_menus): C++ comments => C comments. Don't bind grab-notify
3737 event.
3738 (xg_create_scroll_bar): Don't bind button-press-event and
3739 button-release-event.
3740
3741 * process.c: Include xgselect.h if defined (USE_GTK) ||
3742 defined (HAVE_GCONF).
3743 (wait_reading_process_output): Call xg_select for the same condition.
3744
3745 * xgselect.c (xg_select): New function to better integrate with
3746 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
3747
3748 * xgselect.h: New file, declare xg_select, xgselect_initialize.
3749
3750 * Makefile.in (XOBJ): Add xgselect.o.
3751
3752 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
3753
3754 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
3755 Remove ignored second argument. All callers changed.
3756 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
3757 (RE_STRING_CHAR_AND_LENGTH): Likewise.
3758 * xdisp.c (string_char_and_length): Likewise.
3759
3760 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3761
3762 * xterm.c (x_new_font):
3763 * print.c (print_object):
3764 * cmds.c (Fself_insert_command): Move declarations before statements.
3765
3766 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3767
3768 * s/cygwin.h: Remove unneeded linker flags.
3769
3770 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
3771
3772 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
3773
3774 * xsettings.h: Declare xsettings_get_system_font.
3775
3776 * xsettings.c (xsettings_get_system_font): New function.
3777 (init_gconf): No use initiating gconf unless we have Xft also.
3778 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
3779 HAVE_GCONF.
3780
3781 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
3782 add a blank entry so it doesn't collapse into nothing.
3783
3784 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3785
3786 * lread.c (Funintern): Comment out last change.
3787
3788 2009-11-19 Richard Stallman <rms@gnu.org>
3789
3790 * lread.c (Funintern): Error if symbol is t or nil.
3791
3792 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3793
3794 * insdel.c (make_gap_larger): Don't make as many assumptions about the
3795 representation of Lisp integers.
3796 Reported by MJ Chan <mjchan.inbox@gmail.com>.
3797
3798 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3799
3800 * lisp.h: Remove declaration of Ffont_get_system_font.
3801 * xfns.c: Move include of "xsettings.h".
3802 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
3803
3804 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3805
3806 * xsettings.c (something_changedCB, Ffont_get_system_font):
3807 Check use_system_font.
3808 (syms_of_xsettings): DEFVAR font-use-system-font.
3809
3810 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3811
3812 * xfns.c (x_default_font_parameter): Remove dead assignment.
3813
3814 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
3815
3816 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3817
3818 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
3819 not have FC_LCD_*. #define them if not there.
3820
3821 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
3822
3823 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
3824
3825 * xterm.c (handle_one_xevent): Call xft_settings_event for
3826 ClientMessage, PropertyNotify and DestroyNotify.
3827 (x_term_init): If we have XFT, get DPI from Xft.dpi.
3828 Call xsettings_initialize.
3829
3830 * xftfont.c (xftfont_fix_match): New function.
3831 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
3832 Call xftfont_fix_match after XftFontMatch.
3833
3834 * xfont.c (xfont_driver): Initialize all members.
3835
3836 * xfns.c (x_default_font_parameter):
3837 Try font from Ffont_get_system_font.
3838 Do not get font from x_default_parameter if we got one from
3839 Ffont_get_system_font.
3840 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
3841
3842 * w32font.c (w32font_driver): Initialize all members.
3843
3844 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
3845
3846 * lisp.h: Declare syms_of_xsettings.
3847
3848 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
3849 Handle CONFIG_CHANGED_EVENT.
3850
3851 * ftfont.c (ftfont_filter_properties): New function.
3852
3853 * frame.c (x_set_font): Remove unused variable lval.
3854
3855 * font.h (struct font_driver): Add filter_properties.
3856
3857 * font.c (font_put_extra): Don't return if val is nil, it means
3858 boolean option is off.
3859 (font_parse_fcname): Collect all extra properties in extra_props
3860 and call filter_properties for all drivers with extra_props and
3861 font as parameter.
3862 (font_open_entity): Do not use cache, it does not pick up new
3863 fontconfig settings like hinting.
3864 (font_load_for_lface): If spec had a name in it, store it in entity.
3865
3866 * emacs.c (main): Call syms_of_xsettings.
3867
3868 * config.in: HAVE_GCONF is new.
3869
3870 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
3871 xsettings.o is new.
3872
3873 2009-11-17 Kenichi Handa <handa@m17n.org>
3874
3875 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
3876 back to the default font in case that no suitable font is found.
3877
3878 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3879
3880 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
3881 Suggested by Chad Brown <yandros@mit.edu>.
3882 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
3883
3884 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
3885
3886 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
3887
3888 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
3889
3890 * Makefile.in: Ignore errors from mkdir when creating deps directory.
3891
3892 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3893
3894 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
3895 has a parent.
3896
3897 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
3898 dependency files in deps/. Include those files into Makefile.
3899
3900 * config.in: Generated (AUTO_DEPEND).
3901
3902 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3903
3904 * dbusbind.c (Vdbus_registered_objects_table): Rename from
3905 Vdbus_registered_functions_table, because it contains also
3906 properties. Fix docstring.
3907 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
3908
3909 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3910
3911 * alloc.c (mark_object): Don't reprocess marked strings.
3912 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
3913 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
3914
3915 2009-11-13 Kenichi Handa <handa@m17n.org>
3916
3917 * category.c (word_boundary_p): Adjust for the change of the
3918 semantics of Vword_combining_categories.
3919 (Vword_combining_categories): Describe the slight change of the
3920 semantics.
3921
3922 2009-11-13 Eli Zaretskii <eliz@gnu.org>
3923
3924 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
3925
3926 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
3927
3928 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3929
3930 * xdisp.c (syms_of_xdisp): Fix typo in last change.
3931
3932 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
3933
3934 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
3935
3936 2009-11-11 David Reitter <david.reitter@gmail.com>
3937
3938 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
3939 variables to fix 2009-11-09 change.
3940
3941 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3942
3943 * process.c (ifflag_def): Make flag_sym constant.
3944 (Fnetwork_interface_info): Use a constant pointer.
3945 (ifflag_table):
3946 * xfns.c (cursor_bits):
3947 * xdisp.c (power_letter):
3948 * termcap.c (speeds, esctab):
3949 * sysdep.c (baud_convert):
3950 * keyboard.c (lispy_accent_codes, modifier_names):
3951 * image.c (xbm_format, xpm_format, pbm_format, png_format)
3952 (jpeg_format, tiff_format, gif_format, svg_format)
3953 (interlace_start, interlace_increment, gs_format):
3954 * gtkutil.c (separator_names):
3955 * fringe.c (swap_nibble):
3956 * fns.c (base64_value_to_char, base64_char_to_value):
3957 * fileio.c (make_temp_name_tbl):
3958 * coding.c (suffixes): Make constant.
3959
3960 * frame.c (make_initial_frame):
3961 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
3962 build_string.
3963 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
3964
3965 * s/freebsd.h:
3966 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
3967
3968 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
3969 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
3970
3971 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
3972 * xterm.c (syms_of_xterm):
3973 * xfaces.c (syms_of_xfaces):
3974 * xdisp.c (syms_of_xdisp):
3975 * lread.c (syms_of_lread):
3976 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
3977 build_string.
3978
3979 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
3980
3981 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3982
3983 * fns.c (Fplist_get): Merge the active and the commented out code.
3984
3985 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
3986
3987 * keyboard.h: Declare timer_check.
3988
3989 * keyboard.c (timer_check_2): New function that does what the old
3990 timer_check did.
3991 (timer_check): Call timer_check_2 until -1 or a non-zero time is
3992 returned, i.e. don't return -1 with timers pending.
3993
3994 * process.c: Remove extern declaration of timer_check.
3995
3996 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
3997 even if timer_check returned -1.
3998
3999 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
4000 xg_dialog_data.
4001 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
4002 the event loop.
4003 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
4004 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
4005 Destroy the dialog after xg_dialog_run.
4006
4007 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4008
4009 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
4010
4011 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
4012
4013 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
4014
4015 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
4016
4017 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
4018
4019 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
4022 w32menu.c, and nsmenu.m.
4023 Simplify the obsolete case where position is nil.
4024 (cleanup_popup_menu): New function, moved from nsmenu.m.
4025 (struct skp): Remove slot `notreal'.
4026 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
4027 adjust callers.
4028 (single_menu_item): Adjust call to parse_menu_item.
4029 (syms_of_menu): Defsubr x-popup-menu.
4030 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
4031 (keymap_panes): Don't export any more.
4032 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
4033 (xmenu_show): Declare.
4034 * keyboard.c (parse_menu_item): Remove arg `notreal'.
4035 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
4036 * keyboard.h (parse_menu_item): Update declaration.
4037 * xmenu.c (Fx_popup_menu): Remove.
4038 (syms_of_xmenu): Don't defsubr x-popup-menu.
4039 * w32menu.c (Fx_popup_menu): Remove.
4040 (syms_of_w32menu): Don't defsubr x-popup-menu.
4041 * nsmenu.m (cleanup_popup_menu): Remove.
4042 (ns_menu_show): Rename from ns_popup_menu and remove all the code
4043 moved to menu.c's Fx_popup_menu.
4044 (Fx_popup_menu): Remove.
4045 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
4046 menu_items (it's done in menu.c already).
4047
4048 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4049
4050 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
4051 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
4052
4053 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4054
4055 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
4056 xmenu_show. Hide any tooltip before opening a menu.
4057 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
4058 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
4059
4060 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4061
4062 Let integers use up 2 tags to give them one extra bit and thus double
4063 their range.
4064 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
4065 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
4066 New macros.
4067 (enum Lisp_Type): Use them. Give explicit values.
4068 (Lisp_Type_Limit): Remove.
4069 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
4070 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
4071 Pay attention to USE_2_TAGS_FOR_INTS.
4072 (INTEGERP): Use LISP_INT_TAG_P.
4073 * fns.c (internal_equal): Simplify the default case.
4074 (sxhash): Use case_Lisp_Int.
4075 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
4076 any more.
4077 (Ftype_of): Use case_Lisp_Int.
4078 (store_symval_forwarding): Take into account the fact that Ints can
4079 now have more than one tag.
4080 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
4081 buffer_slot_type_mismatch):
4082 * xfaces.c (face_attr_equal_p):
4083 * print.c (print_object):
4084 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
4085 Use case_Lisp_Int.
4086
4087 2009-11-06 Eli Zaretskii <eliz@gnu.org>
4088
4089 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
4090
4091 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
4092 warning.
4093
4094 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
4095
4096 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
4097
4098 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
4099
4100 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
4101 ButtonPressRelease and MotionNotify (bug#4870).
4102
4103 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
4104
4105 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
4106
4107 * xterm.c (syms_of_xterm):
4108 * xselect.c (syms_of_xselect):
4109 * xmenu.c (syms_of_xmenu):
4110 * xfns.c (syms_of_xfns):
4111 * xfaces.c (syms_of_xfaces):
4112 * xdisp.c (syms_of_xdisp):
4113 * window.c (syms_of_window):
4114 * w32fns.c (syms_of_w32fns):
4115 * undo.c (syms_of_undo):
4116 * textprop.c (syms_of_textprop):
4117 * terminal.c (syms_of_terminal):
4118 * syntax.c (syms_of_syntax):
4119 * sound.c (syms_of_sound):
4120 * search.c (syms_of_search):
4121 * print.c (syms_of_print):
4122 * minibuf.c (syms_of_minibuf):
4123 * macros.c (syms_of_macros):
4124 * keymap.c (syms_of_keymap, initial_define_key)
4125 (initial_define_lispy_key):
4126 * keyboard.c (syms_of_keyboard):
4127 * insdel.c (syms_of_insdel):
4128 * image.c (syms_of_image):
4129 * fringe.c (syms_of_fringe):
4130 * frame.c (syms_of_frame):
4131 * fontset.c (syms_of_fontset):
4132 * fns.c (syms_of_fns):
4133 * fns.c (syms_of_fns):
4134 * fileio.c (syms_of_fileio):
4135 * fileio.c (syms_of_fileio):
4136 * eval.c (syms_of_eval):
4137 * doc.c (syms_of_doc):
4138 * dispnew.c (syms_of_display):
4139 * dired.c (syms_of_dired):
4140 * dbusbind.c (syms_of_dbusbind):
4141 * data.c (syms_of_data):
4142 * composite.c (syms_of_composite):
4143 * coding.c (syms_of_coding):
4144 * cmds.c (syms_of_cmds):
4145 * charset.c (define_charset_internal, syms_of_character):
4146 * ccl.c (syms_of_ccl):
4147 * category.c (syms_of_category, init_category_once):
4148 * casetab.c (syms_of_casetab):
4149 * casefiddle.c (syms_of_casefiddle):
4150 * callint.c (syms_of_callint):
4151 * bytecode.c (syms_of_bytecode):
4152 * buffer.c (keys_of_buffer, syms_of_buffer):
4153 * alloc.c (syms_of_alloc):
4154 * process.c (syms_of_process, init_process):
4155 * lread.c (syms_of_lread, init_obarray):
4156 * font.c (build_style_table):
4157 * emacs.c (syms_of_emacs, main): Replace calls to intern with
4158 intern_c_string, calls to make_pure_string with
4159 make_pure_c_string. Use pure_cons instead of Fcons.
4160
4161 * process.c (socket_options): Make it const.
4162 (set_socket_option, init_process): Use a const pointer.
4163
4164 * lread.c (intern_c_string): New function.
4165 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
4166 (defvar_int): Uset it. Make the name const char*.
4167
4168 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
4169 (defvar_int): Update prototypes.
4170 (DEFUN, EXFUN): Support for prototypes is now required.
4171 (intern_c_string): New prototype.
4172 (struct Lisp_Subr): Make symbol_name constant.
4173
4174 * font.c (struct table_entry): Remove unused member. Make NAMES
4175 constant.
4176 (weight_table, slant_table, width_table): Make constant.
4177
4178 * emacs.c (struct standard_args): Make name and longname constant.
4179
4180 * character.h (DEFSYM): Use intern_c_string.
4181
4182 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4183
4184 * alloc.c (make_pure_c_string): New function.
4185
4186 * eval.c (Fautoload): Purecopy all arguments.
4187
4188 2009-11-05 Kenichi Handa <handa@m17n.org>
4189
4190 * fileio.c (Finsert_file_contents): Be sure set coding-system of
4191 the buffer in case of replace.
4192
4193 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4194
4195 * puresize.h (BASE_PURESIZE): Increase to 1620000.
4196
4197 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4198
4199 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
4200 when applicable (bug#4851).
4201
4202 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
4203 (P_): Support for prototypes is now required.
4204
4205 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4206
4207 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
4208 (Bug#4827).
4209
4210 2009-10-30 Eli Zaretskii <eliz@gnu.org>
4211
4212 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
4213
4214 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4215
4216 * puresize.h (BASE_PURESIZE): Increase to 1470000.
4217
4218 * lread.c (Fload): Purecopy the file name when building
4219 Vpreloaded_file_list.
4220
4221 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
4222
4223 * w32fns.c (syms_of_w32fns): Change default value of
4224 w32-scroll-lock-modifier to nil. (Bug#2827)
4225
4226 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4227
4228 * minibuf.c (Fall_completions): Fix typos in docstring.
4229
4230 2009-10-26 Andreas Schwab <schwab@redhat.com>
4231
4232 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
4233
4234 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4235
4236 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
4237 For delta < 0, skip check that only makes sense when the mini-window
4238 is going to be enlarged. (Bug#4534)
4239
4240 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
4241
4242 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
4243 string in menu maps (Bug#4471).
4244
4245 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4246
4247 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
4248 FRAME_NS_VIEW on terminal frames (Bug#4765).
4249
4250 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
4251
4252 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
4253 DBUS_TYPE_UINTnn separately to get proper sign extension.
4254
4255 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
4256 can properly handle unsigned types.
4257 (make_uid, make_gid): Remove.
4258
4259 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
4260 types again.
4261
4262 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
4263 (system_process_attributes): Likewise.
4264
4265 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4266
4267 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
4268
4269 * eval.c (Fautoload): Purecopy the filename. Simplify.
4270
4271 * category.c (Fdefine_category): Purecopy docstring.
4272
4273 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
4274
4275 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
4276
4277 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
4278
4279 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
4280
4281 * window.c (Fwindow_edges, Fwindow_pixel_edges)
4282 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
4283 (Bug#4775).
4284
4285 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4286
4287 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
4288 (init_fileio_once):
4289 * lisp.h (init_fileio_once): Remove.
4290 * emacs.c (main): Don't call init_fileio_once.
4291
4292 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4293
4294 * puresize.h (BASE_PURESIZE): Increase to 1430000.
4295
4296 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
4297
4298 * doprnt.c (doprnt): Fix overflow check.
4299
4300 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
4301
4302 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
4303
4304 * xterm.h (x_wait_for_event): Declare it.
4305
4306 * xterm.c (pending_event_wait): New variable.
4307 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
4308 see pending_event_wait.eventtype.
4309 (handle_one_xevent): Don't change gravity when parent changes.
4310 (x_new_font): Call change_frame_size with new rows/columns before we
4311 try to resize the frame.
4312 (x_wait_for_event): New function.
4313 (x_set_window_size_1): Don't change gravity unless change_gravity
4314 is set.
4315 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
4316 don't change frame size, instead wait for the ConfigureNotify.
4317 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
4318 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
4319 (x_initialize): Initialize pending_event_wait.
4320
4321 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
4322 size.
4323
4324 * widget.c (EmacsFrameSetValues): Add comment.
4325 (EmacsFrameSetCharSize): Just call x_set_window_size.
4326
4327 * gtkutil.c (xg_frame_set_char_size): Flush events and call
4328 x_wait_for_event.
4329 (flush_and_sync): Remove again.
4330 (xg_get_font_name): Suggest monospace if no previous font is known.
4331
4332 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
4335 8th bit, since that only made sense in the ASCII world (bug#4751).
4336
4337 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4338
4339 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
4340 processing pending events when event is filtered for input method.
4341 (Bug#3681)
4342
4343 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
4344
4345 * fns.c: Add #endif accidentally removed in previous change.
4346
4347 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4348
4349 * fns.c: Remove code for unsupported system: MAC_OS.
4350 * image.c: Likewise. Include setjmp.h.
4351
4352 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
4353
4354 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
4355 pixel -1 (bug #4742).
4356
4357 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4358
4359 * process.c (create_pty): Remove conditionals for no longer
4360 supported systems: UNIPLUS and RTU.
4361
4362 * xterm.c:
4363 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
4364
4365 * alloc.c: Do not define struct catchtag.
4366 * eval.c: Move struct catchtag definition ...
4367 * lisp.h: ... here.
4368
4369 * image.c: Move png.h #include earlier to avoid warnings.
4370
4371 * xterm.c:
4372 * xsmfns.c:
4373 * xselect.c:
4374 * xrdb.c:
4375 * xmenu.c:
4376 * xftfont.c:
4377 * xfont.c:
4378 * xfns.c:
4379 * xfaces.c:
4380 * xdisp.c:
4381 * window.c:
4382 * widget.c:
4383 * w32xfns.c:
4384 * w32uniscribe.c:
4385 * w32term.c:
4386 * w32select.c:
4387 * w32reg.c:
4388 * w32proc.c:
4389 * w32menu.c:
4390 * w32inevt.c:
4391 * w32heap.c:
4392 * w32font.c:
4393 * w32fns.c:
4394 * w32console.c:
4395 * w32.c:
4396 * w16select.c:
4397 * vm-limit.c:
4398 * unexsol.c:
4399 * unexec.c:
4400 * unexcw.c:
4401 * unexaix.c:
4402 * undo.c:
4403 * tparam.c:
4404 * textprop.c:
4405 * terminfo.c:
4406 * terminal.c:
4407 * termcap.c:
4408 * term.c:
4409 * syntax.c:
4410 * sound.c:
4411 * sheap.c:
4412 * search.c:
4413 * scroll.c:
4414 * region-cache.c:
4415 * regex.c:
4416 * ralloc.c:
4417 * process.c:
4418 * print.c:
4419 * nsterm.m:
4420 * nsselect.m:
4421 * nsmenu.m:
4422 * nsimage.m:
4423 * nsfont.m:
4424 * nsfns.m:
4425 * msdos.c:
4426 * minibuf.c:
4427 * menu.c:
4428 * marker.c:
4429 * macros.c:
4430 * keymap.c:
4431 * keyboard.c:
4432 * intervals.c:
4433 * insdel.c:
4434 * indent.c:
4435 * gtkutil.c:
4436 * ftxfont.c:
4437 * ftfont.c:
4438 * fringe.c:
4439 * frame.c:
4440 * fontset.c:
4441 * font.c:
4442 * fns.c:
4443 * floatfns.c:
4444 * filelock.c:
4445 * fileio.c:
4446 * emacs.c:
4447 * editfns.c:
4448 * dosfns.c:
4449 * doprnt.c:
4450 * doc.c:
4451 * dispnew.c:
4452 * dired.c:
4453 * dbusbind.c:
4454 * data.c:
4455 * composite.c:
4456 * coding.c:
4457 * cmds.c:
4458 * cm.c:
4459 * chartab.c:
4460 * charset.c:
4461 * character.c:
4462 * ccl.c:
4463 * category.c:
4464 * casetab.c:
4465 * casefiddle.c:
4466 * callproc.c:
4467 * callint.c:
4468 * bytecode.c:
4469 * buffer.c:
4470 * atimer.c: Include setjmp.h. (Bug#4643)
4471
4472 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4473
4474 Remove leftover table unibyte_to_multibyte_table.
4475 * character.c (unibyte_to_multibyte_table): Remove.
4476 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
4477 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
4478 * character.h (UNIBYTE_TO_CHAR): New macro.
4479 (MAKE_CHAR_MULTIBYTE): Use it.
4480 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
4481 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
4482 (message_dolog, set_message_1):
4483 * search.c (Freplace_match):
4484 * editfns.c (Fcompare_buffer_substrings):
4485 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
4486 (concat):
4487 * insdel.c (copy_text, count_size_as_multibyte):
4488 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
4489 * term.c (produce_glyphs):
4490 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
4491 * regex.c (RE_CHAR_TO_MULTIBYTE):
4492 * cmds.c (internal_self_insert):
4493 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
4494
4495 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
4496
4497 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4498
4499 * puresize.h (BASE_PURESIZE): Increase to 1310000.
4500
4501 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
4502
4503 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
4504
4505 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4506
4507 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
4508 still needed under Tiger.
4509
4510 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
4511
4512 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
4513 __Apple__.
4514
4515 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
4516
4517 2009-10-15 Kenichi Handa <handa@m17n.org>
4518
4519 * print.c (print_object): Escape a symbol like "2E10" too.
4520
4521 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
4522
4523 Cleanups and changes for 64-bit compile under Snow Leopard.
4524 Based on suggestions by Erik Charlebois.
4525
4526 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
4527
4528 * nsfont.m (ns_char_width): Replace deprecated call.
4529 (ns_findfonts, nsfont_list_family): Use long format in printf, and
4530 cast argument.
4531 (nsfont_open): Use ns_char_width() everywhere.
4532 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
4533
4534 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
4535
4536 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
4537 where appropriate.
4538
4539 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
4540 where appropriate.
4541 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
4542 Use stringWithUTF8String.
4543 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
4544
4545 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
4546 Add formal protocol mention to inheritance.
4547 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
4548
4549 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
4550 Fix printf format.
4551 (ns_query_color): Use CGFloat where appropriate.
4552 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
4553 (EmacsScroller-mouseDown:): Use long format in printf, and cast
4554 argument.
4555
4556 * config.in (NS_HAVE_NSINTEGER): Drop.
4557
4558 * dbusbind.c (dbus-method-return-internal)
4559 (dbus-method-error-internal): Use long format in printf, and cast
4560 argument.
4561
4562 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
4563 in printf, and cast argument.
4564
4565 * process.c (list_processes_1): Use long format in printf, and
4566 cast argument.
4567
4568 2009-10-11 Glenn Morris <rgm@gnu.org>
4569
4570 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
4571
4572 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
4573
4574 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
4575 menu bar with a small width so it doesn't enlarge the frame.
4576
4577 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
4578
4579 * fontset.c (Fset_fontset_font): Fix typos in error messages.
4580
4581 2009-10-06 Glenn Morris <rgm@gnu.org>
4582
4583 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
4584 SOME_MACHINE_LISP (this enters indirectly via DOC).
4585
4586 2009-10-05 Eli Zaretskii <eliz@gnu.org>
4587
4588 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
4589
4590 2009-10-04 Eli Zaretskii <eliz@gnu.org>
4591
4592 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
4593 Doc fix.
4594
4595 2009-10-03 Martin Rudalics <rudalics@gmx.at>
4596
4597 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
4598
4599 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
4600
4601 * lisp.h (Qdelete_directory_internal): Remove, because it is not
4602 used anymore outside fileio.c.
4603
4604 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
4605
4606 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
4607
4608 * lisp.h (Qdelete_directory_internal):
4609 Declare, instead of Qdelete_directory.
4610
4611 * w32fns.c (Fsystem_move_file_to_trash): Use it.
4612
4613 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4614
4615 * eval.c (Fcalled_interactively_p): Add `kind' argument.
4616
4617 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
4618
4619 * fileio.c (Fdelete_directory_internal): Rename from
4620 Fdelete_directory. It is not a command anymore. It has no file
4621 name handler.
4622
4623 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4624
4625 * xdisp.c (get_next_display_element): Use an enum in last change.
4626
4627 2009-09-28 Kenichi Handa <handa@m17n.org>
4628
4629 * xdisp.c (get_next_display_element): Pay attention to
4630 unibyte_display_via_language_environment in handling
4631 Vnobreak_char_display.
4632
4633 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4634
4635 * nsterm.h (ns_app_name): New extern variable.
4636
4637 * nsterm.m (ns_app_name): New variable.
4638 (ns_term_init): Set and use it.
4639 (ns_term_shutdown): Use it.
4640
4641 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
4642 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
4643
4644 * nsfns.m (ns_set_name_iconic, ns_set_name)
4645 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
4646 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
4647
4648 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
4649 Remove double-casting in client_data comparison.
4650
4651 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4652
4653 * keyboard.c (make_lispy_event): Remember last wheel direction.
4654 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
4655
4656 2009-09-26 Glenn Morris <rgm@gnu.org>
4657
4658 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
4659 internal.elc. Add term/pc-win.elc.
4660 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
4661 term/x-win.elc.
4662 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
4663 term/w32-win.elc.
4664 (NS_SUPPORT): New.
4665 (lisp): Add NS_SUPPORT.
4666 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
4667
4668 2009-09-25 David Reitter <david.reitter@gmail.com>
4669
4670 * nsmenu.m (EmacsMenu-clear): Recognize application menu
4671 on Mac OS X 10.6+ (bug#4513).
4672
4673 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4674
4675 * frame.c (xrdb_get_resource): Return nil for empty string resources;
4676 some parts of Emacs code (like font selection) don't grok them.
4677 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
4678
4679 2009-09-24 Andreas Schwab <schwab@redhat.com>
4680
4681 * coding.c (decode_coding_iso_2022): Fix operator precedence.
4682
4683 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4684
4685 * dired.c (Fdirectory_files): Fix typo in docstring.
4686
4687 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4688
4689 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
4690 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
4691 (EmacsScroller-setPosition:portion:whole:): Remove -display call
4692 under GNUstep.
4693 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
4694
4695 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
4696 glyph advancement.
4697
4698 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4699
4700 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
4701 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
4702
4703 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
4704 deleted (bug #4492).
4705
4706 * nsfont.m (Vns_reg_to_script): New lisp variable.
4707 (syms_of_nsfont): Declare it.
4708 (ns_registry_to_script): New function.
4709 (ns_get_req_script): Call it.
4710 (ns_findfonts): Don't give up on non-unicode registry.
4711
4712 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
4713
4714 2009-09-20 Tom Tromey <tromey@redhat.com>
4715
4716 * eval.c (find_handler_clause): Make stack-trace-on-error work in
4717 batch mode (bug#4228).
4718
4719 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
4720
4721 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
4722 carefully. (Bug #4339)
4723
4724 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
4725
4726 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
4727
4728 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4729
4730 * emacs.c (inhibit_x_resources): Update doc string for NS.
4731 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
4732 legacy code for -NXHost. Fix error printf in daemon case.
4733
4734 * nsterm.h (ns_no_defaults): Remove.
4735
4736 * nsterm.m (ns_no_defaults): Remove.
4737 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
4738 (ns_use_qd_smoothing): Remove legacy variable.
4739 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
4740 don't update the NSWindow itself.
4741 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
4742 state detection and store user rect ourselves. (Bug #3581)
4743
4744 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
4745 ns_use_qd_smoothing.
4746
4747 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
4748 platform versions. Drop support for emacs-20-style face specs.
4749 (x-close-connection): Drop PSFlush() under OS X.
4750 (x-focus-frame): Activate the app first. (Bug #4180)
4751
4752 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
4753
4754 * emacs.c (inhibit_x_resources): New variable.
4755 (main) [HAVE_NS]: Don't process --quick command line option.
4756 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
4757
4758 * lisp.h (inhibit_x_resources): Declare it extern.
4759
4760 * w32reg.c (x_get_string_resource):
4761 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
4762
4763 2009-09-17 Eli Zaretskii <eliz@gnu.org>
4764
4765 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
4766 Add lisp/term/internal.elc.
4767
4768 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4769
4770 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
4771 (bug#4461).
4772
4773 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4774
4775 * puresize.h (BASE_PURESIZE): Increase to 1290000.
4776
4777 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
4778 (OBJECTS_MACHINE): Remove, unused.
4779
4780 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4781
4782 * frame.c (x_get_resource_string): Remove unused.
4783
4784 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
4785
4786 * xterm.c (x_new_font): Call change_frame_size before calling
4787 x_set_window_size, in case frame size won't change.
4788
4789 * frame.c (x_set_font): Remove dead code.
4790
4791 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4792
4793 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
4794
4795 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4796
4797 * lread.c (Fload): Don't output a message after loading an obsolete
4798 package any more (done in Lisp now).
4799
4800 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
4801
4802 * fns.c (syms_of_fns): Doc fix (Bug#4227).
4803
4804 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * keymap.c (Fwhere_is_internal): Use nconc2.
4807
4808 2009-09-11 Alan Mackenzie <acm@muc.de>
4809
4810 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
4811 batch mode.
4812
4813 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
4814
4815 * xdisp.c (display_mode_element): Detect cycles.
4816
4817 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4818
4819 * keymap.c (where_is_internal): Don't erroneously return nil right after
4820 filling the cache.
4821 (where_is_internal_1): Fix up typo.
4822
4823 2009-09-11 Glenn Morris <rgm@gnu.org>
4824
4825 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
4826 share a common doc-string.
4827
4828 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4829
4830 * keymap.c (get_keymap): Return the actual keymap symbol rather than
4831 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
4832
4833 * keymap.c (QCadvertised_binding): New constant.
4834 (syms_of_keymap): Initialize it.
4835 (Fwhere_is_internal): Try and use bindings from :advertised-binding
4836 if applicable.
4837
4838 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
4841 (parse_menu_item): Streamline since bindings are recomputed all the
4842 time anyway. Don't bother checking Vdefine_key_rebound_commands any
4843 more and don't support lmenu's menu-alias any more either.
4844
4845 * keymap.c (where_is_internal_data): Make noindirect a boolean.
4846 (where_is_internal): Strip it down to only traverse the keymaps.
4847 Move the cache handling from Fwhere_is_internal to here.
4848 (Fwhere_is_internal): Move the handling of remapping and the choice of
4849 the best binding from where_is_internal to here.
4850 Unify the cached/noncached paths, so remapping is also handled
4851 correctly when the cache is used, and so the cache can be used to
4852 speed up remap-handling when applicable.
4853 Give preference to non-remapped bindings.
4854 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
4855 non-remapped bindings.
4856 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
4857 command remapping.
4858
4859 * xdisp.c (display_mode_element): Move list length limit from 50 to
4860 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
4861
4862 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
4863
4864 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
4865
4866 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4867
4868 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
4869 (Bug#4334)
4870
4871 * keymap.c (where_is_internal): Filter out shadowed remappings.
4872 Assume that where_is_internal returns unshadowed bindings to simplify
4873 the code and get rid of the gotos. Use ASIZE.
4874
4875 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
4876
4877 * xterm.c (x_focus_changed): If we get a focusout and pointer
4878 is invisible, make it visible.
4879
4880 * xterm.h: Remove condition for declaration of
4881 x_*_window_to_frame.
4882
4883 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4884
4885 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
4886 initial terminal as well.
4887
4888 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
4889
4890 * xterm.h: Rename x_non_menubar_window_to_frame to
4891 x_menubar_window_to_frame.
4892
4893 * xterm.c: Remove declarations also in xterm.h.
4894 (XTmouse_position): Do not return valid positions
4895 for clicks in the menubar and the toolbar for Gtk+.
4896
4897 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
4898 if the widget for the event has the same top level as a frame,
4899 return the frame.
4900 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
4901 internal windows, bug #4122.
4902 (x_non_menubar_window_to_frame): Remove.
4903
4904 2009-09-02 Glenn Morris <rgm@gnu.org>
4905
4906 * buffer.c (default-major-mode): Move most of the doc from here...
4907 (major-mode): ... to here.
4908
4909 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
4910
4911 * process.c (wait_reading_process_output): Keep the descriptor
4912 when pty is used by a non-child process, e.g., in I/O buffer of
4913 GDB this allows inferior to be restarted.
4914
4915 2009-08-29 Eli Zaretskii <eliz@gnu.org>
4916
4917 * xdisp.c (redisplay_internal): Remove redundant test and collapse
4918 both branches into one.
4919
4920 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4921
4922 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
4923 (main): Use enable-multibyte-characters rather than
4924 default-enable-multibyte-characters. Output a warning message when
4925 running a unibyte session.
4926
4927 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4928
4929 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
4930 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
4931 (copy_data_segment): Also copy __program_vars section.
4932 (copy_dyld_info) [LC_DYLD_INFO]: New function.
4933 (dump_it) [LC_DYLD_INFO]: Use it.
4934
4935 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
4936
4937 2009-08-28 Eli Zaretskii <eliz@gnu.org>
4938
4939 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
4940 $(SRC)/buildobj.h.
4941 (buildobj.h): Renamed from $(SRC)/buildobj.h.
4942 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
4943 $(SRC)/buildobj.h.
4944 (clean): Add buildobj.h.
4945
4946 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
4947
4948 * print.c (print_object): Set escapeflag to 1 when printing
4949 hashtable keys and values.
4950
4951 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4952
4953 * lread.c (read_integer): Use doubles (and potentially return a float
4954 number) as we do in string-to-number.
4955 (read1): Use strtol to read integers, signal errors on strtol's
4956 overflow and use floats if strtol's output is too large for
4957 Elisp integers.
4958
4959 2009-08-27 Eli Zaretskii <eliz@gnu.org>
4960
4961 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
4962 (make-buildobj-SH): Fix last change.
4963 (SRC): Move to before where it's first used.
4964
4965 2009-08-27 Kenichi Handa <handa@m17n.org>
4966
4967 * process.c (send_process): Use encode_coding_object instead of
4968 encode_coding_string to perform eol-conversion even if the string
4969 is unibyte.
4970
4971 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
4972 character.
4973
4974 * cmds.c (Fself_insert_command): Avoid unnecessay
4975 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
4976
4977 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4978
4979 * callproc.c (Fcall_process): Remove always true #if.
4980
4981 * lisp.h: Replace #if 0 code for checking with text pointing to
4982 the --enable-checking configure flag.
4983
4984 * emacs.c (main): Mention the --enable-profiling configure flag
4985 instead of using CFLAGS.
4986
4987 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
4988
4989 * Makefile.in (buildobj.h): New target.
4990 (doc.o): Depend on it.
4991 (temacs${EXEEXT}): Don't generate buildobj.lst.
4992 (mostlyclean): Delete buildobj.h, not buildobj.lst.
4993 * makefile.w32-in ($(SRC)/buildobj.h): New target.
4994 ($(BLD)/doc.$(O)): Depend on it.
4995 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
4996 provided by Eli Zaretskii.)
4997 ($(TEMACS)): Don't generate buildobj.lst.
4998 * doc.c: Include buildobj.h.
4999 (buildobj): New static variable.
5000 (Fsnarf_documentation): Use it, instead of opening and reading
5001 buildobj.lst.
5002
5003 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5004
5005 * dbusbind.c (Fdbus_call_method)
5006 (Fdbus_call_method_asynchronously): Use English numeric format for
5007 timeout values in doc string.
5008
5009 2009-08-25 Kenichi Handa <handa@m17n.org>
5010
5011 * alloc.c (mark_char_table): New function.
5012 (mark_object): Use mark_char_table for a char-table.
5013
5014 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
5015 (CHAR_TABLE_REF): Use it.
5016
5017 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
5018
5019 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
5020 before invoking the newly build emacs to check for load-path
5021 shadowing.
5022
5023 2009-08-22 Glenn Morris <rgm@gnu.org>
5024
5025 * Makefile.in (bootstrap_exe): New variable.
5026 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
5027 Use ${bootstrap_exe}.
5028
5029 2009-08-22 Eli Zaretskii <eliz@gnu.org>
5030
5031 * coding.h (encode_coding_string): Don't encode unibyte strings.
5032 (Bug#4047)
5033
5034 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
5035
5036 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
5037
5038 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
5039 intended as hotfix only.
5040 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
5041
5042 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5043
5044 * nsterm.m (ns_get_color): Update documentation properly for last
5045 change, and clean up loose ends in the code left by it. Fix
5046 longstanding bug with 16-bit hex parsing, and add support for
5047 yet another X11 format (rgb:r/g/b) for compatibility.
5048 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
5049 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
5050
5051 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5052
5053 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
5054
5055 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
5056
5057 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
5058 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
5059 (xd_initialize, xd_pending_messages): Check, whether
5060 $DBUS_SESSION_BUS_ADDRESS is set.
5061
5062 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5063
5064 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
5065
5066 * nsterm.m (ns_get_color): Remove incompatible color formats again.
5067
5068 2009-08-20 Glenn Morris <rgm@gnu.org>
5069
5070 * emacs.c (system-type): Doc fix.
5071
5072 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5073
5074 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
5075 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
5076
5077 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
5078
5079 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
5080 New functions.
5081 (xd_initialize): Revert change from 2009-08-16.
5082
5083 2009-08-18 Kenichi Handa <handa@m17n.org>
5084
5085 * fontset.c (Ffontset_font): If a nil element is found in a
5086 font-group vector, return nil.
5087
5088 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
5089
5090 * process.c (status_notify): Don't perform redisplay.
5091 (Fdelete_process, list_processes_1, process_send_signal):
5092 Expliticly perform redisplay.
5093 (wait_reading_process_output): Always check process status, but
5094 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
5095
5096 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
5097
5098 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
5099 (XFLOAT_INIT): New macro for storing a float value.
5100 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
5101 * fns.c (sxhash): Copy out the value of a float in order to
5102 examine its bytes.
5103 * dbusbind.c (xd_append_arg): Likewise.
5104
5105 * emacs.c (main): Don't call syms_of_data twice.
5106
5107 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
5108
5109 * dbusbind.c (xd_initialize): Add connection file descriptor to
5110 input_wait_mask, in order to let select() detect, whether a new
5111 message has been arrived.
5112 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
5113
5114 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
5115
5116 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
5117 New functions.
5118
5119 * lisp.h (xd_pending_messages): Declare.
5120
5121 * keyboard.c (readable_events): Call xd_pending_messages.
5122
5123 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5124
5125 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
5126
5127 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
5128
5129 * buffer.c (set_buffer_internal_1)
5130 (swap_out_buffer_local_variables): Check for unbound local
5131 variables (Bug#4138).
5132
5133 2009-08-14 Eli Zaretskii <eliz@gnu.org>
5134
5135 * process.c (create_pty): Fix last change.
5136
5137 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5138
5139 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
5140 (xbm_load_image): Caller changed.
5141 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
5142
5143 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
5144
5145 * process.c (create_pty): New function.
5146 (Fstart_process): Use it to allow Emacs to just associate a pty
5147 with the buffer. See associated change in gdb-mi.el.
5148 (list_processes_1): Deal with no program name.
5149 (start_process_unwind): Use pid == -2 to mean no process.
5150
5151 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5152
5153 * cmds.c (nonundocount): New global variable.
5154 (keys_of_cmds): Initialize it.
5155 (Fself_insert_command): Use it to combine upto 20 sequential chars
5156 into a single undo entry, just like the Qself_insert_command code in
5157 keyboard.c does.
5158 Call frame_make_pointer_invisible, also like the Qself_insert_command
5159 code in keyboard.c does.
5160 * keyboard.c (command_loop_1): Use the new global nonundocount rather
5161 than its own local replacement for it.
5162
5163 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
5164
5165 * fns.c (concat): Don't re-set string length to its current value.
5166
5167 * coding.h (decode_coding_string, encode_coding_string):
5168 Use SBYTES macro.
5169
5170 * doprnt.c (doprnt_lisp): Delete unused function.
5171 (doprnt): Merge with doprnt1, discarding lispstrings code.
5172 * lisp.h (doprnt_lisp): Don't declare.
5173
5174 2009-08-07 Juri Linkov <juri@jurta.org>
5175
5176 * puresize.h (BASE_PURESIZE): Increase to 1270000.
5177
5178 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5179
5180 * print.c (syms_of_print): Undo previous change.
5181
5182 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
5183
5184 * lread.c (read1, syms_of_lread): Read hashtables back from the
5185 readable format.
5186
5187 * print.c (print_preprocess, print_object): Print hashtables fully
5188 and readably.
5189 (syms_of_print): Provide 'hashtable-print-readable.
5190
5191 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5192
5193 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
5194 no family set.
5195 (nsfont_open): Handle case when entity has no family.
5196
5197 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5198
5199 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
5200 element, not a list, for match case.
5201
5202 2009-07-28 Kenichi Handa <handa@m17n.org>
5203
5204 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
5205 rigidly.
5206
5207 * xfont.c (xfont_list_pattern): Don't ignore the return value of
5208 font_parse_xlfd. Check font properties more rigidly.
5209
5210 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5211
5212 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
5213 bsd-common.h.
5214
5215 2009-07-27 Kenichi Handa <handa@m17n.org>
5216
5217 * xfaces.c (face_with_height): Call font_clear_prop.
5218
5219 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
5220
5221 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
5222
5223 * xterm.c (x_term_init): Use Qx.
5224
5225 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
5226
5227 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
5228 (ns_get_color): Revert 2009-07-16 change.
5229
5230 2009-07-25 Eli Zaretskii <eliz@gnu.org>
5231
5232 * lread.c (syms_of_lread) <force_load_messages>: New variable.
5233 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
5234
5235 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
5236
5237 * coding.h (decode_coding_string, encode_coding_string):
5238 Use SCHARS macro.
5239
5240 * lread.c: Rewrite 2009-07-21 changes.
5241 (load_depth): Delete.
5242 (Qload_in_progress): New variable.
5243 (load_unwind): Don't reference load_depth or load_in_progress.
5244 (Fload): Likewise; specbind Qload_in_progress instead.
5245 (init_lread): Don't initialize load_depth.
5246 (syms_of_lread): Initialize and protect Qload_in_progress.
5247
5248 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5249
5250 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
5251
5252 2009-07-23 Yavor Doganov <yavor@gnu.org>
5253
5254 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
5255
5256 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5257
5258 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
5259 Bugs 3792, 3720, 2402.
5260 (ns_lookup_indexed_color): Check for bad index.
5261 (ns_index_color): Init unused slot to 0.
5262 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
5263 Bug 3714, possibly 3082.
5264
5265 2009-07-22 Jason Rumney <jasonr@gnu.org>
5266
5267 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
5268 Position IME window at cursor (Bug#2570).
5269 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
5270 (globals_of_w32fns): Dynamically load functions required above.
5271
5272 * w32term.c (w32_draw_window_cursor): Send message to reposition
5273 any IME window.
5274
5275 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
5276
5277 * fileio.c: Revert 2009-07-16 changes.
5278 (Vauto_save_include_big_deletions): New variable.
5279 (Fdo_auto_save): Disable auto-save only if
5280 auto-save-include-big-deletions is nil.
5281
5282 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
5283
5284 * xdisp.c (move_it_to): For continued lines ending in a tab, take
5285 the overflowed pixels into account (Bug#3879).
5286
5287 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
5288
5289 * lread.c (load_depth): New variable.
5290 (Fload, load_unwind, init_lread): Set it to the load recursion
5291 depth; set load_in_progress as a simple boolean based on the
5292 current load_depth. (Bug#3892)
5293
5294 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5295
5296 * nsfont.m (ns_has_attribute): Remove.
5297 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
5298
5299 2009-07-18 Juri Linkov <juri@jurta.org>
5300
5301 * process.c (Fset_process_query_on_exit_flag): Mention killing
5302 a buffer in docstring.
5303
5304 2009-07-17 Kenichi Handa <handa@m17n.org>
5305
5306 * casetab.c (shuffle): Fix the logic of setting up the cycle.
5307
5308 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5309
5310 * nsfns.m (Fns_set_alpha): Remove function.
5311 (syms_of_nsfns): Don't defsubr it.
5312
5313 * nsterm.m (ns_get_color): Remove incompatible color formats.
5314 (ns_color_to_lisp): Generate #rrggbb color format string.
5315
5316 2009-07-16 Richard Stallman <rms@gnu.org>
5317
5318 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
5319 (Fset_buffer_auto_saved): Handle save_length = -2.
5320
5321 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
5322
5323 * xterm.c (Qx_gtk_map_stock): New var.
5324
5325 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
5326 of calling intern each time.
5327
5328 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5329
5330 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
5331 does tiling.
5332
5333 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
5334
5335 2009-07-14 Kenichi Handa <handa@m17n.org>
5336
5337 * font.c (font_vconcat_entity_vectors): New function.
5338 (struct font_sort_data): New member font_driver_preference.
5339 (font_compare): Check font_driver_preference.
5340 (font_sort_entities): The format of the first argument changed.
5341 (font_delete_unmatched): Likewise.
5342 (font_list_entities): The return type changed.
5343 (font_select_entity): The format of the second argument changed.
5344 (font_find_for_lface): Adjuste for the above changes.
5345 Don't suppress the checking of C even if the repertory supports it.
5346 (Flist_fonts): Adjust for the above changes.
5347
5348 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
5349 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
5350 Reject a font who has adstyle property that is different from a
5351 langname derived from registry property.
5352 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
5353
5354 2009-07-13 Eli Zaretskii <eliz@gnu.org>
5355
5356 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
5357 local copy of dirfilename.
5358
5359 2009-07-13 Kenichi Handa <handa@m17n.org>
5360
5361 * chartab.c (sub_char_table_ref_and_range): Fix the range check
5362 against max_char.
5363
5364 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
5365 calling XSYMBOL (sym).
5366
5367 2009-07-11 Eli Zaretskii <eliz@gnu.org>
5368
5369 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
5370 New function.
5371 (directory_files_internal) [WINDOWSNT]:
5372 Bind w32-get-true-file-attributes to either t or nil, depending whether
5373 the filesystem of the directory is fast or slow.
5374
5375 * w32.c (logon_network_drive): Don't assume PATH is an absolute
5376 file name.
5377 (is_slow_fs): New function.
5378 (stat): Use it to determine whether to issue more system calls to
5379 get accurate file attributes, when w32-get-true-file-attributes is
5380 `local'.
5381
5382 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
5383
5384 * xfns.c (Fx_select_font): Remember last font selected in
5385 x_last_font_name and use that the next time. Also try the frame
5386 parameter font-parameter as default to the font dialog.
5387
5388 2009-07-10 Kenichi Handa <handa@m17n.org>
5389
5390 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
5391
5392 2009-07-09 Eli Zaretskii <eliz@gnu.org>
5393
5394 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
5395
5396 * w32.c (stat): Treat UNC file names as residing on remote
5397 drives. (Bug#3542)
5398
5399 2009-07-09 Kenichi Handa <handa@m17n.org>
5400
5401 * fontset.c (fontset_find_font): Fix previous change.
5402
5403 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
5404
5405 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
5406 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
5407 error flag.
5408
5409 2009-07-08 Kenichi Handa <handa@m17n.org>
5410
5411 * fontset.c (fontset_find_font): Fix the logic of handling
5412 charset_matched.
5413 (font_for_char): Delete unused var.
5414 (generate_ascii_font_name): Delete it.
5415
5416 * coding.h (JIS_TO_SJIS2): Fix the code range check.
5417
5418 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
5419 (encode_coding_sjis): Fix the code range check.
5420
5421 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
5422
5423 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
5424 (Fexpand_file_name): Copy string data properly (Bug#3772).
5425
5426 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
5427
5428 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
5429 first MapNotify.
5430
5431 2009-07-07 Kenichi Handa <handa@m17n.org>
5432
5433 * character.h (unibyte_has_multibyte_table): Delete extern.
5434 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
5435
5436 * charset.c (Fset_charset_priority): Update charset_unibyte.
5437 (syms_of_charset): Initialize charset_unibyte.
5438
5439 * character.c (unibyte_has_multibyte_table): Delete it.
5440 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
5441 charset_unibyte.
5442 (multibyte_char_to_unibyte_safe): Likewise.
5443 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
5444
5445 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
5446 (x_produce_glyphs): Likewise.
5447
5448 * .gdbinit (xcharset): Fix the treating $arg0.
5449
5450 2009-07-04 Eli Zaretskii <eliz@gnu.org>
5451
5452 Emulation of `getloadavg' on MS-Windows.
5453 * w32.c: Include float.h.
5454 (g_b_init_get_native_system_info, g_b_init_get_system_times)
5455 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
5456 (get_native_system_info, get_system_times): New functions.
5457 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
5458 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
5459 (globals_of_w32): Initialize g_b_init_get_native_system_info,
5460 g_b_init_get_system_times, and num_of_processors.
5461
5462 2009-07-03 Jason Rumney <jasonr@gnu.org>
5463
5464 * w32term.c (w32_initialize): Use standard types.
5465
5466 2009-07-03 Eli Zaretskii <eliz@gnu.org>
5467
5468 * dired.c (Ffile_attributes): Decode user and group names by the
5469 locale's encoding. (Bug#3443)
5470
5471 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5472
5473 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
5474 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
5475
5476 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
5477
5478 * term.c (init_tty): Remove spurious #ifdef.
5479
5480 * m/mips.h: Mention this file is also used for netbsd.
5481 * m/pmax.h: Remove file.
5482
5483 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
5484
5485 * xterm.h (struct x_display_info): Add invisible_cursor.
5486 (struct x_output): Add current_cursor.
5487
5488 * xterm.c (XTtoggle_invisible_pointer): New function.
5489 (x_define_frame_cursor): Don't define cursor if invisible or the
5490 same as before. Set current_cursor.
5491 (x_create_terminal): Set toggle_invisible_pointer_hook.
5492
5493 * xfns.c (make_invisible_cursor): New function.
5494 (x_set_mouse_color): Call make_invisible_cursor.
5495 Set current_cursor.
5496 (x_window): Set current_cursor.
5497
5498 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
5499
5500 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
5501 inserting a character.
5502 (read_avail_input): Call frame_make_pointer_visible.
5503
5504 * frame.c (Vmake_pointer_invisible): New variable.
5505 (frame_make_pointer_invisible, frame_make_pointer_visible):
5506 New functions.
5507 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
5508
5509 * frame.h: Declare frame_make_pointer_invisible and
5510 frame_make_pointer_visible.
5511 (struct frame): Add pointer_invisible.
5512
5513 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
5514
5515 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
5516 frame isn't visible.
5517 (xg_frame_resized): If width/height is -1, get size of window
5518 from X server.
5519
5520 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
5521 for MapNotify.
5522
5523 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
5524 here or call change_frame_size. Just call flush_and_sync.
5525 (flush_and_sync): Reintroduce.
5526
5527 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5528
5529 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
5530
5531 * xterm.c (x_handle_net_wm_state): Also look for sticky.
5532 (x_term_init): Initialize Xatom_net_wm_state_sticky.
5533
5534 * frame.h: Declare Qsticky.
5535
5536 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
5537
5538 * nsfns.m (ns_frame_parm_handlers): Ditto.
5539
5540 * frame.c: Declare Qsticky.
5541 (frame_parms): Add sticky.
5542
5543 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
5544
5545 * xterm.h: Declare x_set_sticky.
5546
5547 * xterm.c (x_set_sticky): New function.
5548
5549 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
5550 (xg_tool_bar_menu_proxy): Attach enter/leave events to
5551 xg_tool_bar_proxy_help_callback.
5552
5553 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
5554
5555 * frame.c: Qmaximized is new.
5556 (x_set_frame_parameters): Do not handle fullscreen specially.
5557 Only set width and height if explicitly set.
5558 (x_set_fullscreen): Handle Qmaximized.
5559 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
5560 (syms_of_frame): Initialize Qmaximized.
5561
5562 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
5563 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
5564
5565 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
5566 for Expose event. Add call to x_check_fullscreen for MapNotify event.
5567 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
5568 set gravity to NorthWestGravity when USE_GTK.
5569 (set_wm_state): New function.
5570 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
5571 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
5572 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
5573 or the case when no window manager is running. That means remove calls
5574 to x_real_positions and x_fullscreen_adjust.
5575
5576 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
5577 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
5578 flush_and_sync.
5579 (xg_height_changed): New function.
5580 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
5581 and gtk_window_set_policy. Set frame gravity after parsing the
5582 geometry string.
5583 (xg_update_frame_menubar, free_frame_menubar)
5584 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
5585 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
5586 Remove calls to xg_frame_set_char_size.
5587
5588 2009-07-01 Kenichi Handa <handa@m17n.org>
5589
5590 * keyboard.c (decode_keyboard_code): New function.
5591 (tty_read_avail_input): Decode the input bytes if necessary.
5592
5593 * coding.c (setup_coding_system):
5594 Initialize coding->carryover_bytes to 0.
5595 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
5596 use Qno_conversion.
5597
5598 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5599
5600 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
5601
5602 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
5603
5604 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
5605
5606 2009-06-30 Jason Rumney <jasonr@gnu.org>
5607
5608 * w32term.c (w32_initialize): Use GetModuleHandle for library that
5609 is already loaded.
5610 Set user model ID if supported (bug#1849).
5611
5612 2009-06-29 Jim Meyering <meyering@redhat.com>
5613
5614 Remove useless if-before-xfree test.
5615 * nsfont.m (nsfont_close): Remove useless test.
5616 * term.c (delete_tty): Likewise.
5617 * w32.c (system_process_attributes): Likewise.
5618 * w32font.c (w32font_close): Likewise.
5619 * xfaces.c (x_free_gc): Likewise.
5620 * xselect.c (buffer): Likewise.
5621
5622 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
5623
5624 * process.c (send_process): Keep decoded string in a local
5625 variable and protect it from GC. (Bug#3521)
5626
5627 2009-06-28 Eli Zaretskii <eliz@gnu.org>
5628
5629 * term.c (create_tty_output) [MSDOS]: #ifdef away.
5630 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
5631
5632 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
5633
5634 * xdisp.c (start_display, handle_face_prop)
5635 (move_it_vertically_backward, cursor_row_fully_visible_p)
5636 (redisplay_window, try_window_id, produce_image_glyph):
5637 Delete some #ifdef-ed out code chunks that are now obsolete.
5638
5639 * xterm.c (x_update_window_begin, x_new_focus_frame)
5640 (x_scroll_bar_handle_click, handle_one_xevent)
5641 (handle_one_xevent, XTread_socket, x_focus_on_frame)
5642 (x_make_frame_visible, x_make_frame_invisible)
5643 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
5644 code chunks that are now obsolete.
5645
5646 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
5647
5648 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
5649 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
5650 for hours, when optimzation is enabled.
5651 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
5652 (xd_read_message): Make them static.
5653
5654 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
5655
5656 * term.c (turn_on_face): Allow simultaneously bold and dim
5657 terminal faces (Bug#3530).
5658
5659 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
5660
5661 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
5662
5663 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
5664 truncation glyphs (Bug#3686).
5665
5666 2009-06-27 Glenn Morris <rgm@gnu.org>
5667
5668 * m/pmax.h: Restore file, with only netbsd portions.
5669
5670 2009-06-26 David Reitter <david.reitter@gmail.com>
5671
5672 * nsterm.m (keydown): Avoid infinite loop.
5673
5674 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
5675
5676 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
5677 the arg FORCE_SYMBOL.
5678
5679 2009-06-25 Kenichi Handa <handa@m17n.org>
5680
5681 * fontset.c (fontset_find_font): When a usable rfont_def is found
5682 in a fallback font-group, make it the first element of the group.
5683
5684 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5685
5686 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
5687
5688 2009-06-24 Kenichi Handa <handa@m17n.org>
5689
5690 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
5691 set for C.
5692 (fontset_font): Record the availability of a font for C both in
5693 the realized fontsets of the current one and the default one.
5694
5695 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5696
5697 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
5698 conditional, it is always defined on AIX.
5699
5700 2009-06-23 Miles Bader <miles@gnu.org>
5701
5702 * window.c (Vrecenter_redisplay): New variable.
5703 (syms_of_window): Initialize it.
5704 (Qtty): New extern declaration.
5705 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
5706
5707 2009-06-23 Jim Meyering <meyering@redhat.com>
5708
5709 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
5710 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
5711 pointer dereferences are guaranteed to be valid.
5712
5713 2009-06-23 Kenichi Handa <handa@m17n.org>
5714
5715 * emacs.c (main): Call init_font ().
5716
5717 * font.h (Vfont_log): Extern it.
5718 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
5719
5720 * font.c (font_sort_entities, font_list_entities)
5721 (font_matching_entity, font_open_entity)
5722 (font_close_object): Change font_add_log to FONT_ADD_LOG.
5723 (Vfont_log): Delete static.
5724 (font_log_env_checked): Delete this variable.
5725 (font_add_log): Don't check font_log_env_checked.
5726 (font_deferred_log): Check Vfont_log.
5727 (init_font): New function.
5728
5729 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
5730
5731 * w32font.c: Change font_add_log to FONT_ADD_LOG.
5732
5733 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
5734
5735 * xfont.c: Change font_add_log to FONT_ADD_LOG.
5736
5737 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
5738 (face_for_char): Don't call font_deferred_log here.
5739 (font_for_char): Likewise.
5740
5741 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
5742
5743 * w32term.c (x_draw_glyph_string): Use the glyph string's width
5744 rather than its background_width for drawing the overline and
5745 underline (Bug#489).
5746
5747 * xterm.c (x_draw_glyph_string): Use the glyph string's width
5748 rather than its background_width for drawing the overline and
5749 underline (Bug#489).
5750 (xg_default_icon_file): New variable.
5751 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
5752 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
5753
5754 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
5755 (load_overlay_strings): Remove externs.
5756 (fast_find_position): Function deleted.
5757 (mouse_face_from_buffer_pos): New function, based on
5758 fast_find_position. Correctly handle before-strings,
5759 display-strings, and after-strings (Bug#1220).
5760 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
5761
5762 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5763
5764 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
5765 (move_it_in_display_line_to, move_it_in_display_line_to)
5766 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
5767
5768 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5769
5770 * Branch for 23.1.
5771
5772 2009-06-21 Jason Rumney <jasonr@gnu.org>
5773
5774 * w32term.c (keyboard_codepage): New static variable.
5775 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
5776 (w32_read_socket) [WM_CHAR]: Use it to decode character
5777 input (bug#3237).
5778 (w32_initialize): Initialize it.
5779 (codepage_for_locale): New function.
5780
5781 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
5782
5783 * process.c (status_message): Pass Faset index argument as a lisp
5784 object, so as to work with USE_LISP_UNION_TYPE.
5785
5786 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5787
5788 * coding.c (Ffind_coding_systems_region_internal):
5789 Cache checked characters.
5790
5791 2009-06-18 Kenichi Handa <handa@m17n.org>
5792
5793 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
5794
5795 2009-06-18 Andreas Schwab <aschwab@redhat.com>
5796
5797 * xdisp.c (redisplay_internal): Check that the frame is still
5798 live after redisplay of its windows.
5799 (redisplay_windows): Check that the window is still live.
5800
5801 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
5802
5803 * coding.c (detect_coding_utf_16): Fix previous change.
5804
5805 2009-06-16 Kenichi Handa <handa@m17n.org>
5806
5807 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
5808 UTF-16 by checking the dispersion of Eth and Oth bytes.
5809
5810 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
5811
5812 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
5813
5814 2009-06-15 Kenichi Handa <handa@m17n.org>
5815
5816 * process.c (status_message): Fix previous change. Be sure to
5817 decode a localized string.
5818
5819 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5820
5821 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
5822 add comment explaining why.
5823
5824 2009-06-14 Sidney Markowitz <sidney@sidney.com>
5825
5826 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5827
5828 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
5829
5830 * nsfont.m (ns_attribute_value): Remove.
5831 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
5832 (ns_has_attribute): Shrink the normal range.
5833 (ns_findfonts): Don't worry about requested spec in determining
5834 need for synthItal.
5835 (ns_get_covering_families): Retain scriptToFamilies.
5836
5837 2009-06-14 Seiji Zenitani <zenitani@mac.com>
5838
5839 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
5840
5841 2009-06-11 Kenichi Handa <handa@m17n.org>
5842
5843 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5844 overhang for the static composition case.
5845
5846 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5847
5848 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5849 overhang for the automatic composition case.
5850
5851 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
5852 composition case.
5853
5854 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
5855
5856 * xdisp.c (get_next_display_element): When handling wrap-prefix
5857 and line-prefix, treat \n as a control character (bug#3502).
5858
5859 2009-06-10 Kenichi Handa <handa@m17n.org>
5860
5861 * font.c (font_parse_family_registry): Fix for one-char foundry.
5862 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
5863
5864 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
5865
5866 * process.c (status_message): Fix handling of multibyte signal
5867 string (Bug#3499).
5868
5869 2009-06-09 Jim Meyering <meyering@redhat.com>
5870
5871 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
5872 color name is missing.
5873
5874 2009-06-09 Kenichi Handa <handa@m17n.org>
5875
5876 * charset.c (Fmap_charset_chars): In docstring, state clearly that
5877 FROM-CODE and TO-CODE are codepoints of CHARSET.
5878
5879 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5880
5881 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
5882
5883 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5884
5885 Changes to support :script/:lang/:otf in NS font driver.
5886 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
5887 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
5888 indicate not part of font driver interface, and change callers.
5889 (ns_get_family): Remove pointless null check.
5890 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
5891 ns_spec_to_descriptor, ns_descriptor_to_entity.
5892 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
5893 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
5894 (ns_spec_to_descriptor, ns_descriptor_to_entity)
5895 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
5896 (ns_get_req_script, ns_accumulate_script_ranges)
5897 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
5898 New functions.
5899 (nsfont_list, nsfont_match): Use ns_findfonts.
5900 (nsfont_open): Use font descriptor instead of traits.
5901 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
5902 (dump_glyphstring): Rename to ns_dump_glyphstring.
5903
5904 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
5905
5906 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
5907
5908 * fontset.c (fontset_from_font): Remove NS-specific code.
5909
5910 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
5911
5912 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
5913 nonactive windows.
5914
5915 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
5916
5917 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
5918
5919 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5920
5921 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
5922
5923 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5924
5925 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
5926 account for the overflowing of newlines into the last glyph on the
5927 display line (Bug#3482).
5928
5929 2009-06-05 David Reitter <david.reitter@gmail.com>
5930
5931 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
5932 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
5933 Fns_selection_exists_p, Fns_selection_owner_p.
5934
5935 2009-06-03 Jason Rumney <jasonr@gnu.org>
5936
5937 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
5938 available. (Bug#3379)
5939
5940 2009-05-29 Kenichi Handa <handa@m17n.org>
5941
5942 * coding.c (get_translation_table):
5943 Check Venable_character_translation.
5944
5945 2009-05-26 David Reitter <david.reitter@gmail.com>
5946
5947 * nsterm.m (ns_raise_frame): Only raise frame if visible.
5948 (x_make_frame_visible): Move frame to front rather than calling
5949 ns_raise_frame().
5950 (keyDown:): Do not swallow events that aren't re-sent if frame
5951 isn't key window.
5952 (drawRect:): Do not set visibility/iconified flags because
5953 drawRect may be called by NSView even if the frame is hidden.
5954
5955 * nsfns.m (Fx_create_frame): Follow other ports in
5956 determining visibility; default to t. Ensure async_visible is set.
5957
5958 2009-05-23 Eli Zaretskii <eliz@gnu.org>
5959
5960 * dired.c (Ffile_attributes): Doc fix.
5961
5962 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
5963
5964 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
5965
5966 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
5969 and xfont_scratch_props.
5970 (syms_of_xfont): Do it here instead.
5971 (xfont_find_ccl_program): Delete, unused.
5972 (xfont_open): Delete unused var `i'.
5973
5974 2009-05-21 Kenichi Handa <handa@m17n.org>
5975
5976 * fontset.c (Qlatin): Don't make it static.
5977
5978 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
5979 New functions.
5980 (xfont_scripts_cache, xfont_scratch_props): New variables.
5981 (Qlatin, Vscalable_fonts_allowed): Extern it.
5982 (xfont_list_pattern): Argument changed. Callers changed.
5983 Check Vscalable_fonts_allowed. Check the support of a script.
5984 (xfont_list): Don't reject a font spec with :script property.
5985 (xfont_has_char): Fix setting of encoding.
5986 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
5987 xfont_scratch_props.
5988
5989 2009-05-19 Kenichi Handa <handa@m17n.org>
5990
5991 * font.c (font_sort_entities): Rename from font_sort_entites.
5992 Callers changed.
5993
5994 2009-05-18 Kenichi Handa <handa@m17n.org>
5995
5996 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
5997
5998 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5999
6000 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
6001 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
6002
6003 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6004
6005 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
6006 (x_delete_terminal): Dissociate resource database from display and
6007 then call XrmDestroyDatabase before closing display.
6008
6009 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6010
6011 * nsterm.m (ns_read_socket): Remove unused variable.
6012 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
6013 whether selected frame is viable before raising it (based on patch
6014 by David Reitter), and improve commentary.
6015 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
6016
6017 2009-05-15 Kenichi Handa <handa@m17n.org>
6018
6019 * font.c (Ffont_spec): Check arguments.
6020
6021 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
6022
6023 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
6024 weight when testing attributes (Bug#3282).
6025
6026 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6027
6028 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
6029 what we expect to get in the next ConfigureNotify event.
6030
6031 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
6032 before Xft one (Bug#1696).
6033
6034 2009-05-07 David Reitter <david.reitter@gmail.com>
6035
6036 * nsfns.m (Fx_display_planes): Compute bitplanes using
6037 NSBitsPerPixelFromDepth (Bug#3207).
6038
6039 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
6040
6041 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
6042
6043 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
6044
6045 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
6046
6047 2009-05-07 David Reitter <david.reitter@gmail.com>
6048
6049 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
6050 Respect mouse face background.
6051
6052 2009-05-07 David Reitter <david.reitter@gmail.com>
6053
6054 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
6055 Mouse movement/highlight: bracket drawing operations
6056 in ns_update_begin and ns_update_end.
6057
6058 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6059
6060 * nsfns.m (ns_get_screen): Rewrite.
6061 Don't presume selected-frame is of type `ns'.
6062
6063 * font.c (font_update_drivers): Sanity fallback to avoid disabling
6064 all drivers.
6065
6066 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
6067
6068 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6069
6070 * keyboard.h (add_user_signal): Fix typo in extern.
6071
6072 * lisp.h (add_user_signal): Remove extern.
6073
6074 * unexelf.c (unexec): Consider a section to precede the .bss section
6075 if its addresses overlap that of .bss.
6076 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
6077 instead of dumping process.
6078
6079 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6080
6081 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
6082
6083 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6084
6085 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
6086
6087 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
6088
6089 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
6090 any statements.
6091
6092 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
6093
6094 * process.c (read_process_output): Make sure the current buffer is
6095 always restored.
6096
6097 * coding.c (record_conversion_result): Don't modify
6098 Vlast_code_conversion_error for successful result.
6099 (alloc_destination): Don't clobber conversion result. (Bug#1650)
6100
6101 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6102
6103 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
6104 (load_charset_map): Remove unnecessary code.
6105
6106 2009-04-30 David Reitter <david.reitter@gmail.com>
6107
6108 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
6109 through f24.
6110
6111 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
6112
6113 * xfaces.c (face_at_buffer_position): New arg base_face_id.
6114
6115 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
6116 face_at_buffer_position.
6117 (face_before_or_after_it_pos, get_next_display_element)
6118 (note_mouse_highlight): Update face_at_buffer_position call.
6119
6120 * term.c (term_mouse_highlight):
6121 * msdos.c (IT_note_mouse_highlight):
6122 * fontset.c (Finternal_char_font):
6123 * font.c (font_at, font_range): Update face_at_buffer_position call.
6124
6125 * dispextern.h (face_at_buffer_position): Update prototype.
6126
6127 2009-04-30 Kenichi Handa <handa@m17n.org>
6128
6129 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
6130
6131 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
6132
6133 * callproc.c (Fcall_process): Fix GC protection. Make sure
6134 current buffer is always restored.
6135
6136 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6137
6138 * atimer.c (init_atimer): Also clear stopped_atimers.
6139
6140 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
6141
6142 * process.c (create_process): Clean up merger residues of
6143 2008-07-17 change.
6144
6145 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
6146
6147 * lread.c (Vread_circle): New variable.
6148 (read1): Disable recursive read if Vread_circle is nil.
6149
6150 2009-04-29 Kenichi Handa <handa@m17n.org>
6151
6152 * fontset.h (set_default_ascii_font): Delete extern.
6153
6154 * fontset.c (set_default_ascii_font): Delete this unused function.
6155
6156 * frame.c (x_set_font): When ARG is a font-object, check if the
6157 font-object matches with the ASCII font-spec of the frame's
6158 fontset. If not, create a new fontset for the frame. (Bug #3075)
6159
6160 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
6161
6162 * fns.c (Flocale_info): Protect vector from GC during decoding.
6163
6164 * process.c (Fstart_process): Protect argv strings from GC during
6165 encoding.
6166
6167 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
6168
6169 * sysdep.c: Include <ctype.h>.
6170
6171 2009-04-27 David Reitter <david.reitter@gmail.com>
6172
6173 * nsfont.m (nsfont_open): Remove unused variable shrink.
6174 Remove commented-out code.
6175
6176 2009-04-26 Johan Bockgård <bojohan@gnu.org>
6177
6178 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6179
6180 2009-04-25 Jason Rumney <jasonr@gnu.org>
6181
6182 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
6183
6184 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6185
6186 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
6187 Swap bytes in short integer if fringe bitmap width > 8.
6188
6189 2009-04-23 Kenichi Handa <handa@m17n.org>
6190
6191 * xfaces.c (Fx_list_fonts): If a font size is specified in
6192 PATTERN, set it in returned scalable fonts.
6193
6194 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
6195
6196 * keyboard.c (Fset_input_meta_mode): Doc fix.
6197
6198 * dispnew.c (Fsend_string_to_terminal): Doc fix.
6199
6200 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
6201
6202 * coding.c (Fterminal_coding_system): Doc fix.
6203
6204 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
6205 (Fx_display_pixel_height, Fx_display_planes)
6206 (Fx_display_color_cells, Fx_server_max_request_size)
6207 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
6208 (Fx_display_mm_height, Fx_display_mm_width)
6209 (Fx_display_backing_store, Fx_display_visual_class)
6210 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
6211 Doc fixes, replacing "terminal id" with "terminal object".
6212 (check_x_display_info): Handle terminal objects instead of
6213 terminal ids.
6214
6215 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
6216 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
6217 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
6218 Doc fixes, replacing "terminal id" with "terminal object".
6219
6220 2009-04-21 Kenichi Handa <handa@m17n.org>
6221
6222 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
6223 (font_score): Check AVGWIDTH too.
6224
6225 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
6226 worst case.
6227 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
6228 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
6229
6230 2009-04-19 Jason Rumney <jasonr@gnu.org>
6231
6232 The following changes fix Bug#3005 for wide glyphs on each platform,
6233 without reintroducing Bug#1258 for stretch glyphs.
6234
6235 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
6236 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
6237 get_phys_cursor_geometry.
6238
6239 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
6240 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
6241 using get_phys_cursor_geometry.
6242
6243 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
6244 correctly calculated.
6245
6246 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
6247
6248 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
6249 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
6250 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
6251 is deprecated.
6252
6253 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
6254
6255 * font.c (font_put_frame_data): Use xfree instead of free.
6256
6257 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
6258
6259 * w32font.c (Qja, Qko): Remove declarations.
6260 (syms_of_w32font): Don't DEFSYM them.
6261
6262 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
6263
6264 * font.c (Qja, Qko): Move definitions here from ftfont.c.
6265
6266 * font.h (Qja, Qko): Extern them.
6267
6268 * ftfont.c (Qja, Qko): Remove declarations.
6269
6270 * xfont.c (Qja, Qko): Remove declarations.
6271
6272 2009-04-17 Kenichi Handa <handa@m17n.org>
6273
6274 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
6275 string from a vector to handle Latin-1 characters correctly.
6276
6277 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
6278 entity even if the cache hits.
6279
6280 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
6281
6282 * search.c (boyer_moore): Use zero as marker value for a possible
6283 match instead of depending on overflow behavior. (Bug#2844)
6284
6285 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
6286 * lisp.h: Adjust prototypes.
6287
6288 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
6289
6290 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
6291 change (Bug#3003).
6292
6293 2009-04-16 Kenichi Handa <handa@m17n.org>
6294
6295 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
6296
6297 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
6298 adstyle.
6299
6300 * ftfont.c (Qja, Qko): Don't make them static.
6301 (enum ftfont_cache_for): New enum.
6302 (fc_charset_table): Undo the previous change.
6303 (ftfont_get_latin1_charset): Delete it.
6304 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
6305 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
6306 non-scarable font, try to get AVERAGE_WIDTH.
6307 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
6308 Change ft_face_cache from a list of a hash-table. Don't check
6309 `ja' and `ko' adstyle here.
6310 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
6311 FTFONT_CACHE_FOR_CHARET.
6312 (ftfont_get_charset): Undo the previous change.
6313 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
6314 (ftfont_close): Likewise.
6315 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
6316
6317 * font.c (font_sort_entites): Change the meaning of the arg
6318 BEST-ONLY. Don't optimize for VEC of lenght 1.
6319 (font_select_entity): Just return the value of font_sort_entites.
6320
6321 * xfaces.c (merge_face_vectors): Reflect font properties in
6322 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
6323 font_clear_prop if a face attribute doesn't change.
6324
6325 * charset.h (charset_ksc5601): Extern it.
6326
6327 * charset.c (charset_ksc5601): New variable.
6328 (Fdefine_charset_internal): Set charset_ksc5601.
6329 (init_charset_once): Initialize charset_ksc5601 to -1.
6330
6331 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
6332
6333 * fileio.c (history_delete_duplicates): Remove unused declaration.
6334
6335 * callint.c (history_delete_duplicates): New declaration.
6336 (Fcall_interactively): Remove command history duplicates when
6337 history_delete_duplicates is true.
6338
6339 2009-04-14 Eli Zaretskii <eliz@gnu.org>
6340
6341 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
6342
6343 2009-04-14 Kenichi Handa <handa@m17n.org>
6344
6345 * font.c (Ffont_info): Fix docstring. Fix the second element of
6346 the returned value (bug#2949).
6347
6348 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
6349
6350 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
6351
6352 2009-04-14 Kenichi Handa <handa@m17n.org>
6353
6354 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
6355 encoding charset is ascii_compatible.
6356
6357 * charset.c (Fdefine_charset_internal): Make charset
6358 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
6359 code_offset is 0, and covers all ASCII characters.
6360
6361 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6362
6363 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
6364 (ns_string_to_pasteboard_internal):
6365 * nsmenu.m (process_dialog):
6366 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
6367 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
6368 * lisp.h (Fx_load_color_file): Declare.
6369
6370 2009-04-13 Kenichi Handa <handa@m17n.org>
6371
6372 * font.c (font_delete_unmatched): Preserve the order of list elements.
6373 (font_select_entity): Suppress the code to optimize for the same
6374 kind of fonts.
6375 (font_load_for_lface): Get a font that supports at least ASCII
6376 characters.
6377
6378 * ftfont.c (Qja, Qko): New variables.
6379 (fc_charset_table): Delete uniquifier data for iso8859-1.
6380 (ftfont_get_latin1_charset): New function.
6381 (get_adstyle_property): New function.
6382 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
6383 bitmap fonts.
6384 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
6385 Delete iso-8859-1 range from the charset of fonts whose adstyle is
6386 `ko' or `ja'.
6387 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
6388 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
6389 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
6390 property.
6391 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
6392 (syms_of_ftfont): DEFSYM Qja and Qko.
6393
6394 2009-04-09 Kenichi Handa <handa@m17n.org>
6395
6396 * charset.c (map_charset_chars): For a charset of `superset'
6397 method, fix calculation of code range.
6398
6399 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
6400 from the list of extra properties.
6401 (font_clear_prop): Be sure to delete `:name' font property.
6402
6403 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6404
6405 * dispnew.c (redraw_overlapping_rows): Fix detection of
6406 overlapping for topmost and bottommost rows.
6407
6408 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
6409
6410 2009-04-06 Jason Rumney <jasonr@gnu.org>
6411
6412 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
6413
6414 2009-04-06 Kenichi Handa <handa@m17n.org>
6415
6416 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
6417
6418 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
6419
6420 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6421
6422 * ftfont.c (ftfont_open): Fix checking of the return value of
6423 FT_Load_Char. Fix setting font->underline_thickness.
6424
6425 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
6426
6427 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
6428 (Fterminal_parameters, Fterminal_parameter)
6429 (Fset_terminal_parameter): In doc string, refer to terminal
6430 objects rather than terminal ids.
6431
6432 2009-04-04 Eli Zaretskii <eliz@gnu.org>
6433
6434 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
6435 ret_lim_data. (Bug#2867)
6436
6437 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
6438
6439 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
6440 so they don't get wider than the window, matching 2006-01-23
6441 change to the partner function in xdisp.c (Bug#2800).
6442
6443 2009-04-03 Kenichi Handa <handa@m17n.org>
6444
6445 * print.c (print_object): Make each lowest sub_char_table start a
6446 new line (Bug#2866).
6447
6448 2009-04-02 Kenichi Handa <handa@m17n.org>
6449
6450 * fontset.c (fontset_font): Record no-font when a fontset
6451 explicitly tells not to try another font-specs.
6452
6453 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
6454
6455 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
6456
6457 2009-03-30 Kenichi Handa <handa@m17n.org>
6458
6459 * fontset.c (fontset_from_font): Specify only registry in a
6460 font-spec for all characters supported by that registry.
6461
6462 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
6463 even if HAVE_M17N_FLT is not defined.
6464
6465 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
6466
6467 * ftfont.c: Conditionalize prototyping and use of
6468 ftfont_variation_glyphs.
6469
6470 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6471
6472 * frame.c (delete_frame): Work around compiler bug.
6473
6474 * editfns.c (general_insert_function): Adjust to insdel.c changes.
6475 * insdel.c (prepare_to_modify_buffer, signal_before_change):
6476 Some more EMACS_INT.
6477 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
6478
6479 * xdisp.c (dump_glyph): Fix typo.
6480
6481 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
6482 (adjust_markers_gap_motion, adjust_markers_for_delete)
6483 (adjust_markers_for_insert, adjust_point)
6484 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
6485 (make_gap, copy_text, count_size_as_multibyte, insert)
6486 (insert_and_inherit, insert_before_markers)
6487 (insert_before_markers_and_inherit, insert_1)
6488 (count_combining_before, count_combining_after, insert_1_both)
6489 (insert_from_string, insert_from_string_before_markers)
6490 (insert_from_string_1, insert_from_gap, insert_from_buffer)
6491 (insert_from_buffer_1, adjust_after_replace)
6492 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
6493 (replace_range_2, del_range, del_range_1, del_range_byte)
6494 (del_range_both, del_range_2, modify_region)
6495 (prepare_to_modify_buffer, signal_before_change)
6496 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
6497 for buffer positions and sizes.
6498 * lisp.h: Adjust prototypes accordingly.
6499
6500 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
6501 (non_regular_inserted, non_regular_nbytes, read_non_regular)
6502 (Finsert_file_contents): Use EMACS_INT for buffer positions.
6503
6504 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
6505
6506 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
6507
6508 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
6509 lines and columns so we keep the same pixel height and width.
6510
6511 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
6512 the property _NET_WM_STATE has changed.
6513 (x_handle_net_wm_state): New function to update frame parameter
6514 fullscreen.
6515 (x_term_init): Initialize atoms for _NET_WM_STATE.
6516
6517 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
6518
6519 2009-03-27 Kevin Ryde <user42@zip.com.au>
6520
6521 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
6522 Gpm_GetEvent as an error that justifies closing the filedescriptor.
6523 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
6524 (Fgpm_mouse_stop): Pass that new parameter.
6525 * termhooks.h (close_gpm): Adjust prototype.
6526
6527 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6528
6529 * lisp.h (Fx_focus_frame): Declare.
6530
6531 * callint.c (Fcall_interactively): For '^' just delegate the work to
6532 handle-shift-selection.
6533 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
6534
6535 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
6536
6537 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
6538
6539 * data.c (Qinteractive_form): New variable.
6540 (Finteractive_form): Use it.
6541
6542 * eval.c (Fcommandp): Use Qinteractive_form.
6543
6544 2009-03-24 Jason Rumney <jasonr@gnu.org>
6545
6546 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
6547 Calculate total size precisely. Decode environment variables
6548 before substituting. (Bug#38)
6549
6550 2009-03-24 Kenichi Handa <handa@m17n.org>
6551
6552 * font.c (find_font_encoding): Return Qnil for unsupported
6553 encoding (Bug#2722).
6554
6555 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
6556
6557 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
6558 that gdpy is set.
6559
6560 2009-03-22 Alan Mackenzie <acm@muc.de>
6561
6562 * callint.c (Finteractive): Clarify the doc string - even
6563 promptless elements need \n separators.
6564
6565 2009-03-22 Jason Rumney <jasonr@gnu.org>
6566
6567 * w32term.c (syms_of_w32term): Doc fix for
6568 x-use-underline-position-properties.
6569
6570 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6571
6572 * w32.c (getpwuid): Change argument type to unsigned.
6573 (struct w32_id): Change type of `rid' member to unsigned.
6574 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
6575 argument ID to unsigned. All callers changed.
6576 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
6577
6578 2009-03-20 Eli Zaretskii <eliz@gnu.org>
6579
6580 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
6581 negative, produce a float value.
6582
6583 * dired.c (make_uid, make_gid): New functions.
6584 (Ffile_attributes): Use them to avoid negative UID and GID.
6585
6586 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
6587
6588 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
6589 (syms_of_keyboard) <command-hook-internal, input-method-function>:
6590 Fix typos in docstrings.
6591
6592 2009-03-19 Kenichi Handa <handa@m17n.org>
6593
6594 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
6595 changed, use font_load_for_lface to get a new font object.
6596 Call free_realized_fontset after handling ASCII font change.
6597
6598 * frame.c (x_set_font): Handle the case that ARG is a cons.
6599
6600 2009-03-19 Glenn Morris <rgm@gnu.org>
6601
6602 * fileio.c (Fsubstitute_in_file_name): Doc fix.
6603
6604 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
6605
6606 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
6607
6608 2009-03-19 Kenichi Handa <handa@m17n.org>
6609
6610 * charset.c (load_charset_map_from_file): When a mapfile can't be
6611 loaded, signal an error.
6612
6613 2009-03-18 Eli Zaretskii <eliz@gnu.org>
6614
6615 * dired.c (Ffile_attributes): Make sure UID and GID are always
6616 positive, even if the value is too large for a positive EMACS_INT.
6617 Doc fix.
6618
6619 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
6620
6621 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6622
6623 * xmenu.c (xdialog_show): Move Fredisplay call ...
6624 (Fx_popup_dialog): ... here.
6625
6626 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6627
6628 * dired.c (file_name_completion): Disable the first optimization just
6629 installed, since it is not implemented correctly.
6630
6631 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6632
6633 * dired.c (file_name_completion): Check completion-ignored-extensions
6634 only if the entry can affect bestmatch.
6635 Stop the search early, as Ftry_completion already does.
6636
6637 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
6638
6639 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
6640
6641 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
6642
6643 * keyboard.c (parse_menu_item): Don't display remappings as menu
6644 equivalent bindings (Bug#788).
6645
6646 2009-03-15 Jason Rumney <jasonr@gnu.org>
6647
6648 * w32term.h (WM_EMACS_PAINT): New message.
6649 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
6650 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
6651 before passing to lisp thread. (Bug#950)
6652
6653 2009-03-14 David Reitter <david.reitter@gmail.com>
6654
6655 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
6656 variable as it was never reset.
6657 (ns_term_init): Remove initialization of Lisp-settable defaults
6658 and ns_expand_space.
6659 (-setPanelFromDefaultValues): Remove ns_expand_space.
6660 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
6661 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
6662 i.e. no additional spacing, similar to Carbon port.
6663
6664 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
6665 * nsfns.m (ns-popup-prefs-panel): Remove.
6666
6667 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
6668
6669 * sound.c (alsa_configure): Remove call to deprecated
6670 snd_pcm_sw_params_set_xfer_align.
6671
6672 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
6673
6674 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
6675 after clicking in a detached tool bar.
6676 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
6677
6678 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6679
6680 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
6681 int/Lisp_Object mixup).
6682
6683 2009-03-13 Kenichi Handa <handa@m17n.org>
6684
6685 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
6686 Handle NAME nil and t correctly. Callers changed.
6687 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
6688 (set_fontset_font): Change ARG to a vector. Handle range_list in
6689 ARG correctly.
6690 (Fset_fontset_font): Fix the case that TARGET is both a script
6691 name and charset name. Adjust the arg to set_fontset_font for
6692 the above change.
6693 (fontset_from_font): Fix previous change.
6694 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
6695 entry. If FONTSET is the default fontset, don't set the extra
6696 slot of the returning char-table.
6697
6698 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
6699
6700 * nsfns.m (Fx_close_connection): Doc fix.
6701 (Fns_do_applescript): Reflow docstring.
6702 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
6703 (Fx_display_pixel_width, Fx_display_pixel_height)
6704 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
6705 Fix typos in docstrings.
6706 (Fns_set_alpha): Fix typos in error messages.
6707
6708 2009-03-12 David Reitter <david.reitter@gmail.com>
6709
6710 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
6711 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
6712 were used for such events.
6713
6714 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
6715 (toggleToolbar, performDragOperation, runHelp): Use it.
6716
6717 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
6718 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
6719
6720 2009-03-11 Kenichi Handa <handa@m17n.org>
6721
6722 * font.h (font_open_by_spec): Extern it.
6723
6724 * font.c (font_open_by_spec): New function.
6725 (font_open_by_name): Use font_open_by_spec.
6726
6727 * frame.c (x_set_font): When ARG is a font-object, don't alter the
6728 fontset of the frame.
6729
6730 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
6731 modify the default font of frames that use this fontset.
6732 (num_auto_fontsets): New variable.
6733 (fontset_from_font): Use num_auto_fontsets to decide a fontset
6734 name. Be sure to set FONTSET_ASCII to the correct font name.
6735 (update_auto_fontset_alist): New function.
6736
6737 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
6738
6739 * makefile.w32-in: Update dependencies.
6740
6741 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6742
6743 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
6744
6745 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
6748
6749 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
6750
6751 * lread.c (Feval_buffer): Doc fix.
6752
6753 2009-03-09 Kenichi Handa <handa@m17n.org>
6754
6755 * charset.c (Qfile_name_handler_alist): Extern it.
6756 (load_charset_map_from_file): Temporarily bind
6757 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
6758
6759 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
6760
6761 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
6762 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
6763
6764 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6765
6766 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
6767 (x_set_window_size): Change back to calculated method of setting
6768 toolbar height under Cocoa. (Bug#2546)
6769 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
6770 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
6771
6772 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
6773
6774 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
6775 accelerator in parens under GNUstep.
6776
6777 2009-03-06 Kenichi Handa <handa@m17n.org>
6778
6779 These changes are to detect incorrect composition sequence without
6780 looking ahead the source. (Bug#2370)
6781
6782 * coding.h: Include "composite.h".
6783 (enum compisition_state): New enum.
6784 (struct compisition_status): New struct.
6785 (struct iso_2022_spec): New member cmp_status.
6786 (struct emacs_mule_spec): New struct.
6787 (struct coding_system): New members ctext_extended_segment_len and
6788 embedded_utf_8. Change the union member
6789 spec.emacs_mule_full_support to spec.emacs_mule.
6790
6791 * coding.c (CODING_ISO_CMP_STATUS): New macro.
6792 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
6793 (MAX_ANNOTATION_LENGTH): Define to 5.
6794 (ADD_COMPOSITION_DATA): New arg nbytes.
6795 (emacs_mule_char): New arg cmp_status.
6796 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
6797 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
6798 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
6799 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
6800 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
6801 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
6802 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
6803 (EMACS_MULE_COMPOSITION_END): New macro.
6804 (emacs_mule_finish_composition): New function.
6805 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
6806 (decode_coding_emacs_mule): Avoid long looking ahead while
6807 handling composition.
6808 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
6809 (ENCODE_COMPOSITION_RULE): New macro.
6810 (finish_composition): New function.
6811 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
6812 (DECODE_COMPOSITION_START): New implementation.
6813 (DECODE_COMPOSITION_END): Likewise.
6814 (STORE_COMPOSITION_RULE): New macro.
6815 (decode_coding_iso_2022): Avoid long looking ahead while handling
6816 composition, CTEXT extended segment, and embedded UTF-8.
6817 (setup_coding_system): For a coding of type iso-2022, reset
6818 CODING_ISO_EXTSEGMENT_LEN (coding) and
6819 CODING_ISO_EMBEDDED_UTF_8 (coding).
6820 (get_translation): Delete arguments last_block, from_nchars,
6821 to_nchars. Callers changed.
6822 (produce_chars): Don't modify charbuf. Adjusted for the change of
6823 get_translation.
6824 (produce_composition): Adjust for the new annotation sequence.
6825 (handle_composition_annotation): Likewise.
6826 (consume_chars): Adjust for the change of get_translation.
6827
6828 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
6829
6830 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
6831
6832 2009-03-05 Kenichi Handa <handa@m17n.org>
6833
6834 * font.c (font_select_entity): New function.
6835 (font_find_for_lface): Use font_select_entity to select a font.
6836
6837 * fontset.c (fontset_find_font): If a font found without
6838 restricting to the characters C doesn't support C, try to find a
6839 font with C restriction.
6840
6841 2009-03-04 Nikolaj Schumacher <me@nschum.de>
6842
6843 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
6844
6845 2009-03-04 Jason Rumney <jasonr@gnu.org>
6846
6847 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
6848 characters that have already been read. (Bug#2569)
6849
6850 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
6851 Log an error message if check_image_size failed.
6852 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
6853 (gs_load): Mention max-image-size in size error message. (Bug#2560)
6854
6855 2009-03-02 Eli Zaretskii <eliz@gnu.org>
6856
6857 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
6858 when decoding process output.
6859
6860 2009-03-01 Richard M Stallman <rms@gnu.org>
6861
6862 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
6863
6864 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
6865
6866 2009-02-28 Eli Zaretskii <eliz@gnu.org>
6867
6868 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
6869 (decode_coding_emacs_mule, decode_coding_iso_2022)
6870 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6871 (decode_coding_raw_text, decode_coding_charset)
6872 (setup_coding_system, decode_eol, decode_coding, consume_chars):
6873 Honor inhibit-eol-conversion. (Bug #2186)
6874
6875 2009-02-28 Jason Rumney <jasonr@gnu.org>
6876
6877 * coding.c (detect_coding_charset): If not checking latin extra,
6878 fail on characters between 0x80 and 0xA0. (Bug#2354)
6879
6880 2009-02-28 Eli Zaretskii <eliz@gnu.org>
6881
6882 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
6883 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
6884
6885 2009-02-27 Glenn Morris <rgm@gnu.org>
6886
6887 * callint.c (Finteractive): Doc fix.
6888
6889 2009-02-27 Kenichi Handa <handa@m17n.org>
6890
6891 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
6892
6893 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
6894
6895 * font.c (font_style_to_value): Set value for unknown symbols to
6896 100 instead of 255.
6897 (weight_table, slant_table, width_table): Treat "unspecified" as
6898 the default value.
6899
6900 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
6901
6902 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
6903
6904 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
6905
6906 * lread.c (Fload): Stop checking Vloads_in_progress and signal
6907 error as soon as a recursive load is detected.
6908
6909 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6910
6911 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
6912 before caching.
6913
6914 2009-02-24 Kenichi Handa <handa@m17n.org>
6915
6916 * fontset.c (fontset_find_font): Fix the condition for checking
6917 unavailable font.
6918
6919 2009-02-24 Glenn Morris <rgm@gnu.org>
6920
6921 * xfaces.c (Finternal_set_font_selection_order): Remove leading
6922 whitespace that confuses documentation.
6923
6924 2009-02-23 Miles Bader <miles@gnu.org>
6925
6926 * process.c (Flist_system_processes, Fprocess_attributes)
6927 (syms_of_process): Rename `system-process-attributes' to
6928 `process-attributes'.
6929
6930 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
6931
6932 * coding.h (struct coding_system): Make safe_charsets a pointer to
6933 unsigned char.
6934 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
6935 being 255.
6936 (SAFE_CHARSET_P): Likewise.
6937 (setup_iso_safe_charsets): Properly setup safe_charsets.
6938 (Fdefine_coding_system_internal): Likewise.
6939 (setup_coding_system): Likewise. Remove unneeded casts.
6940 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
6941 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
6942 unneeded casts.
6943
6944 * insdel.c (del_range_2): Don't modify gap contents when called
6945 from decode_coding_object. (Bug#1809)
6946
6947 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
6948
6949 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
6950 Qfont_object.
6951 (Ftype_of): Recognize font objects.
6952
6953 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
6954
6955 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
6956 moved to data.c.
6957
6958 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6959
6960 * nsterm.m (x_make_frame_invisible): Unset async_visible,
6961 async_iconified. Based on a patch by Christian Lynbech
6962 <christian.lynbech@tieto.com>.
6963 (EmacsView-windowDidMiniaturize:): Unset async_visible.
6964
6965 2009-02-20 Glenn Morris <rgm@gnu.org>
6966
6967 * syntax.c (Fskip_chars_forward): Fix doc typo.
6968
6969 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
6970
6971 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
6972
6973 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
6974
6975 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
6976
6977 2009-02-19 Kenichi Handa <handa@m17n.org>
6978
6979 * coding.c (detect_coding): Preserve coding->mode.
6980 Don't overflow coding->carryover. (Bug#2370)
6981
6982 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
6983
6984 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
6985
6986 2009-02-18 Kenichi Handa <handa@m17n.org>
6987
6988 * font.c (font_check_otf_features): Fix handling of `nil' element.
6989 (Ffont_spec): Describe :lang and :otf in the docstring.
6990
6991 2009-02-16 Andreas Schwab <schwab@suse.de>
6992
6993 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
6994 string.
6995
6996 2009-02-16 Kenichi Handa <handa@m17n.org>
6997
6998 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
6999 (Bug#1723)
7000
7001 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
7002
7003 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
7004
7005 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
7006 (handle_line_prefix): Suppress wrapping of wrap prefixes.
7007
7008 2009-02-14 Eli Zaretskii <eliz@gnu.org>
7009
7010 * msdos.c (MAX_SCREEN_BUF): New macro.
7011 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
7012 Encode the entire run of glyphs sharing the same face, instead of
7013 doing that one glyph at a time (fixes a bug with displaying
7014 double-size characters).
7015
7016 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
7017
7018 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
7019
7020 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
7021 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
7022 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
7023
7024 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
7025 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
7026
7027 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7028
7029 * keyboard.c (adjust_point_for_property): Allow stopping between two
7030 invisible areas.
7031
7032 2009-02-12 Jason Rumney <jasonr@gnu.org>
7033
7034 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
7035 (add_font_entity_to_list): Call check_face_name even when family
7036 is unspecified.
7037
7038 * w32term.c (x_display_pixel_height, x_display_pixel_width):
7039 Release DC when finished. Use NULL window to refer to desktop.
7040 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
7041
7042 * w32font.c (add_font_entity_to_list): Fix check for substituted
7043 raster fonts. (Bug#2219)
7044
7045 2009-02-12 Kenichi Handa <handa@m17n.org>
7046
7047 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
7048 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
7049 (autocmp_chars): Use fast_looking_at. Don't compose more
7050 characters than MAX_COMPOSITION_COMPONENTS.
7051 (find_automatic_composition): While looking forward and backward,
7052 check static composition. Fix where to stop looking forward.
7053 (composition_adjust_point): Fix checking of static composition.
7054 (Fcomposition_get_gstring): Pay attention to
7055 MAX_COMPOSITION_COMPONENTS.
7056
7057 * lisp.h (fast_looking_at): Extern it.
7058
7059 * search.c (fast_looking_at): New function.
7060
7061 * term.c (encode_terminal_code): Adjust for the change of
7062 <struct glyph>.u.cmp.to.
7063 (append_composite_glyph): Likewise.
7064
7065 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
7066 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
7067 composition.
7068 (append_composite_glyph): Adjust for the change of
7069 <strcut glyph>.u.cmp.to.
7070
7071 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
7072
7073 * casetab.c (init_casetab_once):
7074 * coding.c (ALLOC_CONVERSION_WORK_AREA):
7075 * font.c (font_update_lface):
7076 * fontset.c (Fnew_fontset):
7077 * ftfont.c (ftfont_drive_otf):
7078 * xfont.c (xfont_open):
7079 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
7080
7081 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7082
7083 * fileio.c (Fwrite_region): !NILP -> CONSP.
7084
7085 2009-02-10 Andreas Schwab <schwab@suse.de>
7086
7087 * process.c (send_process): Properly relocate pointer into data
7088 when using encoded data. (Bug#2272)
7089
7090 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
7091
7092 * coding.c (detect_coding_charset): Fix previous change.
7093
7094 2009-02-08 Jason Rumney <jasonr@gnu.org>
7095
7096 * w32fns.c (w32_hide_hourglass): Handle case where frame
7097 disappeared while hourglass was displayed. (Bug #2193)
7098
7099 2009-02-07 Andreas Schwab <schwab@suse.de>
7100
7101 * unexelf.c (unexec): Fix error message.
7102
7103 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
7104
7105 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
7106 when modal window is active. (Bug #2152)
7107 (applicationShouldTerminate:): Remove now-unneeded while loop
7108 around NSRunAlertPanel.
7109
7110 * nsmenu.m (popupSession): New file-global variable.
7111 (pop_down_menu): End the popupSession before closing dialog.
7112 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
7113 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
7114 don't query NSApp for events (just sleep instead).
7115
7116 2009-02-07 Eli Zaretskii <eliz@gnu.org>
7117
7118 * coding.c (syms_of_coding) <translation-table-for-input>:
7119 Modify doc string to discourage use for character code unification.
7120
7121 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7122
7123 * atimer.c (run_timers): Update pending_atimers.
7124
7125 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
7126
7127 * image.c (svg_load_image): Fix last change.
7128
7129 * xfns.c (Fx_create_frame): Signal an error if no font is
7130 found (Bug#2147).
7131
7132 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
7133
7134 * character.c (syms_of_character) <script-representative-chars>:
7135 Fix typo in docstring.
7136
7137 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7138
7139 * nsmenu.m (pop_down_menu): New function.
7140 (ns_popup_dialog): Call it on unwind.
7141 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
7142 call timer_check() (Bug#2154).
7143 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
7144 handling_signal is set.
7145 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
7146
7147 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
7148
7149 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
7150
7151 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
7152
7153 * keyboard.c (poll_for_input_1, handle_async_input):
7154 Set handling_signal under HAVE_NS.
7155
7156 2009-02-04 Glenn Morris <rgm@gnu.org>
7157
7158 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
7159
7160 2009-02-04 Kenichi Handa <handa@m17n.org>
7161
7162 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
7163
7164 * charset.c (Fchar_charset): New optional arg restriction.
7165
7166 * coding.h (coding_system_charset_list): Extern it.
7167
7168 * coding.c (coding_system_charset_list): New function.
7169
7170 * composite.c: Include coding.h and termhooks.h.
7171 (composition_gstring_p): Fix for the terminal case.
7172 (composition_gstring_width): Likewise.
7173 (fill_gstring_body): Likewise.
7174 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
7175 the frame.
7176 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
7177 is within a composition.
7178 (Fcomposition_get_gstring): Fix the terminal case.
7179
7180 * term.c (encode_terminal_code): Fix handling of composition.
7181 (produce_composite_glyph): For static composition, get pixel_width
7182 from struct composition.
7183
7184 2009-02-02 Andreas Schwab <schwab@suse.de>
7185
7186 * unexelf.c (unexec): Handle unaligned bss offset.
7187
7188 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7189
7190 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
7191 XT,w32read_socket changes to ns_read_socket.
7192
7193 * keyboard.c (handle_interrupt): Don't call
7194 quit_throw_to_read_char() under NS.
7195
7196 * blockinput.h: Remove NS-specific code.
7197
7198 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
7199
7200 * dispnew.c (window_change_signal): Don't try to get the size of a
7201 suspended tty frame.
7202 * term.c (Fresume_tty): Resize if the size has changed while the
7203 tty was suspended.
7204
7205 * alloc.c (mark_stack): Properly conditionalize previous change.
7206
7207 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
7208
7209 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
7210 * w32term.c (w32_read_socket) [SYNC_INPUT]:
7211 Remove; this code is not used on Windows.
7212
7213 2009-01-30 Eli Zaretskii <eliz@gnu.org>
7214
7215 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
7216 EOLs that also has stray ^M characters.
7217
7218 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
7219
7220 * atimer.c (run_timers, alarm_signal_handler):
7221 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
7222 * w32inevt.c (w32_console_read_socket):
7223 * w32term.c (w32_read_socket):
7224 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
7225
7226 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
7227
7228 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
7229 Initialize it as a relative filename pattern.
7230 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
7231 (Fcall_process_region): Simplify temp file creation using
7232 temporary-file-directory.
7233
7234 2009-01-29 Eli Zaretskii <eliz@gnu.org>
7235
7236 * msdos.c: Rename pending_signals to msdos_pending_signals.
7237 (sig_suspender, sigprocmask): Adjust.
7238
7239 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
7240
7241 * keyboard.c (pending_signals): New var.
7242 (poll_for_input, input_available_signal, init_keyboard): Set it.
7243 (process_pending_signals): New function.
7244
7245 * lisp.h (QUIT): Check pending_signals instead of
7246 interrupt_input_pending. Use process_pending_signals.
7247
7248 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
7249
7250 * process.c (wait_reading_process_output): Use process_pending_signals.
7251
7252 * sysdep.c (emacs_write): Use process_pending_signals.
7253
7254 * xterm.c (XTread_socket): Update pending_signals.
7255
7256 * w32term.c (w32_read_socket): Update pending_signals.
7257
7258 * w32inevt.c (w32_console_read_socket): Update pending_signals.
7259
7260 2009-01-29 Kenichi Handa <handa@m17n.org>
7261
7262 * xftfont.c (xftfont_has_char): New function.
7263 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
7264
7265 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
7266
7267 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
7268 under GNUstep.
7269 (ns_query_color): New declaration.
7270
7271 * nsterm.m (ns_confirm_quit): New variable.
7272 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
7273 (EmacsApp-applicationShouldTerminate:): Use it.
7274 (EmacsPrefsController): Let user set it.
7275 (ns_query_color): New function.
7276 (ns_defined_color): Use it.
7277 (ns_initialize): Drop.
7278 (ns_term_init): Add two lines from ns_initialize(), and set
7279 input_interrupt_mode to nil.
7280
7281 * image.c (svg_load_image): Don't right-shift background RGB when
7282 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
7283
7284 2009-01-28 Kenichi Handa <handa@m17n.org>
7285
7286 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
7287 (fontset_get_font_group): Remember that no font-group is specified
7288 for C.
7289
7290 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
7291
7292 * fns.c (concat): Check for string overflow (bug#1787).
7293
7294 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
7295 Quadruple undo limits (bug#1501).
7296
7297 2009-01-27 Kenichi Handa <handa@m17n.org>
7298
7299 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
7300 directly use GT_Get_Char_index.
7301
7302 * xftfont.c (struct xftfont_info): New member `index'.
7303
7304 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
7305 (Ffontset_font): Adjust for the change of fontset entry.
7306
7307 2009-01-26 Kenichi Handa <handa@m17n.org>
7308
7309 * fontset.c (fontset_find_font): Fix handling of non-cons return
7310 value of fontset_get_font_group.
7311 (fontset_font): Revert last change.
7312
7313 2009-01-26 Jason Rumney <jasonr@gnu.org>
7314
7315 * w32font.c (w32font_list_internal): Return quickly if registry is
7316 unknown. Simplify final return.
7317 (add_font_entity_to_list): Break complex logic down into more
7318 manageable chunks. Move unknown registry check to
7319 w32font_list_internal.
7320
7321 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
7322
7323 Changes to remove Feval calls from GUI under NS.
7324
7325 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
7326 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
7327 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
7328
7329 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
7330 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
7331 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
7332 instead of NON_ASCII_KEYSTROKE_EVENT.
7333 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
7334 (EmacsApp-applicationShouldTerminate:): Query user.
7335 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
7336 instead of Feval.
7337
7338 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
7339
7340 * keyboard.c (kbd_buffer_get_event): Check for it.
7341 (keys_of_keyboard): Define lispy keys for
7342 ns-put/unput-working-text.
7343
7344 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
7345 versions.
7346 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
7347
7348 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
7349
7350 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
7351 setting current_buffer directly. (Bug#2044)
7352
7353 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
7354
7355 * fontset.c (fontset_font): If we know there is no font, don't do
7356 any work. (Bug#1952, bug#1990).
7357
7358 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
7359
7360 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7361
7362 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
7363 (ns_no_defaults): New declaration.
7364 (main): Use it.
7365
7366 * nsterm.h (ns_no_defaults): New declaration.
7367
7368 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
7369
7370 * nsterm.m (ns_no_defaults): New variable.
7371 (ns_initialize): Don't read defaults when ns_no_defaults.
7372 (EmacsView-readSelectionFromPasteboard:)
7373 (writeSelectionToPasteboard:types:): New stubbed-out methods for
7374 NSServicesRequests protocol. (Bug#1435)
7375 (ns_dumpglyphs_stretch): New function.
7376 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
7377 of 2008-11-15 to other terms. (Bug#615)
7378
7379 * nsimage.m (setPixmapData:): Set to ignore image DPI.
7380
7381 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
7382
7383 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
7384 call for Sparc64.
7385
7386 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7387
7388 * nsfns.m:
7389 * nsgui.h:
7390 * nsmenu.m:
7391 * nsselect.m:
7392 * nsterm.h:
7393 * nsterm.m: Remove '23' comments that indicated code added during
7394 update from emacs-20 -> emacs-23.
7395
7396 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7397
7398 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
7399 ns_alternate_modifier. (Bug#1217)
7400
7401 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
7402 Display all shortcuts, including those w/o super modifier.
7403
7404 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
7405
7406 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
7407
7408 * fileio.c (Vwrite_region_post_annotation_function)
7409 (Vwrite_region_annotation_buffers): New vars.
7410 (build_annotations_unwind): Just reset
7411 Vwrite_region_annotation_buffers.
7412 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
7413 Call write-region-post-annotation-function.
7414 (build_annotations): Add to Vwrite_region_annotation_buffers if
7415 buffer changes.
7416
7417 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7418
7419 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
7420 Tiger.
7421 * nsfns.m (ns_do_applescript):
7422 Conditionalize typeUTF16ExternalRepresentation on Tiger.
7423
7424 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
7425
7426 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
7427
7428 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7429
7430 * nsmenu.m (NSMENUPROFILE): Change #if style.
7431
7432 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
7433
7434 * nsterm.m (x_set_frame_alpha): Add prototype.
7435 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
7436 handle Ctrl-tab. (Bug#1841)
7437 (ns_get_color): Use unsigned long long for scanned hex string value.
7438 (ns_term_shutdown): Abort on non SIGTERM signals.
7439 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
7440 (EmacsPrefsController-setPanelFromDefaultValues): New function.
7441 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
7442 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
7443 (ns_defined_color): Fix settings of the XColor variable fields:
7444 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
7445
7446 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
7447 DPI. (Bug#1316)
7448 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
7449 values in onTiger section.
7450
7451 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
7452
7453 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
7454 Check return value of font_spec_from_name.
7455 (Fx_list_fonts): Doc fix. (Bug#1951)
7456
7457 * font.c (font_spec_from_name): Return Qnil if font name could not
7458 be parsed.
7459 (font_parse_name): Treat a `?' character as part of an XLFD.
7460
7461 * fns.c (Fsubstring): Doc fix.
7462
7463 2009-01-19 Kenichi Handa <handa@m17n.org>
7464
7465 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
7466 (ftfont_list): Likewise.
7467
7468 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
7469
7470 * dbusbind.c (Fdbus_register_signal):
7471 * process.c (conv_sockaddr_to_lisp):
7472 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
7473
7474 * callproc.c (Fgetenv_internal): Doc fix.
7475
7476 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
7477
7478 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
7479 it is not even used.
7480
7481 2009-01-16 Glenn Morris <rgm@gnu.org>
7482
7483 * font.c (Ffont_variation_glyphs): Silence compiler.
7484
7485 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
7486
7487 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
7488 Reported by David Robinow <drobinow@gmail.com>.
7489
7490 2009-01-15 Kenichi Handa <handa@m17n.org>
7491
7492 * coding.c (detect_coding_system): Fix handling of null_byte_found.
7493
7494 2009-01-14 Jason Rumney <jasonr@gnu.org>
7495
7496 * frame.c (x_set_font): Always store a font to the font parameter,
7497 never a fontset. (Bug#1562)
7498
7499 2009-01-14 Kenichi Handa <handa@m17n.org>
7500
7501 * coding.c (TWO_MORE_BYTES): New macro.
7502 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
7503
7504 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
7505
7506 * font.c (font_clear_prop): If clearing the family, clear the font
7507 width index too.
7508
7509 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
7510
7511 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
7512
7513 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
7514 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
7515 functions, use sizeof.
7516
7517 2009-01-12 Martin Rudalics <rudalics@gmx.at>
7518
7519 * keyboard.c (read_char): Fix case where last_nonmenu_event
7520 returned a bad value with submenus. (Bug#447)
7521
7522 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
7523
7524 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
7525 family, clear the font width index too.
7526
7527 2009-01-11 Jason Rumney <jasonr@gnu.org>
7528
7529 * keyboard.c (cmd_error_internal): Exit when errors occur before
7530 frame creation and not in daemon mode. (Bug#1836)
7531
7532 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
7533
7534 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
7535 of a display vector, backtrack.
7536 (try_window_reusing_current_matrix): Check glyph type before
7537 referencing charpos member.
7538
7539 2009-01-10 Eli Zaretskii <eliz@gnu.org>
7540
7541 Fix Bug #876:
7542
7543 * coding.c (inhibit_null_byte_detection): New variable.
7544 (detect_coding, detect_coding_system): Don't pay attention to null
7545 bytes if inhibit_null_byte_detection is non-zero.
7546 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
7547 <inhibit-iso-escape-detection>: Doc fix.
7548
7549 2009-01-09 Jason Rumney <jasonr@gnu.org>
7550
7551 * w32font.c (add_font_entity_to_list): Don't report unknown
7552 Windows charset as any unrecognized registry. (Bug#1548)
7553 Only report Unicode Plane 2 fonts as unicode-sip.
7554
7555 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
7556
7557 * xfaces.c (Fx_font_family_list): Delete function.
7558 Move compatibility version to faces.el.
7559
7560 * font.c (Ffont_family_list): Return a list of strings, not symbols.
7561
7562 2009-01-09 Martin Rudalics <rudalics@gmx.at>
7563
7564 * frame.c (x_set_frame_parameters): Remember requested value for
7565 fullscreen before it's reset by the parameter handler.
7566
7567 2009-01-09 Glenn Morris <rgm@gnu.org>
7568
7569 * keyboard.c (last_command_char): For clarity, rename to...
7570 (last_command_event): ... and update all users.
7571 (last_input_char): For clarity, rename to...
7572 (last_input_event): ... and update all users.
7573 (last-command-char, last-input-char): Move to subr.el as aliases.
7574 * cmds.c, commands.h: Update for last_command_char rename.
7575
7576 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
7577
7578 * font.c (font_open_for_lface): Handle unspecified height attribute.
7579
7580 2009-01-08 Jason Rumney <jasonr@gnu.org>
7581
7582 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
7583 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
7584 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
7585 Don't declare.
7586 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
7587 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
7588
7589 2009-01-07 Kenichi Handa <handa@m17n.org>
7590
7591 * fileio.c (Finsert_file_contents): In the case of replace,
7592 remember the coding system used for decoding in
7593 coding_system (Bug#1039).
7594
7595 * coding.c (decode_coding_utf_8): Check byte_after_cr before
7596 breaking the loop. (Bug#870)
7597 (decode_coding_utf_16, decode_coding_emacs_mule)
7598 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7599 (decode_coding_charset): Likewise.
7600
7601 2009-01-05 Martin Rudalics <rudalics@gmx.at>
7602
7603 * frame.c (x_set_frame_parameters): Make sure height (width) get
7604 applied when fullwidth (fullheight) is set. (Bug#1522)
7605
7606 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
7607
7608 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
7609 (utc_base): Declare as ULONGLONG, not long double.
7610 (convert_time_raw): Delete.
7611 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
7612 (initialize_utc_base): New function.
7613 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
7614 (convert_from_time_t): Use initialize_utc_base; compute result with
7615 64-bit arithmetic.
7616 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
7617
7618 2009-01-03 Eli Zaretskii <eliz@gnu.org>
7619
7620 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
7621 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
7622 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
7623 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
7624 [!subprocesses]: Define.
7625 (syms_of_process) [!subprocesses]: Intern and staticpro them.
7626 (Flist_system_processes, Fsystem_process_attributes)
7627 [!subprocesses]: Call list_system_processes and
7628 system_process_attributes instead of returning Qnil.
7629
7630 * dosfns.c (system_process_attributes, list_system_processes):
7631 New functions.
7632
7633 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
7634
7635 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
7636 Don't use the default (no-op) implementation.
7637
7638 2009-01-03 Jason Rumney <jasonr@gnu.org>
7639
7640 * keyboard.c (parse_modifiers_uncached): Wheel events are
7641 clicks (bug#687).
7642
7643 * w32term.c (x_query_colors, x_query_color): New functions.
7644
7645 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
7646 (svg_load_image): Cast returned pointers from dynamically loaded
7647 functions. Eliminate W32 specific code.
7648
7649 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7650
7651 * nsfns.m (x_set_foreground_color, x_set_background_color)
7652 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
7653 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
7654 x_ prefix instead of ns_. Update references.
7655 (syms_of_nsfns): Add a FIXME comment.
7656
7657 * nsterm.m (x_set_cursor_type): New prototype.
7658 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
7659
7660 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
7661 for Solaris instead of incorrectly providing Qutime and Qcutime.
7662
7663 2009-01-02 Eli Zaretskii <eliz@gnu.org>
7664
7665 * w32.c (process_times): Compute sum of utime and stime.
7666 (system_process_attributes): Add Qtime to the alist.
7667
7668 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
7669 and add them to the alist.
7670
7671 * process.c (top level) <Qtime, Qctime>: New variables.
7672 (syms_of_process): staticpro them.
7673 (Fsystem_process_attributes): Add their documentation to the doc
7674 string.
7675
7676 * process.h: Declare Qtime and Qctime.
7677
7678 2009-01-02 Jason Rumney <jasonr@gnu.org>
7679
7680 * image.c (Qgobject): New symbol.
7681 (syms_of_image): Initialize it.
7682 (init_svg_functions): Load some functions from gobject library.
7683
7684 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
7685
7686 * frame.c (make_terminal_frame): Remove redundant code and useless
7687 block.
7688
7689 2009-01-01 Andreas Schwab <schwab@suse.de>
7690
7691 * process.c (conv_sockaddr_to_lisp): Add workaround for
7692 getsockname bug on BSD.
7693
7694 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
7695
7696 * xfns.c (x_create_tip_frame): Set border width of the X window.
7697
7698 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
7699
7700 2009-01-01 Jason Rumney <jasonr@gnu.org>
7701
7702 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
7703 Don't block input, as per earlier xterm.c changes.
7704
7705 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
7706
7707 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
7708 (ns_appkit_version_int): New function.
7709 (x-server-version): Use ns_appkit_version_int and follow 21+
7710 convention of returning 3 integers.
7711
7712 2008-12-30 Kenichi Handa <handa@m17n.org>
7713
7714 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
7715 (CHAR_SURROGATE_PAIR_P): New macro.
7716
7717 * font.h (struct font_driver): New member get_variation_glyphs.
7718
7719 * font.c (font_range): Don't require a font for a variation selector.
7720 (Ffont_variation_glyphs): New function.
7721 (syms_of_font): Defsubr it.
7722
7723 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
7724 ftfont_variation_glyphs.
7725 (setup_otf_gstring): New function.
7726 (ftfont_drive_otf): Use it.
7727 (ftfont_shape_by_flt): Handle variation selector.
7728 (ftfont_variation_glyphs): New function.
7729
7730 2008-12-30 Martin Rudalics <rudalics@gmx.at>
7731
7732 * frame.c (Vemacs_iconified): Remove.
7733
7734 2008-12-30 Jason Rumney <jasonr@gnu.org>
7735
7736 * frame.c (store_frame_param, x_get_arg): Enable newer code on
7737 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7738
7739 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
7740
7741 * indent.c (Fvertical_motion): Don't advance iterator if we have
7742 reseated to the desired position.
7743
7744 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
7745 checking for pos match.
7746
7747 2008-12-30 Kenichi Handa <handa@m17n.org>
7748
7749 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
7750 just get the low 8-bit of the code.
7751
7752 * font.c (font_intern_prop): Validate str as multibyte.
7753
7754 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7755
7756 * dispextern.h (struct face): Move lface and hash from the middle
7757 of bitfields.
7758
7759 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
7760
7761 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7762
7763 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
7764 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
7765 instead of intervals.h.
7766
7767 2008-12-26 Andreas Schwab <schwab@suse.de>
7768
7769 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
7770 cons.
7771
7772 2008-12-26 Martin Rudalics <rudalics@gmx.at>
7773
7774 * textprop.c (Qminibuffer_prompt): New variable.
7775 (syms_of_textprop): Initialize it.
7776 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
7777 in minibuffer-prompt face. (Bug#1662)
7778
7779 2008-12-25 Jason Rumney <jasonr@gnu.org>
7780
7781 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
7782
7783 2008-12-24 Jason Rumney <jasonr@gnu.org>
7784
7785 * ralloc.c (r_alloc_reset_variable): New function.
7786
7787 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
7788 record of what points where. (Bug#716)
7789
7790 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
7791
7792 * minibuf.c (read_minibuf): Follow the non-interactive case when
7793 running as a daemon, before detaching.
7794
7795 2008-12-22 Andreas Schwab <schwab@suse.de>
7796
7797 * buffer.c (init_buffer): Use realloc instead of xrealloc.
7798 * gtkutil.c (free_widget_value): Use xfree instead of free.
7799
7800 2008-12-22 Martin Rudalics <rudalics@gmx.at>
7801
7802 * frame.c (delete_frame): New function derived from
7803 Fdelete_frame to handle Qnoelisp value for FORCE argument.
7804 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
7805 (Fdelete_frame): Call delete_frame. Remove line from doc-string
7806 saying that FORCE non-nil doesn't run `delete-frame-functions'.
7807 * frame.h: Extern delete_frame.
7808 * window.c (window_loop):
7809 * terminal.c (delete_terminal):
7810 * xterm.c (x_connection_closed):
7811 * xfns.c (Fx_hide_tip):
7812 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
7813
7814 2008-12-21 Jason Rumney <jasonr@gnu.org>
7815
7816 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
7817 when character maps to .notdef character.
7818
7819 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7820
7821 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
7822
7823 2008-12-20 Jason Rumney <jasonr@gnu.org>
7824
7825 * frame.c (Fmake_terminal_frame): Raise an error when called from
7826 a graphical frame on Windows. (Bug#1325)
7827
7828 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
7829
7830 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
7831
7832 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
7833
7834 * minibuf.c (Fread_buffer): Doc fix.
7835
7836 2008-12-20 Jason Rumney <jasonr@gnu.org>
7837
7838 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
7839 server name in UNC paths. (Bug#719)
7840
7841 * coding.c (decode_coding): Clear chars_at_source flag when using
7842 charbuf. (Bug#1035)
7843
7844 2008-12-19 Daniel Engeler <engeler@gmail.com>
7845
7846 * sysdep.c (serial_configure): Fix typo.
7847
7848 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7849
7850 * sysdep.c: Include alloca.h.
7851 (system_process_attributes): Add implementation for Solaris.
7852
7853 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
7854
7855 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7856
7857 Reorganize implementation of Flist_system_processes and
7858 Fsystem_process_attributes. No functional changes.
7859 * process.c: Don't #include pwd.h, grp.h and limits.h.
7860 (Flist_system_processes): Just call list_system_processes.
7861 (Fsystem_process_attributes): Just call system_process_attributes.
7862 (procfs_list_system_processes, time_from_jiffies)
7863 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
7864 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
7865
7866 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
7867 (list_system_processes): Rename from
7868 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
7869 Provide a do nothing implementation.
7870 (system_process_attributes): Rename from
7871 procfs_list_system_processes.
7872 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
7873 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
7874
7875 * w32.c (list_system_processes): Rename from
7876 w32_list_system_processes.
7877 (system_process_attributes): Rename from
7878 w32_system_process_attributes.
7879
7880 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
7881
7882 * process.h (w32_list_system_processes)
7883 (w32_system_process_attributes): Remove.
7884 (list_system_processes, system_process_attributes):
7885 New prototypes.
7886
7887 2008-12-19 Kenichi Handa <handa@m17n.org>
7888
7889 * xfont.c (xfont_decode_coding_xlfd): New function.
7890 (xfont_encode_coding_xlfd): New function.
7891 (xfont_list_pattern): Decode XLFD by iso-8859-1.
7892 (xfont_list): Decode and encode XLFD by iso-8859-1.
7893 (xfont_match): Likewise.
7894 (xfont_list_family): Likewise.
7895 (xfont_open): Likewise.
7896
7897 * ftfont.c (ftfont_open): Generate a multibyte string if given
7898 names are utf-8.
7899
7900 * xftfont.c (xftfont_open): Generate a multibyte string if given
7901 names are utf-8.
7902
7903 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
7904
7905 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
7906 changed.
7907 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
7908 clicked on a detached tool bar button.
7909
7910 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
7911
7912 * emacs.c (main): Print and error and exit when no data is read
7913 from the pipe.
7914
7915 2008-12-17 Jason Rumney <jasonr@gnu.org>
7916
7917 * w32font.c (w32font_has_char): Always return -1.
7918
7919 2008-12-16 Kenichi Handa <handa@m17n.org>
7920
7921 * font.c (font_open_entity): Fix previous change.
7922
7923 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
7924
7925 * process.c: Include <limits.h>.
7926
7927 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
7928
7929 * font.c (font_update_drivers): Fix mistake in reconstructing the
7930 driver list.
7931
7932 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
7933
7934 * font.c (font_clear_cache): Fix format of font cache data.
7935
7936 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
7937
7938 * xftfont.c (xftfont_open): Free Xft font pattern if
7939 XftFontOpenPattern fails.
7940
7941 * xterm.c (x_free_frame_resources): Remove extraneous call to
7942 free_frame_faces.
7943
7944 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
7945
7946 * xterm.c (x_delete_display): Move xim_close_dpy call to
7947 x_delete_terminal.
7948 (x_delete_terminal): Call xim_close_dpy.
7949
7950 2008-12-13 Jason Rumney <jasonr@gnu.org>
7951
7952 * w32font.c (intern_font_name): New function.
7953 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
7954 (w32font_open_internal, Fx_select_font): Decode font name.
7955 (fill_in_logfont, list_all_matching_fonts): Encode font name.
7956
7957 * w32font.h (intern_font_name): Declare new function.
7958
7959 * w32uniscribe.c (add_opentype_font_name_to_list):
7960 Use intern_font_name.
7961
7962 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
7963
7964 * frame.c (Fdelete_frame): Call free_font_driver_list.
7965
7966 * font.c (free_font_driver_list): Implement missing function.
7967
7968 * w32term.c (w32_term_init): Don't initialize the image cache
7969 here; it will be done in init_frame_faces.
7970
7971 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
7972 (struct x_display_info): Remove unused member null_pixel. New
7973 member xim_callback_data.
7974
7975 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
7976 (xim_initialize): Save pointer to callback function data.
7977 (xim_close_dpy): Free callback function data. Call XCloseIM,
7978 reverting 2008-11-04 change by David Smith.
7979 (x_term_init): Don't initialize the image cache here; it will be
7980 done in init_frame_faces. Remove ancient "null_pixel" cruft.
7981 (x_delete_display): Free x_dnd_atoms member.
7982
7983 2008-12-13 Kenichi Handa <handa@m17n.org>
7984
7985 * font.c (font_rescale_ratio): Moved from xfaces.c.
7986 Argument type changed. Handle a font-spec too.
7987 (font_score): Check Vface_font_rescale_alist.
7988 (font_open_entity): Likewise. (Bug#1547)
7989
7990 * xfaces.c (font_rescale_ratio): Moved to font.c.
7991
7992 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
7993
7994 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
7995
7996 2008-12-12 Jason Rumney <jasonr@gnu.org>
7997
7998 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
7999 Vwindow_system_version to the real w32 major version.
8000
8001 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
8002
8003 * term.c (init_tty): Move setting the terminal name before the
8004 potential user: maybe_fatal.
8005
8006 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
8007
8008 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
8009 all callers changed. Call free_frame_faces to free the face cache.
8010
8011 2008-12-11 Jason Rumney <jasonr@gnu.org>
8012
8013 * w32font.c (fill_in_logfont): Don't assume symbol script means
8014 SYMBOL_CHARSET. (Bug#547)
8015
8016 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
8017 size for surrogates. (Bug#1096, bug#872)
8018
8019 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
8020
8021 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
8022
8023 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
8024
8025 * process.c (Fsystem_process_attributes, syms_of_process):
8026 Fix typo in name of Ssystem_process_attributes.
8027 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
8028
8029 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
8030
8031 * syntax.c (Fmodify_syntax_entry): Doc fix.
8032
8033 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
8034
8035 * font.c (Ffont_spec): Move usage to end of docstring.
8036
8037 2008-12-10 Jason Rumney <jasonr@gnu.org>
8038
8039 * w32font.c (Qcham): New symbol.
8040 (font_supported_scripts): Add cham, and comments for other new
8041 scripts in bitfield from OpenType spec.
8042 (add_font_entity_to_list): Limit unicode-sip fonts to those that
8043 contain characters beyond the bmp.
8044
8045 2008-12-10 Kenichi Handa <handa@m17n.org>
8046
8047 * ftfont.c (fc_charset_table): Add "unicode-sip".
8048 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
8049 Qunicode_sip.
8050
8051 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
8052
8053 * coding.c (QCdefault_char): Rename from QCdefalut_char.
8054 (Fcoding_system_put): Use QCdefault_char.
8055 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
8056
8057 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
8058
8059 * xftfont.c (syms_of_xftfont): Fix typo.
8060
8061 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
8062
8063 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8064
8065 * emacs.c (main): Close daemon_pipe on exec.
8066
8067 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
8068
8069 * termchar.h (struct tty): New members termcap_term_buffer and
8070 termcap_strings_buffer.
8071
8072 * term.c (encode_terminal_code): Free any previous memory blocks
8073 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
8074 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
8075 All callers changed.
8076 (init_tty): Store termcap data and string buffers in new struct
8077 tty members termcap_term_buffer and termcap_strings_buffer.
8078 (delete_tty): Free them.
8079 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
8080
8081 2008-12-07 Seiji Zenitani <zenitani@mac.com>
8082
8083 * nsfns.m (ns_set_background_color): Remove code duplication.
8084 It was a substitute for face-transparency on OS X 10.3.
8085
8086 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
8087
8088 * coding.c (make_conversion_work_buffer): Disable buffer
8089 modification hooks in the work buffer.
8090
8091 2008-12-05 Eli Zaretskii <eliz@gnu.org>
8092
8093 * process.c (procfs_system_process_attributes): If `nread' has a
8094 negative value, assign zero to it.
8095
8096 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
8097
8098 * eval.c (Vdebug_on_error): Doc fix.
8099
8100 2008-12-05 Kenichi Handa <handa@m17n.org>
8101
8102 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
8103 second character is a combining character.
8104
8105 2008-12-05 Eli Zaretskii <eliz@gnu.org>
8106
8107 * process.c (procfs_system_process_attributes): Don't use cmd,
8108 cmdsize, and q without initializing them first.
8109
8110 2008-12-04 Jason Rumney <jasonr@gnu.org>
8111
8112 * w32font.c (w32font_draw): Initialize orig_clip before getting
8113 it, and delete it when finished.
8114
8115 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
8116
8117 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
8118 case when running as a daemon before detaching.
8119
8120 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
8121
8122 * w32.c (init_environment): Don't unload library shell32.dll.
8123
8124 2008-12-03 Kenichi Handa <handa@m17n.org>
8125
8126 * font.c (font_at): Set `multibyte' at first.
8127
8128 * coding.c (decode_coding_charset): Check type of an element of
8129 vector VALIDS.
8130 (encode_coding_emacs_mule): Be sure to set `code'.
8131
8132 * fontset.c (face_for_char): Handle invalid charset property correctly.
8133 (font_for_char): Likewise.
8134
8135 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
8136
8137 * font.c (Fopen_font): Compute pixel size correctly.
8138 (font_update_lface): Handle fonts with corrupted size specs,
8139 i.e. non-int and non-float.
8140
8141 * ftfont.c (ftfont_match): Initialize entity variable.
8142 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8143 (ftfont_list_family): Initialize list var earlier.
8144
8145 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
8146
8147 * xterm.c (x_draw_glyph_string): Fall back on
8148 underline_minimum_offset for underline position.
8149
8150 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8151
8152 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
8153
8154 * character.c (c_string_width): Specify the type for LEN.
8155
8156 2008-12-03 Kenichi Handa <handa@m17n.org>
8157
8158 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
8159 (decode_coding_utf_8): Likewise.
8160 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
8161 (produce_chars): Initialize consumed_chars to 0.
8162
8163 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
8164
8165 * keyboard.c (make_lispy_position): Only use PT if the selected
8166 window is current.
8167
8168 2008-12-02 Andreas Schwab <schwab@suse.de>
8169
8170 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
8171
8172 * doprnt.c (doprnt1): Fix size of charbuf.
8173
8174 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
8175
8176 * keyboard.c (timer_check): Revert last change.
8177
8178 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
8179
8180 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
8181
8182 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
8183
8184 * makefile.w32-in: Update dependencies.
8185 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
8186
8187 2008-12-01 Andreas Schwab <schwab@suse.de>
8188
8189 * font.c (register_font_driver): Use xmalloc.
8190 (font_put_frame_data): Likewise.
8191
8192 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
8193
8194 * xfaces.c (realize_x_face): Make abort condition clearer.
8195
8196 * gtkutil.c (update_frame_tool_bar): Initialize variable.
8197
8198 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
8199
8200 * keyboard.c (timer_check): After a timer runs, ensure that the
8201 selected window's buffer is current.
8202
8203 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
8204
8205 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
8206 It was accidentally restored by the Unicode merge.
8207
8208 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
8209
8210 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
8211
8212 * w32proc.c: Include "coding.h".
8213 (Fw32_short_file_name): Encode filename passed to Windows API.
8214 (Fw32_long_file_name): Encode filename passed to Windows API and
8215 decode back the result. (Bug#1433)
8216
8217 2008-11-29 Kenichi Handa <handa@m17n.org>
8218
8219 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
8220 not before accessing it.
8221
8222 * charset.c (Fdefine_charset_internal): After calculating
8223 min_char, max_char, and fastmap, copy the charset structure again.
8224 (encode_char): Fix the previous change.
8225
8226 2008-11-28 Seiji Zenitani <zenitani@mac.com>
8227
8228 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
8229
8230 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
8231
8232 * nsterm.m (x_set_frame_alpha): New function.
8233
8234 2008-11-27 Eli Zaretskii <eliz@gnu.org>
8235
8236 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
8237
8238 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
8239
8240 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
8241 pointer to check_face_name.
8242
8243 2008-11-27 Kenichi Handa <handa@m17n.org>
8244
8245 * category.h (SET_CATEGORY_SET): Call set_category_set.
8246 (set_category_set): Extern it.
8247
8248 * category.c (hash_get_category_set): New function.
8249 (Fmodify_category_entry): Adjusted for the change of
8250 char_table_ref_and_range. Call hash_get_category_set to get a
8251 category set to store in the table.
8252
8253 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
8254 Funify_charset.
8255
8256 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
8257 (DECODE_CHAR): Check if the decoder vector is ready.
8258 (ENCODE_CHAR): Check if the encoder char-table is ready.
8259 (maybe_unify_char): Extern it.
8260
8261 * charset.c (Vchar_unified_charset_table): Delete it.
8262 (inhibit_load_charset_map): New variable.
8263 (temp_charset_work): New variable.
8264 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
8265 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
8266 New macros.
8267 (load_charset_map): Meaning of control_flag changed. If
8268 inhibit_load_charset_map is nonzero, setup a table in
8269 temp_charset_work.
8270 (load_charset): New argument control_flag.
8271 (map_charset_for_dump): New function.
8272 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
8273 map_charset_for_dump.
8274 (Fdefine_charset_internal): If the charset method is MAP, load
8275 mapping tables by calling load_charset.
8276 (Funify_charset): Don't load a mapping table but directly set
8277 Vchar_unify_table.
8278 (maybe_unify_char): New function.
8279 (decode_char): Don't handle the deleted method MAP_DEFERRED.
8280 Handle the case of inhibit_load_charset_map being nonzero.
8281 (encode_char): Don't handle the deleted method MAP_DEFERRED.
8282 Handle the case of inhibit_load_charset_map being nonzero.
8283 (Fclear_charset_maps): Just free temp_charset_work.
8284 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
8285 variable.
8286
8287 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
8288 change of char_table_ref_and_range.
8289 (char_table_ref_and_range): Change the meaning of argument FROM
8290 and TO. Now the caller must provide initial values for *FROM
8291 and *TO.
8292
8293 * fontset.c (fontset_add): Adjusted for the change of
8294 char_table_ref_and_range.
8295 (fontset_get_font_group): Likewise.
8296 (Ffontset_info): Likewise.
8297
8298 * keymap.c (describe_vector): Adjusted for the change of
8299 char_table_ref_and_range. For char-table, put boundary between
8300 non-ASCII and 8-bit characters.
8301
8302 * print.c (print_object): For bool-vector, delete unnecessary
8303 check of ASCII_BYTE_P.
8304
8305 2008-11-26 Jason Rumney <jasonr@gnu.org>
8306
8307 * w32font.c (w32font_open_internal): Don't include external
8308 leading in font height. (Bug#879)
8309
8310 2008-11-26 Glenn Morris <rgm@gnu.org>
8311
8312 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
8313 redefinition with ifdef. (Bug#1383)
8314
8315 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8316
8317 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
8318
8319 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
8320
8321 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
8322 New EmacsView methods.
8323 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
8324 Fixes bug #1048,1357,1414.
8325
8326 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8327
8328 Fix bug #1362.
8329 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
8330 is not an indexed color.
8331 * nsterm.m (free_indexed_color): Add argument checking.
8332 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
8333
8334 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
8335
8336 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
8337 Document confirm-after-completion value for
8338 minibuffer-completion-confirm.
8339
8340 2008-11-24 Jason Rumney <jasonr@gnu.org>
8341
8342 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
8343 warning.
8344
8345 2008-11-23 Jason Rumney <jasonr@gnu.org>
8346
8347 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
8348 restored before returning.
8349
8350 * w32font.c (check_face_name): New function.
8351 (add_font_entity_to_list): Use it to filter out common substituted
8352 fonts. (Bug#642)
8353
8354 2008-11-22 Martin Rudalics <rudalics@gmx.at>
8355
8356 * buffer.c (Fswitch_to_buffer): Reword and mention new option
8357 confirm-nonexistent-file-or-buffer in doc-string.
8358
8359 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8360
8361 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
8362 Fix copy/paste typo. Add checks.
8363
8364 2008-11-21 Kenichi Handa <handa@m17n.org>
8365
8366 * coding.c (detect_coding_iso_2022): Reject invalid composition
8367 sequence.
8368 (DECODE_COMPOSITION_START): If the current source is the last
8369 block, and the current composition doesn't end, regard this
8370 sequence as invalid.
8371 (decode_coding_iso_2022): Handle invalid composition sequence.
8372
8373 2008-11-20 Martin Rudalics <rudalics@gmx.at>
8374
8375 * window.c (coordinates_in_window): Don't return
8376 ON_VERTICAL_BORDER for the rightmost position of a mode/header
8377 line when the window is not the rightmost one. (Bug#1372)
8378
8379 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
8380
8381 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
8382
8383 2008-11-15 Eli Zaretskii <eliz@gnu.org>
8384
8385 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
8386 and bright_bg if noninteractive is non-zero.
8387
8388 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8389
8390 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
8391 x_draw_glyph_string_background.
8392
8393 * w32term.c (x_draw_glyph_string): Likewise.
8394
8395 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
8396
8397 * xterm.c (x_draw_glyph_string): Stop drawing the background of
8398 the next glyph string once past the overhang width.
8399
8400 * nsterm.m (ns_draw_glyph_string): Likewise.
8401
8402 * w32term.c (x_draw_glyph_string): Likewise.
8403
8404 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
8405
8406 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
8407 double file close.
8408
8409 2008-11-14 Martin Rudalics <rudalics@gmx.at>
8410
8411 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
8412 dedicated status of window before attempting to display another
8413 buffer in it.
8414
8415 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
8416
8417 * msdos.c (Fmsdos_long_file_names):
8418 (syms_of_msdos) <dos-unsupported-char-glyph>:
8419 * dosfns.c (Fint86): Fix typos in docstrings.
8420
8421 2008-11-14 Eli Zaretskii <eliz@gnu.org>
8422
8423 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
8424
8425 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8426
8427 * puresize.h (BASE_PURESIZE): Increase to 1260000.
8428
8429 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
8430
8431 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
8432
8433 * frame.h: Negative alpha means "don't touch".
8434
8435 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
8436
8437 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
8438
8439 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8440
8441 * hftctl.c:
8442 * chpdef.h:
8443 * acldef.h: Remove files used only for systems no longer supported.
8444
8445 * Makefile.in: Fix .o alphabetical ordering.
8446 (hftctl.o): Remove dependency, file removed.
8447 (keymap.o, print.o): Depend on charset.h.
8448
8449 2008-11-10 Kenichi Handa <handa@m17n.org>
8450
8451 * character.c (Fget_byte): Fix and make it faster for unibyte target.
8452
8453 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
8454
8455 * dired.c (file_name_completion): If completion_ignore_case is
8456 enabled, ignore case when checking completion-regexp-list.
8457
8458 2008-11-08 Eli Zaretskii <eliz@gnu.org>
8459
8460 * vm-limit.c (get_lim_data): Fix last change.
8461
8462 2008-11-08 Kenichi Handa <handa@m17n.org>
8463
8464 * character.c (Fget_byte): New function.
8465 (syms_of_character): Defsubr Fget_byte.
8466
8467 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
8468
8469 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
8470 cursor position is valid after scrolling.
8471
8472 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
8473
8474 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
8475
8476 2008-11-06 Glenn Morris <rgm@gnu.org>
8477
8478 * xterm.c (handle_one_xevent): Don't let popup menus cause
8479 mouse-autoselect-window related window switching. (Bug#1261)
8480
8481 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
8482
8483 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
8484
8485 2008-11-04 Andreas Schwab <schwab@suse.de>
8486
8487 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
8488
8489 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
8490
8491 * xfns.c (Fx_wm_set_size_hint): New function.
8492
8493 2008-11-03 Martin Rudalics <rudalics@gmx.at>
8494
8495 * textprop.c (Fprevious_single_char_property_change): Return 0
8496 when there's no change in a string. (Bug#1301)
8497
8498 2008-11-02 Martin Rudalics <rudalics@gmx.at>
8499
8500 * frame.c (do_switch_frame): New argument NORECORD passed to
8501 Fselect_window.
8502 (Fselect_frame): New argument NORECORD passed to
8503 do_switch_frame.
8504 (Fset_frame_selected_window): New argument NORECORD passed to
8505 Fselect_frame.
8506 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
8507 in call of do_switch_frame.
8508 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
8509 Handle NORECORD argument in call of Fselect_frame.
8510 * lisp.h (do_switch_frame, Fselect_frame)
8511 (Fset_frame_selected_window): Adjust declarations.
8512 * window.c (select_frame_norecord): New function.
8513 (run_window_configuration_change_hook): Use it and call
8514 Fselect_frame with NORECORD set.
8515 (Fselect_window): Pass NORECORD to Fselect_frame.
8516 (Fset_window_configuration): Handle NORECORD argument in call of
8517 do_switch_frame.
8518 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
8519 Fset_frame_selected_window.
8520 * keyboard.c (command_loop_1): Handle NORECORD in call of
8521 Fselect_frame (currently ifdefd).
8522
8523 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
8524
8525 * emacs.c (USAGE2): Untabify.
8526
8527 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8528
8529 * composite.c (fill_gstring_header): Fix copy/paste typo.
8530
8531 2008-10-31 Martin Rudalics <rudalics@gmx.at>
8532
8533 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
8534 (Fother_window): Rename argument and rewrite doc-string.
8535 (select_window_norecord): Fix return value. (Bug#1276)
8536
8537 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
8538
8539 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
8540 new frames overriding foreground for tooltips. Based on similar patch
8541 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
8542
8543 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
8544
8545 * emacs.c (Fdaemon_initialized): Initialize nfd.
8546
8547 2008-10-29 Martin Rudalics <rudalics@gmx.at>
8548
8549 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
8550 (Fwindow_text_height): Clarify doc-strings.
8551 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
8552 doc-string of window-scroll-functions.
8553
8554 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8555
8556 * category.c (syms_of_category): Fix typo in docstring.
8557
8558 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
8559
8560 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
8561 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
8562 Fix typos in docstrings.
8563
8564 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
8565
8566 * emacs.c (daemon_pipe): Make non-static.
8567 (IS_DAEMON): Move definition ...
8568 * lisp.h (IS_DAEMON): ... here.
8569 (daemon_pipe): Declare.
8570 (is_daemon): Remove.
8571 * dispnew.c (init_display): Use IS_DAEMON.
8572
8573 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8574
8575 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
8576 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
8577
8578 * emacs.c (is_daemon): Remove.
8579 (main): Don't set is_daemon.
8580 (IS_DAEMON): New macro.
8581 (Fdaemonp, Fdaemon_initialized): Use it.
8582 (Fdaemon_initialized): Write a char into the pipe to make sure the
8583 parent exits.
8584 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
8585
8586 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
8587
8588 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
8589 over-sized glyph, draw it with the default glyph width.
8590
8591 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8592 glyph, draw it with the default glyph width.
8593
8594 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8595 glyph, draw it with the default glyph width.
8596
8597 * xdisp.c (try_scrolling): When computing the distance from the
8598 scroll margin to PT, try moving some distance past the window
8599 bottom before giving up.
8600
8601 2008-10-27 Martin Rudalics <rudalics@gmx.at>
8602
8603 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
8604 (Fset_window_buffer): Explain in doc-string that a window can be
8605 "strongly" dedicated to its buffer.
8606
8607 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
8608
8609 * emacs.c (daemon_name): New variable.
8610 (main): Deal with --daemon=SERVER_NAME.
8611 (Fdaemonp): Return a name if one was passed to --daemon.
8612
8613 2008-10-26 Romain Francoise <romain@orebokech.com>
8614
8615 * emacs.c (daemon_pipe): New variable.
8616 (main): Create a pipe before forking, make the parent exit only after
8617 the child has closed its end of the pipe. Move closing the
8618 descriptors ...
8619 (Fdaemon_initialized): ... here. New function.
8620
8621 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8622
8623 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
8624 the previous unoptimized table.
8625
8626 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
8627 the distinction between non-nil and non-t value of `dedicated'.
8628
8629 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
8630
8631 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
8632 read_char_minibuf_menu_text is large enough to hold the menu string.
8633
8634 2008-10-25 Martin Rudalics <rudalics@gmx.at>
8635
8636 * window.c (Fget_buffer_window, Fdelete_windows_on)
8637 (Freplace_buffer_in_windows): Make buffer argument optional and
8638 rename to buffer_or_name.
8639
8640 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
8641
8642 * xdisp.c (handle_single_display_spec, handle_display_prop):
8643 Undo 2005-05-16 change.
8644 (handle_stop): Pop iterator if it's loaded with an empty string.
8645 (get_overlay_strings_1): Don't save iterator if it's loaded with
8646 an empty string (bug#1201).
8647
8648 2008-10-24 Kenichi Handa <handa@m17n.org>
8649
8650 * ftfont.c (ftfont_otf_features): Fix previous change.
8651 (ftfont_otf_capability): Check FeatureList.FeatureCount before
8652 calling ftfont_otf_features.
8653
8654 2008-10-24 Kenichi Handa <handa@m17n.org>
8655
8656 * font.c (font_match_p): Fix for the case that a vector of
8657 characters is in script-representative-chars.
8658
8659 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
8660
8661 * dbusbind.c (xd_in_read_queued_messages): New variable.
8662 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
8663 (xd_read_queued_messages): Catch Qdbus_error from the macros.
8664 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
8665 macro. (Bug#1186)
8666
8667 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
8668
8669 * s/sol2-10.h: New file.
8670
8671 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
8672
8673 * xdisp.c (fill_glyph_string): Fix typo in source (though the
8674 poor beast has survived 9+ years and the jump from xterm.c!).
8675
8676 2008-10-23 Martin Rudalics <rudalics@gmx.at>
8677
8678 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
8679 Reword doc-string.
8680 (Fbury_buffer): In doc-string say what happens to the buffer's window.
8681
8682 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
8683
8684 * character.c (syms_of_character) <script-representative-chars>:
8685 <unicode-category-table>: Doc fixes.
8686
8687 2008-10-23 Noah Friedman <friedman@splode.com>
8688
8689 * coding.c (make_conversion_work_buffer): Check that
8690 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
8691 Fget_buffer_create.
8692
8693 2008-10-23 Kenichi Handa <handa@m17n.org>
8694
8695 * font.c (font_add_log): Check the values of extra properties.
8696
8697 2008-10-22 Martin Rudalics <rudalics@gmx.at>
8698
8699 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8700 Reword doc-string.
8701 (Fset_window_parameter): Use NILP.
8702 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
8703 (Frecenter): Use "selected" instead of "current" window in doc-strings.
8704
8705 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
8706
8707 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
8708
8709 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8710
8711 * nsfns.m (ns_appkit_version): New function.
8712 (x-server-version): Use it.
8713 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
8714 (x-server-vendor): Don't check_ns().
8715
8716 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
8717
8718 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
8719
8720 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
8721 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
8722
8723 2008-10-22 Kenichi Handa <handa@m17n.org>
8724
8725 * syntax.c (scan_words): Call word_boundary_p instead of comparing
8726 scripts.
8727
8728 * category.c (word_boundary_p): Check scripts instead of charset.
8729 Handle nil value in word-separating-categories and
8730 word-combining-categories.
8731 (syms_of_category): Fix docstrings of word-separating-categories
8732 and word-combining-categories.
8733
8734 2008-10-21 Eli Zaretskii <eliz@gnu.org>
8735
8736 * coding.c (Fencode_coding_region, Fdecode_coding_region)
8737 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
8738
8739 2008-10-21 Martin Rudalics <rudalics@gmx.at>
8740
8741 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
8742 Rename arg "buffer" to "buffer_or_name".
8743 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
8744 it optional.
8745 (no_switch_window): Remove since the return value is not used.
8746 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
8747 Consider window as dedicated when Fwindow_dedicated_p returns a
8748 non-nil value.
8749 * lisp.h: Remove prototype for no_switch_window.
8750
8751 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
8752
8753 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
8754 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
8755
8756 2008-10-21 Kenichi Handa <handa@m17n.org>
8757
8758 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
8759 check Vlatin_extra_code_table.
8760
8761 2008-10-20 Eli Zaretskii <eliz@gnu.org>
8762
8763 * fileio.c (Fset_file_modes): Doc fix.
8764
8765 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
8766
8767 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
8768 in arrays.
8769
8770 2008-10-19 Martin Rudalics <rudalics@gmx.at>
8771
8772 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8773 Mention kill-buffer in doc-string.
8774 (Fset_window_buffer): Reinsert tem check removed in last commit.
8775 (Fenlarge_window, Fshrink_window): Have argument names and
8776 doc-string follow Elisp manual more closely.
8777
8778 2008-10-18 Eli Zaretskii <eliz@gnu.org>
8779
8780 * fileio.c (Fset_file_modes): Doc fix.
8781
8782 2008-10-18 Martin Rudalics <rudalics@gmx.at>
8783
8784 * window.c (Fwindow_width, Fset_window_start)
8785 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
8786 (Fdelete_windows_on, Freplace_buffer_in_windows):
8787 Make doc-strings follow code and Elisp manual more closely.
8788 (Fwindow_dedicated_p): Make window argument optional.
8789 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
8790 (Fset_window_buffer): Respect any non-nil dedicated value for
8791 window. Rename "buffer" argument to "buffer_or_name".
8792
8793 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
8794
8795 * m/sh3.h: New file, machine description for SuperH.
8796
8797 2008-10-17 Martin Rudalics <rudalics@gmx.at>
8798
8799 * window.c (Fsplit_window): Rename arg horflag to horizontal.
8800
8801 2008-10-17 Kenichi Handa <handa@m17n.org>
8802
8803 * ftfont.c (ftfont_otf_features): Fix indexing
8804 gsub_gpos->FeatureList.Feature. Check the validity of indices.
8805
8806 2008-10-16 Magnus Henoch <mange@freemail.hu>
8807
8808 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
8809 (Fdbus_call_method_asynchronously): Ditto.
8810 This change makes C-h f display the argument list.
8811
8812 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
8813
8814 * fileio.c (Fexpand_file_name): Doc fix.
8815
8816 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
8817 of :foreground and :background equivalent to unspecified (20.x
8818 compatibility).
8819
8820 2008-10-15 Eli Zaretskii <eliz@gnu.org>
8821
8822 * buffer.c (syms_of_buffer): Doc fix.
8823
8824 2008-10-14 Kenichi Handa <handa@m17n.org>
8825
8826 * font.c (font_clear_prop): When clearing font width, clear the
8827 average width field too.
8828
8829 2008-10-12 Andreas Schwab <schwab@suse.de>
8830
8831 * ftfont.c (ftfont_shape_by_flt): Make static.
8832 * ftfont.h (ftfont_shape_by_flt): Don't declare.
8833
8834 * font.c: Don't include <m17n-flt.h>.
8835
8836 2008-10-10 Eli Zaretskii <eliz@gnu.org>
8837
8838 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
8839
8840 2008-10-09 Eli Zaretskii <eliz@gnu.org>
8841
8842 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
8843 away code.
8844
8845 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
8846
8847 * dispnew.c (update_text_area): Avoid looping due to large glyph
8848 overhangs (bug#1070).
8849
8850 2008-10-09 Kenichi Handa <handa@m17n.org>
8851
8852 * fontset.c (face_for_char): If face->fontset is negative, just
8853 return ascii_face.
8854
8855 * font.c (font_delete_unmatched): Fix previous change.
8856 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
8857
8858 2008-10-09 Martin Rudalics <rudalics@gmx.at>
8859
8860 * frame.c (Fraise_frame): On text-only terminals select frame in
8861 order to make it visible. (Bug#1061)
8862
8863 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
8864
8865 * fontset.c (fontset_find_font): Check frame validity.
8866
8867 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
8868
8869 * gtkutil.c (xg_display_open): Reset default display if none exists.
8870 (xg_display_close): Allow Emacs to close all displays (bug#985).
8871
8872 2008-10-06 Andreas Schwab <schwab@suse.de>
8873
8874 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
8875
8876 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
8877
8878 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
8879
8880 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
8881
8882 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
8883 during initialization.
8884
8885 2008-10-04 Eli Zaretskii <eliz@gnu.org>
8886
8887 * xdisp.c (redisplay_internal): If frame switched, redisplay the
8888 whole thing on MSDOS frames as well as on a TTY.
8889
8890 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
8891 well as for TTY.
8892 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
8893 well as on a TTY.
8894
8895 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
8896 as well as for TTY.
8897
8898 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
8899
8900 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
8901 MSDOS frames as well.
8902
8903 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8904
8905 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
8906 correct arguments.
8907 * menu.c (find_and_return_menu_selection): Add cast.
8908
8909 2008-10-03 Glenn Morris <rgm@gnu.org>
8910
8911 * emacs.c (USAGE1): Add --daemon.
8912
8913 2008-10-02 Eli Zaretskii <eliz@gnu.org>
8914
8915 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
8916 100, so it's in percents as advertised.
8917
8918 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8919
8920 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
8921 (ns_output.current_cursor, ns_output.desired_cursor)
8922 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
8923 (FRAME_NEW_CURSOR_COLOR): Remove.
8924
8925 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
8926 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
8927 enumeration (HOLLOW_BOX_CURSOR, etc.).
8928
8929 * nsterm.m (ns_frame_rehighlight): Remove commented code.
8930 (draw_window_cursor): Simplify code.
8931 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
8932 Don't change cursor type. In latter, call rehighlight instead of doing
8933 updates manually.
8934 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
8935 Use core Emacs cursor types.
8936
8937 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
8938
8939 2008-10-02 Martin Rudalics <rudalics@gmx.at>
8940
8941 * process.c (Faccept_process_output): Fix doc-string.
8942
8943 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
8944
8945 * gmalloc.c (__sbrk): Also define for uClibc.
8946
8947 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
8948 for uClibc.
8949
8950 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8951
8952 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
8953 styles.
8954 (nsfont_open): Reenable the cache.
8955
8956 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8957
8958 * font.c (font_matching_entity): Reflect ATTRS in font selection.
8959 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
8960
8961 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8962
8963 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
8964 a suspended terminal.
8965
8966 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
8967
8968 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
8969
8970 2008-09-30 Eli Zaretskii <eliz@gnu.org>
8971
8972 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
8973
8974 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
8975
8976 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
8977 in a continued line coincides with a line beginning.
8978
8979 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8980
8981 * nsfont.m (nsfont_trait_distance): Fix bug.
8982 (nsfont_list): Return a list rather than a vector (syncs with Handa
8983 changes of 2008-05-14).
8984 (nsfont_open): Improve logging.
8985
8986 2008-09-29 Andreas Schwab <schwab@suse.de>
8987
8988 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
8989
8990 2008-09-28 Martin Rudalics <rudalics@gmx.at>
8991
8992 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
8993 name as char-resolve-modifiers.
8994 Reported by: Markus Triska <markus.triska@gmx.at>
8995
8996 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
8997
8998 * dispnew.c (init_display): Return earlier when running as a daemon.
8999
9000 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9001
9002 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
9003
9004 2008-09-27 Eli Zaretskii <eliz@gnu.org>
9005
9006 * composite.c (Fcomposition_get_gstring)
9007 (Fcompose_region_internal, Fcompose_string_internal)
9008 (Ffind_composition_internal): Doc fix.
9009 (syms_of_composite) <compose-chars-after-function>: Doc fix.
9010 (syms_of_composite) <auto-composition-function>: Doc fix.
9011 (syms_of_composite) <composition-function-table>: Doc fix.
9012
9013 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
9014
9015 * search.c (wordify): New argument for lax word-ends.
9016 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
9017
9018 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9019
9020 * lisp.h (is_daemon): Declare.
9021 * dispnew.c (init_display): Do not try to initialize the terminal
9022 when running as a daemon.
9023
9024 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
9025
9026 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
9027 x_display_pixel_height.
9028
9029 2008-09-22 Martin Rudalics <rudalics@gmx.at>
9030
9031 * undo.c (record_point): Don't call Fundo_boundary for first
9032 change. (Bug#731)
9033
9034 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
9035
9036 * emacs.c (Fdaemonp): Doc fix.
9037
9038 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
9039
9040 * emacs.c (main): Place #ifdef in the proper place.
9041
9042 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9043
9044 * emacs.c (standard_args): Add --daemon.
9045 (main): Disconnect from the terminal when --daemon is passed.
9046 (is_daemon): New variable.
9047 (Fdaemonp): New function.
9048 (syms_of_emacs): Defsubr it.
9049
9050 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
9051
9052 * xdisp.c (get_next_display_element): Handle string display
9053 correctly when checking for the end of a box run.
9054
9055 2008-09-20 Glenn Morris <rgm@gnu.org>
9056
9057 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
9058 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
9059 (Frename_file): Avoid copying to trash if a rename involves
9060 a delete. (Bug#964).
9061
9062 2008-09-20 Eli Zaretskii <eliz@gnu.org>
9063
9064 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
9065 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
9066 frames as well as termcap frames.
9067 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
9068 get_named_tty.
9069
9070 2008-09-19 Eli Zaretskii <eliz@gnu.org>
9071
9072 * process.c (procfs_system_process_attributes): Fix cmdline in
9073 case /proc/PID/cmdline is empty.
9074
9075 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
9076 x_display_pixel_height.
9077
9078 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
9079
9080 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
9081
9082 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
9083 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
9084
9085 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
9086
9087 * dispextern.h (struct it): Move line_wrap away from the middle of
9088 bitfields. Move voffset in struct iterator_stack_entry after the
9089 bitfields. Move tab_width near after another short.
9090
9091 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
9092
9093 * frame.h (struct frame): Move alpha from the middle of bitfields.
9094
9095 * window.h (struct window): Move frozen_window_start_p after the
9096 rest of the bitfields to reduce padding.
9097
9098 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
9099
9100 * xterm.h (x_display_info): Remove `height' and `width' members.
9101
9102 * nsterm.h (ns_display_info): Remove `height' and `width' members.
9103
9104 * w32term.h (w32_display_info): Remove `height', `width',
9105 `height_in', and `width_in' members.
9106
9107 * xterm.c (x_display_pixel_height, x_display_pixel_width):
9108 New functions.
9109 (x_calc_absolute_position): Use them.
9110 (x_term_init): Omit removed `height' and `width' members.
9111
9112 * w32term.c (x_display_pixel_height, x_display_pixel_width):
9113 New functions.
9114 (w32_read_socket, x_calc_absolute_position): Use them.
9115 (w32_initialize_display_info, w32_term_init): Omit removed members
9116 of w32_display_info.
9117
9118 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
9119 New functions.
9120 (ns_initialize_display_info): Omit removed members of ns_display_info.
9121
9122 * xterm.c (x_display_pixel_height, x_display_pixel_width):
9123 New functions.
9124 (x_calc_absolute_position): Use them.
9125 (x_term_init): Omit removed `height' and `width' members.
9126
9127 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
9128 (compute_tip_xy):
9129 * frame.c (x_fullscreen_adjust):
9130 * xmenu.c (menu_position_func): Use x_display_pixel_height and
9131 x_display_pixel_width.
9132
9133 2008-09-18 Kenichi Handa <handa@m17n.org>
9134
9135 * composite.c (fill_gstring_header): Don't check FROM and TO here.
9136 (composition_compute_stop_pos): Fix handling of static composition.
9137 (Fcomposition_get_gstring): Check FROM and TO at first.
9138
9139 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9140
9141 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
9142 mixup (YAILOM).
9143
9144 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
9145
9146 * indent.c (Fvertical_motion): Use position reported by iterator
9147 instead of PT for determining screen motion (bug#943).
9148
9149 2008-09-17 Romain Francoise <romain@orebokech.com>
9150
9151 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
9152
9153 2008-09-17 Kenichi Handa <handa@m17n.org>
9154
9155 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
9156
9157 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
9158 if necessary.
9159
9160 2008-09-16 Kenichi Handa <handa@m17n.org>
9161
9162 * coding.c (make_conversion_work_buffer): Avoid calling
9163 Fget_buffer_create if it is not necessary.
9164
9165 2008-09-15 Martin Rudalics <rudalics@gmx.at>
9166
9167 * window.c (Fselect_window): Don't update window_select_count and
9168 use_time when norecord is not nil.
9169
9170 2008-09-14 Kenichi Handa <handa@m17n.org>
9171
9172 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
9173 specpdl_ptr.
9174
9175 2008-09-12 Kenichi Handa <handa@m17n.org>
9176
9177 * indent.c (scan_for_column): Don't handle automatic composition
9178 if the current buffer is not associated with a window.
9179
9180 * composite.c (composition_reseat_it): If the current buffer is
9181 not associated with a window, ignore the automatic composition.
9182 (find_automatic_composition): Likewise.
9183
9184 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9185
9186 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
9187 (Fgpm_mouse_stop): Use it.
9188 * termhooks.h (close_gpm): Declare.
9189 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
9190 connection if Gpm_GetEvent fails.
9191
9192 * window.c (set_window_buffer): Always preserve current-buffer.
9193
9194 2008-09-12 Glenn Morris <rgm@gnu.org>
9195
9196 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
9197
9198 2008-09-11 Glenn Morris <rgm@gnu.org>
9199
9200 * charset.c (charset-map-path): Doc fix.
9201
9202 2008-09-10 Kenichi Handa <handa@m17n.org>
9203
9204 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
9205
9206 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
9207 compose a grapheme cluster with the preceding base glyph.
9208
9209 * composite.c (composition_compute_stop_pos): Fix previous change.
9210 Reset cmp_it->id to -1 at first.
9211
9212 2008-09-10 Glenn Morris <rgm@gnu.org>
9213
9214 * Makefile.in (character.o, chartab.o): Fix config.h typo.
9215
9216 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
9217
9218 * keyboard.c (read_key_sequence): Reapply translation maps when
9219 switching keyboards.
9220
9221 2008-09-09 Kenichi Handa <handa@m17n.org>
9222
9223 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
9224 characters.
9225
9226 * composite.c (FORWARD_CHAR): Fix calculation
9227 of (POSITION).pos_byte.
9228 (composition_compute_stop_pos): Limit the search of composition to
9229 at most 500 characters ahead. If we reach the limit or find a
9230 newline, set cmp_it->ch to -2 and return 0.
9231 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
9232
9233 2008-09-08 Kenichi Handa <handa@m17n.org>
9234
9235 * indent.c (Fvertical_motion): Be sure to set
9236 it_overshoot_expected if it.cmp_it.id is non-negative.
9237
9238 2008-09-07 Andreas Schwab <schwab@suse.de>
9239
9240 * callproc.c (Fcall_process): Don't hold references to string data
9241 across garbage collection. Move initialisation of new_argv down
9242 to avoid compiler bug.
9243
9244 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9245
9246 * process.c (Fsystem_process_attributes): Doc fix.
9247
9248 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
9249
9250 * callproc.c (Fcall_process): Canonicalize current directory name.
9251
9252 * xdisp.c (move_it_to): When moving by vpos, ensure that the
9253 iterator advances to the next line if the current line ends in a
9254 continued tab.
9255
9256 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
9257
9258 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
9259 member to point to cmp_from.
9260
9261 * xdisp.c: Doc fix for references to gidx data member.
9262
9263 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9264
9265 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
9266
9267 2008-09-07 Kenichi Handa <handa@m17n.org>
9268
9269 * composite.c (FORWARD_CHAR): Check STOP after
9270 incrementing (POSITION).pos.
9271
9272 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9273
9274 * process.c (Fsystem_process_attributes): Doc fix.
9275
9276 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
9277
9278 * keyboard.c (Ftop_level): Doc fix.
9279
9280 2008-09-06 Eli Zaretskii <eliz@gnu.org>
9281
9282 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
9283 minibuffer, don't let lower part of menu invade the echo area.
9284
9285 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
9286 "char *q" to access menu text and advance through it. Revert the
9287 change that displayed ">" instead of ASCII character 0x10.
9288
9289 2008-09-05 Eli Zaretskii <eliz@gnu.org>
9290
9291 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
9292 toggle boxes and radio buttons on MS-DOS as well.
9293
9294 2008-09-05 Kenichi Handa <handa@m17n.org>
9295
9296 * composite.c (autocmp_chars): Check lookback count.
9297 (composition_compute_stop_pos): Set cmp_it->lookback.
9298 (composition_reseat_it): Check lookback count.
9299 (struct position_record): New struct.
9300 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
9301 (find_automatic_composition): New function.
9302 (composition_adjust_point): Use find_automatic_composition.
9303
9304 * dispextern.h (struct composition_it): New member lookback.
9305
9306 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
9307
9308 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
9309 if moving by a single line.
9310
9311 2008-09-02 Andreas Schwab <schwab@suse.de>
9312
9313 * xterm.c (x_delete_display): Fix merge error.
9314
9315 * fileio.c (Fexpand_file_name): Remove unused variables.
9316
9317 2008-09-02 Eli Zaretskii <eliz@gnu.org>
9318
9319 * fileio.c (Fexpand_file_name): Copy argument `name' into local
9320 storage on all platforms, not just on DOS_NT.
9321
9322 2008-09-02 Jason Rumney <jasonr@gnu.org>
9323
9324 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
9325 Ensure mouse is not grabbed after menu is finished.
9326
9327 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
9328
9329 * xfaces.c (Finternal_set_alternative_font_family_alist)
9330 (Finternal_set_alternative_font_registry_alist): Properly copy
9331 entire alist structure.
9332
9333 2008-09-01 Kenichi Handa <handa@m17n.org>
9334
9335 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
9336 representative chars of the script is a vector.
9337 (ftfont_list): Handle the case where the representative chars of
9338 the script is a vector.
9339
9340 * character.c (syms_of_character): Docstring of
9341 script-representative-chars fixed.
9342
9343 2008-08-31 Eli Zaretskii <eliz@gnu.org>
9344
9345 * msdos.c (BUILD_CHAR_GLYPH): New macro.
9346 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
9347 the menu. Allocate larger buffer for `text', to account for
9348 possible ^C characters.
9349
9350 2008-08-31 Martin Rudalics <rudalics@gmx.at>
9351
9352 * xdisp.c (prepare_menu_bars): Don't call
9353 Vwindow_size_change_functions with arg Qt.
9354
9355 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9356
9357 * font.h (font_range):
9358 * fileio.c (report_file_error):
9359 * composite.c (composition_update_it): Yet another int/Lisp_Object
9360 mixup (YAILOM).
9361
9362 2008-08-30 Glenn Morris <rgm@gnu.org>
9363
9364 * data.c (Fmake_variable_frame_local): Doc fix.
9365
9366 * frame.c (Fmodify_frame_parameters): Doc fix.
9367
9368 2008-08-30 Eli Zaretskii <eliz@gnu.org>
9369
9370 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
9371 needed by GetTokenInformation.
9372 (w32_system_process_attributes): Check return values of all system
9373 APIs.
9374
9375 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
9376 only when the state changes.
9377 (IT_update_begin, IT_update_end): Add termscript trace.
9378
9379 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
9380 clipboard is unavailable. Set dst to NULL if it doesn't point to
9381 malloc'ed data.
9382 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
9383 passing random values to xfree.
9384
9385 * dispnew.c (init_display): Set `tty's association in frame's
9386 parameters alist to the name of the terminal device, if that is known.
9387
9388 2008-08-29 Jason Rumney <jasonr@gnu.org>
9389
9390 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
9391
9392 2008-08-29 Eli Zaretskii <eliz@gnu.org>
9393
9394 * composite.c (fill_gstring_body): Avoid compiler warnings.
9395
9396 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
9397 LGLYPH_SET_CODE to avoid compiler warnings.
9398
9399 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
9400
9401 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
9402
9403 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
9404 LGLYPH_SET_CODE.
9405
9406 2008-08-29 Kenichi Handa <handa@m17n.org>
9407
9408 * fileio.c (report_file_error): Don't downcase the first character
9409 of errstring if it is still unibyte.
9410
9411 2008-08-29 Kenichi Handa <handa@m17n.org>
9412
9413 These changes are to re-implement the automatic composition so
9414 that it doesn't use text properties.
9415
9416 * Makefile.in (ftfont.o): Depend on composite.h.
9417 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
9418
9419 * character.h (Vunicode_category_table): Extern it.
9420
9421 * character.c (Vunicode_category_table): New variable.
9422 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
9423
9424 * chartab.c (optimize_sub_char_table): Perform more greedy
9425 optimization.
9426
9427 * composite.h (enum composition_method):
9428 Delete COMPOSITION_WITH_GLYPH_STRING.
9429 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
9430 (Vcomposition_function_table): Extern it.
9431 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
9432 (composition_gstring_put_cache, composition_gstring_from_id)
9433 (composition_gstring_p, composition_gstring_width)
9434 (composition_compute_stop_pos, composition_reseat_it)
9435 (composition_update_it, composition_adjust_point): Extern them.
9436 (Fcomposition_get_gstring): EXFUN it.
9437
9438 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
9439 (Vcomposition_function_table)
9440 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
9441 (gstring_hash_table, gstring_work, gstring_work_headers):
9442 New variables.
9443 (gstring_lookup_cache, composition_gstring_put_cache)
9444 (composition_gstring_from_id, composition_gstring_p)
9445 (composition_gstring_width, fill_gstring_header)
9446 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
9447 (composition_reseat_it, composition_update_it)
9448 (composition_adjust_point, Fcomposition_get_gstring): New functions.
9449 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
9450 and gstring_work_headers. DEFVAR_LISP composition-function-table.
9451 Defsubr composition_get_gstring.
9452
9453 * dispextern.h (struct glyph): New union u.cmp. Delete the member
9454 cmp_id.
9455 (struct glyph_string): Delete the member gidx. New members
9456 cmp_id, cmp_from, and cmp_to.
9457 (enum it_method): Delete GET_FROM_COMPOSITION.
9458 (struct composition_it): New struct.
9459 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
9460 Delete c, len, cmp_id, cmp_len in u.comp.
9461
9462 * font.h (enum lgstring_indices): Delete it.
9463 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
9464 (enum lglyph_indices): Likewise.
9465 (font_range): Adjust extern.
9466 (font_fill_lglyph_metrics): Extern it.
9467
9468 * font.c (QCf): New variable.
9469 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9470 (font_prepare_composition): Delete this function.
9471 (font_range): Type and arguments changed.
9472 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
9473 (font_fill_lglyph_metrics): New function.
9474 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
9475 (syms_of_font): DEFSYM QCf. Delete defsubr for
9476 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
9477 Defsubr Sfont_shape_gstring.
9478
9479 * fontset.h (font_for_char): Extern it.
9480
9481 * fontset.c (font_for_char): New function.
9482
9483 * ftfont.c: Include composite.h.
9484 (ftfont_resolve_generic_family): Add langset "en" to pattern.
9485 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9486
9487 * indent.c: Include composite.h and dispextern.h.
9488 (check_composition): Delete this function.
9489 (scan_for_column): Handle composition by
9490 composition_compute_stop_pos, composition_reseat_it, and
9491 composition_update_it.
9492 (compute_motion): Likewise.
9493 (Fvertical_motion): Fix checking of composition.
9494
9495 * keyboard.c (adjust_point_for_property): Check composition by
9496 composition_adjust_point.
9497
9498 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
9499 struct glyph_string.
9500
9501 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
9502 (append_composite_glyph): Adjust for the change of struct it and
9503 struct glyph.
9504 (produce_composite_glyph): Likewise.
9505
9506 * w32term.c (x_draw_composite_glyph_string_foreground):
9507 Adjust for the change of struct glyph_string.
9508 (x_draw_glyph_string): Likewise.
9509
9510 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
9511 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9512
9513 * xdisp.c: Include font.h.
9514 (it_props): Delete the entry for Qauto_composed.
9515 (init_iterator): Initialize it->cmp_it.id to -1.
9516 (compute_stop_pos): Call composition_compute_stop_pos.
9517 (face_before_or_after_it_pos): Adjust for the change of struct it.
9518 (handle_auto_composed_prop): Delete it.
9519 (handle_composition_prop): Handle only static composition.
9520 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
9521 from xassert. Initialize it->cmp_it.stop_pos.
9522 (push_it): Adjust for the change of struct it.
9523 (pop_it): Likewise.
9524 (get_next_element): Delete next_element_from_composition.
9525 (CHAR_COMPOSED_P): New macro.
9526 (get_next_display_element): For automatic composition, get a face
9527 from the font in the glyph-string.
9528 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
9529 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
9530 (next_element_from_string): Check if the character at the current
9531 position is composed by CHAR_COMPOSED_P.
9532 (next_element_from_buffer): Likewise.
9533 (next_element_from_composition): Adjust for the change of struct it.
9534 Update it->cmp_it.
9535 (dump_glyph): Adjust for the change of struct glyph.
9536 (fill_composite_glyph_string): Adjust for the change of struct
9537 it and struct glyph. Don't handle automatic composition here.
9538 (fill_gstring_glyph_string): New function.
9539 (x_get_glyph_overhangs): Handle automatic composition.
9540 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
9541 (BUILD_GSTRING_GLYPH_STRING): New macro.
9542 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
9543 automatic composition.
9544 (append_composite_glyph): Adjust for the change of struct it and
9545 struct glyph.
9546 (x_produce_glyphs): Adjust for the change of struct it.
9547
9548 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
9549 the change of struct glyph_string.
9550 (x_draw_glyph_string): Likewise.
9551
9552 2008-08-29 Glenn Morris <rgm@gnu.org>
9553
9554 * buffer.c (word-wrap): Doc fix.
9555 * xdisp.c (truncate-partial-width-windows): Doc fix.
9556 Increase default to 50.
9557
9558 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
9559
9560 * xdisp.c (update_tool_bar_unwind): New function.
9561 (update_tool_bar): Temporarily set selected frame before building
9562 tool-bar items.
9563
9564 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
9565
9566 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
9567 snprintf, respectively.
9568 (xd_append_arg): Convert strings with Fstring_make_unibyte.
9569
9570 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
9571
9572 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
9573 LDFLAGS to GNUstep CC invocation.
9574
9575 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
9576
9577 * indent.c (Fvertical_motion): Revert last change. Handle the
9578 general case where we are moving forward, and PT spans multiple
9579 screen lines.
9580
9581 * eval.c (find_handler_clause): Temporarily increase
9582 max-lisp-eval-depth while printing the backtrace buffer, to
9583 guarantee that help-mode code can run.
9584
9585 2008-08-27 Eli Zaretskii <eliz@gnu.org>
9586
9587 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
9588 colors under -rv.
9589 (IT_set_frame_parameters): Don't swap foreground and background
9590 colors if `(reverse . t)' is present in the frame properties.
9591 (internal_terminal_init): Call init_frame_faces only for the
9592 initial frame.
9593
9594 2008-08-27 Andreas Schwab <schwab@suse.de>
9595
9596 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
9597
9598 2008-08-27 Andreas Schwab <schwab@suse.de>
9599
9600 * search.c (search_buffer): Set char_base to zero only at the end.
9601
9602 2008-08-27 Kenichi Handa <handa@m17n.org>
9603
9604 * fileio.c (report_file_error): Fix handling of multibyte error string.
9605
9606 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
9607
9608 * xterm.c (x_term_init): Temporarily hide the partially
9609 initialized terminal while calling vendor-specific-keysyms.
9610
9611 2008-08-26 Eli Zaretskii <eliz@gnu.org>
9612
9613 * msdos.c (internal_terminal_init): Most initializations done only
9614 once, especially initial_screen_colors[] and termscript open.
9615
9616 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
9617
9618 * eval.c (Fcondition_case): Doc fix.
9619
9620 * widgetprv.h (EmacsFramePart): Change font member to the new font
9621 struct.
9622
9623 * widget.c: Include character.h and font.h for XSETFONT.
9624 (setup_frame_gcs): Compute X font id from font struct, just once.
9625
9626 2008-08-26 Eli Zaretskii <eliz@gnu.org>
9627
9628 * term.c (get_named_tty): Fix last change.
9629
9630 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
9631
9632 * indent.c (Fvertical_motion): If moving forward starting from a
9633 multi-line string, move the iterator to the last line of that string.
9634
9635 2008-08-25 Eli Zaretskii <eliz@gnu.org>
9636
9637 * frame.c (do_switch_frame): Mark previously displayed frame as
9638 obscured for FRAME_MSDOS_P frames as well.
9639
9640 2008-08-24 Eli Zaretskii <eliz@gnu.org>
9641
9642 * frame.c (make_terminal_frame): Initialize f->terminal,
9643 f->terminal->reference_count, and scroll bars on MS-DOS as well.
9644 Set the top frame to newly created frame.
9645 (Fmake_terminal_frame): Reuse the_only_display_info.
9646
9647 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
9648 estimating available memory.
9649
9650 2008-08-23 David Reitter <david.reitter@gmail.com>
9651
9652 * nsterm.m (ns_draw_window_cursor): Don't call
9653 NSDisableScreenUpdates and NSEnableScreenUpdates on
9654 non-NS_IMPL_COCOA systems.
9655
9656 2008-08-23 Andreas Schwab <schwab@suse.de>
9657
9658 * process.c (procfs_system_process_attributes): Fix use of
9659 uninitialized variables.
9660
9661 2008-08-23 Eli Zaretskii <eliz@gnu.org>
9662
9663 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
9664
9665 * dispnew.c (init_display): Remove MS-DOS specific conditions for
9666 calling tty-set-up-initial-frame-faces.
9667
9668 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
9669 Allow MSDOS frames along with X frames.
9670
9671 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
9672 addition to output_termcap.
9673
9674 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
9675
9676 * termchar.h (FRAME_TTY): Support output_msdos_raw.
9677 (struct tty_display_info) [MSDOS]: Add fields related to mouse
9678 highlight.
9679
9680 * process.c [!subprocesses]: Define QCname.
9681 (syms_of_process): Intern and staticpro it.
9682
9683 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
9684 Adjust for changes in encoding/decoding routines.
9685 Use encode_coding_object and decode_coding_object instead of
9686 encode_coding and decode_coding.
9687
9688 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
9689
9690 * dosfns.c: Include frame.h before termhooks.h.
9691 (dos_cleanup): Use CURTTY ()->termscript instead of a global
9692 variable termscript.
9693
9694 * s/msdos.h (USER_FULL_NAME): Define.
9695 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
9696
9697 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
9698 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
9699 pw->pw_gecos.
9700
9701 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
9702 SELECTED_FRAME as additional (1st) argument.
9703 (tty_read_avail_input): Handle output_msdos_raw in
9704 addition to output_termcap.
9705
9706 * msdos.c: Include frame.h before termhooks.h.
9707 (mouse_on, mouse_off, mouse_moveto, mouse_init)
9708 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
9709 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
9710 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
9711 (IT_set_terminal_modes, IT_reset_terminal_modes)
9712 (IT_set_frame_parameters): Use tty->termscript instead of a global
9713 variable termscript.
9714 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
9715 global variable terminal_coding. Don't refer to
9716 Vnonascii_translation_table.
9717 (internal_terminal_init): Set Vwindow_system in current_kboard.
9718 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
9719 Announce date and time of session start, if termscript is open.
9720 Don't zero out the_only_display_info (it is done in
9721 term.c:init_tty). Open termscript only of not already open.
9722 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
9723 here instead of dos_ttraw. Don't initialize display if this is an
9724 initial tty. Don't set FRAME_FONT.
9725 (Vwindow_system_version): Bump to 23.
9726 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
9727 is available, set up mouse_position_hook.
9728 (dos_ttraw, IT_set_terminal_modes): If called with initial
9729 terminal, do nothing.
9730 (IT_set_frame_parameters): Handle the Qtty_type frame
9731 parameter by calling internal_terminal_init.
9732 (dos_set_window_size, show_mouse_face)
9733 (clear_mouse_face, IT_note_mode_line_highlight)
9734 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
9735 (dos_rawgetc): Use tty_display_info instead of x_display_info.
9736 (initialize_msdos_display): New function.
9737 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
9738 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
9739 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
9740 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
9741 Accept additional argument: a pointer to a frame. Update all callers.
9742 (request_sigio, unrequest_sigio): Don't define, now defined on
9743 sysdep.c.
9744 (IT_write_glyphs): Rewrite to use encode_terminal_code.
9745
9746 * term.c [MSDOS]: Include msdos.h.
9747 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
9748 conditional to DOS_NT. Allow only one call to this function in a
9749 session. Don't allocate a new struct tty_display_info; instead,
9750 reuse the_only_display_info. Call get_tty_size to get screen
9751 dimensions. Call init_baud_rate to set bad_rate.
9752 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
9753 (Fsuspend_tty) [MSDOS]: Don't close input and output.
9754 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
9755 (get_tty_terminal, get_named_tty, Ftty_type)
9756 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
9757 output_termcap.
9758 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
9759 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
9760 only when subprocesses are supported.
9761
9762 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
9763 f->output_data.x.
9764 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
9765 terminal devices.
9766
9767 * msdos.h: Remove definition of struct x_display_info and struct
9768 x_output.
9769 (FRAME_FONT): Use output_data.tty.
9770 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
9771 (struct x_display_info): Rename from display_info. Update all users in
9772 msdos.c.
9773 (struct x_output): Remove background_pixel and foreground_pixel.
9774 (the_only_display_info): Rename from the_only_x_display.
9775 (dos_ttraw): Update prototype.
9776
9777 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
9778 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
9779
9780 2008-08-23 Jason Rumney <jasonr@gnu.org>
9781
9782 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
9783 (fn_TIFFSetDirectory): New library function used.
9784 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
9785 (tiff_load): Use :index to select among multiple images. Set count
9786 property when multiple images exist.
9787 (gif_format): Use :index, not :image.
9788
9789 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
9790
9791 * xdisp.c (try_scrolling): Check INT_MAX instead of
9792 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
9793 to obtain INT_MAX.
9794
9795 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
9796
9797 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
9798
9799 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
9800
9801 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
9802 GNUstep library location.
9803
9804 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
9805
9806 * xfaces.c (x_update_menu_appearance): Check validity of menu font
9807 before using it.
9808
9809 * puresize.h (BASE_PURESIZE): Increase to 1250000.
9810
9811 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9812
9813 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
9814 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
9815 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
9816 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
9817 (EmacsApp-cursor_blink_handler): Remove declaration.
9818 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
9819 match 01 Feb 2008 changes in xterm.c.
9820 (ns_read_socket): Add cast to avoid warning.
9821 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
9822 GNUstep.
9823
9824 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
9825
9826 * xselect.c (x_get_foreign_selection): Return nil if desired
9827 selection could not be obtained, instead of signalling an error.
9828
9829 2008-08-20 David Reitter <david.reitter@gmail.com>
9830
9831 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
9832 * nsterm.m: Remove ns-specific code for cursor blinking.
9833 (ns_draw_window_cursor): Clear cursor properly rather than
9834 redrawing the area. Respect width of bar cursors.
9835 These changes enable the use of generic blink-cursor-mode and
9836 generic cursor types in NS and support smooth cursor movements (do
9837 not blink off after command).
9838 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
9839 Nextstep, too.
9840
9841 2008-08-19 Kenichi Handa <handa@m17n.org>
9842
9843 * font.c (Vfont_log_deferred): New variable.
9844 (font_add_log): Check Vfont_log_deferred.
9845 (font_deferred_log): New function.
9846
9847 * font.h (font_deferred_log): Extern it.
9848
9849 * fontset.c (reorder_font_vector): Use encoding charset of fonts
9850 for sorting.
9851 (face_for_char): Use deferred log.
9852
9853 2008-08-18 Kenichi Handa <handa@m17n.org>
9854
9855 * fontset.c (face_for_char): Add font log.
9856
9857 * font.c (font_add_log): Add the font properties :script, :lang,
9858 and :otf in the log.
9859
9860 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
9861
9862 * xdisp.c: Remove dead code.
9863 (handle_invisible_prop, next_overlay_string): Defer call to
9864 setup_for_ellipsis.
9865 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
9866
9867 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
9868
9869 * xfaces.c (lookup_derived_face): Properly handle possible zero
9870 return value of get_lface_attributes.
9871 (merge_faces): Don't tell lookup_derived_face to signal an error
9872 if face is not found.
9873
9874 * dired.c (Fdirectory_files): Doc fix.
9875
9876 * process.c (make_process): Initialize kill_without_query struct
9877 member.
9878
9879 2008-08-15 Eli Zaretskii <eliz@gnu.org>
9880
9881 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
9882 Alternative calculation of totphys for Visual Studio 6.
9883
9884 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
9885
9886 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
9887 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
9888 All users changed.
9889 (stat): Only root directory passed to GetDriveType. Allow RAM
9890 disk as well as local fixed disk when w32-get-true-file-attributes
9891 is set to `local'.
9892 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
9893 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
9894 (w32_cached_id, w32_add_to_cache): New functions.
9895 (get_name_and_id): Look account names in the cache before calling
9896 lookup_account_sid.
9897 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
9898 New initialization flags.
9899 (globals_of_w32): Initialize them to zero.
9900 (w32_system_process_attributes): Use w32_cached_id and
9901 w32_add_to_cache.
9902
9903 2008-08-14 Lawrence Mitchell <wence@gmx.li>
9904
9905 * lread.c (Fread_char, Fread_char_exclusive): If no character
9906 event is read before timeout is reached, return nil, rather than
9907 converting to a number.
9908
9909 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
9910
9911 * fns.c (use_dialog_box): Doc fix.
9912
9913 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
9914 on OS X.
9915
9916 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
9917
9918 * frame.c (Qns_parse_geometry): New var.
9919 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
9920
9921 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
9922
9923 * xdisp.c (x_produce_glyphs): Handle the case when font has no
9924 space character in calculating tabs.
9925
9926 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
9927
9928 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
9929
9930 2008-08-10 Glenn Morris <rgm@gnu.org>
9931
9932 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
9933 silence gcc "limited range of data type" warnings in some
9934 make_fixnum_or_float calls.
9935
9936 2008-08-09 Eli Zaretskii <eliz@gnu.org>
9937
9938 * w32.c (w32_system_process_attributes): If the process does not
9939 exist, return nil.
9940
9941 * w32.c: Include thelp32.h, psapi.h and coding.h.
9942 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
9943 declarations.
9944 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
9945 (Process32Next_Proc): New typedefs.
9946 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
9947 (g_b_init_process32_next, g_b_init_open_thread_token)
9948 (g_b_init_impersonate_self, g_b_init_revert_to_self)
9949 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
9950 (g_b_init_get_process_working_set_size)
9951 (g_b_init_global_memory_status_ex): New static variables.
9952 (globals_of_w32): Initialize them.
9953 (create_toolhelp32_snapshot, process32_first, process32_next)
9954 (open_thread_token, impersonate_self, revert_to_self)
9955 (get_process_memory_info, get_process_working_set_size)
9956 (global_memory_status, global_memory_status_ex): New wrapper
9957 functions.
9958 (w32_list_system_processes, w32_system_process_attributes)
9959 (enable_privilege, restore_privilege, ltime, process_times):
9960 New functions.
9961 (convert_time_raw): New function.
9962 (convert_time): Remove conversion of FILETIME into time in 100
9963 nsec units, call convert_time_raw instead.
9964
9965 * process.h (w32_list_system_processes, w32_system_process_attributes):
9966 Add prototypes.
9967 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
9968 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
9969 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
9970 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
9971
9972 * process.c (Fsystem_process_attributes): Doc fix.
9973
9974 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
9975
9976 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
9977 a continued multi-char glyph; if so, advance to the actual glyph.
9978
9979 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9980
9981 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
9982
9983 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
9984 (.m.o): Use it.
9985 * config.in: Regenerate.
9986
9987 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
9988
9989 * xdisp.c (redisplay_window): Revert last change.
9990 (try_window): Check bottom scroll margin too.
9991
9992 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9993
9994 * config.in: Regenerate.
9995
9996 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
9997 -list-load-path-shadows'.
9998 (nsgui.h): Reduce number of things depending on it.
9999
10000 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
10001
10002 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
10003 instead of window-end which does the wrong thing at eob.
10004 (try_cursor_movement): Minor optimization.
10005 (redisplay_window): If scroll margin is defined, don't assume
10006 window doesn't need scrolling.
10007
10008 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10009
10010 * config.in: Regenerate.
10011
10012 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
10013 (mostlyclean): Don't delete *.d under NS.
10014
10015 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
10016
10017 2008-08-06 Kenichi Handa <handa@m17n.org>
10018
10019 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
10020
10021 2008-08-06 Andreas Schwab <schwab@suse.de>
10022
10023 * config.in: Regenerate.
10024
10025 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
10026
10027 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
10028 forcing a window start.
10029
10030 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
10031 (auto_save_1): Update modtime when auto-save-list-file-name is on.
10032
10033 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10034
10035 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
10036 argument.
10037
10038 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
10039
10040 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
10041 <scroll-down-aggressively, before-change-functions>:
10042 <after-change-functions>: Reflow docstrings.
10043
10044 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10045 Ken Raeburn <raeburn@gnu.org>
10046
10047 Dock menu customization, based on a patch by Ken Raeburn, plus some
10048 other fixes.
10049 * nsmenu.m (dockMenu): New variable.
10050 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
10051
10052 * nsterm.h (dockMenu): Declare.
10053
10054 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
10055 (ns_term_init): Initialize dockMenu.
10056 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
10057 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
10058 left.
10059
10060 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
10061
10062 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
10063
10064 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
10065
10066 * config.in: Regenerate.
10067
10068 2008-08-04 Seiji Zenitani <zenitani@mac.com>
10069
10070 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
10071
10072 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
10073
10074 * nsterm.h (find_and_call_menu_selection): Fix prototype.
10075
10076 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10077
10078 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
10079
10080 * keyboard.h: Comment an #endif.
10081
10082 * lisp.h (have_menus_p): Adjust comment.
10083
10084 * menu.c (find_and_return_menu_selection): Fix comparison with
10085 client_data.
10086
10087 * nsmenu.m (popup_activated_flag): New variable.
10088 (popup_activated): New function.
10089 (menu-or-popup-active-p): New exported lisp definition.
10090 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
10091 when popup done.
10092 (ns_popup_dialog): Set popup_activated_flag.
10093
10094 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
10095 version for GNUstep (handled by conditional typedef in nsterm.m).
10096 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
10097 in rgb.txt).
10098
10099 * process.c (init_process): Use DARWIN_OS, not DARWIN.
10100
10101 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
10102
10103 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
10104
10105 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
10106 shortcircuit if popup_activated like GTK and X toolkit.
10107
10108 * m/inter386.h: Change DARWIN to DARWIN_OS.
10109
10110 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
10111 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
10112 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
10113 comment on NO_SOCK_SIGIO.
10114
10115 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
10116
10117 * nsterm.m (windowDidResize): Remove stopModal call.
10118
10119 2008-08-03 Andreas Schwab <schwab@suse.de>
10120
10121 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
10122 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
10123
10124 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
10125
10126 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
10127 Don't use uninitialized pointer variable when using getrlimit.
10128
10129 2008-08-02 Jason Rumney <jasonr@gnu.org>
10130
10131 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
10132
10133 2008-08-02 Eli Zaretskii <eliz@gnu.org>
10134
10135 * alloc.c (NSTATICS): Bump to 0x640.
10136
10137 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
10138
10139 * lisp.h: Add prototype for directory_files_internal.
10140
10141 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
10142 New functions.
10143 (syms_of_process): Defsubr them. Add initializations for various
10144 Q* symbols used in procfs_system_process_attributes.
10145 (procfs_list_system_processes, procfs_system_process_attributes)
10146 [HAVE_PROCFS]: New functions.
10147 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
10148 (procfs_get_total_memory): New functions.
10149
10150 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
10151
10152 * xfaces.c (Fx_load_color_file): Fix previous change;
10153 it is #ifdef WINDOWSNT, not WINDOWS_NT.
10154
10155 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
10156
10157 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
10158
10159 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10160
10161 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
10162
10163 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
10164
10165 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
10166
10167 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
10168 define NSApplicationDelegateReplySuccess.
10169 (EmacsView -converstationIdentifier): Use long instead of
10170 NSInteger for GNUstep, since it doesn't have NSInteger.
10171
10172 * xmenu.c: Revert last change.
10173
10174 * keyboard.h: Fix last change.
10175
10176 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
10177
10178 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
10179 on Windows.
10180
10181 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10182
10183 Warning clearing and clean-up in NS port.
10184 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
10185 Add prototypes.
10186 * nsgui.h (FACE_DEFAULT): Remove, unused.
10187 (XGCValues): Change colors to unsigned long.
10188 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
10189 nsterm.m.
10190 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
10191 (ns_list_fonts): Remove, unused.
10192 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
10193 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
10194 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
10195 (nsfont_draw): Compare face colors to 0, not nil.
10196 * nsmenu.m (struct widget_value): Drop unneeded declaration.
10197 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
10198 (-addSubmenuWithTitle:): Use NSMenuItem class.
10199 (ns_popup_menu): Use NO, not NULL, for enabled setting.
10200 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
10201 (ns_clip_to_row): Make gc arg a BOOL.
10202 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
10203 ns_clip_to_row() call.
10204 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
10205 used). Cast FRAME_FONT assignments.
10206 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
10207 (ns_string_to_lispmod): Change arg to const char.
10208 (ns_term_init): Use NSMenuItem class.
10209 (EmacsApp -openFile:): Move to different section of file.
10210 (EmacsApp -application:openFiles:): Don't return a value, call
10211 -replyToOpenOrPrint:.
10212 (EmacsView -keyDown:): Fix up cast.
10213 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
10214 (EmacsView -menuDown:): Cast tag in call to
10215 find_and_call_menu_selection().
10216 (ns_list_fonts): Remove, unused.
10217 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
10218 (ns_fontname_to_xlfd): Make static.
10219 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
10220 Remove prototypes (now in keyboard.h).
10221 (next_menubar_widget_id): Remove, unused.
10222 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
10223 Remove prototypes (now in keyboard.h).
10224 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
10225
10226 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
10227
10228 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
10229 (floatfns.o): Depend on syssignal.h.
10230 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
10231
10232 * systty.h: Fix previous change that removed BSD_TERMIOS.
10233 Add comments to #ifdefs.
10234
10235 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10236
10237 * w32fns.c (w32-load-color-file): Remove.
10238 (x-open-connection): Use renamed Fx_load_color_file.
10239 * xfaces.c (x-load-color-file): Add.
10240 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
10241 Emacs.clr.
10242 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
10243
10244 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
10245
10246 * dbusbind.c (Fdbus_call_method_asynchronously)
10247 (Fdbus_method_error_internal): New defuns.
10248 (xd_read_message): Handle also reply messages.
10249 (Vdbus_registered_functions_table): Extend docstring.
10250
10251 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
10252
10253 * keyboard.c (gobble_input): Fix previous change.
10254
10255 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
10256
10257 * bitmaps/README:
10258 * xfns.c:
10259 * termcap.c:
10260 * term.c:
10261 * syswait.h:
10262 * systty.h:
10263 * systime.h:
10264 * syssignal.h:
10265 * sysdep.c:
10266 * process.h:
10267 * process.c:
10268 * print.c:
10269 * ndir.h:
10270 * lread.c:
10271 * keyboard.c:
10272 * getpagesize.h:
10273 * floatfns.c:
10274 * fileio.c:
10275 * emacs.c:
10276 * doc.c:
10277 * dispnew.c:
10278 * dired.c:
10279 * data.c:
10280 * callproc.c:
10281 * buffer.c:
10282 * README:
10283 * Makefile.in:
10284 * s/template.h:
10285 * s/msdos.h:
10286 * m/vax.h: Remove VMS support.
10287 * s/vms.h:
10288 * vlimit.h:
10289 * uaf.h:
10290 * temacs.opt:
10291 * param.h:
10292 * ioctl.h: Remove file.
10293
10294 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
10295
10296 * s/ms-w32.h (MULTI_KBOARD): Remove.
10297 * xterm.c:
10298 * xselect.c:
10299 * xfns.c:
10300 * window.c:
10301 * w32term.c:
10302 * w32fns.c:
10303 * terminal.c:
10304 * termhooks.h:
10305 * term.c:
10306 * sysdep.c:
10307 * keyboard.h:
10308 * keyboard.c:
10309 * frame.h:
10310 * frame.c:
10311 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
10312 * config.in: Regenerate.
10313
10314 2008-07-30 Jason Rumney <jasonr@gnu.org>
10315
10316 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
10317
10318 * w32font.c (w32font_encode_char): Leave as unicode if in range.
10319 (w32font_open_internal): Get unicode version of textmetrics.
10320 Don't enable or disable glyph indices here.
10321 (w32font_open): Disable use of glyph indices.
10322
10323 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
10324
10325 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
10326
10327 * minibuf.c (Vread_buffer_function): Doc fix.
10328
10329 2008-07-30 John Paul Wallington <jpw@pobox.com>
10330
10331 * minibuf.c (read_buffer_completion_ignore_case): New var.
10332 (Fread_buffer): Use it.
10333
10334 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
10335
10336 * systty.h (sensemode): Remove empty #if. Remove reference to
10337 BSD_TERMIOS, unused.
10338
10339 * sysdep.c: Remove reference to DGUX.
10340 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
10341
10342 * config.in: Regenerate.
10343
10344 2008-07-30 Jason Rumney <jasonr@gnu.org>
10345
10346 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
10347
10348 2008-07-29 Jason Rumney <jasonr@gnu.org>
10349
10350 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
10351 is populated.
10352 (uniscribe_encode_char): Always use uniscribe.
10353 Avoid using context if cache is populated.
10354
10355 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
10356
10357 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
10358 open menu.
10359
10360 * gtkutil.c (menu_nav_ended): Remove.
10361 (create_menus): Remove signal connect for menu_nav_ended.
10362
10363 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
10364
10365 * xdisp.c (redisplay_window): Check return value of
10366 compute_window_start_on_continuation_line before forcing a window
10367 start.
10368
10369 2008-07-28 Jason Rumney <jasonr@gnu.org>
10370
10371 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
10372
10373 * w32term.c (w32_enable_unicode_output, cleartype_active):
10374 Remove obsolete display options.
10375 (x_draw_glyph_string_background): Don't use old cleartype_active
10376 workaround.
10377 (w32_initialize): Remove cleartype_active initialization.
10378 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
10379
10380 2008-07-28 Andreas Schwab <schwab@suse.de>
10381
10382 * lisp.h (init_weak_hash_tables, syms_of_font)
10383 (xd_read_queued_messages, syms_of_dbusbind): Declare.
10384 (remove_hash_entry): Don't declare.
10385 * eval.c (maybe_call_debugger): Make static and move before use.
10386 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
10387 * xdisp.c: Include "gtkutil.h" if USE_GTK.
10388 * xterm.h (x_set_frame_alpha): Declare.
10389
10390 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
10391
10392 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
10393 (create_menus): Connect selection-done to menu_nav_ended.
10394
10395 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10396
10397 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
10398 Set Vx_resource_name to a fallback. Replace read of 'buffered'
10399 parameter with read of 'alpha' one.
10400 (Qns_frame_parameter): Remove.
10401 * nsselect.m (selection-coding-system)
10402 (next-selection-coding-system, Vselection_coding_system)
10403 (Vnext_selection_coding_system): Drop.
10404
10405 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10406
10407 * nsfns.m (do-applescript, do_applescript): Rename to
10408 ns-do-applescript, ns_do_applescript, and move within file.
10409
10410 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10411
10412 Remove support for Mac Carbon.
10413 * mactoolbox.c:
10414 * macterm.h:
10415 * macterm.c:
10416 * macselect.c:
10417 * macmenu.c:
10418 * macgui.h:
10419 * macfns.c:
10420 * mac.c: Remove file.
10421 * s/darwin.h:
10422 * m/intel386.h:
10423 * xfaces.c:
10424 * xdisp.c:
10425 * window.c:
10426 * tparam.c:
10427 * termhooks.h:
10428 * termcap.c:
10429 * term.c:
10430 * syssignal.h:
10431 * sysselect.h:
10432 * sysdep.c:
10433 * process.c:
10434 * lread.c:
10435 * lisp.h:
10436 * keyboard.c:
10437 * image.c:
10438 * fringe.c:
10439 * frame.h:
10440 * frame.c:
10441 * fontset.c:
10442 * font.h:
10443 * font.c:
10444 * fns.c:
10445 * fileio.c:
10446 * emacs.c:
10447 * dispnew.c:
10448 * dispextern.h:
10449 * config.in:
10450 * atimer.c:
10451 * Makefile.in: Remove code for Carbon.
10452
10453 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10454
10455 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
10456
10457 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10458
10459 * macterm.h (kCGBitmapByteOrder32Host): New define for
10460 non-universal SDKs.
10461
10462 * image.c (mac_create_cg_image_from_image, image_load_image_io)
10463 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10464
10465 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
10466 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10467
10468 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
10469
10470 * w32inevt.c: Include dispextern.h.
10471
10472 2008-07-26 Andreas Schwab <schwab@suse.de>
10473
10474 * print.c (print_object): Fix off-by-one in last change.
10475
10476 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
10477
10478 * term.c (syms_of_term): Don't initialize default_orig_pair,
10479 default_set_foreground and default_set_background on Windows.
10480
10481 2008-07-25 Jason Rumney <jasonr@gnu.org>
10482
10483 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
10484 ScriptItemize. Clean up return value checking. Remove unused
10485 variables.
10486 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
10487 shaping engine.
10488
10489 * w32font.c (w32font_has_char): Handle the case where we can't
10490 determine the script for a character.
10491
10492 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
10493
10494 * term.c (syms_of_term): Initialize default_orig_pair,
10495 default_set_foreground, and default_set_background.
10496
10497 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
10498 clash (bug#86).
10499 (getloadavg): Callers changed.
10500
10501 * image.c (svg_load_image): Fix last change.
10502 (svg_load_image): Use rsvg_handle_get_dimensions to check that
10503 image size is valid. Use g_object_unref instead of deprecated
10504 rsvg_handle_free to free rsvg handle.
10505 (x_from_xcolors): Don't initialize pixmap (silence compiler).
10506
10507 2008-07-25 Jason Rumney <jasonr@gnu.org>
10508
10509 * w32font.c (w32font_encode_char): Encode characters outside BMP as
10510 surrogates before looking up glyph index.
10511 (w32font_text_extents): Encode as surrogates if falling back to
10512 functions that need UTF-16 wide chars.
10513
10514 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
10515 BMP as surrogates before looking up glyph index.
10516
10517 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
10518
10519 * image.c (svg_load_image): Check for failure in return value of
10520 rsvg_handle_get_pixbuf. Free rsvg handle when done.
10521
10522 2008-07-25 Jason Rumney <jasonr@gnu.org>
10523
10524 * w32font.c (Fx_select_font): Reverse sense of second arg.
10525
10526 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10527
10528 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
10529 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
10530
10531 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
10532 (PURESIZE): Use it.
10533
10534 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10535
10536 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
10537 * m/alpha.h (TEXT_END):
10538 * m/ibmrs6000.h (TEXT_END):
10539 * m/macppc.h (TEXT_END):
10540 * s/darwin.h (TEXT_END):
10541 * s/msdos.h (TEXT_END): Remove, unused.
10542 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
10543 * s/cygwin.h: Remove comment.
10544
10545 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
10546 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
10547 * m/intel386.h (DOT_GLOBAL_START):
10548 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
10549 (USG): Remove, file not used on USG platforms.
10550
10551 * Makefile.in (HAVE_X11): Remove empty #else.
10552
10553 2008-07-24 Andreas Schwab <schwab@suse.de>
10554
10555 * fileio.c (Finsert_file_contents): Properly adjust undo list
10556 after format conversion.
10557
10558 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
10559
10560 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
10561 (menu_nav_ended): Remove.
10562 (create_menus): Remove signal connect for menu_nav_ended.
10563 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
10564 create_menus.
10565 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
10566
10567 2008-07-23 Jason Rumney <jasonr@gnu.org>
10568
10569 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
10570 with opened font.
10571 (w32font_open): Set font type to gdi.
10572
10573 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
10574
10575 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10576
10577 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
10578 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
10579 defines it.
10580 * unexec.c (ADDR_CORRECT): Define unconditionally.
10581
10582 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
10583
10584 * unexec.c: Remove code depending on !COFF and USG, the file is
10585 not used for such systems.
10586
10587 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
10588 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
10589 (LD_SWITCH_SYSTEM_1): Remove, update users.
10590
10591 * s/darwin.h (DATA_END):
10592 * m/intel386.h (DATA_END):
10593 * m/ibmrs6000.h (DATA_END):
10594 * m/alpha.h (DATA_END): Remove, unused.
10595
10596 * config.in: Regenerate.
10597 * s/ms-w32.h (subprocesses): Define unconditionally.
10598 * s/template.h (subprocesses): Update comment.
10599 * s/vms.h (subprocesses):
10600 * s/usg5-4.h (subprocesses):
10601 * s/hpux10-20.h (subprocesses):
10602 * s/gnu-linux.h (subprocesses):
10603 * s/cygwin.h (subprocesses):
10604 * s/bsd-common.h (subprocesses):
10605 * s/aix4-2.h (subprocesses):
10606 * s/darwin.h (subprocesses): Do not define, defined by default now.
10607
10608 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
10609 Remove all references.
10610 (temacs): Add GNUstep specific ld flags.
10611
10612 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
10613 similarly to what X does.
10614
10615 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10616
10617 * nsfns.m (x-list-fonts): Remove.
10618 (syms_of_nsfns): Drop the x-list-fonts declaration.
10619 * nsterm.m: Get rid of remaining "//" comments.
10620
10621 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
10622
10623 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
10624
10625 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
10626 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
10627 (Fns_own_selection_internal, Fx_disown_selection_internal)
10628 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
10629
10630 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
10631 ... */' style of docstrings. Doc fixes.
10632
10633 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10634
10635 * terminfo.c (UP, BC, PC): Undo previous change.
10636
10637 * nsfns.m: Rename ns prefixed functions/variables to the
10638 corresponding x versions. Update references.
10639
10640 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10641
10642 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
10643
10644 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10645
10646 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
10647 Remove forwarding functions.
10648 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
10649 non-static.
10650 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
10651 non-static.
10652 (ns_frame_parm_handlers): Use the new names.
10653 (syms_of_nsfns): Move to the end of file.
10654
10655 * nsterm.m (syms_of_nsterm): Move to the end of file.
10656
10657 * dispnew.c (init_display): Remove code for X10.
10658
10659 2008-07-22 Jason Rumney <jasonr@gnu.org>
10660
10661 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
10662 bare drive.
10663
10664 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10665
10666 * nsterm.m (syms_of_nsterm): Remove debugging println.
10667
10668 2008-07-22 David Reitter <david.reitter@gmail.com>
10669
10670 * nsfns.m (do_applescript, F_do_applescript): NS version of the
10671 Carbon implementation of the same functionality: execute arbitrary
10672 AppleScript code.
10673
10674 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10675
10676 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
10677 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
10678 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
10679 (Fx_display_mm_height, Fx_display_mm_width)
10680 (Fx_display_backing_store, Fx_display_visual_class)
10681 (Fx_display_save_under, Fx_open_connection)
10682 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
10683 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
10684 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10685 (Fx_display_pixel_width, Fx_display_pixel_height)
10686 (Fx_display_usable_bounds, Fx_display_planes)
10687 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
10688 ... */' style of docstrings.
10689
10690 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10691
10692 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
10693 on this platform.
10694 (mips):
10695 * m/iris4d.h (mips): Do not define.
10696 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
10697
10698 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
10699
10700 * image.c:
10701 * nsfns.m:
10702 * nsselect.m:
10703 * nsterm.h:
10704 * nsterm.m: Rename ns prefixed functions/variables to the
10705 corresponding x versions. Update references.
10706
10707 * m/ibms390x.h (NO_REMAP): Do not undefine.
10708
10709 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
10710
10711 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
10712
10713 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
10714 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
10715 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
10716 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
10717 (Fns_display_mm_height, Fns_display_mm_width)
10718 (Fns_display_backing_store, Fns_display_visual_class)
10719 (Fns_display_save_under, Fns_open_connection)
10720 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
10721 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
10722 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10723 (Fns_display_pixel_width, Fns_display_pixel_height)
10724 (Fns_display_usable_bounds, Fx_display_planes)
10725 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
10726
10727 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
10728
10729 * print.c (print_object): Check print_depth before searching for
10730 circularities.
10731
10732 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
10733
10734 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
10735 only sprintf.
10736
10737 2008-07-21 Kenichi Handa <handa@m17n.org>
10738
10739 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
10740
10741 2008-07-20 Andreas Schwab <schwab@suse.de>
10742
10743 * syntax.c (find_start_pos, find_start_value)
10744 (find_start_value_byte, find_start_begv, find_defun_start)
10745 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
10746
10747 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10748
10749 * s/sol2-3.h: Insert contents of s/sol2.h.
10750 (LD_SWITCH_SYSTEM): Remove redundant definition.
10751 * s/sol2.h: Remove, unused.
10752
10753 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10754
10755 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
10756
10757 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10758
10759 * Makefile.in (ns_appdir): Fix typo in find command.
10760
10761 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10762
10763 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
10764
10765 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
10766 added not supported anymore.
10767
10768 * s/usg5-4-2.h (LIBS_SYSTEM):
10769 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
10770
10771 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10772 * s/lynxos.h (GETPGRP_NO_ARG):
10773 * s/hpux10-20.h (NO_SIOCTL_H):
10774 * s/gnu.h (GETPGRP_NO_ARG):
10775 * s/gnu-linux.h (NO_SIOCTL_H):
10776 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10777 * s/cygwin.h (GETPGRP_NO_ARG):
10778 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
10779 (C_DEBUG_SWITCH): Remove duplicate definition.
10780
10781 * m/ibms390.h: Remove boilerplate comments.
10782
10783 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
10784
10785 * process.c (HAVE_SERIAL): Consolidate ifdefs.
10786 (wait_reading_process_output): Remove code for SunOS, platform not
10787 supported anymore. Use SOLARIS2 instead of sun.
10788
10789 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10790
10791 * font.c (font_open_by_name): Under NS, default lface height to zero.
10792 (font_open_for_lface): Under NS, set size based on frame fontsize.
10793 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
10794 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
10795
10796 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10797
10798 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
10799 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
10800 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
10801 YES/NO.
10802 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
10803 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
10804 * Makefile.in (clean): Clear out build destination dir.
10805
10806 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10807
10808 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
10809 xterm, xselect.
10810 * lisp.h: Remove declaration of hash_remove.
10811 * nsgui.h: Remove redefinitions of hash_remove.
10812 * fns.c (hash_remove): Rename to hash_remove_from_table.
10813
10814 2008-07-19 Seiji Zenitani <zenitani@mac.com>
10815
10816 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
10817 strdup() the family UTF8String before modifying it.
10818
10819 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10820
10821 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
10822 NS_FACE_BACKGROUND with 0 instead of nil.
10823 * nsfont.m (nsfont_draw): Same.
10824
10825 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
10826
10827 * nsfns.m (ns_set_background_color): Fix crash.
10828
10829 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
10830
10831 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
10832
10833 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
10834
10835 * puresize.h (BASE_PURESIZE): Increase to 1240000.
10836
10837 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10838
10839 * gtkutil.c: Include <config.h> instead of "config.h".
10840
10841 * lisp.h (Foverlay_buffer): Add EXFUN.
10842
10843 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
10844 child process to complete child_setup. Undo 2005-09-21 change.
10845
10846 * s/darwin.h: Mention setsid after vfork.
10847
10848 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10849
10850 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
10851 Depend on macgui.h.
10852
10853 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
10854 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
10855
10856 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
10857 and f19.
10858 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
10859
10860 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
10861 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
10862 Remove enumerators.
10863
10864 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
10865 Check if FACE_FROM_ID returns NULL.
10866
10867 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
10868
10869 * w32inevt.c (change_frame_size): Remove extern declaration.
10870 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
10871 change_frame_size.
10872
10873 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10874
10875 * getloadavg.c: Revert last change (2008-07-15).
10876
10877 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10878
10879 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
10880 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
10881 from configure.
10882
10883 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10884
10885 * s/sol2.h:
10886 * s/sol2-4.h: Reorganize conditionals.
10887
10888 * ecrt0.c: Remove code depending on m68000, not used anymore.
10889
10890 * fns.c (hash_remove): Make static.
10891 * lisp.h (hash_remove): Don't prototype.
10892
10893 * m/ibmrs6000.h:
10894 * m/ibms390x.h:
10895 * m/macppc.h: Remove boilerplate comments.
10896
10897 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
10898 Solaris, which does not need them.
10899
10900 * m/vax.h: Remove comments about unsupported systems.
10901
10902 * s/darwin.h: Reorganize ifdefs.
10903
10904 2008-07-17 Andreas Schwab <schwab@suse.de>
10905
10906 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
10907
10908 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10909
10910 Use SDATA. Follow coding convention of placing operators at
10911 beginning of next line rather than end of previous line, and placing
10912 spaces around infix operators.
10913
10914 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
10915 in case it was defined already.
10916 USE @GNUSTEP_MAKEFILES@ rather than envvars.
10917 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
10918 ns_default.
10919 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
10920 Lisp_Objects.
10921 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
10922 (ns_defined_color, ns_color_to_lisp): Declare.
10923 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
10924 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
10925 it's accepted even with USE_LISP_UNION_TYPE.
10926 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
10927 (update_frame_tool_bar): Remove apparently obsolete tests for
10928 non-integerness of f->tool_bar_lines.
10929 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
10930 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
10931 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
10932 (nsfont_open): Don't confuse NULL for Qnil.
10933 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
10934 * menu.h (find_and_call_menu_selection):
10935 * menu.c (find_and_call_menu_selection): Use just int for vector size.
10936 (find_and_return_menu_selection): Always return something.
10937 * frame.h: Include dispextern.h for Display_Info.
10938 (display_x_get_resource): Declare.
10939
10940 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
10941
10942 * syntax.c: Remove stdio.h include accidentally introduced in
10943 Emacs.app commit.
10944 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
10945 NS_IMPL_COCOA.
10946 * keyboard.c (handle_async_input, input_available_signal): Remove
10947 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
10948
10949 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10950
10951 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
10952 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
10953 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
10954 Use SDATA.
10955
10956 * keymap.c: Remove all NS-specific code.
10957 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
10958 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
10959 where_is_preferred_modifier, return a different value depending on how
10960 preferred is the binding.
10961 (where_is_internal): Adjust accordingly.
10962 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
10963 Adjust to new preferred_sequence_p.
10964 (syms_of_keymap): Declare `where-is-preferred-modifier'.
10965 * keyboard.c (parse_solitary_modifier): Not static any more.
10966 * keyboard.h (parse_solitary_modifier): Declare.
10967
10968 2008-07-16 Andreas Schwab <schwab@suse.de>
10969
10970 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
10971 of easymenu.
10972
10973 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
10974
10975 * xdisp.c (move_it_in_display_line): Account for word wrap, so
10976 that we don't move off the line.
10977
10978 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10979
10980 * keyboard.c (Qsuper): Remove.
10981 (parse_menu_item): Don't call where_is_internal specially for NS.
10982
10983 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10984
10985 * s/gnu-linux.h: Remove boilerplate comments.
10986
10987 * m/alpha.h (__ELF__): Consolidate conditions.
10988
10989 * m/m68k.h (linux): Use GNU_LINUX instead.
10990 Remove boilerplate comments.
10991
10992 * m/intel386.h: Undo refactoring from previous change.
10993 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
10994 too, remove dead code.
10995 (linux): Use GNU_LINUX instead.
10996
10997 2008-07-16 Jason Rumney <jasonr@gnu.org>
10998
10999 * w32gui.h: Repeat 26 June changes lost by last change.
11000
11001 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11002
11003 * systty.h: Remove code for Aix on 386, unsupported platform.
11004
11005 * s/ms-w32.h: Remove boilerplate comments.
11006 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
11007
11008 * s/gnu-linux.h (TERM): Remove support.
11009 (HAVE_SYSVIPC): Remove, unused.
11010 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
11011 for this system.
11012
11013 * process.c: Remove support for IRIS, unused.
11014 Remove support for TERM, not relevant anymore.
11015
11016 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
11017 used with the definition.
11018
11019 * s/aix4-2.h (static): Do not undef.
11020
11021 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
11022 only used on Aix.
11023 (HAVE_SYSVIPC): Remove, unused.
11024
11025 * m/hp800.h (CANNOT_DUMP): Do not undef.
11026
11027 * m/alpha.h: Fix comment.
11028
11029 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
11030 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
11031 used by this configuration.
11032 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
11033 * unexec.c: Remove code depending on HPUX and
11034 USG_SHARED_LIBRARIES, not used with this file. Remove code
11035 depending on IRIS, unused. Remove if 0-ed code.
11036
11037 * s/template.h: Remove comments about static.
11038
11039 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
11040 Remove if 0-ed code.
11041 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
11042 were the same as the default.
11043 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
11044 Remove boilerplate comments.
11045 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
11046 (HAVE_SYSVIPC): Remove, unused.
11047 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
11048
11049 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11050 Remove boilerplate comments.
11051 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11052 Remove boilerplate comments.
11053 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11054 Remove boilerplate comments.
11055 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
11056
11057 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
11058 USG systems which do not use DATA_SEG_BITS.
11059 Refactor code. Remove boilerplate comments.
11060
11061 * m/ibms390.h:
11062 * m/m68k.h:
11063 * s/bsd-common.h:
11064 * s/cygwin.h:
11065 * s/darwin.h:
11066 * s/freebsd.h:
11067 * s/gnu.h:
11068 * s/msdos.h: Remove boilerplate comments.
11069
11070 * m/iris4d.h: Remove boilerplate comments and code for systems that
11071 do not use this file.
11072 (IRIS_4D): Remove, unused.
11073
11074 * m/mips.h: Remove boilerplate comments and code for systems that
11075 do not use this file.
11076 (SIGN_EXTEND_CHAR):
11077 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
11078 * unexmips.c: Remove file, unused.
11079
11080 * editfns.c (Fuser_full_name): Replace the only use of
11081 USER_FULL_NAME with its value.
11082 * config.in: Regenerate.
11083
11084 2008-07-16 David Reitter <david.reitter@gmail.com>
11085
11086 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
11087 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
11088
11089 2008-07-16 Glenn Morris <rgm@gnu.org>
11090
11091 * emacs.c (system-type): Doc fix.
11092
11093 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
11094
11095 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
11096 If the cache doesn't work, let's fix it, rather than work around it.
11097
11098 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11099
11100 * Makefile.in: Correct additions for nsfont.o in last commit.
11101 * nsfont.m: New file (forgot last commit).
11102
11103 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
11104
11105 * callproc.c (set_initial_environment): Initialize
11106 Vprocess_environment under CANNOT_DUMP (fixes crash when
11107 batch-compiling for bootstrap).
11108
11109 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
11110 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11111
11112 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
11113 fix crash due to different init order.
11114
11115 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11116
11117 Changes and additions for NeXTstep windowing system (Cocoa and
11118 GNUstep) support.
11119
11120 * Makefile.in:
11121 * config.in: Support defines and build commands for NS port.
11122 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
11123 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
11124 * dispextern.h: Include nsgui.h and add needed typedefs under NS
11125 windowing.
11126 (struct face): Add synth_ital field.
11127 * dispnew.c: Include nsterm.h when compiling under NS windowing.
11128 (init_display): Initialize Vinitial_window_system to "ns" when so
11129 compiled.
11130 * emacs.c: Include GSConfig.h when compiling under GNUstep.
11131 (display_arg): Use under NS.
11132 (main): Under NS, allocate autorelease pool and handle command line
11133 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
11134 (standard_args): Add NS-specific args.
11135 (shut_down_emacs): Shut down NS terminal if compiled under NS.
11136 * font.c (DEFAULT_ENCODING): New variable.
11137 (font_find_for_lface): Use it.
11138 (syms_of_font): Load syms_of_nsfont under NS.
11139 * font.h: Declare nsfont_driver when compiled under NS.
11140 * fontset.c: When compiling under NS, include nsterm.h.
11141 (fontset_from_font): Autoconstruct fontset under NS.
11142 * frame.c (various): Under NS, include nsterm.h, add Qns window system
11143 symbol, document and use it.
11144 (do_switch_frame): When for_deletion under Cocoa, add
11145 Fraise_frame(Qnil).
11146 (x_set_frame_parameters): Ensure font attribute changes are picked up.
11147 (x_get_arg): Allow "yes" and "no" as boolean values.
11148 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
11149 Qright under Cocoa.
11150 (focus-follows-mouse): Default to 0 under NS.
11151 * frame.h (enum output_method): Add output_ns.
11152 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
11153 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
11154 (FRAME_WINDOW_P): NS-specific definition.
11155 * fringe.c (max_used_fringe_bitmap): Make public.
11156 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
11157 (getloadavg): Use NeXT code under descendant OS's.
11158 * image.c (includes and header section, x_create_bitmap_from_data)
11159 (x_create_bitmap_from_file, free_bitmap_record, image_background)
11160 (image_background_transparent, x_clear_image_1)
11161 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
11162 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
11163 (x_to_xcolors, x_from_xcolors, x_disable_image)
11164 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
11165 other GUIs, including XPM support using code originally written for
11166 Carbon GUI.
11167 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
11168 using NS API.
11169 (image_ascent): Use font metrics macros instead of direct struct field
11170 access.
11171 * keyboard.c (includes): Add nsterm.h when compiling under NS.
11172 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
11173 Also, handle NS as GTK for menu bar purposes.
11174 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
11175 toolkit where they differ.
11176 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
11177 use cachelist, still needed under NS.
11178 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
11179 (struct widget_value): Define it here for menu.c.
11180 * keymap.c (includes): Include modifier internals.
11181 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
11182 NS.
11183 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
11184 support for preferring sequences using certain modifiers, specified by
11185 the FIRSTONLY argument.
11186 * lisp.h (hash_remove): Rename to avoid name clash when compiling
11187 under NS GNUstep implementation.
11188 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
11189 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
11190 * menu.c: Include nsterm.h under NS.
11191 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
11192 (free_menubar_widget_tree_value, update_submenu_strings)
11193 (find_and_call_menu_selection): Treat NS as X and NT.
11194 (find_and_return_menu_selection): New function, used for popup menus.
11195 * nsgui.h:
11196 * nsterm.h:
11197 * nsfns.m:
11198 * nsimage.m:
11199 * nsmenu.m:
11200 * nsselect.m:
11201 * nsterm.m: New files.
11202 * process.c (wait_reading_process_output): Under NS, call ns_select()
11203 instead of plain select().
11204 * syntax.c (char_quoted): Under NS, avoid a crash when called near
11205 beginning of buffer.
11206 * sysselect.h (init_process): Rename when compiling under Cocoa to
11207 avoid name conflict.
11208 * termhooks.h (display_info): Add ns_display_info to union.
11209 * terminal.c (Fterminal_live_p): Add ns to terminal types.
11210 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
11211 COCOA environment.
11212 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
11213 unexec() signature. (Note, this will dump, but the resulting file
11214 crashes; unexosx is used instead; keeping around for reference and
11215 possible aid in getting dump working under GNUstep.)
11216 * w32gui.h (button_type, widget_value): Remove definitions (now in
11217 keyboard.h).
11218 * window.c: Include nsterm.h when compiling under NS.
11219 * xdisp.c (includes): Include nsterm.h when compiling under NS.
11220 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
11221 other GUI windowing systems.
11222 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
11223 GTK.
11224 (x_consider_frame_title): Under NS, set icon type and frame
11225 modified-state indicator; use ns_set_name_as_filename() when using
11226 formatted title.
11227 (update_window_cursor): Make public when compiling under NS.
11228 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
11229 (hourglass_atimer, Vhourglass_delay
11230 * xfaces.c (header section, init_frame_faces, clear_font_table)
11231 (defined_color, unload_color, x_face_list_fonts)
11232 (prepare_face_for_display): Add NS support parallel to other GUIs.
11233 Emulate GCs like other non-X GUIs.
11234 (split_font_name): Don't lowercase font name under NS.
11235 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
11236 under NS.
11237 * s/darwin.h: Add support for compilation under NS.
11238
11239 2008-07-15 Jason Rumney <jasonr@gnu.org>
11240
11241 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
11242 (w32_show_hourglass): Rename from show_hourglass.
11243 (w32_hide_hourglass): Rename from hide_hourglass.
11244 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
11245 (Vhourglass_delay): Declare extern.
11246 (hourglass_started): Remove.
11247
11248 * xdisp.c (Vhourglass_delay): Remove static.
11249 (hourglass_started, start_hourglass, cancel_hourglass):
11250 Don't include these versions on WINDOWSNT.
11251
11252 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11253
11254 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
11255 variables (formerly in xfns.c).
11256 (show_hourglass, hide_hourglass): New prototypes (same).
11257 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
11258 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
11259 in xfns.c).
11260 (syms_of_xdisp): Declare/initialize display-hourglass,
11261 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
11262 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
11263 formerly in xfns.c.
11264 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
11265 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
11266 (start_hourglass, cancel_hourglass): Remove.
11267 (show_hourglass, hide_hourglass): Remove prototypes and static
11268 modifiers.
11269 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
11270 hourglass_atimer, hourglass_shown_p declaration/initialization.
11271 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
11272 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
11273 (start_hourglass, cancel_hourglass): Remove.
11274 (show_hourglass, hide_hourglass): Remove prototypes and static
11275 modifiers.
11276 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
11277 hourglass_atimer, hourglass_shown_p declaration/initialization.
11278 * w32fns.c (display_hourglass_p, Vhourglass_delay)
11279 (DEFAULT_HOURGLASS_DELAY): Remove.
11280 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
11281 hourglass_shown_p declaration/initialization.
11282
11283 2008-07-14 Jason Rumney <jasonr@gnu.org>
11284
11285 * w32fns.c (w32_get_arg): Remove wrapper function.
11286 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
11287 directly.
11288 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
11289
11290 2008-07-14 Kenichi Handa <handa@m17n.org>
11291
11292 * xfont.c (xfont_open): Add workaround for X's bug.
11293
11294 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11295
11296 * fontset.c: Include <stdio.h> unconditionally.
11297
11298 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
11299
11300 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
11301 for filtering.
11302
11303 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11304
11305 * s/vms.h: Use __GNUC__ instead of _GNUC_.
11306
11307 * m/macppc.h:
11308 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
11309
11310 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
11311 (SPECIAL_EMACS_INT):
11312 * m/ia64.h (SPECIAL_EMACS_INT):
11313 * m/amdx86-64.h (SPECIAL_EMACS_INT):
11314 * s/gnu.h (NLIST_STRUCT):
11315 * s/aix4-2.h (X11R5_INHIBIT_I18N):
11316 * s/gnu-linux.h (LINUX):
11317 * s/msdos.h (HAVE_FACES):
11318 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
11319
11320 * systty.h:
11321 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
11322 anymore.
11323
11324 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
11325
11326 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
11327 always defined as int.
11328
11329 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
11330 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
11331 * s/gnu-linux.h (HAVE_WAIT_HEADER):
11332 * s/freebsd.h (HAVE_WAIT_HEADER):
11333 * s/bsd-common.h (HAVE_UNION_WAIT):
11334 * s/aix4-2.h (HAVE_WAIT_HEADER):
11335 * m/mips.h (HAVE_UNION_WAIT):
11336 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
11337 (COFF, static): Do not define, they are undefined later in the file.
11338
11339 * process.c (update_status): Don't use a union.
11340 (status_convert):
11341 (sigchld_handler): Use int instead of WAITTYPE.
11342
11343 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
11344
11345 * indent.c (Fvertical_motion): Restore hscroll before moving to
11346 goal column.
11347
11348 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11349
11350 * lisp.h: Remove left over code.
11351
11352 2008-07-11 Andreas Schwab <schwab@suse.de>
11353
11354 * lisp.h: Fix logic in last change.
11355
11356 * menu.h: New file.
11357 * menu.c: Include it.
11358 * xmenu.c: Likewise.
11359 * Makefile.in: Update dependencies.
11360
11361 2008-07-11 Kenichi Handa <handa@m17n.org>
11362
11363 * fontset.c (fontset_from_font): Cancel the previous change.
11364
11365 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11366
11367 * lisp.h:
11368 * w32heap.c:
11369 * emacs.c:
11370 * alloc.c: Replace all references of NO_UNION_TYPE with
11371 USE_LISP_UNION_TYPE.
11372
11373 * m/xtensa.h (NO_UNION_TYPE):
11374 * m/vax.h (NO_UNION_TYPE):
11375 * m/template.h (NO_UNION_TYPE):
11376 * m/sparc.h (NO_UNION_TYPE):
11377 * m/mips.h (NO_UNION_TYPE):
11378 * m/macppc.h (NO_UNION_TYPE):
11379 * m/m68k.h (NO_UNION_TYPE):
11380 * m/iris4d.h (NO_UNION_TYPE):
11381 * m/intel386.h (NO_UNION_TYPE):
11382 * m/ibms390x.h (NO_UNION_TYPE):
11383 * m/ibms390.h (NO_UNION_TYPE):
11384 * m/ibmrs6000.h (NO_UNION_TYPE):
11385 * m/ia64.h (NO_UNION_TYPE):
11386 * m/hp800.h (NO_UNION_TYPE):
11387 * m/arm.h (NO_UNION_TYPE):
11388 * m/amdx86-64.h (NO_UNION_TYPE):
11389 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
11390 defining it the same.
11391
11392 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
11393
11394 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
11395
11396 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
11397
11398 * fileio.c:
11399 * sysdep.c:
11400 * systty.h:
11401 * m/ibmrs6000.h:
11402 * m/iris4d.h:
11403 * s/aix4-2.h:
11404 * s/freebsd.h:
11405 * s/gnu-linux.h:
11406 * s/hpux10-20.h:
11407 * s/hpux11.h:
11408 * s/netbsd.h:
11409 * s/sol2-3.h:
11410 * s/sol2-4.h:
11411 * s/sol2.h:
11412 * s/usg5-4.h:
11413 * s/vms.h: Remove references to unused variables.
11414
11415 2008-07-10 Andreas Schwab <schwab@suse.de>
11416
11417 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
11418 pattern before matching the generic family.
11419
11420 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
11421
11422 * unexec.c:
11423 * s/vms.h:
11424 * s/usg5-4-2.h:
11425 * s/sol2-5.h:
11426 * s/freebsd.h:
11427 * s/darwin.h: Remove dead code.
11428
11429 * m/template.h:
11430 * m/sparc.h:
11431 * m/mips.h:
11432 * m/m68k.h:
11433 * m/iris4d.h:
11434 * m/intel386.h:
11435 * m/ibms390x.h:
11436 * m/ibms390.h:
11437 * m/ia64.h:
11438 * m/hp800.h:
11439 * m/arm.h:
11440 * m/amdx86-64.h: Remove dead code and references to unused
11441 and compiler defined symbols.
11442
11443 * unexmips.c:
11444 * unexelf.c: Remove references to desupported systems.
11445
11446 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
11447
11448 * m/powermac.h: Remove boilerplate comments.
11449 (NO_REMAP): Remove unused definition.
11450
11451 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
11452 define them.
11453
11454 2008-07-10 Kenichi Handa <handa@m17n.org>
11455
11456 * xfont.c (xfont_open): Log the reason of failure.
11457
11458 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11459
11460 * fontset.c (fontset_get_font_group):
11461 * font.c (font_check_otf): Specify argument types.
11462
11463 2008-07-09 Kenichi Handa <handa@m17n.org>
11464
11465 * coding.c (detect_coding_utf_8): Set detect_info->found only when
11466 non-ASCII char is found.
11467
11468 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
11469 (reorder_font_vector): Change the arg preferred_family to font.
11470 Prefer the spec matching with font.
11471 (fontset_get_font_group): New function.
11472 (fontset_find_font): Change the format of an element of a realized
11473 fontset. Use fontset_get_font_group.
11474 (fontset_font): Try the current fontset, the default fontset, the
11475 fallbacks of the current fontset, and the fallbacks of the default
11476 fontset in this order.
11477 (face_for_char): Delete the shortcut to use the current font.
11478 (fontset_from_font): Don't set fonts for Latin in the fontset.
11479
11480 * font.h (font_make_object, font_match_p): Adjust prototypes.
11481
11482 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
11483
11484 * font.c (font_make_object): New arg entity and pixelsize.
11485 (font_check_otf_features, font_check_otf): New functions.
11486 (font_match_p): Check :lang, :script, and :otf properties.
11487
11488 * xfont.c (xfont_open): Adjust it for the change of
11489 font_make_object.
11490 (xfont_text_extents): Fix initial setting of metrics.
11491
11492 * ftfont.c (struct ftfont_info): New member index, delete member
11493 fc_charset_idx. Make the member order compatible with struct
11494 xftfont_info.
11495 (fc_charset_table): Change charset names to registry names.
11496 (ftfont_pattern_entity): Delete the args registry and
11497 fc_charset_idx. Change the value of :font-entity property
11498 to (FONTNAME . INDEX). Always set :registry property to
11499 `iso10646-1'.
11500 (struct ftfont_cache_data): New struct.
11501 (ftfont_lookup_cache): New arg for_face.
11502 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
11503 (ftfont_driver): Set the member otf_capability.
11504 (ftfont_get_charset): Adjust it for the change of
11505 fc_charset_table.
11506 (OTF_TAG_SYM): New macro.
11507 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
11508 for the change of fc_charset_table.
11509 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
11510 ftfont_pattern_entity. Add FC_INDEX to objset.
11511 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
11512 and ftfont_pattern_entity.
11513 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
11514 font_make_object, struct ftfont_info.
11515 (ftfont_has_char): Use ftfont_get_fc_charset.
11516 (ftfont_otf_features, ftfont_otf_capability): New functions.
11517 (ftfont_shape): Use ftfont_get_otf.
11518 (ftfont_text_extents): Fix initial setting of metrics.
11519
11520 * xftfont.c (struct xftfont_info): New member ft_size. Make the
11521 member order compatible with struct ftfont_info.
11522 (xftfont_open): Add FC_CHARSET to the pattern. Set
11523 xftfont_info->ft_size. Don't unlock the face. Check BDF
11524 properties if appropriate.
11525 (xftfont_close): Unlock the face.
11526 (xftfont_anchor_point, xftfont_shape): Deleted.
11527 (syms_of_xftfont): Don't set members anchor_point and shape of
11528 xftfont_driver.
11529
11530 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
11531 font_make_object.
11532
11533 * w32font.c (w32font_open): Adjust it for the change of
11534 font_make_object.
11535 (w32font_open_internal): Don't set properties of font_object here.
11536
11537 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
11538
11539 * macfns.c (x_create_tip_frame):
11540 * w32fns.c (x_create_tip_frame):
11541 * xfns.c (x_create_tip_frame): Pass parameter argument to
11542 face-set-after-frame-default.
11543
11544 * xfaces.c (Finternal_merge_in_global_face): Save merged
11545 attributes for the default face back into the face vector.
11546
11547 2008-07-08 Andreas Schwab <schwab@suse.de>
11548
11549 * fontset.h: Declare fontset_from_font. Don't declare
11550 new_fontset_from_font and fontset_from_font_name.
11551 * xterm.c: Include "fontset.h".
11552 * Makefile.in (xterm.o): Update dependencies.
11553
11554 2008-07-08 Glenn Morris <rgm@gnu.org>
11555
11556 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
11557 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
11558
11559 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
11560
11561 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
11562 (x_set_frame_parameters): Don't bind it.
11563
11564 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
11565
11566 * w32fns.c (map_w32_filename): Declare extern.
11567
11568 2008-07-07 Jason Rumney <jasonr@gnu.org>
11569
11570 * w32term.c (WS_EX_LAYERED): Define if not already.
11571
11572 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
11573
11574 * xfaces.c (set_font_frame_param): Don't try to set the font
11575 parameter if it is still unspecified in the lface.
11576
11577 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
11578
11579 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
11580 face if it didn't already exist.
11581
11582 * xdisp.c (try_window_id): Give up if word-wrapping is on.
11583
11584 2008-07-05 Andreas Schwab <schwab@suse.de>
11585
11586 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
11587
11588 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
11589
11590 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
11591 word-wrapping.
11592 (IT_DISPLAYING_WHITESPACE): New macro.
11593 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
11594 when word-wrapping. Simplify word-wrapping logic. Use correct
11595 pixel positions when saving copies of the iterator.
11596 (display_line): Use proper wrap point if the last character on a
11597 line was preceded by whitespace.
11598
11599 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11600
11601 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
11602
11603 2008-07-04 Kenichi Handa <handa@m17n.org>
11604
11605 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
11606
11607 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
11608
11609 2008-07-02 Jason Rumney <jasonr@gnu.org>
11610
11611 * xfns.c (syms_of_xfns): Only define x-select-font when both
11612 HAVE_FREETYPE and USE_GTK.
11613
11614 * xdisp.c (next_element_from_display_vector): Move assignment out
11615 of if statement.
11616
11617 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
11618
11619 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
11620
11621 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
11622 (syms_of_fileio): Initialize and export them.
11623 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
11624
11625 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
11626 (Fsystem_move_file_to_trash): New function.
11627 (syms_of_w32fns): Export it to lisp.
11628
11629 2008-07-01 Jason Rumney <jasonr@gnu.org>
11630
11631 * w32font.c (w32font_text_extents): Don't count overhang as part
11632 of width.
11633
11634 2008-06-30 Miles Bader <miles@gnu.org>
11635
11636 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
11637 Add `avoid_cursor_p' field.
11638
11639 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
11640 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
11641 (append_glyph, append_composite_glyph, produce_image_glyph)
11642 (append_stretch_glyph): Initialize avoid_cursor_p.
11643 (get_it_property): Rename from `get_line_height_property'.
11644 (x_produce_glyphs): Use get_it_property.
11645 (handle_line_prefix, push_display_prop): New functions.
11646 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
11647 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
11648 New variables.
11649 (syms_of_xdisp): Initialize them.
11650
11651 2008-06-30 Kenichi Handa <handa@m17n.org>
11652
11653 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
11654 XftDefaultSubstitute (they are called in XftFontMatch).
11655 (xftfont_open): Fix args to ftfont_font_format.
11656
11657 * ftfont.c (fc_charset_table): New member lang.
11658 (ftfont_resolve_generic_family): New arg pattern.
11659 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
11660 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
11661 (ftfont_open): Fix args to ftfont_font_format.
11662 (ftfont_font_format): New arg filename.
11663
11664 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
11665
11666 * xfaces.c (Finternal_merge_in_global_face): If default face was
11667 modified, realize it again. Update the font face attribute.
11668
11669 2008-06-29 Jason Rumney <jasonr@gnu.org>
11670
11671 * w32term.c (x_set_frame_alpha): Fix logic.
11672
11673 2008-06-29 Kenichi Handa <handa@m17n.org>
11674
11675 * fontset.c (Finternal_char_font): Return font-object instead of
11676 font-name.
11677
11678 * composite.c (get_composition_id): Fix the width calculation for TAB.
11679
11680 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11681
11682 * indent.c (Fvertical_motion): Properly handle float column arg.
11683
11684 2008-06-28 Jason Rumney <jasonr@gnu.org>
11685
11686 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
11687 (pfnSetLayeredWindowAttributes): New function pointer.
11688 (w32_initialize): Initialize it when supported.
11689 (x_set_frame_alpha): New function.
11690
11691 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
11692 (w32_frame_parm_handlers): Set alpha handler.
11693
11694 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
11695
11696 2008-06-27 Jason Rumney <jasonr@gnu.org>
11697
11698 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
11699 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
11700 (w32_to_x_charset, x_to_w32_charset)
11701 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11702 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11703 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11704 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11705 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11706 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11707 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
11708 (Qw32_charset_unicode): Remove.
11709 (syms_of_w32fns): Update for above changes.
11710
11711 * w32font.c (w32_to_x_charset, x_to_w32_charset)
11712 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11713 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11714 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11715 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11716 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11717 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11718 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
11719 (syms_of_w32font): Update for above changes.
11720
11721 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
11722
11723 * s/usg5-4.h: Fix previous change: keep the correct branch of a
11724 removed #if.
11725 (USG_SHARED_LIBRARIES): Remove duplicate definition.
11726
11727 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
11728 Eli Zaretskii <eliz@gnu.org>
11729
11730 * makefile.w32-in (LOCAL_FLAGS):
11731 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
11732
11733 * sysdep.c (_spawnlp, _getpid):
11734 Declare with explicit _cdecl instead of _CRTAPI1.
11735
11736 * editfns.c (Fget_internal_run_time):
11737 Check for WINDOWSNT with #ifdef, not #if.
11738
11739 2008-06-26 Jason Rumney <jasonr@gnu.org>
11740
11741 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
11742
11743 * w32term.c (x_draw_glyph_string_foreground)
11744 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
11745 Use FONT_HANDLE macro.
11746 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
11747
11748 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11749 (uniscribe_encode_char): Use FONT_HANDLE macro.
11750
11751 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
11752 (w32font_text_extents): Use precast w32_font.
11753 (w32font_close): Free cached metrics.
11754 (w32font_open_internal): Allocate space for name on stack.
11755
11756 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
11757
11758 * xdisp.c (extend_face_to_end_of_line): Fix last change.
11759
11760 2008-06-26 Jason Rumney <jasonr@gnu.org>
11761
11762 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
11763 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
11764
11765 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
11766
11767 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
11768
11769 2008-06-26 Jason Rumney <jasonr@gnu.org>
11770
11771 * w32bdf.c, w32bdf.h: Remove obsolete files.
11772
11773 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
11774
11775 * w32gui.h: Don't include w32bdf.h.
11776 (XCharStruct, enum w32_char_font_type, W32FontStruct):
11777 Remove obsolete font support.
11778
11779 * w32font.h (struct w32font_info): Remove compat_w32_font.
11780 Add hfont member.
11781 (FONT_COMPAT): Remove obsolete macro.
11782
11783 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
11784 (w32font_encode_char, w32font_text_extents): Use new hfont member.
11785 (w32font_open_internal): Remove compat code. Set new hfont member.
11786 (Fx_select_font): Use new hfont member.
11787
11788 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11789 (uniscribe_encode_char): Use new hfont member.
11790
11791 * w32term.c (x_draw_glyph_string_foreground)
11792 (x_draw_composite_glyph_string_foreground): Use new hfont member.
11793 (x_draw_glyph_string): Use metrics in w32font_info.
11794
11795 2008-06-26 Kenichi Handa <handa@m17n.org>
11796
11797 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
11798
11799 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11800
11801 * unexnext.c:
11802 * m/ews4800.h:
11803 * m/hp9000s300.h:
11804 * m/ibm370aix.h:
11805 * m/mips-siemens.h:
11806 * m/ncr386.h:
11807 * m/next.h:
11808 * m/pmax.h:
11809 * m/powerpcle.h:
11810 * m/tandem-s2.h:
11811 * s/386bsd.h:
11812 * s/bsd386.h:
11813 * s/bsd4-1.h:
11814 * s/bsd4-2.h:
11815 * s/bsdos2-1.h:
11816 * s/bsdos2.h:
11817 * s/bsdos3.h:
11818 * s/bsdos4.h:
11819 * s/nextstep.h:
11820 * s/ultrix4-3.h:
11821 * s/usg5-0.h:
11822 * s/usg5-2-2.h:
11823 * s/usg5-2.h:
11824 * s/usg5-4-3.h:
11825 * s/ux4800.h:
11826 * s/uxpds.h:
11827 * s/uxpv.h: Remove support for obsolete systems.
11828 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
11829 Remove, insert contents in s/hpux10-20.h.
11830 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
11831 Remove, insert contents in s/aix4-2.h.
11832 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
11833 * s/bsd4-3.h: Rename to ...
11834 * s/bsd-common.h: ... this.
11835 * data.c:
11836 * doc.c:
11837 * ecrt0.c:
11838 * emacs.c:
11839 * fileio.c:
11840 * floatfns.c:
11841 * keyboard.c:
11842 * mem-limits.h:
11843 * print.c:
11844 * process.c:
11845 * sysdep.c:
11846 * syssignal.h:
11847 * systty.h:
11848 * syswait.h:
11849 * term.c:
11850 * unexec.c:
11851 * unexelf.c:
11852 * unexhp9k800.c:
11853 * m/hp800.h:
11854 * m/ibmrs6000.h:
11855 * m/mips.h:
11856 * m/vax.h:
11857 * s/darwin.h:
11858 * s/freebsd.h:
11859 * s/gnu.h:
11860 * s/ms-w32.h:
11861 * s/msdos.h:
11862 * s/netbsd.h:
11863 * s/template.h: Remove references to obsolete variables.
11864
11865 * Makefile.in: Add dependencies for all unexec files.
11866 (admindir): Remove unused variable.
11867 (UNEXEC_SRC): Remove references.
11868
11869 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
11870
11871 * xfns.c (x_default_font_parameter): If Xft is available, first
11872 try Monospace-12 for the default font.
11873
11874 2008-06-25 Jason Rumney <jasonr@gnu.org>
11875
11876 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
11877
11878 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11879
11880 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
11881
11882 * buffer.c (syms_of_buffer): Remove default-word-wrap.
11883
11884 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
11885
11886 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
11887 <scroll-conservatively>: Fix typo in docstring.
11888
11889 * xselect.c (Fx_send_client_event): Doc fix.
11890
11891 2008-06-25 Kenichi Handa <handa@m17n.org>
11892
11893 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
11894
11895 * font.c (font_parse_fcname): Remove unused variables.
11896 (font_sort_entites): Delete the arg SPEC. Caller changed.
11897 Fix for the case of ! best_only.
11898 (font_delete_unmatched): Check DPI and AVGWIDTH too.
11899
11900 * lisp.h (Fstring_to_unibyte): EXFUN it.
11901
11902 * character.h (str_to_unibyte): Extern it.
11903
11904 * character.c (str_to_unibyte): New function.
11905
11906 * fns.c (Fstring_to_unibyte): New function.
11907 (syms_of_fns): Defsubr it.
11908
11909 2008-06-24 Kenichi Handa <handa@m17n.org>
11910
11911 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
11912 DPI too.
11913 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
11914
11915 2008-06-24 Andreas Schwab <schwab@suse.de>
11916
11917 * Makefile.in (${lispsource}loaddefs.el): Rename from
11918 ../lisp/loaddefs.el.
11919 (bootstrap-clean): Do what distclean does but don't remove
11920 Makefile.
11921 (distclean): Depend on bootstrap-clean and remove Makefile.
11922
11923 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
11924
11925 * buffer.h (struct buffer): New member word_wrap.
11926
11927 * buffer.c (syms_of_buffer): New variables default-word-wrap and
11928 word-wrap.
11929 (init_buffer_once): Initialize them.
11930
11931 * dispextern.h (struct it): Replace bool truncate_lines_p with a
11932 line_wrap enum possessing three possible values.
11933
11934 * termopts.h: Replace truncate_partial_width_windows with
11935 Vtruncate_partial_width_windows.
11936
11937 * dispnew.c (direct_output_for_insert): Avoid direct output when
11938 inserting a space with word wrap on.
11939
11940 * indent.c (compute_motion): Obey integer values of
11941 truncate-partial-width-windows.
11942
11943 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
11944 replacing truncate_partial_width_windows.
11945 (init_iterator): If Vtruncate_partial_width_windows is an integer,
11946 truncate only if the window width is below that integer.
11947 (start_display, resize_mini_window, produce_stretch_glyph)
11948 (display_string, move_it_in_display_line_to): Use line_wrap.
11949 (back_to_previous_visible_line_start, reseat_1): Reset
11950 string_from_display_prop_p.
11951 (display_line): Extend default face to end of line when wrapping.
11952
11953 2008-06-24 Kim F. Storm <storm@cua.dk>
11954
11955 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
11956 to wrap continued lines at word boundaries.
11957
11958 2008-06-24 Jason Rumney <jasonr@gnu.org>
11959
11960 * font.c (Ffont_face_attributes): Multiply pixel size before point
11961 conversion to avoid multiplying rounding error.
11962
11963 2008-06-23 Jason Rumney <jasonr@gnu.org>
11964
11965 * w32term.c (x_draw_glyph_string_background)
11966 (x_draw_glyph_string): Remove old bdf font code.
11967
11968 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
11969
11970 2008-06-22 Kenichi Handa <handa@m17n.org>
11971
11972 * font.c (font_find_for_lface): Try the adstyle specified in
11973 the property of LFACE_FONT of LFACE (if any).
11974
11975 2008-06-21 Seiji Zenitani <zenitani@mac.com>
11976 Ryo Yoshitake <ryo@shiftmode.net>
11977
11978 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
11979
11980 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11981
11982 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
11983 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
11984 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
11985 (witness-emacs): Remove.
11986 (lisp, shortlisp): Move loaddefs.el earlier.
11987 (mostlyclean): Forget about witness-emacs.
11988
11989 2008-06-22 Glenn Morris <rgm@gnu.org>
11990
11991 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
11992 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
11993
11994 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11995
11996 * Makefile.in (PRECOMP): Remove.
11997 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
11998 (witness-emacs): Run `compile-first'.
11999 (.el.elc): Use the new compile-onefile target.
12000
12001 2008-06-21 Kenichi Handa <handa@m17n.org>
12002
12003 * xftfont.c (xftfont_open): Handle QCembolden only when
12004 FC_EMBOLDEN is defined.
12005
12006 2008-06-21 Andreas Schwab <schwab@suse.de>
12007
12008 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
12009 (.el.elc): Likewise.
12010
12011 2008-06-21 Miles Bader <miles@gnu.org>
12012
12013 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
12014 build dir, not the lisp source dir.
12015
12016 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12017
12018 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
12019 (bootstrapclean): Remove.
12020 (.el.elc): New rule.
12021 (PRECOMP): New var.
12022 (../lisp/subdirs.el): Remove.
12023 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
12024 (witness-emacs): New target.
12025 (mostlyclean): Remove witness-emacs as well.
12026 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
12027 Add witness-emacs dependency.
12028
12029 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
12030
12031 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
12032 defined by the font.
12033
12034 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12035
12036 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
12037 (bootstrap-clean): New target that keeps TAGS around.
12038 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
12039 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
12040
12041 2008-06-20 Jason Rumney <jasonr@gnu.org>
12042
12043 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
12044 Remove obsolete font code.
12045
12046 * w32font.c (font_matches_spec): Use csb bitfield from font signature
12047 to determine language support.
12048
12049 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12050
12051 * sysdep.c (cfsetspeed): New fun extracted from the code.
12052 (cfmakeraw): Move before first use.
12053
12054 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
12055
12056 * sysdep.c (cfmakeraw): Provide fallback implementation.
12057 (serial_configure): Provide fallback implementation of cfsetspeed.
12058
12059 2008-06-20 Kenichi Handa <handa@m17n.org>
12060
12061 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
12062 the pattern.
12063
12064 * fontset.c (fontset_from_font): Copy font_spec before changing
12065 the elements.
12066
12067 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
12068
12069 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12070
12071 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
12072 for explicit `font' parameters.
12073
12074 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
12075
12076 2008-06-19 Kenichi Handa <handa@m17n.org>
12077
12078 * frame.c: Include <ctype.h>.
12079 (x_set_font_backend): Allow spacing characters in the X resource
12080 for FontBackend.
12081
12082 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12083
12084 * w32fns.c, xfns.c (Qfont_param): New var.
12085 (syms_of_w32fns): Initialize it.
12086 (x_default_font_parameter): Record explicit `font' into
12087 `font-parameter'.
12088
12089 2008-06-18 Kenichi Handa <handa@m17n.org>
12090
12091 * font.c (font_parse_xlfd): Fix previous change.
12092 (font_parse_fcname): Don't use :fc-unknown-spec.
12093 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
12094 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
12095 (font_add_log): Prepend the driver name to the resulting fonts.
12096
12097 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
12098 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
12099 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
12100
12101 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
12102 (QCembolden): New variables.
12103 (syms_of_xftfont): DEFSYM them.
12104 (xftfont_open): Call XftFontMatch. Don't trust the result of
12105 XftTextExtents8 if the pixel_size is less than 5.
12106
12107 2008-06-18 Andreas Schwab <schwab@suse.de>
12108
12109 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
12110 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
12111
12112 2008-06-18 Jason Rumney <jasonr@gnu.org>
12113
12114 * w32font.c (w32font_list, w32font_match): Add logging.
12115
12116 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
12117
12118 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
12119
12120 * font.c (font_parse_fcname): Store divider characters for
12121 unknown-spec list. For known key symbols, intern using correct
12122 symbol name.
12123
12124 2008-06-17 Kenichi Handa <handa@m17n.org>
12125
12126 * xfaces.c (realize_default_face): If the frame is not on window
12127 system, set the fontset of face to nil.
12128
12129 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12130
12131 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
12132
12133 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
12134
12135 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
12136 (build_font_name_from_vector): Delete externs.
12137
12138 * xfaces.c (struct font_name): Don't declare.
12139
12140 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12141
12142 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
12143
12144 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
12145
12146 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
12147
12148 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
12149
12150 * font.c (Ffont_spec): Fix usage in docstring.
12151 (Ffont_face_attributes): Doc fix.
12152
12153 2008-06-16 Andreas Schwab <schwab@suse.de>
12154
12155 * font.c (Ffont_face_attributes): Fix definition.
12156
12157 2008-06-16 Jason Rumney <jasonr@gnu.org>
12158
12159 * font.h (font_style_symbolic_from_value): Remove.
12160
12161 * font.c (font_style_symbolic_from_value): Remove.
12162 (font_style_symbolic): Revert to pre 2008-06-13 version.
12163
12164 * w32font.c (w32_to_fc_weight): New function.
12165 (w32font_full_name, logfont_to_fcname): Use it.
12166
12167 2008-06-16 Kenichi Handa <handa@m17n.org>
12168
12169 * font.c (font_check_object): Delete it.
12170 (font_clear_cache): Check if a font-object is alive.
12171 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
12172 font-object to nil.
12173 (font_close_object): Don't check FONT_CLOSE_OBJECT.
12174 (font_at): Don't call font_check_object.
12175 (Ffont_get): Return a symbol for :weight, :slant, and :width.
12176
12177 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12178
12179 * puresize.h (BASE_PURESIZE): Increase to 1230000.
12180
12181 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
12182
12183 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
12184
12185 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
12186
12187 * font.c (font_parse_fcname): Only one decimal point.
12188 (font_unparse_fcname): Handle data in family and foundry indices
12189 as symbols, not strings.
12190 (font_unparse_gtkname, Ffont_face_attributes): New functions.
12191
12192 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
12193
12194 * font.h (font_unparse_gtkname): Add prototype.
12195
12196 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12197
12198 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
12199
12200 2008-06-15 Andreas Schwab <schwab@suse.de>
12201
12202 * font.c (font_update_drivers): Fix crash when no drivers match.
12203
12204 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12205
12206 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
12207 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
12208
12209 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12210
12211 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
12212
12213 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12214
12215 * process.c (Fserial_process_configure, Fprocess_send_eof):
12216 Use EQ to compare Lisp_Objects.
12217
12218 2008-06-13 Jason Rumney <jasonr@gnu.org>
12219
12220 * w32fns.c (Fw32_select_font): Remove old font API function.
12221
12222 * w32font.c (logfont_to_fcname): New function.
12223 (Fx_select_font): New font dialog function compatible with
12224 GTK/fontconfig version.
12225
12226 * font.c (font_style_symbolic_from_value): New function.
12227 (font_style_symbolic): Use it.
12228
12229 * font.h (font_style_symbolic_from_value): Declare new function.
12230
12231 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
12232
12233 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
12234 <font-width-table>: Fix typos in docstrings.
12235
12236 2008-06-13 Daniel Engeler <engeler@gmail.com>
12237
12238 These changes add serial port access.
12239 * process.c: Add HAVE_SERIAL.
12240 (Fdelete_process, Fprocess_status, Fset_process_buffer)
12241 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
12242 (list_processes_1, select_wrapper, Fstop_process)
12243 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
12244 (status_notify): Modify to handle serial processes.
12245 [HAVE_SERIAL] (Fserial_process_configure)
12246 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
12247 New functions.
12248 * process.h (struct Lisp_Process): Add `type'.
12249 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
12250 New functions.
12251 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
12252 serial ports.
12253 (serial_open, serial_configure): New functions.
12254 * w32.h: Add FILE_SERIAL.
12255 (struct _child_process): Add ovl_read, ovl_write.
12256
12257 2008-06-13 Kenichi Handa <handa@m17n.org>
12258
12259 * dispextern.h (enum lface_attribute_index): New member
12260 LFACE_FOUNDRY_INDEX.
12261
12262 * font.c (font_score): Delete arg alternate_families. Check only
12263 weight, slant, width, and size. Ignore the difference of alias
12264 style symbols.
12265 (font_sort_entites): Adjust for the above change. Reflect the
12266 order of font-driver to scores.
12267 (font_list_entities): Don't check alternate_familes here.
12268 (font_clear_prop): Handle foundry.
12269 (font_update_lface): Don't parse "foundry-family" form here.
12270 Handle FONT_FOUNDRY_INDEX.
12271 (font_find_for_lface): Likewise. Handle alternate families here.
12272 If registry is nil, try iso8859-1 and ascii-0.
12273 (font_open_for_lface): Pay attention to size in ENTITY.
12274 (font_open_by_name): Simplify by calling font_load_for_lface.
12275 (free_font_driver_list): Delete it.
12276 (font_update_drivers): Preserve the order of backends.
12277 (syms_of_font): Setting of sort_shift_bits adjusted for the change
12278 of font_score and font_sort_entites.
12279 (font_update_sort_order): Likewise.
12280
12281 * xfaces.c (LFACE_FOUNDRY): New macro.
12282 (check_lface_attrs): Check foundry.
12283 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
12284 (merge_face_vectors): Check foundry.
12285 (merge_face_ref): Likewise.
12286 (Finternal_set_lisp_face_attribute): Likewise.
12287 (x_update_menu_appearance): Likewise.
12288 (Finternal_get_lisp_face_attribute): Likewise.
12289 (lface_hash): Likewise.
12290 (lface_same_font_attributes_p): Likewise.
12291 (x_supports_face_attributes_p): Likewise.
12292 (tty_supports_face_attributes_p): Likewise.
12293 (Finternal_set_alternative_font_family_alist): Intern strings.
12294 (Finternal_set_alternative_font_registry_alist): Downcase strings.
12295 (realize_default_face): Set LFACE_FOUNDRY (lface).
12296
12297 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
12298 font-driver at first.
12299
12300 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
12301
12302 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12303
12304 * lread.c (Fload): Use xfree, not free on saved_doc_string.
12305
12306 2008-06-12 Jim Meyering <meyering@redhat.com>
12307
12308 Make unexec_free handle NULL the same way free does.
12309 * unexmacosx.c (unexec_free): Ignore a NULL argument.
12310
12311 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12312
12313 * character.h (CHAR_TO_BYTE_SAFE): New macro.
12314 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
12315 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
12316 (WEAK_ALIAS): Simplify.
12317 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
12318 when searching a unibyte buffer.
12319
12320 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
12321
12322 * xfns.c (Fx_select_font): Rename from x-font-dialog.
12323
12324 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
12325
12326 * w32font.c: Include ctype.h.
12327
12328 2008-06-11 Jason Rumney <jasonr@gnu.org>
12329
12330 * w32font.c (w32font_encode_char): Detect missing glyphs that are
12331 misreported as space.
12332 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
12333 as aliases for registry iso10646-1.
12334
12335 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12336
12337 * buffer.c (clone_per_buffer_values): Skip `name'.
12338
12339 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
12340
12341 * font.c (font_parse_fcname): Fix last change; accept decimal
12342 points in font size.
12343
12344 2008-06-10 Jason Rumney <jasonr@gnu.org>
12345
12346 * w32uniscribe.c (add_opentype_font_name_to_list):
12347 Skip non unicode fonts.
12348
12349 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
12350
12351 * xfns.c (Fx_font_dialog): New function.
12352
12353 * gtkutil.c (xg_dialog_response_cb): Rename from
12354 xg_file_response_callback.
12355 (pop_down_dialog): Rename from pop_down_file_dialog.
12356 (xg_get_file_name): Callers changed.
12357 (xg_get_font_name): New function.
12358
12359 * gtkutil.h (xg_get_font_name): Insert prototype.
12360
12361 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12362
12363 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
12364 x_underline_minimum_display_offset.
12365 (syms_of_xdisp): Declare it here rather than in xterm.c.
12366 * dispextern.h (underline_minimum_offset): Declare it.
12367 * w32term.c (x_draw_glyph_string): Use it.
12368 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
12369 (syms_of_xterm): Don't declare it any more.
12370 (x_draw_glyph_string): Adjust to the new name.
12371
12372 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
12373
12374 * xterm.c (x_underline_minimum_display_offset): New var.
12375 (x_draw_glyph_string): Use it.
12376 (syms_of_xterm): Declare it.
12377
12378 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
12379
12380 * font.c (font_parse_fcname): Accept GTK-style font names too.
12381
12382 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12383
12384 * dired.c (file_name_completion): Don't return t if the match is exact
12385 but with different capitalization.
12386 * minibuf.c (Ftry_completion): Simplify.
12387
12388 * window.c (Vwindow_point_insertion_type): New var.
12389 (set_window_buffer): Use it.
12390 (syms_of_window): Init and export it to Lisp.
12391
12392 2008-06-10 Kenichi Handa <handa@m17n.org>
12393
12394 * font.h (font_intern_prop): Prototype adjusted.
12395
12396 * font.c (font_intern_prop): New arg force_symbol.
12397 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
12398 Adjust for the change of font_intern_prop.
12399
12400 * ftfont.c (ftfont_pattern_entity):
12401 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
12402 (w32_registry):
12403 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
12404 the change of font_intern_prop.
12405
12406 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
12407
12408 * w32menu.c (digest_single_submenu): Declare extern.
12409
12410 2008-06-09 Jason Rumney <jasonr@gnu.org>
12411
12412 * w32term.c (x_make_frame_visible): Use alternate restore flags.
12413
12414 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
12415 (parse_single_submenu): Remove.
12416 (digest_single_submenu): Remove.
12417 (syms_of_w32menu): Don't initialise variables that have moved
12418 to menu.c.
12419 (set_frame_menubar): Sync with version in xmenu.c.
12420 (w32_menu_show): Sync with xmenu_show in xmenu.c.
12421
12422 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
12423 Make static again.
12424
12425 2008-06-09 Jason Rumney <jasonr@gnu.org>
12426
12427 Changes to w32 files related to the move of common menu code
12428 to menu.c on 2008-06-08 by Chong Yidong.
12429
12430 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
12431 defs to w32gui.h.
12432 (single_keymap_panes, push_menu_item, push_menu_pane):
12433 Make globally visible.
12434
12435 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
12436 (local_free, malloc_widget_value, free_widget_value)
12437 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
12438 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
12439 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
12440 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
12441 (menu_items, menu_items_allocated, menu_items_used)
12442 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
12443 (init_menu_items, finish_menu_items, discard_menu_items)
12444 (grow_menu_items, push_submenu_start, push_submenu_end)
12445 (push_left_right_boundary, push_menu_pane, push_menu_item)
12446 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
12447 (free_menubar_widget_tree_value, parse_single_submenu)
12448 (update_submenu_strings): Remove functions.
12449 (xmalloc_widget_value): Remove and declare extern.
12450
12451 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
12452 (OBJ1): Build it.
12453
12454 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
12455 (local_heap, local_alloc, local_free, malloc_widget_value)
12456 (free_widget_value): Define here.
12457
12458 2008-06-09 Kenichi Handa <handa@m17n.org>
12459
12460 * font.h (Qascii_0): Extern it.
12461
12462 * font.c (Qascii_0): New variable.
12463 (syms_of_font): DEFSYM it.
12464 (font_open_by_name): If the registry "iso8859-1" fails, try also
12465 "ascii-0".
12466
12467 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
12468
12469 2008-06-08 Kenichi Handa <handa@m17n.org>
12470
12471 * .gdbinit (xfont): New command.
12472
12473 2008-06-08 Andreas Schwab <schwab@suse.de>
12474
12475 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
12476 * Makefile.in (menu.o): Update dependencies.
12477
12478 * Makefile.in (obj): Always add menu.o.
12479 * emacs.c (main): Always call syms_of_menu.
12480 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
12481
12482 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
12483
12484 * Makefile.in: Compile menu.c.
12485
12486 * lisp.h: Declare syms_of_menu.
12487
12488 * emacs.c (main): Call syms_of_menu.
12489
12490 * keyboard.h: Relocate platform-independent menu definitions from
12491 xmenu.c.
12492
12493 * menu.c: New file. Relocate platform-independent menu
12494 definitions from xmenu.c. Suggested by Adrian Robert.
12495
12496 * xmenu.c: Remove platform-independent menu definitions.
12497 (menu_items, menu_items_inuse, menu_items_allocated)
12498 (menu_items_used, menu_items_n_panes)
12499 (menu_items_submenu_depth): Move to keyboard.h.
12500 (init_menu_items, finish_menu_items, unuse_menu_items)
12501 (discard_menu_items, restore_menu_items, save_menu_items)
12502 (grow_menu_items, push_submenu_start, push_submenu_end)
12503 (push_left_right_boundary, push_menu_pane, push_menu_item)
12504 (keymap_panes, single_keymap_panes, single_menu_item)
12505 (list_of_panes, list_of_items, find_and_call_menu_selection)
12506 (xmalloc_widget_value, free_menubar_widget_value_tree)
12507 (parse_single_submenu, digest_single_submenu)
12508 (update_submenu_strings): Move to menu.c.
12509
12510 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12511
12512 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
12513
12514 2008-06-06 Miles Bader <miles@gnu.org>
12515
12516 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
12517 face, not frame default.
12518
12519 2008-06-05 Martin Rudalics <rudalics@gmx.at>
12520
12521 * window.c (pop_up_windows, pop_up_frames)
12522 (display_buffer_reuse_frames, Vpop_up_frame_function)
12523 (Vdisplay_buffer_function, Veven_window_heights)
12524 (Vspecial_display_buffer_names, Vspecial_display_regexps)
12525 (Vspecial_display_function, Vsame_window_buffer_names)
12526 (Vsame_window_regexps, split_height_threshold)
12527 (Vsplit_window_preferred_function): Move those vars to window.el.
12528 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
12529 (Fdisplay_buffer): Move those functions to window.el.
12530 (syms_of_window): Remove corresponding declarations.
12531 (display_buffer): New function.
12532 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
12533 * dispnew.c (Flast_nonminibuf_frame): New function.
12534 * buffer.c (Fpop_to_buffer): Move to window.el.
12535
12536 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12537
12538 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
12539
12540 2008-06-05 Kenichi Handa <handa@m17n.org>
12541
12542 * coding.c (detect_coding): Fix previous change.
12543 (detect_coding_system): Likewise.
12544
12545 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12546
12547 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
12548
12549 * keymap.c (Vminibuffer_local_filename_must_match_map):
12550 Rename from Vminibuffer_local_must_match_filename_map.
12551 (syms_of_keymap):
12552 * minibuf.c (Fcompleting_read): Adjust accordingly.
12553 * commands.h: Rename declaration as well.
12554
12555 2008-06-05 Kenichi Handa <handa@m17n.org>
12556
12557 * font.c (Ffont_spec): Don't use font_parse_family_registry for
12558 family name.
12559 (Ffont_put): Likewise.
12560
12561 * fontset.c (fontset_find_font): Call font_open_for_lface with the
12562 current font-spec.
12563
12564 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
12565 is unspecified.
12566
12567 * xfaces.c (realize_x_face): If the font-related face attributes
12568 are the same as those of default face, realize a new fontset from
12569 default->fontset.
12570 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
12571
12572 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12573
12574 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
12575 (move_it_in_display_line): New wrapper.
12576
12577 * window.c (window_scroll_pixel_based_preserve_x)
12578 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
12579 (window_scroll_pixel_based, window_scroll_line_based):
12580 Use them to preserve column positions.
12581 (syms_of_window): Initialize them.
12582
12583 * indent.c (Fvertical_motion): Extend first arg to allow passing an
12584 (HPOS . VPOS) pair.
12585
12586 * dispextern.h (move_it_in_display_line): Declare.
12587
12588 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
12589
12590 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
12591 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
12592 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
12593
12594 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
12595
12596 * window.c (Fset_window_parameter): Doc fix.
12597 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
12598
12599 2008-06-04 Joakim Verona <joakim@verona.se>
12600
12601 * window.h (struct window): Add new member window_parameters.
12602
12603 * window.c (Fwindow_parameters, Fwindow_parameter)
12604 (Fset_window_parameter): New defuns.
12605 (syms_of_window): Defsubr the new defuns.
12606 (make_window): Initialize window_parameters to nil.
12607
12608 2008-06-04 John Paul Wallington <jpw@pobox.com>
12609
12610 * eval.c (Fdefmacro): Doc fix.
12611
12612 2008-06-04 Kenichi Handa <handa@m17n.org>
12613
12614 * coding.c (detect_coding): Fix handling of coding->head_ascii.
12615 Be sure to call setup_coding_system when we find a proper coding system.
12616 (detect_coding_system): Fix handling of coding->head_ascii.
12617
12618 2008-06-03 Andreas Schwab <schwab@suse.de>
12619
12620 * font.c (font_prop_validate_spacing): Fix last change.
12621
12622 2008-06-03 Kenichi Handa <handa@m17n.org>
12623
12624 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
12625 (font_parse_fcname): Fix handling of unknown key.
12626
12627 * xfont.c (xfont_list): Try an alias.
12628
12629 * charset.c (char_charset): Return NULL if the arg charset_list is
12630 specified and C doesn't belong to any of them.
12631
12632 2008-06-02 Chip Coldwell <coldwell@redhat.com>
12633
12634 * font.c (font_pixel_size): Don't take cdr of an integer.
12635
12636 2008-06-02 Jim Meyering <meyering@redhat.com>
12637
12638 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
12639 * alloc.c (xfree): Return right away for a NULL arg.
12640 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
12641 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
12642 * mac.c (create_apple_event_from_event_ref): Likewise.
12643 (create_apple_event_from_drag_ref, cfstring_create_normalized):
12644 Likewise.
12645 * doprnt.c (doprnt1): Likewise.
12646 * frame.c (frame): Likewise.
12647 * keyboard.c (wipe_kboard): Likewise.
12648 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
12649 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
12650 * term.c (tty_default_color_capabilities, maybe_fatal)
12651 (delete_tty): Likewise.
12652 * w16select.c (string): Likewise.
12653 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
12654 * w32bdf.c (w32_free_bdf_font): Likewise.
12655 * w32fns.c (w32_unload_font): Likewise.
12656 * w32font.c (w32font_close): Likewise.
12657 * window.c (size_window): Likewise.
12658 * xselect.c (receive_incremental_selection): Likewise.
12659 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
12660 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
12661 * w32.c (stat): Likewise.
12662
12663 Remove useless if-before-free tests.
12664 * editfns.c (Fset_time_zone_rule): Likewise.
12665 * lread.c (nosuffix): Likewise.
12666 * ralloc.c (get_bloc): Likewise.
12667 * regex.c (reg_free): Likewise.
12668 * xftfont.c (xftfont_open, xftfont_close): Likewise.
12669 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
12670 * xsmfns.c (smc_save_yourself_CB): Likewise.
12671
12672 2008-06-02 Kenichi Handa <handa@m17n.org>
12673
12674 * font.c (font_find_for_lface): Handle float font size.
12675 (font_open_for_lface): Likewise.
12676
12677 * xfaces.c (x_supports_face_attributes_p): Check face->font before
12678 comparing the properties.
12679
12680 2008-06-01 Jason Rumney <jasonr@gnu.org>
12681
12682 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
12683 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
12684 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
12685 Don't add empty script list.
12686 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
12687
12688 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
12689
12690 * Makefile.in (dot, dotdot): Remove, update users.
12691 ".." has been used elsewhere in the file for a long time.
12692 (LIBXT_STATIC): Remove conditional based on unused variable.
12693
12694 2008-06-01 Miles Bader <miles@gnu.org>
12695
12696 * xfaces.c (Vface_remapping_alist): New variable.
12697 (syms_of_xfaces): Initialize it.
12698 (enum named_merge_point_kind): New type.
12699 (struct named_merge_point): Add `named_merge_point_kind' field.
12700 (push_named_merge_point): Make cycle detection respect different
12701 named-merge-point kinds.
12702 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
12703 Remove face-name alias resolution.
12704 (lface_from_face_name): New definition using
12705 `lface_from_face_name_no_resolve'.
12706 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
12707 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
12708 (get_lface_attributes): New definition that layers face-remapping on
12709 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
12710 (lookup_basic_face): New function.
12711 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
12712 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
12713 `get_lface_attributes'.
12714 (face_at_buffer_position): Use `lookup_basic_face' to lookup
12715 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
12716 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
12717
12718 * xdisp.c (init_iterator): Pass base_face_id through
12719 `lookup_basic_face' when we actually use it as a face-id.
12720 (handle_single_display_prop): Use `lookup_basic_face' to lookup
12721 DEFAULT_FACE_ID.
12722
12723 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
12724 lookup the initial face-id.
12725
12726 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
12727
12728 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
12729
12730 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
12731 (Fremove_text_properties): Fix typos in docstrings.
12732
12733 2008-05-31 Kenichi Handa <handa@m17n.org>
12734
12735 * font.c (font_list_entities): Fix the car part of data to be
12736 stored in the cache.
12737
12738 * ftfont.c (ftfont_font_format): Don't use strcasestr.
12739
12740 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12741
12742 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
12743 Add a `test' argument so another predicate than `equal' can be used.
12744 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
12745 (map_char_table): Remove unused vars `c' and `i'.
12746 * lisp.h (Foptimize_char_table): Adjust declaration.
12747 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
12748
12749 2008-05-30 Kenichi Handa <handa@m17n.org>
12750
12751 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
12752 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
12753 defined.
12754
12755 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12756
12757 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12758 (Fmake_variable_frame_local): Disallow mixing buffer-local and
12759 frame-local settings for the same variable.
12760
12761 2008-05-30 Kenichi Handa <handa@m17n.org>
12762
12763 * fontset.c (Ffont_info): Move to font.c.
12764 (syms_of_fontset): Delete defsubr of Sfont_info.
12765
12766 * font.c (font_style_to_value, font_score): Delete casting of the
12767 args to xstcasecmp.
12768 (register_font_driver): Increment num_font_drivers only when
12769 registering the driver globally.
12770 (Ffont_info): Move from fontset.c. Handle a font object too.
12771 (syms_of_font): Defsubr Sfont_info.
12772
12773 2008-05-29 Kenichi Handa <handa@m17n.org>
12774
12775 * coding.h (enum define_coding_utf8_arg_index): New enum.
12776 (enum coding_attr_index): Change coding_attr_utf_16_bom to
12777 coding_attr_utf_bom.
12778 (enum utf_bom_type): Rename from utf_16_bom_type.
12779 (struct utf_16_spec): Adjust for the above change.
12780 (struct coding_system): Add utf_8_bom in `spec' union.
12781
12782 * coding.c (CODING_UTF_8_BOM): New macro.
12783 (enum coding_category): Delete coding_category_utf_8, add
12784 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
12785 coding_category_utf_8_sig.
12786 (CATEGORY_MASK_UTF_8): Delete it.
12787 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
12788 (CATEGORY_MASK_UTF_8_SIG): New macros.
12789 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
12790 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
12791 CATEGORY_MASK_UTF_8_SIG.
12792 (CATEGORY_MASK_UTF_8): New macro.
12793 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
12794 (detect_coding_utf_8): Check BOM.
12795 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
12796 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
12797 (encode_coding_utf_16): Likewise.
12798 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
12799 (detect_coding, detect_coding_system): Handle utf-8-auto.
12800 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
12801 (syms_of_coding): Fix setting up of Vcoding_category_table.
12802
12803 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12804
12805 * process.c (Faccept_process_output): If `millisec' is non-nil,
12806 `seconds' default to 0.
12807 (wait_reading_process_output): Also return non-nil if we read output
12808 from a non-running process.
12809
12810 2008-05-29 Jason Rumney <jasonr@gnu.org>
12811
12812 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
12813 `raster' specified.
12814 (add_font_entity_to_list): Allow non-opentype truetype fonts back
12815 in the uniscribe backend, but disallow any font that has no
12816 unicode subrange support.
12817
12818 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
12819
12820 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
12821 Fix typos in docstrings.
12822
12823 2008-05-29 Kenichi Handa <handa@m17n.org>
12824
12825 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
12826 (Fx_family_fonts): Set frame correctly.
12827
12828 2008-05-28 Jason Rumney <jasonr@gnu.org>
12829
12830 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
12831
12832 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12833
12834 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
12835 calling build_annotations.
12836
12837 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
12838
12839 * coding.c (Fdecode_coding_region, Fencode_coding_region)
12840 (Fencode_coding_string):
12841 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
12842 <latin-extra-code-table>: Fix typos in docstrings.
12843 (syms_of_coding) <coding-system-alist>: Doc fix.
12844 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
12845
12846 2008-05-28 Kenichi Handa <handa@m17n.org>
12847
12848 * fontset.c (Ffont_info): Don't call font_close_object.
12849
12850 * font.c (font_parse_family_registry): Use Ffont_put to validate
12851 foundry and family.
12852 (font_delete_unmatched): Don't check spacing.
12853 (font_list_entities): Add spacing to the spec to list fonts.
12854
12855 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
12856 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
12857
12858 * coding.c (encode_coding_raw_text): Fix previous change.
12859 (encode_coding_object): When the dst_object is a buffer and is
12860 different from src_object, move gap to PT.
12861
12862 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
12863
12864 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
12865
12866 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12867
12868 * coding.c (encode_coding_raw_text): Set coding->produced_char for
12869 all branches. Compute it differently.
12870
12871 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
12872
12873 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
12874
12875 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
12876 into "else if () ... else ...".
12877
12878 2008-05-27 Jason Rumney <jasonr@gnu.org>
12879
12880 * w32font.c (w32font_open_internal): Determine if glyph indices
12881 are likely to work here.
12882
12883 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
12884
12885 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
12886 draw overlap glyphs with appropriate highlighting.
12887
12888 2008-05-27 Kenichi Handa <handa@m17n.org>
12889
12890 * xfont.c (xfont_open): Fix calculation of font->average_width.
12891
12892 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12893
12894 * casefiddle.c (casify_object): Try to guess better whether the
12895 argument is a byte or a char.
12896
12897 2008-05-26 Andreas Schwab <schwab@suse.de>
12898
12899 * xselect.c (x_reply_selection_request): Properly handle format == 32.
12900 Always send multiples of format size.
12901
12902 * xterm.c (x_set_frame_alpha): Fix type mismatch.
12903
12904 2008-05-26 Jason Rumney <jasonr@gnu.org>
12905
12906 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
12907 (compute_metrics): Don't set failure if we just cleared the cache.
12908 (w32_weight_table): Remove unused variable.
12909 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
12910 backwards compatibility.
12911
12912 2008-05-25 Kenichi Handa <handa@m17n.org>
12913
12914 * w32term.c (x_draw_glyph_string):
12915 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
12916
12917 * xfaces.c: Delete unused function prototypes.
12918 (xstrlwr, font_frame): Delete them.
12919 (clear_face_cache): Delete unused variable.
12920
12921 * xftfont.c (xftfont_open): Delete unused variable.
12922 If underline_thickness is not 1, adjust underline_position.
12923
12924 * ftxfont.c (ftxfont_open): Delete unused variable.
12925
12926 * fontset.c (face_for_char): Optimize for the case of no charset
12927 property.
12928
12929 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
12930 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
12931 (otf_open, font_otf_capability, generate_otf_features)
12932 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
12933 Comment out by surrounding "#if 0" and "#endif" for the moment.
12934 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
12935 (syms_of_font): Codes for accessing above commented out.
12936
12937 2008-05-24 Eli Zaretskii <eliz@gnu.org>
12938
12939 * w32proc.c: Include dispextern.h.
12940
12941 * w32.c: Include dispextern.h.
12942
12943 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
12944
12945 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
12946 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
12947 Fix typos in docstrings.
12948
12949 2008-05-23 Jason Rumney <jasonr@gnu.org>
12950
12951 * xsmfns.c: Remove includes that are already included by config.h.
12952
12953 2008-05-23 Kenichi Handa <handa@m17n.org>
12954
12955 * charset.c (Qemacs, charset_emacs): New variables.
12956 (char_charset): Fix for non-Unicode characters.
12957 (syms_of_charset): Define charset_emacs.
12958
12959 * w32term.c (x_draw_glyph_string): Be sure to update
12960 s->underline_thickness and s->underline_position. Be sure to draw
12961 underline within the current line area.
12962
12963 * xterm.c (x_draw_glyph_string): Be sure to update
12964 s->underline_thickness and s->underline_position. Be sure to draw
12965 underline within the current line area.
12966
12967 * fontset.c: Delete unused variables and add casting for char *
12968 throughout the file.
12969 (fontset_font): Try the fallback fonts of the current fontset
12970 before consulting the default fontset.
12971
12972 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
12973
12974 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
12975
12976 2008-05-22 Jason Rumney <jasonr@gnu.org>
12977
12978 * font.c: Don't include strings.h.
12979
12980 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
12981
12982 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
12983 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
12984 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
12985 to call xstrcasecmp.
12986
12987 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
12988
12989 * fontset.c (fs_query_fontset): Use xstrcasecmp.
12990
12991 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
12992
12993 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
12994
12995 2008-05-22 Kenichi Handa <handa@m17n.org>
12996
12997 * puresize.h (BASE_PURESIZE): Increase to 1220000.
12998
12999 * font.c (font_prop_validate_style): Adjust for the format
13000 change of font_style_table.
13001
13002 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
13003 two args.
13004
13005 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
13006 two args.
13007
13008 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13009
13010 * minibuf.c (keys_of_minibuf): Delete.
13011 * lisp.h (keys_of_minibuf): Delete.
13012 * emacs.c (main): Don't call keys_of_minibuf.
13013
13014 2008-05-22 Kenichi Handa <handa@m17n.org>
13015
13016 * ftfont.c (ftfont_resolve_generic_family): Rename from
13017 ftfont_list_generic_family. Return a single family for each
13018 generic family.
13019 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
13020 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
13021 Call font_add_log.
13022 (ftfont_match): Call font_add_log.
13023
13024 * font.h (Ffont_xlfd_name): EXFUN adjusted.
13025 (FONT_DEBUG): Define it.
13026 (font_add_log): Extern it.
13027 (font_assert): Rename from xassert.
13028
13029 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
13030 (xfont_list_family): Call font_add_log.
13031 (xfont_match): Likewise.
13032 (memq_no_quit): Delete.
13033
13034 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
13035 call of Ffont_xlfd_name.
13036
13037 * xfaces.c (struct table_entry, slant_table, weight_table)
13038 (swidth_table): Move to font.c.
13039
13040 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
13041 xassert are changed to font_assert. Delete many unused variables.
13042 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
13043 New variables.
13044 (struct table_entry): Move from xfaces.c and modified.
13045 (weight_table, slant_table, width_table): Move from xfaces.c and
13046 contents adjusted for the change of struct table_entry.
13047 (font_style_to_value, font_style_symbolic): Adjust for the
13048 format change of font_style_table.
13049 (font_parse_family_registry): Don't overwrite existing foundry and
13050 family of font_spec.
13051 (font_score): Fix calculation of diff for sizes.
13052 (font_sort_entites): Call font_add_log.
13053 (font_delete_unmatched): Return a newly created list.
13054 (font_list_entities): Fix previous change. Call font_add_log.
13055 (font_matching_entity, font_open_entity, font_close_entity):
13056 Call font_add_log.
13057 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
13058 (Finternal_set_font_style_table): Delete.
13059 (BUILD_STYLE_TABLE): New macro.
13060 (build_style_table): New function.
13061 (Vfont_log, font_log_env_checked): New variables.
13062 (font_add_log): New function.
13063 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
13064 Declare Lisp variables "font-weight-table", "font-slant-table",
13065 "font-width-table", and "font-log". Initialize font_style_table.
13066
13067 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
13068
13069 * xterm.c (x_set_frame_alpha): Move declarations before statements.
13070
13071 2008-05-21 Seiji Zenitani <zenitani@mac.com>
13072 Ryo Yoshitake <ryo@shiftmode.net>
13073
13074 * frame.c (Qalpha): Add a new frame parameter `alpha'.
13075 (Vframe_alpha_lower_limit): New variable.
13076 (x_set_alpha): New function.
13077
13078 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
13079
13080 * xfns.c (x-create-frame, Qalpha):
13081 Initialize the frame parameter `alpha'.
13082 * xterm.c (OPAQUE, OPACITY): New.
13083 (x_set_frame_alpha): New function.
13084 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
13085
13086 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
13087 * w32fns.c (w32_frame_parm_handlers): Likewise.
13088
13089 2008-05-20 Jason Rumney <jasonr@gnu.org>
13090
13091 * w32font.c (add_font_entity_to_list): Don't add non-opentype
13092 truetype fonts to opentype list.
13093
13094 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
13095
13096 * fontset.c (Ffontset_info): Doc fix.
13097 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
13098 <ignore-relative-composition>: Fix typos in docstrings.
13099
13100 * font.c (syms-of-font) <font-encoding-alist>:
13101 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
13102 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
13103 (Ffont_otf_alternates): Doc fixes.
13104
13105 2008-05-20 Kenichi Handa <handa@m17n.org>
13106
13107 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
13108 font.h through out the file.
13109 (FONT_DRIVERS): Rename from FONTOBJ.
13110 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
13111 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
13112
13113 * emacs.c (main): Call syms_of_font unconditionally.
13114
13115 * font.h (find_font_encoding): Extern it.
13116
13117 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
13118 fontset.c.
13119 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
13120 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
13121 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
13122 only when HAVE_WINDOW_SYSTEM is defined.
13123 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
13124 when HAVE_WINDOW_SYSTEM is defined.
13125
13126 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
13127 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
13128
13129 * xfaces.c: Include font.h unconditionally.
13130 (merge_face_ref, merge_face_vectors)
13131 (Finternal_set_lisp_face_attribute): Cancel the previous change.
13132
13133 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13134
13135 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
13136 indirect_variable.
13137 * eval.c (lisp_indirect_variable): New fun.
13138 (Fuser_variable_p): Use it.
13139
13140 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13141
13142 * lisp.h (indirect_variable):
13143 * data.c (indirect_variable, let_shadows_buffer_binding_p):
13144 Use Lisp_Symbol pointers rather than Lisp_Object.
13145 Adjust callers.
13146 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
13147 To this end, change calling-convention.
13148
13149 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
13150 if some non-hidden buffers are selected by string&pred.
13151
13152 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
13153
13154 * process.c (wait_reading_process_output): Always check status
13155 when in batch mode.
13156
13157 2008-05-19 Kenichi Handa <handa@m17n.org>
13158
13159 * font.c (font_list_entities): Fix handling of cache.
13160 (font_matching_entity): Likewise.
13161
13162 * ftfont.c (cs_iso8859_1): Delete.
13163 (ft_face_cache): New variable.
13164 (struct ftfont_info): New member fc_charset_idx.
13165 (ftfont_build_basic_charsets): Delete.
13166 (fc_charset_table): New variable.
13167 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
13168 . FC_CHARSET_IDX) as :font-entity property in the font entity.
13169 Callers changed.
13170 (ftfont_lookup_cache, ftfont_get_charset): New functions.
13171 (ftfont_spec_pattern): New argument fc_charset_idx.
13172 Check registry more rigidly. Change callers.
13173 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
13174 change of :font-entity property of the font.
13175
13176 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
13177 property of the font.
13178
13179 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
13180
13181 * coding.c (Fcoding_system_p): Rename argument to match docstring.
13182 (Funencodable_char_position, Fcheck_coding_systems_region)
13183 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
13184 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
13185 (Ffind_operation_coding_system, Fset_coding_system_priority)
13186 (Fcoding_system_eol_type): Doc fixes.
13187
13188 2008-05-17 Glenn Morris <rgm@gnu.org>
13189
13190 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
13191
13192 2008-05-16 Eli Zaretskii <eliz@gnu.org>
13193
13194 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
13195 and st_gid.
13196
13197 * frame.c (Fdelete_frame): Don't call font_update_drivers if
13198 HAVE_WINDOW_SYSTEM is not defined.
13199
13200 * xfaces.c (merge_face_ref, merge_face_vectors)
13201 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
13202 HAVE_WINDOW_SYSTEM is defined.
13203 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
13204
13205 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13206
13207 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
13208
13209 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13210
13211 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
13212
13213 2008-05-15 Kenichi Handa <handa@m17n.org>
13214
13215 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
13216 preference.
13217
13218 2008-05-15 Glenn Morris <rgm@gnu.org>
13219
13220 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
13221
13222 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
13223
13224 * fns.c (init_fns): Don't initialize weak_hash_tables here.
13225 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
13226
13227 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
13228
13229 2008-05-15 Kenichi Handa <handa@m17n.org>
13230
13231 * ftfont.c (ftfont_list): Downcase family name to check generic
13232 families.
13233
13234 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
13235 font-spec for QCfont value.
13236
13237 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
13238 buffer. Check the return value of it.
13239
13240 2008-05-14 Jason Rumney <jasonr@gnu.org>
13241
13242 * w32term.c (w32_get_glyph_overhangs): Remove.
13243 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
13244
13245 2008-05-14 Kenichi Handa <handa@m17n.org>
13246
13247 * font.c (font_prop_validate): Make nil a valid value.
13248 (font_clear_cache): Check if the cached vector of entities is nil
13249 or not.
13250
13251 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13252
13253 * emacs.c (main_thread): Conditionalize on
13254 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
13255 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
13256
13257 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
13258 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
13259 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
13260
13261 2008-05-14 Kenichi Handa <handa@m17n.org>
13262
13263 * coding.c (detect_coding_iso_2022): Ignore a coding category that
13264 has no corresponding coding system.
13265
13266 2008-05-14 Jason Rumney <jasonr@gnu.org>
13267
13268 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
13269
13270 * w32font.h (w32font_open_internal): Update declaration.
13271
13272 * w32font.c (w32font_open_internal): Change last argument from
13273 w32font_info struct to font object. Fill in font object from
13274 font_entity. Get Outline metrics if possible. Use them to
13275 calculate underline position and thickness. Use xlfd name as name
13276 property. Don't set codepage.
13277 (w32font_open): Pass font_object to w32font_open_internal. Don't
13278 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
13279 (w32font_draw): Use s->font.
13280 (clear_cached_metrics): Don't clear non-existent blocks.
13281
13282 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
13283 font was not found.
13284 (x_draw_glyph_string): Use underline position and thickness from font.
13285
13286 * w32uniscribe.c (uniscribe_open): Pass font_object to
13287 w32font_open_internal.
13288
13289 2008-05-14 Kenichi Handa <handa@m17n.org>
13290
13291 These changes are to delete all legacy font-handling codes, and
13292 make Emacs use only font-backends.
13293
13294 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
13295 (frame.o, image.o, print.o): Depend on $(FONTSRC).
13296
13297 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
13298
13299 * charset.h (Vcharset_non_preferred_head)
13300 (Vcurrent_iso639_language): Extern them.
13301
13302 * charset.c (Vcharset_non_preferred_head): New variable.
13303 (Vcurrent_iso639_language): New variable.
13304 (syms_of_charset): Declare it as a Lisp variable.
13305 (char_charset): Don't check non preferred charsets. As a last
13306 resort, return charset_unicode.
13307 (Fset_charset_priority): Update Vcharset_non_preferred_head.
13308
13309 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
13310 conditionals. Don't check enable_font_backend. Delete all codes
13311 used only when USE_FONT_BACKEND is not defined.
13312
13313 * dispextern.h (struct glyph_string): Change type of `font' to
13314 `struct font *'.
13315 (struct glyph_string): New member underline_position and
13316 underline_thickness.
13317 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
13318 (struct face): Change type of `font' to `struct font *'. Remove
13319 members `font_name', `font_info_id'.
13320 (per_char_metric, encode_char): Delete externs.
13321 (calc_pixel_width_or_height): Adjust the prototype.
13322
13323 * emacs.c (enable_font_backend): Delete extern.
13324 (main): Don't set enable_font_backend. Don't check the command
13325 line argument "-disable-font-backend".
13326
13327 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
13328 (enum font_property_index): New members FONT_DPI_INDEX,
13329 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
13330 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
13331 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
13332 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
13333 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
13334 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
13335 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
13336 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
13337 (struct font_spec, struct font_entity): New structs.
13338 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
13339 (struct font): Many members from old "struct font_info" moved to
13340 here. Members font and entity deleted.
13341 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
13342 the new font-related objects.
13343 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
13344 (CHECK_FONT_GET_OBJECT): Likewise.
13345 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
13346 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
13347 (struct font_driver): New members case_sensitive anc check. Type
13348 of the member list and open changed.
13349 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
13350 (font_symbolic_width, font_find_object, font_get_spec)
13351 (font_set_lface_from_name): Delete extern.
13352 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
13353
13354 * font.c: Include <strings.h>.
13355 (enable_font_backend): Delete it.
13356 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
13357 (CHECK_VALIDATE_FONT_SPEC): Delete it.
13358 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
13359 (null_string): Delete it.
13360 (null_vector): Make it static.
13361 (font_family_alist): Delete it.
13362 (Qnormal): Extern it.
13363 (QCextra, QClanguage): Delete it.
13364 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
13365 (font_make_spec, font_make_entity, font_make_object)
13366 (font_intern_prop): Renamed from intern_downcase. Don't downcase
13367 the string. Callers changed.
13368 (font_pixel_size): Adjusted for the format change of font-related
13369 objects.
13370 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
13371 (font_style_to_value, font_style_symbolic): New function.
13372 (build_font_family_alist): Delete it.
13373 (font_registry_charsets): Use Fassoc_string instead of
13374 assq_no_quit.
13375 (font_prop_validate_symbol): Don't return null_string.
13376 (font_prop_validate_style): Adjusted for the change of
13377 style-related values in a font vector.
13378 (font_property_table): Delete entries for QClanguage and
13379 QCantialias, add entries for QCavgwidth.
13380 (get_font_prop_index): Delete the 2nd argument FROM.
13381 (font_prop_validate): Arguments changed.
13382 (font_put_extra): Adjusted for the change of font-related objects.
13383 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
13384 (font_parse_fcname, font_unparse_fcname)
13385 (font_prepare_composition): Likewise.
13386 (font_parse_family_registry): Renamed from font_merge_old_spec.
13387 (otf_open): Delete the 1st arg entity.
13388 (font_otf_capability): Adjusted for the above change.
13389 (font_score): New arg alternate_families. Adjusted for the change
13390 of font-related objects.
13391 (font_sort_entites): New arg best_only.
13392 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
13393 Delete them.
13394 (font_match_p): Check alternate families.
13395 (font_find_object): Delete it.
13396 (font_check_object): New function.
13397 (font_clear_cache): Adjusted for the change of font-related objects.
13398 (font_delete_unmatched): New arg.
13399 (font_list_entities): Call font_driver->list with a spec that
13400 doesn't specify style-related properties.
13401 (font_matching_entity): Arguments changed. Caller changed.
13402 (font_open_entity): Adjusted for the change of font-related objects.
13403 (font_close_object, font_has_char, font_encode_char)
13404 (font_get_name, font_get_spec): Likewise.
13405 (font_spec_from_name, font_clear_prop, font_update_lface):
13406 New functions.
13407 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
13408 (font_prepare_for_face, font_done_for_face, font_open_by_name)
13409 (font_at): Adjusted for the change of font-related objects.
13410 (font_range): New function.
13411 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
13412 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
13413 (Fcopy_font_spec, Fmerge_font_spec): New function.
13414 (Ffont_family_list): Renamed from list-families.
13415 (Finternal_set_font_style_table): Arguments changed.
13416 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
13417 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
13418 change of font-related objects.
13419 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
13420
13421 * fontset.h (struct font_info): Delete it. Most members go to
13422 struct font.
13423 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
13424 (enum FONT_SPEC_INDEX): Delete it.
13425 (font_info, list_fonts_func, load_font_func, query_font_func)
13426 (set_frame_fontset_func, find_ccl_program_func)
13427 (get_font_repertory_func, new_fontset_from_font_name): Delete
13428 externs.
13429 (fontset_from_font_name): Extern it.
13430 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
13431 (FONT_INFO_FROM_FACE): Deleted.
13432 (face_for_font): Adjust prototype.
13433
13434 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
13435 conditionals. Don't check enable_font_backend. Delete all codes
13436 used only when USE_FONT_BACKEND is not defined.
13437 (get_font_info_func, list_font_func, load_font_func)
13438 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
13439 (get_font_repertory_func): Delete them.
13440 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
13441 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
13442 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
13443 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
13444 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
13445 (fontset_compare_rfontdef): New function.
13446 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
13447 rfont-defs by qsort. Adjusted for the change of font-group vector.
13448 (load_font_get_repertory): Deleted.
13449 (fontset_find_font): Use new macros to ref/set elements of
13450 font-def and rfont-def.
13451 (fontset_font): Fix the timing of remembering that no font for C.
13452 (free_face_fontset): Do nothing if the face has no fontset.
13453 (face_suitable_for_char_p): Use new macros to ref/set elements of
13454 rfont-def.
13455 (face_for_char): Likewise. Call face_for_char with font_object.
13456 (fs_load_font): Delete. Delete #pragma surrounding it.
13457 (fs_query_fontset): Use strcasecmp instead of strcmp.
13458 (generate_ascii_font_name): Adjusted for the format change of
13459 font-spec.
13460 (Fset_fontset_font): Likewise. Use new macros to set elements of
13461 font-def.
13462 (Fnew_fontset): Use font_unparse_xlfd to generate
13463 FONTSET_ASCII (fontset).
13464 (new_fontset_from_font_name): Deleted.
13465 (fontset_from_font): Renamed from new_fontset_from_font. Check if
13466 a fontset is already created for the font. FIx updating of
13467 Vfontset_alias_alist.
13468 (fontset_ascii_font): Deleted.
13469 (Ffont_info): Adjusted for the format change of font-spec.
13470 (Finternal_char_font): Likewise.
13471 (Ffontset_info): Likewise.
13472 (syms_of_fontset): Don't check load_font_func.
13473
13474 * fns.c (internal_equal): Handle PREV_FONT.
13475
13476 * frame.h: Delete USE_FONT_BACKEND conditional.
13477
13478 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
13479 conditionals. Don't check enable_font_backend. Delete all codes
13480 used only when USE_FONT_BACKEND is not defined.
13481 (x_set_font): Call x_new_font, not x_new_fontset2.
13482 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
13483 already set for the frame.
13484
13485 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
13486 a font-entity by font_make_entity. Use font_intern_prop instead
13487 of intern_downcase. Use FONT_SET_STYLE to set a style-related
13488 font property. If a font is scalable, set avgwidth property to 0.
13489 Set font-entity property by font_put_extra.
13490 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
13491 (ffont_driver): Adjusted for the change of struct font_driver.
13492 (ftfont_spec_pattern): New function.
13493 (ftfont_list): Return a list, not vector.
13494 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
13495 (ftfont_list_family): Don't downcase names.
13496 (ftfont_free_entity): Deleted.
13497 (ftfont_open): Return a font-object. Adjusted for the change of
13498 struct font. Get underline_thickness and underline_position from
13499 font property. Don't update dpyinfo->smallest_font_height and
13500 dpyinfo->smallest_char_width.
13501 (ftfont_close): Don't free `struct font'.
13502 (ftfont_has_char): Adjusted for the format change of font-entity.
13503 (ftfont_encode_char, ftfont_text_extents): Likewise.
13504
13505 * ftxfont.c (ftxfont_list): Return a list, not vector.
13506 (ftxfont_open): Return a font-object. Adjusted for the change of
13507 struct font. Get underline_thickness and underline_position from
13508 font property. Don't update dpyinfo->smallest_font_height and
13509 dpyinfo->smallest_char_width.
13510 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
13511 (ftxfont_draw): Adjusted for the change of struct font.
13512
13513 * image.c (image_ascent): Don't include "charset.h". Include
13514 "character.h" and "font.h".
13515
13516 * lisp.h (enum pvec_type): New member PREV_FONT.
13517 (Fassoc_string): EXFUN it.
13518
13519 * print.c: Include font.h.
13520 (print_object): Handle font-related objects.
13521
13522 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
13523 conditionals. Don't check enable_font_backend. Delete all codes
13524 used only when USE_FONT_BACKEND is not defined.
13525 (handle_auto_composed_prop): Do nothing if it->f is not on a
13526 window system. Check how many following characters can be
13527 displayed by the same font.
13528 (calc_pixel_width_or_height): Type of the 4th arg is changed to
13529 'struct font *'.
13530 (get_char_face_and_encoding): Assign the whole encoding task to
13531 the `encode-char' method of a font driver.
13532 (fill_composite_glyph_string): Adjusted for the change of `struct
13533 face' and `struct glyph_string'.
13534 (fill_glyph_string): Likewise.
13535 (get_per_char_metric): Arguments changed.
13536 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
13537 and `struct glyph_string'.
13538 (produce_stretch_glyph, calc_line_height_property)
13539 (x_produce_glyphs): Likewise.
13540
13541 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
13542 conditionals. Don't check enable_font_backend. Delete all codes
13543 used only when USE_FONT_BACKEND is not defined. Use
13544 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
13545 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
13546 (Qp): Extern them.
13547 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
13548 Deleted.
13549 (struct font_name): Deleted.
13550 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
13551 (compare_fonts_by_sort_order): New function.
13552 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
13553 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
13554 Deleted.
13555 (Fx_family_fonts): Use font_list_entities, and sort fonts by
13556 compare_fonts_by_sort_order.
13557 (Fx_font_family_list): Call Ffont_family_list.
13558 (face_numeric_value, face_numeric_weight, face_numeric_slant)
13559 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
13560 (face_symbolic_slant, face_symbolic_swidth)
13561 (split_font_name_into_vector, build_font_name_from_vector)
13562 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
13563 (font_rescale_ratio, split_font_name, build_font_name)
13564 (free_font_names, sort_fonts, x_face_list_fonts)
13565 (face_font_available_p, sorted_font_list, cmp_font_names)
13566 (font_list_1, concat_font_list, font_list, remove_duplicates):
13567 Deleted.
13568 (Fx_list_fonts): Use Ffont_list.
13569 (LFACE_AVGWIDTH): Deleted.
13570 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
13571 by FONTP.
13572 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
13573 (set_lface_from_font_name): Delete it.
13574 (set_lface_from_font): Renamed from
13575 set_lface_from_font_and_fontset. Caller changed. Don't set
13576 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
13577 for face.
13578 (merge_face_vectors): Copy font-spec if necessary.
13579 Clear properties of the font-spec if necessary.
13580 (merge_face_ref): Clear properties of the font-spec if necessary.
13581 (Finternal_set_lisp_face_attribute): Likewise.
13582 (set_font_frame_param): Use font_load_for_lface to load a
13583 font-object, and call Fmodify_frame_parameters with it.
13584 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
13585 font name by Ffont_xlfd_name.
13586 (Finternal_lisp_face_attribute_values): Don't check QCweight,
13587 QCslant, and QCwidth.
13588 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
13589 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
13590 Compare fonts by EQ.
13591 (lookup_non_ascii_face): Deleted.
13592 (face_for_font): The 2nd argument changed.
13593 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
13594 Check atomic font properties by case insensitive.
13595 (realize_non_ascii_face): Set face->overstrike correctly.
13596 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
13597 (dump_realized_face): Get font name from
13598 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
13599
13600 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
13601 conditionals. Don't check enable_font_backend. Delete all codes
13602 used only when USE_FONT_BACKEND is not defined.
13603 (xic_create_xfontset): Original code deleted and renamed from
13604 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
13605 (x_make_gc): Don't set GCFont in GCs.
13606 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
13607 opened by "fixed".
13608 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
13609 find_ccl_program_func, query_font_func, set_frame_fontset_func,
13610 get_font_repertory_func.
13611
13612 * xfont.c: Include <stdlib.h> and "ccl.h".
13613 (struct xfont_info): New structure.
13614 (xfont_query_font): Deleted.
13615 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
13616 moved from xterm.c.
13617 (xfont_driver): Adjusted for the change of struct font_driver.
13618 (compare_font_names): New function.
13619 (xfont_list_pattern): Sort font names case insensitively. Make
13620 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
13621 (xfont_list): Return a list, not vector.
13622 (xfont_match): If the font doesn't have QCname property, generate
13623 a name from the other font properties.
13624 (xfont_open): Return a font-object. Adjusted for the change of
13625 struct font. Get underline_thickness and underline_position from
13626 font property. Don't update dpyinfo->smallest_font_height and
13627 dpyinfo->smallest_char_width.
13628 (xfont_close): Don't free struct font.
13629 (xfont_prepare_face): Adjusted for the change of struct font.
13630 (xfont_done_face): Deleted.
13631 (xfont_has_char): Adjusted for the change of struct font.
13632 (xfont_encode_char, xfont_draw): Likewise.
13633 (xfont_check): New function.
13634
13635 * xftfont.c (xftfont_list): Adjusted for the change of `list'
13636 callback function.
13637 (xftfont_match): Adjusted for the format change of font-entity.
13638 (xftfont_open): Adjusted for the format change of font-entity and
13639 font-object. Adjusted for the change of struct font. Return a
13640 font-object. Don't update dpyinfo->smallest_font_height and
13641 dpyinfo->smallest_char_width.
13642 (xftfont_close): Block input while calling XftFontClose.
13643 (xftfont_prepare_face): Don't block input while calling
13644 xftfont_get_colors. Adjusted for the change of struct font.
13645 (xftfont_shape): Return value of error case fixed.
13646
13647 * xrdb.c (x_load_resources): Don't setup a fontset resource.
13648
13649 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
13650 conditionals.
13651 (FONT_WIDTH): Return (f)->max_width.
13652 (struct x_display_info): Delete member `font'.
13653 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
13654 (x_find_ccl_program, x_get_font_repertory): Delete externs.
13655 (struct x_output): Change type of `font' to `struct font *'.
13656
13657 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
13658 conditionals. Don't check enable_font_backend. Delete all codes
13659 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
13660 (x_per_char_metric, x_encode_char): Deleted.
13661 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
13662 (x_compute_glyph_string_overhangs): Adjusted for the change of
13663 `struct face'.
13664 (x_draw_glyph_string_foreground)
13665 (x_draw_composite_glyph_string_foreground): Likewise.
13666 (x_draw_glyph_string): Likewise. Use font->underline_position and
13667 font->underline_thickness.
13668 (x_new_font): Renamed from x_new_fontset2.
13669 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
13670 (x_check_font): Call `check' method of a font driver.
13671 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
13672 (x_query_font, x_get_font_repertory): Deleted.
13673 (x_find_ccl_program): Renamed and moved to xfont.c.
13674 (x_redisplay_interface): Adjusted for the change of `struct
13675 redisplay_interface'.
13676
13677 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
13678 conditionals. Don't check enable_font_backend. Delete all codes
13679 used only when USE_FONT_BACKEND is not defined. Surround non-used
13680 code by "#ifdef OLD_FONT" and "endif".
13681 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
13682
13683 * w32font.h (struct w32font_info): New member.
13684 (FONT_COMPAT): New macro.
13685 (w32font_open_internal): Prototype adjusted.
13686
13687 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
13688 OLD_FONT" and "endif".
13689
13690 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
13691 conditionals. Don't check enable_font_backend. Delete all codes
13692 used only when USE_FONT_BACKEND is not defined.
13693 (w32font_open): Return a font-object. Make a font-object by
13694 font_make_object. Adjusted for the change of struct w32font_info.
13695 (w32font_close): Don't free struct font. Adjusted for the change
13696 of struct w32font_info.
13697 (w32font_encode_char, w32font_text_extents, w32font_draw):
13698 Adjusted for the change of struct w32font_info.
13699 (w32font_draw): Likewise.
13700 (w32font_list_internal): Return a list, not vector.
13701 (w32font_open_internal): Change the 4th arg to font-object.
13702 Adjusted for the change of struct w32font_info and font-object format.
13703 (add_font_name_to_list): Don't downcase names.
13704 (w32_enumfont_pattern_entity): Make a font-entity by
13705 font_make_entity. Adjusted for the format change of font-entity.
13706 Use FONT_SET_STYLE to set a style-related font property. If a
13707 font is scalable, set avgwidth property to 0. Set font-entity
13708 property by font_put_extra.
13709 (font_matches_spec): Adjusted for the format change of font-entity.
13710 (w32_weight_table, w32_decode_weight): New variables.
13711 (w32_encode_weight): New function.
13712 (fill_in_logfont): Adjusted for the format change of font-spec.
13713 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
13714 weight value.
13715 (w32font_driver): Adjusted for the change of struct font_driver.
13716
13717 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
13718 conditionals. Don't check enable_font_backend. Surround non-used
13719 code by "#ifdef OLD_FONT" and "endif".
13720 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
13721 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
13722
13723 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
13724 conditionals. Don't check enable_font_backend. Delete all codes
13725 used only when USE_FONT_BACKEND is not defined. Surround non-used
13726 code by "#ifdef OLD_FONT" and "endif".
13727
13728 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
13729 (uniscribe_open): Return value changed to font-object.
13730 Adjusted for the format change of font-object.
13731 (uniscribe_otf_capability): Adjusted for the change of struct font.
13732 (add_opentype_font_name_to_list): Don't downcase names.
13733 (uniscribe_font_driver): Adjusted for the change of struct
13734 font_driver.
13735
13736 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
13737
13738 * dispnew.c (update_frame_1): Check if tty output is still valid
13739 before flushing it.
13740
13741 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
13742
13743 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
13744 to Gtk+ menus.
13745
13746 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13747
13748 * dired.c (file_name_completion): Tweak the code so as to always do it
13749 in a single pass. Tighten the scope of some variables.
13750
13751 * dired.c (Qdefault_directory): New var.
13752 (file_name_completion): Use it instead of Fexpand_file_name.
13753 (syms_of_dired): Initialize it.
13754
13755 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13756
13757 * fileio.c (double_dollars): Remove dead code.
13758
13759 2008-05-10 Eli Zaretskii <eliz@gnu.org>
13760
13761 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
13762 Mention w32-get-true-file-attributes in doc string.
13763
13764 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
13765
13766 2008-05-09 Glenn Morris <rgm@gnu.org>
13767
13768 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
13769 2008-04-23.
13770
13771 2008-05-09 Eli Zaretskii <eliz@gnu.org>
13772
13773 Support for reporting owner and group of each file on MS-Windows:
13774 * dired.c (stat_uname, stat_gname): New functions, with special
13775 implementation for w32.
13776 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
13777
13778 * w32.c: Rename the_passwd_* to dflt_passwd_*.
13779 (dflt_group_name): New static variable.
13780 (dflt_group): Rename from the_group.
13781 (init_user_info): Init dflt_group fields. Get user's group name
13782 from LookupAccountSid.
13783 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
13784 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
13785 New initialization states.
13786 (globals_of_w32): Initialize them to zero. Initialize the default
13787 group name to "None".
13788 (GetFileSecurity_Name): New global var, the name of the function
13789 to call for GetFileSecurity.
13790 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
13791 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
13792 (get_file_security, get_security_descriptor_owner)
13793 (get_security_descriptor_group, is_valid_sid)
13794 (get_file_security_desc, get_rid, get_name_and_id)
13795 (get_file_owner_and_group): New functions.
13796 (stat): Use get_file_security_desc and get_file_owner_and_group to
13797 report the owner and primary group of each file. Don't ignore the
13798 high 32 bits of file's size, now that st_size is 64-bit wide.
13799 Fix test when to get true file attributes.
13800 (init_user_info): Use get_rid instead of equivalent inline code.
13801 (fstat): Don't ignore the high 32 bits of file's size.
13802
13803 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
13804
13805 * image.c (png_load): Use correct bit-depth for setting background
13806 color.
13807
13808 2008-05-08 Eli Zaretskii <eliz@gnu.org>
13809
13810 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
13811 epa-hook.elc.
13812
13813 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
13814
13815 * font.c (Ffont_match_p): Don't use `iff' in docstring.
13816
13817 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
13818
13819 * macfns.c (Fx_create_frame): Make a copy of frame parameters
13820 because the original parameters are in pure storage now.
13821 (mac_window): Remove unused params. Update callers.
13822
13823 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13824
13825 * lread.c (substitute_object_recurse): Use lower-level primitives.
13826 Don't signal errors when traversing sub-char-tables.
13827 Don't loop over all the possible characters when traversing char-tables.
13828
13829 * print.c (print_preprocess): Add sub-char-tables to the print-table,
13830 just like we do in print.c.
13831
13832 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13833
13834 * minibuf.c (Ftry_completion): Remove code left over from when we used
13835 scmp instead of Fcompare_strings.
13836
13837 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
13838
13839 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
13840
13841 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13842
13843 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
13844 Create bitmap context in native byte order.
13845
13846 * macterm.c (XDrawLine)
13847 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
13848 context in native byte order.
13849
13850 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13851
13852 * config.in: Regenerate.
13853
13854 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
13855 New definitions for Image I/O support.
13856 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13857 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
13858 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13859 (mac_data_provider_release_data, image_load_image_io)
13860 [USE_MAC_IMAGE_IO]: New functions.
13861 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
13862 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
13863 (init_image_func_pointer) [MAC_OSX]: Remove function.
13864 (image_load_quartz2d) [MAC_OSX]: Check availability of
13865 CGImageCreateWithPNGDataProvider at compile time.
13866 Use lowercase `false' for boolean constant.
13867 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
13868 Use image_load_image_io.
13869 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
13870 Don't check MyCGImageCreateWithPNGDataProvider.
13871 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
13872 Don't call init_image_func_pointer.
13873
13874 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
13875
13876 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
13877 Make variable non-static.
13878 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
13879 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13880
13881 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
13882 (RED_FROM_ULONG): Mask off higher bits.
13883 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
13884
13885 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
13886 Include AvailabilityMacros.h.
13887 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
13888 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
13889
13890 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13891
13892 * chartab.c (Fset_char_table_range): If range is t, really set all
13893 chars to that value.
13894
13895 2008-05-03 Eli Zaretskii <eliz@gnu.org>
13896
13897 * dired.c (Ffile_attributes): Don't allow the device number become
13898 negative.
13899
13900 2008-05-02 Daiki Ueno <ueno@unixuser.org>
13901
13902 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
13903
13904 2008-05-02 Juri Linkov <juri@jurta.org>
13905
13906 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
13907 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
13908 DEFAULT argument as a list of default values in docstrings.
13909
13910 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
13911
13912 * puresize.h (BASE_PURESIZE): Increase to 1210000.
13913
13914 2008-05-01 Martin Rudalics <rudalics@gmx.at>
13915
13916 * dispnew.c (change_frame_size_1): Preserve small windows when
13917 shrinking frames by calling set_window_height|width with third
13918 arg 2.
13919
13920 * window.h (struct window): Replace field too_small_ok by field
13921 resize_proportionally.
13922
13923 * window.c (make_window): Initialize resize_proportionally.
13924 (enlarge_window): Temporarily set resize_proportionally to make
13925 sure that shrink_windows does scale the window proportionally.
13926 (shrink_windows): When window has resize_proportionally set try
13927 to shrink it proportionally by stealing from other windows.
13928 (struct saved_window, Fset_window_configuration)
13929 (compare_window_configurations): Handle resize_proportionally.
13930 (WINDOW_TOTAL_SIZE): New macro.
13931 (window_min_size, shrink_windows, size_window): Use it.
13932 (check_min_window_sizes): Remove. Invalid values of
13933 window-min-height|width are handled by window_min_size_2 now.
13934 (size_window, Fsplit_window, enlarge_window)
13935 (adjust_window_trailing_edge, grow_mini_window): Don't call
13936 check_min_window_sizes.
13937 (window_min_size_2, window_min_size_1, window_min_size):
13938 New argument safe_p for retrieving "safe" minimum sizes.
13939 (Fdisplay_buffer, Fsplit_window, enlarge_window)
13940 (adjust_window_trailing_edge, grow_mini_window):
13941 Adjust arguments of window_min_size... functions.
13942 (shrink_windows): Argument min_size removed. New argument
13943 safe_p allows shrinking windows to their safe minimum sizes.
13944 Calculate minimum size and decide whether a window shall be
13945 deleted for each window individually.
13946 (size_window): When nodelete_p equals 2, tell shrink_windows to
13947 delete windows only if their new minimum size is no more safe.
13948 (shrink_window_lowest_first): Call window_min_size_1 to make
13949 sure to preserve modeline of bottom-most window when resizing
13950 the minibuffer.
13951 (Fset_window_configuration, Fcurrent_window_configuration)
13952 (compare_window_configurations): Do not handle
13953 window-min-height|width any more.
13954 (syms_of_window): Clarify window-min-height|width doc-strings.
13955
13956 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
13957
13958 * dired.c (file_name_completion): Fix up the encoding/decoding issue
13959 some more. Copy some of the code from Ftry_completions.
13960 Remove special case code that dates back to initial revision when the
13961 slash was only added when necessary and that can't trigger nowadays.
13962
13963 2008-04-27 Kenichi Handa <handa@m17n.org>
13964
13965 * font.c (font_prop_validate): Signal `error' instead of `font'.
13966
13967 2008-04-29 Jason Rumney <jasonr@gnu.org>
13968
13969 * w32fns.c (Fw32_battery_status): New defun.
13970 (syms_of_w32fns): Defsubr it.
13971
13972 2008-04-28 Andreas Schwab <schwab@suse.de>
13973
13974 * dired.c (file_name_completion): Fix another mixing of encoded
13975 and decoded names.
13976
13977 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
13978
13979 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
13980
13981 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
13982
13983 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
13984
13985 2008-04-27 Andreas Schwab <schwab@suse.de>
13986
13987 * dired.c (file_name_completion): Fix inappropriate mixing of
13988 encoded and decoded names.
13989
13990 * xterm.c (XTread_socket): Fix use of uninitialized variable.
13991
13992 * puresize.h (BASE_PURESIZE): Increase to 1200000.
13993
13994 2008-04-26 Eli Zaretskii <eliz@gnu.org>
13995
13996 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
13997 2008-03-31, it's not needed anymore with `struct stat' definition
13998 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
13999 for the same reasons.
14000
14001 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
14002
14003 * m/sparc.h: Additional redefinitions for GNU/Linux.
14004
14005 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14006
14007 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
14008 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
14009 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
14010 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
14011 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
14012 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
14013 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14014 Likewise.
14015
14016 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
14017 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
14018 (mac_ax_number_of_characters): Add externs.
14019 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
14020 [USE_MAC_TSM]: Likewise.
14021 (mac_handle_text_input_event) [MAC_OSX]:
14022 Handle kEventTextInputOffsetToPos for no active input area case.
14023 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
14024 (mac_handle_document_access_event)
14025 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
14026 (install_application_handler) [MAC_OSX]: Register handlers for
14027 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
14028 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14029 Register mac_handle_document_access_event.
14030
14031 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
14032 Make functions non-static.
14033
14034 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14035
14036 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
14037 (read_file_name_completion_ignore_case, insert_default_directory)
14038 (Qdefault_directory): Move to minibuffer.el.
14039 (Fread_file_name): Call the new `read-file-name' instead.
14040
14041 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14042
14043 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
14044 Make function non-static.
14045 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
14046 Remove function.
14047 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
14048 Move to mactoolbox.c.
14049 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
14050
14051 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
14052 (mac_rect_make): New macro.
14053
14054 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
14055 instead of float.
14056 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
14057 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
14058 (XSetBackground) [USE_CG_DRAWING]: Likewise.
14059 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
14060 CGRectMake.
14061 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
14062 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
14063 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
14064 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
14065 instead of WindowRef in argument type.
14066 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
14067 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
14068 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
14069 instead of DISPLAY. All uses changed.
14070 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
14071 (x_calc_absolute_position): Simplify so as not to use
14072 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
14073
14074 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
14075 instead of WindowRef in argument type.
14076 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
14077 [TARGET_API_MAC_CARBON]: Remove externs.
14078 (create_apple_event, mac_event_parameters_to_lisp)
14079 [TARGET_API_MAC_CARBON]: Add externs.
14080
14081 * mactoolbox.c (Vmac_ts_script_language_on_focus)
14082 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
14083 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
14084 is clicked.
14085 (x_activate_menubar): Remove extern for saved_menu_event_location.
14086 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
14087 Move from mac.c.
14088
14089 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14090
14091 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
14092 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
14093
14094 2008-04-23 Jason Rumney <jasonr@gnu.org>
14095
14096 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
14097 attributes only for local files.
14098
14099 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
14100 default to Qlocal.
14101
14102 2008-04-22 Juri Linkov <juri@jurta.org>
14103
14104 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
14105 read-buffer-to-switch instead of using the letter "B".
14106
14107 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
14108
14109 * fileio.c (Qdefault_directory): New variable.
14110 (Fread_file_name): Use it to pass `dir' to the completion functions.
14111
14112 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
14113
14114 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
14115
14116 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14117
14118 * keyboard.c (Vpre_help_message): Remove.
14119 (show_help_echo): Remove default C code.
14120
14121 * dired.c (directory_files_internal, file_name_completion):
14122 Only call ENCODE_FILE if the string is indeed decoded.
14123
14124 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14125
14126 * Makefile.in (TOOLKIT_DEFINES): Remove.
14127 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
14128
14129 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14130
14131 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
14132 (mactoolbox.o): New target.
14133
14134 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
14135 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
14136
14137 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
14138 Use mac_set_frame_window_background instead of XSetWindowBackground.
14139 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
14140 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
14141 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
14142 instead of SetWindowTitleWithCFString.
14143 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
14144 Move function to mactoolbox.c.
14145 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
14146 Use mac_set_window_modified instead of SetWindowModified.
14147 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
14148 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
14149 (Fx_focus_frame): Use mac_front_non_floating_window instead of
14150 FrontNonFloatingWindow. Use mac_activate_window instead of
14151 ActivateWindow. Use mac_active_non_floating_window instead of
14152 ActiveNonFloatingWindow.
14153 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
14154 Use mac_show_hourglass and mac_hide_hourglass.
14155 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
14156 instead of GetGlobalMouse.
14157 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
14158 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
14159 Use mac_bring_window_to_front instead of BringToFront.
14160 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
14161 mactoolbox.c.
14162 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
14163 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
14164 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
14165 mactoolbox.c.
14166
14167 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
14168 (XtPointer): Move typedef from macmenu.c.
14169 (enum button_type): Move enum from macmenu.c.
14170 (widget_value): Move typedef from macmenu.c.
14171 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
14172 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
14173 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
14174 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
14175 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
14176 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
14177 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
14178 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
14179 (Selection): Move typedef from macselect.c.
14180 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
14181 macterm.c.
14182 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
14183 (mac_is_window_collapsed, mac_bring_window_to_front)
14184 (mac_send_window_behind, mac_hide_window, mac_show_window)
14185 (mac_collapse_window, mac_front_non_floating_window)
14186 (mac_active_non_floating_window, mac_activate_window)
14187 (mac_move_window_structure, mac_move_window, mac_size_window)
14188 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
14189
14190 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
14191 (enum mac_menu_kind): Move enum to mactoolbox.c.
14192 (min_menu_id): Move variable to mactoolbox.c.
14193 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
14194 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
14195 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
14196 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
14197 [TARGET_API_MAC_CARBON]: Likewise.
14198 (XtPointer): Move typedef to macgui.h.
14199 (enum button_type): Move enum to macgui.h.
14200 (widget_value): Move typedef to macgui.h.
14201 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
14202 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
14203 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
14204 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
14205 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
14206 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
14207 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
14208 (popup_activated_flag): Make variable non-static.
14209 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
14210 (add_menu_item, fill_menu, dispose_menus):
14211 Move functions to mactoolbox.c.
14212 (restore_show_help_function, menu_target_item_handler)
14213 (install_menu_target_item_handler, mac_handle_dialog_event)
14214 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
14215 [TARGET_API_MAC_CARBON]: Likewise.
14216 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
14217 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
14218 (find_and_call_menu_selection, name_is_separator): Make function
14219 non-static.
14220 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
14221 to mactoolbox.c.
14222 (set_frame_menubar): Don't call install_menu_quit_handler.
14223 (menu_item_selection): New variable.
14224 (mac_menu_show): Use create_and_show_popup_menu.
14225 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
14226 selection but set variable menu_item_selection. All uses changed.
14227 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
14228 Call install_menu_quit_handler. Move to mactoolbox.c.
14229
14230 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
14231 (Selection): Move typedef to macgui.h.
14232 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
14233 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
14234 Make variables non-static.
14235 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
14236 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
14237 Make functions non-static.
14238 (Vmac_service_selection) [MAC_OSX]: Likewise.
14239 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
14240 (mac_valid_selection_target_p, mac_clear_selection)
14241 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
14242 (mac_put_selection_value, mac_selection_has_target_p)
14243 (mac_get_selection_value, mac_get_selection_target_list)
14244 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
14245 Move functions to mactoolbox.c.
14246 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
14247 Likewise.
14248 (copy_scrap_flavor_data, mac_handle_service_event)
14249 (install_service_handler) [MAC_OSX]: Likewise.
14250 (syms_of_macselect) <Vmac_dnd_known_types>:
14251 Use mac_dnd_default_known_types.
14252
14253 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
14254 Move to mactoolbox.c.
14255 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
14256 (Fx_selection_owner_p): Add EXFUN.
14257 (install_window_handler, remove_window_handler, XSetWindowBackground):
14258 Remove externs.
14259 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
14260 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
14261 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
14262 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
14263 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
14264 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
14265 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
14266 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
14267 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
14268 (create_and_show_popup_menu, mac_get_selection_from_symbol)
14269 (mac_valid_selection_target_p, mac_clear_selection)
14270 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
14271 (mac_put_selection_value, mac_selection_has_target_p)
14272 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
14273 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
14274 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
14275 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
14276 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
14277 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
14278 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
14279 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
14280 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
14281
14282 * mactoolbox.c: New file.
14283
14284 2008-04-18 Jason Rumney <jasonr@gnu.org>
14285
14286 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
14287
14288 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14289
14290 * character.c (Fmultibyte_char_to_unibyte):
14291 Return latin1 chars unchanged.
14292
14293 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
14294 relocated if it points to `name'.
14295
14296 2008-04-17 Kenichi Handa <handa@m17n.org>
14297
14298 * data.c (Faset): Allow setting a multibyte character in an
14299 ASCII-only unibyte string.
14300
14301 * lisp.h (STRING_SET_MULTIBYTE): New macro.
14302
14303 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14304
14305 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
14306 done in config.h.
14307
14308 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
14309
14310 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
14311 (Fchar_direction): Add usage in the docstring.
14312
14313 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
14314
14315 * keyboard.c (read_key_sequence): Remove always-true checks.
14316
14317 2008-04-14 Jason Rumney <jasonr@gnu.org>
14318
14319 * w32font.c (w32font_open_internal): Set max_bounds.descent in
14320 compatibility struct, for better underline positioning.
14321
14322 2008-04-13 David Hansen <david.hansen@gmx.net>
14323
14324 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
14325 string.
14326
14327 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
14328
14329 * m/hp800.h (XUINT, XSET): Remove.
14330
14331 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
14332
14333 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
14334 previous change.
14335
14336 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14337
14338 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
14339 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
14340
14341 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14342
14343 * keymap.h (map_keymap_canonical): Declare.
14344 * xmenu.c (single_keymap_panes): Use it.
14345
14346 2008-04-11 Glenn Morris <rgm@gnu.org>
14347
14348 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
14349 set the target's value to that of the alias.
14350
14351 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14352
14353 * term.c (set_tty_color_mode): Left over typo.
14354
14355 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
14356
14357 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
14358 only after check for file name handler functions. Signal, when
14359 native functionality is not supported.
14360 (syms_of_fileio): Declare it unconditionally.
14361
14362 2008-04-10 Jason Rumney <jasonr@gnu.org>
14363
14364 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
14365 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
14366
14367 * w32.c (logon_network_drive): Also logon to remote drives that
14368 are mapped to drive letters.
14369
14370 2008-04-10 Glenn Morris <rgm@gnu.org>
14371
14372 * xdisp.c (truncate-partial-width-windows): Doc fix.
14373
14374 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14375
14376 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
14377 Move functions to minibuffer.el.
14378 (syms_of_fileio): Don't declare them.
14379
14380 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14381
14382 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
14383 (syms_of_minibuf): Remove its initialization.
14384
14385 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
14386
14387 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
14388
14389 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
14390
14391 2008-04-09 Jason Rumney <jasonr@gnu.org>
14392
14393 * makefile.w32-in (distclean): Delete makefile too.
14394 (maintainer-clean): New target.
14395
14396 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
14397
14398 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
14399 for new font backend and composite cases.
14400
14401 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
14402
14403 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
14404 Most of the code moved to run_timers.
14405 (do_pending_atimers): Call run_timers.
14406 (run_timers): New function.
14407
14408 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
14409 run atimers.
14410
14411 * process.c (wait_reading_process_output): The same as above.
14412
14413 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14414
14415 * minibuf.c (last_exact_completion): Remove variable.
14416 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
14417 (complete_and_exit_1, complete_and_exit_2)
14418 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
14419 (Fdisplay_completion_list, display_completion_list_1)
14420 (Fminibuffer_completion_help, Fself_insert_and_exit)
14421 (Fexit_minibuffer, Fminibuffer_message): Move functions to
14422 minibuffer.el.
14423 (syms_of_minibuf): Remove corresponding initializations.
14424
14425 * keyboard.c (Qdeactivate_mark): New var.
14426 (command_loop_1): Use it to call `deactivate-mark'.
14427 (syms_of_keyboard): Initialize it.
14428
14429 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
14430 to another frame.
14431 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
14432 Don't call set_tty_color_mode.
14433 (store_frame_param): Reset previous_frame rather than call
14434 set_tty_color_mode.
14435 * term.c (set_tty_color_mode): Rewrite.
14436 * dispextern.h (set_tty_color_mode): New type.
14437 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
14438
14439 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14440
14441 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
14442 for generic chars, which do not exist any more in emacs-unicode.
14443
14444 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
14445
14446 * coding.c (detect_coding_emacs_mule)
14447 (Ffind_operation_coding_system): Fix typo.
14448
14449 2008-04-08 Jason Rumney <jasonr@gnu.org>
14450
14451 * w32uniscribe.c (SNAME): Extract only symbol name.
14452
14453 * w32font.h (struct w32_metric_cache): New struct.
14454 (w32font_info): Use it.
14455 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
14456 (CACHE_BLOCKSIZE): New constants.
14457
14458 * w32font.c (Qja, Qko, Qzh): New symbols.
14459 (syms_of_w32font): Initialise them.
14460 (font_matches_spec): Use them to filter by language.
14461 (recompute_cached_metrics): Remove function.
14462 (compute_metrics, clear_cached_metrics): New functions.
14463 (w32font_encode_char): Use them to manage metric cache.
14464 (w32font_text_extents): Cache metrics for all glyphs on demand.
14465 Delay converting glyph indices to WORD until needed.
14466 (w32font_open_internal): Initialize metric cache to empty.
14467 (registry_to_w32_charset): Charset should always be a symbol.
14468 (fill_in_logfont, list_all_matching_fonts): Family should
14469 always be a symbol.
14470
14471 2008-04-06 Jason Rumney <jasonr@gnu.org>
14472
14473 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
14474 Give up if glyph indices not supported. Use uniscribe obtained
14475 ABC widths for individual metrics. Map glyph clusters back to
14476 characters using fClusterStart flag. Return number of glyphs
14477 produced, not chars processed.
14478 (uniscribe_shape): Map char at FROM to current glyph.
14479
14480 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14481
14482 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
14483 Use SetMenuItemHierarchicalMenu.
14484
14485 2008-04-05 Jason Rumney <jasonr@gnu.org>
14486
14487 * image.c (pbm_load): Allow color values up to 65535.
14488 Throw an error if max_color_idx is outside the supported range.
14489 Report an error when image size is invalid.
14490 Read two bytes at a time when raw images have max_color_idx above 255.
14491
14492 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
14493
14494 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
14495 append "CCL: Quitted" when the CCL program is quitted.
14496 (setup_ccl_program): Initialize ccl->quit_silently to zero.
14497
14498 * ccl.h (struct ccl_program): New member quit_silently.
14499
14500 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
14501
14502 * search.c (compile_pattern_1): Treat non-nil and non-string of
14503 search-spaces-regexp as nil.
14504
14505 * minibuf.c (Fassoc_string): Tweak docstring.
14506
14507 2008-04-05 Eli Zaretskii <eliz@gnu.org>
14508
14509 * dired.c (Ffile_attributes): Support inode numbers wider than 32
14510 bits. Remove ugly WINDOWSNT-specific kludge introduced on
14511 2008-03-14 to force inode be positive.
14512
14513 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
14514 _S_* ones, since we now use our own sys/stat.h.
14515 (stat, fstat): Don't mangle the inode number.
14516 (init_user_info): Don't restrict UID and GID to 0-60000 range.
14517
14518 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14519
14520 * frame.h (struct frame): Give one more bit to `visible' since we use
14521 values larger than 1 to indicate obscured frames on ttys.
14522
14523 * keymap.c (Qkeymap_canonicalize): New var.
14524 (Fmap_keymap_internal): New fun.
14525 (describe_map): Use keymap-canonicalize.
14526
14527 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
14528 (Fundo_boundary): Set them.
14529 (syms_of_undo): Initialize them.
14530 (record_point): Use them instead of last_point_position*.
14531 (last_undo_buffer): Change type.
14532
14533 2008-04-04 Jason Rumney <jasonr@gnu.org>
14534
14535 * w32font.c (w32font_text_extents): Use font's ascent and descent.
14536 (recompute_cached_metrics): Don't set ascent and descent per char.
14537
14538 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
14539 (uniscribe_check_otf): Add GC protection before consing.
14540 Rearrange loop for counting features.
14541
14542 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14543
14544 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
14545 buffer with byte-size of source buffer.
14546
14547 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14548
14549 * callint.c (Fcall_interactively): Handle temporary region even
14550 when shift-select-mode is off.
14551
14552 2008-04-03 Jason Rumney <jasonr@gnu.org>
14553
14554 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
14555
14556 2008-04-03 Kenichi Handa <handa@m17n.org>
14557
14558 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
14559 (CATEGORY_MASK_UTF_16): Likewise.
14560 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
14561 binary file.
14562 (detect_coding): Add null-byte detection for a binary file.
14563 (detect_coding_system): Likewise.
14564
14565 2008-04-03 Jason Rumney <jasonr@gnu.org>
14566
14567 * w32uniscribe.c: New file.
14568
14569 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
14570
14571 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
14572
14573 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
14574 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
14575 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
14576 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
14577 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
14578 (Qphonetic): New symbols.
14579 (syms_of_w32font): Initialize them.
14580 (font_supported_scripts): Use them.
14581 (w32font_list_family): List all charsets.
14582 (w32font_text_extents, recompute_cached_metrics): Fix metric
14583 calculations.
14584 (w32_enumfont_pattern_entity): Make full_type a DWORD.
14585 Give opentype fonts their own format.
14586 (font_matches_spec): New arguments backend and logfont.
14587 Handle :otf spec for uniscribe backend.
14588 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
14589 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
14590
14591 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
14592 font backend.
14593 (globals_of_w32fns): Initialize uniscribe font backend.
14594
14595 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
14596 dependencies.
14597 (w32uniscribe.$(O)): New file to build.
14598 (FONT_OBJ): Include w32uniscribe.$(O).
14599 (LIBS): Add uniscribe libraries.
14600
14601 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
14602
14603 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
14604
14605 * callint.c (Vshift_select_mode): New var.
14606 (Finteractive): Document new ^ spec.
14607 (Fcall_interactively): Call handle-shift-selection if the ^ spec
14608 is present.
14609
14610 * keyboard.c (Vthis_command_keys_shift_translated): New var.
14611 (command_loop_1): Avoid running the direct display versions of
14612 forward-char and backward-char if shift-selection may occur.
14613 (read_key_sequence): Set Vthis_command_keys_shift_translated if
14614 shift-translation takes place.
14615
14616 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
14617 avoid clobbering by define-minor-mode.
14618
14619 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
14620 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
14621
14622 * syntax.c (Fforward_word): Add ^ interactive spec.
14623
14624 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
14625 (Fscroll_right): Add ^ interactive spec.
14626
14627 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14628
14629 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
14630
14631 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
14632
14633 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
14634
14635 2008-03-31 Juri Linkov <juri@jurta.org>
14636
14637 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
14638
14639 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
14640
14641 * gtkutil.c (xg_set_geometry): Fix indentation.
14642 (xg_resize_outer_widget): Remove.
14643 (x_wm_size_hint_off): Fix indentation.
14644 (xg_frame_set_char_size): Call flush_and_sync after
14645 gtk_window_resize.
14646 (x_wm_set_size_hint): Pass NULL as geometry window to
14647 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
14648 Add menu bar and tool bar height to base height.
14649 (xg_update_frame_menubar, free_frame_menubar)
14650 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
14651 (update_frame_tool_bar, free_frame_tool_bar):
14652 Change xg_resize_outer_widget to xg_frame_set_char_size.
14653
14654 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
14655
14656 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
14657 (Fdbus_call_method): New parameter TIMEOUT.
14658 (dbus-send-signal): Optimize UNGCPRO call.
14659
14660 2008-03-29 Juri Linkov <juri@jurta.org>
14661
14662 * window.c (Fdisplay_buffer): Move call to
14663 Vsplit_window_preferred_function out of conditions that check
14664 if window is eligible for vertical splitting.
14665 When Vsplit_window_preferred_function is non-nil, call it and use
14666 its non-nil return value as window. Otherwise, continue doing
14667 vertical splitting using Fsplit_window with arg horflag=nil.
14668 (syms_of_window) <Vsplit_window_preferred_function>: Change the
14669 default value from `split-window' to nil.
14670
14671 2008-03-29 Juri Linkov <juri@jurta.org>
14672
14673 * callint.c (Fcall_interactively): Revert 2008-03-16 change
14674 for interactive code letters 'b' and 'B'.
14675
14676 2008-03-29 Eli Zaretskii <eliz@gnu.org>
14677
14678 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
14679 multibyte string.
14680
14681 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14682
14683 * keyboard.c (pending_funcalls): New var.
14684 (timer_check): Run it.
14685 (syms_of_keyboard): Initialize it.
14686 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
14687 (Vdelete_terminal_functions): New vars.
14688 (syms_of_terminal): Initialize them.
14689 (Fdelete_terminal): Run delete-terminal-functions.
14690 * xdisp.c (safe_eval): Rewrite.
14691 (safe_call2): New fun.
14692 * frame.c (Qdelete_frame_functions): New var.
14693 (syms_of_frame): Initialize it.
14694 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
14695 * lisp.h (safe_call2, pending_funcalls): Declare.
14696
14697 2008-03-28 Andreas Schwab <schwab@suse.de>
14698
14699 * indent.c (Fmove_to_column): Move declaration before statements.
14700
14701 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14702
14703 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
14704 (struct frame): Use bit fields for boolean vars.
14705
14706 * process.c (server_accept_connection): Simplify naming.
14707 (emacs_get_tty_pgrp): Use SDATA.
14708
14709 * coding.c (decode_coding_object): Fix last change.
14710
14711 2008-03-27 Jason Rumney <jasonr@gnu.org>
14712
14713 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
14714
14715 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
14716
14717 * charset.c (Fdefine_charset_internal): Change the way of
14718 registering charsets in Vcharset_order_list.
14719 (syms_of_charset): Make the charset `eight-bit' supplementary.
14720
14721 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
14722
14723 * regex.c (EXTEND_BUFFER): Change order of pointer addition
14724 operations, to avoid having the difference between pointers
14725 overflow.
14726
14727 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14728
14729 * indent.c (check_display_width): New fun.
14730 (scan_for_column): Use it.
14731
14732 * data.c (syms_of_data): Mark most-positive-fixnum and
14733 most-negative-fixnum as constants.
14734
14735 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
14736
14737 * indent.c (scan_for_column): Extract from current_column_1.
14738 Merge with the same code from Fmove_to_column.
14739 (current_column_1, Fmove_to_column): Use it.
14740
14741 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14742
14743 * keymap.c (map_keymap_internal): New fun.
14744 (map_keymap): Use it.
14745 (Fmap_keymap_internal): New fun.
14746 (Fmap_keymap): Remove left-out test from before make_save_value.
14747
14748 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
14749
14750 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
14751 Use XCAR/XCDR.
14752
14753 * process.h (struct Lisp_Process): Remove filter_multibyte.
14754 * process.c (QCfilter_multibyte): Remove.
14755 (setup_process_coding_systems): Don't use filter_multibyte.
14756 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
14757 (read_process_output): Don't adjust multibyteness to filter_multibyte.
14758 (Fset_process_filter_multibyte): Change the coding-system to
14759 approximate the previous behavior.
14760 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
14761 coding-system.
14762
14763 * coding.c (decode_coding_object): When not decoding into a buffer,
14764 obey the coding system's preference of (uni|multi)byte.
14765
14766 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14767
14768 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
14769 every char is changed and has a different byte-length.
14770 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
14771 Fix int -> EMACS_INT.
14772
14773 2008-03-23 David Hansen <david.hansen@gmx.net>
14774
14775 * dbusbind.c (xd_read_message): Remove extra copying of message
14776 strings. Check for NULL `interface' or `member'.
14777
14778 2008-03-22 Eli Zaretskii <eliz@gnu.org>
14779
14780 * w32.c (readdir): If FindFirstFile/FindNextFile return in
14781 cFileName a file name that includes `?' characters, use the 8+3
14782 alias in cAlternateFileName instead.
14783
14784 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14785
14786 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
14787
14788 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14789
14790 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
14791 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
14792 work on current_buffer only instead (that was already the case
14793 for some of the code anyway).
14794 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
14795 (temp_set_point, temp_set_point_both): Use EMACS_INT.
14796 (SET_PT, SET_PT_BOTH): Adjust.
14797 * intervals.h (set_point, temp_set_point, set_point_both)
14798 (temp_set_point_both): Remove redundant declarations.
14799
14800 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14801
14802 * fileio.c (Finsert_file_contents):
14803 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
14804 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
14805 when buffer != current_buffer anyway.
14806
14807 2008-03-20 Andreas Schwab <schwab@suse.de>
14808
14809 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
14810 as default.
14811
14812 2008-03-19 Jason Rumney <jasonr@gnu.org>
14813
14814 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
14815 (syms_of_w32fns): Initialize them.
14816 (HOURGLASS_ID): New constant.
14817 (x_window_to_frame): Don't check hourglass_window.
14818 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
14819 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
14820 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
14821 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
14822 Only change the cursor if hourglass is not active.
14823 (Fx_create_frame): Initialize frame's current_cursor.
14824 (hourglass_atimer): Remove.
14825 (hourglass_started): New function.
14826 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
14827 (show_hourglass): Adapt to w32, changing argument to frame.
14828
14829 * w32term.h (struct w32_output): Remove hourglass_window.
14830 Add current_cursor.
14831
14832 * eval.c (call_debugger, Fsignal):
14833 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
14834 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
14835 (Fexecute_extended_command, cancel_hourglass_unwind):
14836 * minibuf.c (read_minibuf):
14837 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
14838
14839 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14840
14841 * window.c (run_funs): New fun.
14842 (run_window_configuration_change_hook): Use it to run the buffer-local
14843 and the global part of the hook.
14844
14845 * xdisp.c (format_mode_line_unwind_data): Add window argument.
14846 (unwind_format_mode_line): Restore selected window.
14847 (x_consider_frame_title, Fformat_mode_line): Set selected window.
14848
14849 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14850
14851 * editfns.c (Fchar_equal): Check they are valid characters.
14852
14853 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
14854
14855 2008-03-17 Andreas Schwab <schwab@suse.de>
14856
14857 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
14858 against a charset.
14859
14860 * lisp.h (Fbuffer_list): Declare.
14861
14862 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
14863
14864 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
14865 handlebox_widget is != 0.
14866
14867 2008-03-16 Juri Linkov <juri@jurta.org>
14868
14869 * callint.c (Fcall_interactively): For interactive code letters
14870 'b' and 'B' put the buffer list into the list of default "future"
14871 values of the minibuffer.
14872
14873 2008-03-16 Andreas Schwab <schwab@suse.de>
14874
14875 * keyboard.c (read_key_sequence): Fix downcasing of letters with
14876 modifiers.
14877
14878 * regex.c (re_match_2_internal): Correct matching of a charset
14879 against latin-1 characters.
14880
14881 2008-03-16 Kenichi Handa <handa@m17n.org>
14882
14883 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
14884 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
14885 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
14886 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
14887 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
14888 CHAR_STRING_ADVANCE.
14889 (produce_chars): Fix for the case that the source and the
14890 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
14891 instead of CHAR_STRING_ADVANCE.
14892 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
14893 STRING_CHAR_ADVANCE.
14894
14895 2008-03-15 Andreas Schwab <schwab@suse.de>
14896
14897 * regex.c (re_match_2_internal): Correct matching of eight bit
14898 characters in unibyte strings.
14899
14900 2008-03-15 Martin Rudalics <rudalics@gmx.at>
14901
14902 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
14903 at end of range when it coincides with the end of the buffer.
14904
14905 2008-03-14 Eli Zaretskii <eliz@gnu.org>
14906
14907 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
14908
14909 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
14910
14911 2008-03-14 Jason Rumney <jasonr@gnu.org>
14912
14913 * editfns.c (initial_tz): New variable.
14914 (syms_of_editfns): Initialize it.
14915 (Fset_time_zone_rule): Set it when first called.
14916 Use it when TZSTRING is nil.
14917
14918 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
14919 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
14920 (monitor_from_point_fn, get_monitor_info_fn): New globals.
14921 (globals_of_w32fns): Initialize them.
14922 (compute_tip_xy): Use them to position tooltips.
14923
14924 2008-03-14 Glenn Morris <rgm@gnu.org>
14925
14926 * emacs.c (main): Revert previous change.
14927 (standard_args): Revert -internal-script back to -scriptload,
14928 and remove the long-option form.
14929
14930 2008-03-13 Glenn Morris <rgm@gnu.org>
14931
14932 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
14933 Remove option -enable-font-backend.
14934
14935 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14936
14937 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
14938
14939 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
14940
14941 * xterm.c (x_connection_closed): For GTK: If this is the last
14942 terminal just exit without closing the display.
14943
14944 2008-03-11 Jason Rumney <jasonr@gnu.org>
14945
14946 * w32font.c (w32font_full_name): Use floor to round.
14947
14948 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
14949
14950 * sound.c (alsa_configure): Declare vol at beginning of block.
14951
14952 * fontset.c (Ffontset_info): Remove extra semicolon.
14953
14954 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14955
14956 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
14957 size of resulting string.
14958
14959 2008-03-10 Jason Rumney <jasonr@gnu.org>
14960
14961 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
14962
14963 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14964
14965 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
14966 Don't pretend as if characters with display property haven't been
14967 consumed for string-replacing-string case.
14968
14969 2008-03-08 Kim F. Storm <storm@cua.dk>
14970
14971 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
14972 (get_next_display_element, next_element_from_string)
14973 (next_element_from_ellipsis, next_element_from_buffer): Use it.
14974
14975 2008-03-08 Andreas Schwab <schwab@suse.de>
14976
14977 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
14978
14979 2008-03-06 Jason Rumney <jasonr@gnu.org>
14980
14981 * w32font.c (w32_registry): Take font_type argument. Use ANSI
14982 when charset not specified. Only translate ANSI to unicode when
14983 font_type is truetype.
14984 (w32font_coverage_ok): New function.
14985 (add_font_entity_to_list): Use it to filter unsuitable fonts.
14986
14987 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
14988
14989 * lread.c (Fread_char): Resolve modifiers.
14990 (Fread_char_exclusive): Likewise.
14991
14992 * character.c (char_resolve_modifier_mask): New function.
14993 (char_string): Use char_resolve_modifier_mask.
14994 (Fchar_resolve_modifiers): New function.
14995 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
14996 function.
14997
14998 2008-03-04 Jason Rumney <jasonr@gnu.org>
14999
15000 * makefile.w32-in: Always include w32font.c in the build.
15001 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
15002
15003 2008-03-04 Andreas Schwab <schwab@suse.de>
15004
15005 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
15006 (versionclean): Likewise.
15007
15008 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
15009
15010 * .cvsignore: Add oo.
15011
15012 2008-03-03 Andreas Schwab <schwab@suse.de>
15013
15014 * coding.c (decode_coding_object): Inhibit gap shrinking while
15015 decoding in place.
15016
15017 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
15018
15019 * w32term.c: Remove unused include "gnu.h".
15020 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
15021
15022 * gnu.h: Rename to ...
15023 * emacs-icon.h: ... this.
15024 * xterm.c: Use emacs-icon.h instead of gnu.h.
15025 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
15026
15027 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
15028
15029 * w32font.c: Include math.h.
15030
15031 2008-03-03 Jason Rumney <jasonr@gnu.org>
15032
15033 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
15034 Compute options separately.
15035 (w32font_open_internal): Set glyph_idx before caching metrics.
15036
15037 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
15038 Define if system headers don't.
15039 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
15040 (w32font_encode_char): Don't declare here.
15041
15042 * w32font.c (Quniscribe, QCformat): New symbols.
15043 (syms_of_w32font): Define them.
15044 (w32font_has_char): Indicate uncertainty.
15045 (w32font_encode_char): Encode as glyph point. Make static.
15046 (recompute_cached_metrics): New function.
15047 (w32font_open_internal): Use it. Set font to use glyph points
15048 initially. Set format based on type of font.
15049 (w32font_text_extents, w32font_draw): Optionally use glyph points.
15050 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
15051 on it. Set format based on information available here.
15052 (add_font_entity_to_list): Identify backend based on opentype_only.
15053
15054 2008-03-02 Andreas Schwab <schwab@suse.de>
15055
15056 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
15057
15058 * coding.c (decode_coding_big5, produce_chars):
15059 Fix typos in last change.
15060
15061 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
15062
15063 * gnu.h: New icon.
15064
15065 2008-03-02 Kenichi Handa <handa@m17n.org>
15066
15067 * coding.c (decode_coding_utf_8): When eol-type of CODING is
15068 `dos', don't decode '\r' if that is the last in the source.
15069 (decode_coding_utf_16, decode_coding_emacs_mule)
15070 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15071 (decode_coding_raw_text, decode_coding_charset): Likewise.
15072 (produce_chars): Don't decode EOL here. Use EMACS_INT.
15073
15074 2008-03-01 Jason Rumney <jasonr@gnu.org>
15075
15076 * w32font.c (w32font_full_name): Report point size for scalable fonts.
15077
15078 2008-03-01 Kim F. Storm <storm@cua.dk>
15079
15080 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
15081
15082 2008-03-01 Jason Rumney <jasonr@gnu.org>
15083
15084 * w32font.c (w32font_full_name): New function.
15085 (w32font_open_internal): Use it.
15086
15087 2008-03-01 Kim F. Storm <storm@cua.dk>
15088
15089 * dispnew.c (line_draw_cost): Fix invalid glyph check.
15090
15091 2008-03-01 Jason Rumney <jasonr@gnu.org>
15092
15093 * font.c (font_unparse_fcname): Increase len when style is a symbol.
15094
15095 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
15096
15097 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
15098 xg_frame_resized when the event is for the edit widget.
15099
15100 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
15101
15102 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
15103 set_char_size.
15104 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
15105 operations on widgets here. Just set frame size if needed.
15106 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
15107 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
15108 (x_wm_set_size_hint): Set size hints on the edit widget only, not
15109 the whole frame.
15110 (xg_create_tool_bar): Move attachment of the tool bar to
15111 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
15112 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
15113
15114 2008-03-01 Jason Rumney <jasonr@gnu.org>
15115
15116 * w32fns.c (w32_msg_pump): Disable debug code.
15117
15118 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15119
15120 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
15121
15122 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
15123
15124 * xdisp.c (next_overlay_string): Don't set
15125 overlay_strings_at_end_processed_p if we're currently reading from
15126 a display string.
15127
15128 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
15129
15130 * xdisp.c (get_overlay_strings_1): Fix typo.
15131
15132 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
15133
15134 * xdisp.c (get_overlay_strings_1): Add missing argument type.
15135
15136 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
15137
15138 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
15139
15140 * xdisp.c (display_mode_element): Cancel the previous change.
15141 (decode_mode_spec): Likewise.
15142 (handle_auto_composed_prop): Don't make composition if it->string
15143 is a string.
15144
15145 2008-02-27 Kim F. Storm <storm@cua.dk>
15146
15147 * lisp.h (GLYPH): Change type from int to struct with separate char
15148 and face_id members.
15149 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
15150 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
15151 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
15152 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
15153 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
15154 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
15155 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
15156 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
15157 handle new Lisp glyph code encoding, either an integer or a cons.
15158
15159 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
15160 (GLYPH_ALIAS): Delete.
15161 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
15162 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
15163 (GLYPH_FROM_CHAR): Replace macro by ...
15164 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
15165
15166 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
15167 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
15168 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
15169 (GLYPH_INVALID_P): New macro.
15170 (spec_glyph_lookup_face): Update prototype.
15171
15172 * dispnew.c (line_draw_cost): Adapt to new glyph type.
15173 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
15174 new glyph code encoding.
15175 (spec_glyph_lookup_face): No return value; update passed glyph instead.
15176 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
15177
15178 * xdisp.c (get_next_display_element, next_element_from_display_vector):
15179 Adapt to new glyph type and new glyph code encoding.
15180
15181 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
15182
15183 * indent.c (current_column, current_column_1, Fmove_to_column)
15184 (compute_motion): Adapt to new glyph code encoding.
15185
15186 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
15187
15188 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
15189
15190 * process.c (wait_reading_process_output): Check for window
15191 changes caused by timers.
15192 Suggested by Johan Bockgård.
15193
15194 2008-02-27 Glenn Morris <rgm@gnu.org>
15195
15196 * emacs.c (USAGE1): Add `--disable-font-backend'.
15197
15198 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
15199
15200 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
15201 is made to the buffer.
15202
15203 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15204
15205 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
15206 (face_at_string_position):
15207 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
15208 (face_at_string_position):
15209 * xdisp.c (display_string, next_overlay_change):
15210 * buffer.h (overlays_at):
15211 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
15212 Update callers.
15213
15214 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
15215
15216 * editfns.c (Fformat): Doc fix.
15217
15218 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
15219
15220 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
15221 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
15222 (Ffont_otf_alternates, Fquery_font): Doc fixes.
15223
15224 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15225
15226 * buffer.c (Fbuffer_swap_text): New function.
15227 (syms_of_buffer): Defsubr it.
15228
15229 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
15230
15231 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
15232
15233 2008-02-25 Jason Rumney <jasonr@gnu.org>
15234
15235 * w32font.c (w32font_draw): Draw one character at a time when padding.
15236
15237 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15238
15239 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
15240 Handle a nil arg. Use run_window_configuration_change_hook.
15241 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
15242 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
15243 Use run_window_configuration_change_hook.
15244
15245 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
15246
15247 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
15248 1-pixel width.
15249
15250 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
15251
15252 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
15253 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
15254 if the glyph in the font is zero pixel with.
15255
15256 * dispextern.h (struct glyph_string): New member padding_p.
15257
15258 * w32font.c (w32font_draw): Pay attention to s->padding_p.
15259
15260 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
15261
15262 * xfont.c (xfont_draw): Pay attention to s->padding_p.
15263
15264 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
15265
15266 * font.c: If the font driver doesn't have `shape' function, return Qnil.
15267
15268 2008-02-25 Jason Rumney <jasonr@gnu.org>
15269
15270 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
15271
15272 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15273
15274 Allow fine-grained image-cache flushing.
15275 * dispextern.h (struct image): Add `dependencies' field.
15276 (clear_image_caches): Change arg to Lisp_Object.
15277 * image.c (make_image): Initialize `dependencies' field.
15278 (clear_image_cache): Change arg to allow fine-grained flushing.
15279 Perform the flush even if image-cache-eviction-delay is nil.
15280 (clear_image_caches): Change arg to Lisp_Object.
15281 (Fclear_image_cache): Expand meaning of the argument.
15282 (mark_image): Mark `dependencies' field.
15283 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
15284 (lface_hash): Use XHASH rather than XFASTINT.
15285 (face_at_buffer_position): Fix int -> EMACS_INT position.
15286 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
15287 (select_frame_for_redisplay): Remove code duplication.
15288 (redisplay_internal): Adapt arg to call to clear_image_caches.
15289
15290 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
15291
15292 * s/vms4-0.h:
15293 * s/vms4-2.h:
15294 * s/vms4-4.h:
15295 * s/vms5-5.h: Remove, unused.
15296
15297 * s/irix5-2.h:
15298 * s/irix6-0.h:
15299 * s/riscos5.h:
15300 * s/mach-bsd4-3.h:
15301 * m/mips4.h: Remove files for obsolete systems.
15302
15303 * Makefile.in:
15304 * filelock.c:
15305 * unexmips.c:
15306 * m/hp9000s300.h:
15307 * m/iris4d.h:
15308 * s/aix3-1.h:
15309 * s/hpux.h:
15310 * s/msdos.h:
15311 * s/usg5-0.h:
15312 * s/usg5-2-2.h:
15313 * s/usg5-2.h:
15314 * s/usg5-3.h: Remove references to obsolete variables.
15315
15316 * s/irix5-0.h: Remove, move all the contents ...
15317 * s/irix6-5.h: ... here. Simplify.
15318 * config.in: Regenerate.
15319
15320 2008-02-24 Jason Rumney <jasonr@gnu.org>
15321
15322 * w32term.c (x_draw_glyph_string_background): Clear the background
15323 manually when cleartype is in use.
15324 (x_draw_glyph_string_foreground): Draw text transparently when
15325 cleartype is in use.
15326
15327 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
15328 a font into it unless we have to.
15329
15330 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15331
15332 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
15333 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
15334
15335 2008-02-18 Jason Rumney <jasonr@gnu.org>
15336
15337 * w32fns.c (Fw32_shell_execute): Encode parameters.
15338
15339 2008-02-09 Eli Zaretskii <eliz@gnu.org>
15340
15341 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
15342
15343 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
15344
15345 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
15346
15347 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
15348
15349 * xterm.c (x_set_offset): Don't change the gravity if
15350 CHANGE_GRAVITY is -1.
15351
15352 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
15353
15354 * fileio.c (auto_save_error_occurred): New var.
15355 (auto_save_error): Set it.
15356 (Fdo_auto_save): Don't overwrite the error message if an auto-save
15357 error occurred.
15358
15359 2008-02-23 Eli Zaretskii <eliz@gnu.org>
15360
15361 * w32.c (globals_of_w32): Add initializations for
15362 g_b_init_get_sid_sub_authority and
15363 g_b_init_get_sid_sub_authority_count.
15364
15365 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
15366
15367 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
15368 (font_parse_xlfd): Use them for sanity check.
15369 (Finternal_set_font_style_table): Make sure the table is bijective.
15370
15371 Consolidate the image_cache to the terminal struct.
15372 * termhooks.h (P_): Remove redundant def.
15373 (struct terminal): New field `image_cache'.
15374 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
15375 of FRAME_X_IMAGE_CACHE.
15376 * xterm.h (struct x_display_info): Remove image_cache field.
15377 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15378 * w32term.h (struct w32_display_info): Remove image_cache field.
15379 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15380 * macterm.h (struct mac_display_info): Remove image_cache field.
15381 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15382 * xterm.c (x_term_init):
15383 * w32term.c (w32_term_init):
15384 * macterm.c (mac_term_init): Set the image_cache in the terminal.
15385 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
15386 Remove declarations.
15387 (clear_image_caches, mark_image_cache): New declarations.
15388 * xfaces.c (clear_face_cache):
15389 * xdisp.c (redisplay_internal): Use clear_image_caches.
15390 * image.c (clear_image_cache): Don't check that a frame is on
15391 a window-system before checking if it shares the same cache.
15392 (clear_image_caches): New function.
15393 (Fclear_image_cache): Use it.
15394 (mark_image): Move from allo.c.
15395 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
15396 * alloc.c (mark_image, mark_image_cache): Move to image.c.
15397 (mark_object): Don't call mark_image_cache for frames.
15398 (mark_terminals): Call mark_image_cache.
15399
15400 * lisp.h (Fdelete_terminal): Declare.
15401
15402 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
15403 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
15404 wrong_type_argument.
15405
15406 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
15407
15408 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
15409 malayalam.el, and tamil.el. Add sinhala.el.
15410
15411 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
15412
15413 * xterm.c (x_connection_closed): Consolidate identical tests.
15414 (x_delete_terminal): Don't crash if called via x_connection_closed.
15415
15416 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
15417
15418 * xdisp.c (decode_mode_spec): New arg string.
15419 (display_mode_element): Adjust for the above change.
15420
15421 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15422
15423 * callint.c (Fcall_interactively): Use AREF.
15424
15425 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
15426
15427 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
15428
15429 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
15430
15431 * xfns.c (Fx_show_tip): Set string to " " if empty.
15432
15433 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
15434
15435 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
15436 with Qt.
15437
15438 2008-02-17 Kenichi Handa <handa@m17n.org>
15439
15440 * ftfont.c (ftfont_shape): Return Lispy number.
15441
15442 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
15443 for GCs.
15444 (Finternal_set_font_selection_order): Call font_update_sort_order
15445 only when enable_font_backend is set.
15446 (realize_x_face): Set face->font_info to that of default face only
15447 when enable_font_backend is set.
15448
15449 * xdisp.c (handle_composition_prop): Set it->c to the fist
15450 character of the composed region.
15451 (fill_composite_glyph_string): Set base_face->font_info to
15452 s->font_info. Get a face for ascii from base_face->ascii_face.
15453 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
15454 with a face already decided.
15455 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
15456 non-negative.
15457 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
15458 call font_prepare_composition unconditionally.
15459
15460 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
15461
15462 * xterm.h (struct x_display_info): New member font.
15463
15464 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
15465 (x_set_mouse_face_gc, x_new_font): Likewise.
15466 (x_term_init): Setup display_info->font.
15467 (x_delete_terminal): Free display_info->font.
15468
15469 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
15470
15471 * ftxfont.c (ftxfont_default_fid): Delete it.
15472 (ftxfont_open): Set xfont->fid to 0.
15473 (ftxfont_end_for_frame): Clear data specific to the frame and the
15474 font-driver.
15475
15476 * xftfont.c (xftfont_default_fid): Delete it.
15477 (xftfont_open): Set xfont->fid to 0.
15478
15479 * fontset.c (FONTSET_OBJLIST): New macro.
15480 (fontset_find_font): Update font-object list of the fontset.
15481 (free_realized_fontset): New function.
15482 (free_face_fontset): Call free_realized_fontset.
15483 (Ffont_info): Call font_close_object only when enable_font_backend
15484 is set.
15485
15486 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
15487 [HAVE_NTGUI]: Include w32term.h.
15488 [MAC_OS]: Include macterm.ch.
15489 (font_otf_ValueRecord): Use make_number.
15490 (font_finish_cache): Fix handling of reference count.
15491 (font_clear_cache): Update num_fonts.
15492 (font_open_entity): Update smallest_char_width and
15493 smallest_font_height of the frame.
15494 (font_close_object): Update num_fonts.
15495 (Fclear_font_cache): Fix finding the target cache data.
15496
15497 2008-02-16 Glenn Morris <rgm@gnu.org>
15498
15499 * fontset.c (Finternal_char_font): Fix compilation warning.
15500
15501 2008-02-16 Eli Zaretskii <eliz@gnu.org>
15502
15503 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
15504 instead of char arrays. Enlarge the size of array passed to
15505 get_token_information.
15506
15507 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
15508 warnings.
15509
15510 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
15511
15512 * .gdbinit: Don't set `args', it breaks gdb --args.
15513
15514 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
15515
15516 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
15517 within a narrowed buffer.
15518
15519 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
15520
15521 * coding.c (decode_coding_object, encode_coding_object):
15522 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
15523
15524 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15525
15526 * coding.c (coding_set_destination): Use BEG_BYTE rather than
15527 hardcoding 1.
15528 (detect_coding_system):
15529 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
15530 (string_char_to_byte, string_byte_to_char, insert_from_gap):
15531 * insdel.c (insert_from_gap):
15532 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
15533 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
15534 (string_to_multibyte):
15535 * character.c (chars_in_text, multibyte_chars_in_text):
15536 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
15537
15538 * character.h (FETCH_STRING_CHAR_ADVANCE)
15539 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
15540 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
15541 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
15542
15543 * casefiddle.c (casify_region): Only call after-change and composition
15544 functions on the part of the region that was changed.
15545
15546 * keyboard.c (read_avail_input):
15547 * frame.c (Fdelete_frame): Call Fdelete_terminal.
15548
15549 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15550
15551 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
15552 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
15553
15554 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
15555
15556 * w32menu.c (push_submenu_start, push_submenu_end)
15557 (push_left_right_boundary, push_menu_pane, push_menu_item):
15558 * keyboard.c (read_key_sequence): Don't pass args with side effects
15559 to AREF, it fails when compiling with -DENABLE_CHECKING.
15560
15561 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
15562
15563 * Makefile.in (${lispsource}international/charprop.el):
15564 Delete this target.
15565
15566 * search.c (boyer_moore): Fix incorrect synching of the trunk and
15567 emacs-unicode-2.
15568
15569 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15570
15571 * terminal.c (Fdelete_terminal): Clean up the `force' path.
15572
15573 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15574
15575 * frame.c (Qnoelisp): New symbol.
15576 (syms_of_frame): Initialize it.
15577 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
15578 harmless Elisp code, from a strong `force' from x_connection_closed.
15579 * frame.h (Qnoelisp): Declare.
15580 * xterm.c (x_connection_closed): Pass `noelisp'.
15581
15582 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
15583 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
15584 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
15585 rather than `int' for the type of `type'.
15586
15587 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
15588
15589 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
15590
15591 * Makefile.in (GNUC): Remove support for gcc-1.x.
15592
15593 2008-02-10 Richard Stallman <rms@gnu.org>
15594
15595 * lisp.h (ASET): Use AREF, not ASLOT.
15596
15597 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15598
15599 * lisp.h (ASET): Check bounds.
15600
15601 2008-02-10 Glenn Morris <rgm@gnu.org>
15602
15603 * buffer.c (mode-name): Doc fix.
15604
15605 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15606
15607 * Makefile.in:
15608 * emacs.c:
15609 * gmalloc.c:
15610 * keyboard.c:
15611 * lisp.h:
15612 * m/ibm370aix.h:
15613 * process.c:
15614 * regex.c:
15615 * s/hpux.h:
15616 * sysdep.c:
15617 * sysselect.h:
15618 * systty.h:
15619 * unexec.c:
15620 * w32term.c:
15621 * xsmfns.c:
15622 * xterm.c: Remove code that deals with obsolete variables.
15623
15624 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
15625
15626 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
15627 nothing else needs it anymore.
15628
15629 2008-02-09 Eli Zaretskii <eliz@gnu.org>
15630
15631 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
15632 instead of unibyte_char_to_multibyte.
15633
15634 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15635
15636 * s/gnu-linux.h: Remove commented out code.
15637
15638 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
15639
15640 * Makefile.in: Update what RMS says about using autoconf.
15641 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
15642 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
15643 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
15644 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
15645
15646 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
15647
15648 * keymap.c (Fkey_description): Move side effect outside of macro call.
15649
15650 * xfaces.c (Finternal_make_lisp_face):
15651 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
15652
15653 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
15654 (syms_of_fontset): Use ASET.
15655
15656 * fns.c (concat): Move side effect outside of macro call.
15657 (hash_clear): Use ASET.
15658
15659 2008-02-08 Richard Stallman <rms@gnu.org>
15660
15661 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
15662 If FORCE, and frame has a surrogate minibuffer for another frame,
15663 delete the other frame first.
15664
15665 2008-02-07 Timo Savola <timo.savola@iki.fi>
15666
15667 * xterm.c (x_detect_focus_change): Handle embed client message.
15668 (handle_one_xevent): Ditto.
15669 (handle_one_xevent): If embedded and we get a button press/release,
15670 request focus.
15671 (xembed_set_info, xembed_send_message): New functions.
15672 (x_make_frame_visible): Call xembed_set_info if embedded.
15673 (x_make_frame_invisible): Call xembed_set_info if embedded.
15674 (x_term_init): Initialize Xatom_XEMBED.
15675 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
15676 (x_iconify_frame): Ditto.
15677
15678 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
15679 (enum xembed_info, enum xembed_message, enum xembed_focus)
15680 (enum xembed_modifier, enum xembed_accelerator): New.
15681 (xembed_set_info, xembed_send_message): Declare.
15682 (FRAME_X_EMBEDDED_P): New.
15683
15684 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
15685 gtk_plug_new.
15686
15687 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
15688 window ID of a frame.
15689 (x_window): Reparent frame if embedded.
15690 (Fx_create_frame): Don't set border width if embedded.
15691
15692 * emacs.c (USAGE3): Add --parent-id.
15693 (standard_args): Ditto.
15694
15695 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
15696
15697 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
15698
15699 2008-02-07 Jim Meyering <meyering@redhat.com>
15700
15701 Use "do...while (0)", not "if (1)...else" in macro definitions.
15702 The latter provokes a warning from gcc about the empty else, when
15703 followed by ";". Also, without that trailing semicolon, it would
15704 silently swallow up any following statement.
15705 * syntax.h (SETUP_SYNTAX_TABLE)
15706 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
15707 * buffer.h (DECODE_POSITION): Likewise.
15708 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
15709 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
15710 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
15711 (FETCH_CHAR_ADVANCE): Likewise.
15712 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
15713
15714 2008-02-07 Jim Meyering <meyering@redhat.com>
15715
15716 * lread.c [lint]: Don't include <sys/inode.h>.
15717
15718 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15719
15720 * xselect.c (x_handle_dnd_message):
15721 * xmenu.c (digest_single_submenu, xmenu_show):
15722 * xdisp.c (with_echo_area_buffer_unwind_data)
15723 (format_mode_line_unwind_data, unwind_format_mode_line)
15724 (display_menu_bar):
15725 * eval.c (Ffetch_bytecode):
15726 * doc.c (store_function_docstring):
15727 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
15728 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
15729 * buffer.c (add_overlay_mod_hooklist): Use ASET.
15730
15731 2008-02-07 Kenichi Handa <handa@m17n.org>
15732
15733 * ftxfont.c (ftxfont_open): Don't set
15734 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
15735
15736 * ftfont.c (ftfont_open): Fix previous change.
15737
15738 2008-02-06 Jason Rumney <jasonr@gnu.org>
15739
15740 * w32font.c (w32font_text_extents): Fill in lbearing metric.
15741 Use cached metrics for ASCII characters.
15742 (w32font_open_internal): Don't set font's owning_frame.
15743 Cache metrics for ASCII characters.
15744
15745 * w32font.h (struct w32font_info): Add ascii_metrics.
15746 Remove owning_frame.
15747
15748 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
15749
15750 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
15751 to negative value.
15752
15753 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
15754
15755 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
15756
15757 * charset.c (syms_of_charset): Set QCtest and Qeq.
15758
15759 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15760
15761 * process.c (Fstart_process):
15762 * callproc.c (Fcall_process): Handle the case where
15763 Funhandled_file_name_directory returns nil.
15764
15765 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
15766 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
15767 * font.c (check_gstring): Use them and AREF to access the vector before
15768 we know it's really a gstring.
15769 (Ffont_shape_text): Fix typo.
15770 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
15771
15772 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
15773 Declare.
15774
15775 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
15776
15777 2008-02-05 Jason Rumney <jasonr@gnu.org>
15778
15779 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
15780 Set smallest_font_height and smallest_char_width in display info.
15781
15782 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
15783
15784 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
15785
15786 2008-02-05 Miles Bader <miles@gnu.org>
15787
15788 * xfaces.c (get_lface_attributes, merge_named_face)
15789 (lookup_named_face, lookup_derived_face, realize_named_face):
15790 Revert 2008-02-01 change by cyd@stupidchicken.com.
15791
15792 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
15793
15794 * fontset.c (Ffontset_info): Handle the case of inhibitting the
15795 fallback fonts.
15796 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
15797
15798 2008-02-04 Jason Rumney <jasonr@gnu.org>
15799
15800 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
15801 set full_name.
15802 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
15803
15804 2008-02-03 Jason Rumney <jasonr@gnu.org>
15805
15806 * makefile.w32-in (OBJ1): Include font.o here.
15807 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
15808
15809 2008-02-02 Jason Rumney <jasonr@gnu.org>
15810
15811 * makefile.w32-in (temacs): Bump EMHEAP to 21.
15812
15813 2008-02-01 Jason Rumney <jasonr@gnu.org>
15814
15815 * s/cygwin.h: Define VIRT_ADDR_VARIES.
15816
15817 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
15818
15819 2008-02-01 Andreas Schwab <schwab@suse.de>
15820
15821 * Makefile.in (shortlisp, lisp): Update for rename of
15822 ../lisp/language/myanmar.el.
15823
15824 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
15825
15826 * xfaces.c (get_lface_attributes): Delete function.
15827 (merge_named_face, lookup_named_face, lookup_derived_face)
15828 (realize_named_face): Call lface_from_face_name directly, and use
15829 the fact that merge_face_vectors does not alter its FROM argument.
15830
15831 2008-02-01 Jason Rumney <jasonr@gnu.org>
15832
15833 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
15834 input in the default locale. Handle non-Unicode multibyte input.
15835
15836 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15837
15838 * fontset.c (reorder_font_vector): Exclude nil elements from the
15839 font group. Don't try multiple fonts.
15840 (fontset_font): Adjust for the above change.
15841 (Finternal_char_font): Return nil if the found font doesn't
15842 contain the character ch.
15843
15844 * Makefile.in (lisp, shortlisp): Add cham.el.
15845
15846 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15847
15848 * font.h (FONTP): Make it return 1 also for a font-object.
15849
15850 * .gdbinit (xfontset): New function.
15851
15852 * font.c (font_find_for_lface): Check if the character C is
15853 supported or not only for the first font.
15854
15855 * fontset.c (reorder_font_vector): Fix typo.
15856 (fontset_find_font): Don't add a font-spec specifying a script.
15857 Use 0 (not Qt) for the indication of empty font-group. Change the
15858 format of RFONT-DEF. Return Qt if no font in the font-group
15859 support the character.
15860 (fontset_font): Adjust for the above change. If no font was
15861 found the character, remember that.
15862 (face_for_char): Adjust for the change of RFONT-DEF.
15863 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
15864 no font for the target.
15865 (Finternal_char_font): Adjust for the change of RFONT-DEF.
15866
15867 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15868
15869 * font.c (font_load_for_face): Handle the case that the font in
15870 face->lface is a string.
15871
15872 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15873
15874 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
15875
15876 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15877
15878 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
15879 Fix previous change. If the frame is not on a window system,
15880 signal an error.
15881
15882 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15883
15884 * coding.c (decode_coding_object, encode_coding_object): Adjust
15885 marker positions after conversion.
15886
15887 * lisp.h (struct Lisp_Marker): New member need_adjustment.
15888
15889 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15890
15891 * font.c (font_find_for_lface): Fix the handling of the return
15892 value of font_has_char.
15893 (Ffont_shape_text): Fix previous change.
15894
15895 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
15896 (fontset_ref_and_range): Delete it.
15897 (fontset_find_font): Call char_table_ref_and_range instead of
15898 FONTSET_REF_AND_RANGE.
15899 (make_fontset): Don't setup font groups of Latin here.
15900 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
15901 (new_fontset_from_font): Make the specified font the default for
15902 all Latin characters.
15903
15904 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15905
15906 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
15907 is on a window system before accessing the fontset of the frame.
15908
15909 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15910
15911 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
15912
15913 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
15914 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
15915
15916 * font.c (Ffont_shape_text): If the font driver doesn't have a
15917 shaper function, make zero-width glyphs to have at least one-pixel
15918 width. Fix setting of `to' field of glyphs.
15919
15920 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15921
15922 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
15923 glyphs.
15924
15925 * font.h (struct font_driver): Improve docstring of member `shape'.
15926
15927 2008-02-01 Kenichi Handa <handa@m17n.org>
15928
15929 * composite.c (syms_of_composite): Fix docstring of
15930 auto-composition-function.
15931
15932 * font.h (LGLYPH_SIZE): New macro.
15933
15934 * font.c (Ffont_fill_gstring): Stop filling when a character not
15935 supported by the font is found.
15936 (Ffont_shape_text): When a shape callback function returns nil,
15937 try at most two more times with larger gstring.
15938 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
15939
15940 * xdisp.c (handle_auto_composed_prop): Change the argument to
15941 auto-composition-function.
15942
15943 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
15944 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
15945 Lispy glyph and store it in the lgstring.
15946
15947 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
15948
15949 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
15950
15951 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15952
15953 * font.c (Ffont_shape_text): Avoid unnecessary composition.
15954
15955 * fontset.c (Vfont_encoding_charset_alist): New variable.
15956 (syms_of_fontset): DEFVAR it.
15957 (reorder_font_vector, fontset_find_font): Optimize for the case of
15958 no need of reordering.
15959 (face_for_char): Map the charset property by
15960 Vfont_encoding_charset_alist.
15961
15962 2008-02-01 Jason Rumney <jasonr@gnu.org>
15963
15964 * w32font.c (logfonts_match): Don't check adstyle here.
15965 (font_matches_spec): Check here against physical font instead.
15966 (add_font_entity_to_list): Avoid some substitutions.
15967
15968 * font.c (font_parse_fcname): Default weight and slant to normal.
15969 (font_score): Prefer normal fonts if weight or slant unspecified.
15970 (font_score) [WINDOWSNT]: Scale weight difference down to closer
15971 match freetype scores.
15972
15973 2008-02-01 Jason Rumney <jasonr@gnu.org>
15974
15975 * w32font.c (w32font_text_extents): Don't use the frame stored in the
15976 font, as it may have been deleted.
15977 (w32_enumfont_pattern_entity): Map generic family to adstyle using
15978 most common hyphenless variation.
15979 (logfonts_match): Check generic family.
15980 (font_matches_spec): Don't check generic family here.
15981 (fill_in_logfont): Set generic family based on adstyle.
15982
15983 * w32font.h (w32font_get_cache): Update declaration.
15984
15985 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15986
15987 * ftfont.c (ftfont_get_cache): Adjust the argument type.
15988
15989 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
15990 If none of the new drivers are available, call font_update_drivers
15991 with the old drivers.
15992
15993 * w32font.c (w32font_get_cache): Adjust the argument type.
15994
15995 * xfont.c (xfont_get_cache): Adjust the argument type.
15996
15997 * font.h (struct font_driver): Change argument type of get_cache.
15998
15999 * xftfont.c (xftfont_start_for_frame): Delete prototype.
16000
16001 * font.c (Ffont_get): Fix arguments to Fassoc.
16002 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
16003 (font_clear_cache): New function.
16004 (font_list_entities, font_matching_entity): Use font_get_cache.
16005 (font_update_drivers): Call font_clear_cache when finishing a driver.
16006
16007 * fontset.c (fontset_find_font): Fix previous change.
16008
16009 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16010
16011 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
16012 dpyinfo->font_table.
16013 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
16014 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
16015
16016 * font.c (font_at): Handle the case that the arg C is negative.
16017 Handle the unibyte case.
16018 (Ffont_at): Call font_at with the arg C -1.
16019
16020 * xdisp.c (handle_auto_composed_prop): Don't get a character at
16021 the position here, and call font_at with the arg C -1.
16022 Don't check the range of the existing composition at the point.
16023
16024 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16025
16026 * fontset.c (fontset_add): New args charset_id and family.
16027 Change caller.
16028 (load_font_get_repertory, fontset_find_font): Assume that
16029 font_spec is always a font-spec object.
16030 (Fset_fontset_font): Always store a font-spec object in a fontset.
16031
16032 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
16033 instead of get_property_and_range.
16034
16035 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16036
16037 * xftfont.c (struct xftfont_info): Delete the member ft_face.
16038 (xftfont_open): Don't keep locking face.
16039 (xftfont_close): Don't unlock face.
16040 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
16041
16042 * fontset.c (fontset_find_font): Don't prefer a font of
16043 supplementary charset.
16044
16045 2008-02-01 Kenichi Handa <handa@m17n.org>
16046
16047 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
16048 script, langsys_tag to langsys, new member script.
16049 (OTF_TAG_STR): Terminate by '\0'.
16050 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
16051 listing to the script specified in that property. Fix arg to
16052 OTF_check_features.
16053
16054 2008-02-01 Jason Rumney <jasonr@gnu.org>
16055
16056 * w32font.h: New file.
16057
16058 * w32font.c: Include it.
16059 (struct w32font_info): Add owning_frame field. Move to w32font.h.
16060 (w32font_open): Set owning_frame.
16061 (w32font_text_extents): Use owning_frame.
16062 (struct font_callback_data): Add opentype_only field.
16063 (add_font_entity_to_list): Use it to filter fonts.
16064 Don't check against full name.
16065 (w32font_list_internal): New function.
16066 (w32font_list): Use it.
16067 (w32font_match_internal): New function.
16068 (w32font_match): Use it.
16069 (w32font_open_internal): New function.
16070 (w32font_open): Use it.
16071 (w32font_get_cache, w32font_close, w32font_has_char)
16072 (w32font_encode_char, w32font_text_extents, w32font_draw):
16073 Make non-static.
16074
16075 * makefile.w32-in (w32font.o): Depend on w32font.h.
16076
16077 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16078
16079 * charset.c (Fdefine_charset_internal): Record a supplementary
16080 charset at the tail of Vcharset_order_list.
16081
16082 * font.c (Ffont_shape_text): Fix the return value.
16083
16084 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
16085
16086 * xdisp.c (handle_auto_composed_prop): Fix previous change.
16087
16088 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16089
16090 * ftfont.c (struct OpenTypeSpec): New struct.
16091 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
16092 (ftfont_get_open_type_spec): New function.
16093 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
16094
16095 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
16096
16097 2008-02-01 Jason Rumney <jasonr@gnu.org>
16098
16099 * w32font.c (add_font_entity_to_list): Compare only the beginning
16100 of full name.
16101
16102 2008-02-01 Kenichi Handa <handa@m17n.org>
16103
16104 * xdisp.c (handle_auto_composed_prop): Simplify the code.
16105 Never return HANDLED_RECOMPUTE_PROPS.
16106
16107 2008-02-01 Kenichi Handa <handa@m17n.org>
16108
16109 * font.c (font_gstring_produce): Delete it.
16110
16111 * composite.h (COMPOSITION_METHOD):
16112 Handle COMPOSITION_WITH_GLYPH_STRING.
16113
16114 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16115
16116 * xfont.c (Qx): Delete.
16117 (syms_of_xfont): Don't initialize Qx.
16118
16119 * composite.h (enum composition_method):
16120 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
16121
16122 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16123
16124 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
16125 (choose_face_font): Accept new form of font-spec.
16126
16127 * frame.h (font_driver_list): Declare it unconditionally.
16128 (struct frame): Define members font_driver_list and font_data_list
16129 unconditionally.
16130
16131 * fontset.c: Include "font.h" unconditionally.
16132 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
16133 (Fset_fontset_font): Accept a font-spec object.
16134
16135 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
16136 PIXEL_SIZE part a wild card.
16137
16138 * dispextern.h (struct glyph_string): Define members clip and
16139 num_clips unconditionally.
16140 (struct face): Define members font_info and extra unconditionally.
16141
16142 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
16143 ftfont_info only when HAVE_LIBOTF is defined.
16144
16145 2008-02-01 Andreas Schwab <schwab@suse.de>
16146
16147 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
16148 and end.
16149
16150 2008-02-01 Jason Rumney <jasonr@gnu.org>
16151
16152 * w32font.c (w32font_driver): Add new fields.
16153
16154 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16155
16156 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
16157 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
16158 (LIBES): Add @M17N_FLT_CFLAGS@.
16159
16160 * composite.c (compose_text): Don't treat the new style
16161 composition specially.
16162
16163 * emacs.c (main): Call syms_of_font unconditionally.
16164
16165 * font.h (FONT_ENTITY_NOT_LOADABLE)
16166 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
16167 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
16168 (struct font_driver): New member shape.
16169 (font_registry_charsets): Extern it.
16170 (font_find_for_lface, font_prepare_composition): Adjust prototype.
16171 (font_otf_capability, font_drive_otf): Delete their externs.
16172
16173 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
16174 (font_charset_alist, font_registry_charsets): Move from xfont.c
16175 and rename.
16176 (font_prop_validate_otf): New function.
16177 (font_property_table): Register it for QCotf.
16178 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
16179 (font_drive_otf): Delete.
16180 (font_prepare_composition): New arg F. Adjust for the change of
16181 lispy gstring.
16182 (font_find_for_lface): New arg C.
16183 (font_load_for_face): Adjust for the change of font_find_for_lface.
16184 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
16185 lispy gstring.
16186 (Ffont_shape_text): New function.
16187 (Fopen_font): If the font size is not given, use 12-pixel.
16188 (Ffont_at): New arg STRING.
16189 (syms_of_font): Initalize font_charset_alist.
16190 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
16191 conditionally.
16192
16193 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
16194 fonts of the same font-spec. Change the format of RFONT-DEF.
16195 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
16196 Adjust for the change of RFONT-DEF.
16197 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
16198
16199 * ftfont.h: New file.
16200
16201 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
16202 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
16203 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
16204 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
16205 font_otf_capability and font_drive_otf, set ftfont_shape.
16206 (ftfont_list): Adjust for the change of :otf property value.
16207 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
16208 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
16209 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
16210 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
16211 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
16212 (otf_gstring, gstring, m17n_flt_initialized): New variables.
16213
16214 * w32term.c (x_draw_composite_glyph_string_foreground):
16215 Adjust for the change of lispy gstring.
16216
16217 * xdisp.c (handle_composition_prop): Adjust for the change of
16218 lispy gstring. Call a function for auto-composition with the
16219 third arg it->window.
16220 (fill_composite_glyph_string): Adjust for the change of lispy string.
16221 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
16222
16223 * xfaces.c (set_font_frame_param): Adjust for the change of
16224 font_find_for_lface.
16225
16226 * xfont.c (x_font_charset_alist): Move to font.c and rename.
16227 (xfont_registry_charsets): Likewise. Change caller.
16228 (syms_of_xfont): Don't handle x_font_charset_alist.
16229
16230 * xftfont.c: Include "ftfont.h".
16231 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
16232 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
16233 (xftfont_close) [HAVE_LIBOTF]: Close otf.
16234 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
16235 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
16236 Set xftfont_driver.shape to xftfont_shape.
16237
16238 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
16239 the change of lispy gstring.
16240
16241 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16242
16243 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
16244
16245 2008-02-01 Jason Rumney <jasonr@gnu.org>
16246
16247 * w32font.c (w32font_draw): Fill background manually.
16248
16249 2008-02-01 Jason Rumney <jasonr@gnu.org>
16250
16251 * font.c (Qfontp): Remove unused symbol.
16252 (QCantialias): New symbol.
16253 (syms_of_font): Define it.
16254 (font_property_table): Set a validator for QCantialias.
16255
16256 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
16257 Define if not already.
16258 (QCfamily): Share with xfaces.c.
16259 (Qstandard, Qsubpixel, Qnatural): New symbols.
16260 (syms_of_w32font): Define them. Don't define QCfamily here.
16261 (w32_antialias_type, lispy_antialias_type): New functions.
16262 (w32_enumfont_pattern_entity): New arg requested_font.
16263 Set antialias parameter if non-default was requested.
16264 (fill_in_logfont): Fill in lfQuality if :antialias specified.
16265
16266 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16267
16268 * lread.c (read1): Undo the previous change.
16269
16270 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
16271
16272 * frame.c (Fdelete_frame): Call font_update_drivers only when
16273 USE_FONT_BACKEND is defined.
16274
16275 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16276
16277 * font.h (struct font_bitmap): New member bits_per_pixel.
16278 (struct font_driver): New members start_for_frame and end_for_frame.
16279 (struct font_data_list): New struct.
16280 (font_put_frame_data, font_get_frame_data): Extern them.
16281
16282 * frame.h (struct frame): New member font_data_list.
16283
16284 * font.c (font_update_drivers): Call driver->start_for_frame and
16285 driver->end_for_frame at proper timings.
16286 (font_put_frame_data, font_get_frame_data): New functions.
16287 (Ffont_spec): Add usage in the docstring.
16288
16289 * frame.c (make_frame): Initialize f->font_data_list to NULL.
16290 (Fdelete_frame): Call font_update_drivers.
16291
16292 * xftfont.c (struct xftface_info): Delete the member xft_draw.
16293 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
16294 (xftfont_get_xft_draw): New function.
16295 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
16296 (xftfont_end_for_frame): New function.
16297 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
16298
16299 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
16300 Change argument. Cache GCs in the per-frame data.
16301 (struct ftxfont_frame_data): New struct.
16302 (ftxfont_draw_bitmap): New arg gc_fore and flush.
16303 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
16304 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
16305 (ftxfont_end_for_frame): New function.
16306 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
16307
16308 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
16309
16310 2008-02-01 Kenichi Handa <handa@m17n.org>
16311
16312 * xselect.c (Vselection_coding_system)
16313 (Vnext_selection_coding_system): Delete them.
16314 (syms_of_xselect): Don't declare selection-coding-system and
16315 next-selection-coding-system. They are declared in select.el.
16316
16317 2008-02-01 Jason Rumney <jasonr@gnu.org>
16318
16319 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
16320
16321 * w32fns.c: Include imm.h.
16322 (get_composition_string_fn, get_ime_context_fn): New optional
16323 system functions.
16324 (globals_of_w32fns): Load them from imm32.dll.
16325 (ignore_ime_char): New flag.
16326 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
16327 WM_IME_ENDCOMPOSITION messages.
16328
16329 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
16330 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
16331
16332 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16333
16334 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
16335 (READCHAR_REPORT_MULTIBYTE): New macro.
16336 (readchar): New 2nd arg MULTIBYTE.
16337 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
16338 Make symbol's name multibyte according to the multibyteness of the
16339 source.
16340
16341 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16342
16343 * xfaces.c (face_for_overlay_string): Call lookup_face with
16344 correct arguments (fix of synching with the trunk).
16345
16346 2008-02-01 Kenichi Handa <handa@m17n.org>
16347
16348 * font.c (font_prop_validate_symbol, font_prop_validate_style)
16349 (font_prop_validate_non_neg, font_prop_validate_spacing):
16350 Delete argument prop_index.
16351 (font_property_table): Change arguments to validater. Change Callers.
16352 (font_lispy_object): Delete.
16353 (font_at): Use font_find_object instead fo font_lispy_object.
16354
16355 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16356
16357 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
16358 and file names.
16359
16360 2008-02-01 Jason Rumney <jasonr@gnu.org>
16361
16362 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
16363 (font_matches_spec): Remove debug output.
16364 (add_font_entity_to_list): Avoid using substituted fonts.
16365
16366 2008-02-01 Jason Rumney <jasonr@gnu.org>
16367
16368 * doc.c (Fsnarf_documentation):
16369 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
16370
16371 2008-02-01 Miles Bader <miles@gnu.org>
16372
16373 * dispextern.h (struct glyph_row): Only define "clip" field if
16374 HAVE_WINDOW_SYSTEM is defined.
16375
16376 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16377
16378 Fix up multi-tty merge.
16379
16380 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
16381 and indentation.
16382
16383 * xfaces.c (free_realized_face, clear_face_gcs):
16384 Include font_done_for_face in the input_blocked section, just in case.
16385
16386 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
16387 (get_char_face_and_encoding): Undo last change and remove the *other*
16388 duplicate definition (i.e. keep the one that's better scoped and that
16389 includes code for the font-backend).
16390
16391 * terminal.c (create_terminal): Default keyboard_coding to
16392 `no-conversion' and terminal_coding to `undecided'.
16393
16394 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
16395
16396 * fontset.c (free_realized_fontsets): Check that the table entry does
16397 contain a fontset before trying to compare it to `base'.
16398
16399 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
16400 syms_of_charset, and syms_of_coding earlier because init_window_once
16401 now needs Vcoding_system_hash_table to be setup.
16402
16403 * coding.h (default_buffer_file_coding): Remove.
16404
16405 * coding.c (default_buffer_file_coding): Remove.
16406 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
16407 than ->symbol, and use the terminal-local coding system.
16408 (syms_of_coding): Don't setup the coding-systems that are not
16409 terminal-local.
16410 (Fdefine_coding_system_internal): Use XCAR/XCDR.
16411
16412 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
16413 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
16414
16415 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
16416 in chartab.c and were re-added here by mistake.
16417 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
16418
16419 * doc.c (Fsnarf_documentation):
16420 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
16421 src to etc.
16422
16423 * ChangeLog.10: Add mistakenly removed entry.
16424
16425 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
16426
16427 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
16428
16429 2008-02-01 Miles Bader <miles@gnu.org>
16430
16431 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
16432 Add extra args to FACE_FOR_CHAR.
16433
16434 2008-02-01 Kenichi Handa <handa@m17n.org>
16435
16436 * keymap.c (where_is_internal_1): If key is a cons, store the copy
16437 in sequence.
16438
16439 * chartab.c (map_sub_char_table, map_char_table): If the range
16440 contains just one character, call the function with that character
16441 even if the depth is not 3.
16442
16443 2008-02-01 Jason Rumney <jasonr@gnu.org>
16444
16445 * w32font.c (w32font_text_extents): Calculate metrics for the
16446 whole string.
16447
16448 2008-02-01 Jason Rumney <jasonr@gnu.org>
16449
16450 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
16451
16452 2008-02-01 Jason Rumney <jasonr@gnu.org>
16453
16454 * w32term.c (x_set_glyph_string_clipping): Use
16455 get_glyph_string_clip_rects.
16456 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16457 Adjust for the change of struct glyph_string.
16458
16459 * w32font.c (w32font_draw): Do clipping here.
16460
16461 2008-02-01 Kenichi Handa <handa@m17n.org>
16462
16463 * xftfont.c (xftfont_draw): Adjust for the change of struct
16464 glyph_string.
16465
16466 * xterm.c (x_set_glyph_string_clipping): Use
16467 get_glyph_string_clip_rects.
16468 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16469 Adjust for the change of struct glyph_string.
16470
16471 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
16472 the resulting clip(s}.
16473 (expose_overlaps): Add arg r. Change callers. Set it to
16474 row->clip temporarily.
16475 (expose_window): Redraw rows overlapping the exposed area.
16476
16477 * dispextern.h (struct glyph_row): New member clip.
16478 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
16479 clip_height, new member clip, and num_clips.
16480
16481 2008-02-01 Kenichi Handa <handa@m17n.org>
16482
16483 * data.c (Fchar_or_string_p): Fix docstring.
16484
16485 2008-02-01 Kenichi Handa <handa@m17n.org>
16486
16487 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
16488 create a temporary XftDraw object.
16489
16490 2008-02-01 Kenichi Handa <handa@m17n.org>
16491
16492 * font.c (Ffontp): Fix docstring.
16493
16494 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
16495 strong evidence of ISO-2022.
16496
16497 2008-02-01 Kenichi Handa <handa@m17n.org>
16498
16499 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
16500 SYNTAX_ENTRY_FOLLOW_PARENT.
16501
16502 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16503
16504 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
16505 its type.
16506 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
16507 Update to the new type of weak_hash_tables and next_weak.
16508
16509 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
16510 a plain C pointer to Lisp_Hash_Table.
16511
16512 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
16513 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
16514 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
16515 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
16516 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
16517 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
16518 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
16519 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
16520 (GC_EQ): Remove since they've been identical to their non-GC_
16521 alter-egos ever since the markbit was eradicated.
16522
16523 * alloc.c:
16524 * buffer.c:
16525 * buffer.h:
16526 * data.c:
16527 * fileio.c:
16528 * filelock.c:
16529 * fns.c:
16530 * frame.h:
16531 * lisp.h:
16532 * macterm.c:
16533 * print.c:
16534 * process.c:
16535 * w32fns.c:
16536 * w32menu.c:
16537 * w32term.c:
16538 * xfns.c:
16539 * xmenu.c:
16540 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
16541
16542 2008-02-01 Kenichi Handa <handa@m17n.org>
16543
16544 * chartab.c (map_sub_char_table): Make it work for the top-level
16545 char-table. Fix handling of parent char-table.
16546 (map_char_table): Adjust for the above change.
16547
16548 2008-02-01 Jason Rumney <jasonr@gnu.org>
16549
16550 * w32font.c (Qgdi): Rename from Qw32.
16551
16552 2008-02-01 Jason Rumney <jasonr@gnu.org>
16553
16554 * w32bdf.c (get_quoted_string): Make function static.
16555
16556 2008-02-01 Kenichi Handa <handa@m17n.org>
16557
16558 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
16559 bigger ascent and descent than those of the font, use them as
16560 font's ascent and descent.
16561
16562 2008-02-01 Kenichi Handa <handa@m17n.org>
16563
16564 * Makefile.in (${lispsource}international/charprop.el): Move this
16565 target within "#ifdef HAVE_UNIDATA" and "#endif".
16566
16567 2008-02-01 Kenichi Handa <handa@m17n.org>
16568
16569 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
16570 (shortlisp): Add ../lisp/language/tai-viet.el.
16571
16572 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
16573
16574 * Makefile.in (${lispsource}international/charprop.el): Depend on
16575 temacs${EXEEXT}.
16576
16577 2008-02-01 Jason Rumney <jasonr@gnu.org>
16578
16579 * w32font.c (w32font_close): Delete the GDI font object.
16580
16581 * w32menu.c: Include character.h.
16582
16583 * w32proc.c: Likewise.
16584
16585 * w32select.c: Likewise.
16586
16587 * makefile.w32-in (w32proc.o): Depend on character.h.
16588
16589 2008-02-01 Jason Rumney <jasonr@gnu.org>
16590
16591 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
16592
16593 * w32menu.c (syms_of_w32menu): Likewise.
16594
16595 * w32proc.c (syms_of_ntproc): Likewise.
16596
16597 * w32select.c (syms_of_w32select): Likewise.
16598
16599 * w32term.c (syms_of_w32term): Likewise.
16600
16601 2008-02-01 Jason Rumney <jasonr@gnu.org>
16602
16603 * w32font.c (w32font_draw): Delete brush after using it.
16604
16605 2008-02-01 Jason Rumney <jasonr@gnu.org>
16606
16607 * w32font.c (w32font_open): Don't set font_idx.
16608 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
16609 to font settings.
16610 (w32font_draw): Fill background explicitly.
16611
16612 2008-02-01 Jason Rumney <jasonr@gnu.org>
16613
16614 * w32term.c (w32_initialize): Don't call w32font_initialize.
16615
16616 * w32font.c (w32font_info): Remove subranges.
16617 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
16618 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
16619 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
16620 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
16621 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
16622 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
16623 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
16624 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
16625 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
16626 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
16627 New symbols.
16628 (font_callback_data): New struct.
16629 (w32font_list, w32font_match): Use it.
16630 (w32font_open): Don't populate subranges.
16631 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
16632 (w32font_encode_char): Always return unicode code-point as-is.
16633 (w32font_text_extents): Supply a transformation matrix to
16634 GetGlyphOutline. Never look up by glyph index. Avoid looping
16635 twice. Use unicode version of GetTexExtentPoint32 instead of
16636 glyph index version.
16637 (set_fonts_frame): Remove.
16638 (w32_enumfont_pattern_entity): Add frame parameter, use it to
16639 set frame parameter. Use backward compatible fake foundries.
16640 Save generic family in extra slot under QCfamily. Make width slot
16641 constant. Save QCspacing value. Save list of scripts instead of
16642 binary subranges.
16643 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
16644 (add_font_entity_to_list): Use font_callback_data struct. Filter
16645 unwanted fonts.
16646 (add_one_font_entity_to_list): Use font_callback_data struct.
16647 (w32_registry): Default to iso10646_1.
16648 (fill_in_logfont): Use dpi from extra slot. Don't bother with
16649 string font registries. Don't fill in font name if it is a generic
16650 family name, fill family instead. Use spacing, family and script
16651 extra info to fill pitch, family and charset fields.
16652 (list_all_matching_fonts): Use font_callback_data struct.
16653 (unicode_range_for_char): Remove.
16654 (font_supported_scripts): New function.
16655 (w32font_initialize): Remove.
16656 (syms_of_w32font): Update which symbols are defined.
16657
16658 2008-02-01 Jason Rumney <jasonr@gnu.org>
16659
16660 * font.c (font_pixel_size): Reverse assq_no_quit args.
16661
16662 * w32term.h (FONT_WIDTH): Report max width, not average.
16663 (FONT_MAX_WIDTH): Remove.
16664 (FONT_AVG_WIDTH): New macro.
16665
16666 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
16667 redefinition of FONT_WIDTH.
16668
16669 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
16670 (w32_cache_char_metrics): Use FONT_WIDTH.
16671
16672 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
16673
16674 2008-02-01 Jason Rumney <jasonr@gnu.org>
16675
16676 * w32font.c (w32font_open): Make lfHeight negative.
16677
16678 * w32fns.c (x_default_font_parameter): Use new style font name.
16679 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
16680
16681 2008-02-01 Jason Rumney <jasonr@gnu.org>
16682
16683 * w32font.c (QCsubranges): New symbol.
16684 (w32font_open, w32font_has_char): Get subranges from subproperty
16685 of extra.
16686 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
16687 (syms_of_w32font): Define :subranges symbol.
16688
16689 * font.c (font_put_extra): Expose externally.
16690
16691 * font.h (font_put_extra): Move declaration from font.c.
16692
16693 * font.c (Ffont_get): Use font driver to determine otf capability.
16694 (adjust_anchor): Check if driver defines anchor_point before using.
16695
16696 * w32font.c (w32font_open): Handle size, height and pixel_size better.
16697 (w32font_draw): Use options.
16698 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
16699 Fix detection of truetype fonts.
16700 (registry_to_w32_charset): Handle charsets other than iso8859-1
16701 expressed as lisp symbols.
16702 (w32_registry): Express charset as lisp symbol.
16703 (fill_in_logfont): Reverse pixel and point height logic.
16704 Don't set width here. Set quality to default.
16705
16706 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
16707 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
16708
16709 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16710 Remove redundant loop and allocation.
16711
16712 * makefile.w32-in (font.o, w32font.o): New objects.
16713 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
16714 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
16715
16716 * xdisp.c (fill_composite_glyph_string): Make the first arg to
16717 STORE_XCHARB a valid l-value.
16718
16719 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
16720 calculations for non-Truetype fonts.
16721 (x_draw_glyph_string): Sync with xterm.c.
16722 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16723 Remove redundant code.
16724 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
16725
16726 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
16727 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
16728
16729 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
16730 (x_to_w32_charset, w32_to_x_charset): Expose externally.
16731
16732 * w32font.c: New file for w32 font backend.
16733
16734 2008-02-01 Kenichi Handa <handa@m17n.org>
16735
16736 * term.c: Don't include "buffer.h" twice.
16737
16738 2008-02-01 Kenichi Handa <handa@m17n.org>
16739
16740 * character.c (Funibyte_string): New function.
16741 (syms_of_character): Defsubr it.
16742
16743 2008-02-01 Jason Rumney <jasonr@gnu.org>
16744
16745 * w32term.c [USE_FONT_BACKEND]:
16746 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
16747 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
16748 (x_draw_glyph_string, x_draw_glyph_string_foreground)
16749 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
16750 (x_free_frame_resources): Sync with xterm.c.
16751
16752 2008-02-01 Andreas Schwab <schwab@suse.de>
16753
16754 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
16755 char-table size.
16756
16757 2008-02-01 Kenichi Handa <handa@m17n.org>
16758
16759 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
16760
16761 2008-02-01 Kenichi Handa <handa@m17n.org>
16762
16763 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
16764 font_otf_gpos, add font_drive_otf.
16765
16766 * fontset.c (fontset_find_font): Pay attention to font size
16767 specified for a font.
16768 (reorder_font_vector): Check contents of font_def.
16769
16770 * font.c (struct otf_list): Delete it.
16771 (otf_list): Make it a lisp variable.
16772 (otf_open): Use lispy otf_list.
16773 (generate_otf_features): Rename from parse_gsub_gpos_spec.
16774 (check_otf_features): New function.
16775 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16776 New functions.
16777 (font_drive_otf): New function merging font_otf_gsub and
16778 font_otf_gpos.
16779 (font_open_for_lface): New arg spec. Change argument order.
16780 (font_load_for_face): Adjust for the change of font_open_for_lface.
16781 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
16782 Ffont_otf_gpos.
16783 (syms_of_font): Staticpro otf_list. Delete defsubr of
16784 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
16785
16786 * xfaces.c (set_font_frame_param): Adjust for the change of
16787 font_open_for_lface.
16788
16789 * font.h (font_open_for_lface): Adjust prototype.
16790 (struct font_driver): Delete members otf_gsub and otf_gpos, add
16791 member otf_drive.
16792 (font_otf_gsub, font_otf_gpos): Delete externs.
16793 (font_drive_otf): Extern it.
16794
16795 2008-02-01 Kenichi Handa <handa@m17n.org>
16796
16797 * font.c (font_at): If the window W is not on a window system,
16798 return Qnil.
16799
16800 * coding.c (produce_chars, encode_coding): Don't call
16801 insert_from_gap if no characters to produce.
16802
16803 2008-02-01 Kenichi Handa <handa@m17n.org>
16804
16805 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
16806 Fclear_face_cache.
16807
16808 * xfaces.c (face_for_font): Check also face->font==font->font.font.
16809
16810 2008-02-01 Miles Bader <miles@gnu.org>
16811
16812 * emacs.c (main): Change default value of `enable_font_backend' to 1.
16813 Parse "--disable-font-backend" option.
16814 (standard_args): Add "--disable-font-backend" option.
16815
16816 2008-02-01 Kenichi Handa <handa@m17n.org>
16817
16818 * fontset.c (fontset_find_font): New function.
16819 (fontset_font): Use fontset_find_font.
16820 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
16821 Register the specified font for all Latin characters.
16822 (new_fontset_from_font): Register the specified font for all Latin
16823 characters.
16824 (dump_fontset): For a realized fontset, include the base fontset
16825 name in the returned vector.
16826
16827 2008-02-01 Kenichi Handa <handa@m17n.org>
16828
16829 * character.h (CHAR_STRING): Cast C to unsigned on calling
16830 char_string.
16831
16832 * character.c (char_string): Type of arg C changed to unsigned.
16833 Signal an error if C is an invalid character code.
16834
16835 * editfns.c (general_insert_function, Fchar_to_string):
16836 Use CHARACTERP, not INTEGERP.
16837
16838 2008-02-01 Kenichi Handa <handa@m17n.org>
16839
16840 * character.h (MIN_MULTIBYTE_LEADING_CODE)
16841 (MAX_MULTIBYTE_LEADING_CODE): New macros.
16842
16843 * regex.c (analyse_first): Fix for multibyte characters in "case
16844 charset:" and "case categoryspec:".
16845
16846 2008-02-01 Andreas Schwab <schwab@suse.de>
16847
16848 * Makefile.in (LIBES): Move standard libraries to the end.
16849
16850 2008-02-01 Kenichi Handa <handa@m17n.org>
16851
16852 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
16853 nonzero, don't shrink the buffer nextb.
16854
16855 * buffer.h (struct buffer_text): New member inhibit_shrinking.
16856
16857 * coding.c (coding_alloc_by_making_gap): New arg offset.
16858 (alloc_destination): Call coding_alloc_by_making_gap with the arg
16859 offset.
16860 (decode_coding_iso_2022): Update coding->safe_charsets.
16861 (decode_coding_gap): Temporarily set
16862 current_buffer->text->inhibit_shrinking to 1.
16863
16864 2008-02-01 Kenichi Handa <handa@m17n.org>
16865
16866 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
16867 indexing into elements of s->cmp and s->char2b.
16868
16869 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
16870
16871 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
16872
16873 2008-02-01 Kenichi Handa <handa@m17n.org>
16874
16875 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
16876 target_multibyte instead of multibyte.
16877 (re_match_2_internal): Call bcmp_translate with target_multibyte.
16878 (bcmp_translate): Change the argument name from multibyte to
16879 target_multibyte.
16880
16881 2008-02-01 Kenichi Handa <handa@m17n.org>
16882
16883 These changes are to compile a regexp into a pattern that can be
16884 used both for multibyte and unibyte targets.
16885
16886 * Makefile.in (search.o): Depend on charset.h.
16887
16888 * character.c (multibyte_char_to_unibyte_safe): New function.
16889
16890 * search.c: Include "charset.h".
16891 (compile_pattern_1): Delete argument multibyte. Don't set
16892 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
16893 (compile_pattern): Don't compare cp->buf.target_multibyte.
16894 Compare cp->buf.charset_unibyte.
16895 (compile_pattern): Set cp->buf.target_multibyte.
16896
16897 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
16898
16899 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
16900
16901 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
16902 multibyte. Change callers.
16903 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
16904 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
16905 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
16906 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
16907 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
16908 (regex_compile): Make the compiled pattern usable both for
16909 multibyte and unibyte targets.
16910 (analyse_first): Make the fastmap usable both for multibyte and
16911 unibyte targets.
16912 (TRANSLATE_VIA_MULTIBYTE): Delete.
16913 (re_match_2_internal): Pay attention to the case that the
16914 multibyteness of bufp and target may be different.
16915
16916 2008-02-01 Kenichi Handa <handa@m17n.org>
16917
16918 * xdisp.c (x_produce_glyphs): When a font is not found, make the
16919 empty box occupy at least one column width.
16920
16921 2008-02-01 Miles Bader <miles@gnu.org>
16922
16923 * Makefile.in: Remove redundant HAVE_XFT clause.
16924
16925 2008-02-01 Kenichi Handa <handa@m17n.org>
16926
16927 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
16928
16929 2008-02-01 Kenichi Handa <handa@m17n.org>
16930
16931 * fontset.c (Finternal_char_font): Fix for the case of POSITION
16932 being nil.
16933
16934 2008-02-01 Kenichi Handa <handa@m17n.org>
16935
16936 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
16937
16938 2008-02-01 Kenichi Handa <handa@m17n.org>
16939
16940 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
16941
16942 2008-02-01 Kenichi Handa <handa@m17n.org>
16943
16944 * search.c (simple_search): Fix previous change.
16945
16946 2008-02-01 Kenichi Handa <handa@m17n.org>
16947
16948 * xftfont.c (ftfont_font_format): Extern declaration.
16949
16950 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
16951
16952 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
16953 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
16954
16955 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
16956 (ftfont_font_format): Fix previous change.
16957
16958 * font.h (Ffont_xlfd_name): EXFUN it.
16959
16960 * font.c (font_parse_xlfd): Fix the array size of `f'.
16961 (register_font_driver): Use EQ to compare driver->type.
16962
16963 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
16964 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
16965 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
16966
16967 2008-02-01 Kenichi Handa <handa@m17n.org>
16968
16969 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
16970 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
16971
16972 2008-02-01 Kenichi Handa <handa@m17n.org>
16973
16974 * xfont.c (xfont_open): Set font->format.
16975
16976 * xftfont.c (xftfont_open): Set font->format.
16977
16978 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
16979 (ftfont_list): Include FC_FONTFORMAT in FcObject.
16980 (ftfont_open): Set font->format.
16981 (ftfont_font_format): New function.
16982
16983 * font.h (struct font): New member format.
16984
16985 * font.c (Qopentype): New variable.
16986 (syms_of_font): Defsym it.
16987 (Fquery_font): Change the format of the last element of the return
16988 value.
16989
16990 2008-02-01 Kenichi Handa <handa@m17n.org>
16991
16992 * xfns.c (xic_create_xfontset): Try the default fontset name as a
16993 last resort.
16994
16995 2008-02-01 Kenichi Handa <handa@m17n.org>
16996
16997 * coding.c (detect_coding_charset): Fix detection of multi-byte
16998 charset.
16999
17000 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
17001
17002 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
17003
17004 2008-02-01 Kenichi Handa <handa@m17n.org>
17005
17006 * xdisp.c (get_next_display_element): Set it->face_id for the
17007 first component of a composition.
17008 (x_produce_glyphs): Check if the font is changed or not for composition.
17009
17010 2008-02-01 Kenichi Handa <handa@m17n.org>
17011
17012 * fontset.c (Qlatin): New variable.
17013 (syms_of_fontset): Define it as a lisp symbol.
17014 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
17015
17016 2008-02-01 Kenichi Handa <handa@m17n.org>
17017
17018 * font.c (font_unparse_fcname): Pay attention to the case that
17019 some of font property is a null string.
17020
17021 2008-02-01 Kenichi Handa <handa@m17n.org>
17022
17023 * term.c: Include "composite.h".
17024 (encode_terminal_code): Output all components of composition.
17025 Check the size of encode_terminal_src.
17026 (produce_glyphs): For composition, call produce_composite_glyph.
17027 (append_composite_glyph, produce_composite_glyph): New functions.
17028
17029 * xdisp.c (x_produce_glyphs): In handling composition, if a font
17030 is not found, get font_info from the current ascii face.
17031
17032 2008-02-01 Kenichi Handa <handa@m17n.org>
17033
17034 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
17035 buffer-file-name to Qnil before calling insert_from_buffer.
17036
17037 * font.c (font_unparse_fcname): Pay attention to the case that
17038 foundry is a null string.
17039
17040 2008-02-01 Kenichi Handa <handa@m17n.org>
17041
17042 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
17043
17044 * font.c (Qunicode_sip): New variable.
17045 (syms_of_font): Declare it as a Lisp symbol.
17046
17047 * font.h (Qunicode_sip): Extern it.
17048
17049 2008-02-01 Kenichi Handa <handa@m17n.org>
17050
17051 * composite.c (get_composition_id): Pay attention to TAB component.
17052
17053 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
17054 TAB. Adjust for the change of s->char2b which always points to
17055 the first element of allocated memory.
17056
17057 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
17058
17059 * xdisp.c (handle_composition_prop): Set it->c to the first
17060 non-TAB component.
17061 (fill_composite_glyph_string): Change argument.
17062 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
17063 (x_produce_glyphs): Fix handling of left/right padding.
17064
17065 2008-02-01 Kenichi Handa <handa@m17n.org>
17066
17067 * coding.c (detect_coding_system): Fix for handling off
17068 inhibit_iso_escape_detection. Fix for the case that no coding
17069 system is defined for a specific coding category.
17070
17071 2008-02-01 Kenichi Handa <handa@m17n.org>
17072
17073 * font.c (font_matching_entity): Delete unused local var.
17074
17075 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
17076 opening a font.
17077
17078 * fileio.c (Finsert_file_contents): On recovering a file, assume
17079 Unix-like eol.
17080 (choose_write_coding_system): On auto-saving a file, force
17081 Unix-like eol.
17082
17083 * coding.c (setup_coding_system): Fix setting of
17084 coding->common_flags based on eol_type.
17085 (coding_inherit_eol_type): If PARENT is not nil, be sure to
17086 inherit from it.
17087
17088 2008-02-01 Kenichi Handa <handa@m17n.org>
17089
17090 * alloc.c (NSTATICS): Increas to 0x600.
17091
17092 2008-02-01 Kenichi Handa <handa@m17n.org>
17093
17094 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
17095 (ftfont_list): Don't check :name property.
17096 (ftfont_match): New function.
17097 (ftfont_pattern_entity): If the pattern doesn't contain
17098 FC_SPACING, don't assume FC_MONO.
17099
17100 * font.h (struct font_driver): New member `match'.
17101 (font_update_drivers): Adjust prototype.
17102
17103 * font.c (font_parse_fcname, font_parse_name): Don't change :name
17104 property of FONT.
17105 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
17106 them unconditionally.
17107 (font_matching_entity): New function.
17108 (font_open_by_name): Try font_matching_entity if exact match is
17109 not found.
17110 (font_update_drivers): Delete the arg FONT. Return a list of
17111 actually used backends. Don't free faces, font caches here.
17112 Don't store data in frame parameters. Don't call x_set_font.
17113 (Ffont_spec): Store :name property as is.
17114 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
17115 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
17116 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
17117 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
17118 Call font->driver->otf_gsub instead of font_otf_gsub.
17119
17120 * frame.c (x_set_font_backend): Do more works that were done in
17121 font_update_drivers before.
17122
17123 * xfont.c (xfont_match): New function.
17124 (xfont_driver): Set xfont_driver.match to xfont_match.
17125 (xfont_draw): Set font in GC if necessary.
17126
17127 * ftxfont.c (ftxfont_match): New function.
17128 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
17129
17130 * xftfont.c (xftfont_match): New function.
17131 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
17132
17133 2008-02-01 Kenichi Handa <handa@m17n.org>
17134
17135 * font.h (struct font): New member scalable.
17136 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
17137 (font_otf_gsub): Adjust prototype.
17138
17139 * font.c (font_otf_capability): Fix handling of the default langsys.
17140 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
17141 Check the contents of SPEC.
17142 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
17143 (check_gstring): New function.
17144 (REPLACEMENT_CHARACTER): New macro.
17145 (font_otf_gsub): New arg alternate_subst. Be sure to set all
17146 glyph codes of GSTRING.
17147 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
17148 (font_prepare_composition): Set cmp->glyph_len.
17149 (font_open_entity): Set font->scalable.
17150 (Ffont_get): Handle :otf property.
17151 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
17152 functions.
17153 (Fquery_font): Use font->font.full_name.
17154 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
17155 Sfont_otf_alternates.
17156
17157 * ftfont.c (ftfont_open): Set font->font.full_name and
17158 font->font.name properly. Fix calculation of font->font.height
17159 and font->min_width.
17160
17161 * ftxfont.c (ftxfont_create_gcs): New function.
17162 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
17163 (ftxfont_draw_backgrond): Fix filling region.
17164 (ftxfont_default_fid): New function.
17165 (ftxfont_open): Set xfont->fid to the return value of
17166 ftxfont_default_fid.
17167 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
17168 (ftxfont_done_face): Free only GCs that are created by
17169 ftxfont_create_gcs.
17170 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
17171
17172 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
17173 Clip to src->width, etc (not src->clip_XXX).
17174
17175 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
17176 FontBackend frame parameter.
17177
17178 2008-02-01 Kenichi Handa <handa@m17n.org>
17179
17180 * font.h (struct font_driver_list): New member `on'.
17181 (Fclear_font_cache): EXFUN it.
17182 (font_update_drivers): Extern it.
17183
17184 * font.c (font_unparse_fcname): Fix typo (swidth->width).
17185 (font_list_entities): Check driver_list->on.
17186 (register_font_driver): Initalize `on' member to 0.
17187 (font_update_drivers): New function.
17188 (Fclear_font_cache): Check driver_list->on.
17189
17190 * frame.h (Qfont_backend): Extern it.
17191 (x_set_font_backend): Extern it.
17192
17193 * frame.c (Qfont_backend): New variable.
17194 (frame_parms): New element for font-backend.
17195 (x_set_font_backend): New function.
17196
17197 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
17198 FontBackend frame parameter.
17199 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
17200 x_set_font_backend.
17201
17202 * xfont.c (xfont_list): Don't try listing by :name property if the
17203 name is not for XLFD.
17204
17205 2008-02-01 Kenichi Handa <handa@m17n.org>
17206
17207 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
17208 (LGLYPH_SET_TO): New macros.
17209 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
17210 element of G is vector or not.
17211 (font_at): Extern it.
17212
17213 * font.c: Include window.h.
17214 (font_lispy_object): New function.
17215 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
17216 end of valid glyph.
17217 (font_close_object): Fix getting (struct font *).
17218 (font_at): New function.
17219 (Ffont_get): If FONT is a font-object, get entity from it.
17220 (Ffont_make_gstring): Initialize elements of glyphs with nil.
17221 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
17222 range check.
17223 (Ffont_at): New function.
17224 (syms_of_font): Defsubr Sfont_at.
17225
17226 * xdisp.c (it_props): Move the entry for Qauto_composed to just
17227 before the entry for Qcomposition.
17228 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
17229 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
17230 the font in gstring.
17231 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
17232 LGLYPH_FORM (g) to detect the end of valid glyph.
17233 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
17234 we are composing with gstring.
17235
17236 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
17237 Check if adjustment is vector or not.
17238
17239 * Makefile.in (font.o): Make it depends on window.h.
17240
17241 2008-02-01 Kenichi Handa <handa@m17n.org>
17242
17243 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
17244 adjustment is vector or not.
17245
17246 2008-02-01 Miles Bader <miles@gnu.org>
17247
17248 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
17249
17250 2008-02-01 Kenichi Handa <handa@m17n.org>
17251
17252 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
17253 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
17254 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
17255
17256 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
17257 (DEVICE_DELTA): Fix typo.
17258 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
17259 LGLYPH format.
17260
17261 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
17262 the change of LGLYPH format.
17263
17264 2008-02-01 Kenichi Handa <handa@m17n.org>
17265
17266 * ftfont.c (ftfont_list): Fix typo.
17267 (ftfont_build_basic_charsets): Don't include letters with diacritics.
17268
17269 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17270
17271 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
17272
17273 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
17274 xftface_info is non-NULL.
17275
17276 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17277
17278 * ftfont.c (ftfont_list): Move misplaced #endif.
17279
17280 2008-02-01 Kenichi Handa <handa@m17n.org>
17281
17282 * ftfont.c (ftfont_list): Pay attention to the case that
17283 FC_CAPABILITY is not defined.
17284
17285 2008-02-01 Kenichi Handa <handa@m17n.org>
17286
17287 * xftfont.c (xftfont_open): Set charset related members to -1.
17288
17289 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
17290 QCname.
17291 (ftfont_open): Set charset related members to -1.
17292
17293 * fontset.c (Votf_script_alist): New variable.
17294 (syms_of_fontset): Initialize it.
17295 (fontset_font): Delete unused variable.
17296
17297 * fontset.h (Votf_script_alist): Extern it.
17298
17299 * font.c (font_find_for_lface): Optimize code.
17300
17301 * font.h (font_close_object, font_merge_old_spec): Extern them.
17302
17303 2008-02-01 Kenichi Handa <handa@m17n.org>
17304
17305 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
17306 (syms_of_font): Initialize them.
17307 (font_pixel_size): Allow float value in dpi.
17308 (font_prop_validate_type): Delete.
17309 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
17310 Change caller.
17311 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
17312 (font_prop_validate_extra): Delete.
17313 (font_prop_validate_spacing): New function.
17314 (font_property_table): Add elements for all known properties.
17315 (get_font_prop_index): Rename from check_font_prop_name. New
17316 argument FROM. Change caller.
17317 (font_prop_validate): Validate all known properties.
17318 (font_put_extra): Delete argument force. Change caller.
17319 (font_expand_wildcards): Make it static. Fix the way of shrinking
17320 the possible range.
17321 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
17322 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
17323 Change caller.
17324 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
17325 (font_parse_fcname): Delete argument merge. Fix parsing of point
17326 size. Don't validate properties values here. Change caller.
17327 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
17328 (font_open_by_name): Delete unused variable.
17329 (Ffont_spec): Likewise. Validate property values.
17330 (Ffont_match_p): New function.
17331
17332 * font.h (QCscalable): Extern it.
17333 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
17334
17335 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
17336
17337 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
17338 (xfont_list_pattern): New function.
17339 (xfont_list): Use xfont_list_pattern.
17340
17341 2008-02-01 Kenichi Handa <handa@m17n.org>
17342
17343 * font.h (Flist_fonts): EXFUN it.
17344
17345 2008-02-01 Jason Rumney <jasonr@gnu.org>
17346
17347 * w32term.c (w32_initialize): Add back smoothing_type and
17348 smoothing_enabled definitions.
17349
17350 2008-02-01 Kenichi Handa <handa@m17n.org>
17351
17352 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
17353 s->face->font on determining underline position.
17354
17355 2008-02-01 Kenichi Handa <handa@m17n.org>
17356
17357 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
17358 (font_has_char): Accept font-object too.
17359 (font_find_for_lface): Try at first with a size specified in face.
17360
17361 2008-02-01 Kenichi Handa <handa@m17n.org>
17362
17363 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
17364 font_open_by_name.
17365
17366 2008-02-01 Kenichi Handa <handa@m17n.org>
17367
17368 * font.h (QCspacing, QCdpi): Extern them.
17369 (enum font_spacing): New enum.
17370 (FONT_PIXEL_SIZE_QUANTUM): New macro.
17371
17372 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
17373 (QCspacing, QCdpi): New variables.
17374 (syms_of_font): Initialize them.
17375 (font_pixel_size): New function.
17376 (font_put_extra): New function.
17377 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
17378 in FONT_EXTRA.
17379 (font_parse_fcname): Handle enumerated values (e.g. bold).
17380 Fix handling font size. Add QCname property that contains only
17381 unknown properties.
17382 (font_score): Change argument. Change caller. Pay attention to
17383 FONT_PIXEL_SIZE_QUANTUM.
17384 (font_sort_entites, font_list_entities, font_find_for_lface)
17385 (font_open_for_lface, font_open_by_name): Fix handling of font size.
17386 (Ffont_spec): Add QCname property that contains only unknown properties.
17387
17388 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
17389 include weight in listing pattern, instead check weight of each
17390 listed font. Don't include scalable in pattern. Pay attention to
17391 FONT_PIXEL_SIZE_QUANTUM.
17392
17393 2008-02-01 Kenichi Handa <handa@m17n.org>
17394
17395 * font.c (font_parse_fcname): Fix parsing of point-size.
17396 (font_unparse_fcname): Produce symbolic names for style properties.
17397 (font_list_entities): Handle float size correctly.
17398 (font_open_by_name): Prefer `normal' property values if the name
17399 doesn't specify them.
17400
17401 * fontset.c (Finternal_char_font): Use font_get_name, not
17402 Ffont_xlfd_name.
17403
17404 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
17405 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
17406 pattern. Don't force scalable.
17407
17408 * xftfont.c (xftfont_open): For generating a name, start from
17409 96-byte buffer.
17410
17411 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17412
17413 * frame.h (x_new_fontset2): Fix prototype.
17414
17415 2008-02-01 Kenichi Handa <handa@m17n.org>
17416
17417 * font.h (struct font_driver): Delete member parse_name.
17418 (font_match_p, font_get_spec, font_parse_fcname)
17419 (font_unparse_fcname): Extern them.
17420 (font_get_name): Adjust prototype.
17421
17422 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
17423 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
17424 (font_expand_wildcards): Fix handling ENCODING field. Avoid
17425 unnecessary checks for weight, slant, and swidth.
17426 (font_parse_fcname): New function.
17427 (font_unparse_fcname): New function.
17428 (font_parse_name): New function.
17429 (font_match_p): New function.
17430 (font_get_name): Change return value to Lisp string.
17431 (font_get_spec): New function.
17432 (Qunspecified, Qignore_defface): Don't extern them.
17433 (font_find_for_lface): Assume that LFACE is fully specified.
17434 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
17435 object, use it for FACE.
17436 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
17437 driver->parse_name.
17438 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
17439
17440 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
17441 prototype.
17442
17443 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
17444 argument F. Don't call Fnew_fontset. Instead, directly call
17445 make_fontset.
17446
17447 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
17448
17449 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
17450 of x_new_fontset2.
17451
17452 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
17453 (Qsans__serif): New variables.
17454 (ftfont_generic_family_list): New variable.
17455 (syms_of_ftfont): Initialize the above variables.
17456 (ftfont_pattern_entity): Delete argument NAME.
17457 (ftfont_list_generic_family): New function.
17458 (ftfont_parse_name): Delete this function.
17459 (ftfont_list): Try generic family only when FcFontList found no font.
17460 (ftfont_list_family): Fix args to FcObjectSetBuild.
17461
17462 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
17463 object in attrs[LFACE_FONT_INDEX].
17464 (set_lface_from_font_name): Cancel all changes for font-backend.
17465 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
17466 function.
17467 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
17468 font object in QCfont attribute.
17469 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
17470 (realize_default_face) [USE_FONT_BACKEND]: Call
17471 set_lface_from_font_and_fontset.
17472
17473 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
17474 "fixed", and signal error here if no suitable font was found.
17475
17476 * xfont.c (xfont_parse_name): Delete this function.
17477
17478 * xftfont.c (xftfont_open): Change coding style of error
17479 handling. Generate fontconfig's fontname pattern.
17480
17481 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
17482 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
17483
17484 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
17485 Both args FONTSET and FONT_OBJECT must be existing ones.
17486
17487 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17488
17489 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
17490
17491 2008-02-01 Kenichi Handa <handa@m17n.org>
17492
17493 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
17494
17495 * font.h (struct font): Fix typo.
17496
17497 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
17498 XLFD_XXX_INDEX.
17499 (enum xlfd_field_mask): New enum.
17500 (intern_font_field): Changed argument. Change caller. If digits
17501 are followed by non-digits, return a symbol.
17502 (font_expand_wildcards): New function.
17503 (font_parse_xlfd): Fix wildcard handling.
17504 (Ffont_spec): If :name is specified, reflect the info in the other
17505 properties.
17506
17507 * ftfont.c (ftfont_pattern_entity): Fix typo.
17508 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
17509 locale.
17510
17511 2008-02-01 Kenichi Handa <handa@m17n.org>
17512
17513 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
17514
17515 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
17516 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
17517 registry doesn't specify encoding part.
17518 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
17519 (font_open_by_name): At first try parsing the name.
17520 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
17521 as Lisp symbols.
17522
17523 * fontset.c (reorder_font_vector): Pay attention to the case that
17524 the 3rd element of font_def is nil.
17525 (fontset_font): For the default fontset, append one more fontset
17526 elements for a script-based font specification. Don't add script
17527 attribute on finding a font.
17528 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
17529 font name.
17530 (fontset_ascii_font): If a font can't be opened, return nil.
17531
17532 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
17533 (ftfont_pattern_entity): New function.
17534 (ftfont_get_cache): Assume that freetype_font_cache is already
17535 initialized.
17536 (ftfont_list): Handle the case that a file is specified in font
17537 name. Use ftfont_pattern_entity to generate entities.
17538 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
17539 (syms_of_ftfont): Initialize freetype_font_cache.
17540
17541 * xftfont.c (xftfont_open): Make the font name fontconfig's
17542 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
17543 (xftfont_close): Free font->font.name if not NULL.
17544
17545 * xfont.c (xfont_list): If script is specified for a font, return
17546 null_vector.
17547 (xfont_list_family): Declare argument type.
17548
17549 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
17550 name, set LFACE_FONT (lface) to nil.
17551
17552 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
17553 return Qnil.
17554
17555 2008-02-01 Kenichi Handa <handa@m17n.org>
17556
17557 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
17558 (standard_args): Add "-enable-font-backend".
17559
17560 2008-02-01 Kenichi Handa <handa@m17n.org>
17561
17562 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
17563 (struct xftdraw_list, xftdraw_list): Delete them.
17564 (register_xftdraw, check_xftdraw): Delete them.
17565 (xftfont_prepare_face): Don't call register_xftdraw.
17566 (xftfont_done_face): Don't call check_xftdraw.
17567 (xftfont_draw): Get background color only when with_background is
17568 nonzero.
17569
17570 * xfont.c (xfont_encode_char): Fix calculation of char2b.
17571
17572 2008-02-01 Kenichi Handa <handa@m17n.org>
17573
17574 These changes are for the new font handling codes.
17575
17576 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
17577 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
17578 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
17579 (FONTSRC, FONTOBJ): New variables.
17580 (obj): Add $(FONTOBJ).
17581 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
17582 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
17583 @LIBOTF_LIBS@.
17584 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
17585 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
17586
17587 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
17588
17589 * character.h (Vscript_representative_chars): Extern it.
17590
17591 * character.c (Vscript_representative_chars): New variable.
17592 (syms_of_character): Declare it as a Lisp variable.
17593
17594 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
17595 enable_font_backend is nonzero, accept the composition method
17596 COMPOSITION_WITH_GLYPH_STRING.
17597
17598 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
17599 enumeration COMPOSITION_WITH_GLYPH_STRING.
17600
17601 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
17602 members clip_x, clip_y, clip_width, and clip_height.
17603 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
17604
17605 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
17606 --enable-font-backend. Call syms_of_font.
17607
17608 * fns.c (assoc_no_quit): New function.
17609
17610 * fontset.h (FONT_INFO_FROM_FACE): New macro.
17611 (face_for_font, new_fontset_from_font)
17612 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
17613
17614 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
17615 (fontset_font, fontset_ascii, face_for_char)
17616 (make_fontset_for_ascii_face, Ffont_info)
17617 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
17618 is nonzero, use font-backend mechanism.
17619 (find_font_encoding): Make it non-static.
17620 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
17621 New functions.
17622
17623 * frame.h (struct frame): New members resx and resy.
17624 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
17625 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
17626
17627 * frame.c [USE_FONT_BACKEND]: Include "font.h".
17628 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
17629
17630 * lisp.h (assoc_no_quit): Extern it.
17631
17632 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
17633 Through out the file, use FONT_INFO_FROM_FACE instead of
17634 FONT_INFO_FROM_ID, use get_per_char_metric instead of
17635 rif->per_char_metric.
17636 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
17637 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
17638 (get_glyph_face_and_encoding, fill_composite_glyph_string)
17639 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
17640 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
17641 nonzero, use font-backend mechanism.
17642 (get_per_char_metric): New function.
17643
17644 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
17645 (set_lface_from_font_name)
17646 (set_font_frame_param, free_realized_face)
17647 (prepare_face_for_display, clear_face_gcs)
17648 (Finternal_set_font_selection_order, realize_x_face)
17649 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
17650 font-backend mechanism.
17651 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
17652 (load_face_font) [USE_FONT_BACKEND]: Abort.
17653 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
17654 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
17655
17656 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
17657 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
17658 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
17659 nonzero, register all available font drivers. Call
17660 x_default_font_parameter for deciding a font.
17661 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
17662
17663 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
17664 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
17665 (x_set_glyph_string_clipping_exactly)
17666 (x_compute_glyph_string_overhangs)
17667 (x_draw_glyph_string_foreground)
17668 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
17669 (x_free_frame_resources) [USE_FONT_BACKEND]: If
17670 enable_font_backend is nonzero, use font-backend mechanism.
17671 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
17672
17673 2008-02-01 Kenichi Handa <handa@m17n.org>
17674
17675 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
17676 system_eol_type.
17677 (syms_of_coding): Initialize system_eol_type.
17678
17679 * process.c (Fset_process_coding_system): Inherit system's eol
17680 format if necessary.
17681
17682 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17683
17684 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
17685
17686 2008-02-01 Kenichi Handa <handa@m17n.org>
17687
17688 * coding.c (decode_eol): Pay attention to buffer relocation in
17689 del_range_2.
17690 (decode_coding): Call decode_eol before restoring undo_list.
17691
17692 2008-02-01 Kenichi Handa <handa@m17n.org>
17693
17694 * charset.c (Fdefine_charset_internal): Fix setting of
17695 emacs_mule_bytes.
17696
17697 2008-02-01 Kenichi Handa <handa@m17n.org>
17698
17699 * keyboard.c (read_char): Check if C is a character or not before
17700 looking up Vkeyboard_translate_table.
17701
17702 2008-02-01 Kenichi Handa <handa@m17n.org>
17703
17704 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
17705 condition to terminate the loop.
17706
17707 2008-02-01 Kenichi Handa <handa@m17n.org>
17708
17709 * coding.c (produce_composition): Compare charbuf[i] instead of
17710 args[i] against 0.
17711 (Fterminal_coding_system): Use EQ to compare Lisp objects.
17712
17713 2008-02-01 Kenichi Handa <handa@m17n.org>
17714
17715 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
17716 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
17717 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
17718 detect_coding.
17719 (emacs_mule_char): Handle old style (Emacs 20) component character
17720 of a composition.
17721 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
17722 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
17723 composition rule.
17724 (decode_coding_emacs_mule): Handle invalid bytes correctly.
17725
17726 2008-02-01 Kenichi Handa <handa@m17n.org>
17727
17728 * coding.c (encode_coding_ccl): Allocate destination dynamically
17729 when necessary.
17730
17731 2008-02-01 Kenichi Handa <handa@m17n.org>
17732
17733 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
17734 the loop. When quitted, show a proper error message.
17735
17736 2008-02-01 Kenichi Handa <handa@m17n.org>
17737
17738 * xterm.c (x_set_glyph_string_clipping_exactly): Set
17739 src->clip_head and src->clip_tail temporarily instead of src->hl.
17740
17741 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
17742 character sequence.
17743 (Fccl_execute_on_string): Use ASET, not XSET.
17744
17745 2008-02-01 Kenichi Handa <handa@m17n.org>
17746
17747 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
17748
17749 2008-02-01 Kenichi Handa <handa@m17n.org>
17750
17751 * coding.c (decode_coding): Fix the condition of terminating the
17752 decoding loop.
17753
17754 2008-02-01 Kenichi Handa <handa@m17n.org>
17755
17756 * data.c (Faset): On setting a character bigger than 255 in a
17757 unibyte string, signal an error instead of make the string multibyte.
17758
17759 2008-02-01 Kenichi Handa <handa@m17n.org>
17760
17761 * charset.c (map_charset_chars): Fix for ascii-compatible charset
17762 made by a mapping table.
17763
17764 2008-02-01 Kenichi Handa <handa@m17n.org>
17765
17766 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
17767 not.
17768 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
17769 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
17770
17771 * xterm.c (x_draw_composite_glyph_string_foreground): Check
17772 s->face is NULL or not.
17773
17774 2008-02-01 Kenichi Handa <handa@m17n.org>
17775
17776 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
17777 (x_draw_glyph_string): Fix drawing of right_overhang and
17778 left_overhang around/on cursor.
17779
17780 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
17781
17782 2008-02-01 Kenichi Handa <handa@m17n.org>
17783
17784 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
17785
17786 2008-02-01 Kenichi Handa <handa@m17n.org>
17787
17788 * coding.c (Fdefine_coding_system_internal)
17789 (Fdefine_coding_system_alias): Avoid a duplicated element in
17790 Vcoding_system_alist.
17791
17792 2008-02-01 Kenichi Handa <handa@m17n.org>
17793
17794 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
17795
17796 * coding.c (Qcoding_system_define_form): New variable.
17797 (syms_of_coding): Intern and staticpro it.
17798 (Fcoding_system_p): Check Qcoding_system_define_form.
17799 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
17800
17801 * coding.h (CODING_SYSTEM_P): If ID is not available, call
17802 Fcoding_system_p.
17803 (CHECK_CODING_SYSTEM): If ID is not available, call
17804 Fcheck_coding_system.
17805 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
17806 Try also Fcheck_coding_system.
17807
17808 2008-02-01 Kenichi Handa <handa@m17n.org>
17809
17810 * coding.c (code_conversion_restore): GCPRO arg.
17811
17812 2008-02-01 Kenichi Handa <handa@m17n.org>
17813
17814 * character.c (lisp_string_width): Check multibyteness of STRING.
17815
17816 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17817
17818 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
17819 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
17820 (decode_mac_font_name): Use decode_coding_c_string instead of
17821 decode_coding.
17822 (x_load_font): Initialize fontp->fontset to -1. Set
17823 fontp->encoding_type.
17824
17825 2008-02-01 Kenichi Handa <handa@m17n.org>
17826
17827 * search.c (search_buffer): Give up BM search on case-fold-search
17828 if one of a target character has a case-equivalence of different
17829 byte length even if that target charcter is an ASCII.
17830 (simple_search): Fix calculation of byte length of matched text.
17831 (boyer_moore): Fix handling of case-equivalent multibyte characters.
17832
17833 2008-02-01 Kenichi Handa <handa@m17n.org>
17834
17835 * coding.c (decode_coding): Fix handling of invalid bytes.
17836
17837 2008-02-01 Kenichi Handa <handa@m17n.org>
17838
17839 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
17840 Unicode characters.
17841
17842 2008-02-01 Kenichi Handa <handa@m17n.org>
17843
17844 * coding.c (encode_coding_object): If a pre-write-conversion
17845 function makes a new buffer, kill it.
17846
17847 2008-02-01 Kenichi Handa <handa@m17n.org>
17848
17849 * coding.c (QCascii_compatible_p): New variable.
17850 (syms_of_coding): Initialize it.
17851 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
17852 calling string_char.
17853 (record_conversion_result): Add `default:' case.
17854 (coding_charset_list): Delete unused variable `coding_type'.
17855 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
17856 property in the plist of the coding system.
17857 (Fcoding_system_put): Check QCascii_compatible_p.
17858
17859 2008-02-01 Miles Bader <miles@gnu.org>
17860
17861 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
17862 removed calculation of frame `f', as it's now used.
17863
17864 2008-02-01 Kenichi Handa <handa@m17n.org>
17865
17866 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
17867 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
17868 (UNIDATA): New variable.
17869 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
17870 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
17871 $(RUN_TEMACS) unconditionally.
17872
17873 2008-02-01 Kenichi Handa <handa@m17n.org>
17874
17875 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
17876 (admindir): New variable.
17877 ($(lispsource)international/charprop.el): New target.
17878
17879 2008-02-01 Miles Bader <miles@gnu.org>
17880
17881 * character.c (chars-in-region): Remove obsolete function.
17882 (syms_of_character): Remove its initialization.
17883
17884 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
17885
17886 * w32select.c (validate_coding_system)
17887 (setup_windows_coding_system): New functions.
17888 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
17889 setup_windows_coding_system.
17890 (setup_config, Fw32_get_clipboard_data): Use
17891 validate_coding_system.
17892 (Fx_selection_exists): Move call to setup_config to a place
17893 where signals are allowed.
17894
17895 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
17896 (Fcheck_coding_system): Add declarations.
17897
17898 2008-02-01 Kenichi Handa <handa@m17n.org>
17899
17900 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
17901
17902 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17903
17904 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
17905 string as the second argument for x_new_fontset.
17906
17907 2008-02-01 Kenichi Handa <handa@m17n.org>
17908
17909 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
17910 (encode_coding_object): Use safe_call instead of call2.
17911
17912 2008-02-01 Kenichi Handa <handa@m17n.org>
17913
17914 * fontset.c (Fset_fontset_font): Check family element of a given vector.
17915
17916 * Makefile.in (lisp): Include charprop.el.
17917
17918 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17919
17920 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
17921 Not sure if it's unnecessary.
17922
17923 2008-02-01 Steven Tamm <steventamm@mac.com>
17924
17925 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
17926 some possibly unnecessary fontset checking code that crashed
17927 when creating a new frame.
17928
17929 2008-02-01 Kenichi Handa <handa@m17n.org>
17930
17931 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
17932 lookup_face.
17933
17934 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
17935
17936 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
17937
17938 2008-02-01 Kenichi Handa <handa@m17n.org>
17939
17940 * coding.c: Cancel the change done in HEAD on 2008-02-01.
17941 (coding_charset_list): New function.
17942
17943 * coding.h (coding_charset_list): Extern it.
17944
17945 2008-02-01 Kenichi Handa <handa@m17n.org>
17946
17947 * fontset.c (Fset_fontset_font): Call find_font_encoding with
17948 concatenation of family and registry.
17949
17950 2008-02-01 Kenichi Handa <handa@m17n.org>
17951
17952 * character.h (BYTE8_STRING): Fix typo.
17953
17954 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
17955 string to multibyte (sync to HEAD).
17956
17957 * casefiddle.c (casify_region): Handle changes in byte-length
17958 using replace_range_2 (sync to HEAD).
17959
17960 2008-02-01 Andreas Schwab <schwab@suse.de>
17961
17962 * chartab.c (map_char_table): GCPRO table and arg.
17963
17964 2008-02-01 Kenichi Handa <handa@m17n.org>
17965
17966 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
17967 already at limit.
17968
17969 2008-02-01 Kenichi Handa <handa@m17n.org>
17970
17971 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
17972 instead of fast_c_string_match_ignore_case.
17973 (find_font_encoding): Change argument to Lisp_Object. Use
17974 fast_string_match_ignore_case instead of
17975 fast_c_string_match_ignore_case. Change caller.
17976
17977 2008-02-01 Kenichi Handa <handa@m17n.org>
17978
17979 * xdisp.c (get_next_display_element): In unibyte case, decide to
17980 display in octal form by checking a character by
17981 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
17982
17983 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
17984
17985 * character.c (unibyte_has_multibyte_table): New variable.
17986
17987 * character.h (unibyte_has_multibyte_table): Extern it.
17988 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
17989
17990 2008-02-01 Kenichi Handa <handa@m17n.org>
17991
17992 * coding.c (encode_coding_iso_2022): Fix handling of charset
17993 annotation.
17994
17995 2008-02-01 Kenichi Handa <handa@m17n.org>
17996
17997 * coding.c (setup_coding_system): If coding_system is nil, use
17998 Qundecided.
17999 (Fterminal_coding_system): Return nil if terminal coding system is
18000 `undecided'.
18001 (syms_of_coding): Define coding-system `undecided' here. Setup
18002 terminal_coding as `undecided'.
18003
18004 2008-02-01 Kenichi Handa <handa@m17n.org>
18005
18006 * xdisp.c (message_dolog, set_message_1): Call
18007 unibyte_char_to_multibyte with arg type int.
18008
18009 * lread.c (read1): Fix reading of a char-table.
18010
18011 * print.c (print_object): Include sub char-table in circularities
18012 detection.
18013
18014 2008-02-01 Kenichi Handa <handa@m17n.org>
18015
18016 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
18017 Append the found sequences in car of ARGS instead of prepending.
18018
18019 2008-02-01 Kenichi Handa <handa@m17n.org>
18020
18021 * fileio.c (report_file_error): Make a unibyte string from
18022 strerror (errorno).
18023 (Fsubstitute_in_file_name): Fix the arg to
18024 unibyte_char_to_multibyte. It is evaluated twice.
18025
18026 2008-02-01 Kenichi Handa <handa@m17n.org>
18027
18028 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
18029
18030 2008-02-01 Kenichi Handa <handa@m17n.org>
18031
18032 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
18033 BOM is not found.
18034 (detect_coding, detect_coding_system): Optimization for ISO-2022
18035 when no 8-bit data is found.
18036
18037 2008-02-01 Jason Rumney <jasonr@gnu.org>
18038
18039 * w32fns.c (x_to_w32_font): Update to use new coding struct.
18040
18041 2008-02-01 Kenichi Handa <handa@m17n.org>
18042
18043 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
18044 CHARS.
18045
18046 2008-02-01 Steven Tamm <steventamm@mac.com>
18047
18048 * macterm.c (mac_encode_char): Add charset argument and update
18049 to use encoding_type.
18050 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
18051 switch to pure fontset.
18052 (decode_mac_font_name): Temporarily remove decoding.
18053 (x_font_name_to_mac_font_name): Temporarily remove encoding.
18054 (x_load_font): Temporarily remove encoding.
18055
18056 2008-02-01 Kenichi Handa <handa@m17n.org>
18057
18058 * xfaces.c (Fface_font): If frame is not on a window system,
18059 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
18060 refer to face->font.
18061 (split_font_name_into_vector, build_font_name_from_vector)
18062 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
18063 when HAVE_WINDOW_SYSTEM is defined.
18064
18065 2008-02-01 Kenichi Handa <handa@m17n.org>
18066
18067 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
18068 (x_produce_glyphs): Fix setting of members of cmp in case
18069 cmp->glyph_len is zero.
18070
18071 * fontset.c (Fset_fontset_font): Fix docstring.
18072 (Ffontset_info): Make it backward compatible. New arg ALL.
18073
18074 2008-02-01 Kim F. Storm <storm@cua.dk>
18075
18076 * process.c (read_process_output): Grow decoding_buf when needed;
18077 this could cause a crash in allocate_string and compact_small_strings.
18078
18079 2008-02-01 Kenichi Handa <handa@m17n.org>
18080
18081 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
18082
18083 2008-02-01 Kenichi Handa <handa@m17n.org>
18084
18085 * coding.c (setup_coding_system): Set coding->common_flags
18086 correctly for raw-text.
18087 (consume_chars): On encoding unibyte text by raw-text, don't check
18088 multibyte form.
18089 (encode_coding): On encoding by raw-text, never use translation tables.
18090
18091 * fileio.c (e_write): Short cut for the case of no encoding.
18092
18093 2008-02-01 Kenichi Handa <handa@m17n.org>
18094
18095 * coding.c (detect_coding, detect_coding_system): Delete unused
18096 variables.
18097
18098 2008-02-01 Kenichi Handa <handa@m17n.org>
18099
18100 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
18101 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
18102
18103 2008-02-01 Kenichi Handa <handa@m17n.org>
18104
18105 * coding.c (Ffind_coding_systems_region_internal): Include
18106 raw-text and no-conversion in the result.
18107
18108 2008-02-01 Kenichi Handa <handa@m17n.org>
18109
18110 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
18111 (load_font_get_repertory): Delete unnecessary check of ENCODING of
18112 FONT_DEF.
18113 (font_def_arg, add_arg, from_arg, to_arg): New args.
18114 (set_fontset_font): Change argument.
18115 (Fset_fontset_font): Fix for the case that TARGET is a script
18116 name and charset name.
18117 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
18118
18119 2008-02-01 Kenichi Handa <handa@m17n.org>
18120
18121 * fontset.c (fontset_font): Rename from fontset_face. Change return
18122 value.
18123 (face_suitable_for_char_p, face_for_char): Adjust for the change
18124 of fontset_font.
18125 (make_fontset_for_ascii_face): Fix setting of the fontset element
18126 for ASCII.
18127 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
18128 to get a font name.
18129 (Ffontset_info): Adjust for the change of fontset_font.
18130
18131 * coding.c (emacs_mule_char): Check invalid code more rigidly.
18132
18133 * character.h (LEADING_CODE_LATIN_1_MIN)
18134 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
18135
18136 2008-02-01 Kenichi Handa <handa@m17n.org>
18137
18138 * editfns.c (check_translation): New function.
18139 (Ftranslate_region_internal): Handle M:N mapping.
18140
18141 2008-02-01 Kenichi Handa <handa@m17n.org>
18142
18143 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
18144
18145 2008-02-01 Kenichi Handa <handa@m17n.org>
18146
18147 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
18148 goto invalid_code.
18149 (decode_coding_iso_2022): Fix handling of invalid designation.
18150
18151 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
18152 after calling code_conversion_save.
18153
18154 2008-02-01 Kenichi Handa <handa@m17n.org>
18155
18156 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
18157
18158 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
18159
18160 * fontset.c: Include "intervals.h".
18161 (fontset_face): Fix comparing of Lisp_Objects.
18162 (free_face_fontset, new_fontset_from_font_name): Fix
18163 Lisp_Object/int mixup.
18164
18165 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
18166
18167 * coding.c: Add many prototypes for static functions.
18168 (get_translation_table): Allow max_lookup to be NULL.
18169 (decode_coding, Ffind_coding_systems_region_internal)
18170 (Funencodable_char_position, Fcheck_coding_systems_region): Call
18171 get_translation_table with max_lookup NULL.
18172
18173 2008-02-01 Kenichi Handa <handa@m17n.org>
18174
18175 * coding.c (get_translation_table): Declare it as Lisp_Object.
18176 (LOOKUP_TRANSLATION_TABLE): New macro.
18177 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
18178 instead of CHAR_TABLE_REF.
18179
18180 2008-02-01 Kenichi Handa <handa@m17n.org>
18181
18182 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
18183 annotation data format.
18184 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
18185 Change arguments FROM and TO to single argument NCHARS. Change caller.
18186 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
18187 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18188 (decode_coding_ccl, decode_coding_charset): Pay attention to
18189 coding->charbuf_used.
18190 (get_translation): New function.
18191 (produce_chars): New arguments translation_table and last_block.
18192 Translate characters here. Return number of carryover chars.
18193 Change caller.
18194 (produce_composition): New argument pos. Change caller.
18195 Adjust for the change of annotation data format.
18196 (produce_charset, produce_annotation): Likewise.
18197 (decode_coding, encode_coding): Don't call translate_chars.
18198 (consume_chars): New arg translation_table. Change caller.
18199 (translate_chars): Delete.
18200 (syms_of_coding): Make translation-table's number of extra slots 2.
18201
18202 2008-02-01 Kenichi Handa <handa@m17n.org>
18203
18204 * search.c (simple_search): Fix setting this_pos_byte in backward
18205 search.
18206
18207 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
18208 byte sequence.
18209 (detect_coding_ccl): Fix setting of the variable valids.
18210
18211 2008-02-01 Kenichi Handa <handa@m17n.org>
18212
18213 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
18214
18215 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
18216
18217 * editfns.c (Ftranslate_region_internal): Rename from
18218 Ftranslate_region. Accept a char-table in TABLE.
18219 (syms_of_editfns): Defsubr Stranslate_region_internal.
18220
18221 * xfaces.c (set_lface_from_font_name): If a font is specified for
18222 a frame, generate a fontset from the font.
18223 (build_scalable_font_name): If the scalable font is requested for
18224 a specific size, don't change that size.
18225 (try_font_list): Try a scalable font also in the case that a
18226 pattern string is specified.
18227
18228 2008-02-01 Kenichi Handa <handa@m17n.org>
18229
18230 * xfaces.c (Fface_font): New optional arg CHARACTER.
18231
18232 2008-02-01 Kenichi Handa <handa@m17n.org>
18233
18234 * charset.h (CHARSET_OFFSET): New macro.
18235
18236 2008-02-01 Kenichi Handa <handa@m17n.org>
18237
18238 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
18239
18240 * fontset.c (fontset_face): Handle the case that repertory is a
18241 char-table.
18242 (find_font_encoding): Return nil for unknown encoding.
18243 (Fset_fontset_font): Ignore a font of unknown encoding.
18244
18245 2008-02-01 Kenichi Handa <handa@m17n.org>
18246
18247 * keymap.c (describe_vector): Handle default value of a char table.
18248
18249 * fontset.c (fontset_face): Handle fallback fonts correctly.
18250 (Ffontset_info): Return infomation about fallback fonts.
18251
18252 2008-02-01 Kenichi Handa <handa@m17n.org>
18253
18254 * fontset.c (FONTSET_DEFAULT): New macro.
18255 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
18256 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
18257 the case that it is nil.
18258 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
18259 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
18260
18261 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
18262 subset or superset.
18263
18264 2008-02-01 Kenichi Handa <handa@m17n.org>
18265
18266 * emacs.c (main): Call init_charset after syms_of_XXX.
18267
18268 * charset.c (Vcharset_map_directory): Delete.
18269 (Vcharset_map_path): New variable.
18270 (load_charset_map_from_file): Use Vcharset_map_path instead.
18271 (init_charset): Initialize Vcharset_map_path.
18272 (syms_of_charset): Delete declaration of "charset-map-directory",
18273 add declaration of "charset-map-path".
18274
18275 2008-02-01 Kenichi Handa <handa@m17n.org>
18276
18277 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
18278 ASCII only string.
18279
18280 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
18281
18282 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
18283 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
18284
18285 2008-02-01 Kenichi Handa <handa@m17n.org>
18286
18287 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
18288
18289 * coding.c (QCmnemonic, QCdefalut_char)
18290 (QCdecode_translation_table, QCencode_translation_table)
18291 (QCpost_read_conversion, QCpre_write_conversion): New variables.
18292 (get_translation_table): Return a list of translation tables if
18293 necessary.
18294 (decode_coding): Call get_translation_table with ENCODEP 0.
18295 (char_encodable_p): If translation_table is non-nil, always call
18296 translate_char.
18297 (Fdefine_coding_system_internal): Accept list of translation
18298 tables as :encode-translation-table and :decode-translation-table.
18299 (Fcoding_system_put): New function.
18300 (syms_of_coding): Declare new symbols. Defsubr
18301 Scoding_system_put.
18302 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
18303 typically JISX0212.
18304
18305 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
18306 when the charset is superset type.
18307
18308 * character.c (translate_char): Accept list of translation tables.
18309
18310 2008-02-01 Kenichi Handa <handa@m17n.org>
18311
18312 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
18313 (CODING_ATTR_TRANS_TBL): New macro.
18314
18315 * coding.c (get_translation_table): New function.
18316 (translate_chars): Fix the bug of skipping annotation data.
18317 (decode_coding, encode_coding): Utilize get_translation_table.
18318 (char_encodable_p, Funencodable_char_position): Translate char if
18319 necessary.
18320 (Ffind_coding_systems_region_internal)
18321 (Fcheck_coding_systems_region): Setup translation table for encode
18322 in a coding system attribute vector in advance.
18323 (Fdefine_coding_system_internal): Allow a symbol as translation
18324 table. For shift-jis type coding system, allow 4th charset.
18325
18326 2008-02-01 Kenichi Handa <handa@m17n.org>
18327
18328 * coding.c (decode_coding_sjis): Check the first byte rigidly.
18329
18330 * xdisp.c (get_next_display_element): Pass -1 as POS to
18331 FACE_FOR_CHAR if displaying a C-string.
18332
18333 2008-02-01 Kenichi Handa <handa@m17n.org>
18334
18335 * composite.c (get_composition_id): Handle xoff and yoff in a
18336 composition rule.
18337
18338 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
18339 (struct composition): New member lbearing and rbearing.
18340
18341 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
18342 (x_get_glyph_overhangs): Handle a composition glyph.
18343 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
18344
18345 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
18346 composition glyph.
18347
18348 2008-02-01 Kenichi Handa <handa@m17n.org>
18349
18350 * print.c: Include charset.h.
18351 (Vprint_charset_text_property): New variable.
18352 (Qdefault): Extern it.
18353 (PRINT_STRING_NON_CHARSET_FOUND)
18354 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
18355 (print_check_string_result): New variable.
18356 (print_check_string_charset_prop): New function.
18357 (print_prune_charset_plist): New variable.
18358 (print_prune_string_charset): New function.
18359 (print_object): Call print_prune_string_charset if
18360 Vprint_charset_text_property is not t.
18361 (print_interval): Print nothing if interval->plist is nil.
18362 (syms_of_print): Declare Vprint_charset_text_property as a lisp
18363 variable. Init and staticpro print_prune_charset_plist.
18364
18365 2008-02-01 Kenichi Handa <handa@m17n.org>
18366
18367 * fontset.c (new_fontset_from_font_name): Use the specified font
18368 for all characters in the new fontset.
18369
18370 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
18371 OBJECT args.
18372
18373 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
18374 OBJECT args for composition too.
18375
18376 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
18377 OBJECT args.
18378
18379 2008-02-01 Kenichi Handa <handa@m17n.org>
18380
18381 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
18382
18383 * fontset.c (reorder_font_vector): Adjust for the change of
18384 FONT_DEF format.
18385 (fontset_face): New arg id. Change caller.
18386 (face_for_char): New args pos and object.
18387 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
18388 (fs_query_fontset): Check NAME by Fassoc too.
18389 (Fset_fontset_font): Allow non-XLFD font name.
18390 (Ffontset_info): Adjust for the change of FONT_DEF format.
18391
18392 * fontset.h (face_for_char): Adjust prototype.
18393
18394 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
18395 (append_space, extend_face_to_end_of_line)
18396 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
18397 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
18398
18399 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
18400 POS and OBJECT args.
18401
18402 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
18403 POS and OBJECT args.
18404
18405 2008-02-01 Jason Rumney <jasonr@gnu.org>
18406
18407 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
18408 of GlobalAlloc'ed memory.
18409
18410 2008-02-01 Kenichi Handa <handa@m17n.org>
18411
18412 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
18413
18414 * charset.h (charset_table_used): Delete extern.
18415
18416 * charset.c (charset_table_used): Make it static.
18417 (map_charset_chars): Fix args to c_function with.
18418
18419 * chartab.c (map_sub_char_table_for_charset): Fix args to
18420 c_function with.
18421
18422 * coding.h (enum coding_result_code): Delete
18423 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
18424
18425 * coding.c (Qinsufficient_source, Qinconsistent_eol)
18426 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
18427 (Vlast_code_conversion_error): New variables.
18428 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
18429 (ONE_MORE_BYTE): Record error if any instead of signaling an
18430 error. If non-ASCII multibyte char is found, return the negative
18431 value of the code. All callers changed to check it.
18432 (ONE_MORE_BYTE_NO_CHECK): Likewise.
18433 (record_conversion_result): New function. Change all codes setting
18434 coding->result to call this function.
18435 (detect_coding_utf_8, decode_coding_utf_8)
18436 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
18437 Don't use the local variable incomplete.
18438 (emacs_mule_char): Change the second arg to `const'.
18439 (decode_coding): Fix of flushing out unprocessed data.
18440 (make_conversion_work_buffer): Fix making of a work buffer.
18441 (decode_coding_object): Return coding->dst_object.
18442
18443 * fontset.c (set_fontset_font): Fix args.
18444
18445 * lisp.h (CHARACTERBITS): Define as 22.
18446
18447 * process.c (send_process): Be sure to set coding->src_multibyte.
18448
18449 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
18450
18451 2008-02-01 Kenichi Handa <handa@m17n.org>
18452
18453 * xdisp.c (handle_auto_composed_prop): Give limit to
18454 Fnext_single_char_property_change.
18455
18456 2008-02-01 Kenichi Handa <handa@m17n.org>
18457
18458 * composite.c (syms_of_composite): Don't make the composition hash
18459 table weak.
18460
18461 * fontset.c (Fset_fontset_font): Fix docstring.
18462
18463 * lisp.h (detect_coding_system): Adjust prototype.
18464
18465 * fileio.c (kill_workbuf_unwind): Delete this function.
18466 (Finsert_file_contents): Adjust the call of detect_coding_system.
18467 Get conversion_buffer by code_conversion_save. Use the macro
18468 CODING_MAY_REQUIRE_DECODING. After decoding, update
18469 coding_system.
18470
18471 * coding.h (make_conversion_work_buffer): Delete extern.
18472 (code_conversion_save): Extern it.
18473
18474 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
18475 (CODING_GET_INFO): Delete argument eol_type. Change callers.
18476 (decode_coding_utf_8): Don't do eol converion.
18477 (detect_coding_utf_16): Check coding->src_chars, not
18478 coding->src_bytes. Add heuristics for those that have no signature.
18479 (decode_coding_emacs_mule, decode_coding_iso_2022)
18480 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
18481 Don't do eol converion.
18482 (adjust_coding_eol_type): Return a new coding system.
18483 (detect_coding): Don't detect eol. Fix for utf-16 detection.
18484 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
18485 each change.
18486 (decode_coding): Pay attention to undo_list. Do eol conversion for
18487 all types of coding-systems (if necessary).
18488 (Vcode_conversion_work_buf_list): Delete it.
18489 (Vcode_conversion_reused_workbuf): Rename from
18490 Vcode_conversion_reused_work_buf.
18491 (Vcode_conversion_workbuf_name): New variable.
18492 (reused_workbuf_in_use): New variable.
18493 (make_conversion_work_buffer): Delete the arg DEPTH.
18494 (code_conversion_restore): Change argument to cons.
18495 (code_conversion_save): Delete the argument BUFFER. Change callers.
18496 (detect_coding_system): New argument src_chars. Change callers.
18497 Fix for utf-16 detection.
18498 (init_coding_once): Don't use ISO_carriage_return.
18499 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
18500 reused_workbuf_in_use.
18501
18502 2008-02-01 Kenichi Handa <handa@m17n.org>
18503
18504 * keymap.c (store_in_keymap): Pay attention to the case that idx
18505 is a cons specifying a character range.
18506
18507 2008-02-01 Kenichi Handa <handa@m17n.org>
18508
18509 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
18510 HANDLED_RECOMPUTE_PROPS.
18511
18512 * coding.c (Fdefine_coding_system_internal): Fix checking of
18513 ascii compatibility.
18514
18515 2008-02-01 Kenichi Handa <handa@m17n.org>
18516
18517 * charset.c (find_charsets_in_text): Delete unused locale variable.
18518 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
18519
18520 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
18521 Resync charset_list to Vemacs_mule_charset_list.
18522
18523 * keymap.c (store_in_keymap): Pay attention to the case that idx
18524 is a cons specifying a character range.
18525
18526 2008-02-01 Kenichi Handa <handa@m17n.org>
18527
18528 * composite.c (update_compositions): Bind inhibit-read-only, etc
18529 to t before calling remove-list-of-text-properties.
18530
18531 * print.c (print_object): Always print ASCII chars as is.
18532
18533 2008-02-01 Kenichi Handa <handa@m17n.org>
18534
18535 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
18536
18537 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
18538 is a char table.
18539
18540 2008-02-01 Kenichi Handa <handa@m17n.org>
18541
18542 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
18543
18544 2008-02-01 Kenichi Handa <handa@m17n.org>
18545
18546 * xfaces.c (set_lface_from_font_name): Fix for the case that
18547 FONTNAME is not fontset name.
18548
18549 2008-02-01 Kenichi Handa <handa@m17n.org>
18550
18551 * fns.c (base64_encode_1): Fix previous change.
18552
18553 2008-02-01 Kenichi Handa <handa@m17n.org>
18554
18555 * fontset.c (set_fontset_font): New function.
18556 (Fset_fontset_font): If a font is specified for a charset, use
18557 map_charset_chars to store the font spec in a fontset.
18558
18559 2008-02-01 Kenichi Handa <handa@m17n.org>
18560
18561 * fontset.c (fontset_face): Create a fallback fontset on demand.
18562 (make_fontset): Don't create a fallback fontset here.
18563 (free_face_fontset): Free a fallback fontset (if any) too.
18564 (n_auto_fontsets): Delete this variable.
18565 (auto_fontset_alist): New variable.
18566 (new_fontset_from_font_name): Check auto_fontset_alist.
18567 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
18568 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
18569 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
18570 Defsubr Sfontset_list_all.
18571
18572 2008-02-01 Kenichi Handa <handa@m17n.org>
18573
18574 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
18575
18576 2008-02-01 Kenichi Handa <handa@m17n.org>
18577
18578 * fontset.c (Fnew_fontset): Check NAME more rigidly.
18579
18580 2008-02-01 Kenichi Handa <handa@m17n.org>
18581
18582 * editfns.c (Fgoto_char): Fix docstring.
18583
18584 2008-02-01 Kenichi Handa <handa@m17n.org>
18585
18586 * insdel.c (insert_from_gap): Adjust intervals correctly.
18587
18588 2008-02-01 Jason Rumney <jasonr@gnu.org>
18589
18590 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
18591 (pfnGetFontUnicodeRanges): New dynamically loaded function.
18592 (w32_initialize): Try to load it.
18593 (x_get_font_repertory): Use it if available.
18594 (w32_encode_char): Add shortcut for unicode output.
18595
18596 * w32fns.c (w32_load_system_font): Default charset to -1.
18597 (x_to_w32_charset): Match all fonts for unicode.
18598 (w32_to_x_charset): New parameter matching. Don't return partial
18599 or wildcard charsets.
18600 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
18601 (w32_codepage_for_font): Return CP_UNICODE for unicode.
18602 (w32_to_x_font): Match charset to real charset.
18603 (enum_font_cb2): Always list unicode versions.
18604
18605 * makefile.w32-in (temacs): Increase EMHEAP.
18606
18607 2008-02-01 Jason Rumney <jasonr@gnu.org>
18608
18609 * w32term.c (w32_encode_char): New charset parameter.
18610 font_info.encoding becomes encoding_type.
18611 (x_get_font_repertory): New function. Warning: stub only!
18612 (x_new_font): Return quickly if font already set.
18613 (x_new_fontset): fontsetname parameter is Lisp_Object.
18614 Use new fs_query_fontset. Try new_fontset_from_font_name.
18615 Use fontset_name for return value.
18616
18617 * w32term.h: Declare x_get_font_repertory.
18618
18619 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
18620 place of find_charset_in_text. Use encode_coding_object in place
18621 of encode_coding.
18622 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
18623 decode_coding.
18624
18625 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
18626 of x_new_fontset.
18627 (w32_load_system_font): Initialize charset as unicode.
18628 font_info.encoding becomes encoding_type.
18629 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
18630 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
18631 (syms_of_w32fns): Set get_font_repertory_func.
18632
18633 * w32console.c: Include character.h. Use terminal_encode_buffer
18634 from term.c.
18635 (write_glyphs): Use new version of encode_terminal_code. Use
18636 encode_coding_object in place of encode_coding.
18637
18638 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
18639 encoding becomes encoding_type.
18640
18641 * term.c (terminal_encode_buffer): Make externally visible.
18642
18643 * makefile.w32-in: Add character.h dependancies.
18644 (character.o, chartab.o): New targets.
18645
18646 2008-02-01 Kenichi Handa <handa@m17n.org>
18647
18648 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
18649 CODING_ID_EOL_TYPE.
18650
18651 2008-02-01 Andreas Schwab <schwab@suse.de>
18652
18653 * coding.c (produce_chars): Revert last change.
18654
18655 2008-02-01 Kenichi Handa <handa@m17n.org>
18656
18657 * charset.h (charset_unicode): Extern it.
18658
18659 * charset.c (string_xstring_p): Check by (C >= 0x100).
18660 (find_charsets_in_text): Change format of the arc CHARSETS. New
18661 arg MULTIBYTE.
18662 (Ffind_charset_region, Ffind_charset_string): Adjust for the
18663 change of find_charsets_in_text.
18664 (Fsplit_char): Fix doc. Never return unknown.
18665
18666 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
18667
18668 * coding.c (Fdefine_coding_system_alias): Update
18669 Vcoding_system_list.
18670
18671 * fontset.c (load_font_get_repertory): Pay attention to the case
18672 that ENCODING of a font is specified by a char-table.
18673
18674 * xterm.c (x_get_font_repertory): Handle the case that the
18675 encoding of font is other than Unicode.
18676
18677 2008-02-01 Kenichi Handa <handa@m17n.org>
18678
18679 * term.c (encode_terminal_code): Don't handle glyph-table. Check
18680 if a character is encodable by the terminal coding system. If
18681 not, produces proper number of `?'s. Update
18682 terminal_encode_buffer and terminal_encode_buf_size if necessary.
18683 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
18684
18685 2008-02-01 Kenichi Handa <handa@m17n.org>
18686
18687 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
18688 variables.
18689 (encode_terminal_code): Change argument. Encode multiple
18690 characters at once. Store the result of encoding in
18691 terminal_encode_buffer.
18692 (write_glyphs, insert_glyphs): Adjust for the change of
18693 encode_terminal_code.
18694 (term_init): Initialize terminal_encode_buffer and
18695 terminal_encode_buf_size.
18696
18697 * coding.c (consume_chars): If coding->src_object is nil, don't
18698 check annotation.
18699
18700 2008-02-01 Kenichi Handa <handa@m17n.org>
18701
18702 * character.c (char_string): Use ASCII_CHAR_P instead of
18703 SINGLE_BYTE_CHAR_P.
18704
18705 2008-02-01 Kenichi Handa <handa@m17n.org>
18706
18707 * xdisp.c (handle_auto_composed_prop): Check if the last
18708 characters of auto-composed region is newly composed with the
18709 following characters.
18710 (handle_composition_prop): Fix checking of point being inside
18711 composition.
18712
18713 2008-02-01 Kenichi Handa <handa@m17n.org>
18714
18715 * fns.c (concat): Don't change multibyteness of the result by
18716 concatenating an 8-bit character.
18717
18718 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
18719 multibyteness of the result when newelt is an 8-bit character.
18720
18721 2008-02-01 Dave Love <fx@gnu.org>
18722
18723 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
18724 EMACS_INT.
18725
18726 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
18727
18728 * xfaces.c (face_numeric_value): Declare dim size_t.
18729 (Finternal_lisp_face_equal_p): Remove unused f.
18730
18731 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
18732 (MATRIX_ROW): Remove unused vars.
18733 (draw_glyphs, x_insert_glyphs, fast_find_position)
18734 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
18735 byte/char counts.
18736
18737 * regex.c (regex_compile): Remove unused var.
18738
18739 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
18740
18741 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
18742 (Faccessible_keymaps, where_is_internal): Remove unused vars.
18743
18744 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
18745
18746 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
18747
18748 * fileio.c (Fwrite_region): Remove unused var.
18749
18750 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
18751 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
18752
18753 * composite.c (Fremove_list_of_text_properties): Declare.
18754
18755 * coding.c (inhibit_pre_post_conversion): Remove (unused).
18756 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
18757 (coding_inherit_eol_type): Remove unused attrs.
18758 (detect_coding): Cast arg of detect_eol.
18759
18760 * charset.c (syms_of_charset): Remove unused var p.
18761 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
18762 byte/char counts.
18763
18764 * casetab.c (set_case_table): Remove unused var.
18765
18766 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
18767 unused vars.
18768
18769 2008-02-01 Dave Love <fx@gnu.org>
18770
18771 * xterm.c (x_bitmap_mask): Declare.
18772
18773 2008-02-01 Dave Love <fx@gnu.org>
18774
18775 * xterm.c (x_term_init): Fix type error.
18776
18777 * lisp.h: Add Funibyte_char_to_multibyte.
18778
18779 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
18780 (Fset_coding_system_priority): Doc fix.
18781
18782 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
18783
18784 * indent.c (check_composition): Make start and end EMACS_INT.
18785
18786 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
18787
18788 * xdisp.c (handle_composition_prop, check_point_in_composition):
18789 Make buffer positions EMACS_INT.
18790
18791 * composite.c (find_composition, run_composition_function)
18792 (update_compositions, Ffind_composition_internal): Make buffer
18793 positions EMACS_INT.
18794
18795 * composite.h (find_composition, update_compositions): Make
18796 position args EMACS_INT.
18797
18798 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
18799
18800 * intervals.c (get_property_and_range):
18801 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
18802
18803 * unexalpha.c: Don't include varargs.h.
18804
18805 2008-02-01 Dave Love <fx@gnu.org>
18806
18807 * coding.h (ENCODE_UTF_8): New.
18808
18809 * Makefile.in (gtkutil.o): Depend on coding.h.
18810
18811 * coding.c (Fset_coding_system_priority): Doc fix.
18812
18813 2008-02-01 Kenichi Handa <handa@m17n.org>
18814
18815 * fileio.c (Finsert_file_contents): Call setup_coding_system in
18816 the case of auto saving.
18817
18818 2008-02-01 Andreas Schwab <schwab@suse.de>
18819
18820 * chartab.c (map_char_table, map_char_table_for_charset): Protect
18821 `range' from GC.
18822
18823 2008-02-01 Kenichi Handa <handa@m17n.org>
18824
18825 * coding.c (decode_coding_sjis): Check bytes more rigidly.
18826
18827 2008-02-01 Kenichi Handa <handa@m17n.org>
18828
18829 * fileio.c (choose_write_coding_system): Return a decided coding system.
18830 (Fwrite_region): Set Vlast_coding_system_used to the return value
18831 of choose_write_coding_system.
18832
18833 2008-02-01 Kenichi Handa <handa@m17n.org>
18834
18835 * charset.c (Fset_charset_priority): Pay attention to duplicated
18836 arguments.
18837
18838 * coding.c (QCcategory): New variable.
18839 (syms_of_coding): Defsym it. Set all elements of
18840 Vcoding_category_table and their symbol values.
18841 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
18842 coding-category-XXX, and coding-category-list.
18843 (Fdefine_coding_system_internal): Add category in the plist.
18844
18845 2008-02-01 Kenichi Handa <handa@m17n.org>
18846
18847 * callproc.c (Fcall_process): Handle carryover correctly.
18848
18849 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
18850 (raw_text_coding_system): Check NILP (coding_system).
18851 (coding_inherit_eol_type): Check NILP (coding_system) and
18852 NILP (parent).
18853 (consume_chars): Fix for the case of raw-text.
18854
18855 * process.c (read_process_output): Handle carryover correctly.
18856
18857 2008-02-01 Dave Love <fx@gnu.org>
18858
18859 * regex.c (re_search_2): Fix last change.
18860
18861 2008-02-01 Kenichi Handa <handa@m17n.org>
18862
18863 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
18864 target_multibyte. Even in a unibyte case, return a converted
18865 multibyte char.
18866 (GET_CHAR_AFTER): New macro.
18867 (PATFETCH): Translate via multibyte char.
18868 (HANDLE_UNIBYTE_RANGE): Delete this macro.
18869 (SETUP_MULTIBYTE_RANGE): New macro.
18870 (regex_compile): Setup compiled code so that its multibyteness
18871 matches that of a target. Fix the handling of "[X-YZ]" using
18872 SETUP_MULTIBYTE_RANGE.
18873 (analyse_first) <charset>: For filling fastmap for all multibyte
18874 characters, don't check by BASE_LEADING_CODE_P.
18875 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
18876 the same as RE_MULTIBYTE_P (bufp) now.
18877 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
18878 (TARGET_CHAR_AND_LENGTH): Delete this macro.
18879 (TRANSLATE_VIA_MULTIBYTE): New macro.
18880 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
18881 It is the same as RE_MULTIBYTE_P (bufp) now.
18882 <exactn>: Translate via multibyte.
18883 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
18884 translate it.
18885 <charset, charset_not>: Fetch a character by
18886 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
18887 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
18888 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
18889 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
18890 by GET_CHAR_AFTER.
18891 (bcmp_translate): Likewise.
18892
18893 * search.c (compile_pattern): Check the member target_multibyte,
18894 not the member multibyte of buf.
18895
18896 * lread.c (read1): While reading a string, set force_singlebyte
18897 and force_multibyte correctly.
18898
18899 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
18900 up of unibyte_to_multibyte_table.
18901
18902 2008-02-01 Kenichi Handa <handa@m17n.org>
18903
18904 * coding.c (setup_coding_system): If coding has
18905 post-read-conversion or pre-write-conversion, set
18906 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
18907 respectively.
18908 (decode_coding_gap): Run post-read-conversion if any.
18909
18910 * fileio.c (Finsert_file_contents): Even if we read into a
18911 unibyte buffer, check if we must decode the result or not.
18912
18913 2008-02-01 Kenichi Handa <handa@m17n.org>
18914
18915 * coding.c (make_conversion_work_buffer): Change the work buffer
18916 name to the same one as that of Emacs 21.
18917
18918 2008-02-01 Kenichi Handa <handa@m17n.org>
18919
18920 * coding.h (make_conversion_work_buffer): Adjust prototype.
18921 (code_conversion_restore): Don't extern it.
18922
18923 * coding.c (detected_mask): Delete unused variable.
18924 (decode_coding_iso_2022): Pay attention to the byte sequence of
18925 CTEXT extended segment, and retain those bytes as is.
18926 (decode_coding_ccl): Delete unused variable `valids'.
18927 (setup_coding_system): Delete unused variable `category'.
18928 (consume_chars): Delete unused variable `category'. Make it work
18929 for non-multibyte case.
18930 (make_conversion_work_buffer): Change argument.
18931 (saved_coding): Delete unused variable.
18932 (code_conversion_restore): Don't check saved_coding->destination.
18933 (code_conversion_save): New function.
18934 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
18935 instead of record_unwind_protect.
18936 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
18937 (detect_coding_system): Delete unused variable `mask'.
18938 (Fdefine_coding_system_internal): Delete unused variable id.
18939
18940 * fileio.c (kill_workbuf_unwind): New function.
18941 (Finsert_file_contents): On replacing, call
18942 make_conversion_work_buffer with correct args, and call
18943 record_unwind_protect with the first arg kill_workbuf_unwind.
18944
18945 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
18946
18947 2008-02-01 Kenichi Handa <handa@m17n.org>
18948
18949 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
18950 (fontset_add): Fix for the case that TO is less than TO1.
18951 (Ffontset_info): Don't use fallback fontset on checking the
18952 default fontset.
18953 (dump_fontset): New function for debugging.
18954
18955 * coding.c (Fdefine_coding_system_internal): Fix for the case that
18956 coding_type is Qcharset.
18957
18958 2008-02-01 Kenichi Handa <handa@m17n.org>
18959
18960 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
18961 (map_char_table): Don't inherit the value from the parent on
18962 initializing VAL. Adjust for the above change.
18963
18964 2008-02-01 Kenichi Handa <handa@m17n.org>
18965
18966 * coding.c (Qsignature, Qendian): Delete these variables.
18967 (syms_of_coding): Don't initialize them.
18968 (CATEGORY_MASK_UTF_16_AUTO): New macro.
18969 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
18970 detect_info->found.
18971 (decode_coding_utf_16): Don't detect BOM here.
18972 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
18973 is NOT utf_16_without_bom.
18974 (setup_coding_system): For a coding system of type utf-16, check
18975 if the attribute :endian is Qbig or not (not nil or not), and set
18976 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
18977 (detect_coding): If coding type is utf-16 and BOM detection is
18978 required, detect it.
18979 (Fdefine_coding_system_internal): For a coding system of type
18980 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
18981
18982 2008-02-01 Kenichi Handa <handa@m17n.org>
18983
18984 * coding.c (coding_set_source): Fix for the case that the current
18985 buffer is different from coding->src_object.
18986 (decode_coding_object): Don't use the conversion work buffer if
18987 DST_OBJECT is a buffer.
18988
18989 2008-02-01 Dave Love <fx@gnu.org>
18990
18991 * lread.c (read_emacs_mule_char) [len==2]: Index
18992 emacs_mule_charset correctly.
18993
18994 2008-02-01 Dave Love <fx@gnu.org>
18995
18996 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
18997 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
18998 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
18999 treated specially.)
19000 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
19001 (detected_mask): Remove Big5 bits.
19002
19003 2008-02-01 Kenichi Handa <handa@m17n.org>
19004
19005 The following changes are to make the font rescaling facility
19006 compatible with Emacs 21.
19007
19008 * xfaces.c (Vface_font_rescale_alist): Rename from
19009 Vface_resizing_fonts.
19010 (struct font_name): Rename member resizing_ratio to rescale_ratio.
19011 (font_rescale_ratio): Rename from font_resizing_ratio.
19012 (split_font_name): Set font->rescale_ratio.
19013 (better_font_p): Pay attention to font->rescale_ratio.
19014 (build_scalable_font_name): Likewise. Change RESX, and RESY
19015 fields.
19016 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
19017
19018 2008-02-01 Kenichi Handa <handa@m17n.org>
19019
19020 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
19021 (Qutf_16_le): Remove these variables.
19022 (syms_of_coding): Don't DEFSYM them.
19023 (decode_coding_utf_16): Fix handling of BOM.
19024 (encode_coding_utf_16): Fix handling of BOM.
19025
19026 2008-02-01 Kenichi Handa <handa@m17n.org>
19027
19028 * fileio.c (Finsert_file_contents): On replacing, before decoding
19029 the file into the work buffer, set point of the work buffer to the end.
19030
19031 2008-02-01 Dave Love <fx@gnu.org>
19032
19033 * coding.c (Fcheck_coding_systems_region): Fix type errors.
19034
19035 2008-02-01 Dave Love <fx@gnu.org>
19036
19037 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
19038 and fix C types.
19039
19040 2008-02-01 Kenichi Handa <handa@m17n.org>
19041
19042 * xdisp.c (SKIP_GLYPHS): New macro.
19043 (set_cursor_from_row): Pay attention to string display properties.
19044
19045 * category.c (copy_category_entry): Fix for the case that RANGE
19046 is an integer.
19047
19048 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
19049
19050 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
19051
19052 2008-02-01 Kenichi Handa <handa@m17n.org>
19053
19054 * charset.c (Fcharset_id_internal): New function.
19055 (syms_of_charset): Defsubr it.
19056
19057 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
19058 with the last arg charset_list acquired from coding.
19059 (Fdefine_coding_system_internal): For ccl-based coding system, fix
19060 the attribute coding_attr_ccl_valids.
19061
19062 * coding.h (enum define_coding_ccl_arg_index): Set the first
19063 member coding_arg_ccl_decoder to coding_arg_max.
19064
19065 * ccl.h (ccl_driver): Adjust prototype.
19066
19067 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
19068 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
19069 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
19070 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
19071 last arg Qnil.
19072
19073 2008-02-01 Kenichi Handa <handa@m17n.org>
19074
19075 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
19076 call encode_char.
19077
19078 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
19079
19080 2008-02-01 Dave Love <fx@gnu.org>
19081
19082 * composite.c (syms_of_composite): Make composition_hash_table weak.
19083
19084 2008-02-01 Kenichi Handa <handa@m17n.org>
19085
19086 * dispextern.h (check_face_attributes, generate_ascii_font_name)
19087 (font_name_registry): Don't extern them.
19088 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
19089
19090 * fontset.h (Qfontset): Don't extern it.
19091 (new_fontset_from_font_name): Extern it.
19092
19093 * fontset.c: Give 8 extra slots to fontset objects.
19094 (Qfontset_info): New variable.
19095 (syms_of_fontset): Defsym it.
19096 (FONTSET_FALLBACK): New macro.
19097 (fontset_face): Try also the default fontset.
19098 (make_fontset): Realize a fallback fontset from the default fontset.
19099 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
19100 using split_font_name_into_vector and build_font_name_from_vector.
19101 (Fset_fontset_font): Access the elements of font_spec by enum
19102 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
19103 name by using split_font_name_into_vector.
19104 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
19105 generate a proper font name from the fontset name. Update
19106 Vfontset_alias_alist.
19107 (n_auto_fontsets): New variable.
19108 (new_fontset_from_font_name): New function.
19109 (Ffont_info): Store the information about fonts generated from the
19110 default fontset in the first extra slot of the returned char-table.
19111
19112 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
19113 (font_name_registry): Delete function.
19114 (split_font_name_into_vector): New function.
19115 (build_font_name_from_vector): New function.
19116 (font_list): The argument REGISTRY is now a list of registry names.
19117 (choose_face_font): If we are choosing an ASCII font, and ATTRS
19118 specifies an explicit font name, return the name as is. Make a
19119 list of registy names.
19120
19121 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
19122 of x_new_fontset.
19123 (Fx_create_frame): Don't call x_new_fontset here. Just use
19124 x_list_fonts to check the existence of fonts.
19125
19126 * xterm.h (x_new_fontset): Adjust prototype.
19127
19128 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
19129 string. Use new_fontset_from_font_name to create a fontset from a
19130 font name.
19131
19132 2008-02-01 Kenichi Handa <handa@m17n.org>
19133
19134 * syntax.c (Vfind_word_boundary_function_table): New name for
19135 Vnext_word_boundary_function_table.
19136 (find-word-boundary-function-table): New name for
19137 next-word-boundary-function-table.
19138
19139 2008-02-01 Dave Love <fx@gnu.org>
19140
19141 * Makefile.in: Fix some dependencies.
19142
19143 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
19144 set it to nil before returning.
19145
19146 * composite.c (update_compositions): Fix type error.
19147
19148 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
19149
19150 2008-02-01 Kenichi Handa <handa@m17n.org>
19151
19152 * xterm.c (x_new_font): Optimize for the case that the font is
19153 already set for the frame.
19154
19155 2008-02-01 Kenichi Handa <handa@m17n.org>
19156
19157 * chartab.c (char_table_ascii): Check if the char table contents
19158 is sub-char-table or not.
19159 (char_table_set, char_table_set_range): Fix argument to
19160 char_table_ascii.
19161
19162 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
19163 (detect_coding_utf_8, detect_coding_utf_16)
19164 (detect_coding_emacs_mule, detect_coding_iso_2022)
19165 (detect_coding_sjis, detect_coding_big5)
19166 (detect_coding_ccl, detect_coding_charset): Change argument MASK
19167 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
19168 sequence is valid in this coding system. Change callers.
19169 (MAX_ANNOTATION_LENGTH): New macro.
19170 (ADD_ANNOTATION_DATA): New macro.
19171 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
19172 ADD_ANNOTATION_DATA. Change the format of annotation data.
19173 (ADD_CHARSET_DATA): New macro.
19174 (emacs_mule_char): New argument ID. Change callers.
19175 (decode_coding_emacs_mule, decode_coding_iso_2022)
19176 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
19177 Produce charset annotation data in coding->charbuf.
19178 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
19179 to charset annotation data in coding->charbuf.
19180 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
19181 coding->common_flags if the coding system is iso-2022 based and
19182 uses designation.
19183 (produce_composition): Adjust for the new annotation data format.
19184 (produce_charset): New function.
19185 (produce_annotation): Handle charset annotation.
19186 (handle_composition_annotation, handle_charset_annotation): New
19187 functions.
19188 (consume_chars): Handle charset annotation. Utilize the above two
19189 functions.
19190 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
19191 buffer, get the deleted text as a string and set
19192 coding->src_object to that string.
19193 (detect_coding, detect_coding_system): Use the new struct
19194 coding_detection_info.
19195
19196 * coding.h (struct coding_detection_info): New structure.
19197 (struct coding_system): Adjust prototype of the member `detector'.
19198 (CODING_ANNOTATE_CHARSET_MASK): New macro.
19199
19200 2008-02-01 Kenichi Handa <handa@m17n.org>
19201
19202 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
19203
19204 2008-02-01 Dave Love <fx@gnu.org>
19205
19206 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
19207 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
19208 to new local and nullify apropos_accumulate before returning.
19209 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
19210
19211 2008-02-01 Kenichi Handa <handa@m17n.org>
19212
19213 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
19214 correctly.
19215
19216 2008-02-01 Dave Love <fx@gnu.org>
19217
19218 * fns.c (Flanginfo): Call synchronize_system_time_locale.
19219
19220 2008-02-01 Kenichi Handa <handa@m17n.org>
19221
19222 The following changes are to make character composition happen
19223 automatically on displaying.
19224
19225 * Makefile.in (lisp, shortlisp): Add composite.elc.
19226
19227 * composite.h (Qauto_composed, Vauto_composition_function)
19228 (Qauto_composition_function): Extern them.
19229
19230 * composite.c (Vcomposition_function_table)
19231 (Qcomposition_function_table): Delete variables.
19232 (Qauto_composed, Vauto_composition_function)
19233 (Qauto_composition_function): New variables.
19234 (run_composition_function): Don't call
19235 compose-chars-after-function.
19236 (update_compositions): Clear `auto-composed' text property.
19237 (compose_chars_in_text): Delete this function.
19238 (syms_of_composite): Staticpro Qauto_composed and
19239 Qauto_composition_function. Declare Vauto_composition_function as
19240 a Lisp variable.
19241
19242 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
19243
19244 * xdisp.c (it_props): Add an entry for Qauto_composed.
19245 (handle_auto_composed_prop): New function.
19246
19247 * xselect.c (selection_data_to_lisp_data): Don't call
19248 compose_chars_in_text.
19249
19250 2008-02-01 Dave Love <fx@gnu.org>
19251
19252 * keyboard.c (read_char): Modify checking around use of
19253 Vkeyboard_translate_table.
19254
19255 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
19256 and fix C types.
19257
19258 2008-02-01 Kenichi Handa <handa@m17n.org>
19259
19260 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
19261 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
19262 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
19263 the case that the last byte is '\r' correctly.
19264 (decode_coding): Flush out the unprocessed data correctly.
19265 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
19266
19267 2008-02-01 Dave Love <fx@gnu.org>
19268
19269 * xterm.c (XTread_socket): Fix changes for defined keysyms.
19270 Add XK_ISO... case.
19271 (xaw_scroll_callback): Revert last change.
19272
19273 2008-02-01 Kenichi Handa <handa@m17n.org>
19274
19275 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
19276
19277 2008-02-01 Kenichi Handa <handa@m17n.org>
19278
19279 * xfaces.c (Vface_resizing_fonts): New variable.
19280 (struct font_name): New member `resizing_ratio'.
19281 (font_resizing_ratio): New function.
19282 (split_font_name): Set font->resizing_ratio.
19283 (better_font_p): Pay attention to font->resizing_ratio.
19284 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
19285 RESX, and RESY fields.
19286 (try_alternative_families): Try scalable fonts if
19287 Vscalable_fonts_allowed is not Qt.
19288 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
19289
19290 2008-02-01 Dave Love <fx@gnu.org>
19291
19292 * xterm.c (xaw_scroll_callback): Cast correctly.
19293
19294 2008-02-01 Dave Love <fx@gnu.org>
19295
19296 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
19297 (lispy_kana_keys): Comment out.
19298 (make_lispy_event) [XK_kana_A]: Comment out.
19299
19300 * xterm.c (xaw_scroll_callback): Cast call_data.
19301 (XTread_socket): Deal with ASCII keysyms.
19302 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
19303
19304 2008-02-01 Dave Love <fx@gnu.org>
19305
19306 * xterm.c (Vx_keysym_table): New.
19307 (syms_of_xterm): Initialize it.
19308 (XTread_socket): Use it.
19309 From head: Eliminate incorrect optimization that tried to avoid
19310 decoding the output of X*LookupString.
19311 (x_get_font_repertory): Delete charset declaration.
19312
19313 2008-02-01 Kenichi Handa <handa@m17n.org>
19314
19315 * coding.c (detect_coding_charset): If only ASCII bytes are found,
19316 return 0.
19317 (Fdefine_coding_system_internal): Setup
19318 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
19319
19320 2008-02-01 Dave Love <fx@gnu.org>
19321
19322 * coding.c (Fcheck_coding_system): Doc fix.
19323
19324 * editfns.c (Finsert_byte): Return a proper value.
19325
19326 2008-02-01 Kenichi Handa <handa@m17n.org>
19327
19328 * coding.c (decode_coding): Fix args to translate_chars. Pay
19329 attention to Vstandard_translation_table_for_decode.
19330 (encode_coding): Fix args to translate_chars. Pay attention to
19331 Vstandard_translation_table_for_encode.
19332
19333 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
19334 SINGLE_BYTE_CHAR_P.
19335
19336 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
19337 not by SINGLE_BYTE_CHAR_P.
19338
19339 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
19340 SINGLE_BYTE_CHAR_P.
19341
19342 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
19343 SINGLE_BYTE_CHAR_P.
19344
19345 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
19346 by SINGLE_BYTE_CHAR_P.
19347
19348 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
19349 SINGLE_BYTE_CHAR_P.
19350
19351 2008-02-01 Dave Love <fx@gnu.org>
19352
19353 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
19354
19355 2008-02-01 Dave Love <fx@gnu.org>
19356
19357 * fns.c (Flanginfo): Fix typo.
19358
19359 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
19360
19361 2008-02-01 Kenichi Handa <handa@m17n.org>
19362
19363 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
19364 (detect_coding_emacs_mule, detect_coding_iso_2022)
19365 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
19366 incomplete byte sequence. Don't update *mask when correctly detected.
19367 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
19368 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
19369 (detect_coding, detect_coding_system): Adjust for the changes above.
19370
19371 2008-02-01 Kenichi Handa <handa@m17n.org>
19372
19373 * character.c (char_string): Rename from
19374 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
19375 (string_char): Rename from string_char.
19376
19377 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
19378 if C is greater than MAX_3_BYTE_CHAR.
19379 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
19380 string_char instead of string_char_with_unification.
19381
19382 2008-02-01 Dave Love <fx@gnu.org>
19383
19384 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
19385
19386 2008-02-01 Kenichi Handa <handa@m17n.org>
19387
19388 * keymap.c (push_key_description): Pay attention to force_multibyte.
19389
19390 * regex.c (re_search_2): Fix for the case of unibyte buffer.
19391
19392 2008-02-01 Dave Love <fx@gnu.org>
19393
19394 * charset.c (define_charset_internal): Rename `supprementary'.
19395
19396 * Makefile.in (lisp, shortlisp): Remove latin-N.
19397
19398 2008-02-01 Dave Love <fx@gnu.org>
19399
19400 * xfns.c (x_window, x_window): Use use_xim.
19401
19402 * xterm.c (use_xim): Initialize.
19403 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
19404 (x_term_init): Maybe set use_xim.
19405
19406 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
19407
19408 2008-02-01 Kenichi Handa <handa@m17n.org>
19409
19410 * search.c (search_buffer): Fix case-fold-search of multibyte
19411 characters.
19412 (boyer_moore): Rename the last argument to char_high_bits.
19413
19414 2008-02-01 Kenichi Handa <handa@m17n.org>
19415
19416 * xdisp.c (display_string): Fix for the case of zero width glyph.
19417
19418 * xfns.c (x_set_font): Change the error message of the case that
19419 x_new_fontset returns Qt.
19420
19421 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
19422 (Finternal_set_lisp_face_attribute): Use signal_error for the
19423 error of invalid fontset.
19424
19425 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
19426 fontset, return Qt.
19427
19428 2008-02-01 Dave Love <fx@gnu.org>
19429
19430 * unexelf.c (unexec): Make .got handling not SGI-specific.
19431
19432 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
19433
19434 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
19435
19436 * keyboard.c (read_key_sequence): Fix type error.
19437
19438 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
19439 type error.
19440
19441 * fontset.c (fontset_add): Return Lisp_Object.
19442
19443 2008-02-01 Dave Love <fx@gnu.org>
19444
19445 * charset.h (charset_ordered_list_tick): Declare extern.
19446
19447 2008-02-01 Kenichi Handa <handa@m17n.org>
19448
19449 The following changes (and some of 2008-02-01 changes of mine) are
19450 for handling syntax, category, and case conversion for unibyte
19451 characters by converting them to multibyte on the fly. With these
19452 changes, we don't have to setup syntax and case tables for unibyte
19453 characters in each language environment.
19454
19455 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
19456 multibyte if necessary.
19457
19458 * bytecode.c (Fbyte_code): Likewise.
19459
19460 * character.h (LEADING_CODE_LATIN_1_MIN)
19461 (LEADING_CODE_LATIN_1_MAX): New macros.
19462 (unibyte_to_multibyte_table): Extern it.
19463 (unibyte_char_to_multibyte): New macro.
19464 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
19465 (CHAR_LEADING_CODE): New macro.
19466 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
19467
19468 * character.c (unibyte_to_multibyte_table): New variable.
19469 (unibyte_char_to_multibyte): Move to character.h and define as macro.
19470 (multibyte_char_to_unibyte): If C is an eight-bit character,
19471 convert it to the corresponding byte value.
19472
19473 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
19474 not 1, signals an error. Update the elements of
19475 unibyte_to_multibyte_table.
19476 (init_charset_once): Initialize unibyte_to_multibyte_table.
19477 (syms_of_charset): Define the charset `iso-8859-1'.
19478
19479 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
19480 as is without converting it to unibyte. In a unibyte buffer,
19481 convert C to multibyte before checking the syntax.
19482
19483 * lisp.h (unibyte_char_to_multibyte): Delete extern.
19484
19485 * minibuf.c (Fminibuffer_complete_word): Use the macro
19486 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
19487
19488 * regex.h (struct re_pattern_buffer): New member target_multibyte.
19489
19490 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
19491 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
19492 that is zero, convert an eight-bit char to multibyte.
19493 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
19494 non-emacs case.
19495 (PATFETCH): Convert an eight-bit char to multibyte.
19496 (HANDLE_UNIBYTE_RANGE): New macro.
19497 (regex_compile): Setup the compiled pattern for multibyte chars
19498 even if the given regex string is unibyte. Use PATFETCH_RAW
19499 instead of PATFETCH in many places. To handle `charset'
19500 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
19501 only for ASCII chars.
19502 (analyse_first) <exactn>: Simplify because the compiled pattern
19503 is multibyte.
19504 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
19505 <charset>: Use CHAR_LEADING_CODE to get leading codes.
19506 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
19507 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
19508 multibyte always 1.
19509 (re_search_2): In emacs, set the locale variable multibyte to 1,
19510 otherwise to 0. New local variable target_multibyte. Check it
19511 to decide the multibyteness of STR1 and STR2. If
19512 target_multibyte is zero, convert unibyte chars to multibyte
19513 before translating and checking fastmap.
19514 (TARGET_CHAR_AND_LENGTH): New macro.
19515 (re_match_2_internal): In emacs, set the locale variable multibyte
19516 to 1, otherwise to 0. New local variable target_multibyte. Check
19517 it to decide the multibyteness of STR1 and STR2. Use
19518 TARGET_CHAR_AND_LENGTH to fetch a character from D.
19519 <charset, charset_not>: If multibyte is nonzero, check fastmap
19520 only for ASCII chars. Call bcmp_translate with
19521 target_multibyte, not with multibyte.
19522 <begline>: Declare the local variable C as `unsigned'.
19523 (bcmp_translate): Change the last arg name to target_multibyte.
19524
19525 * search.c (compile_pattern_1): Don't adjust the multibyteness of
19526 the regexp pattern and the matching target. Set cp->buf.multibyte
19527 to the multibyteness of the regexp pattern. Set
19528 cp->but.target_multibyte to the multibyteness of the matching target.
19529 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
19530 FETCH_STRING_CHAR_ADVANCE.
19531 (Freplace_match): Convert unibyte chars to multibyte.
19532
19533 * syntax.c (char_quoted, back_comment, scan_words)
19534 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
19535 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
19536 unibyte chars to multibyte.
19537 (skip_chars): Delete the arg syntaxp, and move the code for
19538 handling syntaxes to skip_syntaxes. Change callers.
19539 Fix the case that the multibyteness of STRING and the current
19540 buffer doesn't match.
19541 (skip_syntaxes): New function.
19542 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
19543 SINGLE_BYTE_CHAR_P.
19544
19545 2008-02-01 Kenichi Handa <handa@m17n.org>
19546
19547 * xfaces.c (QCfontset): New variable.
19548 (LFACE_FONTSET): New macro.
19549 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
19550 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
19551 (Finternal_set_lisp_face_attribute)
19552 (Finternal_get_lisp_face_attribute): Handle QCfontset.
19553 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
19554 check also LFACE_FONTSET_INDEX.
19555 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
19556 attrs[LFACE_FONT_INDEX].
19557 (syms_of_xfaces): Intern and staticpro QCfontset.
19558
19559 * dispextern.h (enum lface_attribute_index): New member
19560 LFACE_FONTSET_INDEX.
19561
19562 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
19563
19564 2008-02-01 Kenichi Handa <handa@m17n.org>
19565
19566 * coding.c (coding_set_destination): Fix coding->destination for
19567 the case converting a region.
19568 (encode_coding_utf_8): Encode eight-bit chars as single byte.
19569 (encode_coding_object): Fix coding->dst_pos and
19570 coding->dst_pos_byte for the case converting a region.
19571
19572 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
19573
19574 * character.h (BYTE8_STRING): New macro.
19575
19576 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
19577
19578 2008-02-01 Kenichi Handa <handa@m17n.org>
19579
19580 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
19581 characters by octal form.
19582
19583 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
19584
19585 * buffer.h (_fetch_multibyte_char_len): Delete extern.
19586 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
19587 _fetch_multibyte_char_len.
19588 (FETCH_CHAR_AS_MULTIBYTE): New macro.
19589
19590 * casetab.c (set_canon, set_identity, shuffle): Simplify.
19591
19592 * casefiddle.c (casify_object): Simplify. Handle the case that
19593 the case conversion change the byte length.
19594 (casify_region): Likewise.
19595
19596 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
19597
19598 * character.c (_fetch_multibyte_char_len): Delete this variable.
19599 (syms_of_character): Setup Vprintable_chars.
19600
19601 * editfns.c (Fchar_equal): Fix for the unibyte case.
19602 (Finsert_byte): New function.
19603 (syms_of_editfns): Defsubr it.
19604
19605 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
19606 of direct code 0x3ffff.
19607
19608 * search.c (Freplace_match): Fix for the unibyte case.
19609
19610 2008-02-01 Kenichi Handa <handa@m17n.org>
19611
19612 * lread.c (safe_to_load_p): Fix the logic.
19613
19614 * syntax.c (scan_words): Don't treat characters belonging to
19615 different scripts as constituting a word.
19616
19617 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19618
19619 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
19620
19621 * emacs.c (main): In the case of --unibyte, instead of aborting on
19622 finding non-empty buffer, make it unibyte.
19623
19624 2008-02-01 Kenichi Handa <handa@m17n.org>
19625
19626 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
19627 to create a fontset.
19628
19629 2008-02-01 Dave Love <fx@gnu.org>
19630
19631 * character.c (Funibyte_char_to_multibyte): Doc fix.
19632
19633 * xfns.c [HAVE_STDLIB_H]: Fix last change.
19634
19635 2008-02-01 Kenichi Handa <handa@m17n.org>
19636
19637 * fontset.c (fontset_add): Make the type `int'.
19638 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
19639
19640 * character.c (unibyte_char_to_multibyte)
19641 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
19642 charset_unibyte, not charset_primary.
19643
19644 * charset.h (charset_unibyte): Extern it instead of charset_primary.
19645
19646 * charset.c (charset_unibyte): Rename from charset_primary.
19647 (Funibyte_charset): Rename from Fprimary_charset.
19648 (Fset_unibyte_charset): Rename from Fset_primary_charset.
19649 (syms_of_charset): Adjust for the above changes.
19650
19651 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19652 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19653 it->multibyte_p is zero.
19654
19655 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
19656 Delete extern.
19657
19658 2008-02-01 Kenichi Handa <handa@m17n.org>
19659
19660 * coding.c (Fdefine_coding_system_internal): Fix category setting
19661 for a coding system of type iso-2022.
19662
19663 2008-02-01 Kenichi Handa <handa@m17n.org>
19664
19665 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
19666
19667 2008-02-01 Kenichi Handa <handa@m17n.org>
19668
19669 * syntax.c (Vnext_word_boundary_function_table): New variable.
19670 (next-word-boundary-function-table): Declare it as a Lisp variable
19671 in syms_of_syntax.
19672 (scan_words): Call functions in Vnext_word_boundary_function_table
19673 if any.
19674
19675 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
19676
19677 * fontset.c (fs_load_font): If fontp->charset is not negative,
19678 return fontp without setting its members.
19679
19680 2008-02-01 Dave Love <fx@gnu.org>
19681
19682 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
19683
19684 * m/sparc.h (HAVE_ALLOCA): Delete.
19685
19686 * s/irix6-5.h: Don't include strings.h.
19687 (bcopy, bzero, bcmp): Don't undef.
19688
19689 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
19690
19691 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
19692 (TIOCSIGSEND): Don't test IRIX6.
19693 (bcopy, bzero, bcmp): Define conditionally.
19694
19695 2008-02-01 Kenichi Handa <handa@m17n.org>
19696
19697 * buffer.c (Qas, Qmake, Qto): New variables.
19698 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
19699 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
19700
19701 * callproc.c (Fcall_process): Don't call insert_1_both directly if
19702 we are inserting a process output into a multibyte buffer.
19703
19704 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
19705 multibyte_char_to_unibyte.
19706
19707 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
19708 by the primary charset, make it eight-bit char.
19709 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
19710
19711 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
19712 (charset_8_bit__control, charset_8_bit_graphic)
19713 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
19714 (define_charset_internal): New function.
19715 (syms_of_charset): Call define_charset_internal for pre-defined
19716 charsets.
19717
19718 * charset.h (charset_8_bit): Extern it.
19719
19720 * coding.c (make_conversion_work_buffer): Adjust for the change
19721 of Fset_buffer_multibyte.
19722 (encode_coding_raw_text): Increment p0 in the loop.
19723
19724 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
19725
19726 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
19727 for the change of Fset_buffer_multibyte.
19728
19729 * fns.c (Fstring_to_multibyte): New function.
19730 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
19731
19732 2008-02-01 Dave Love <fx@gnu.org>
19733
19734 * xfns.c (x_put_x_image): Declare args.
19735
19736 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
19737 (try_font_list): Declare an arg.
19738
19739 * xdisp.c (message2_nolog, set_message): Declare an arg.
19740
19741 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
19742
19743 * syntax.c (scan_sexps_forward): Declare an arg.
19744
19745 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
19746 Declare an arg.
19747
19748 * lisp.h (Fnew_fontset): Declare.
19749
19750 * keymap.c (push_key_description): Call CHARACTERP correctly.
19751
19752 * fontset.c (fontset_add): Declare args. Call make_number correctly.
19753 (face_for_char): Delete unused vars.
19754 (Fset_fontset_font): Doc fix. Delete unused vars.
19755
19756 * doc.c (Fsubstitute_command_keys): Delete unused vars.
19757
19758 * composite.c (update_compositions): Declare arg.
19759
19760 * cm.c (calccost, cmgoto): Declare args.
19761
19762 * charset.c: Remove `emacs' conditional. Doc fixes.
19763 (map_char_table_for_charset): Declare.
19764
19765 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
19766
19767 * ccl.c: Remove `emacs' conditional.
19768
19769 2008-02-01 Kenichi Handa <handa@m17n.org>
19770
19771 The following changes are to allow specifying multiple font
19772 patterns for a character range (specified by script or charset).
19773
19774 * Makefile.in (abbrev.o): Depend on syntax.h.
19775 (xfaces.o): Depend on charset.h.
19776
19777 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
19778 SINGLE_BYTE_CHAR_P.
19779
19780 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
19781
19782 * character.h (Vchar_script_table): Extern it.
19783
19784 * character.c (Vscript_alist): Delete.
19785 (Vchar_script_table, Qchar_script_table): New variable.
19786 (syms_of_character): Declare Vchar_script_table as a lisp variable
19787 and initialize it.
19788
19789 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
19790 have property char-table-extra-slots, make no extra slot.
19791
19792 * dispextern.h (struct face): Delete member `charset'.
19793 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
19794 SINGLE_BYTE_CHAR_P.
19795 (choose_face_font, lookup_non_ascii_face, font_name_registry):
19796 Add prototypes.
19797 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
19798 (generate_ascii_font_name): Rename from generate_ascii_font.
19799
19800 * fontset.h (get_font_repertory_func): New prototype.
19801 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
19802 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
19803
19804 * fontset.c (Qprepend, Qappend): New variables.
19805 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
19806 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
19807 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
19808 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
19809 (fontset_ref_and_range, fontset_add, reorder_font_vector)
19810 (load_font_get_repertory): New functions.
19811 (fontset_set): Delete.
19812 (fontset_face): New arg FACE. Return face ID, not face.
19813 Complete re-write to handle new fontset structure. Change caller.
19814 (free_face_fontset): Use ASET istead of AREF (X) = Y.
19815 (face_for_char): Don't call lookup_face.
19816 (make_fontset_for_ascii_face): New arg FACE.
19817 (fs_load_font): New arg CHARSET_ID. Don't check
19818 Vfont_encoding_alist here.
19819 (find_font_encoding): New function.
19820 (list_fontsets): Use STRINGP, not ! NILP.
19821 (accumulate_script_ranges): New function.
19822 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
19823 re-written to handle new fontset structure.
19824 (Ffontset_font): Return a copy of element.
19825 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
19826 docstring of font-encoding-alist.
19827
19828 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
19829 (Fset_fotset_font): Fix arguments to 5.
19830
19831 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
19832
19833 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
19834 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19835 (highlight_trailing_whitespace): Adjust for the change of
19836 lookup_named_face.
19837
19838 * xfaces.c: Include charset.h.
19839 (load_face_font): Delete argument C. Change caller.
19840 (generate_ascii_font_name): Rename from generate_ascii_font.
19841 (font_name_registry): New function.
19842 (cache_face): Store ascii faces before non-ascii faces in buckets.
19843 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
19844 Lookup only ascii faces.
19845 (lookup_non_ascii_face): New function.
19846 (lookup_named_face): Delete argument C. Change caller.
19847 (lookup_derived_face): Delete argument C. Change caller.
19848 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
19849 a string, just call font_list with it.
19850 (choose_face_font): Delete arguments FACE and C. New arg
19851 FONT_SPEC. Change caller.
19852 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
19853 Change caller.
19854 (realize_non_ascii_face): New function.
19855 (realize_x_face): Call load_face_font here.
19856 (realize_tty_face): Delete argument C. Change caller.
19857 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
19858 get a face ID.
19859 (dump_realized_face): Don't print charset of FACE.
19860
19861 * xfns.c (x_set_font): Always call x_new_fontset and
19862 store_frame_parameter.
19863 (Fx_create_frame): Call x_new_fontset, not x_new_font.
19864 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
19865
19866 * xterm.h (x_get_font_repertory): Extern it.
19867
19868 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19869 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19870 it->multibyte_p is zero.
19871 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19872 (x_new_fontset): If FONTSETNAME doesn't match any existing
19873 fontsets, create a new one.
19874 (x_get_font_repertory): New function.
19875
19876 2008-02-01 Kenichi Handa <handa@m17n.org>
19877
19878 * coding.c (Ffind_coding_systems_region_internal): Detect an
19879 ASCII only string correctly.
19880
19881 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
19882 version is 0.
19883
19884 2008-02-01 Kenichi Handa <handa@m17n.org>
19885
19886 * lread.c: Include "coding.h".
19887 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
19888 (load_each_byte, unread_char): New variables.
19889 (readchar_backlog): Delete.
19890 (readchar): Return a character unless load_each_byte is nonzero.
19891 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
19892 cons. If unread_char is not -1, simply return it.
19893 (unreadchar): Handle the case that readcharfun is
19894 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
19895 (read_multibyte): Delete.
19896 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
19897 (read_emacs_mule_char): New functions.
19898 (Fload): Even if the file doesn't have the extension ".elc", if
19899 safe_to_load_p returns a positive version number, assume that the
19900 file contains bytecompiled code. If the version is less than 22,
19901 load the file while decoding multibyte sequences by emacs-mule.
19902 (readevalloop): Don't use readchar_backlog.
19903 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
19904 (Fread_from_string): Pay attention to the case that STREAM is a cons.
19905 (read_escape): Delete the arg BYTEREP.
19906 (read1): Set load_each_byte to 1 temporarily while handling
19907 #@NUMBER. Don't call read_multibyte.
19908 (read_vector): Call Fread with a cons. If readcharfun is
19909 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
19910 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
19911 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
19912 and Qload_force_doc_strings.
19913
19914 2008-02-01 Kenichi Handa <handa@m17n.org>
19915
19916 * xdisp.c (face_before_or_after_it_pos): Call
19917 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
19918
19919 2008-02-01 Kenichi Handa <handa@m17n.org>
19920
19921 * character.h (TRAILING_CODE_P): New macro.
19922 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
19923 (string_char_with_unification): Fix prototype.
19924 (Vscript_alist): Extern it.
19925
19926 * character.c (Vscript_alist): New variable.
19927 (string_char_with_unification, str_as_unibyte)
19928 (string_escape_byte8): Add `const' to local variables.
19929 (syms_of_character): Declare script-alist as a Lisp variable.
19930
19931 * charset.h (Vcharset_ordered_list): Extern it.
19932 (charset_ordered_list_tick): Extern it.
19933 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
19934 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
19935 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
19936 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
19937 (Funify_charset): Adjust for the change of Funify_charset.
19938
19939 * charset.c (charset_ordered_list_tick): New variable.
19940 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
19941 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
19942 deunify intead of unify a charset.
19943 (string_xstring_p): Add `const' to local variables.
19944 (find_charsets_in_text): Add `const' to arguments and local variables.
19945 (encode_char): Adjust for the change of Funify_charset. Fix
19946 detecting of invalid code.
19947 (Fset_charset_priority): Increment charset_ordered_list_tick.
19948 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
19949 and TO_CODE.
19950
19951 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
19952 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
19953 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
19954 (decode_coding_ccl, consume_chars)
19955 (Ffind_coding_systems_region_internal)
19956 (Fcheck_coding_systems_region): Add `const' to local variables.
19957
19958 * print.c (print_object): Use octal form for printing the
19959 contents of a bool vector.
19960
19961 2008-02-01 Dave Love <fx@gnu.org>
19962
19963 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
19964 <version == 20>: Refuse to load.
19965
19966 2008-02-01 Dave Love <fx@gnu.org>
19967
19968 * fns.c: Move coding.h.
19969 (Qcodeset, Qdays, Qmonths): New.
19970 (concat): Use CHARACTERP instead of INTEGERP.
19971 (Flocale_codeset): Delete.
19972 (Flanginfo): New function.
19973 (syms_of_fns): Change accordingly.
19974
19975 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
19976
19977 2008-02-01 Dave Love <fx@gnu.org>
19978
19979 * casetab.c (init_casetab_once, init_casetab_once): Fix
19980 CHAR_TABLE_SET call.
19981
19982 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
19983
19984 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
19985
19986 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
19987 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
19988 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
19989
19990 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
19991
19992 * coding.c (ENCODE_DESIGNATION, decode_eol)
19993 (make_conversion_work_buffer, code_conversion_restore)
19994 (Fdefine_coding_system_internal): Convert Lisp types.
19995 (code_conversion_restore): Use EQ, not ==.
19996 (Fencode_coding_string): Fix code_convert_string call.
19997
19998 * coding.h (code_convert_region): Fix prototype.
19999
20000 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
20001
20002 * fontset.c (fontset_ref, fontset_set, fs_load_font)
20003 (Ffontset_info): Convert Lisp types.
20004
20005 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
20006
20007 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
20008
20009 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
20010
20011 * chartab.c: Include "...h", not <...h> in some cases.
20012
20013 * callproc.c (Fcall_process): Remove unused variables.
20014
20015 2008-02-01 Dave Love <fx@gnu.org>
20016
20017 * coding.c (Fset_coding_system_priority): Allow null arg list.
20018
20019 2008-02-01 Dave Love <fx@gnu.org>
20020
20021 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
20022 (Fself_insert_and_exit): Use CHARACTERP.
20023
20024 * callproc.c (Fcall_process): Remove unused vars.
20025
20026 * xterm.c (XTread_socket): Add extra dead keysyms.
20027
20028 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
20029
20030 * dispextern.h: Remove prototypes for redraw_frame,
20031 redraw_garbaged_frames.
20032
20033 * cmds.c (Fself_insert_command): Use CHARACTERP.
20034
20035 * chartab.c (make_sub_char_table): Remove unused var.
20036 (Fset_char_table_default, Fmap_char_table): Doc fix.
20037
20038 * keymap.c (access_keymap): Remove generic char code.
20039 (push_key_description): Use CHARACTERP.
20040
20041 2008-02-01 Dave Love <fx@gnu.org>
20042
20043 * charset.c: Doc fixes.
20044 (Funify_charset): Extra checking.
20045
20046 2008-02-01 Dave Love <fx@gnu.org>
20047
20048 * lread.c: Remove some unused variables.
20049 (safe_to_load_p): If safe, return the magic number version byte.
20050 (Fload): Maybe use load-with-code-conversion.
20051
20052 2008-02-01 Kenichi Handa <handa@m17n.org>
20053
20054 * category.c (Fmodify_category_entry): Don't modify the contents
20055 of category_set for characters out of the range. Avoid
20056 unnecessary modification.
20057
20058 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
20059 Vchar_unify_table. The default value of the table is now nil.
20060
20061 * character.c (syms_of_character): Setup Vchar_width_table for
20062 eight-bit-control and raw-byte chars.
20063
20064 * charset.h (enum define_charset_arg_index): Delete
20065 charset_arg_parents and add charset_arg_subset and
20066 charset_arg_superset.
20067 (enum charset_attr_index): Delete charset_parents and add
20068 charset_subset and charset_superset.
20069 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
20070 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
20071 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
20072 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
20073 (CHARSET_SUPERSET): New macros.
20074 (charset_work): Extern it.
20075 (ENCODE_CHAR): Use charset_work.
20076 (CHAR_CHARSET_P): Adjust for the change of encoder format.
20077 (map_charset_chars): Extern it.
20078
20079 * charset.c (load_charset_map): Set the default value of encoder
20080 and deunifier char-tables to nil.
20081 (map_charset_chars): Change argument. Change callers. Use
20082 map_char_table_for_charset instead of map_char_table.
20083 (Fmap_charset_chars): New optional args from_code and to_code.
20084 (Fdefine_charset_internal): Adjust for the change of
20085 `define-charset' (:parents -> :subset or :superset).
20086 (charset_work): New variable.
20087 (encode_char, syms_of_charset): Adjust for the change of
20088 Fdefine_charset_internal.
20089 (Ffind_charset_string): Setup the vector `charsets' correctly.
20090
20091 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
20092 the previous change.
20093 (char_table_ref_and_range): Adjust for the above change.
20094 (map_sub_char_table_for_charset): New function.
20095 (map_char_table_for_charset): New function.
20096
20097 * keymap.c (describe_vector): Handle a char-table directly here.
20098 (describe_char_table): Delete.
20099
20100 * lisp.h (map_charset_chars): Delete.
20101
20102 2008-02-01 Dave Love <fx@gnu.org>
20103
20104 * fns.c (count_combining): Comment out (unused).
20105 (Flocale_codeset): New.
20106 (syms_of_fns): Defsubr it.
20107
20108 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
20109 (size_t): Remove.
20110
20111 2008-02-01 Dave Love <fx@gnu.org>
20112
20113 * Makefile.in (chartab.o): Depend on charset.h.
20114
20115 2008-02-01 Kenichi Handa <handa@m17n.org>
20116
20117 * character.c (syms_of_character): Set the default value of
20118 Vprintable_chars to Qnil.
20119
20120 2008-02-01 Dave Love <fx@gnu.org>
20121
20122 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
20123
20124 2008-02-01 Kenichi Handa <handa@m17n.org>
20125
20126 * charset.c (load_charset_map): Handle the case that from < to
20127 correctly.
20128
20129 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
20130 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
20131 Pay attention to raw-8-bit chars.
20132
20133 2008-02-01 Kenichi Handa <handa@m17n.org>
20134
20135 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
20136 It is not bytecompiled now.
20137
20138 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
20139 (charset_jisx0208): New variables.
20140 (Fdefine_charset_internal): Setup them if appropriate.
20141 (init_charset_once): Initialize them to -1.
20142
20143 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
20144 (charset_jisx0208): Extern them.
20145
20146 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
20147 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
20148 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
20149 (setup_iso_safe_charsets): Fix arguments to Fassq.
20150 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
20151 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
20152 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
20153 (encode_coding_iso_2022): Change the 1st arg to
20154 ENCODE_ISO_CHARACTER to a variable.
20155
20156 2008-02-01 Kenichi Handa <handa@m17n.org>
20157
20158 * charset.h (enum define_charset_arg_index): New enums
20159 charset_arg_min_code and charset_arg_max_code.
20160 (struct charset): New member char_index_offset.
20161
20162 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
20163 Take charset->char_index_offset into account.
20164 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
20165 args[charset_arg_max_code]. Setup charset.char_index_offset.
20166 (syms_of_charset): Fix args to Fdefine_charset_internal.
20167
20168 2008-02-01 Dave Love <fx@gnu.org>
20169
20170 * coding.c (decode_coding_utf_8): Reject overlong sequences.
20171
20172 2008-02-01 Dave Love <fx@gnu.org>
20173
20174 * coding.c: Doc fixes.
20175 (Fcoding_system_aliases): Fix return value.
20176 (Qmac): Remove (duplicated) definition.
20177
20178 2008-02-01 Dave Love <fx@gnu.org>
20179
20180 * charset.c (Fcharset_priority_list, Fset_charset_priority):
20181 New functions.
20182
20183 * character.c (Fstring): Doc fix.
20184
20185 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
20186
20187 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
20188 (font-encoding-alist): Doc fix.
20189
20190 2008-02-01 Dave Love <fx@gnu.org>
20191
20192 * term.c (costs_set): Declare static, non-initialized for pcc.
20193 (encode_terminal_code): Remove unused var.
20194
20195 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
20196 for K&R.
20197
20198 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
20199
20200 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
20201 (suffixes): Move out of make_subsidiaries for K&R.
20202
20203 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
20204
20205 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
20206
20207 2008-02-01 Dave Love <fx@gnu.org>
20208
20209 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
20210
20211 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
20212
20213 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
20214
20215 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
20216
20217 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
20218
20219 2008-02-01 Kenichi Handa <handa@m17n.org>
20220
20221 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
20222 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
20223
20224 2008-02-01 Kenichi Handa <handa@m17n.org>
20225
20226 * coding.c (decode_coding_charset): Adjust for the change of
20227 Fdefine_coding_system_internal.
20228 (Fdefine_coding_system_internal): For a coding system of
20229 `charset' type, store a list of charset IDs in
20230 `charset_attr_charset_valids' element of coding attributes.
20231
20232 2008-02-01 Kenichi Handa <handa@m17n.org>
20233
20234 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
20235 (emacs_mule_char): New arg src. Delete arg `composition'. Change
20236 caller. Handle 2-byte and 3-byte charsets correctly.
20237 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
20238 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
20239 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
20240 (DECODE_EMACS_MULE_21_COMPOSITION): Call
20241 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
20242 sequence.
20243 (decode_coding_emacs_mule): Handle composition correctly. Rewind
20244 `src' and `consumed_chars' correctly before calling emacs_mule_char.
20245 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
20246 and alt&rule composition.
20247 (decode_coding_iso_2022): Handle composition correctly.
20248 (init_coding_once): Setup emacs_mule_bytes for private charsets.
20249
20250 * charset.c (Fdefine_charset_internal): Fix bug for the case of
20251 re-defining a charset. If the charset has :emacs-mule-id, setup
20252 emacs_mule_bytes.
20253 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
20254
20255 2008-02-01 Kenichi Handa <handa@m17n.org>
20256
20257 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
20258 (encode_coding_big5, encode_coding_charset): If coding requires safe
20259 encoding, produce a character specified by
20260 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
20261
20262 2008-02-01 Dave Love <fx@gnu.org>
20263
20264 * xterm.c (XSetIMValues): Declare.
20265
20266 * process.c: Conditionally include sys/wait.h, pty.h.
20267
20268 * print.c (print_object): Fix print format for 64-bit systems.
20269
20270 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
20271
20272 * buffer.c (emacs_strerror): Declare.
20273
20274 * fontset.c (Fclear_face_cache): Declare.
20275 (accumulate_font_info): Comment-out (unused).
20276 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
20277 variables.
20278
20279 * character.h (string_escape_byte8): Declare.
20280
20281 * charset.c (load_charset_map, load_charset_map_from_file): Remove
20282 unused vars.
20283 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
20284 (Fmap_charset_chars): Doc fix.
20285
20286 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
20287 (Fset_coding_system_priority, Fset_coding_system_priority)
20288 (Fdefine_coding_system_internal): Doc fix.
20289
20290 2008-02-01 Dave Love <fx@gnu.org>
20291
20292 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
20293
20294 2008-02-01 Kenichi Handa <handa@m17n.org>
20295
20296 * character.c (string_escape_byte8): Make multibyte string with
20297 correct size.
20298
20299 * charset.c (Fmake_char): Delete unnecessary code.
20300
20301 2008-02-01 Kenichi Handa <handa@m17n.org>
20302
20303 * xfns.c (x_encode_text): Allocate coding.destination here, and
20304 call encode_coding_object with dst_object Qnil.
20305
20306 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
20307 multibyte form correctly.
20308
20309 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
20310 against Vfont_encoding_alist.
20311
20312 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
20313 handling of charset list.
20314 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
20315 (decode_coding_object): Move point to coding->dst_pos before
20316 calling post-read-conversion function.
20317 (encode_coding_object): Give correct arguments to
20318 pre-write-conversion. Ignore the return value of
20319 pre-write-conversion function. Pay attention to the case that
20320 pre-write-conversion changes the current buffer. If dst_object is
20321 Qt, even if coding->src_bytes is zero, allocate at least one byte
20322 to coding->destination.
20323
20324 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
20325
20326 * charset.c (Fmake_char): Make it more backward compatible.
20327 (Fmap_charset_chars): Fix docstring.
20328
20329 2008-02-01 Dave Love <fx@gnu.org>
20330
20331 * coding.c: Doc fixes.
20332 (Fdefine_coding_system_alias): Use names, not symbols, in
20333 coding-system-alist.
20334
20335 2008-02-01 Kenichi Handa <handa@m17n.org>
20336
20337 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
20338 of calling free_realized_face.
20339
20340 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
20341
20342 * charset.c (read_hex): Don't treat SPC as a comment starter.
20343 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
20344 (Fdecode_char): Fix typo.
20345
20346 2008-02-01 Kenichi Handa <handa@m17n.org>
20347
20348 * charset.h (struct charset): New member `code_space_mask'.
20349
20350 * coding.c (coding_set_source): Delete the local variable beg_byte.
20351 (encode_coding_charset, Fdefine_coding_system_internal):
20352 Delete the local variable charset.
20353 (Fdefine_coding_system_internal): Setup
20354 attrs[coding_attr_charset_valids] correctly.
20355
20356 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
20357 member to check if CODE is valid or not.
20358 (Fdefine_charset_internal): Initialize `code_space_mask' member.
20359 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
20360 is within the range of charset->min_code and carset->max_code.
20361
20362 2008-02-01 Dave Love <fx@gnu.org>
20363
20364 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
20365
20366 * dispextern.h (generate_ascii_font): Fix return type.
20367
20368 * xfaces.c (generate_ascii_font): Fix arg declaration.
20369
20370 * coding.c (coding_inherit_eol_type)
20371 (Fset_terminal_coding_system_internal)
20372 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
20373
20374 2008-02-01 Kenichi Handa <handa@m17n.org>
20375
20376 * coding.c (decode_coding_charset, encode_coding_charset): Handle
20377 multiple charsets correctly.
20378
20379 2008-02-01 Kenichi Handa <handa@m17n.org>
20380
20381 * search.c (boyer_moore): Fix handling of multibyte character
20382 translation.
20383
20384 * xdisp.c (display_mode_element): When the variable `elt' is
20385 changed, update `this' and `lisp_string'.
20386
20387 2008-02-01 Kenichi Handa <handa@m17n.org>
20388
20389 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
20390
20391 * callproc.c (Fcall_process): Be sure to give the current buffer
20392 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
20393
20394 * charset.c (struct charset_map_entries): New struct.
20395 (load_charset_map): Rename from parse_charset_map. New args
20396 entries and n_entries. Change caller.
20397 (load_charset_map_from_file): Rename from load_charset_map.
20398 Change caller. New arg control_flag. Call load_charset_map at
20399 the tail.
20400 (load_charset_map_from_vector): New function.
20401 (Fdefine_charset_internal): Setup charset.compact_codes_p.
20402 (encode_char): If the charset is compact, change a character index
20403 to a code point.
20404
20405 * coding.c (coding_alloc_by_making_gap): Check the case that the
20406 source and destination are the same correctly.
20407 (decode_coding_raw_text): Set coding->consumed_char and
20408 coding->consumed to 0.
20409 (produce_chars): If coding->chars_at_source is nonzero, update
20410 coding->consumed_char and coding->consumed before calling
20411 alloc_destination.
20412 (Fdefine_coding_system_alias): Register ALIAS in
20413 Vcoding_system_alist.
20414 (syms_of_coding): Define `no-conversion' coding system at the tail.
20415
20416 * fileio.c (Finsert_file_contents): Set coding_system instead of
20417 val. If the current buffer is multibyte, always call
20418 decode_coding_gap.
20419
20420 * xfaces.c (try_font_list): Give higher priority to fontset's
20421 family than face's family.
20422
20423 2008-02-01 Kenichi Handa <handa@m17n.org>
20424
20425 * callproc.c (Fcall_process): Be sure to give the current buffer
20426 to decode_coding_c_string.
20427
20428 * xfaces.c (try_font_list): Give a family specified in a fontset
20429 higher priority than a family specified in a face.
20430
20431 2008-02-01 Kenichi Handa <handa@m17n.org>
20432
20433 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
20434 Fix arguments to insert_from_buffer.
20435
20436 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
20437
20438 2008-02-01 Kenichi Handa <handa@m17n.org>
20439
20440 * coding.c (produce_chars): Set the variable `multibytep' correctly.
20441 (decode_coding_gap): Set coding->dst_multibyte correctly.
20442
20443 2008-02-01 Kenichi Handa <handa@m17n.org>
20444
20445 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
20446 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
20447 (encode_coding_utf_16): Substitute coding->default_char for
20448 non-Unicode characters.
20449 (decode_coding): Don't call record_insert here.
20450 (setup_coding_system): Initialize `surrogate' of
20451 coding->spec.utf_16 to 0.
20452 (EMIT_ONE_BYTE): Fix for multibyte case.
20453
20454 * insdel.c (insert_from_gap): Call record_insert.
20455
20456 2008-02-01 Kenichi Handa <handa@m17n.org>
20457
20458 * casefiddle.c (casify_region): Fix multibyte case.
20459
20460 * character.c (c_string_width): Add return type `int'.
20461 (char_string_with_unification): Delete arg ADVANCED.
20462
20463 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
20464 (CHAR_STRING): Adjust for the change of char_string_with_unification.
20465 (CHAR_STRING_ADVANCE): Make it do-while statement.
20466
20467 * chartab.c (sub_char_table_set_range): Optimize for the case
20468 DEPTH == 3. Add workaround code for a GCC optimization bug.
20469
20470 * charset.c (parse_charset_map): Remove an unused variable.
20471
20472 * coding.c: Delete unused variables.
20473
20474 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
20475 earlier. If inserted is zero and the coding system doesn't
20476 require flushing, don't call decode_coding_gap.
20477
20478 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
20479
20480 2008-02-01 Kenichi Handa <handa@m17n.org>
20481
20482 The following changes are for using Unicode as an internal
20483 character model, and use UTF-8 format for buffer/string
20484 representation.
20485
20486 * .gdbinit (xchartable): Adjust for the change of char table structure.
20487 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
20488
20489 * Makefile.in (obj): Add character.o and chartab.o.
20490 (lisp, shortlisp): Remove utf-8.elc.
20491 (*.o): For many files, change dependency on charset.h to
20492 character.h, and add dependency on character.h.
20493 (character.o, chartab.o): New targets.
20494
20495 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
20496 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
20497 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
20498 of "charset.h".
20499
20500 * dired.c, filelock.c: Include "character.h".
20501
20502 * alloc.c: Include "character.h" instead of "charset.h".
20503 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
20504 (syms_of_alloc): Remove defsubr for Smake_char_table.
20505
20506 * buffer.c: Include "character.h" instead of "charset.h", don't
20507 include "coding.h".
20508 (Fset_buffer_multibyte): Adjust for UTF-8.
20509
20510 * buffer.h: EXFUN Fbuffer_live_p.
20511
20512 * callproc.c: Include "character.h" instead of "charset.h".
20513 (Fcall_process): Big change for the new code-conversion APIs.
20514
20515 * casetab.c: Include "character.h" instead of "charset.h".
20516 (set_canon, set_identity, shuffle): Adjust for the new
20517 map_char_table spec.
20518 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
20519 accessing the char table structure.
20520
20521 * chartab.c: New file that implements char table.
20522
20523 * category.c: Include "character.h".
20524 (copy_category_entry): New function.
20525 (copy_category_table): Call map_char_table and copy_category_entry.
20526 (Fmake_category_table): Initialize all top-level slots.
20527 (char_category_set): New function.
20528 (modify_lower_category_set): Delete.
20529 (Fmodify_category_entry): Call char_table_ref_and_range.
20530
20531 * category.h (CATEGORY_SET): Just call char_category_set.
20532
20533 * ccl.c: Include "character.h".
20534 (Qccl, Qcclp): New variables.
20535 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
20536 it's less than 256.
20537 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
20538 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
20539 and DST type.
20540 (ccl_driver): Change types of argument, adjust code accordingly.
20541 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
20542 ccl_driver.
20543 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
20544
20545 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
20546 New members src_multibyte, dst_multibyte, consumed, and produced.
20547 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
20548 (CODING_SPEC_CCL_PROGRAM): New macro.
20549 (ccl_driver): Update prototype.
20550 (Qccl, Qcclp, Fccl_program_p): Extern them.
20551 (CHECK_CCL_PROGRAM): New macro.
20552
20553 * character.c, character.h, chartab.c: New files.
20554
20555 * charset.c: Mostly re-written. Move character and multibyte sequence
20556 handling codes to character.c.
20557
20558 * charset.h: Mostly re-written. Move character and multibyte sequence
20559 handling codes to character.h.
20560
20561 * coding.c, coding.h: Mostly re-written.
20562
20563 * composite.c: Include "character.h" instead of "charset.h".
20564 (CHAR_WIDTH): Move to character.h.
20565 (HASH_KEY, HASH_VALUE): Delete.
20566
20567 * composite.h (enum composition_method): Change order of enumeration
20568 symbols.
20569
20570 * data.c: Include "character.h" instead of "charset.h".
20571 (Faref): Call CHAR_TABLE_REF for a char table.
20572 (Faset): Call CHAR_TABLE_SET for a char table.
20573
20574 * dispextern.h (free_realized_face, check_face_attribytes)
20575 (generate_ascii_font): Extern them.
20576 (free_realized_multibyte_face): Delete extern.
20577
20578 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
20579 table structure.
20580
20581 * editfns.c: Include "character.h" instead of "charset.h".
20582 (Fchar_to_string): Always call CHAR_STRING.
20583
20584 * emacs.c (main): Call init_charset_once, init_charset,
20585 syms_of_chartab, and syms_of_character.
20586
20587 * fileio.c: Include "character.h" instead of "charset.h".
20588 (Finsert_file_contents): Big change for the new code-conversion API.
20589 (choose_write_coding_system, Fwrite_region): Likewise.
20590 (build_annotations_2): Delete.
20591 (e_write): Big change for the new code-conversion API.
20592
20593 * fns.c: Include "character.h" instead of "charset.h".
20594 (copy_sub_char_table): Move to chartab.c.
20595 (Fcopy_sequence): Call copy_char_table for a char table.
20596 (concat): Delete codes calling count_multibyte.
20597 (string_char_to_byte, string_byte_to_char): Adjust for the new
20598 multibyte form.
20599 (internal_equal): Adjust for the change of char table structure.
20600 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
20601 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
20602 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
20603 (char_table_translate, optimize_sub_char_table)
20604 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
20605 chartab.c.
20606 (char_table_ref_and_index): Delete.
20607 (HASH_KEY, HASH_VALUE): Move to lisp.h.
20608 (Fmd5): Call preferred_coding_system instead of accessing
20609 Vcoding_category_list. Adjust for the new code-conversion API.
20610 (syms_of_fns): Move defsubr for char table related functions to
20611 chartab.c.
20612
20613 * fontset.c: Mostly re-written.
20614
20615 * fontset.h (struct font_info): Change type of the member encoding_type.
20616 (enum FONT_SPEC_INDEX): New enum.
20617 (fontset_font_pattern, fs_load_font): Update prototype.
20618 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
20619
20620 * indent.c: Include "character.h" instead of "charset.h".
20621 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
20622
20623 * insdel.c: Include "character.h" instead of "charset.h".
20624 (copy_text): Don't refer to Vnonascii_translation_table.
20625 (insert_from_gap): New function.
20626
20627 * keyboard.c: Include "character.h" instead of "charset.h".
20628 (command_loop_1): Never call direct_output_forward_char before
20629 a non-ASCII character.
20630 (read_char): If Vkeyboard_translate_table is a char table, always
20631 translate a character.
20632
20633 * keymap.c: Include "character.h".
20634 (store_in_keymap): Handle the case that IDX is a cons.
20635 (Fdefine_key): Handle the case that KEY is a cons and the car part
20636 is also a cons (range).
20637 (push_key_description): Adjust for the new character code.
20638 (describe_vector): Call describe_char_table for a char table.
20639 (describe_char_table): New function.
20640
20641 * keymap.h (describe_char_table): Extern it.
20642
20643 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
20644 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
20645 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
20646 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
20647 Delete.
20648 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
20649 structure.
20650 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
20651 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
20652 (CHARTAB_SIZE_BITS_3): New macros.
20653 (chartab_size): Extern it.
20654 (struct Lisp_Char_Table): Re-design.
20655 (struct Lisp_Sub_Char_Table): New structure.
20656 (HASH_KEY, HASH_VALUE): Move from fns.c.
20657 (CHARACTERBITS): Define as 22.
20658 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
20659 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
20660 (GC_SUB_CHAR_TABLE_P): New macro.
20661 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
20662 (code_convert_string_norecord): Deleted extern.
20663 (init_character_once, syms_of_character, init_charset)
20664 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
20665
20666 * lread.c: Include "character.h".
20667 (read_multibyte): New arg NBYTES.
20668 (read_escape): Change the meaning of returned *BYTEREP.
20669 (to_multibyte): Delete.
20670 (read1): Adjust the handling of char table and string.
20671
20672 * print.c: Include "character.h" instead of "charset.h".
20673 (print_string): Convert 8-bit raw bytes to octal form by
20674 string_escape_byte8.
20675 (print_object): Adjust for the new multibyte form. Print 8-bit
20676 raw bytes always in octal form. Handle sub char table correctly.
20677
20678 * process.c: Include "character.h" instead of "charset.h".
20679 (read_process_output, send_process): Adjust for the new
20680 code-conversion API.
20681
20682 * puresize.h (BASE_PURESIZE): Increase.
20683
20684 * regex.c: Include "character.h" instead of "charset.h".
20685 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
20686 (regex_compile): Accept a range whose starting and ending
20687 character have different leading bytes.
20688 (analyse_first): Adjust for the above change.
20689
20690 * search.c: Include "character.h" instead of "charset.h".
20691 (search_buffer, boyer_moore): Adjust for the new multibyte form.
20692 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
20693
20694 * syntax.c: Include "character.h" instead of "charset.h".
20695 (syntax_parent_lookup): Delete.
20696 (Fmodify_syntax_entry): Accept a cons as CHAR.
20697 (skip_chars): Adjust for the new multibyte form.
20698 (init_syntax_once): Call char_table_set_range instead of directly
20699 accessing the structure of a char table.
20700
20701 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
20702 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
20703 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
20704 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
20705
20706 * term.c: Include "buffer.h" and "character.h".
20707 (encode_terminal_code, write_glyphs): Adjust for the new
20708 code-conversion API.
20709 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
20710
20711 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
20712
20713 * xdisp.c: Include "character.h".
20714 (get_next_display_element): Adjust for the new multibyte form.
20715 (disp_char_vector): Adjust for the new char table structure.
20716 (decode_mode_spec_coding): Adjust for the new structure of
20717 coding system.
20718 (decode_mode_spec): Adjust for the new code-conversion API.
20719
20720 * xfaces.c: Include "character.h" instead of "charset.h".
20721 (load_face_font): Adjust for the change of choose_face_font and
20722 FS_LOAD_FONT.
20723 (generate_ascii_font): New function.
20724 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
20725 (set_font_frame_param): Adjust for the change of choose_face_font.
20726 (free_realized_face): Make it public.
20727 (free_realized_faces_for_fontset): Rename from
20728 free_realized_multibyte_face. Free also faces realized for ASCII.
20729 (choose_face_font): Change arguments. Adjust for the change of
20730 fontset_font_pattern and FS_LOAD_FONT.
20731
20732 * xfns.c: Include "character.h".
20733 (x_encode_text): Adjust for the new code-conversion API.
20734
20735 * xselect.c: Don't include "charset.h".
20736 (selection_data_to_lisp_data): Adjust for the new code conversion API.
20737
20738 * xterm.c: Include "character.h".
20739 (x_encode_char): New argument CHARSET. Change caller.
20740 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
20741 Call ENCODE_CHAR instead of SPLIT_CHAR.
20742 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
20743 CHAR_WIDTH instead of CHARSET_WIDTH.
20744 (XTread_socket): Adjust for the new code-conversion API.
20745 (x_new_font): Adjust for the change of FS_LOAD_FONT.
20746 (x_load_font): Adjust for the change of struct font.
20747
20748 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
20749
20750 * xfaces.c (face_at_buffer_position): Remove unused vars.
20751
20752 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20753
20754 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
20755 Fix overflow checking.
20756
20757 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20758
20759 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
20760 Cancel previous change.
20761
20762 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20763
20764 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
20765 ccl->eight_bit_control. Fix check for buffer overflow.
20766 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
20767 (ccl_driver): Initialize extra_bytes to 0.
20768
20769 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20770
20771 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
20772 return it ORed with ctrl_modifier.
20773
20774 2008-01-29 Miles Bader <miles@gnu.org>
20775
20776 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
20777
20778 2008-01-28 Jason Rumney <jasonr@gnu.org>
20779
20780 * w32.c (stat): Don't double check for networked drive.
20781
20782 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20783
20784 * window.c (run_window_configuration_change_hook): New function.
20785 Code extracted from set_window_buffer. Set the selected frame.
20786 (set_window_buffer): Use it.
20787 * window.h (run_window_configuration_change_hook): Declare.
20788 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
20789
20790 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
20791
20792 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
20793
20794 * Makefile.in: Remove references to unused macros.
20795
20796 2008-01-26 Eli Zaretskii <eliz@gnu.org>
20797
20798 * w32.c (g_b_init_get_sid_sub_authority)
20799 (g_b_init_get_sid_sub_authority_count): New static variables.
20800 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
20801 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
20802 (init_user_info): Use them to retrieve uid and gid.
20803 Use 500/513, the Windows defaults, as Administrator's uid/gid.
20804 (fstat): Use pw_uid and pw_gid from the_passwd structure for
20805 st_uid and st_gid of the file.
20806
20807 2008-01-26 Jason Rumney <jasonr@gnu.org>
20808
20809 * w32.c (logon_network_drive): New function.
20810 (stat): Use it.
20811
20812 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
20813
20814 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
20815 invisible text covered with an ellipsis.
20816
20817 2008-01-25 Richard Stallman <rms@gnu.org>
20818
20819 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
20820 jump back to beginning. Move some other initializations after that.
20821 (Qwindow_text_change_functions, Vwindow_text_change_functions):
20822 New variables.
20823 (syms_of_xdisp): Init them.
20824
20825 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
20826
20827 * buffer.c (reset_buffer_local_variables):
20828 Implement `permanent-local-hook'.
20829 (Qpermanent_local_hook): New variable.
20830 (syms_of_buffer): Init and staticpro it.
20831
20832 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
20833
20834 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
20835
20836 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
20837
20838 * fns.c (Fclrhash): Return TABLE.
20839
20840 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20841
20842 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
20843 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
20844 is set even without positional changes.
20845 (x_scroll_bar_clear): Set bar->redraw_needed_p.
20846
20847 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
20848
20849 2008-01-23 Jason Rumney <jasonr@gnu.org>
20850
20851 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
20852
20853 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
20854 the unicode range available in MULE by locale-coding-system.
20855 Improve dbcs lead byte detection. Set event timestamp and modifiers
20856 earlier.
20857
20858 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20859
20860 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
20861 [MAC_OSX] (init_mac_osx_environment): Initialize it.
20862 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
20863 when used on child processes.
20864
20865 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
20866
20867 * dbusbind.c (Fdbus_method_return_internal): Rename from
20868 Fdbus_method_return.
20869 (Fdbus_unregister_object): Move to dbus.el.
20870 (Fdbus_call_method, Fdbus_method_return_internal)
20871 (Fdbus_send_signal): Improve debug messages.
20872
20873 2008-01-20 Martin Rudalics <rudalics@gmx.at>
20874
20875 * undo.c (undo_inhibit_record_point): New variable.
20876 (syms_of_undo): Initialize it.
20877 (record_point): Don't record point when undo_inhibit_record_point
20878 is set.
20879
20880 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
20881
20882 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
20883
20884 * xdisp.c (Qauto_hscroll_mode): New var.
20885 (syms_of_xdisp): Initialize it.
20886 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
20887 window's buffer.
20888 (hscroll_windows): Don't check automatic_hscrolling_p here.
20889
20890 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
20891 vscroll if we're setting window-buffer to the value it already has.
20892
20893 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
20894
20895 * m/intel386.h: Remove references to XENIX.
20896
20897 2008-01-17 Andreas Schwab <schwab@suse.de>
20898
20899 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
20900 instead of HAVE_X86_64_LIB64_DIR.
20901 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
20902
20903 2008-01-17 Glenn Morris <rgm@gnu.org>
20904
20905 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
20906 to HAVE_X86_64_LIB64_DIR.
20907
20908 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
20909
20910 * s/irix3-3.h:
20911 * s/irix4-0.h:
20912 * s/386-ix.h:
20913 * s/domain.h:
20914 * s/hpux9-x11r4.h:
20915 * s/hpux9shxr4.h: Remove files for systems no longer supported.
20916
20917 * sysdep.c: Remove code containing references to symbols defined
20918 by unsupported systems.
20919
20920 2008-01-16 Glenn Morris <rgm@gnu.org>
20921
20922 * coding.c (select-safe-coding-system-function): Doc fix.
20923
20924 2008-01-15 Glenn Morris <rgm@gnu.org>
20925
20926 * config.in: Revert 2008-01-13 change: this is a generated file.
20927
20928 2008-01-13 Tom Tromey <tromey@redhat.com>
20929
20930 * lisp.h: Fix typo.
20931
20932 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
20933
20934 * m/sequent-ptx.h:
20935 * m/sequent.h:
20936 * s/ptx.h:
20937 * s/ptx4-2.h:
20938 * s/ptx4.h: Remove files for systems no longer supported.
20939
20940 * callproc.c (Fcall_process): Fix previous change.
20941
20942 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
20943
20944 * unexsunos4.c: Remove file, system not supported anymore.
20945
20946 * m/mips.h:
20947 * m/intel386.h:
20948 * callproc.c:
20949 * config.in:
20950 * ecrt0.c:
20951 * emacs.c:
20952 * fileio.c:
20953 * frame.c:
20954 * getpagesize.h:
20955 * keyboard.c:
20956 * lread.c:
20957 * process.c:
20958 * puresize.h:
20959 * sysdep.c:
20960 * systty.h:
20961 * syswait.h:
20962 * unexec.c:
20963 * xdisp.c:
20964 * alloc.c: Remove code containing references to symbols defined by
20965 unsupported systems.
20966
20967 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
20968
20969 * coding.c (detect_coding_mask): Fix previous change.
20970
20971 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
20972
20973 * coding.c (detect_coding_iso2022): New arg
20974 latin_extra_code_state. Allow Latin extra codes only
20975 when *latin_extra_code_state is nonzero.
20976 (detect_coding_mask): If there is a NULL byte, detect the encoding
20977 as UTF-16 or binary. If Latin extra codes exist, detect the
20978 encoding as ISO-2022 only when there's no other proper encoding is
20979 found.
20980
20981 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20982
20983 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
20984 #ifdef MAC_OS.
20985
20986 2008-01-08 Richard Stallman <rms@gnu.org>
20987
20988 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
20989
20990 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
20991
20992 * keyboard.c (parse_menu_item): Don't enclose key bindings on
20993 menu bar in parentheses.
20994
20995 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
20996
20997 * m/7300.h:
20998 * m/acorn.h:
20999 * m/alliant-2800.h:
21000 * m/alliant.h:
21001 * m/alliant1.h:
21002 * m/alliant4.h:
21003 * m/altos.h:
21004 * m/amdahl.h:
21005 * m/apollo.h:
21006 * m/att3b.h:
21007 * m/aviion-intel.h:
21008 * m/aviion.h:
21009 * m/celerity.h:
21010 * m/clipper.h:
21011 * m/cnvrgnt.h:
21012 * m/convex.h:
21013 * m/cydra5.h:
21014 * m/delta88k.h:
21015 * m/dpx2.h:
21016 * m/dual.h:
21017 * m/elxsi.h:
21018 * m/f301.h:
21019 * m/gould-np1.h:
21020 * m/gould.h:
21021 * m/i860.h:
21022 * m/ibmps2-aix.h:
21023 * m/ibmrt-aix.h:
21024 * m/ibmrt.h:
21025 * m/irist.h:
21026 * m/is386.h:
21027 * m/isi-ov.h:
21028 * m/mega68.h:
21029 * m/mg1.h:
21030 * m/news-r6.h:
21031 * m/news-risc.h:
21032 * m/news.h:
21033 * m/nh3000.h:
21034 * m/nh4000.h:
21035 * m/ns16000.h:
21036 * m/ns32000.h:
21037 * m/nu.h:
21038 * m/orion.h:
21039 * m/orion105.h:
21040 * m/paragon.h:
21041 * m/pfa50.h:
21042 * m/plexus.h:
21043 * m/pyramid.h:
21044 * m/pyrmips.h:
21045 * m/sh3el.h:
21046 * m/sps7.h:
21047 * m/sr2k.h:
21048 * m/stride.h:
21049 * m/sun1.h:
21050 * m/sun2.h:
21051 * m/sun3-68881.h:
21052 * m/sun3-fpa.h:
21053 * m/sun3-soft.h:
21054 * m/sun3.h:
21055 * m/sun386.h:
21056 * m/symmetry.h:
21057 * m/tad68k.h:
21058 * m/tahoe.h:
21059 * m/targon31.h:
21060 * m/tek4300.h:
21061 * m/tekxd88.h:
21062 * m/tower32.h:
21063 * m/tower32v3.h:
21064 * m/ustation.h:
21065 * m/wicat.h:
21066 * m/xps100.h:
21067 * s/cxux.h:
21068 * s/cxux7.h:
21069 * s/dgux.h:
21070 * s/dgux4.h:
21071 * s/dgux5-4-3.h:
21072 * s/dgux5-4r2.h:
21073 * s/esix.h:
21074 * s/esix5r4.h:
21075 * s/hiuxmpp.h:
21076 * s/hiuxwe2.h:
21077 * s/iris3-5.h:
21078 * s/iris3-6.h:
21079 * s/isc2-2.h:
21080 * s/isc3-0.h:
21081 * s/isc4-0.h:
21082 * s/isc4-1.h:
21083 * s/newsos5.h:
21084 * s/newsos6.h:
21085 * s/osf1.h:
21086 * s/osf5-0.h:
21087 * s/riscix1-1.h:
21088 * s/riscix12.h:
21089 * s/sco4.h:
21090 * s/sco5.h:
21091 * s/sunos4-0.h:
21092 * s/sunos4-1.h:
21093 * s/sunos413.h:
21094 * s/sunos4shr.h:
21095 * s/umax.h:
21096 * s/unipl5-2.h:
21097 * s/xenix.h:
21098 * cxux-crt0.s:
21099 * unexapollo.c:
21100 * unexconvex.c:
21101 * unexenix.c:
21102 * unexsni.c: Remove files for systems no longer supported.
21103
21104 * m/intel386.h: Remove references to unsupported systems.
21105
21106 * w32.c (get_emacs_configuration): Remove reference to i860.
21107
21108 * sysdep.c: Remove dead code.
21109
21110 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
21111
21112 * s/rtu.h:
21113 * m/masscomp.h: Remove files. Platform is obsolete.
21114
21115 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
21116
21117 * dbusbind.c (Fdbus_method_return): New function.
21118 (xd_read_message): Add the serial number to the event.
21119 (Fdbus_register_method): Activate the function.
21120
21121 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21122
21123 * keyboard.c (read_key_sequence): Fix typo.
21124
21125 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
21126
21127 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
21128 (xd_signature, xd_append_arg): Handle element type detection for
21129 empty arrays.
21130 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
21131 SDATA () calls; this must be solved more general.
21132 (Fdbus_register_signal): Use SBYTES instead of strlen.
21133
21134 2008-01-03 Magnus Henoch <magnus@zemdatav>
21135
21136 * dbusbind.c (xd_append_arg): Use unsigned char instead of
21137 unsigned int for byte values (necessary for big-endian platform).
21138 (Fdbus_call_method): Handle the case of no returned arguments.
21139
21140 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
21141
21142 * dbusbind.c (xd_read_message): Use non-static input_event struct.
21143
21144 2007-12-31 Magnus Henoch <mange@freemail.hu>
21145
21146 * dbusbind.c (xd_signature): Signature of variant is just "v".
21147
21148 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
21149
21150 * dbusbind.c: Fix several errors and compiler warnings.
21151 Reported by Tom Tromey <tromey@redhat.com>.
21152 (XD_ERROR, XD_DEBUG_MESSAGE)
21153 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
21154 (xd_append_arg): Part for basic D-Bus types rewritten.
21155 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
21156 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
21157 appropriate.
21158 (xd_read_message): Return Qnil. Don't signal an error; it is not
21159 useful during event reading.
21160 (Fdbus_register_signal): Signal an error if the check for
21161 FUNCTIONP fails.
21162 (Fdbus_register_method): New function. The implementation is not
21163 complete, the call of the function signals an error therefore.
21164 (Fdbus_unregister_object): New function, renamed from
21165 Fdbus_unregister_signal. The initial check signals an error, if
21166 the object is not well formed.
21167
21168 2007-12-30 Richard Stallman <rms@gnu.org>
21169
21170 * textprop.c (get_char_property_and_overlay):
21171 Signal error if POSITION is out of range in a buffer.
21172
21173 2007-12-29 Martin Rudalics <rudalics@gmx.at>
21174
21175 * w32fns.c (Fx_create_frame): Make copy of frame parameters
21176 because the original parameters are in pure storage now.
21177
21178 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21179
21180 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
21181
21182 2007-12-22 Eli Zaretskii <eliz@gnu.org>
21183
21184 * callint.c (syms_of_callint) <command-history>: Add reference to
21185 history-length in the doc string.
21186
21187 2007-12-17 Jason Rumney <jasonr@gnu.org>
21188
21189 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
21190 before passing as wParam.
21191
21192 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
21193
21194 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
21195 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
21196 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
21197 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
21198 as number.
21199 (Fdbus_call_method): Fix docstring.
21200
21201 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
21202
21203 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
21204 New macros.
21205 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
21206 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
21207 Simplify.
21208 (xd_signature): New function.
21209 (xd_append_arg): Compute also signatures. Major rewrite.
21210 (xd_retrieve_arg): Make debug messages friendly.
21211 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
21212 Check for signatures of arguments.
21213
21214 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
21215
21216 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
21217 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
21218 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
21219 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
21220 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
21221 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
21222 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
21223 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
21224 (xd_retrieve_value): Remove. Functionality included in ...
21225 (xd_append_arg): New function.
21226 (Fdbus_call_method, Fdbus_send_signal): Apply it.
21227
21228 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
21229
21230 * dbusbind.c (top): Include <stdio.h>.
21231 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
21232 dbus_message_new_method_call and dbus_message_new_signal.
21233 (Fdbus_register_signal): Rename unique_name to uname.
21234 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
21235 non-existing unique name. Fix typos in matching rule. Return an
21236 object which is useful in Fdbus_unregister_signal.
21237 (Fdbus_unregister_signal): Reimplementation, in order to remove
21238 only the corresponding entry.
21239 (Vdbus_registered_functions_table): Change the order of entries.
21240 Apply these changes in xd_read_message and Fdbus_register_signal.
21241
21242 2007-12-16 Andreas Schwab <schwab@suse.de>
21243
21244 * fileio.c (Finsert_file_contents): Fix overflow check to not
21245 depend on undefined integer overflow.
21246
21247 2007-12-14 Jason Rumney <jasonr@gnu.org>
21248
21249 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
21250 for characters above 127.
21251
21252 2007-12-13 Jason Rumney <jasonr@gnu.org>
21253
21254 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
21255 before dereferencing array.
21256 (lookup_vk_code): Remove zero comparison.
21257
21258 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
21259
21260 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
21261 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
21262 Use `unsigned int' instead of `uint'.
21263 (xd_read_message, Fdbus_register_signal): Split expressions into
21264 multiple lines before operators "&&" and "||", according to the
21265 GNU Coding Standards.
21266
21267 2007-12-14 Eli Zaretskii <eliz@gnu.org>
21268
21269 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
21270
21271 2007-12-12 Juri Linkov <juri@jurta.org>
21272
21273 * buffer.c (Frename_buffer): In interactive spec replace
21274 `read-buffer' with `read-string' that uses `buffer-name-history'
21275 as history, and the current buffer's name as default.
21276
21277 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
21278
21279 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
21280 manipulating the backtrace manually.
21281 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
21282 (struct backtrace, backtrace_list): Remove.
21283 (command_loop_1): Remove dead var `no_direct'.
21284
21285 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
21286 preserve non-built-in buffer-local variables.
21287 (Fkill_all_local_variables): Don't re-create&re-set permanent
21288 buffer-local variables.
21289
21290 2007-12-09 Juri Linkov <juri@jurta.org>
21291
21292 * buffer.c (Frename_buffer): Change interactive spec from "s" to
21293 Lisp code that uses `read-buffer' with current buffer as default.
21294
21295 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
21296
21297 * dbusbind.c (xd_read_message): Generate an event for every
21298 registered handler. There might be several handlers registered
21299 for the same signal.
21300 (Fdbus_register_signal): Don't overwrite a registration for the
21301 same signal. Add a new registration if handlers are different.
21302 (Vdbus_registered_functions_table): Rework doc string.
21303
21304 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
21305
21306 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
21307 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
21308 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
21309 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
21310 Unify argument lists.
21311 (xd_read_message, Fdbus_register_signal): Reorder and extend event
21312 arguments and hash table keys. Use unique name for service.
21313 (Fdbus_unregister_signal): Remove checks.
21314 (Vdbus_registered_functions_table): Fix doc string.
21315
21316 2007-12-05 Magnus Henoch <mange@freemail.hu>
21317
21318 * process.c (make_process): Initialize pty_flag to 0.
21319
21320 2007-12-05 Jason Rumney <jasonr@gnu.org>
21321
21322 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
21323 specified XBMs.
21324
21325 2007-12-05 Richard Stallman <rms@gnu.org>
21326
21327 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
21328
21329 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21330
21331 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
21332 New variable.
21333 (mac_try_close_socket) [MAC_OSX]: New function.
21334 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
21335 Update cfsockets_for_select. Replace invalid CFRunLoop source.
21336
21337 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
21338 Use mac_try_close_socket.
21339
21340 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21341
21342 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
21343 reloc_base.
21344 (copy_dysymtab): Compute relocation base here.
21345 (rebase_reloc_address) [__ppc64__]: New function.
21346 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
21347 changed.
21348
21349 2007-12-05 Jason Rumney <jasonr@gnu.org>
21350
21351 * w32proc.c (sys_spawnve): Quote args with wildcards.
21352
21353 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21354
21355 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
21356 __objc_* sections.
21357 (unrelocate) [_LP64]: Set relocation base to address of data segment.
21358
21359 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
21360
21361 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
21362 Move check for Vdbus_registered_functions_table to
21363 xd_read_queued_messages.
21364 (xd_read_queued_messages): Protect xd_read_message calls by
21365 internal_condition_case_1.
21366
21367 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
21368
21369 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
21370 Qdbus_system_bus and Qdbus_session_bus, respectively.
21371 (Vdbus_intern_symbols): Remove.
21372 (Vdbus_registered_functions_table): New hash table.
21373 (XD_SYMBOL_INTERN_SYMBOL): Remove.
21374 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
21375 Rewrite in order to manage registered functions by hash table
21376 Vdbus_registered_functions_table.
21377
21378 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
21379
21380 * xterm.c: Update URL to Window Manager Specification in comment.
21381
21382 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
21383
21384 * config.in (HAVE_DBUS): Add.
21385
21386 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
21387 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
21388 (obj): Add $(DBUS_OBJ).
21389 (LIBES): Add $(DBUS_LIBS).
21390 (dbusbind.o): New target.
21391
21392 * dbusbind.c: New file.
21393
21394 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
21395
21396 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
21397 (Qdbus_event): New Lisp symbol.
21398 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
21399 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
21400 (keys_of_keyboard): Define dbus-event.
21401
21402 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
21403
21404 2007-12-01 Richard Stallman <rms@gnu.org>
21405
21406 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
21407
21408 2007-11-30 Jason Rumney <jasonr@gnu.org>
21409
21410 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
21411 (w32con_reset_terminal_modes): Clear screen buffer.
21412 (w32_face_attributes): Don't use color indexes that are out of range.
21413 Only reverse the default colors.
21414
21415 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
21416 WINDOWSNT.
21417
21418 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
21419
21420 2007-11-29 Jason Rumney <jasonr@gnu.org>
21421
21422 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
21423 (w32_face_attributes): Use Vtty_defined_color_alist to determine
21424 if the terminal colors are initialized.
21425 (unspecified_fg, unspecified_bg): Remove unused declarations.
21426
21427 2007-11-29 Andreas Schwab <schwab@suse.de>
21428
21429 * keyboard.c (apply_modifiers): Fix typo.
21430
21431 2007-11-29 Richard Stallman <rms@gnu.org>
21432
21433 * keymap.c (Fcurrent_local_map): Doc fix.
21434
21435 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
21436
21437 * s/gnu-kfreebsd.h: New file.
21438
21439 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
21440
21441 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
21442 Don't cast redundantly.
21443
21444 * keyboard.c (KEY_TO_CHAR): New macro.
21445 (parse_modifiers, apply_modifiers): Accept integer arguments.
21446 (read_key_sequence): Use them to unify the "shift->unshift" mapping
21447 for chars and symbol keys.
21448 After doing such remapping, apply function-key-map again.
21449
21450 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
21451
21452 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
21453 compiled anymore.
21454
21455 2007-11-26 Andreas Schwab <schwab@suse.de>
21456
21457 * process.c (list_processes_1): Fix indentation level of the
21458 command column.
21459
21460 2007-11-23 Andreas Schwab <schwab@suse.de>
21461
21462 * editfns.c (Fformat): Handle %c specially since it requires the
21463 argument to be of type int.
21464
21465 2007-11-23 Markus Triska <markus.triska@gmx.at>
21466
21467 * emacs.c (main): Call init_editfns before init_process, since
21468 init_process sets Vprocess_connection_type depending on OS release.
21469
21470 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21471
21472 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
21473 (find_symbol_value): Use do_symval_forwarding.
21474
21475 * data.c (set_internal): Set the value in the `cons-cell' (for
21476 Buffer_Local_values) not only for frame-local variables.
21477
21478 2007-11-22 Andreas Schwab <schwab@suse.de>
21479
21480 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
21481 values to sprintf.
21482 * keymap.c (Fsingle_key_description): Likewise.
21483 * print.c (print_object): Likewise.
21484
21485 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
21486
21487 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
21488 file for image is nil.
21489
21490 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
21491
21492 * term.c: Include stdarg.h.
21493 (fatal): Implement using varargs.
21494 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
21495
21496 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21497
21498 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
21499 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
21500 Update call to buffer_slot_type_mismatch.
21501 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
21502 (buffer_slot_type_mismatch): Update.
21503 * buffer.c (buffer_local_types): Remove.
21504 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
21505 (defvar_per_buffer): Set the type in the buffer_objfwd.
21506
21507 2007-11-21 Jason Rumney <jasonr@gnu.org>
21508
21509 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
21510 CreateFileMapping returns NULL on failure.
21511
21512 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21513
21514 * search.c (Fset_match_data): Remove the `evaporate' feature.
21515 (unwind_set_match_data): Don't use the `evaporate' feature.
21516
21517 2007-11-21 Jason Rumney <jasonr@gnu.org>
21518
21519 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
21520
21521 * w32console.c (w32con_write_glyphs): Remove unused variables.
21522
21523 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
21524
21525 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
21526
21527 * s/darwin.h (MULTI_KBOARD): Remove.
21528
21529 * macfns.c (x_create_tip_frame, Fx_create_frame)
21530 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
21531
21532 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21533
21534 * buffer.c (Fbuffer_local_value): Remove redundant test.
21535 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
21536 than in `current-buffer' to match the comment.
21537 Do the swap using swap_in_global_binding.
21538
21539 * data.c (store_symval_forwarding, set_internal):
21540 * eval.c (specbind): Remove dead code.
21541
21542 * coding.c (detect_coding, Fupdate_coding_systems_internal):
21543 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
21544 Since we do not want to see internal Lisp_*fwd objects here.
21545
21546 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
21547
21548 * sysdep.c (init_system_name): Use getaddrinfo if available.
21549
21550 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
21551 (x_scroll_bar_note_movement): start, end, with, height in struct
21552 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
21553
21554 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
21555
21556 * puresize.h (BASE_PURESIZE): Increase to 1190000.
21557
21558 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21559
21560 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
21561 This undoes Richard's change of 14-Oct-2002.
21562
21563 * alloc.c (allocate_other_vector):
21564 * lisp.h (allocate_other_vector): Remove.
21565
21566 * window.c (struct save_window_data): Move non-lisp data to the end
21567 and make it `int' rather than Lisp_Object.
21568 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
21569 Done wrap/unwrap integer values.
21570 (Fset_window_configuration, compare_window_configurations):
21571 Update use of fields to their new types.
21572
21573 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
21574 Turn integer fields into `int'. Merge x_window_low and x_window_high.
21575 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
21576 (SET_SCROLL_BAR_X_WINDOW): Remove.
21577 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
21578 Access the new x_window field directly.
21579 * xterm.c (x_scroll_bar_create): Use a pseudovector.
21580 Don't wrap/unwrap integers into Lisp_Objects.
21581 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
21582 (x_scroll_bar_report_motion):
21583 Don't wrap/unwrap integers into Lisp_Objects.
21584 (x_term_init): Use SDATA.
21585 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
21586 (x_scroll_bar_set_handle, x_scroll_bar_remove)
21587 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
21588 (x_scroll_bar_report_motion, x_scroll_bar_clear):
21589 * xfns.c (x_set_background_color):
21590 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
21591 Access the new x_window field directly.
21592
21593 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
21594 (allocate_pseudovector): Make non-static.
21595
21596 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
21597 (allocate_pseudovector): Declare.
21598 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
21599
21600 2007-11-15 Andreas Schwab <schwab@suse.de>
21601
21602 * editfns.c (Fformat): Correctly format EMACS_INT values.
21603 Also take precision into account when formatting an integer.
21604
21605 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
21606
21607 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21608
21609 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
21610 (syms_of_keyboard): Defsubr it.
21611
21612 * data.c (swap_in_global_binding): Fix longstanding bug where
21613 store_symval_forwarding was not called with the right second argument,
21614 thus causing objfwd-ing from being dropped.
21615
21616 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
21617
21618 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
21619 (Fx_display_pixel_height, Fx_display_planes)
21620 (Fx_display_color_cells, Fx_server_max_request_size)
21621 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21622 (Fx_display_visual_class, Fx_display_save_under):
21623 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
21624 (Fx_display_pixel_height, Fx_display_planes)
21625 (Fx_display_color_cells, Fx_server_max_request_size)
21626 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
21627 (Fx_display_mm_height, Fx_display_mm_width)
21628 (Fx_display_backing_store, Fx_display_visual_class)
21629 (Fw32_select_font, Fx_display_save_under):
21630 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
21631 (Fx_display_pixel_height, Fx_display_planes)
21632 (Fx_display_color_cells, Fx_server_max_request_size)
21633 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21634 (Fx_display_save_under): Fix typos in docstrings.
21635
21636 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
21637
21638 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
21639 corresponding to deleted entries; they are an implementation detail.
21640 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
21641 Remove variables.
21642 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
21643 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
21644 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
21645 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
21646 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
21647 (Fw32_define_rgb_color, Fw32_load_color_file)
21648 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
21649 Fix typos in docstrings.
21650 (Fx_server_version): Reflow docstring.
21651 (Fw32_shell_execute): Doc fixes.
21652
21653 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
21654
21655 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
21656 if w32_parse_hot_key returned nil.
21657
21658 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21659
21660 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
21661
21662 2007-11-09 Jason Rumney <jasonr@gnu.org>
21663
21664 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
21665
21666 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
21667
21668 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
21669 Remove W32_SCROLL_BAR_CLICK_EVENT.
21670
21671 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
21672 Add MULTIMEDIA_KEY_EVENT.
21673
21674 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
21675 (lispy_multimedia_keys) [WINDOWSNT]: New array.
21676 (make_lispy_event) [WINDOWSNT]: Use it to translate
21677 MULTIMEDIA_KEY_EVENT.
21678
21679 * w32term.h (WM_APPCOMMAND): Define if not already.
21680 (GET_APPCOMMAND_LPARAM): Likewise.
21681
21682 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
21683 WM_APPCOMMAND.
21684
21685 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
21686 (syms_of_w32fns): Export and initialize it.
21687 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
21688
21689 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
21690
21691 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
21692 twice.
21693
21694 * xdisp.c (handle_face_prop): Fix last change.
21695
21696 2007-11-09 Richard Stallman <rms@gnu.org>
21697
21698 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
21699 not just for after-strings and before-strings.
21700 Call face_for_overlay_string and pass the overlay to it.
21701 (handle_display_prop): Determine whether property came from an overlay.
21702 Pass OVERLAY arg to handle_single_display_spec.
21703 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
21704 (load_overlay_strings): Fill in it->string_overlays.
21705 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
21706
21707 * xfaces.c (face_for_overlay_string): Function renamed from
21708 face_at_buffer_position_no_overlays, and add arg OVERLAY.
21709
21710 * dispextern.h (struct it): New elt string_overlays.
21711 New elt from_overlay, also in stack.
21712 Rearrange a few elements.
21713 (face_for_overlay_string): Decl renamed from
21714 face_at_buffer_position_no_overlays, and add argument.
21715
21716 2007-11-09 Richard Stallman <rms@gnu.org>
21717
21718 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
21719 to get the base face for an overlay string.
21720
21721 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
21722
21723 * xfaces.c (face_at_buffer_position_no_overlays): New function.
21724
21725 * xdisp.c (handle_stop): Move some code out of loop.
21726
21727 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21728
21729 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
21730 Fix conversion from Lisp object to ATSUFontID.
21731
21732 2007-11-09 Jason Rumney <jasonr@gnu.org>
21733
21734 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
21735
21736 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21737
21738 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
21739 Don't assume regions are aligned to page boundary.
21740 (print_load_command_name): Add LC_UUID if defined.
21741
21742 2007-11-09 Richard Stallman <rms@gnu.org>
21743
21744 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
21745
21746 2007-11-07 Jason Rumney <jasonr@gnu.org>
21747
21748 * s/windows95.h: Remove.
21749
21750 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
21751
21752 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
21753 abort with a message on unhandled store_type values.
21754
21755 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
21756
21757 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
21758 Remove HAVE_X11R5 and HAVE_X11R4.
21759
21760 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21761
21762 * Makefile.in: Remove references to sunfns.c and sunfns.o.
21763
21764 2007-11-01 Johan Bockgård <bojohan@gnu.org>
21765
21766 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
21767 Don't set s->stippled_p here, since it has already been set by
21768 x_set_glyph_string_gc from x_draw_glyph_string.
21769
21770 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21771
21772 * sunfns.c: Remove file.
21773
21774 * m/sun386.h:
21775 * m/sun2.h:
21776 * m/sparc.h: Remove Sun windows code.
21777
21778 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
21779
21780 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
21781 (init_keyboard): Set current_kboard's window-system to nil.
21782 (tty_read_avail_input): Typo.
21783 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
21784
21785 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21786
21787 * s/usg5-4.h:
21788 * s/usg5-3.h:
21789 * s/ptx.h:
21790 * m/is386.h:
21791 * m/ibmps2-aix.h:
21792 * Makefile.in: Remove all mentions of X10.
21793
21794 * dispnew.c (syms_of_display): Don't mention version 10.
21795
21796 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
21797
21798 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
21799 ($(BLD)/abbrev.$(O)): Remove.
21800
21801 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
21802
21803 Rewrite abbrev.c in Elisp.
21804 * image.c (Qcount): Don't declare as extern.
21805 (syms_of_image): Initialize and staticpro `Qcount'.
21806 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
21807 * emacs.c (main): Don't call syms_of_abbrev.
21808 * Makefile.in (obj): Remove abbrev.o.
21809 (abbrev.o): Remove.
21810 * abbrev.c: Remove.
21811
21812 2007-10-26 Martin Rudalics <rudalics@gmx.at>
21813
21814 * window.c (window_min_size_2): Don't count header-line.
21815
21816 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21817
21818 * frame.h (struct frame): Move all bit fields after the first bit
21819 field to take advantage of the available space. Group all the
21820 chars together to reduce wasted space due to padding.
21821
21822 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
21823
21824 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
21825
21826 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
21827 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
21828 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
21829 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
21830 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
21831 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
21832 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
21833 (last_marked, mark_object_loop_halt): Make static.
21834
21835 * frame.c (syms_of_frame) <delete-frame-functions>:
21836 Fix typo in docstring.
21837
21838 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
21839
21840 * w32.c (init_environment): Fix tiny memory leak.
21841 (w32_get_resource): Remove unused variable `ok'.
21842
21843 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21844
21845 Make `window-system' into a keyboard-local variable (rather than
21846 frame-local as done originally by multi-tty).
21847
21848 * keyboard.h (struct kboard): Add Vwindow_system.
21849 * keyboard.c (init_kboard): Set a default for Vwindow_system.
21850 (mark_kboards): Mark Vwindow_system.
21851
21852 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
21853 (init_display): Don't set the obsolete `window-system' frame-param.
21854
21855 * xterm.c (x_term_init):
21856 * w32term.c (w32_create_terminal):
21857 * term.c (init_tty): Set Vwindow_system.
21858 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
21859 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
21860
21861 * xfns.c (Fx_create_frame, x_create_tip_frame):
21862 * w32fns.c (Fx_create_frame, x_create_tip_frame):
21863 * macfns.c (Fx_create_frame):
21864 Don't set the obsolete `window-system' frame-param.
21865
21866 * frame.h (Qwindow_system): Remove.
21867 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
21868 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
21869
21870 2007-10-24 Richard Stallman <rms@gnu.org>
21871
21872 * frame.c (x_figure_window_size): For fullscreen case,
21873 set USPosition | PPosition without clobbering rest of window_prompting.
21874
21875 * keyboard.c (Fcurrent_idle_time): Doc fix.
21876
21877 * print.c (Fwith_output_to_temp_buffer): Doc fix.
21878
21879 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21880
21881 * process.c (unwind_request_sigio): Only define if __ultrix__.
21882
21883 * callproc.c (child_setup): Remove spurious *.
21884
21885 * lisp.h (Fget_text_property): Declare.
21886 (have_menus_p): Declare it here rather than in sys-dep header files.
21887 * macterm.h (have_menus_p):
21888 * msdos.h (have_menus_p):
21889 * xterm.h (have_menus_p): Remove.
21890
21891 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
21892 (Fmake_variable_frame_local): Just check the variable's const-ness
21893 rather than checking nil or t.
21894
21895 2007-10-22 Jason Rumney <jasonr@gnu.org>
21896
21897 * w32fns.c: Include math.h.
21898 (w32_abort): Declaration moved to nt/config.nt.
21899
21900 * s/ms-w32.h (HAVE_STDLIB_H): Define.
21901 (abort): Redefinition moved to nt/config.nt.
21902
21903 * m/windowsnt.h: Remove.
21904
21905 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
21906
21907 * emacs.c (Fdump_emacs): Fix typo in message.
21908 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
21909 <installation-directory>: Reflow docstring.
21910
21911 2007-10-22 Juri Linkov <juri@jurta.org>
21912
21913 * minibuf.c: Allow minibuffer default to be a list of default values.
21914 With empty input use the first element of this list as returned default.
21915 (string_to_object)
21916 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
21917 (read_minibuf): If defalt is cons, set histstring to its car.
21918 (Fread_string): If default_value is cons, set val to its car.
21919 (Fread_buffer): If def is cons, use its car.
21920 (Fcompleting_read): If defalt is cons, set val to its car.
21921
21922 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
21923
21924 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
21925
21926 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
21927
21928 * doc.c (Fdocumentation): Check for advice in all cases.
21929
21930 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
21931
21932 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
21933
21934 2007-10-19 Richard Stallman <rms@gnu.org>
21935
21936 * doc.c (Fdocumentation): Check for and handle an advised function.
21937
21938 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
21939
21940 * process.c (Fset_process_filter): Doc fix.
21941
21942 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
21943
21944 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
21945 which caused key-translation-map to applied repeatedly (thus breaking
21946 double-mode).
21947
21948 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21949
21950 * xselect.c (x_own_selection, x_handle_selection_clear)
21951 (x_clear_frame_selections):
21952 * w32menu.c (list_of_panes, list_of_items):
21953 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
21954 * textprop.c (validate_plist, interval_has_all_properties)
21955 (interval_has_some_properties, interval_has_some_properties_list)
21956 (add_properties, text_property_list):
21957 * process.c (Fget_buffer_process, list_processes_1, status_notify):
21958 * minibuf.c (Fassoc_string):
21959 * macselect.c (x_own_selection, x_clear_frame_selections)
21960 (Fx_disown_selection_internal):
21961 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
21962 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
21963
21964 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
21965
21966 * process.c: Link to libs for calling res_init() if available.
21967 (Fmake_network_process): Call res_init() before getaddrinfo or
21968 gethostbyname, if possible.
21969
21970 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21971
21972 * lread.c (read1): Set pvectype for char_tables.
21973
21974 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
21975 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
21976 Add type checks.
21977 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
21978
21979 * alloc.c (free_misc): Use XMISCTYPE.
21980 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
21981
21982 2007-10-17 Glenn Morris <rgm@gnu.org>
21983
21984 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
21985 (syms_of_minibuf): Add Qcompletion_ignore_case.
21986 * dired.c (Qcompletion_ignore_case): Change to external.
21987 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
21988 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
21989 (Fread_file_name): Use it rather than intern'ing.
21990
21991 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
21992 (Fread_coding_system): Ignore case of user input.
21993
21994 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21995
21996 * xdisp.c (handle_display_prop): Ignore display specs after
21997 replacing one when string text is being replaced.
21998 (handle_single_display_spec): Pretend as if characters with display
21999 property haven't been consumed only when buffer text is being replaced.
22000
22001 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22002
22003 * xfns.c (Fx_create_frame, Fx_display_list):
22004 * window.c (window_fixed_size_p, enlarge_window)
22005 (shrink_window_lowest_first):
22006 * macterm.c (init_font_name_table):
22007 * macfns.c (Fx_create_frame, Fx_display_list):
22008 * lread.c (close_load_descs):
22009 * keyboard.c (read_char_x_menu_prompt):
22010 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
22011 * coding.c (code_convert_region_unwind): Test the type of an object
22012 rather than just !NILP before extracting data from it.
22013
22014 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
22015
22016 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
22017 (XMISCANY): New macro.
22018 (XMISCTYPE): Use it.
22019 (struct Lisp_Misc_Any): New type.
22020 (union Lisp_Misc): Use it.
22021 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
22022 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
22023 (find_symbol_value, set_internal, default_value, Fset_default)
22024 (Fmake_variable_buffer_local, Fmake_local_variable)
22025 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
22026 (Flocal_variable_if_set_p, Fvariable_binding_locus):
22027 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
22028 * alloc.c (allocate_buffer): Set the size and tag.
22029 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
22030 Use XMISCANY.
22031 (die): Follow the GNU convention for error messages.
22032 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
22033 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
22034 tag any more.
22035 (set_buffer_internal_1):
22036 * frame.c (store_frame_param):
22037 * eval.c (specbind):
22038 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
22039
22040 * doc.c (Fsnarf_documentation): Simplify.
22041
22042 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
22043
22044 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
22045 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
22046
22047 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
22048
22049 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
22050
22051 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
22052
22053 * eval.c (do_autoload): Don't save autoloads.
22054
22055 * data.c (Ffset): Save autoload of the function being set.
22056
22057 2007-10-07 John Paul Wallington <jpw@pobox.com>
22058
22059 * xfns.c (x_create_tip_frame): Set the `display-type' frame
22060 parameter before setting up faces.
22061
22062 2007-10-13 Eli Zaretskii <eliz@gnu.org>
22063
22064 * ccl.c (Fregister_code_conversion_map):
22065 * keyboard.c (append_tool_bar_item): Reformat last change.
22066
22067 * lisp.h (eabs): Rename from `abs'. All callers changed.
22068
22069 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
22070
22071 * buffer.c (add_overlay_mod_hooklist):
22072 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
22073 * fontset.c (make_fontset):
22074 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
22075 (append_tool_bar_item):
22076 * macmenu.c (grow_menu_items):
22077 * w32menu.c (grow_menu_items):
22078 * xmenu.c (grow_menu_items): Use larger_vector.
22079
22080 2007-10-13 Eli Zaretskii <eliz@gnu.org>
22081
22082 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
22083 selected frame'' on MSDOS).
22084
22085 2007-10-12 Martin Rudalics <rudalics@gmx.at>
22086
22087 * frame.c (Qexplicit_name): New variable.
22088 (x_report_frame_params): Report it in parameter alist.
22089 (syms_of_frame): Intern and staticpro it.
22090
22091 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
22092
22093 * macfns.c (x_create_tip_frame): Set terminal for frame.
22094
22095 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22096
22097 * frame.c (Qenvironment): Remove.
22098 (syms_of_frame) <Qenvironment>: Don't initialize.
22099 (Fdelete_frame): Don't treat the `environment' param specially.
22100 * frame.h (Qenvironment): Don't declare.
22101 * callproc.c (set_initial_environment): Don't set unused frame param.
22102
22103 * frame.c (Fframe_with_environment): Remove.
22104 (syms_of_frame) <Sframe_with_environment>: Don't declare.
22105
22106 * lisp.h (Fframe_with_environment): Don't declare.
22107
22108 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
22109
22110 * indent.c (indent_tabs_mode, last_known_column)
22111 (last_known_column_modified): Make static.
22112 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
22113
22114 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
22115
22116 * puresize.h (BASE_PURESIZE): Increase to 1170000.
22117
22118 2007-10-09 Jason Rumney <jasonr@gnu.org>
22119
22120 * w32term.c (x_set_window_size): Disable code that attempts to tell
22121 Lisp code about a size change before it actually happens.
22122
22123 2007-10-09 Richard Stallman <rms@gnu.org>
22124
22125 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
22126 return HANDLED_RETURN.
22127
22128 2007-10-08 Martin Rudalics <rudalics@gmx.at>
22129
22130 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
22131 when there's an unread command event.
22132
22133 * frame.c (focus_follows_mouse): Move here from frame.el to allow
22134 window autoselection act appropriately when leaving selected frame.
22135 (syms_of_frame): Initialize focus_follows_mouse.
22136 * frame.h (focus_follows_mouse): Extern it.
22137 * macterm.c (XTread_socket): When focus_follows_mouse is nil
22138 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
22139 * msdos.c (dos_rawgetc): Likewise.
22140 * w32term.c (w32_read_socket): Likewise.
22141 * xterm.c (handle_one_xevent): Likewise.
22142 * xdisp.c (syms_of_xdisp): In doc-string of
22143 mouse-autoselect-window mention focus-follows-mouse.
22144
22145 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22146
22147 * macterm.c (mac_load_query_font): Fix missing return value.
22148 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
22149 Add BLOCK_INPUT.
22150
22151 2007-10-08 Richard Stallman <rms@gnu.org>
22152
22153 * xdisp.c (get_window_cursor_type): Implement documented behavior
22154 for cursor-in-non-selected-windows = t.
22155
22156 2007-10-08 Jason Rumney <jasonr@gnu.org>
22157
22158 * w32.c (w32_get_resource): Always close registry keys.
22159
22160 2007-10-08 Jason Rumney <jasonr@gnu.org>
22161
22162 * makefile.w32-in (LIBS): Add COMCTL32.
22163
22164 * w32fns.c (globals_of_w32fns): Init common controls.
22165
22166 2007-10-08 Richard Stallman <rms@gnu.org>
22167
22168 * image.c (our_memory_buffer): Rename from omfib_buffer.
22169
22170 2007-10-08 Richard Stallman <rms@gnu.org>
22171
22172 * buffer.c (Foverlays_at): Doc fix.
22173
22174 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
22175
22176 * fns.c (Fplist_put): Preserve uneven tail data.
22177
22178 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
22179
22180 * termhooks.h (enum event_kind): Remove trailing comma.
22181
22182 * frame.h (enum): Remove trailing comma.
22183
22184 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
22185
22186 * w32proc.c (delete_child): Don't terminate threads of zombies.
22187
22188 2007-10-08 Martin Rudalics <rudalics@gmx.at>
22189
22190 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
22191
22192 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
22193 last-repeatable-command.
22194 (init_kboard): Initialize Vlast_repeatable_command.
22195 (command_loop_1): Set it to real_this_command unless that was
22196 bound to an input event.
22197 (mark_kboards): Mark it.
22198
22199 2007-10-08 Richard Stallman <rms@gnu.org>
22200
22201 * eval.c (condition-case): Doc fix.
22202
22203 2007-10-08 Masatake YAMATO <jet@gyve.org>
22204
22205 * xfaces.c (tty_supports_face_attributes_p): Fix code
22206 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
22207 was copied and not edited.
22208
22209 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
22210
22211 Add new `input-decode-map' keymap and use it for terminal
22212 escape sequences.
22213 * keyboard.h (struct kboard): Add Vinput_decode_map.
22214 Remove Vlocal_key_translation_map.
22215 * keyboard.c (read_key_sequence): Add support for input-decode-map.
22216 (init_kboard): Init input-decode-map.
22217 Replace local-key-translation-map back with key-translation-map.
22218 (syms_of_keyboard): Declare input-decode-map.
22219 Remove local-key-translation-map. Update docstrings.
22220 (mark_kboards): Mark Vinput_decode_map.
22221 Don't mark Vlocal_key_translation_map.
22222 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
22223 Replace local-key-translation-map back with key-translation-map.
22224 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
22225 Bind in input-decode-map rather than function-key-map.
22226
22227 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
22228 This was made redundant by the previous introduction of XSETPVECTYPE.
22229
22230 2007-10-09 Richard Stallman <rms@gnu.org>
22231
22232 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
22233
22234 2007-09-29 Richard Stallman <rms@gnu.org>
22235
22236 * eval.c (internal_condition_case_2, internal_condition_case_1)
22237 (internal_condition_case): Reenable abort if x_catching_errors ()
22238 to see if that really happens and why.
22239
22240 2007-10-06 Andreas Schwab <schwab@suse.de>
22241
22242 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
22243
22244 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
22245
22246 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
22247
22248 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22249
22250 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
22251
22252 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
22253
22254 * window.h (struct window):
22255 * window.c (struct save_window_data, struct saved_window):
22256 * termhooks.h (struct terminal):
22257 * process.h (struct Lisp_Process):
22258 * frame.h (struct frame):
22259 * buffer.h (struct buffer):
22260 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
22261 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
22262 The size field of (pseudo)vectors is now unsigned.
22263 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
22264
22265 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
22266 Turn `count' into an integer.
22267
22268 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
22269 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
22270 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
22271 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
22272 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
22273
22274 * alloc.c (allocate_pseudovector): New fun.
22275 (ALLOCATE_PSEUDOVECTOR): New macro.
22276 (allocate_window, allocate_terminal, allocate_frame)
22277 (allocate_process): Use it.
22278 (mark_vectorlike): New function.
22279 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
22280 (mark_terminals): Use it.
22281 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
22282 (Fmake_byte_code): Use XSETPVECTYPE.
22283
22284 * frame.c (Fframe_parameters): Minor simplification.
22285
22286 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
22287
22288 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
22289
22290 * buffer.c (Fget_buffer_create, init_buffer_once):
22291 * lread.c (defsubr):
22292 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
22293
22294 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
22295 defined differently in the m/*.h files.
22296 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
22297 (XSETPVECTYPE): New macro.
22298 (XSETPSEUDOVECTOR): Use it.
22299
22300 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
22301 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
22302
22303 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
22304 * lread.c (defvar_per_buffer):
22305 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
22306
22307 * window.c (candidate_window_p): Only consider as visible frames that
22308 are on the same terminal.
22309
22310 * m/ibms390x.h (MARKBIT): Remove unused macro.
22311
22312 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
22313
22314 * lread.c (Fload): Fix typo in docstring.
22315
22316 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
22317
22318 * floatfns.c (Fexpt): Manually check for overflows, so that a power
22319 of a non-zero value can't yield zero.
22320
22321 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
22322
22323 * term.c (term_clear_mouse_face, term_mouse_highlight)
22324 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
22325
22326 * print.c (safe_debug_print): Use XHASH.
22327
22328 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
22329 Lisp elements such as tags.
22330 (XHASH): New macro.
22331 (EQ): Use it.
22332 (SREF, SSET, STRING_COPYIN): Use SDATA.
22333 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
22334
22335 * alloc.c (mark_terminal): Remove left-over declaration.
22336 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
22337 (allocate_vectorlike): Remove type argument. Adjust callers.
22338 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
22339 Only handle the one remaining MEM_TYPE_VECTORLIKE.
22340
22341 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
22342 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
22343 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
22344 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
22345 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
22346 Use them.
22347
22348 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
22349 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
22350 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
22351
22352 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
22353
22354 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
22355 loaded by default.
22356
22357 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
22358
22359 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
22360 on this tty.
22361 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
22362
22363 * term.c (mouse_face_window): Rename from Qmouse_face_window.
22364 Update all users.
22365 (handle_one_term_event): Use Gpm_DrawPointer.
22366 (Fgpm_mouse_start): Rename from Fterm_open_connection.
22367 Signal errors instead of returning nil. Always return nil.
22368 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
22369 Make it a noop if gpm-mouse was not activated.
22370 (syms_of_term): Update names.
22371
22372 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
22373
22374 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
22375 (init_sys_modes): Check that gpm_tty is the current tty.
22376
22377 * alloc.c (allocate_terminal): Set the vector size to only count the
22378 lisp fields. Initialize those to nil.
22379 (mark_object): Don't treat terminals specially.
22380 (mark_terminal): Remove.
22381 (mark_terminals): Use mark_object instead.
22382
22383 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
22384 the GC to the beginning.
22385
22386 * indent.h:
22387 * indent.c: Use EMACS_INT for ints coming from Elisp data.
22388
22389 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
22390
22391 2007-09-25 Jason Rumney <jasonr@gnu.org>
22392
22393 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
22394
22395 * w32console.c (create_w32cons_output): Remove.
22396
22397 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
22398
22399 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
22400 (reset_sys_modes): Use reset_terminal_modes_hook.
22401
22402 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
22403
22404 * eval.c (do_autoload): Don't output any message.
22405
22406 2007-09-24 Juri Linkov <juri@jurta.org>
22407
22408 * emacs.c (standard_args): Change priority of "--no-splash"
22409 from 40 to 3. Add "--no-desktop" with the same priority.
22410
22411 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
22412
22413 * alloc.c (gc_sweep): Check cons cell mark bits word by word
22414 and optimize the case where they are all 1.
22415
22416 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
22417
22418 * lisp.h (abs): Define if not defined.
22419 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
22420 Don't define `abs', since it's defined in lisp.h.
22421
22422 2007-09-22 Eli Zaretskii <eliz@gnu.org>
22423
22424 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
22425 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
22426 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
22427 (init_tty): Use DEV_TTY instead of "/dev/tty".
22428 [WINDOWSNT]: No need to protect from NAME arg being null.
22429
22430 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22431
22432 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
22433 up the tty state.
22434
22435 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22436
22437 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
22438 (gpm_tty): Change its type.
22439 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
22440 (gpm_tty): Change its type and initialize it.
22441 (Fterm_open_connection): Check the frame is indeed a tty.
22442 Use the new gpm_tty.
22443 (Fterm_close_connection): Use the new gpm_tty.
22444 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
22445 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
22446
22447 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
22448
22449 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
22450 underline_color, to draw strike-through.
22451
22452 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22453
22454 * lisp.h (allocate_terminal): Declare.
22455
22456 * window.c (candidate_window_p): Consider frames that are being placed
22457 by the user as somewhere between visible and iconified.
22458 (window_loop): Prefer windows on the current frame.
22459 (Fselect_window): Move the use of select-frame to the beginning so we
22460 can just delegate all the work (it'll call us back anyway).
22461
22462 * frame.c (Qdisplay_environment_variable):
22463 * frame.h (Qdisplay_environment_variable): Delete.
22464
22465 * .gdbinit (xbacktrace): Print the arg's address rather than the value
22466 of the first arg, since that value may be a union.
22467
22468 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
22469 parameter rather than Qdisplay_environment_variable. If all else
22470 fails, look for DISPLAY in initial-environment.
22471
22472 2007-09-21 Glenn Morris <rgm@gnu.org>
22473
22474 * Makefile.in (emacstool): Remove target.
22475 (lisp, shortlisp): Remove termdev.elc.
22476
22477 2007-09-21 Markus Triska <markus.triska@gmx.at>
22478
22479 * xterm.c (x_delete_display): Compile session management conditionally.
22480
22481 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22482
22483 * callproc.c (getenv_internal_1): New function.
22484 (getenv_internal): Use it.
22485 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
22486
22487 * terminal.c (get_terminal): Don't accept ints to represent terminals.
22488 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
22489 (Fset_terminal_parameter): Work with dead terminals as well.
22490 (Fmodify_terminal_parameters): Remove.
22491
22492 * terminal.c (get_terminal): Handle terminals.
22493 Make sure the terminal returned is live.
22494 (create_terminal): Use allocate_terminal.
22495 (mark_terminals): Move to alloc.c.
22496 (delete_terminal): Use terminal->name as liveness status.
22497 NULL out fields after freeing their contents.
22498 Don't deallocate the object.
22499 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
22500 rather than an int.
22501 (Fterminal_live_p): Accept non-integer arguments.
22502 (Fterminal_list): Return terminal objects rather than an ints.
22503
22504 * alloc.c (enum mem_type): New member for `terminal' objects.
22505 (allocate_terminal): New function.
22506 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
22507 Handle terminals.
22508 (mark_terminal): New fun.
22509 (mark_terminals): Move from terminal.c.
22510
22511 * term.c (get_tty_terminal): Don't treat output_initial specially.
22512 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
22513 (delete_tty): Use terminal->name as liveness status.
22514
22515 * termhooks.h (struct terminal): Make it into a pseudovector.
22516 Remove `deleted' replaced by checking `name's nullness.
22517
22518 * print.c (print_object): Handle terminals.
22519
22520 * lisp.h (enum pvec_type): New `terminal' pseudovector.
22521 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
22522
22523 * frame.c (make_terminal_frame):
22524 * keyboard.c (tty_read_avail_input):
22525 * w32term.c (x_delete_terminal):
22526 * xfns.c (Fx_create_frame, x_create_tip_frame):
22527 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
22528
22529 2007-09-20 Glenn Morris <rgm@gnu.org>
22530
22531 * process.c (Fmake_network_process): Doc fix.
22532
22533 2007-09-19 Jason Rumney <jasonr@gnu.org>
22534
22535 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
22536
22537 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
22538
22539 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
22540 Fix a C warning regarding variable constness.
22541
22542 * xterm.c (handle_one_xevent): Fix a C warning.
22543
22544 2007-09-18 Jason Rumney <jasonr@gnu.org>
22545
22546 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
22547
22548 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
22549
22550 * gtkutil.c (gdpy_def): New variable.
22551 (xg_initialize): Initialize gdpy_def.
22552 (xg_display_close): If no other display exists, set gdpy_def to a
22553 new connection.
22554
22555 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
22556
22557 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
22558 when we have no file name for the icon.
22559 (xg_tool_bar_expose_callback): Remove.
22560 (xg_create_tool_bar): Don't connect expose signal to
22561 xg_tool_bar_expose_callback.
22562 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
22563
22564 2007-09-16 Andreas Schwab <schwab@suse.de>
22565
22566 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
22567 values instead of zapping them.
22568
22569 2007-09-14 Glenn Morris <rgm@gnu.org>
22570
22571 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
22572 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
22573 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
22574 scope and rename to omfib_buffer for clarity.
22575 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
22576
22577 2007-09-14 Kenichi Handa <handa@m17n.org>
22578
22579 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
22580
22581 2007-09-13 Jason Rumney <jasonr@gnu.org>
22582
22583 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
22584
22585 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
22586
22587 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
22588 (mac_term_init): Call here instead, passing rif.
22589
22590 2007-09-13 Glenn Morris <rgm@gnu.org>
22591
22592 * s/hpux.h: No longer define `static' as nothing.
22593
22594 2007-09-13 Johan Bockgård <bojohan@gnu.org>
22595
22596 * callint.c (Fcall_interactively): Remove unused var `fun'.
22597
22598 2007-09-12 Romain Francoise <romain@orebokech.com>
22599
22600 * window.c (prefer_window_split_horizontally, display_buffer):
22601 Revert 2007-09-08 change.
22602
22603 2007-09-12 Glenn Morris <rgm@gnu.org>
22604
22605 * alloca.c: Remove file.
22606 * Makefile.in (alloca): Do not undef.
22607 (allocaobj, alloca.o): Remove.
22608 (otherobj): Remove allocaobj.
22609 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
22610 * regex.c (C_ALLOCA): Remove all references and code that was only
22611 used when this was defined.
22612 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
22613 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
22614 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
22615
22616 * Makefile.in (SOURCES, unlock, relock): Delete.
22617
22618 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
22619 (menu_grab_callback): All uses changed.
22620
22621 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
22622 (x_reply_selection_request): All uses changed.
22623
22624 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
22625
22626 * lread.c (load_warn_old_style_backquotes): Change message to look
22627 better when it appears in the middle of byte-compiler messages.
22628
22629 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
22630
22631 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
22632
22633 * xterm.c (x_create_terminal): Add comment.
22634
22635 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
22636
22637 2007-09-10 Richard Stallman <rms@gnu.org>
22638
22639 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
22640
22641 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
22642
22643 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
22644 (DEFUN): Document `intspec', use it instead of `prompt'.
22645
22646 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
22647
22648 * data.c (Finteractive_form): If the interactive specification starts
22649 with a `(', use it as a Lisp form.
22650
22651 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
22652 name and file modes.
22653
22654 * callint.c (Fcall_interactively): Comment fixes.
22655
22656 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
22657
22658 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
22659 and compiled functions.
22660
22661 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
22662
22663 * window.c (prefer_window_split_horizontally): New variable.
22664 (display_buffer): Consider splitting window horizontally depending
22665 on prefer_window_split_horizontally.
22666
22667 2007-09-08 Eli Zaretskii <eliz@gnu.org>
22668
22669 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
22670
22671 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22672
22673 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
22674
22675 * frame.c (x_set_frame_parameters): Check number is positive before
22676 using XFASTINT.
22677
22678 * window.c (freeze_window_start): Don't presume selected_window holds
22679 a window object.
22680 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
22681
22682 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
22683
22684 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
22685
22686 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22687
22688 * window.c (Vsplit_window_preferred_function): New var.
22689 (Fdisplay_buffer): Use it.
22690 (syms_of_window): Export, and initialize it.
22691
22692 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
22693
22694 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
22695
22696 2007-09-06 Glenn Morris <rgm@gnu.org>
22697
22698 * gtkutil.c (menu_grab_callback) <cnt>:
22699 * xselect.c (x_reply_selection_request) <cnt>: Move static
22700 variable to file scope.
22701
22702 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22703
22704 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
22705 consistent values of selected_frame and selected_window.
22706
22707 2007-09-04 Jason Rumney <jasonr@gnu.org>
22708
22709 * w32console.c (initialize_w32_display): Zero unused hooks.
22710
22711 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22712
22713 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
22714 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
22715
22716 2007-09-04 Jason Rumney <jasonr@gnu.org>
22717
22718 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
22719 in w32console.c. Set up input. Remove XXX comments that have been
22720 confirmed as correct.
22721
22722 * s/ms-w32.h (MULTI_KBOARD): Define.
22723
22724 * w32console.c (one_and_only_w32cons): Remove.
22725 (initialize_w32_display): Take terminal argument.
22726
22727 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
22728 initialize_w32_display.
22729 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
22730
22731 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
22732
22733 * keyboard.c (discard_mouse_events): Discard it.
22734 (make_lispy_event): Translate it to a lisp event.
22735 (lispy_wheel_names): Add wheel-left and right events.
22736 (syms_of_keyboard): Enlarge wheel_syms.
22737
22738 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
22739 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
22740
22741 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
22742
22743 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
22744 from WM_MOUSEHWHEEL.
22745 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
22746
22747 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
22748 terminal.
22749
22750 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
22751 keyboard for the terminal.
22752
22753 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22754
22755 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
22756 (Vresume_tty_hook): Rename from Vresume_tty_functions.
22757 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
22758 and resume-tty-function to resume-tty-hook.
22759 (Fsuspend_tty, Fresume_tty): Use new names.
22760
22761 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
22762
22763 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
22764 if it starts with "n:".
22765
22766 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
22767
22768 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
22769
22770 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
22771
22772 * frame.h:
22773 * frame.c (Qterm_environment_variable): Remove.
22774 (syms_of_frame): Don't init and staticpro it.
22775
22776 * callproc.c (getenv_internal): Remove special case for $TERM.
22777
22778 * callproc.c (Vinitial_environment): New variable.
22779 (set_initial_environment): Initialize it.
22780 (syms_of_callproc): Declare it.
22781 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
22782 TERM under which a process runs is never related to the TERM in which
22783 Emacs is running.
22784
22785 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22786
22787 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
22788 * s/darwin.h: ... do it here.
22789
22790 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
22791
22792 * lisp.h (set_initial_environment): Rename from set_global_environment.
22793
22794 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
22795 removed by mistake on the multi-tty branch.
22796
22797 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
22798 (Fmodify_frame_parameters): Return a value.
22799
22800 * image.c (png_load): Comment-out var only used in commented-out code.
22801
22802 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
22803 before passing it to mark_object.
22804
22805 * xfaces.c (internal_resolve_face_name): Return a value.
22806 (internal_resolve_face_name, resolve_face_name_error): Comment out.
22807
22808 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
22809 (x_icon): Comment-out var only used in commented-out code.
22810
22811 2007-08-29 Romain Francoise <romain@orebokech.com>
22812
22813 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
22814 QUIT hasn't been provided.
22815
22816 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22817
22818 * callproc.c (child_setup, getenv_internal): Use the
22819 display-environment-variable and term-environment-variable frame params.
22820 (set_initial_environment): Initialise Vprocess_environment.
22821
22822 * config.in: Disable multi-keyboard support on a mac.
22823
22824 * frame.c (Qterm_environment_variable)
22825 (Qdisplay_environment_variable): New variables.
22826 (syms_of_frame): Intern and staticpro them.
22827 (Fmake_terminal_frame): Disable output method test.
22828
22829 * frame.h: Declare them here.
22830
22831 * macfns.c (x_set_mouse_color): Get rif from the frame.
22832 (x_set_tool_bar_lines): Don't use updating_frame.
22833 (mac_window): Add 2 new parameters for consistency with other systems.
22834 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
22835 frame parameters following what is done in X11 and w32. Don't use
22836 FRAME_MAC_DISPLAY_INFO.
22837 (Fx_open_connection, start_hourglass): Remove window-system check.
22838 (x_create_tip_frame): Get the keyboard from the terminal.
22839
22840 * macmenu.c: Reorder includes.
22841 (Fx_popup_menu): Use terminal specific mouse_position_hook.
22842
22843 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
22844 terminal parameter.
22845 (x_clear_frame): Add a frame parameter.
22846 (note_mouse_movement): Get rif from the frame.
22847 (mac_term_init): Initialize the terminal.
22848 (mac_initialize): Make static and move terminal initialization ...
22849 (mac_create_terminal): ... to this new function.
22850
22851 * macterm.h (struct mac_display_info): Add terminal.
22852 (mac_initialize): Delete declaration.
22853
22854 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
22855
22856 * sysdep.c: Comment out text after #endif.
22857
22858 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
22859 is defined. Better initialize ttys in windows. Use terminal
22860 specific mouse_position_hook.
22861
22862 * termhooks.h (union display_info): Add mac_display_info.
22863
22864 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
22865 Set the default minibuffer frame, window_system and the rest of the
22866 frame parameters following what is done in X11.
22867
22868 * w32term.c (w32_initialize): Make static.
22869
22870 * xselect.c (x_handle_selection_clear): Only access
22871 terminal->kboard when MULTI_KBOARD is defined.
22872
22873 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
22874 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
22875
22876 2007-08-29 Jason Rumney <jasonr@gnu.org>
22877
22878 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
22879 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
22880
22881 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
22882 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
22883
22884 * keyboard.c (restore_kboard_configuration): Only define when
22885 MULTI_KBOARD defined.
22886
22887 * makefile.w32-in: Update dependancies from Makefile.in.
22888 (OBJ1): Add terminal.$(O)
22889
22890 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
22891 Don't define function body.
22892 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
22893
22894 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
22895
22896 * w32.c (request_sigio, unrequest_sigio): Remove.
22897
22898 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
22899 (w32con_clear_frame, w32con_clear_end_of_line)
22900 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
22901 (w32con_delete_glyphs, w32con_set_terminal_window)
22902 (scroll_line, w32_sys_ring_bell): Add frame arg.
22903 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
22904 Add terminal arg.
22905 (PICK_FRAME): Remove.
22906 (w32con_write_glyphs): Use frame specific terminal coding.
22907 (one_and_only_w32cons): New global variable.
22908 (initialize_w32_display): Use it for storing hooks.
22909 (create_w32cons_output): New function.
22910
22911 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
22912 arg a frame.
22913
22914 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
22915 Set window_system.
22916 (x_set_tool_bar_lines): Don't use updating_frame.
22917 (Fx_create_frame): Set terminal and ref count.
22918 (Fx_open_connection): Remove window-system check.
22919
22920 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
22921
22922 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
22923 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
22924 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
22925 Add frame arg.
22926 (x_delete_terminal, w32_create_terminal): New functions.
22927 (w32_term_init): Create a terminal.
22928 (w32_initialize): Move terminal specific initialization to
22929 w32_create_terminal.
22930
22931 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
22932 (w32_clear_rect, w32_clear_area): Use background from frame.
22933 (w32_display_info): Add terminal.
22934 (w32_sys_ring_bell, x_delete_display): Declare here.
22935
22936 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
22937
22938 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
22939
22940 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
22941
22942 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
22943 Fix get_named_tty calls for the controlling tty.
22944
22945 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
22946
22947 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
22948
22949 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
22950
22951 * term.c (tty_insert_glyphs): Add missing first parameter.
22952
22953 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
22954
22955 * buffer.c (Fbuffer_list, Fbury_buffer):
22956 Take frame->buried_buffer_list into account.
22957
22958 * cm.c (current_tty): New variable, for cmputc().
22959 (cmputc): Use it.
22960 (cmcheckmagic): Add tty parameter, look up terminal streams there.
22961 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
22962 (cmgoto): Add tty parameter. Pass it on to calccost().
22963 Use emacs_tputs() instead of tputs().
22964
22965 * cm.h (emacs_tputs): New macro to set current_tty, and then call
22966 tputs().
22967 (current_tty): New variable, for cmputc().
22968 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
22969
22970 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
22971 (internal_condition_case, internal_condition_case_1)
22972 (internal_condition_case_2): Don't abort when x_catching_errors.
22973
22974 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
22975 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
22976 prevent crashes caused by bogus longjmps in read_char.
22977
22978 * keymap.h (Fset_keymap_parent): Add EXFUN.
22979
22980 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
22981 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
22982 Remove redundant definition.
22983
22984 * macfns.c (x_set_mouse_color, x_make_gc):
22985 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22986
22987 * w32term.c (x_free_frame_resources):
22988 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22989 (w32_initialize): Use the accessor macros for terminal characteristics.
22990
22991 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
22992 Use the accessor macros for terminal characteristics.
22993 * msdos.c (internal_terminal_init): Use the accessor macros for
22994 terminal characteristics.
22995 (ScreenVisualBell, internal_terminal_init):
22996 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22997
22998 * termopts.h (no_redraw_on_reenter): Declare.
22999
23000 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
23001 (mark_terminals, mark_ttys): Declare.
23002 (Fgarbage_collect): Call them.
23003 (mark_object): Mark buried_buffer_list.
23004
23005 * prefix-args.c: Include stdlib.h for exit.
23006
23007 * syssignal.h: Add comment.
23008
23009 * indent.c: Include stdio.h.
23010
23011 * window.h (Vinitial_window_system): Declare.
23012 (Vwindow_system): Delete declaration.
23013
23014 * fontset.c (Finternal_char_font): Use FRAME_RIF.
23015
23016 * image.c (lookup_image): Don't initialize `c' until the xasserts
23017 have been run.
23018
23019 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
23020 FRAME_FOREGROUND_PIXEL.
23021
23022 * print.c (print_preprocess): Don't lose print_depth levels while
23023 iterating.
23024
23025 * widget.c (update_from_various_frame_slots):
23026 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23027
23028 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
23029 frames.
23030 (window_internal_height): Remove bogus make_number call.
23031 (init_window_once): Call make_terminal_frame with two zero parameters.
23032
23033 * fileio.c (Fread_file_name): Update comment.
23034
23035 * callint.c (Fcall_interactively):
23036 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
23037 Make sure it is correctly unwound.
23038
23039 * xsmfns.c (x_session_close): New function.
23040
23041 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
23042 Delete declarations.
23043
23044 * xterm.h: Remove declaration for x_fully_uncatch_errors.
23045 (x_output): Remove background_pixel and foreground_pixel fields.
23046 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
23047 (x_delete_device, x_session_close): Declare.
23048
23049 * lread.c: Include setjmp.h. Update declaration of `read_char'.
23050 (read_filtered_event): Call `read_char' with a local
23051 `wrong_kboard_jmpbuf'.
23052
23053 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
23054 Don't call single_kboard_state. Use FRAME_RIF.
23055
23056 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
23057 systems.
23058
23059 * lisp.h (set_process_environment): Rename to `set_global_environment'.
23060 (Fframe_with_environment, Fset_input_meta_mode)
23061 (Fset_quit_char): EXFUN.
23062 (x_create_device, tty_output, terminal, tty_display_info): Declare.
23063 (init_sys_modes, reset_sys_modes): Update prototypes.
23064 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
23065
23066 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
23067 Vlocal_key_translation_map, and Vkeyboard_translate_table.
23068 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
23069 Delete declarations.
23070 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
23071 (temporarily_switch_to_single_kboard, tty_read_avail_input):
23072 New declarations.
23073
23074 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
23075 already does that during init_display(). Call syms_of_keymap
23076 before syms_of_keyboard. Call `syms_of_terminal'.
23077 Call set_initial_environment, not set_process_environment.
23078 (shut_down_emacs): Call reset_all_sys_modes() instead of
23079 reset_sys_modes().
23080
23081 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
23082 (internal_resolve_face_name, resolve_face_name_error): New functions.
23083 (resolve_face_name): Protect against loops and errors thrown by Fget.
23084 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
23085 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
23086
23087 * scroll.c: Replace CURTTY() with local variables throughout the
23088 file (where applicable).
23089 (calculate_scrolling, calculate_direct_scrolling)
23090 (scrolling_1, scroll_cost): Use the accessor macros for terminal
23091 characteristics.
23092
23093 * keymap.c (Vfunction_key_map): Remove.
23094 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
23095 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
23096 (Vkey_translation_map): Remove.
23097 (syms_of_keymap): Remove DEFVAR for key-translation-map.
23098 (Fdescribe_buffer_bindings)
23099 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
23100 Update for terminal-local key-translation-map.
23101
23102 * Makefile.in (callproc.o): Update dependencies.
23103 (lisp, shortlisp): Add termdev.elc.
23104 (obj): Add terminal.o.
23105 (terminal.o): Add dependencies.
23106 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
23107 (data.o, fns.o): Add termhooks.h dependency.
23108 (SOME_MACHINE_LISP): Add dnd.elc.
23109 (minibuf.o): Fix typo.
23110 Update dependencies.
23111
23112 * data.c (do_symval_forwarding, store_symval_forwarding)
23113 (find_symbol_value): Use the selected frame's keyboard, not
23114 current_kboard.
23115
23116 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
23117 Vwindow_system.
23118
23119 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
23120 Fmenu_bar_open.
23121 (syms_of_xmenu): Update defsubr.
23122 (mouse_position_for_popup, Fx_popup_menu)
23123 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
23124 (set_frame_menubar, free_frame_menubar)
23125 (create_and_show_popup_menu, xmenu_show)
23126 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
23127 an X frame.
23128
23129 * xselect.c (x_own_selection): Abort if not an X frame.
23130 (some_frame_on_display): Check if it is an X frame.
23131 (x_handle_selection_clear): Deal with MULTI_KBOARD.
23132
23133 * coding.c: Include frame.h and termhooks.h.
23134 (terminal_coding, keyboard_coding): Delete.
23135 (Fset_terminal_coding_system_internal)
23136 (Fset_keyboard_coding_system_internal)
23137 (Fkeyboard_coding_system)
23138 (Fterminal_coding_system): Add a terminal parameter.
23139 Get terminal_coding from the terminal.
23140 (init_coding_once): Don't call setup_coding_system here.
23141
23142 * dispextern.h (set_scroll_region, turn_off_insert)
23143 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
23144 (tty_clear_end_of_line, tty_setup_colors)
23145 (delete_tty, updating_frame)
23146 (produce_special_glyphs, produce_glyphs, write_glyphs)
23147 (insert_glyphs): Remove.
23148 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
23149 (tty_turn_off_highlight, get_tty_size): Add declaration.
23150 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
23151
23152 * frame.h (enum output_method): Add output_initial.
23153 (struct x_output): Delete.
23154 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
23155 Access foreground_pixel and background_pixel directly from the frame.
23156 (tty_display): Delete.
23157 (struct frame): Add buried_buffer_list, foreground_pixel,
23158 background_pixel and terminal. Delete kboard.
23159 (union output_data): Add tty.
23160 (FRAME_KBOARD): Get the kboard from the terminal.
23161 (FRAME_INITIAL_P): New macro.
23162 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
23163 (Qterm_environment_variable, Qdisplay_environment_variable)
23164 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
23165 New declarations.
23166
23167 * termchar.h (tty_output, tty_display_info): New structures.
23168 (tty_list): Declare.
23169 (FRAME_TTY, CURTTY): New macros.
23170 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
23171 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
23172 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
23173 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
23174
23175 * callproc.c: Include frame.h and termhooks.h, for terminal
23176 parameters.
23177 (add_env): New function.
23178 (child_setup): Use it.
23179 (child_setup, getenv_internal): Handle the new Vprocess_environment.
23180 (getenv_internal): Fix get_terminal_param call.
23181 (Fgetenv_internal, egetenv): Update doc.
23182 (syms_of_callproc): Initialize Vprocess_environment to nil.
23183 Register and initialize them. Remove obsolete defvars. Update doc
23184 strings.
23185 (child_setup): Handle Vlocal_environment_variables.
23186 (getenv_internal): Add terminal parameter.
23187 Handle Vlocal_environment_variables.
23188 (Fgetenv_internal): Add terminal parameter.
23189 (child_setup, getenv_internal, Fgetenv_internal): Store the local
23190 environment in a frame (not terminal) parameter. Update doc strings.
23191 (set_initial_environment): Rename from set_global_environment.
23192 Store Emacs environment in initial frame parameter.
23193
23194 * xdisp.c (redisplay_internal): Update references to
23195 `previous_terminal_frame'.
23196 (display_mode_line, Fformat_mode_line): Replace calls to
23197 `push_frame_kboard' with `push_kboard'.
23198 (get_glyph_string_clip_rects): Add extra parentheses and
23199 braces to prevent compiler warnings.
23200 (calc_pixel_width_or_height): Add xassert to check that the
23201 frame is alive. Don't call `lookup_image' on a termcap frame.
23202 (message2_nolog, message3_nolog, redisplay_internal)
23203 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
23204 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
23205 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
23206 (Fx_display_pixel_width, Fx_display_pixel_height)
23207 (Fx_display_planes, Fx_display_color_cells)
23208 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
23209 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
23210 (Fx_display_backing_store, Fx_display_visual_class)
23211 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
23212 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
23213
23214 * xfns.c (x_set_foreground_color x_set_background_color)
23215 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
23216 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23217 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
23218 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
23219 terminal that is being deleted.
23220 (Fx_create_frame): Use `store_frame_param' to set `window-system'
23221 frame parameter, and make sure it overrides any user-supplied setting.
23222 (Fx_close_connection, Fx_synchronize): Unify argument names with
23223 the rest of the DEFUNs.
23224
23225 * dispnew.c (Fsend_string_to_terminal): Update call to
23226 `get_tty_terminal'.
23227 (Fredraw_frame, Fsend_string_to_terminal)
23228 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
23229 FRAME_TERMCAP_P and FRAME_TTY.
23230 (window_change_signal): Don't believe width/height values that are
23231 impossibly small.
23232 (Vinitial_window_system): Rename from Vwindow_system.
23233 (termscript, Wcm, rif): Delete.
23234
23235 * termhooks.h (struct terminal): New struct containing the
23236 previously global text display hooks and new members NAME,
23237 DELETED and PARAM_ALIST.
23238 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
23239 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
23240 (FRAME_RIF): New macros.
23241 (get_terminal_param, get_device): New declarations.
23242 (termscript): Delete declaration.
23243
23244 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
23245 (XTflash, x_free_frame_resources, x_scroll_bar_create)
23246 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
23247 FRAME_FOREGROUND_PIXEL.
23248 (x_fully_uncatch_errors): Disable definition.
23249 (x_scroll_bar_expose): Fix reference to foreground pixel.
23250 (XTread_socket): Disable loop on all X displays.
23251 (x_delete_terminal): Don't set terminal->deleted and let
23252 delete_terminal delete the frames on the terminal.
23253 (x_delete_display): Doc update to reflect changes in
23254 delete_terminal.
23255 (x_display_info) <terminal>: Move member earlier in the struct.
23256 (deleting_tty): Remove old variable.
23257 (Fsuspend_tty): Call clear_tty_hooks.
23258 (Fresume_tty, init_tty): Call set_tty_hooks.
23259 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
23260 errors on X frames.
23261 (x_catch_errors_unwind): Abort if x_error_message is NULL.
23262 (handle_one_xevent): Initialize `f' to NULL.
23263 (x_delete_terminal, x_create_terminal): New functions.
23264 (XTset_terminal_modes, XTreset_terminal_modes)
23265 (XTread_socket, x_connection_closed, x_term_init)
23266 (x_term_init, x_delete_display): Add terminal parameter.
23267 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
23268 X connections.
23269
23270 * frame.c: Include termchar.h.
23271 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
23272 (Qwindow_system, Qenvironment, Qterm_environment_variable)
23273 (Qdisplay_environment_variable): New vars.
23274 (Fframep): Deal with output_initial.
23275 (Fframe-live-p): Doc fix.
23276 (Fwindow-system): New function.
23277 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
23278 (make_terminal_frame): Don't create frames on a terminal that is
23279 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23280 (store_frame_param): Check for found_for_frame before calling XFRAME.
23281 (Fmake_terminal_frame): Handle NULL tty names correctly.
23282 (syms_of_frame): Enhance doc string of `default-frame-alist'.
23283 (Fdelete_frame): Remove unused variable `count'. Don't allow other
23284 frames to refer to a deleted frame in their 'environment parameter.
23285 (Fframe_with_environment): New function.
23286 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
23287 (get_future_frame_param): New function.
23288 (Fmake_terminal_frame): Use it.
23289 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
23290
23291 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
23292 * sysdep.c (reset_sys_modes): Update for renames.
23293
23294 * keyboard.c (tty_read_avail_input): New function.
23295 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
23296 (syms_of_keyboard): Defsubr them.
23297 (Fset_input_meta_mode, Fset_quit_char): New functions.
23298 (Fset_input_mode): Split to above functions.
23299 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
23300 parameter. Use it in call to `read_char'.
23301 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
23302 Set wrong_kboard_jmpbuf correctly in recursive calls.
23303 Use current_kboard to access Vkeyboard_translate_table.
23304 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
23305 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
23306 Update longjmp invocations. Remember the original current_kboard,
23307 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
23308 changes it. Comment out unnecessary calls to
23309 `record_single_kboard_state' and `any_kboard_state'.
23310 Update recursive calls.
23311 (wrong_kboard_jmpbuf): Remove global variable.
23312 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
23313 Handle deleted interrupted_kboards correctly; that is a legal
23314 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
23315 and read_char calls. Abort if interrupted_kboard died in read_char.
23316 (any_kboard_state, single_kboard_state)
23317 (push_frame_kboard): Remove function.
23318 (pop_kboard): Switch out of single_kboard mode if the kboard has
23319 been deleted. Remove unused variable. Help debugging by not
23320 changing current_kboard unnecessarily. Set current_kboard to the
23321 kboard of the selected frame when the stored kboard object has
23322 been deleted before pop_kboard.
23323 (temporarily_switch_to_single_kboard): Change first parameter to a
23324 frame pointer. Throw an error when caller wants to change kboards
23325 while in single_kboard mode. Don't push_kboard if we weren't in
23326 single kboard state. Don't pop_kboard if we popped into any
23327 kboard state.
23328 (restore_kboard_configuration): Abort if pop_kboard changed the
23329 kboard in single_kboard mode. Call pop_kboard only after setting
23330 up single_kboard mode.
23331 (Frecursive_edit): Switch to single_kboard mode only in nested
23332 command loops.
23333 (cmd_error, command_loop, command_loop_1, timer_check):
23334 Comment out unnecessary call to `any_kboard_state' and
23335 `record_single_kboard_state'.
23336 (delete_kboard): Exit single_kboard mode if we have just deleted
23337 that kboard. Use FRAME_KBOARD.
23338 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
23339 `fatal_error_signal'.
23340 (record_single_kboard_state): Don't push_kboard if we weren't in
23341 single kboard state. Don't pop_kboard if we popped into any
23342 kboard state.
23343 (push_frame_kboard): Rename to push_kboard.
23344 (kbd_buffer_get_event): Use FRAME_TERMINAL.
23345 (read_avail_input): Read input from all terminals.
23346 (mark_kboards): Also mark Vkeyboard_translate_table.
23347 (kbd_buffer_store_event_hold): Simplify condition.
23348 (read_key_sequence): Reinitialize fkey and keytran at each replay.
23349 (Vkeyboard_translate_table): Move to struct kboard.
23350 (init_kboard): Initialize Vkeyboard_translate_table.
23351 (syms_of_keyboard): Use DEFVAR_KBOARD to define
23352 Vkeyboard_translate_table. Update doc strings. Update docs of
23353 local-function-key-map and function-key-map.
23354
23355 * terminal.c: New file.
23356
23357 * term.c: Include errno.h.
23358 (Vring_bell_function, device_list, initial_device)
23359 (next_device_id, ring_bell, update_begin, update_end)
23360 (set_terminal_window, cursor_to, raw_cursor_to)
23361 (clear_to_end, clear_frame, clear_end_of_line)
23362 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
23363 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
23364 (syms_of_term): Move their initialization to terminal.c.
23365 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
23366 (Ftty_display_color_cells)
23367 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
23368 (clear_tty_hooks, set_tty_hooks)
23369 (init_tty, maybe_fatal): New functions.
23370 (Ftty_type): Return nil if terminal is not on a tty instead of
23371 throwing an error. Doc update.
23372 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
23373 Doc update. Initialize new subrs and variables.
23374 (delete_tty): Use terminal->deleted.
23375 (tty_set_terminal_modes): Rename from set_terminal_modes.
23376 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
23377 (set_scroll_region): Rename to `tty_set_scroll_region'.
23378 (turn_on_insert): Rename to `tty_turn_on_insert'.
23379 (turn_off_insert): Rename to `tty_turn_off_insert'.
23380 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
23381 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
23382 (toggle_highligh): Rename to `tty_toggle_highlight'.
23383 (background_highlight): Rename to `tty_background_highlight'.
23384 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
23385 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
23386 (tty_set_scroll_region, tty_background_highlight)
23387 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
23388 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
23389 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
23390 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
23391 Add static modifier.
23392 (tty_reset_terminal_modes, tty_set_terminal_window)
23393 (tty_set_scroll_region, tty_background_highlight)
23394 (tty_highlight_if_desired, tty_cursor_to)
23395 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
23396 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
23397 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
23398 renames.
23399
23400 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
23401
23402 * keyboard.c: Qrtl is new.
23403 (parse_tool_bar_item): Handle :rtl keyword.
23404 (syms_of_keyboard): Intern :rtl keyword.
23405
23406 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
23407
23408 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
23409 so no Lisp code is executed.
23410 (file_for_image, find_rtl_image): New functions.
23411 (xg_get_image_for_pixmap): Use file_for_image.
23412 (update_frame_tool_bar): If direction is RTL, use RTL image if
23413 defined. Use Gtk stock images if defined.
23414
23415 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23416
23417 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
23418 for nonexistent or zero-width glyph in composition glyph.
23419
23420 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
23421
23422 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
23423
23424 * xdisp.c (Finvisible_p): New function.
23425 (syms_of_xdisp): defsubr it.
23426
23427 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
23428
23429 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
23430 Doc fixes.
23431
23432 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23433
23434 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
23435
23436 2007-08-24 Martin Rudalics <rudalics@gmx.at>
23437
23438 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
23439 whether decoding has modified buffer contents.
23440
23441 2007-08-24 Jason Rumney <jasonr@gnu.org>
23442
23443 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
23444 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
23445 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
23446 (init_svg_functions) [HAVE_NTGUI]: New function.
23447 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
23448 (svg_load_image): Use them.
23449 (svg_load_image) [HAVE_NTGUI]: Implement background.
23450
23451 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23452
23453 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
23454 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
23455 (LIBX): Remove @RSVG_LIBS@.
23456 (LIBES): Add $(RSVG_LIBS).
23457
23458 * image.c (svg_load_image): Blend with specified background if exists.
23459 Use IMAGE_BACKGROUND. Add Mac OS Support.
23460
23461 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
23462 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
23463 Remove macros.
23464 [MAC_OSX] (socket_callback): Do nothing.
23465 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
23466 ReceiveNextEvent.
23467 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
23468 socket_callback.
23469 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
23470
23471 2007-08-22 Glenn Morris <rgm@gnu.org>
23472
23473 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
23474
23475 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
23476
23477 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
23478
23479 * image.c: Add support for SVG images. Some additional comments
23480 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
23481 (svg_image_p): New function to test for SVG image.
23482 (svg_load): New function to load SVG image.
23483 (svg_load_image): New function, helper for svg_load.
23484 (Qsvg): New Lisp_object.
23485 (svg_keyword_index): New enum.
23486 (svg_format): New static `image_keyword' struct.
23487 (svg_type): New static `image_type' struct.
23488 (librsvg/rsvg.h): Include it.
23489
23490 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
23491
23492 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
23493
23494 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23495
23496 * lread.c (Qold_style_backquotes): New var.
23497 (syms_of_lread): Init and staticpro it.
23498 (load_warn_old_style_backquotes): New fun.
23499 (Fload): Use them to warn about old style backquotes.
23500 (end_of_file_error, Fload): Remove unused vars.
23501
23502 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
23503
23504 * lread.c (Vold_style_backquotes): New var.
23505 (syms_of_lread): Init and export it to Elisp.
23506 (read1): Set it when we find an old-style (back)quote.
23507
23508 2007-08-22 Jason Rumney <jasonr@gnu.org>
23509
23510 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
23511
23512 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
23513
23514 * puresize.h (BASE_PURESIZE): Increase to 1140000.
23515
23516 2007-08-19 Richard Stallman <rms@gnu.org>
23517
23518 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
23519
23520 2007-08-19 Andreas Schwab <schwab@suse.de>
23521
23522 * alloc.c (pure): Round PURESIZE up.
23523
23524 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
23525
23526 * xterm.c (handle_one_xevent): Remove check that mouse click is in
23527 active frame.
23528
23529 2007-08-16 Richard Stallman <rms@gnu.org>
23530
23531 * eval.c (Fcommandp): Add parens to clarify.
23532
23533 * minibuf.c (Fall_completions): Use enum for type of table.
23534
23535 * emacs.c (USAGE2): Improve text.
23536
23537 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
23538
23539 * term.c (tty_default_color_capabilities): Declare static
23540 variables in file scope, to avoid HPUX compiler problem.
23541
23542 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
23543
23544 * gtkutil.c (update_frame_tool_bar): Use -1 as index
23545 to gtk_toolbar_insert.
23546
23547 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
23548
23549 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
23550
23551 * insdel.c (reset_var_on_error): New fun.
23552 (signal_before_change, signal_after_change):
23553 Use it to reset (after|before)-change-functions to nil in case of error.
23554 Bind inhibit-modification-hooks to t.
23555 Don't bind (after|before)-change-functions to nil while they run.
23556
23557 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23558
23559 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
23560 filling pixmap with stippled background.
23561
23562 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23563
23564 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
23565 Don't use invisible frame as parent window for repositioning.
23566
23567 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
23568
23569 * print.c (new_backquote_output): Rename from old_backquote_output.
23570 (print): Inverse its logic (according to its name) so as to match the
23571 behavior of new_backquote_flag in lread.c.
23572
23573 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23574
23575 * gmalloc.c (posix_memalign): New function.
23576
23577 * macterm.c (frame_highlight, frame_unhighlight): Don't call
23578 ActivateControl/DeactivateControl here.
23579 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
23580 frame-notice-user-settings is non-nil.
23581 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
23582 for kEventParamFMFontStyle.
23583 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
23584 mac_pass_command_to_system and mac_pass_control_to_system here.
23585 (XTread_socket): Call ActivateControl/DeactivateControl here.
23586 (XTread_socket) [TARGET_API_MAC_CARBON]:
23587 Check mac_pass_command_to_system and mac_pass_control_to_system here.
23588 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
23589 for window repositioning.
23590
23591 2007-08-08 Glenn Morris <rgm@gnu.org>
23592
23593 * Replace `iff' in doc-strings and comments.
23594
23595 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
23596
23597 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
23598
23599 2007-08-07 Martin Rudalics <rudalics@gmx.at>
23600
23601 * fileio.c (Finsert_file_contents): Run format-decode and
23602 after_insert_file_functions on entire buffer when REPLACE is
23603 non-nil and inhibit modification_hooks and point_motion_hooks.
23604 For consistency, run after_insert_file_functions iff something
23605 got inserted. Move signal_after_change and update_compositions
23606 after code running after_insert_file_functions. Make sure that
23607 undo_list doesn't record intermediate steps of the decoding process.
23608
23609 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23610
23611 * emacs.c (main)
23612 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
23613 Call malloc_enable_thread on interactive startup.
23614
23615 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
23616 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
23617 [USE_PTHREAD]: Conditionalize with it.
23618 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
23619 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
23620 New functions.
23621
23622 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
23623
23624 * xdisp.c (redisplay_window): When restoring original buffer
23625 position, make sure it is still valid.
23626
23627 * image.c (png_load): Ignore png-supplied background color.
23628
23629 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23630
23631 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
23632 Use kCFAbsoluteTimeIntervalSince1970.
23633
23634 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
23635 New variable.
23636 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
23637 event loop should be quit.
23638 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
23639 Quit dialog event loop if quit_dialog_event_loop is set.
23640
23641 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
23642 (Selection): New typedef. Use instead of ScrapRef.
23643 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
23644 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
23645 (mac_clear_selection): Rename from clear_scrap.
23646 (get_flavor_type_from_symbol): New argument SEL and subsume function of
23647 scrap_has_target_type. All uses changed.
23648 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
23649 (mac_selection_has_target_p): New functions.
23650 (mac_put_selection_value): Rename from put_scrap_string.
23651 (mac_get_selection_value): Rename from get_scrap_string.
23652 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
23653 (put_scrap_private_timestamp, scrap_has_target_type)
23654 (get_scrap_private_timestamp): Remove functions.
23655 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
23656 (x_own_selection, x_get_local_selection):
23657 Use mac_valid_selection_value_p.
23658 (x_own_selection): Don't use put_scrap_private_timestamp.
23659 Record OWNERSHIP-INFO into Vselection_alist instead.
23660 (x_get_local_selection): Don't check type if request is local.
23661 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
23662 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
23663
23664 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
23665
23666 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
23667 add comment explaining why.
23668
23669 2007-08-03 Richard Stallman <rms@gnu.org>
23670
23671 * fileio.c (Fvisited_file_modtime): Use make_time.
23672
23673 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
23674
23675 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
23676 build.
23677
23678 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
23679
23680 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
23681
23682 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
23683
23684 * puresize.h (BASE_PURESIZE): Increase to 1130000.
23685
23686 2007-07-30 Richard Stallman <rms@gnu.org>
23687
23688 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
23689
23690 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
23691
23692 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
23693
23694 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
23695
23696 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
23697 remote default-directory.
23698
23699 * buffer.c (mode-line-format): Update doc string.
23700
23701 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23702
23703 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
23704 scroll bar gap.
23705 (x_scroll_bar_create): Set bar->fringe_extended_p.
23706 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
23707 on frame edge. Check fringe background extension. Don't clear
23708 extended fringe background area.
23709
23710 * w32term.h (struct scroll_bar): New member fringe_extended_p.
23711 (w32_fill_area): Enclose multiple statements with do ... while (0).
23712
23713 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
23714 Extend fringe background to scroll bar gap.
23715 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
23716 Set bar->fringe_extended_p.
23717 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23718 Put leftmost/rightmost scroll bars on frame edge. Check fringe
23719 background extension. Don't clear extended fringe background area.
23720
23721 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23722 New member fringe_extended_p.
23723
23724 2007-07-25 Glenn Morris <rgm@gnu.org>
23725
23726 * Relicense all FSF files to GPLv3 or later.
23727
23728 * COPYING: Switch to GPLv3.
23729
23730 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
23731
23732 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
23733
23734 * data.c (Finteractive_form): Check for the presence of an
23735 `interactive-form' symbol property more thoroughly.
23736
23737 * data.c (Finteractive_form): Use an `interactive-form' property if
23738 present, analogous to the function-documentation property.
23739
23740 2007-07-24 Jason Rumney <jasonr@gnu.org>
23741
23742 * w32fns.c (x_real_positions): Get real position from OS instead of
23743 calculating it.
23744
23745 2007-07-23 Jason Rumney <jasonr@gnu.org>
23746
23747 * filelock.c (current_lock_owner): Allow for @ sign in username.
23748
23749 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
23750
23751 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
23752 remote default-directory.
23753
23754 * buffer.c (mode-line-format): Describe above case in doc string.
23755
23756 2007-07-20 Eli Zaretskii <eliz@gnu.org>
23757
23758 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
23759 Define if not defined.
23760
23761 2007-07-18 Jason Rumney <jasonr@gnu.org>
23762
23763 * w32proc.c (w32_executable_type): Handle 64 bit executables.
23764
23765 2007-07-18 Richard Stallman <rms@gnu.org>
23766
23767 * data.c (Fsetq_default): Doc fix.
23768
23769 * eval.c (Fsetq): Doc fix.
23770
23771 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
23772
23773 * coding.c (Ffind_operation_coding_system):
23774 * eval.c (For, Fand): Doc fixes.
23775 Reported by Johan Bockgård.
23776
23777 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
23778
23779 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
23780
23781 * xterm.h: Declare x_ewmh_activate_frame.
23782
23783 * xterm.c (x_ewmh_activate_frame): New function.
23784 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
23785
23786 2007-07-17 Martin Rudalics <rudalics@gmx.at>
23787
23788 * window.c (Fdisplay_buffer): If largest or LRU window is the
23789 only window, split it even if it is not eligible for splitting.
23790 This restores the original behavior broken by the 2007-07-15
23791 change.
23792
23793 2007-07-17 Glenn Morris <rgm@gnu.org>
23794
23795 * abbrev.c (abbrev_check_chars): New function.
23796 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
23797 Call abbrev_check_chars to check abbrev characters are word
23798 constituents. Doc fix.
23799
23800 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
23801
23802 * process.c (Fstart_process, Fmake_network_process)
23803 (read_process_output): Fix up last changes.
23804
23805 2007-07-16 Eli Zaretskii <eliz@gnu.org>
23806
23807 * makefile.w32-in (clean): Don't delete *~.
23808
23809 2007-07-16 Andreas Schwab <schwab@suse.de>
23810
23811 * window.c (Fdisplay_buffer): Use NILP.
23812 (Fset_window_scroll_bars): Likewise.
23813
23814 2007-07-15 Martin Rudalics <rudalics@gmx.at>
23815
23816 * window.c (window_min_size_2): New function.
23817 (window_min_size_1, size_window, Fdisplay_buffer)
23818 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
23819 windows without mode- or header-lines when window-min-height is
23820 too small.
23821 (size_window): Reset nodelete_p after testing it, following an
23822 earlier note by Kim F. Storm.
23823 (display_buffer): Do not set split_height_threshold to twice the
23824 value of window_min_height to avoid changing the value of a
23825 customizable variable. Rather explicitly check whether the
23826 height of the window that shall be splitted is at least as large
23827 as split_height_threshold.
23828 (Fwindow_full_width_p): New defun.
23829 (syms_of_window): Defsubr it.
23830
23831 * window.h: Add EXFUN for Fwindow_full_width_p.
23832
23833 2007-07-14 Jason Rumney <jasonr@gnu.org>
23834
23835 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
23836
23837 2007-07-14 Richard Stallman <rms@gnu.org>
23838
23839 * eval.c (maybe_call_debugger): New function.
23840 (find_handler_clause): Use maybe_call_debugger.
23841 Call it when the handler says `debug'.
23842 Eliminate DEBUGGER_VALUE_PTR.
23843 (Fsignal): Eliminate debugger_value.
23844 (Qdebug): New variable.
23845 (syms_of_eval): Initialize it.
23846
23847 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
23848
23849 * eval.c (Fprogn):
23850 * keyboard.c (Ftrack_mouse):
23851 * print.c (Fwith_output_to_temp_buffer):
23852 * window.c (Fsave_window_excursion): Doc fix.
23853
23854 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
23855
23856 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
23857
23858 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
23859
23860 * process.h (struct Lisp_Process): Turn slots infd, outfd,
23861 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
23862 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
23863 read_output_delay, and read_output_skip from Lisp_Objects to ints.
23864 Remove unused encoding_carryover.
23865 * process.c: Adjust all functions accordingly.
23866
23867 2007-07-12 Richard Stallman <rms@gnu.org>
23868
23869 * term.c: Include unistd.h only if HAVE_UNISTD_H.
23870
23871 2007-07-11 Jason Rumney <jasonr@gnu.org>
23872
23873 * makefile.w32-in (LIBS): Include OLE32.
23874
23875 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
23876 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
23877
23878 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
23879
23880 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
23881 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
23882 from a Lisp_Object into a bare pointer.
23883 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
23884 Adjust the code correspondingly.
23885
23886 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
23887
23888 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
23889 (term_show_mouse_face): Remove unused var `j'.
23890 (handle_one_term_event): Remove unused vars `i' and `j'.
23891 Don't cast return value of ttyname since it's not necessary.
23892
23893 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
23894
23895 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
23896 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
23897
23898 * fns.c (map_char_table): Use an array of int for `indices' rather than
23899 an array of Lisp_Objects (which are only ever integers anyway).
23900 (Fmap_char_table): Update caller.
23901 * lisp.h: Update prototype.
23902 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
23903 * fontset.c (Ffontset_info):
23904 * casetab.c (set_case_table): Update callers.
23905
23906 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
23907
23908 * keymap.c (struct accessible_keymaps_data)
23909 (struct where_is_internal_data): New structures.
23910 (accessible_keymaps_1, where_is_internal_1): Use them to change
23911 interface to adhere to the one used by map_keymap.
23912 (Faccessible_keymaps, where_is_internal): Use map_keymap.
23913 (accessible_keymaps_char_table, where_is_internal_2): Remove.
23914
23915 * keymap.h (map_keymap_function_t): More informative prototype.
23916
23917 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
23918
23919 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
23920 (looking_at_1): Don't change search_regs and last_thing_searched
23921 if `inhibit-changing-match-data' is non-nil.
23922 (string_match_1, search_buffer, set_search_regs): Likewise.
23923 (syms_of_search): Add Lisp level definition for
23924 `inhibit-changing-match-data' and set it to nil.
23925 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
23926 start and end of the match, instead of using values in search_regs.
23927
23928 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23929
23930 * minibuf.c (Fcompleting_read): New value `confirm-only'
23931 for `require-match'.
23932
23933 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
23934
23935 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
23936 part of the 2007-06-27 change to syms_of_fileio.
23937
23938 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23939
23940 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
23941 Check WINDOWP before using XWINDOW. Consolidate return statements.
23942
23943 2007-06-27 Richard Stallman <rms@gnu.org>
23944
23945 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
23946
23947 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
23948
23949 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
23950
23951 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23952
23953 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
23954 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
23955 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
23956 (_free_internal, memalign): Use them.
23957 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
23958 Initialize to PTHREAD_MUTEX_INITIALIZER.
23959 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
23960 (morecore_nolock): Rename from morecore. All uses changed.
23961 Use only nolock versions of internal allocation functions.
23962 (_malloc_internal_nolock, _realloc_internal_nolock)
23963 (_free_internal_nolock): New functions created from
23964 _malloc_internal, _realloc_internal, and _free_internal.
23965 (_malloc_internal, _realloc_internal, _free_internal): Use them.
23966 Copy hook value to automatic variable before its use.
23967 (memalign): Copy hook value to automatic variable before its use.
23968
23969 2007-06-26 Kenichi Handa <handa@m17n.org>
23970
23971 * coding.c (Ffind_operation_coding_system): Docstring improved.
23972 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
23973
23974 2007-06-25 David Kastrup <dak@gnu.org>
23975
23976 * keymap.c (Fcurrent_active_maps): Add `position' argument.
23977 (Fwhere_is_internal): Adjust call to `current-active-maps' to
23978 cater for additional parameter.
23979
23980 * keymap.h: Adjust number of parameters to `current-active-maps'.
23981
23982 * doc.c (Fsubstitute_command_keys): Adjust call of
23983 `current-active-maps'.
23984
23985 2007-06-25 David Kastrup <dak@gnu.org>
23986
23987 * callint.c (Fcall_interactively): Make the parsing of interactive
23988 specs somewhat more readable.
23989
23990 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23991
23992 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
23993 to scroll bar gap also when bitmap fills fringe. Draw only foreground
23994 if extended background has already been filled.
23995
23996 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23997
23998 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
23999 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
24000
24001 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
24002 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
24003 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
24004 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
24005 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
24006 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
24007 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
24008 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
24009 Run timers during dialog popup.
24010 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
24011
24012 2007-06-21 Jason Rumney <jasonr@gnu.org>
24013
24014 * image.c (convert_mono_to_color_image): Swap fore and background.
24015
24016 2007-06-20 Jason Rumney <jasonr@gnu.org>
24017
24018 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
24019 (w32_free_bdf_font): Unmap memory not handle.
24020
24021 2007-06-20 Sam Steingold <sds@gnu.org>
24022
24023 * gmalloc.c (__morecore): Fix the declaration to comply with the
24024 definition.
24025
24026 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
24027
24028 * w32term.c (w32_delete_display): Remove leftover declaration.
24029 (w32_define_cursor, w32_initialize): Make static.
24030
24031 * w32.c (_wsa_errlist): Fix typo in error message.
24032 (init_environment): Ignore any environment variable from the
24033 registry having a null value.
24034
24035 2007-06-20 Glenn Morris <rgm@gnu.org>
24036
24037 * Makefile.in (LIBGIF): Default to -lgif.
24038
24039 2007-06-17 Jason Rumney <jasonr@gnu.org>
24040
24041 * w32menu.c (add_menu_item): Don't use multibyte string functions on
24042 unicode strings.
24043
24044 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
24045
24046 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
24047 Fix typo in docstring.
24048
24049 2007-06-16 Eli Zaretskii <eliz@gnu.org>
24050
24051 * w32menu.c (add_menu_item): Escape `&' characters in menu items
24052 and their keybindings.
24053
24054 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
24055
24056 * composite.c (update_compositions): Fix last fix.
24057
24058 2007-06-14 Jason Rumney <jasonr@gnu.org>
24059
24060 * w32.c (get_process_times_fn): New function pointer.
24061 (globals_of_w32): Intialize it if present in kernel32.dll.
24062 (w32_get_internal_run_time): New function.
24063
24064 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
24065
24066 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
24067
24068 * composite.c (update_compositions): Check the validness of
24069 compositions.
24070
24071 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24072
24073 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
24074 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
24075
24076 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
24077 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
24078
24079 * macgui.h (USE_MAC_TOOLBAR): New define.
24080
24081 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
24082 Return immediately unless popup is activated.
24083
24084 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
24085 background to scroll bar gap.
24086 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
24087 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
24088 scroll bars on frame edge. Check fringe background extension.
24089 Don't clear extended fringe background area.
24090 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
24091 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
24092 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
24093 [USE_MAC_TOOLBAR]: New macros.
24094 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
24095 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
24096 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
24097 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
24098 [USE_MAC_TOOLBAR]: New functions.
24099 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
24100 manually if previous repositioning has failed.
24101 (mac_handle_keyboard_event): Use precomputed event kind.
24102 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
24103 as tool bar item click. Handle mouse movement over tool bar items.
24104
24105 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
24106 toolbar_win_gravity.
24107 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
24108 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
24109 Add externs.
24110
24111 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
24112 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
24113
24114 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
24115
24116 * image.c (search_image_cache): Remove unused variable.
24117
24118 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
24119
24120 * xfns.c, xmenu.c: Link to xaw3d if available.
24121
24122 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24123
24124 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
24125 frame_foreground and frame_background.
24126
24127 * image.c (lookup_image): Save frame foreground and background colors.
24128 (search_image_cache): Check if saved and current frame colors match.
24129
24130 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
24131
24132 * regex.c (regex_compile): Remove the `regnum' counter.
24133 Use bufp->re_nsub instead. Add support for \(?N:RE\).
24134
24135 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
24136
24137 * term.c: Include intervals.h to declare Fget_text_property.
24138
24139 2007-06-10 Jason Rumney <jasonr@gnu.org>
24140
24141 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
24142
24143 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
24144
24145 * callint.c (Fcall_interactively):
24146 * editfns.c (Fdelete_and_extract_region):
24147 * fileio.c (Fread_file_name):
24148 * fns.c (Fmapconcat):
24149 * keyboard.c (cmd_error_internal):
24150 * keymap.c (Fkey_description):
24151 * lread.c (openp):
24152 * minibuf.c (read_minibuf):
24153 * search.c (wordify):
24154 * sunfns.c (sel_read):
24155 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
24156 * xfns.c (x_default_scroll_bar_color_parameter):
24157 * xmenu.c (menu_help_callback):
24158 * xselect.c (Fx_get_atom_name):
24159 * xterm.c (x_term_init): Use empty_unibyte_string.
24160
24161 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
24162
24163 * alloc.c (init_strings): Initialize canonical empty strings.
24164 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
24165 canonical empty string when the requested size is 0.
24166
24167 * emacs.c (empty_unibyte_string): Rename from empty_string.
24168 (empty_multibyte_string): New canonical empty string.
24169 (syms_of_emacs): Don't initialize empty_string.
24170
24171 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
24172 string, if appropriate.
24173 (empty_unibyte_string, empty_multibyte_string): New externs.
24174 (empty_string): Remove extern.
24175
24176 * lread.c (syms_of_lread): Use empty_unibyte_string.
24177
24178 2007-06-07 Jason Rumney <jasonr@gnu.org>
24179
24180 * s/ms-w32.h: Don't define HAVE_TZNAME.
24181
24182 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
24183
24184 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24185
24186 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
24187
24188 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
24189 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
24190
24191 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
24192 Don't call next handler.
24193 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
24194 Remove argument. Install handler to application.
24195 (set_frame_menubar): Don't change deep_p.
24196 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
24197 FRAME_OUTER_TO_INNER_DIFF_Y.
24198 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
24199 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
24200 [HAVE_DIALOGS]: New macros.
24201 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
24202 Use them.
24203 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
24204
24205 * macselect.c [MAC_OSX] (install_service_handler): Rename from
24206 init_service_handler. All callers changed. Return OSStatus value.
24207
24208 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
24209 All callers changed so as not to call SetPortWindowPort.
24210 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
24211 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
24212 mac_draw_string_common.
24213 (mac_draw_image_string_qd): Likewise.
24214 (mac_draw_string_common): Use them. Add INLINE.
24215 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
24216 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
24217 GetGlobalMouse.
24218 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
24219 and FRAME_OUTER_TO_INNER_DIFF_Y.
24220 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
24221 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
24222 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
24223 repositioning window to mac_handle_window_event.
24224 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
24225 saving window location to mac_handle_window_event
24226 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
24227 (install_menu_target_item_handler): Remove argument in extern.
24228 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
24229 Also accept command events.
24230 (do_keystroke): New function created from XTread_socket.
24231 (init_command_handler): Remove functions.
24232 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
24233 and save window location by kEventWindowShowing and kEventWindowHiding
24234 handlers here. Don't call next handler for window state change and
24235 focus events.
24236 (mac_handle_application_event, mac_handle_keyboard_event)
24237 [TARGET_API_MAC_CARBON]: New functions.
24238 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
24239 kEventWindowShowing and kEventWindowHiding events. Move installation
24240 of mouse, font, text input and menu target item handlers to
24241 install_application_handler.
24242 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
24243 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
24244 New function.
24245 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
24246 Register it.
24247 (XTread_socket) [TARGET_API_MAC_CARBON]:
24248 Consolidate SendEventToEventTarget calls.
24249 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
24250 Move application activation handler to mac_handle_application_event.
24251 Move keyboard handler to mac_handle_keyboard_event.
24252 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
24253 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
24254 init_command_handler. Call install_application_handler.
24255
24256 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
24257 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
24258
24259 2007-06-07 Glenn Morris <rgm@gnu.org>
24260
24261 * emacs.c (main): Use `emacs-copyright' in --version output.
24262
24263 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
24264
24265 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
24266
24267 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24268
24269 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
24270
24271 * macgui.h: Replace WindowPtr with WindowRef.
24272
24273 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
24274 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
24275 Replace ControlHandle with ControlRef.
24276 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
24277
24278 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
24279 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
24280 Replace ControlHandle with ControlRef.
24281 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
24282 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
24283
24284 * macterm.h (struct scroll_bar): Rename member control_handle_low
24285 and control_handle_high to control_ref_low and control_ref_high.
24286 All uses changed.
24287 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
24288 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
24289 respectively. All uses changed.
24290 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
24291 (install_window_handler, remove_window_handler): Replace WindowPtr
24292 with WindowRef in externs.
24293
24294 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
24295
24296 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
24297
24298 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
24299
24300 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
24301
24302 * frame.c (Fmouse_position, Fmouse_pixel_position):
24303 Condition on HAVE_GPM too.
24304
24305 * term.c (term_mouse_highlight): Remove unused variables.
24306 (Fterm_open_connection): Set gpm_zerobased to 1.
24307 (term_mouse_movement, term_mouse_click, handle_one_term_event):
24308 Use zero based co-ordinates.
24309 (handle_one_term_event): Report a drag as mouse movement too.
24310
24311 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
24312
24313 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
24314
24315 * image.c (search_image_cache): New function. Require background
24316 color match if background color is unspecified in the image spec.
24317 (uncache_image, lookup_image): Use it.
24318
24319 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
24320
24321 * window.c (Fshrink_window): Reflow docstring.
24322
24323 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
24324
24325 * Version 22.1 released.
24326
24327 2007-06-01 Richard Stallman <rms@gnu.org>
24328
24329 * xfns.c (x_encode_text): Add GCPRO.
24330
24331 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24332
24333 * xfns.c (x_set_name_internal): Save encoded name before
24334 x_encode_text in case string data is relocated.
24335
24336 2007-05-31 Richard Stallman <rms@gnu.org>
24337
24338 * buffer.c (syms_of_buffer): Doc fix.
24339
24340 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
24341
24342 * sysdep.c (init_sys_modes): Add rather than replace with
24343 O_NONBLOCK.
24344
24345 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
24346 term_mouse_moveto.
24347
24348 * termhooks.h (term_mouse_moveto): New extern.
24349
24350 * term.c (mouse_face_window): Rename...
24351 (Qmouse_face_window): ...to this.
24352 (term_show_mouse_face, term_clear_mouse_face)
24353 (term_mouse_highlight): Use Qmouse_face_window.
24354 (term_mouse_moveto): New function.
24355 (term_mouse_position): Make it work.
24356 (syms_of_term): Uncomment assignment to mouse_position_hook.
24357 Staticpro Qmouse_face_window.
24358
24359 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24360
24361 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
24362 around current_column call.
24363
24364 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
24365
24366 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
24367 * xdisp.c (next_element_from_buffer):
24368 * window.c (delete_window):
24369 * term.c (term_mouse_highlight):
24370 * msdos.c (getdefdir):
24371 * macterm.c (mac_create_bitmap_from_bitmap_data)
24372 (init_font_name_table):
24373 * fns.c (Fsxhash):
24374 * data.c (Fmake_local_variable):
24375 * ccl.c (ccl_driver): Likewise.
24376
24377 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24378
24379 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
24380 Call mac_wakeup_from_rne on window size change.
24381
24382 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
24383
24384 * image.c (uncache_image): Fix typo.
24385
24386 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
24387
24388 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
24389
24390 2007-05-22 Richard Stallman <rms@gnu.org>
24391
24392 * xterm.c (x_connection_closed): Remove NO_RETURN.
24393
24394 2007-05-22 Martin Rudalics <rudalics@gmx.at>
24395
24396 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
24397
24398 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
24399
24400 * image.c (uncache_image): New function.
24401 (Fimage_refresh): New function.
24402
24403 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
24404
24405 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
24406
24407 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
24408
24409 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
24410 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
24411
24412 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
24413
24414 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
24415 conditional on [HAVE_GPM_H].
24416
24417 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
24418
24419 * syntax.c (skip_chars): Update syntax-table only after we checked that
24420 the new location is valid.
24421
24422 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24423
24424 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
24425 mac_get_window_bounds.
24426
24427 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
24428
24429 * Makefile.in (LIBGPM): Allow it to be set from configure.
24430 If set then link Emacs with it.
24431
24432 * config.in: Regenerate.
24433
24434 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
24435 New externs.
24436
24437 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
24438 Include gpm.h.
24439 (handle_one_term_event, term_gpm): New externs.
24440
24441 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
24442 and allow it to be interrupted by SIGIO.
24443
24444 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
24445 (wait_reading_process_output): Wait on gpm_fd too.
24446 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
24447 (add_gpm_wait_descriptor_called_flag): New variable.
24448 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
24449
24450 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
24451 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
24452 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
24453 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
24454 (make_lispy_event): Add case GPM_CLICK_EVENT.
24455 (read_avail_input): Handle mouse input.
24456
24457 * term.c (write_glyphs_with_face): New function.
24458 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
24459 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
24460 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
24461 (mouse_face_face_id, term_gpm, pos_x, pos_y)
24462 (last_mouse_x, last_mouse_y): New variables.
24463 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
24464 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
24465 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
24466 (Fterm_close_connection): New functions.
24467 (term_init): Initialise mouse_face_window.
24468
24469 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
24470
24471 * xdisp.c (redisplay_window): If first window line is a
24472 continuation line, recompute the new window start instead of
24473 recentering.
24474
24475 2007-05-18 Glenn Morris <rgm@gnu.org>
24476
24477 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
24478 Suggested by Alfred M. Szmidt <ams@gnu.org>.
24479
24480 2007-05-17 Glenn Morris <rgm@gnu.org>
24481
24482 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
24483
24484 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24485
24486 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
24487 dead key repeat and up events.
24488
24489 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
24490
24491 * image.c (pbm_load): Check image size for monochrome pbm.
24492
24493 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
24494
24495 * xterm.c (XTread_socket): Revert last change.
24496
24497 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
24498
24499 * image.c (pbm_load): Correctly check image size for greyscale pbm.
24500
24501 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
24502
24503 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24504
24505 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
24506 mixup (YAILOM).
24507
24508 2007-05-07 Andreas Schwab <schwab@suse.de>
24509
24510 * keymap.c (Flookup_key): Fix typo in last change.
24511
24512 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24513
24514 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
24515 mapping for unibyte strings.
24516
24517 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24518
24519 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
24520 (Fx_popup_dialog) [MAC_OSX]: Likewise.
24521
24522 2007-04-29 Richard Stallman <rms@gnu.org>
24523
24524 * insdel.c (replace_range): For undo, record insertion first.
24525
24526 2007-04-29 Andreas Schwab <schwab@suse.de>
24527
24528 * lisp.h (VECSIZE): Use OFFSETOF.
24529
24530 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24531
24532 * xdisp.c (try_window_reusing_current_matrix): Fix number of
24533 disabled lines.
24534
24535 2007-04-28 Richard Stallman <rms@gnu.org>
24536
24537 * lread.c (read_escape): In a string, \s is always space.
24538
24539 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
24540
24541 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
24542
24543 * gtkutil.c (xg_update_menubar, create_menus): Create empty
24544 submenu for menu bar items.
24545
24546 See ChangeLog.10 for earlier changes.
24547
24548 ;; Local Variables:
24549 ;; coding: utf-8
24550 ;; add-log-time-zone-rule: t
24551 ;; End:
24552
24553 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
24554
24555 This file is part of GNU Emacs.
24556
24557 GNU Emacs is free software: you can redistribute it and/or modify
24558 it under the terms of the GNU General Public License as published by
24559 the Free Software Foundation, either version 3 of the License, or
24560 (at your option) any later version.
24561
24562 GNU Emacs is distributed in the hope that it will be useful,
24563 but WITHOUT ANY WARRANTY; without even the implied warranty of
24564 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24565 GNU General Public License for more details.
24566
24567 You should have received a copy of the GNU General Public License
24568 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24569
24570 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40